UNPKG

graphlit-client

Version:
1,179 lines (1,178 loc) 155 kB
/** Agent channel type */ export var AgentChannelTypes; (function (AgentChannelTypes) { /** Discord */ AgentChannelTypes["Discord"] = "DISCORD"; /** Email */ AgentChannelTypes["Email"] = "EMAIL"; /** Google Chat */ AgentChannelTypes["GoogleChat"] = "GOOGLE_CHAT"; /** Messaging */ AgentChannelTypes["Messaging"] = "MESSAGING"; /** Slack */ AgentChannelTypes["Slack"] = "SLACK"; /** Microsoft Teams */ AgentChannelTypes["Teams"] = "TEAMS"; /** Telegram */ AgentChannelTypes["Telegram"] = "TELEGRAM"; /** Voice */ AgentChannelTypes["Voice"] = "VOICE"; /** WhatsApp */ AgentChannelTypes["WhatsApp"] = "WHATS_APP"; })(AgentChannelTypes || (AgentChannelTypes = {})); /** Agent command action type */ export var AgentCommandActionTypes; (function (AgentCommandActionTypes) { /** Injects a canned prompt with optional {input} substitution. LLM is invoked. */ AgentCommandActionTypes["Prompt"] = "PROMPT"; /** Returns static text. No LLM invocation, zero cost. */ AgentCommandActionTypes["Reply"] = "REPLY"; })(AgentCommandActionTypes || (AgentCommandActionTypes = {})); /** Agent effort level */ export var AgentEffortLevels; (function (AgentEffortLevels) { /** Deep effort */ AgentEffortLevels["Deep"] = "DEEP"; /** Exhaustive effort */ AgentEffortLevels["Exhaustive"] = "EXHAUSTIVE"; /** Quick effort */ AgentEffortLevels["Quick"] = "QUICK"; /** Standard effort */ AgentEffortLevels["Standard"] = "STANDARD"; })(AgentEffortLevels || (AgentEffortLevels = {})); /** Agent mode */ export var AgentModes; (function (AgentModes) { /** Heartbeat */ AgentModes["Heartbeat"] = "HEARTBEAT"; /** Interactive */ AgentModes["Interactive"] = "INTERACTIVE"; /** Scheduled */ AgentModes["Scheduled"] = "SCHEDULED"; /** Triggered */ AgentModes["Triggered"] = "TRIGGERED"; /** Webhook */ AgentModes["Webhook"] = "WEBHOOK"; })(AgentModes || (AgentModes = {})); /** Agent research depth */ export var AgentResearchDepths; (function (AgentResearchDepths) { /** Deep research */ AgentResearchDepths["Deep"] = "DEEP"; /** Exhaustive research */ AgentResearchDepths["Exhaustive"] = "EXHAUSTIVE"; /** Quick research */ AgentResearchDepths["Quick"] = "QUICK"; /** Standard research */ AgentResearchDepths["Standard"] = "STANDARD"; })(AgentResearchDepths || (AgentResearchDepths = {})); /** Agent type */ export var AgentTypes; (function (AgentTypes) { /** Agent */ AgentTypes["Agent"] = "AGENT"; })(AgentTypes || (AgentTypes = {})); /** Alert type */ export var AlertTypes; (function (AlertTypes) { /** LLM Prompt */ AlertTypes["Prompt"] = "PROMPT"; })(AlertTypes || (AlertTypes = {})); /** Anthropic effort level */ export var AnthropicEffortLevels; (function (AnthropicEffortLevels) { /** High effort */ AnthropicEffortLevels["High"] = "HIGH"; /** Low effort */ AnthropicEffortLevels["Low"] = "LOW"; /** Maximum effort */ AnthropicEffortLevels["Max"] = "MAX"; /** Medium effort */ AnthropicEffortLevels["Medium"] = "MEDIUM"; /** Extra high effort */ AnthropicEffortLevels["XHigh"] = "X_HIGH"; })(AnthropicEffortLevels || (AnthropicEffortLevels = {})); /** Anthropic model type */ export var AnthropicModels; (function (AnthropicModels) { /** @deprecated Use Claude 4.x instead. */ AnthropicModels["Claude_2"] = "CLAUDE_2"; /** @deprecated Use Claude 4.x instead. */ AnthropicModels["Claude_2_0"] = "CLAUDE_2_0"; /** @deprecated Use Claude 4.x instead. */ AnthropicModels["Claude_2_1"] = "CLAUDE_2_1"; /** @deprecated Use Claude 4.5 Haiku instead. */ AnthropicModels["Claude_3_5Haiku"] = "CLAUDE_3_5_HAIKU"; /** @deprecated Use Claude 4.5 Haiku instead. */ AnthropicModels["Claude_3_5Haiku_20241022"] = "CLAUDE_3_5_HAIKU_20241022"; /** @deprecated Use Claude 4.5 Sonnet instead. */ AnthropicModels["Claude_3_5Sonnet"] = "CLAUDE_3_5_SONNET"; /** @deprecated Use Claude 4.5 Sonnet instead. */ AnthropicModels["Claude_3_5Sonnet_20240620"] = "CLAUDE_3_5_SONNET_20240620"; /** @deprecated Use Claude 4.5 Sonnet instead. */ AnthropicModels["Claude_3_5Sonnet_20241022"] = "CLAUDE_3_5_SONNET_20241022"; /** @deprecated Use Claude 4.5 Sonnet instead. */ AnthropicModels["Claude_3_7Sonnet"] = "CLAUDE_3_7_SONNET"; /** @deprecated Use Claude 4.5 Sonnet instead. */ AnthropicModels["Claude_3_7Sonnet_20250219"] = "CLAUDE_3_7_SONNET_20250219"; /** Claude 3 Haiku (Latest) */ AnthropicModels["Claude_3Haiku"] = "CLAUDE_3_HAIKU"; /** Claude 3 Haiku (03-07-2024 version) */ AnthropicModels["Claude_3Haiku_20240307"] = "CLAUDE_3_HAIKU_20240307"; /** @deprecated Use Claude 4 Opus instead. */ AnthropicModels["Claude_3Opus"] = "CLAUDE_3_OPUS"; /** Claude 3 Opus (02-29-2024 version) */ AnthropicModels["Claude_3Opus_20240229"] = "CLAUDE_3_OPUS_20240229"; /** @deprecated Use Claude 4 Sonnet instead. */ AnthropicModels["Claude_3Sonnet"] = "CLAUDE_3_SONNET"; /** @deprecated Use Claude 4 Sonnet instead. */ AnthropicModels["Claude_3Sonnet_20240229"] = "CLAUDE_3_SONNET_20240229"; /** Claude 4.1 Opus (Latest) */ AnthropicModels["Claude_4_1Opus"] = "CLAUDE_4_1_OPUS"; /** Claude 4.1 Opus (08-05-2025 version) */ AnthropicModels["Claude_4_1Opus_20250805"] = "CLAUDE_4_1_OPUS_20250805"; /** Claude 4.5 Haiku (Latest) */ AnthropicModels["Claude_4_5Haiku"] = "CLAUDE_4_5_HAIKU"; /** Claude 4.5 Haiku (10-01-2025 version) */ AnthropicModels["Claude_4_5Haiku_20251001"] = "CLAUDE_4_5_HAIKU_20251001"; /** Claude 4.5 Opus (Latest) */ AnthropicModels["Claude_4_5Opus"] = "CLAUDE_4_5_OPUS"; /** Claude 4.5 Opus (11-01-2025 version) */ AnthropicModels["Claude_4_5Opus_20251101"] = "CLAUDE_4_5_OPUS_20251101"; /** Claude 4.5 Sonnet (Latest) */ AnthropicModels["Claude_4_5Sonnet"] = "CLAUDE_4_5_SONNET"; /** Claude 4.5 Sonnet (09-29-2025 version) */ AnthropicModels["Claude_4_5Sonnet_20250929"] = "CLAUDE_4_5_SONNET_20250929"; /** Claude 4.6 Opus (Latest) */ AnthropicModels["Claude_4_6Opus"] = "CLAUDE_4_6_OPUS"; /** Claude 4.6 Opus 1M Context (Latest) */ AnthropicModels["Claude_4_6Opus_1M"] = "CLAUDE_4_6_OPUS_1_M"; /** Claude 4.6 Opus 1M Context (02-05-2026 version) */ AnthropicModels["Claude_4_6Opus_1M_20260205"] = "CLAUDE_4_6_OPUS_1_M_20260205"; /** Claude 4.6 Opus (02-05-2026 version) */ AnthropicModels["Claude_4_6Opus_20260205"] = "CLAUDE_4_6_OPUS_20260205"; /** Claude 4.6 Sonnet (Latest) */ AnthropicModels["Claude_4_6Sonnet"] = "CLAUDE_4_6_SONNET"; /** Claude 4.6 Sonnet 1M Context (Latest) */ AnthropicModels["Claude_4_6Sonnet_1M"] = "CLAUDE_4_6_SONNET_1_M"; /** Claude 4.6 Sonnet 1M Context (02-17-2026 version) */ AnthropicModels["Claude_4_6Sonnet_1M_20260217"] = "CLAUDE_4_6_SONNET_1_M_20260217"; /** Claude 4.6 Sonnet (02-17-2026 version) */ AnthropicModels["Claude_4_6Sonnet_20260217"] = "CLAUDE_4_6_SONNET_20260217"; /** Claude 4.7 Opus (Latest) */ AnthropicModels["Claude_4_7Opus"] = "CLAUDE_4_7_OPUS"; /** Claude 4 Opus (Latest) */ AnthropicModels["Claude_4Opus"] = "CLAUDE_4_OPUS"; /** Claude 4 Opus (05-14-2025 version) */ AnthropicModels["Claude_4Opus_20250514"] = "CLAUDE_4_OPUS_20250514"; /** Claude 4 Sonnet (Latest) */ AnthropicModels["Claude_4Sonnet"] = "CLAUDE_4_SONNET"; /** Claude 4 Sonnet (05-14-2025 version) */ AnthropicModels["Claude_4Sonnet_20250514"] = "CLAUDE_4_SONNET_20250514"; /** @deprecated Use Claude 4.5 Haiku instead. */ AnthropicModels["ClaudeInstant_1"] = "CLAUDE_INSTANT_1"; /** @deprecated Use Claude 4.5 Haiku instead. */ AnthropicModels["ClaudeInstant_1_2"] = "CLAUDE_INSTANT_1_2"; /** Developer-specified model */ AnthropicModels["Custom"] = "CUSTOM"; })(AnthropicModels || (AnthropicModels = {})); /** Defines when a policy shall be executed. */ export var ApplyPolicy; (function (ApplyPolicy) { /** After the resolver was executed. */ ApplyPolicy["AfterResolver"] = "AFTER_RESOLVER"; /** Before the resolver was executed. */ ApplyPolicy["BeforeResolver"] = "BEFORE_RESOLVER"; /** The policy is applied in the validation step before the execution. */ ApplyPolicy["Validation"] = "VALIDATION"; })(ApplyPolicy || (ApplyPolicy = {})); /** Arcade authentication providers */ export var ArcadeProviders; (function (ArcadeProviders) { /** GitHub Arcade provider */ ArcadeProviders["GitHub"] = "GIT_HUB"; /** Google Arcade provider */ ArcadeProviders["Google"] = "GOOGLE"; /** Microsoft Arcade provider */ ArcadeProviders["Microsoft"] = "MICROSOFT"; })(ArcadeProviders || (ArcadeProviders = {})); export var AsanaAuthenticationTypes; (function (AsanaAuthenticationTypes) { AsanaAuthenticationTypes["OAuth"] = "O_AUTH"; AsanaAuthenticationTypes["PersonalAccessToken"] = "PERSONAL_ACCESS_TOKEN"; })(AsanaAuthenticationTypes || (AsanaAuthenticationTypes = {})); /** Assembly.AI models */ export var AssemblyAiModels; (function (AssemblyAiModels) { /** Best */ AssemblyAiModels["Best"] = "BEST"; /** Nano */ AssemblyAiModels["Nano"] = "NANO"; })(AssemblyAiModels || (AssemblyAiModels = {})); export var AttioAuthenticationTypes; (function (AttioAuthenticationTypes) { AttioAuthenticationTypes["AccessToken"] = "ACCESS_TOKEN"; AttioAuthenticationTypes["ApiKey"] = "API_KEY"; AttioAuthenticationTypes["Connector"] = "CONNECTOR"; })(AttioAuthenticationTypes || (AttioAuthenticationTypes = {})); export var AttioFeedAuthenticationTypes; (function (AttioFeedAuthenticationTypes) { AttioFeedAuthenticationTypes["AccessToken"] = "ACCESS_TOKEN"; AttioFeedAuthenticationTypes["ApiKey"] = "API_KEY"; AttioFeedAuthenticationTypes["Connector"] = "CONNECTOR"; })(AttioFeedAuthenticationTypes || (AttioFeedAuthenticationTypes = {})); export var AttioIssueAuthenticationTypes; (function (AttioIssueAuthenticationTypes) { AttioIssueAuthenticationTypes["AccessToken"] = "ACCESS_TOKEN"; AttioIssueAuthenticationTypes["ApiKey"] = "API_KEY"; AttioIssueAuthenticationTypes["Connector"] = "CONNECTOR"; })(AttioIssueAuthenticationTypes || (AttioIssueAuthenticationTypes = {})); export var AttioMeetingAuthenticationTypes; (function (AttioMeetingAuthenticationTypes) { AttioMeetingAuthenticationTypes["AccessToken"] = "ACCESS_TOKEN"; AttioMeetingAuthenticationTypes["ApiKey"] = "API_KEY"; AttioMeetingAuthenticationTypes["Connector"] = "CONNECTOR"; })(AttioMeetingAuthenticationTypes || (AttioMeetingAuthenticationTypes = {})); /** Authentication service type */ export var AuthenticationServiceTypes; (function (AuthenticationServiceTypes) { /** API key authentication service */ AuthenticationServiceTypes["ApiKey"] = "API_KEY"; /** * Arcade authentication service * @deprecated Use standard OAuth instead. Arcade no longer supported. */ AuthenticationServiceTypes["Arcade"] = "ARCADE"; /** Auth0 authentication service */ AuthenticationServiceTypes["Auth0"] = "AUTH0"; /** Clerk authentication service */ AuthenticationServiceTypes["Clerk"] = "CLERK"; /** Google authentication service */ AuthenticationServiceTypes["Google"] = "GOOGLE"; /** Microsoft Graph authentication service */ AuthenticationServiceTypes["MicrosoftGraph"] = "MICROSOFT_GRAPH"; /** OAuth authentication service */ AuthenticationServiceTypes["OAuth"] = "O_AUTH"; /** Token authentication service */ AuthenticationServiceTypes["Token"] = "TOKEN"; })(AuthenticationServiceTypes || (AuthenticationServiceTypes = {})); export var AzureDocumentIntelligenceModels; (function (AzureDocumentIntelligenceModels) { /** Credit Card */ AzureDocumentIntelligenceModels["CreditCard"] = "CREDIT_CARD"; /** ID Document */ AzureDocumentIntelligenceModels["IdentificationDocument"] = "IDENTIFICATION_DOCUMENT"; /** Invoice */ AzureDocumentIntelligenceModels["Invoice"] = "INVOICE"; /** Layout: Document with title, headings, paragraphs, tables */ AzureDocumentIntelligenceModels["Layout"] = "LAYOUT"; /** Read OCR: Document with handwriting or printed text */ AzureDocumentIntelligenceModels["ReadOcr"] = "READ_OCR"; /** Receipt */ AzureDocumentIntelligenceModels["Receipt"] = "RECEIPT"; /** Bank Check (US) */ AzureDocumentIntelligenceModels["UsBankCheck"] = "US_BANK_CHECK"; /** Bank Statement (US) */ AzureDocumentIntelligenceModels["UsBankStatement"] = "US_BANK_STATEMENT"; /** Health Insurance Card (US) */ AzureDocumentIntelligenceModels["UsHealthInsuranceCard"] = "US_HEALTH_INSURANCE_CARD"; /** Marriage Certificate (US) */ AzureDocumentIntelligenceModels["UsMarriageCertificate"] = "US_MARRIAGE_CERTIFICATE"; /** Mortgage 1003 End-User License Agreement (EULA) (US) */ AzureDocumentIntelligenceModels["UsMortgage1003"] = "US_MORTGAGE1003"; /** Mortgage Form 1008 (US) */ AzureDocumentIntelligenceModels["UsMortgage1008"] = "US_MORTGAGE1008"; /** Mortgage closing disclosure (US) */ AzureDocumentIntelligenceModels["UsMortgageDisclosure"] = "US_MORTGAGE_DISCLOSURE"; /** Pay Stub (US) */ AzureDocumentIntelligenceModels["UsPayStub"] = "US_PAY_STUB"; /** Unified Tax Form (US) */ AzureDocumentIntelligenceModels["UsTaxForm"] = "US_TAX_FORM"; /** 1098 Form (US) */ AzureDocumentIntelligenceModels["UsTaxForm1098"] = "US_TAX_FORM1098"; /** 1098E Form (US) */ AzureDocumentIntelligenceModels["UsTaxForm1098E"] = "US_TAX_FORM1098_E"; /** 1098T Form (US) */ AzureDocumentIntelligenceModels["UsTaxForm1098T"] = "US_TAX_FORM1098_T"; /** 1099 Form (US) */ AzureDocumentIntelligenceModels["UsTaxForm1099"] = "US_TAX_FORM1099"; /** W-2 Form (US) */ AzureDocumentIntelligenceModels["UsTaxFormW2"] = "US_TAX_FORM_W2"; })(AzureDocumentIntelligenceModels || (AzureDocumentIntelligenceModels = {})); export var AzureDocumentIntelligenceVersions; (function (AzureDocumentIntelligenceVersions) { /** 2023-07-31 GA API */ AzureDocumentIntelligenceVersions["V2023_07_31"] = "V2023_07_31"; /** * 2024-02-29 Preview API * @deprecated Use V2024_07_31_PREVIEW instead. */ AzureDocumentIntelligenceVersions["V2024_02_29Preview"] = "V2024_02_29_PREVIEW"; /** 2024-07-31 Preview API */ AzureDocumentIntelligenceVersions["V2024_07_31Preview"] = "V2024_07_31_PREVIEW"; /** 2024-11-30 GA API */ AzureDocumentIntelligenceVersions["V2024_11_30"] = "V2024_11_30"; })(AzureDocumentIntelligenceVersions || (AzureDocumentIntelligenceVersions = {})); /** Azure OpenAI model type */ export var AzureOpenAiModels; (function (AzureOpenAiModels) { /** Developer-specified deployment */ AzureOpenAiModels["Custom"] = "CUSTOM"; /** * GPT-4 (Latest) * @deprecated Built-in Azure OpenAI models are longer supported. Use a developer-specified deployment instead. */ AzureOpenAiModels["Gpt4"] = "GPT4"; /** * GPT-4 Turbo 128k (Latest) * @deprecated Built-in Azure OpenAI models are longer supported. Use a developer-specified deployment instead. */ AzureOpenAiModels["Gpt4Turbo_128K"] = "GPT4_TURBO_128K"; /** * GPT-3.5 Turbo 16k (Latest) * @deprecated Built-in Azure OpenAI models are longer supported. Use a developer-specified deployment instead. */ AzureOpenAiModels["Gpt35Turbo_16K"] = "GPT35_TURBO_16K"; })(AzureOpenAiModels || (AzureOpenAiModels = {})); export var BambooHrAuthenticationTypes; (function (BambooHrAuthenticationTypes) { BambooHrAuthenticationTypes["ApiKey"] = "API_KEY"; })(BambooHrAuthenticationTypes || (BambooHrAuthenticationTypes = {})); /** Amazon Bedrock model type */ export var BedrockModels; (function (BedrockModels) { /** @deprecated Use Claude 4.5 Sonnet instead. */ BedrockModels["Claude_3_7Sonnet"] = "CLAUDE_3_7_SONNET"; /** Developer-specified model */ BedrockModels["Custom"] = "CUSTOM"; /** LLaMA 4 Maverick 17b */ BedrockModels["Llama_4Maverick_17B"] = "LLAMA_4_MAVERICK_17B"; /** LLaMA 4 Scout 17b */ BedrockModels["Llama_4Scout_17B"] = "LLAMA_4_SCOUT_17B"; /** Nova Premier */ BedrockModels["NovaPremier"] = "NOVA_PREMIER"; /** Nova Pro */ BedrockModels["NovaPro"] = "NOVA_PRO"; })(BedrockModels || (BedrockModels = {})); export var BillableMetrics; (function (BillableMetrics) { BillableMetrics["Bytes"] = "BYTES"; BillableMetrics["Cost"] = "COST"; BillableMetrics["Credits"] = "CREDITS"; BillableMetrics["Length"] = "LENGTH"; BillableMetrics["Requests"] = "REQUESTS"; BillableMetrics["Time"] = "TIME"; BillableMetrics["Tokens"] = "TOKENS"; BillableMetrics["Units"] = "UNITS"; })(BillableMetrics || (BillableMetrics = {})); /** Blob listing type */ export var BlobListingTypes; (function (BlobListingTypes) { /** Read new/changed blobs via change feed */ BlobListingTypes["New"] = "NEW"; /** Read all blobs (full listing) */ BlobListingTypes["Past"] = "PAST"; })(BlobListingTypes || (BlobListingTypes = {})); /** Box authentication type */ export var BoxAuthenticationTypes; (function (BoxAuthenticationTypes) { /** Connector */ BoxAuthenticationTypes["Connector"] = "CONNECTOR"; /** User */ BoxAuthenticationTypes["User"] = "USER"; })(BoxAuthenticationTypes || (BoxAuthenticationTypes = {})); /** Calendar attendee response status */ export var CalendarAttendeeResponseStatus; (function (CalendarAttendeeResponseStatus) { /** Accepted */ CalendarAttendeeResponseStatus["Accepted"] = "ACCEPTED"; /** Declined */ CalendarAttendeeResponseStatus["Declined"] = "DECLINED"; /** Needs action */ CalendarAttendeeResponseStatus["NeedsAction"] = "NEEDS_ACTION"; /** Tentative */ CalendarAttendeeResponseStatus["Tentative"] = "TENTATIVE"; })(CalendarAttendeeResponseStatus || (CalendarAttendeeResponseStatus = {})); /** Calendar event status */ export var CalendarEventStatus; (function (CalendarEventStatus) { /** Cancelled event */ CalendarEventStatus["Cancelled"] = "CANCELLED"; /** Confirmed event */ CalendarEventStatus["Confirmed"] = "CONFIRMED"; /** Tentative event */ CalendarEventStatus["Tentative"] = "TENTATIVE"; })(CalendarEventStatus || (CalendarEventStatus = {})); /** Calendar event visibility */ export var CalendarEventVisibility; (function (CalendarEventVisibility) { /** Confidential event */ CalendarEventVisibility["Confidential"] = "CONFIDENTIAL"; /** Default visibility */ CalendarEventVisibility["Default"] = "DEFAULT"; /** Private event */ CalendarEventVisibility["Private"] = "PRIVATE"; /** Public event */ CalendarEventVisibility["Public"] = "PUBLIC"; })(CalendarEventVisibility || (CalendarEventVisibility = {})); /** Calendar list type */ export var CalendarListingTypes; (function (CalendarListingTypes) { /** Read new calendar events */ CalendarListingTypes["New"] = "NEW"; /** Read past calendar events */ CalendarListingTypes["Past"] = "PAST"; })(CalendarListingTypes || (CalendarListingTypes = {})); /** Calendar recurrence pattern */ export var CalendarRecurrencePattern; (function (CalendarRecurrencePattern) { /** Daily recurrence */ CalendarRecurrencePattern["Daily"] = "DAILY"; /** Monthly recurrence */ CalendarRecurrencePattern["Monthly"] = "MONTHLY"; /** Weekly recurrence */ CalendarRecurrencePattern["Weekly"] = "WEEKLY"; /** Yearly recurrence */ CalendarRecurrencePattern["Yearly"] = "YEARLY"; })(CalendarRecurrencePattern || (CalendarRecurrencePattern = {})); /** Calendar reminder method */ export var CalendarReminderMethod; (function (CalendarReminderMethod) { /** Email reminder */ CalendarReminderMethod["Email"] = "EMAIL"; /** Popup reminder */ CalendarReminderMethod["Popup"] = "POPUP"; /** SMS reminder */ CalendarReminderMethod["Sms"] = "SMS"; })(CalendarReminderMethod || (CalendarReminderMethod = {})); /** Category facet types */ export var CategoryFacetTypes; (function (CategoryFacetTypes) { /** Creation Date */ CategoryFacetTypes["CreationDate"] = "CREATION_DATE"; })(CategoryFacetTypes || (CategoryFacetTypes = {})); /** Cerebras model type */ export var CerebrasModels; (function (CerebrasModels) { /** Developer-specified model */ CerebrasModels["Custom"] = "CUSTOM"; /** LLaMA 3.1 8b */ CerebrasModels["Llama_3_1_8B"] = "LLAMA_3_1_8B"; /** LLaMA 3.3 70b */ CerebrasModels["Llama_3_3_70B"] = "LLAMA_3_3_70B"; /** * LLaMA 4 Scout 17b * @deprecated Has been deprecated, select a different model */ CerebrasModels["Llama_4Scout_17B"] = "LLAMA_4_SCOUT_17B"; /** Qwen 3 32b */ CerebrasModels["Qwen_3_32B"] = "QWEN_3_32B"; })(CerebrasModels || (CerebrasModels = {})); /** Channel service type */ export var ChannelServiceTypes; (function (ChannelServiceTypes) { /** Discord */ ChannelServiceTypes["Discord"] = "DISCORD"; /** Google Chat */ ChannelServiceTypes["GoogleChat"] = "GOOGLE_CHAT"; /** Slack */ ChannelServiceTypes["Slack"] = "SLACK"; /** Microsoft Teams */ ChannelServiceTypes["Teams"] = "TEAMS"; /** Telegram */ ChannelServiceTypes["Telegram"] = "TELEGRAM"; /** WhatsApp */ ChannelServiceTypes["WhatsApp"] = "WHATS_APP"; })(ChannelServiceTypes || (ChannelServiceTypes = {})); /** Classification rule state */ export var ClassificationRuleState; (function (ClassificationRuleState) { /** Disabled */ ClassificationRuleState["Disabled"] = "DISABLED"; /** Enabled */ ClassificationRuleState["Enabled"] = "ENABLED"; })(ClassificationRuleState || (ClassificationRuleState = {})); /** Cohere model type */ export var CohereModels; (function (CohereModels) { /** Command A (Latest) */ CohereModels["CommandA"] = "COMMAND_A"; /** Command A (2025-03 version) */ CohereModels["CommandA_202503"] = "COMMAND_A_202503"; /** Command R (Latest) */ CohereModels["CommandR"] = "COMMAND_R"; /** Command R7B (2024-12 version) */ CohereModels["CommandR7B_202412"] = "COMMAND_R7_B_202412"; /** Command R (2024-03 version) */ CohereModels["CommandR_202403"] = "COMMAND_R_202403"; /** Command R (2024-08 version) */ CohereModels["CommandR_202408"] = "COMMAND_R_202408"; /** Command R+ (Latest) */ CohereModels["CommandRPlus"] = "COMMAND_R_PLUS"; /** Command R+ (2024-04 version) */ CohereModels["CommandRPlus_202404"] = "COMMAND_R_PLUS_202404"; /** Command R+ (2024-08 version) */ CohereModels["CommandRPlus_202408"] = "COMMAND_R_PLUS_202408"; /** Developer-specified model */ CohereModels["Custom"] = "CUSTOM"; /** Embed English 3.0 */ CohereModels["EmbedEnglish_3_0"] = "EMBED_ENGLISH_3_0"; /** Embed Multilingual 3.0 */ CohereModels["EmbedMultilingual_3_0"] = "EMBED_MULTILINGUAL_3_0"; })(CohereModels || (CohereModels = {})); /** Collection type */ export var CollectionTypes; (function (CollectionTypes) { /** Content collection */ CollectionTypes["Collection"] = "COLLECTION"; /** Conversation collection */ CollectionTypes["Conversation"] = "CONVERSATION"; /** Site folder */ CollectionTypes["Folder"] = "FOLDER"; /** Recurring event series */ CollectionTypes["Series"] = "SERIES"; /** Email thread */ CollectionTypes["Thread"] = "THREAD"; })(CollectionTypes || (CollectionTypes = {})); export var ConfluenceAuthenticationTypes; (function (ConfluenceAuthenticationTypes) { ConfluenceAuthenticationTypes["Connector"] = "CONNECTOR"; ConfluenceAuthenticationTypes["Token"] = "TOKEN"; })(ConfluenceAuthenticationTypes || (ConfluenceAuthenticationTypes = {})); export var ConfluenceTypes; (function (ConfluenceTypes) { /** Confluence Page */ ConfluenceTypes["Page"] = "PAGE"; /** Confluence Space */ ConfluenceTypes["Space"] = "SPACE"; })(ConfluenceTypes || (ConfluenceTypes = {})); /** Connector type */ export var ConnectorTypes; (function (ConnectorTypes) { /** Authentication connector */ ConnectorTypes["Authentication"] = "AUTHENTICATION"; /** Channel connector */ ConnectorTypes["Channel"] = "CHANNEL"; /** Integration connector */ ConnectorTypes["Integration"] = "INTEGRATION"; /** Site connector */ ConnectorTypes["Site"] = "SITE"; })(ConnectorTypes || (ConnectorTypes = {})); /** Content classification service type */ export var ContentClassificationServiceTypes; (function (ContentClassificationServiceTypes) { /** LLM-based Classification */ ContentClassificationServiceTypes["Model"] = "MODEL"; /** Regex-based Classification */ ContentClassificationServiceTypes["Regex"] = "REGEX"; })(ContentClassificationServiceTypes || (ContentClassificationServiceTypes = {})); /** Content facet types */ export var ContentFacetTypes; (function (ContentFacetTypes) { /** Audio Author */ ContentFacetTypes["AudioAuthor"] = "AUDIO_AUTHOR"; /** Audio Publisher */ ContentFacetTypes["AudioPublisher"] = "AUDIO_PUBLISHER"; /** Audio Series */ ContentFacetTypes["AudioSeries"] = "AUDIO_SERIES"; /** Content Type */ ContentFacetTypes["ContentType"] = "CONTENT_TYPE"; /** Creation Date */ ContentFacetTypes["CreationDate"] = "CREATION_DATE"; /** Device Type */ ContentFacetTypes["DeviceType"] = "DEVICE_TYPE"; /** Document Author */ ContentFacetTypes["DocumentAuthor"] = "DOCUMENT_AUTHOR"; /** Document Has Digital Signature */ ContentFacetTypes["DocumentHasDigitalSignature"] = "DOCUMENT_HAS_DIGITAL_SIGNATURE"; /** Document Is Encrypted */ ContentFacetTypes["DocumentIsEncrypted"] = "DOCUMENT_IS_ENCRYPTED"; /** Document Publisher */ ContentFacetTypes["DocumentPublisher"] = "DOCUMENT_PUBLISHER"; /** Email Priority */ ContentFacetTypes["EmailPriority"] = "EMAIL_PRIORITY"; /** Email Sensitivity */ ContentFacetTypes["EmailSensitivity"] = "EMAIL_SENSITIVITY"; /** File Extension */ ContentFacetTypes["FileExtension"] = "FILE_EXTENSION"; /** File Size */ ContentFacetTypes["FileSize"] = "FILE_SIZE"; /** File Type */ ContentFacetTypes["FileType"] = "FILE_TYPE"; /** Format */ ContentFacetTypes["Format"] = "FORMAT"; /** Format Name */ ContentFacetTypes["FormatName"] = "FORMAT_NAME"; /** Image Make */ ContentFacetTypes["ImageMake"] = "IMAGE_MAKE"; /** Image Model */ ContentFacetTypes["ImageModel"] = "IMAGE_MODEL"; /** Image Software */ ContentFacetTypes["ImageSoftware"] = "IMAGE_SOFTWARE"; /** Issue Priority */ ContentFacetTypes["IssuePriority"] = "ISSUE_PRIORITY"; /** Issue Project */ ContentFacetTypes["IssueProject"] = "ISSUE_PROJECT"; /** Issue Status */ ContentFacetTypes["IssueStatus"] = "ISSUE_STATUS"; /** Issue Team */ ContentFacetTypes["IssueTeam"] = "ISSUE_TEAM"; /** Issue Type */ ContentFacetTypes["IssueType"] = "ISSUE_TYPE"; /** Observed Entity */ ContentFacetTypes["Observable"] = "OBSERVABLE"; /** Original Date */ ContentFacetTypes["OriginalDate"] = "ORIGINAL_DATE"; /** Video Make */ ContentFacetTypes["VideoMake"] = "VIDEO_MAKE"; /** Video Model */ ContentFacetTypes["VideoModel"] = "VIDEO_MODEL"; /** Video Software */ ContentFacetTypes["VideoSoftware"] = "VIDEO_SOFTWARE"; })(ContentFacetTypes || (ContentFacetTypes = {})); export var ContentIndexingServiceTypes; (function (ContentIndexingServiceTypes) { /** Azure AI Language */ ContentIndexingServiceTypes["AzureAiLanguage"] = "AZURE_AI_LANGUAGE"; })(ContentIndexingServiceTypes || (ContentIndexingServiceTypes = {})); export var ContentPublishingFormats; (function (ContentPublishingFormats) { /** HTML */ ContentPublishingFormats["Html"] = "HTML"; /** JPEG */ ContentPublishingFormats["Jpeg"] = "JPEG"; /** Markdown */ ContentPublishingFormats["Markdown"] = "MARKDOWN"; /** MP3 */ ContentPublishingFormats["Mp3"] = "MP3"; /** MP4 */ ContentPublishingFormats["Mp4"] = "MP4"; /** PNG */ ContentPublishingFormats["Png"] = "PNG"; /** SVG */ ContentPublishingFormats["Svg"] = "SVG"; /** Plain Text */ ContentPublishingFormats["Text"] = "TEXT"; /** WEBP */ ContentPublishingFormats["Webp"] = "WEBP"; })(ContentPublishingFormats || (ContentPublishingFormats = {})); /** Content publishing service type */ export var ContentPublishingServiceTypes; (function (ContentPublishingServiceTypes) { /** ElevenLabs Audio publishing */ ContentPublishingServiceTypes["ElevenLabsAudio"] = "ELEVEN_LABS_AUDIO"; /** Google Image publishing */ ContentPublishingServiceTypes["GoogleImage"] = "GOOGLE_IMAGE"; /** Google Video publishing */ ContentPublishingServiceTypes["GoogleVideo"] = "GOOGLE_VIDEO"; /** OpenAI Image publishing */ ContentPublishingServiceTypes["OpenAiImage"] = "OPEN_AI_IMAGE"; /** OpenAI Video publishing */ ContentPublishingServiceTypes["OpenAiVideo"] = "OPEN_AI_VIDEO"; /** Parallel research publishing */ ContentPublishingServiceTypes["ParallelResearch"] = "PARALLEL_RESEARCH"; /** Quiver Image publishing */ ContentPublishingServiceTypes["QuiverImage"] = "QUIVER_IMAGE"; /** Text publishing */ ContentPublishingServiceTypes["Text"] = "TEXT"; })(ContentPublishingServiceTypes || (ContentPublishingServiceTypes = {})); /** Content Source Types */ export var ContentSourceTypes; (function (ContentSourceTypes) { ContentSourceTypes["Document"] = "DOCUMENT"; ContentSourceTypes["Frame"] = "FRAME"; ContentSourceTypes["Transcript"] = "TRANSCRIPT"; })(ContentSourceTypes || (ContentSourceTypes = {})); /** Content type */ export var ContentTypes; (function (ContentTypes) { /** Commit (i.e. GitHub, GitLab, Bitbucket) */ ContentTypes["Commit"] = "COMMIT"; /** Email */ ContentTypes["Email"] = "EMAIL"; /** Calendar Event */ ContentTypes["Event"] = "EVENT"; /** File (i.e. document, image) */ ContentTypes["File"] = "FILE"; /** Initiative */ ContentTypes["Initiative"] = "INITIATIVE"; /** Issue (i.e. JIRA, Linear, GitHub) */ ContentTypes["Issue"] = "ISSUE"; /** Memory (i.e. Agent or User memory) */ ContentTypes["Memory"] = "MEMORY"; /** Message (i.e. Slack, Microsoft Teams) */ ContentTypes["Message"] = "MESSAGE"; /** Web page */ ContentTypes["Page"] = "PAGE"; /** Post (i.e. Reddit, LinkedIn, RSS) */ ContentTypes["Post"] = "POST"; /** Pull Request (i.e. GitHub, GitLab, Bitbucket) */ ContentTypes["PullRequest"] = "PULL_REQUEST"; /** Text (i.e. Markdown, HTML, plain text) */ ContentTypes["Text"] = "TEXT"; /** Transcript (i.e. pre-transcribed meeting content) */ ContentTypes["Transcript"] = "TRANSCRIPT"; })(ContentTypes || (ContentTypes = {})); /** Conversation message role type */ export var ConversationRoleTypes; (function (ConversationRoleTypes) { /** LLM assistant message */ ConversationRoleTypes["Assistant"] = "ASSISTANT"; /** LLM system message */ ConversationRoleTypes["System"] = "SYSTEM"; /** LLM tool message */ ConversationRoleTypes["Tool"] = "TOOL"; /** LLM user prompt message */ ConversationRoleTypes["User"] = "USER"; })(ConversationRoleTypes || (ConversationRoleTypes = {})); /** Conversation search type */ export var ConversationSearchTypes; (function (ConversationSearchTypes) { /** Hybrid (Vector similarity using user prompt + Keyword search) */ ConversationSearchTypes["Hybrid"] = "HYBRID"; /** Ignore user prompt for content retrieval */ ConversationSearchTypes["None"] = "NONE"; /** Vector similarity using user prompt */ ConversationSearchTypes["Vector"] = "VECTOR"; })(ConversationSearchTypes || (ConversationSearchTypes = {})); /** Conversation strategies */ export var ConversationStrategyTypes; (function (ConversationStrategyTypes) { /** Summarized message history */ ConversationStrategyTypes["Summarized"] = "SUMMARIZED"; /** Windowed message history */ ConversationStrategyTypes["Windowed"] = "WINDOWED"; })(ConversationStrategyTypes || (ConversationStrategyTypes = {})); /** Conversation type */ export var ConversationTypes; (function (ConversationTypes) { /** Agent-generated conversation */ ConversationTypes["Agent"] = "AGENT"; /** Conversation over content */ ConversationTypes["Content"] = "CONTENT"; })(ConversationTypes || (ConversationTypes = {})); /** Crustdata watcher signal type */ export var CrustdataWatcherSignalTypes; (function (CrustdataWatcherSignalTypes) { /** Discover companies by department headcount range */ CrustdataWatcherSignalTypes["CompanyDepartmentHeadcount"] = "COMPANY_DEPARTMENT_HEADCOUNT"; /** Company funding round signal */ CrustdataWatcherSignalTypes["CompanyFundingRound"] = "COMPANY_FUNDING_ROUND"; /** Company headcount growth signal */ CrustdataWatcherSignalTypes["CompanyHeadcountGrowth"] = "COMPANY_HEADCOUNT_GROWTH"; /** Company job postings signal */ CrustdataWatcherSignalTypes["CompanyJobPostings"] = "COMPANY_JOB_POSTINGS"; /** Company LinkedIn posts signal */ CrustdataWatcherSignalTypes["CompanyLinkedInPosts"] = "COMPANY_LINKED_IN_POSTS"; /** Company news mentions signal */ CrustdataWatcherSignalTypes["CompanyNewsMentions"] = "COMPANY_NEWS_MENTIONS"; /** Discover companies with employees in two or more countries */ CrustdataWatcherSignalTypes["EmployeeLocationTwoCountries"] = "EMPLOYEE_LOCATION_TWO_COUNTRIES"; /** Discover first person hired internationally */ CrustdataWatcherSignalTypes["FirstPersonHiredInternationally"] = "FIRST_PERSON_HIRED_INTERNATIONALLY"; /** Discover first person hired in a company department */ CrustdataWatcherSignalTypes["FirstPersonHiredInDepartment"] = "FIRST_PERSON_HIRED_IN_DEPARTMENT"; /** Discover companies by headcount growth percentage */ CrustdataWatcherSignalTypes["HeadcountGrowthDiscovery"] = "HEADCOUNT_GROWTH_DISCOVERY"; /** Discover companies by headcount growth over a baseline */ CrustdataWatcherSignalTypes["HeadcountGrowthOverBaseline"] = "HEADCOUNT_GROWTH_OVER_BASELINE"; /** Job posting by keyword and location signal */ CrustdataWatcherSignalTypes["JobPostingByKeyword"] = "JOB_POSTING_BY_KEYWORD"; /** Discover job postings by location */ CrustdataWatcherSignalTypes["JobPostingByLocation"] = "JOB_POSTING_BY_LOCATION"; /** Discover LinkedIn posts by keyword */ CrustdataWatcherSignalTypes["LinkedInPostWithKeyword"] = "LINKED_IN_POST_WITH_KEYWORD"; /** Discover new funding announcements by criteria */ CrustdataWatcherSignalTypes["NewFundingAnnouncements"] = "NEW_FUNDING_ANNOUNCEMENTS"; /** Discover people via LinkedIn filter criteria */ CrustdataWatcherSignalTypes["PersonDiscoveryViaFilters"] = "PERSON_DISCOVERY_VIA_FILTERS"; /** Person LinkedIn posts signal */ CrustdataWatcherSignalTypes["PersonLinkedInPosts"] = "PERSON_LINKED_IN_POSTS"; /** Person profile updates signal */ CrustdataWatcherSignalTypes["PersonProfileUpdates"] = "PERSON_PROFILE_UPDATES"; /** Discover people starting new positions */ CrustdataWatcherSignalTypes["PersonStartingNewPosition"] = "PERSON_STARTING_NEW_POSITION"; })(CrustdataWatcherSignalTypes || (CrustdataWatcherSignalTypes = {})); /** Deepgram models */ export var DeepgramModels; (function (DeepgramModels) { /** Nova 2 (General) */ DeepgramModels["Nova2"] = "NOVA2"; /** Nova 2 (Automotive) */ DeepgramModels["Nova2Automotive"] = "NOVA2_AUTOMOTIVE"; /** Nova 2 (Conversational AI) */ DeepgramModels["Nova2ConversationalAi"] = "NOVA2_CONVERSATIONAL_AI"; /** Nova 2 (Drivethru) */ DeepgramModels["Nova2Drivethru"] = "NOVA2_DRIVETHRU"; /** Nova 2 (Finance) */ DeepgramModels["Nova2Finance"] = "NOVA2_FINANCE"; /** Nova 2 (Medical) */ DeepgramModels["Nova2Medical"] = "NOVA2_MEDICAL"; /** Nova 2 (Meeting) */ DeepgramModels["Nova2Meeting"] = "NOVA2_MEETING"; /** Nova 2 (Phonecall) */ DeepgramModels["Nova2Phonecall"] = "NOVA2_PHONECALL"; /** Nova 2 (Video) */ DeepgramModels["Nova2Video"] = "NOVA2_VIDEO"; /** Nova 2 (Voicemail) */ DeepgramModels["Nova2Voicemail"] = "NOVA2_VOICEMAIL"; /** Nova 3 (General) */ DeepgramModels["Nova3"] = "NOVA3"; /** Nova 3 (Medical) */ DeepgramModels["Nova3Medical"] = "NOVA3_MEDICAL"; /** Whisper (Base) */ DeepgramModels["WhisperBase"] = "WHISPER_BASE"; /** Whisper (Large) */ DeepgramModels["WhisperLarge"] = "WHISPER_LARGE"; /** Whisper (Medium) */ DeepgramModels["WhisperMedium"] = "WHISPER_MEDIUM"; /** Whisper (Small) */ DeepgramModels["WhisperSmall"] = "WHISPER_SMALL"; /** Whisper (Tiny) */ DeepgramModels["WhisperTiny"] = "WHISPER_TINY"; })(DeepgramModels || (DeepgramModels = {})); /** Deepseek model type */ export var DeepseekModels; (function (DeepseekModels) { /** Deepseek Chat */ DeepseekModels["Chat"] = "CHAT"; /** * Deepseek Coder * @deprecated Deepseek Coder has been merged with Deepseek Chat, as of v2.5. Use Deepseek Chat instead. */ DeepseekModels["Coder"] = "CODER"; /** Developer-specified model */ DeepseekModels["Custom"] = "CUSTOM"; /** Deepseek Reasoner */ DeepseekModels["Reasoner"] = "REASONER"; })(DeepseekModels || (DeepseekModels = {})); /** Capture device type */ export var DeviceTypes; (function (DeviceTypes) { /** Digital Camera */ DeviceTypes["Camera"] = "CAMERA"; /** Drone */ DeviceTypes["Drone"] = "DRONE"; /** Geospatial */ DeviceTypes["Geospatial"] = "GEOSPATIAL"; /** Mobile Phone/Tablet */ DeviceTypes["Mobile"] = "MOBILE"; /** Robot */ DeviceTypes["Robot"] = "ROBOT"; /** Screen Recording */ DeviceTypes["Screen"] = "SCREEN"; /** Stream Recording */ DeviceTypes["Stream"] = "STREAM"; /** Unknown */ DeviceTypes["Unknown"] = "UNKNOWN"; })(DeviceTypes || (DeviceTypes = {})); /** Distribution operation result type */ export var DistributionOperationTypes; (function (DistributionOperationTypes) { /** Appended to an existing target resource. */ DistributionOperationTypes["Appended"] = "APPENDED"; /** Created or appended comment-style content. */ DistributionOperationTypes["Commented"] = "COMMENTED"; /** Created a new target resource. */ DistributionOperationTypes["Created"] = "CREATED"; /** Deleted an existing target resource. */ DistributionOperationTypes["Deleted"] = "DELETED"; /** Replaced an existing target resource. */ DistributionOperationTypes["Replaced"] = "REPLACED"; })(DistributionOperationTypes || (DistributionOperationTypes = {})); /** Distribution service type */ export var DistributionServiceTypes; (function (DistributionServiceTypes) { /** Attio */ DistributionServiceTypes["Attio"] = "ATTIO"; /** Attio Tasks */ DistributionServiceTypes["AttioTasks"] = "ATTIO_TASKS"; /** Atlassian Confluence */ DistributionServiceTypes["Confluence"] = "CONFLUENCE"; /** Discord */ DistributionServiceTypes["Discord"] = "DISCORD"; /** GitHub */ DistributionServiceTypes["GitHub"] = "GIT_HUB"; /** GitLab */ DistributionServiceTypes["GitLab"] = "GIT_LAB"; /** Gmail */ DistributionServiceTypes["Gmail"] = "GMAIL"; /** Google Calendar */ DistributionServiceTypes["GoogleCalendar"] = "GOOGLE_CALENDAR"; /** Google Docs */ DistributionServiceTypes["GoogleDocs"] = "GOOGLE_DOCS"; /** Google Drive */ DistributionServiceTypes["GoogleDrive"] = "GOOGLE_DRIVE"; /** HubSpot */ DistributionServiceTypes["HubSpot"] = "HUB_SPOT"; /** Intercom */ DistributionServiceTypes["Intercom"] = "INTERCOM"; /** Jira */ DistributionServiceTypes["Jira"] = "JIRA"; /** Linear */ DistributionServiceTypes["Linear"] = "LINEAR"; /** LinkedIn */ DistributionServiceTypes["LinkedIn"] = "LINKED_IN"; /** Microsoft Calendar */ DistributionServiceTypes["MicrosoftCalendar"] = "MICROSOFT_CALENDAR"; /** Microsoft Outlook */ DistributionServiceTypes["MicrosoftOutlook"] = "MICROSOFT_OUTLOOK"; /** Microsoft Teams */ DistributionServiceTypes["MicrosoftTeams"] = "MICROSOFT_TEAMS"; /** Microsoft Word */ DistributionServiceTypes["MicrosoftWord"] = "MICROSOFT_WORD"; /** Notion */ DistributionServiceTypes["Notion"] = "NOTION"; /** Microsoft OneDrive */ DistributionServiceTypes["OneDrive"] = "ONE_DRIVE"; /** Salesforce */ DistributionServiceTypes["Salesforce"] = "SALESFORCE"; /** SharePoint */ DistributionServiceTypes["SharePoint"] = "SHARE_POINT"; /** Slack */ DistributionServiceTypes["Slack"] = "SLACK"; /** X/Twitter */ DistributionServiceTypes["Twitter"] = "TWITTER"; /** Zendesk */ DistributionServiceTypes["Zendesk"] = "ZENDESK"; })(DistributionServiceTypes || (DistributionServiceTypes = {})); /** Distribution kind type */ export var DistributionTargetKindTypes; (function (DistributionTargetKindTypes) { /** Write to the primary body or content of the target resource. */ DistributionTargetKindTypes["Body"] = "BODY"; /** Write comment-style content associated with the target resource. */ DistributionTargetKindTypes["Comment"] = "COMMENT"; })(DistributionTargetKindTypes || (DistributionTargetKindTypes = {})); /** Distribution operation type */ export var DistributionTargetOperationTypes; (function (DistributionTargetOperationTypes) { /** Append to an existing target body. */ DistributionTargetOperationTypes["Append"] = "APPEND"; /** Create a new target. */ DistributionTargetOperationTypes["Create"] = "CREATE"; /** Delete an existing target. */ DistributionTargetOperationTypes["Delete"] = "DELETE"; /** Replace an existing target body. */ DistributionTargetOperationTypes["Replace"] = "REPLACE"; /** Replace an existing target when found, otherwise create a new target. */ DistributionTargetOperationTypes["Upsert"] = "UPSERT"; })(DistributionTargetOperationTypes || (DistributionTargetOperationTypes = {})); /** Dropbox authentication type */ export var DropboxAuthenticationTypes; (function (DropboxAuthenticationTypes) { /** Connector */ DropboxAuthenticationTypes["Connector"] = "CONNECTOR"; /** User */ DropboxAuthenticationTypes["User"] = "USER"; })(DropboxAuthenticationTypes || (DropboxAuthenticationTypes = {})); /** ElevenLabs models */ export var ElevenLabsModels; (function (ElevenLabsModels) { /** Eleven English v1 */ ElevenLabsModels["EnglishV1"] = "ENGLISH_V1"; /** Eleven Flash v2 */ ElevenLabsModels["FlashV2"] = "FLASH_V2"; /** Eleven Flash v2.5 */ ElevenLabsModels["FlashV2_5"] = "FLASH_V2_5"; /** Eleven Multilingual v1 */ ElevenLabsModels["MultilingualV1"] = "MULTILINGUAL_V1"; /** Eleven Multilingual v2 */ ElevenLabsModels["MultilingualV2"] = "MULTILINGUAL_V2"; /** * Eleven Turbo v2 * @deprecated Use Flash_V2 instead. */ ElevenLabsModels["TurboV2"] = "TURBO_V2"; /** * Eleven Turbo v2.5 * @deprecated Use Flash_V2_5 instead. */ ElevenLabsModels["TurboV2_5"] = "TURBO_V2_5"; })(ElevenLabsModels || (ElevenLabsModels = {})); /** ElevenLabs Scribe models */ export var ElevenLabsScribeModels; (function (ElevenLabsScribeModels) { /** Scribe V1 */ ElevenLabsScribeModels["ScribeV1"] = "SCRIBE_V1"; /** Scribe V2 */ ElevenLabsScribeModels["ScribeV2"] = "SCRIBE_V2"; })(ElevenLabsScribeModels || (ElevenLabsScribeModels = {})); /** Email list type */ export var EmailListingTypes; (function (EmailListingTypes) { /** Read new emails */ EmailListingTypes["New"] = "NEW"; /** Read past emails */ EmailListingTypes["Past"] = "PAST"; })(EmailListingTypes || (EmailListingTypes = {})); /** Embedding type */ export var EmbeddingTypes; (function (EmbeddingTypes) { /** Audio embeddings */ EmbeddingTypes["Audio"] = "AUDIO"; /** Image embeddings */ EmbeddingTypes["Image"] = "IMAGE"; /** Multimodal embeddings */ EmbeddingTypes["Multimodal"] = "MULTIMODAL"; /** Text embeddings */ EmbeddingTypes["Text"] = "TEXT"; /** Video embeddings */ EmbeddingTypes["Video"] = "VIDEO"; })(EmbeddingTypes || (EmbeddingTypes = {})); /** Emotion facet types */ export var EmotionFacetTypes; (function (EmotionFacetTypes) { /** Creation Date */ EmotionFacetTypes["CreationDate"] = "CREATION_DATE"; })(EmotionFacetTypes || (EmotionFacetTypes = {})); /** Entity enrichment service types */ export var EntityEnrichmentServiceTypes; (function (EntityEnrichmentServiceTypes) { /** Crunchbase */ EntityEnrichmentServiceTypes["Crunchbase"] = "CRUNCHBASE"; /** Crustdata */ EntityEnrichmentServiceTypes["Crustdata"] = "CRUSTDATA"; /** Diffbot */ EntityEnrichmentServiceTypes["Diffbot"] = "DIFFBOT"; /** FHIR */ EntityEnrichmentServiceTypes["Fhir"] = "FHIR"; /** Nyne */ EntityEnrichmentServiceTypes["Nyne"] = "NYNE"; /** Parallel */ EntityEnrichmentServiceTypes["Parallel"] = "PARALLEL"; /** Radar */ EntityEnrichmentServiceTypes["Radar"] = "RADAR"; /** Waterfall enrichment (sequential multi-provider cascade) */ EntityEnrichmentServiceTypes["Waterfall"] = "WATERFALL"; /** Wikipedia */ EntityEnrichmentServiceTypes["Wikipedia"] = "WIKIPEDIA"; })(EntityEnrichmentServiceTypes || (EntityEnrichmentServiceTypes = {})); /** Entity extraction service type */ export var EntityExtractionServiceTypes; (function (EntityExtractionServiceTypes) { /** Azure AI Vision, fka Azure Cognitive Services Image */ EntityExtractionServiceTypes["AzureCognitiveServicesImage"] = "AZURE_COGNITIVE_SERVICES_IMAGE"; /** Azure AI Language, fka Azure Cognitive Services Text */ EntityExtractionServiceTypes["AzureCognitiveServicesText"] = "AZURE_COGNITIVE_SERVICES_TEXT"; /** Hume AI Emotion */ EntityExtractionServiceTypes["HumeEmotion"] = "HUME_EMOTION"; /** LLM Image */ EntityExtractionServiceTypes["ModelImage"] = "MODEL_IMAGE"; /** LLM Text */ EntityExtractionServiceTypes["ModelText"] = "MODEL_TEXT"; /** * OpenAI Image * @deprecated Use MODEL_IMAGE instead. */ EntityExtractionServiceTypes["OpenAiImage"] = "OPEN_AI_IMAGE"; })(EntityExtractionServiceTypes || (EntityExtractionServiceTypes = {})); /** Entity owner */ export var EntityOwners; (function (EntityOwners) { /** Owned by project */ EntityOwners["Project"] = "PROJECT"; /** Owned by system */ EntityOwners["System"] = "SYSTEM"; })(EntityOwners || (EntityOwners = {})); /** Entity resolution strategy */ export var EntityResolutionStrategyTypes; (function (EntityResolutionStrategyTypes) { /** Automatic entity resolution during enrichment */ EntityResolutionStrategyTypes["Automatic"] = "AUTOMATIC"; /** No entity resolution is performed */ EntityResolutionStrategyTypes["None"] = "NONE"; })(EntityResolutionStrategyTypes || (EntityResolutionStrategyTypes = {})); /** Entity state */ export var EntityState; (function (EntityState) { /** Approved */ EntityState["Approved"] = "APPROVED"; /** Archived */ EntityState["Archived"] = "ARCHIVED"; /** Changed */ EntityState["Changed"] = "CHANGED"; /** Classified */ EntityState["Classified"] = "CLASSIFIED"; /** Closed */ EntityState["Closed"] = "CLOSED"; /** Created */ EntityState["Created"] = "CREATED"; /** Deleted */ EntityState["Deleted"] = "DELETED"; /** Disabled */ EntityState["Disabled"] = "DISABLED"; /** Enabled */ EntityState["Enabled"] = "ENABLED"; /** Enriched */ EntityState["Enriched"] = "ENRICHED"; /** Errored */ EntityState["Errored"] = "ERRORED"; /** Extracted */ EntityState["Extracted"] = "EXTRACTED"; /** Finished */ EntityState["Finished"] = "FINISHED"; /** Indexed */ EntityState["Indexed"] = "INDEXED"; /** Ingested */ EntityState["Ingested"] = "INGESTED"; /** Initialized */ EntityState["Initialized"] = "INITIALIZED"; /** Limited */ EntityState["Limited"] = "LIMITED"; /** Opened */ EntityState["Opened"] = "OPENED"; /** Paused */ EntityState["Paused"] = "PAUSED"; /** Pending */ EntityState["Pending"] = "PENDING"; /** Prepared */ EntityState["Prepared"] = "PREPARED"; /** Queued */ EntityState["Queued"] = "QUEUED"; /** Rejected */ EntityState["Rejected"] = "REJECTED"; /** Resolved */ EntityState["Resolved"] = "RESOLVED"; /** Restarted */ EntityState["Restarted"] = "RESTARTED"; /** Running */ EntityState["Running"] = "RUNNING"; /** Sanitized */ EntityState["Sanitized"] = "SANITIZED"; /** Subscribed */ EntityState["Subscribed"] = "SUBSCRIBED"; })(EntityState || (EntityState = {})); /** Entity type */ export var EntityTypes; (function (EntityTypes) { /** Activity */ EntityTypes["Activity"] = "ACTIVITY"; /** Agent */ EntityTypes["Agent"] = "AGENT"; /** Alert */ EntityTypes["Alert"] = "ALERT"; /** Bureau */ EntityTypes["Bureau"] = "BUREAU"; /** Category */ EntityTypes["Category"] = "CATEGORY"; /** Collection */ EntityTypes["Collection"] = "COLLECTION"; /** Connector */ EntityTypes["Connector"] = "CONNECTOR"; /** Content */ EntityTypes["Content"] = "CONTENT"; /** Chatbot conversation */ EntityTypes["Conversation"] = "CONVERSATION"; /** Desk */ EntityTypes["Desk"] = "DESK"; /** Emotion */ EntityTypes["Emotion"] = "EMOTION"; /** Event */ EntityTypes["Event"] = "EVENT"; /** Fact */ EntityTypes["Fact"] = "FACT"; /** Feed */ EntityTypes["Feed"] = "FEED"; /** Investment */ EntityTypes["Investment"] = "INVESTMENT";