graphlit-client
Version:
Graphlit API Client for TypeScript
1,253 lines • 89.7 kB
JavaScript
/** Alert type */
export var AlertTypes;
(function (AlertTypes) {
/** LLM Prompt */
AlertTypes["Prompt"] = "PROMPT";
})(AlertTypes || (AlertTypes = {}));
/** Anthropic model type */
export var AnthropicModels;
(function (AnthropicModels) {
/** @deprecated Use Claude 3.x instead. */
AnthropicModels["Claude_2"] = "CLAUDE_2";
/** @deprecated Use Claude 3.x instead. */
AnthropicModels["Claude_2_0"] = "CLAUDE_2_0";
/** @deprecated Use Claude 3.x instead. */
AnthropicModels["Claude_2_1"] = "CLAUDE_2_1";
/** Claude 3.5 Haiku (Latest) */
AnthropicModels["Claude_3_5Haiku"] = "CLAUDE_3_5_HAIKU";
/** Claude 3.5 Haiku (10-22-2024 version) */
AnthropicModels["Claude_3_5Haiku_20241022"] = "CLAUDE_3_5_HAIKU_20241022";
/** Claude 3.5 Sonnet (Latest) */
AnthropicModels["Claude_3_5Sonnet"] = "CLAUDE_3_5_SONNET";
/** Claude 3.5 Sonnet (06-20-2024 version) */
AnthropicModels["Claude_3_5Sonnet_20240620"] = "CLAUDE_3_5_SONNET_20240620";
/** Claude 3.5 Sonnet (10-22-2024 version) */
AnthropicModels["Claude_3_5Sonnet_20241022"] = "CLAUDE_3_5_SONNET_20241022";
/** Claude 3.7 Sonnet (Latest) */
AnthropicModels["Claude_3_7Sonnet"] = "CLAUDE_3_7_SONNET";
/** Claude 3.7 Sonnet (02-19-2025 version) */
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 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 3.5 Haiku instead. */
AnthropicModels["ClaudeInstant_1"] = "CLAUDE_INSTANT_1";
/** @deprecated Use Claude 3.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 = {}));
/** Assembly.AI models */
export var AssemblyAiModels;
(function (AssemblyAiModels) {
/** Best */
AssemblyAiModels["Best"] = "BEST";
/** Nano */
AssemblyAiModels["Nano"] = "NANO";
})(AssemblyAiModels || (AssemblyAiModels = {}));
/** Authentication service type */
export var AuthenticationServiceTypes;
(function (AuthenticationServiceTypes) {
/** Arcade authentication service */
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";
})(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 = {}));
/** Amazon Bedrock model type */
export var BedrockModels;
(function (BedrockModels) {
/** Claude 3.7 Sonnet */
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 = {}));
/** Box authentication type */
export var BoxAuthenticationTypes;
(function (BoxAuthenticationTypes) {
/** 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 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 */
CerebrasModels["Llama_4Scout_17B"] = "LLAMA_4_SCOUT_17B";
/** Qwen 3 32b */
CerebrasModels["Qwen_3_32B"] = "QWEN_3_32B";
})(CerebrasModels || (CerebrasModels = {}));
/** 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";
/** Recurring event series */
CollectionTypes["Series"] = "SERIES";
/** Email thread */
CollectionTypes["Thread"] = "THREAD";
})(CollectionTypes || (CollectionTypes = {}));
/** Connector type */
export var ConnectorTypes;
(function (ConnectorTypes) {
/** Authentication connector */
ConnectorTypes["Authentication"] = "AUTHENTICATION";
/** 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";
/** PNG */
ContentPublishingFormats["Png"] = "PNG";
/** 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";
/** OpenAI Image publishing */
ContentPublishingServiceTypes["OpenAiImage"] = "OPEN_AI_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) {
/** Email */
ContentTypes["Email"] = "EMAIL";
/** Calendar Event */
ContentTypes["Event"] = "EVENT";
/** File (i.e. document, image) */
ContentTypes["File"] = "FILE";
/** 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, RSS) */
ContentTypes["Post"] = "POST";
/** Text (i.e. Markdown, HTML, plain text) */
ContentTypes["Text"] = "TEXT";
})(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) {
/** Conversation over content */
ConversationTypes["Content"] = "CONTENT";
})(ConversationTypes || (ConversationTypes = {}));
/** 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 = {}));
/** Dropbox authentication type */
export var DropboxAuthenticationTypes;
(function (DropboxAuthenticationTypes) {
/** 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 = {}));
/** Email list type */
export var EmailListingTypes;
(function (EmailListingTypes) {
/** Read new emails */
EmailListingTypes["New"] = "NEW";
/** Read past emails */
EmailListingTypes["Past"] = "PAST";
})(EmailListingTypes || (EmailListingTypes = {}));
/** Entity enrichment service types */
export var EntityEnrichmentServiceTypes;
(function (EntityEnrichmentServiceTypes) {
/** Crunchbase */
EntityEnrichmentServiceTypes["Crunchbase"] = "CRUNCHBASE";
/** Diffbot */
EntityEnrichmentServiceTypes["Diffbot"] = "DIFFBOT";
/** FHIR */
EntityEnrichmentServiceTypes["Fhir"] = "FHIR";
/** 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";
/** 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 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";
/** Opened */
EntityState["Opened"] = "OPENED";
/** Paused */
EntityState["Paused"] = "PAUSED";
/** Pending */
EntityState["Pending"] = "PENDING";
/** Prepared */
EntityState["Prepared"] = "PREPARED";
/** Queued */
EntityState["Queued"] = "QUEUED";
/** Rejected */
EntityState["Rejected"] = "REJECTED";
/** 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";
/** Alert */
EntityTypes["Alert"] = "ALERT";
/** Category */
EntityTypes["Category"] = "CATEGORY";
/** Collection */
EntityTypes["Collection"] = "COLLECTION";
/** Connector */
EntityTypes["Connector"] = "CONNECTOR";
/** Content */
EntityTypes["Content"] = "CONTENT";
/** Chatbot conversation */
EntityTypes["Conversation"] = "CONVERSATION";
/** Event */
EntityTypes["Event"] = "EVENT";
/** Feed */
EntityTypes["Feed"] = "FEED";
/** Job */
EntityTypes["Job"] = "JOB";
/** Label */
EntityTypes["Label"] = "LABEL";
/** Medical condition */
EntityTypes["MedicalCondition"] = "MEDICAL_CONDITION";
/** Medical contraindication */
EntityTypes["MedicalContraindication"] = "MEDICAL_CONTRAINDICATION";
/** Medical device */
EntityTypes["MedicalDevice"] = "MEDICAL_DEVICE";
/** Medical drug */
EntityTypes["MedicalDrug"] = "MEDICAL_DRUG";
/** Medical drug class */
EntityTypes["MedicalDrugClass"] = "MEDICAL_DRUG_CLASS";
/** Medical guideline */
EntityTypes["MedicalGuideline"] = "MEDICAL_GUIDELINE";
/** Medical indication */
EntityTypes["MedicalIndication"] = "MEDICAL_INDICATION";
/** Medical procedure */
EntityTypes["MedicalProcedure"] = "MEDICAL_PROCEDURE";
/** Medical study */
EntityTypes["MedicalStudy"] = "MEDICAL_STUDY";
/** Medical test */
EntityTypes["MedicalTest"] = "MEDICAL_TEST";
/** Medical therapy */
EntityTypes["MedicalTherapy"] = "MEDICAL_THERAPY";
/** Metadata */
EntityTypes["Metadata"] = "METADATA";
/** Observation */
EntityTypes["Observation"] = "OBSERVATION";
/** Organization */
EntityTypes["Organization"] = "ORGANIZATION";
/** Person */
EntityTypes["Person"] = "PERSON";
/** Place */
EntityTypes["Place"] = "PLACE";
/** Product */
EntityTypes["Product"] = "PRODUCT";
/** Project */
EntityTypes["Project"] = "PROJECT";
/** Rendition */
EntityTypes["Rendition"] = "RENDITION";
/** Code repository */
EntityTypes["Repo"] = "REPO";
/** Cloud storage site */
EntityTypes["Site"] = "SITE";
/** Software */
EntityTypes["Software"] = "SOFTWARE";
/** Model specification */
EntityTypes["Specification"] = "SPECIFICATION";
/** User */
EntityTypes["User"] = "USER";
/** View */
EntityTypes["View"] = "VIEW";
/** Workflow */
EntityTypes["Workflow"] = "WORKFLOW";
})(EntityTypes || (EntityTypes = {}));
/** Environment type */
export var EnvironmentTypes;
(function (EnvironmentTypes) {
/** Development environment */
EnvironmentTypes["Development"] = "DEVELOPMENT";
/** Production environment */
EnvironmentTypes["Production"] = "PRODUCTION";
})(EnvironmentTypes || (EnvironmentTypes = {}));
/** Event facet types */
export var EventFacetTypes;
(function (EventFacetTypes) {
/** Creation Date */
EventFacetTypes["CreationDate"] = "CREATION_DATE";
})(EventFacetTypes || (EventFacetTypes = {}));
/** Facet value types */
export var FacetValueTypes;
(function (FacetValueTypes) {
/** Facet by object */
FacetValueTypes["Object"] = "OBJECT";
/** Facet by range */
FacetValueTypes["Range"] = "RANGE";
/** Facet by value */
FacetValueTypes["Value"] = "VALUE";
})(FacetValueTypes || (FacetValueTypes = {}));
/** Feed connector type */
export var FeedConnectorTypes;
(function (FeedConnectorTypes) {
/** Amazon Web Services feed connector */
FeedConnectorTypes["Amazon"] = "AMAZON";
/** Atlassian feed connector */
FeedConnectorTypes["Atlassian"] = "ATLASSIAN";
/** Microsoft Azure feed connector */
FeedConnectorTypes["Azure"] = "AZURE";
/** Box feed connector */
FeedConnectorTypes["Box"] = "BOX";
/** Dropbox feed connector */
FeedConnectorTypes["Dropbox"] = "DROPBOX";
/** GitHub feed connector */
FeedConnectorTypes["GitHub"] = "GIT_HUB";
/** Google Cloud feed connector */
FeedConnectorTypes["Google"] = "GOOGLE";
/** Google Calendar feed connector */
FeedConnectorTypes["GoogleCalendar"] = "GOOGLE_CALENDAR";
/** Google Drive feed connector */
FeedConnectorTypes["GoogleDrive"] = "GOOGLE_DRIVE";
/** Google Mail feed connector */
FeedConnectorTypes["GoogleEmail"] = "GOOGLE_EMAIL";
/** Intercom feed connector */
FeedConnectorTypes["Intercom"] = "INTERCOM";
/** Linear feed connector */
FeedConnectorTypes["Linear"] = "LINEAR";
/** Microsoft Calendar feed connector */
FeedConnectorTypes["MicrosoftCalendar"] = "MICROSOFT_CALENDAR";
/** Microsoft Outlook Email feed connector */
FeedConnectorTypes["MicrosoftEmail"] = "MICROSOFT_EMAIL";
/** Microsoft OneDrive feed connector */
FeedConnectorTypes["OneDrive"] = "ONE_DRIVE";
/** Microsoft SharePoint feed connector */
FeedConnectorTypes["SharePoint"] = "SHARE_POINT";
/** Zendesk feed connector */
FeedConnectorTypes["Zendesk"] = "ZENDESK";
})(FeedConnectorTypes || (FeedConnectorTypes = {}));
/** Feed list type */
export var FeedListingTypes;
(function (FeedListingTypes) {
/** Read new items */
FeedListingTypes["New"] = "NEW";
/** Read past items */
FeedListingTypes["Past"] = "PAST";
})(FeedListingTypes || (FeedListingTypes = {}));
/** Feed service type */
export var FeedServiceTypes;
(function (FeedServiceTypes) {
/** Atlassian Jira feed service */
FeedServiceTypes["AtlassianJira"] = "ATLASSIAN_JIRA";
/** Azure Blob feed service */
FeedServiceTypes["AzureBlob"] = "AZURE_BLOB";
/** Azure File feed service */
FeedServiceTypes["AzureFile"] = "AZURE_FILE";
/** Box feed service */
FeedServiceTypes["Box"] = "BOX";
/** Dropbox feed service */
FeedServiceTypes["Dropbox"] = "DROPBOX";
/** GitHub feed service */
FeedServiceTypes["GitHub"] = "GIT_HUB";
/** GitHub Issues feed service */
FeedServiceTypes["GitHubIssues"] = "GIT_HUB_ISSUES";
/** Google Cloud Blob feed service */
FeedServiceTypes["GoogleBlob"] = "GOOGLE_BLOB";
/** Google Calendar feed service */
FeedServiceTypes["GoogleCalendar"] = "GOOGLE_CALENDAR";
/** Google Drive feed service */
FeedServiceTypes["GoogleDrive"] = "GOOGLE_DRIVE";
/** Google Mail feed service */
FeedServiceTypes["GoogleEmail"] = "GOOGLE_EMAIL";
/** Intercom Articles feed service */
FeedServiceTypes["IntercomArticles"] = "INTERCOM_ARTICLES";
/** Intercom Tickets feed service */
FeedServiceTypes["IntercomTickets"] = "INTERCOM_TICKETS";
/** Linear feed service */
FeedServiceTypes["Linear"] = "LINEAR";
/** Microsoft Calendar feed service */
FeedServiceTypes["MicrosoftCalendar"] = "MICROSOFT_CALENDAR";
/** Microsoft Outlook Email feed service */
FeedServiceTypes["MicrosoftEmail"] = "MICROSOFT_EMAIL";
/** Microsoft OneDrive feed service */
FeedServiceTypes["OneDrive"] = "ONE_DRIVE";
/** AWS S3 Blob feed service */
FeedServiceTypes["S3Blob"] = "S3_BLOB";
/** Microsoft SharePoint feed service */
FeedServiceTypes["SharePoint"] = "SHARE_POINT";
/** Trello feed service */
FeedServiceTypes["Trello"] = "TRELLO";
/** Zendesk Articles feed service */
FeedServiceTypes["ZendeskArticles"] = "ZENDESK_ARTICLES";
/** Zendesk Tickets feed service */
FeedServiceTypes["ZendeskTickets"] = "ZENDESK_TICKETS";
})(FeedServiceTypes || (FeedServiceTypes = {}));
/** Feed type */
export var FeedTypes;
(function (FeedTypes) {
/** Calendar feed */
FeedTypes["Calendar"] = "CALENDAR";
/** Discord channel feed */
FeedTypes["Discord"] = "DISCORD";
/** Email feed */
FeedTypes["Email"] = "EMAIL";
/** Intercom articles feed */
FeedTypes["Intercom"] = "INTERCOM";
/** Issue feed */
FeedTypes["Issue"] = "ISSUE";
/** Microsoft Teams channel feed */
FeedTypes["MicrosoftTeams"] = "MICROSOFT_TEAMS";
/** Notion feed */
FeedTypes["Notion"] = "NOTION";
/** Reddit feed */
FeedTypes["Reddit"] = "REDDIT";
/** RSS feed */
FeedTypes["Rss"] = "RSS";
/** Web Search feed */
FeedTypes["Search"] = "SEARCH";
/** Cloud storage site feed */
FeedTypes["Site"] = "SITE";
/** Slack channel feed */
FeedTypes["Slack"] = "SLACK";
/** Twitter/X feed */
FeedTypes["Twitter"] = "TWITTER";
/** Web feed */
FeedTypes["Web"] = "WEB";
/** YouTube audio feed */
FeedTypes["YouTube"] = "YOU_TUBE";
/** Zendesk articles feed */
FeedTypes["Zendesk"] = "ZENDESK";
})(FeedTypes || (FeedTypes = {}));
/** File preparation service type */
export var FilePreparationServiceTypes;
(function (FilePreparationServiceTypes) {
/** Assembly.AI Audio Transcription */
FilePreparationServiceTypes["AssemblyAi"] = "ASSEMBLY_AI";
/** Azure AI Document Intelligence */
FilePreparationServiceTypes["AzureDocumentIntelligence"] = "AZURE_DOCUMENT_INTELLIGENCE";
/** Deepgram Audio Transcription */
FilePreparationServiceTypes["Deepgram"] = "DEEPGRAM";
/** Document Preparation */
FilePreparationServiceTypes["Document"] = "DOCUMENT";
/** Email Preparation */
FilePreparationServiceTypes["Email"] = "EMAIL";
/** Mistral OCR Document Preparation */
FilePreparationServiceTypes["MistralDocument"] = "MISTRAL_DOCUMENT";
/** LLM Document Preparation */
FilePreparationServiceTypes["ModelDocument"] = "MODEL_DOCUMENT";
/** Web Page Preparation */
FilePreparationServiceTypes["Page"] = "PAGE";
/** Reducto Document Extraction */
FilePreparationServiceTypes["ReductoDocument"] = "REDUCTO_DOCUMENT";
})(FilePreparationServiceTypes || (FilePreparationServiceTypes = {}));
/** File type */
export var FileTypes;
(function (FileTypes) {
/** Animation file */
FileTypes["Animation"] = "ANIMATION";
/** Audio file */
FileTypes["Audio"] = "AUDIO";
/** Code file */
FileTypes["Code"] = "CODE";
/** Data file */
FileTypes["Data"] = "DATA";
/** Document file */
FileTypes["Document"] = "DOCUMENT";
/** Drawing file */
FileTypes["Drawing"] = "DRAWING";
/** Email file */
FileTypes["Email"] = "EMAIL";
/** Geometry file */
FileTypes["Geometry"] = "GEOMETRY";
/** Image file */
FileTypes["Image"] = "IMAGE";
/** HLS/MPEG-DASH manifest file */
FileTypes["Manifest"] = "MANIFEST";
/** Package file */
FileTypes["Package"] = "PACKAGE";
/** Point Cloud file */
FileTypes["PointCloud"] = "POINT_CLOUD";
/** Shape file */
FileTypes["Shape"] = "SHAPE";
/** Unknown file */
FileTypes["Unknown"] = "UNKNOWN";
/** Video file */
FileTypes["Video"] = "VIDEO";
})(FileTypes || (FileTypes = {}));
/** GitHub authentication type */
export var GitHubAuthenticationTypes;
(function (GitHubAuthenticationTypes) {
/** Connector */
GitHubAuthenticationTypes["Connector"] = "CONNECTOR";
/** OAuth */
GitHubAuthenticationTypes["OAuth"] = "O_AUTH";
/** Personal Access Token */
GitHubAuthenticationTypes["PersonalAccessToken"] = "PERSONAL_ACCESS_TOKEN";
})(GitHubAuthenticationTypes || (GitHubAuthenticationTypes = {}));
export var GitHubIssueAuthenticationTypes;
(function (GitHubIssueAuthenticationTypes) {
GitHubIssueAuthenticationTypes["Connector"] = "CONNECTOR";
GitHubIssueAuthenticationTypes["OAuth"] = "O_AUTH";
GitHubIssueAuthenticationTypes["PersonalAccessToken"] = "PERSONAL_ACCESS_TOKEN";
})(GitHubIssueAuthenticationTypes || (GitHubIssueAuthenticationTypes = {}));
export var GoogleCalendarAuthenticationTypes;
(function (GoogleCalendarAuthenticationTypes) {
GoogleCalendarAuthenticationTypes["Connector"] = "CONNECTOR";
GoogleCalendarAuthenticationTypes["User"] = "USER";
})(GoogleCalendarAuthenticationTypes || (GoogleCalendarAuthenticationTypes = {}));
/** Google Drive authentication type */
export var GoogleDriveAuthenticationTypes;
(function (GoogleDriveAuthenticationTypes) {
/** Connector */
GoogleDriveAuthenticationTypes["Connector"] = "CONNECTOR";
/** Service Account */
GoogleDriveAuthenticationTypes["ServiceAccount"] = "SERVICE_ACCOUNT";
/** User */
GoogleDriveAuthenticationTypes["User"] = "USER";
})(GoogleDriveAuthenticationTypes || (GoogleDriveAuthenticationTypes = {}));
export var GoogleEmailAuthenticationTypes;
(function (GoogleEmailAuthenticationTypes) {
GoogleEmailAuthenticationTypes["Connector"] = "CONNECTOR";
GoogleEmailAuthenticationTypes["User"] = "USER";
})(GoogleEmailAuthenticationTypes || (GoogleEmailAuthenticationTypes = {}));
/** Google model type */
export var GoogleModels;
(function (GoogleModels) {
/** Developer-specified model */
GoogleModels["Custom"] = "CUSTOM";
/** Embed (004 version) */
GoogleModels["Embedding_004"] = "EMBEDDING_004";
/** Gemini 1.5 Flash (Latest) */
GoogleModels["Gemini_1_5Flash"] = "GEMINI_1_5_FLASH";
/** Gemini 1.5 Flash (001 version) */
GoogleModels["Gemini_1_5Flash_001"] = "GEMINI_1_5_FLASH_001";
/** Gemini 1.5 Flash (002 version) */
GoogleModels["Gemini_1_5Flash_002"] = "GEMINI_1_5_FLASH_002";
/** Gemini 1.5 Flash 8b (Latest) */
GoogleModels["Gemini_1_5Flash_8B"] = "GEMINI_1_5_FLASH_8B";
/** Gemini 1.5 Flash 8b (001 version) */
GoogleModels["Gemini_1_5Flash_8B_001"] = "GEMINI_1_5_FLASH_8B_001";
/** Gemini 1.5 Pro (Latest) */
GoogleModels["Gemini_1_5Pro"] = "GEMINI_1_5_PRO";
/** Gemini 1.5 Pro (001 version) */
GoogleModels["Gemini_1_5Pro_001"] = "GEMINI_1_5_PRO_001";
/** Gemini 1.5 Pro (002 version) */
GoogleModels["Gemini_1_5Pro_002"] = "GEMINI_1_5_PRO_002";
/** Gemini 2.0 Flash (Latest) */
GoogleModels["Gemini_2_0Flash"] = "GEMINI_2_0_FLASH";
/** Gemini 2.0 Flash (001 version) */
GoogleModels["Gemini_2_0Flash_001"] = "GEMINI_2_0_FLASH_001";
/**
* Gemini 2.0 Flash (Experimental)
* @deprecated Use Gemini 2.0 Flash (Latest) instead.
*/
GoogleModels["Gemini_2_0FlashExperimental"] = "GEMINI_2_0_FLASH_EXPERIMENTAL";
/**
* Gemini 2.0 Flash Thinking (Experimental)
* @deprecated Use Gemini 2.5 Flash (Preview) instead.
*/
GoogleModels["Gemini_2_0FlashThinkingExperimental"] = "GEMINI_2_0_FLASH_THINKING_EXPERIMENTAL";
/**
* Gemini 2.0 Pro (Experimental)
* @deprecated Use Gemini 2.5 Pro (Preview) instead.
*/
GoogleModels["Gemini_2_0ProExperimental"] = "GEMINI_2_0_PRO_EXPERIMENTAL";
/** Gemini 2.5 Flash */
GoogleModels["Gemini_2_5Flash"] = "GEMINI_2_5_FLASH";
/** Gemini 2.5 Flash Lite */
GoogleModels["Gemini_2_5FlashLite"] = "GEMINI_2_5_FLASH_LITE";
/** Gemini 2.5 Flash (Preview) */
GoogleModels["Gemini_2_5FlashPreview"] = "GEMINI_2_5_FLASH_PREVIEW";
/** Gemini 2.5 Pro */
GoogleModels["Gemini_2_5Pro"] = "GEMINI_2_5_PRO";
/**
* Gemini 2.5 Pro (Experimental)
* @deprecated Use Gemini 2.5 Pro (Preview) instead.
*/
GoogleModels["Gemini_2_5ProExperimental"] = "GEMINI_2_5_PRO_EXPERIMENTAL";
/** Gemini 2.5 Pro (Preview) */
GoogleModels["Gemini_2_5ProPreview"] = "GEMINI_2_5_PRO_PREVIEW";
})(GoogleModels || (GoogleModels = {}));
/** GraphRAG strategies */
export var GraphStrategyTypes;
(function (GraphStrategyTypes) {
/** Use GraphRAG. Extract named entities from prompt, assign as observations filter */
GraphStrategyTypes["ExtractEntitiesFilter"] = "EXTRACT_ENTITIES_FILTER";
/** Use GraphRAG. Extract named entities from prompt, aggregate vector search and graph query results */
GraphStrategyTypes["ExtractEntitiesGraph"] = "EXTRACT_ENTITIES_GRAPH";
/** Use standard RAG */
GraphStrategyTypes["None"] = "NONE";
})(GraphStrategyTypes || (GraphStrategyTypes = {}));
/** Groq model type */
export var GroqModels;
(function (GroqModels) {
/** Developer-specified model */
GroqModels["Custom"] = "CUSTOM";
/** Deepseek R1 Distill Llama 70b Preview */
GroqModels["DeepseekR1Llama_70BPreview"] = "DEEPSEEK_R1_LLAMA_70B_PREVIEW";
/** Kimi K2 32b */
GroqModels["KimiK2_32B"] = "KIMI_K2_32B";
/** LLaMA 3.1 8b */
GroqModels["Llama_3_1_8B"] = "LLAMA_3_1_8B";
/**
* LLaMA 3.2 1b Preview
* @deprecated Use LLaMa 3.3 or newer model
*/
GroqModels["Llama_3_2_1BPreview"] = "LLAMA_3_2_1B_PREVIEW";
/**
* LLaMA 3.2 3b Preview
* @deprecated Use LLaMa 3.3 or newer model
*/
GroqModels["Llama_3_2_3BPreview"] = "LLAMA_3_2_3B_PREVIEW";
/**
* LLaMA 3.2 11b Vision Preview
* @deprecated Use LLaMa 3.3 or newer model
*/
GroqModels["Llama_3_2_11BVisionPreview"] = "LLAMA_3_2_11B_VISION_PREVIEW";
/**
* LLaMA 3.2 90b Vision Preview
* @deprecated Use LLaMa 3.3 or newer model
*/
GroqModels["Llama_3_2_90BVisionPreview"] = "LLAMA_3_2_90B_VISION_PREVIEW";
/** LLaMA 3.3 70b */
GroqModels["Llama_3_3_70B"] = "LLAMA_3_3_70B";
/** LLaMA 3 8b */
GroqModels["Llama_3_8B"] = "LLAMA_3_8B";
/** LLaMA 3 70b */
GroqModels["Llama_3_70B"] = "LLAMA_3_70B";
/** LLaMA 4 Maverick 17b */
GroqModels["Llama_4Maverick_17B"] = "LLAMA_4_MAVERICK_17B";
/** LLaMA 4 Scout 17b */
GroqModels["Llama_4Scout_17B"] = "LLAMA_4_SCOUT_17B";
/** Mixtral 8x7b Instruct */
GroqModels["Mixtral_8X7BInstruct"] = "MIXTRAL_8X7B_INSTRUCT";
/** Qwen 3 32b */
GroqModels["Qwen_3_32B"] = "QWEN_3_32B";
})(GroqModels || (GroqModels = {}));
/** H3 index resolution types */
export var H3ResolutionTypes;
(function (H3ResolutionTypes) {
/** H3R0 */
H3ResolutionTypes["R0"] = "R0";
/** H3R1 */
H3ResolutionTypes["R1"] = "R1";
/** H3R2 */
H3ResolutionTypes["R2"] = "R2";
/** H3R3 */
H3ResolutionTypes["R3"] = "R3";
/** H3R4 */
H3ResolutionTypes["R4"] = "R4";
/** H3R5 */
H3ResolutionTypes["R5"] = "R5";
/** H3R6 */
H3ResolutionTypes["R6"] = "R6";
/** H3R7 */
H3ResolutionTypes["R7"] = "R7";
/** H3R8 */
H3ResolutionTypes["R8"] = "R8";
/** H3R9 */
H3ResolutionTypes["R9"] = "R9";
/** H3R10 */
H3ResolutionTypes["R10"] = "R10";
/** H3R11 */
H3ResolutionTypes["R11"] = "R11";
/** H3R12 */
H3ResolutionTypes["R12"] = "R12";
/** H3R13 */
H3ResolutionTypes["R13"] = "R13";
/** H3R14 */
H3ResolutionTypes["R14"] = "R14";
/** H3R15 */
H3ResolutionTypes["R15"] = "R15";
})(H3ResolutionTypes || (H3ResolutionTypes = {}));
/** Image projection types */
export var ImageProjectionTypes;
(function (ImageProjectionTypes) {
/** Cylindrical image projection */
ImageProjectionTypes["Cylindrical"] = "CYLINDRICAL";
/** Equirectangular mage projection */
ImageProjectionTypes["Equirectangular"] = "EQUIRECTANGULAR";
})(ImageProjectionTypes || (ImageProjectionTypes = {}));
/** Integration service type */
export var IntegrationServiceTypes;
(function (IntegrationServiceTypes) {
/** Email */
IntegrationServiceTypes["Email"] = "EMAIL";
/** MCP */
IntegrationServiceTypes["Mcp"] = "MCP";
/** Slack */
IntegrationServiceTypes["Slack"] = "SLACK";
/** Twitter/X */
IntegrationServiceTypes["Twitter"] = "TWITTER";
/** HTTP WebHook integration service */
IntegrationServiceTypes["WebHook"] = "WEB_HOOK";
})(IntegrationServiceTypes || (IntegrationServiceTypes = {}));
/** Jina model type */
export var JinaModels;
(function (JinaModels) {
/** CLIP Image */
JinaModels["ClipImage"] = "CLIP_IMAGE";
/** Developer-specified model */
JinaModels["Custom"] = "CUSTOM";
/** Embed (Latest) */
JinaModels["Embed"] = "EMBED";
/** Embed 3.0 */
JinaModels["Embed_3_0"] = "EMBED_3_0";
})(JinaModels || (JinaModels = {}));
/** Label facet types */
export var LabelFacetTypes;
(function (LabelFacetTypes) {
/** Creation Date */
LabelFacetTypes["CreationDate"] = "CREATION_DATE";
})(LabelFacetTypes || (LabelFacetTypes = {}));
/** URI link type */
export var LinkTypes;
(function (LinkTypes) {
/** Airtable link */
LinkTypes["Airtable"] = "AIRTABLE";
/** AnchorFM link */
LinkTypes["AnchorFm"] = "ANCHOR_FM";
/** Angelist link */
LinkTypes["AngelList"] = "ANGEL_LIST";
/** Apple link */
LinkTypes["Apple"] = "APPLE";
/** Bandcamp link */
LinkTypes["Bandcamp"] = "BANDCAMP";
/** Crunchbase link */
LinkTypes["Crunchbase"] = "CRUNCHBASE";
/** Diffbot link */
LinkTypes["Diffbot"] = "DIFFBOT";
/** Discord link */
LinkTypes["Discord"] = "DISCORD";
/** Dropbox link */
LinkTypes["Dropbox"] = "DROPBOX";
/** Email link */
LinkTypes["Email"] = "EMAIL";
/** Facebook link */
LinkTypes["Facebook"] = "FACEBOOK";
/** File link */
LinkTypes["File"] = "FILE";
/** GitHub link */
LinkTypes["GitHub"] = "GIT_HUB";
/** GitHub Pages link */
LinkTypes["GitHubPages"] = "GIT_HUB_PAGES";
/** Google link */
LinkTypes["Google"] = "GOOGLE";
/** IFTTT link */
LinkTypes["Ifttt"] = "IFTTT";
/** Instagram link */
LinkTypes["Instagram"] = "INSTAGRAM";
/** iTunes link */
LinkTypes["ITune