graphlit-client 1.0.20240417001

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1257 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OpenAiVisionDetailLevels = exports.OpenAiModels = exports.OccurrenceTypes = exports.ObservableTypes = exports.NotionTypes = exports.ModelServiceTypes = exports.MistralModels = exports.MetadataTypes = exports.MailSensitivity = exports.MailPriority = exports.MailImportance = exports.LinkTypes = exports.LabelFacetTypes = exports.IntegrationServiceTypes = exports.ImageProjectionTypes = exports.H3ResolutionTypes = exports.GroqModels = exports.FileTypes = exports.FilePreparationServiceTypes = exports.FeedTypes = exports.FeedServiceTypes = exports.FeedListingTypes = exports.FeedConnectorTypes = exports.FacetValueTypes = exports.EventFacetTypes = exports.EnvironmentTypes = exports.EntityTypes = exports.EntityState = exports.EntityExtractionServiceTypes = exports.EntityEnrichmentServiceTypes = exports.EmailListingTypes = exports.ElevenLabsModels = exports.DeviceTypes = exports.DeepgramModels = exports.ConversationTypes = exports.ConversationStrategyTypes = exports.ConversationSearchTypes = exports.ConversationRoleTypes = exports.ContentTypes = exports.ContentPublishingServiceTypes = exports.ContentPublishingFormats = exports.ContentFacetTypes = exports.CollectionTypes = exports.CategoryFacetTypes = exports.BillableMetrics = exports.AzureOpenAiModels = exports.AzureDocumentIntelligenceModels = exports.ApplyPolicy = exports.AnthropicModels = exports.AlertTypes = void 0;
4
+ exports.YouTubeTypes = exports.UnitTypes = exports.TimedPolicyRecurrenceTypes = exports.TimeIntervalTypes = exports.TextTypes = exports.TextRoles = exports.SummarizationTypes = exports.SpecificationTypes = exports.SoftwareFacetTypes = exports.SiteTypes = exports.SharePointAuthenticationTypes = exports.SearchTypes = exports.SearchQueryTypes = exports.RetrievalStrategyTypes = exports.ResourceConnectorTypes = exports.RepoFacetTypes = exports.ReplicateModels = exports.RenditionTypes = exports.PromptStrategyTypes = exports.ProductFacetTypes = exports.PolicyTimeTypes = exports.PlaceFacetTypes = exports.PersonFacetTypes = exports.OrientationTypes = exports.OrganizationFacetTypes = exports.OrderDirectionTypes = exports.OrderByTypes = void 0;
5
+ /** Alert type */
6
+ var AlertTypes;
7
+ (function (AlertTypes) {
8
+ /** LLM Prompt */
9
+ AlertTypes["Prompt"] = "PROMPT";
10
+ })(AlertTypes || (exports.AlertTypes = AlertTypes = {}));
11
+ /** Anthropic model type */
12
+ var AnthropicModels;
13
+ (function (AnthropicModels) {
14
+ /** Claude 2 (Latest) */
15
+ AnthropicModels["Claude_2"] = "CLAUDE_2";
16
+ /** Claude 2.0 */
17
+ AnthropicModels["Claude_2_0"] = "CLAUDE_2_0";
18
+ /** Claude 2.1 */
19
+ AnthropicModels["Claude_2_1"] = "CLAUDE_2_1";
20
+ /** Claude 3 Haiku (Latest) */
21
+ AnthropicModels["Claude_3Haiku"] = "CLAUDE_3_HAIKU";
22
+ /** Claude 3 Opus (Latest) */
23
+ AnthropicModels["Claude_3Opus"] = "CLAUDE_3_OPUS";
24
+ /** Claude 3 Sonnet (Latest) */
25
+ AnthropicModels["Claude_3Sonnet"] = "CLAUDE_3_SONNET";
26
+ /** Claude Instant 1 (Latest) */
27
+ AnthropicModels["ClaudeInstant_1"] = "CLAUDE_INSTANT_1";
28
+ /** Claude Instant 1.2 */
29
+ AnthropicModels["ClaudeInstant_1_2"] = "CLAUDE_INSTANT_1_2";
30
+ /** Developer-specified model */
31
+ AnthropicModels["Custom"] = "CUSTOM";
32
+ })(AnthropicModels || (exports.AnthropicModels = AnthropicModels = {}));
33
+ var ApplyPolicy;
34
+ (function (ApplyPolicy) {
35
+ ApplyPolicy["AfterResolver"] = "AFTER_RESOLVER";
36
+ ApplyPolicy["BeforeResolver"] = "BEFORE_RESOLVER";
37
+ ApplyPolicy["Validation"] = "VALIDATION";
38
+ })(ApplyPolicy || (exports.ApplyPolicy = ApplyPolicy = {}));
39
+ var AzureDocumentIntelligenceModels;
40
+ (function (AzureDocumentIntelligenceModels) {
41
+ /** Credit Card */
42
+ AzureDocumentIntelligenceModels["CreditCard"] = "CREDIT_CARD";
43
+ /** ID Document */
44
+ AzureDocumentIntelligenceModels["IdentificationDocument"] = "IDENTIFICATION_DOCUMENT";
45
+ /** Invoice */
46
+ AzureDocumentIntelligenceModels["Invoice"] = "INVOICE";
47
+ /** Layout: Document with title, headings, paragraphs, tables */
48
+ AzureDocumentIntelligenceModels["Layout"] = "LAYOUT";
49
+ /** Read OCR: Document with handwriting or printed text */
50
+ AzureDocumentIntelligenceModels["ReadOcr"] = "READ_OCR";
51
+ /** Receipt */
52
+ AzureDocumentIntelligenceModels["Receipt"] = "RECEIPT";
53
+ /** Health Insurance Card (US) */
54
+ AzureDocumentIntelligenceModels["UsHealthInsuranceCard"] = "US_HEALTH_INSURANCE_CARD";
55
+ /** Marriage Certificate (US) */
56
+ AzureDocumentIntelligenceModels["UsMarriageCertificate"] = "US_MARRIAGE_CERTIFICATE";
57
+ /** Mortgage 1003 End-User License Agreement (EULA) (US) */
58
+ AzureDocumentIntelligenceModels["UsMortgage1003"] = "US_MORTGAGE1003";
59
+ /** Mortgage Form 1008 (US) */
60
+ AzureDocumentIntelligenceModels["UsMortgage1008"] = "US_MORTGAGE1008";
61
+ /** Mortgage closing disclosure (US) */
62
+ AzureDocumentIntelligenceModels["UsMortgageDisclosure"] = "US_MORTGAGE_DISCLOSURE";
63
+ /** 1098 Form (US) */
64
+ AzureDocumentIntelligenceModels["UsTaxForm1098"] = "US_TAX_FORM1098";
65
+ /** 1098E Form (US) */
66
+ AzureDocumentIntelligenceModels["UsTaxForm1098E"] = "US_TAX_FORM1098_E";
67
+ /** 1098T Form (US) */
68
+ AzureDocumentIntelligenceModels["UsTaxForm1098T"] = "US_TAX_FORM1098_T";
69
+ /** 1099 Form (US) */
70
+ AzureDocumentIntelligenceModels["UsTaxForm1099"] = "US_TAX_FORM1099";
71
+ /** W-2 Form (US) */
72
+ AzureDocumentIntelligenceModels["UsTaxFormW2"] = "US_TAX_FORM_W2";
73
+ })(AzureDocumentIntelligenceModels || (exports.AzureDocumentIntelligenceModels = AzureDocumentIntelligenceModels = {}));
74
+ /** Azure OpenAI model type */
75
+ var AzureOpenAiModels;
76
+ (function (AzureOpenAiModels) {
77
+ /** Developer-specified deployment */
78
+ AzureOpenAiModels["Custom"] = "CUSTOM";
79
+ /** GPT-4 (Latest version) */
80
+ AzureOpenAiModels["Gpt4"] = "GPT4";
81
+ /** GPT-4 Turbo 128k (Latest version) */
82
+ AzureOpenAiModels["Gpt4Turbo_128K"] = "GPT4_TURBO_128K";
83
+ /** GPT-3.5 Turbo 16k (Latest version) */
84
+ AzureOpenAiModels["Gpt35Turbo_16K"] = "GPT35_TURBO_16K";
85
+ })(AzureOpenAiModels || (exports.AzureOpenAiModels = AzureOpenAiModels = {}));
86
+ var BillableMetrics;
87
+ (function (BillableMetrics) {
88
+ BillableMetrics["Bytes"] = "BYTES";
89
+ BillableMetrics["Cost"] = "COST";
90
+ BillableMetrics["Credits"] = "CREDITS";
91
+ BillableMetrics["Length"] = "LENGTH";
92
+ BillableMetrics["Requests"] = "REQUESTS";
93
+ BillableMetrics["Time"] = "TIME";
94
+ BillableMetrics["Tokens"] = "TOKENS";
95
+ BillableMetrics["Units"] = "UNITS";
96
+ })(BillableMetrics || (exports.BillableMetrics = BillableMetrics = {}));
97
+ /** Category facet types */
98
+ var CategoryFacetTypes;
99
+ (function (CategoryFacetTypes) {
100
+ /** Creation Date */
101
+ CategoryFacetTypes["CreationDate"] = "CREATION_DATE";
102
+ })(CategoryFacetTypes || (exports.CategoryFacetTypes = CategoryFacetTypes = {}));
103
+ /** Collection type */
104
+ var CollectionTypes;
105
+ (function (CollectionTypes) {
106
+ /** Content collection */
107
+ CollectionTypes["Collection"] = "COLLECTION";
108
+ })(CollectionTypes || (exports.CollectionTypes = CollectionTypes = {}));
109
+ /** Content facet types */
110
+ var ContentFacetTypes;
111
+ (function (ContentFacetTypes) {
112
+ /** Audio Author */
113
+ ContentFacetTypes["AudioAuthor"] = "AUDIO_AUTHOR";
114
+ /** Audio Publisher */
115
+ ContentFacetTypes["AudioPublisher"] = "AUDIO_PUBLISHER";
116
+ /** Audio Series */
117
+ ContentFacetTypes["AudioSeries"] = "AUDIO_SERIES";
118
+ /** Content Type */
119
+ ContentFacetTypes["ContentType"] = "CONTENT_TYPE";
120
+ /** Creation Date */
121
+ ContentFacetTypes["CreationDate"] = "CREATION_DATE";
122
+ /** Device Type */
123
+ ContentFacetTypes["DeviceType"] = "DEVICE_TYPE";
124
+ /** Document Author */
125
+ ContentFacetTypes["DocumentAuthor"] = "DOCUMENT_AUTHOR";
126
+ /** Document Has Digital Signature */
127
+ ContentFacetTypes["DocumentHasDigitalSignature"] = "DOCUMENT_HAS_DIGITAL_SIGNATURE";
128
+ /** Document Is Encrypted */
129
+ ContentFacetTypes["DocumentIsEncrypted"] = "DOCUMENT_IS_ENCRYPTED";
130
+ /** Document Publisher */
131
+ ContentFacetTypes["DocumentPublisher"] = "DOCUMENT_PUBLISHER";
132
+ /** Email Priority */
133
+ ContentFacetTypes["EmailPriority"] = "EMAIL_PRIORITY";
134
+ /** Email Sensitivity */
135
+ ContentFacetTypes["EmailSensitivity"] = "EMAIL_SENSITIVITY";
136
+ /** File Extension */
137
+ ContentFacetTypes["FileExtension"] = "FILE_EXTENSION";
138
+ /** File Size */
139
+ ContentFacetTypes["FileSize"] = "FILE_SIZE";
140
+ /** File Type */
141
+ ContentFacetTypes["FileType"] = "FILE_TYPE";
142
+ /** Format */
143
+ ContentFacetTypes["Format"] = "FORMAT";
144
+ /** Format Name */
145
+ ContentFacetTypes["FormatName"] = "FORMAT_NAME";
146
+ /** Image Make */
147
+ ContentFacetTypes["ImageMake"] = "IMAGE_MAKE";
148
+ /** Image Model */
149
+ ContentFacetTypes["ImageModel"] = "IMAGE_MODEL";
150
+ /** Image Software */
151
+ ContentFacetTypes["ImageSoftware"] = "IMAGE_SOFTWARE";
152
+ /** Issue Priority */
153
+ ContentFacetTypes["IssuePriority"] = "ISSUE_PRIORITY";
154
+ /** Issue Project */
155
+ ContentFacetTypes["IssueProject"] = "ISSUE_PROJECT";
156
+ /** Issue Status */
157
+ ContentFacetTypes["IssueStatus"] = "ISSUE_STATUS";
158
+ /** Issue Team */
159
+ ContentFacetTypes["IssueTeam"] = "ISSUE_TEAM";
160
+ /** Issue Type */
161
+ ContentFacetTypes["IssueType"] = "ISSUE_TYPE";
162
+ /** Observed Entity */
163
+ ContentFacetTypes["Observable"] = "OBSERVABLE";
164
+ /** Original Date */
165
+ ContentFacetTypes["OriginalDate"] = "ORIGINAL_DATE";
166
+ /** Video Make */
167
+ ContentFacetTypes["VideoMake"] = "VIDEO_MAKE";
168
+ /** Video Model */
169
+ ContentFacetTypes["VideoModel"] = "VIDEO_MODEL";
170
+ /** Video Software */
171
+ ContentFacetTypes["VideoSoftware"] = "VIDEO_SOFTWARE";
172
+ })(ContentFacetTypes || (exports.ContentFacetTypes = ContentFacetTypes = {}));
173
+ var ContentPublishingFormats;
174
+ (function (ContentPublishingFormats) {
175
+ /** HTML */
176
+ ContentPublishingFormats["Html"] = "HTML";
177
+ /** Markdown */
178
+ ContentPublishingFormats["Markdown"] = "MARKDOWN";
179
+ /** MP3 */
180
+ ContentPublishingFormats["Mp3"] = "MP3";
181
+ /** Plain Text */
182
+ ContentPublishingFormats["Text"] = "TEXT";
183
+ })(ContentPublishingFormats || (exports.ContentPublishingFormats = ContentPublishingFormats = {}));
184
+ /** Content publishing service type */
185
+ var ContentPublishingServiceTypes;
186
+ (function (ContentPublishingServiceTypes) {
187
+ /** ElevenLabs Audio publishing */
188
+ ContentPublishingServiceTypes["ElevenLabsAudio"] = "ELEVEN_LABS_AUDIO";
189
+ /** Text publishing */
190
+ ContentPublishingServiceTypes["Text"] = "TEXT";
191
+ })(ContentPublishingServiceTypes || (exports.ContentPublishingServiceTypes = ContentPublishingServiceTypes = {}));
192
+ /** Content type */
193
+ var ContentTypes;
194
+ (function (ContentTypes) {
195
+ /** Email */
196
+ ContentTypes["Email"] = "EMAIL";
197
+ /** Calendar Event */
198
+ ContentTypes["Event"] = "EVENT";
199
+ /** File (i.e. document, image) */
200
+ ContentTypes["File"] = "FILE";
201
+ /** Issue (i.e. JIRA, Linear, GitHub) */
202
+ ContentTypes["Issue"] = "ISSUE";
203
+ /** Message (i.e. Slack, Microsoft Teams) */
204
+ ContentTypes["Message"] = "MESSAGE";
205
+ /** Web page */
206
+ ContentTypes["Page"] = "PAGE";
207
+ /** Post (i.e. Reddit, RSS) */
208
+ ContentTypes["Post"] = "POST";
209
+ /** Text (i.e. Markdown, HTML, plain text) */
210
+ ContentTypes["Text"] = "TEXT";
211
+ })(ContentTypes || (exports.ContentTypes = ContentTypes = {}));
212
+ var ConversationRoleTypes;
213
+ (function (ConversationRoleTypes) {
214
+ ConversationRoleTypes["Assistant"] = "ASSISTANT";
215
+ ConversationRoleTypes["Function"] = "FUNCTION";
216
+ ConversationRoleTypes["System"] = "SYSTEM";
217
+ ConversationRoleTypes["User"] = "USER";
218
+ })(ConversationRoleTypes || (exports.ConversationRoleTypes = ConversationRoleTypes = {}));
219
+ /** Conversation search type */
220
+ var ConversationSearchTypes;
221
+ (function (ConversationSearchTypes) {
222
+ /** Hybrid (Vector similarity using search text) */
223
+ ConversationSearchTypes["Hybrid"] = "HYBRID";
224
+ /** Vector similarity */
225
+ ConversationSearchTypes["Vector"] = "VECTOR";
226
+ })(ConversationSearchTypes || (exports.ConversationSearchTypes = ConversationSearchTypes = {}));
227
+ /** Conversation strategies */
228
+ var ConversationStrategyTypes;
229
+ (function (ConversationStrategyTypes) {
230
+ /** Summarized message history */
231
+ ConversationStrategyTypes["Summarized"] = "SUMMARIZED";
232
+ /** Windowed message history */
233
+ ConversationStrategyTypes["Windowed"] = "WINDOWED";
234
+ })(ConversationStrategyTypes || (exports.ConversationStrategyTypes = ConversationStrategyTypes = {}));
235
+ /** Conversation type */
236
+ var ConversationTypes;
237
+ (function (ConversationTypes) {
238
+ /** Conversation over content */
239
+ ConversationTypes["Content"] = "CONTENT";
240
+ })(ConversationTypes || (exports.ConversationTypes = ConversationTypes = {}));
241
+ /** Deepgram models */
242
+ var DeepgramModels;
243
+ (function (DeepgramModels) {
244
+ /** Nova 2 (General) */
245
+ DeepgramModels["Nova2"] = "NOVA2";
246
+ /** Nova 2 (Automotive) */
247
+ DeepgramModels["Nova2Automotive"] = "NOVA2_AUTOMOTIVE";
248
+ /** Nova 2 (Conversational AI) */
249
+ DeepgramModels["Nova2ConversationalAi"] = "NOVA2_CONVERSATIONAL_AI";
250
+ /** Nova 2 (Drivethru) */
251
+ DeepgramModels["Nova2Drivethru"] = "NOVA2_DRIVETHRU";
252
+ /** Nova 2 (Finance) */
253
+ DeepgramModels["Nova2Finance"] = "NOVA2_FINANCE";
254
+ /** Nova 2 (Medical) */
255
+ DeepgramModels["Nova2Medical"] = "NOVA2_MEDICAL";
256
+ /** Nova 2 (Meeting) */
257
+ DeepgramModels["Nova2Meeting"] = "NOVA2_MEETING";
258
+ /** Nova 2 (Phonecall) */
259
+ DeepgramModels["Nova2Phonecall"] = "NOVA2_PHONECALL";
260
+ /** Nova 2 (Video) */
261
+ DeepgramModels["Nova2Video"] = "NOVA2_VIDEO";
262
+ /** Nova 2 (Voicemail) */
263
+ DeepgramModels["Nova2Voicemail"] = "NOVA2_VOICEMAIL";
264
+ /** Whisper (Base) */
265
+ DeepgramModels["WhisperBase"] = "WHISPER_BASE";
266
+ /** Whisper (Large) */
267
+ DeepgramModels["WhisperLarge"] = "WHISPER_LARGE";
268
+ /** Whisper (Medium) */
269
+ DeepgramModels["WhisperMedium"] = "WHISPER_MEDIUM";
270
+ /** Whisper (Small) */
271
+ DeepgramModels["WhisperSmall"] = "WHISPER_SMALL";
272
+ /** Whisper (Tiny) */
273
+ DeepgramModels["WhisperTiny"] = "WHISPER_TINY";
274
+ })(DeepgramModels || (exports.DeepgramModels = DeepgramModels = {}));
275
+ /** Capture device type */
276
+ var DeviceTypes;
277
+ (function (DeviceTypes) {
278
+ /** Digital Camera */
279
+ DeviceTypes["Camera"] = "CAMERA";
280
+ /** Drone */
281
+ DeviceTypes["Drone"] = "DRONE";
282
+ /** Geospatial */
283
+ DeviceTypes["Geospatial"] = "GEOSPATIAL";
284
+ /** Mobile Phone/Tablet */
285
+ DeviceTypes["Mobile"] = "MOBILE";
286
+ /** Robot */
287
+ DeviceTypes["Robot"] = "ROBOT";
288
+ /** Screen Recording */
289
+ DeviceTypes["Screen"] = "SCREEN";
290
+ /** Stream Recording */
291
+ DeviceTypes["Stream"] = "STREAM";
292
+ /** Unknown */
293
+ DeviceTypes["Unknown"] = "UNKNOWN";
294
+ })(DeviceTypes || (exports.DeviceTypes = DeviceTypes = {}));
295
+ /** ElevenLabs models */
296
+ var ElevenLabsModels;
297
+ (function (ElevenLabsModels) {
298
+ /** Eleven English v1 */
299
+ ElevenLabsModels["EnglishV1"] = "ENGLISH_V1";
300
+ /** Eleven Multilingual v1 */
301
+ ElevenLabsModels["MultilingualV1"] = "MULTILINGUAL_V1";
302
+ /** Eleven Multilingual v2 */
303
+ ElevenLabsModels["MultilingualV2"] = "MULTILINGUAL_V2";
304
+ /** Eleven Turbo v2 */
305
+ ElevenLabsModels["TurboV2"] = "TURBO_V2";
306
+ })(ElevenLabsModels || (exports.ElevenLabsModels = ElevenLabsModels = {}));
307
+ /** Email list type */
308
+ var EmailListingTypes;
309
+ (function (EmailListingTypes) {
310
+ /** Read new emails */
311
+ EmailListingTypes["New"] = "NEW";
312
+ /** Read past emails */
313
+ EmailListingTypes["Past"] = "PAST";
314
+ })(EmailListingTypes || (exports.EmailListingTypes = EmailListingTypes = {}));
315
+ /** Entity enrichment service types */
316
+ var EntityEnrichmentServiceTypes;
317
+ (function (EntityEnrichmentServiceTypes) {
318
+ /** Crunchbase */
319
+ EntityEnrichmentServiceTypes["Crunchbase"] = "CRUNCHBASE";
320
+ /** Diffbot */
321
+ EntityEnrichmentServiceTypes["Diffbot"] = "DIFFBOT";
322
+ /** Wikipedia */
323
+ EntityEnrichmentServiceTypes["Wikipedia"] = "WIKIPEDIA";
324
+ })(EntityEnrichmentServiceTypes || (exports.EntityEnrichmentServiceTypes = EntityEnrichmentServiceTypes = {}));
325
+ /** Entity extraction service type */
326
+ var EntityExtractionServiceTypes;
327
+ (function (EntityExtractionServiceTypes) {
328
+ /** Azure Cognitive Services Image */
329
+ EntityExtractionServiceTypes["AzureCognitiveServicesImage"] = "AZURE_COGNITIVE_SERVICES_IMAGE";
330
+ /** Azure Cognitive Services Text */
331
+ EntityExtractionServiceTypes["AzureCognitiveServicesText"] = "AZURE_COGNITIVE_SERVICES_TEXT";
332
+ /** LLM Text */
333
+ EntityExtractionServiceTypes["ModelText"] = "MODEL_TEXT";
334
+ /** OpenAI Image */
335
+ EntityExtractionServiceTypes["OpenAiImage"] = "OPEN_AI_IMAGE";
336
+ /** Roboflow Image */
337
+ EntityExtractionServiceTypes["RoboflowImage"] = "ROBOFLOW_IMAGE";
338
+ })(EntityExtractionServiceTypes || (exports.EntityExtractionServiceTypes = EntityExtractionServiceTypes = {}));
339
+ /** Entity state */
340
+ var EntityState;
341
+ (function (EntityState) {
342
+ /** Approved */
343
+ EntityState["Approved"] = "APPROVED";
344
+ /** Archived */
345
+ EntityState["Archived"] = "ARCHIVED";
346
+ /** Changed */
347
+ EntityState["Changed"] = "CHANGED";
348
+ /** Closed */
349
+ EntityState["Closed"] = "CLOSED";
350
+ /** Created */
351
+ EntityState["Created"] = "CREATED";
352
+ /** Deleted */
353
+ EntityState["Deleted"] = "DELETED";
354
+ /** Disabled */
355
+ EntityState["Disabled"] = "DISABLED";
356
+ /** Enabled */
357
+ EntityState["Enabled"] = "ENABLED";
358
+ /** Enriched */
359
+ EntityState["Enriched"] = "ENRICHED";
360
+ /** Errored */
361
+ EntityState["Errored"] = "ERRORED";
362
+ /** Extracted */
363
+ EntityState["Extracted"] = "EXTRACTED";
364
+ /** Finished */
365
+ EntityState["Finished"] = "FINISHED";
366
+ /** Indexed */
367
+ EntityState["Indexed"] = "INDEXED";
368
+ /** Ingested */
369
+ EntityState["Ingested"] = "INGESTED";
370
+ /** Initialized */
371
+ EntityState["Initialized"] = "INITIALIZED";
372
+ /** Opened */
373
+ EntityState["Opened"] = "OPENED";
374
+ /** Paused */
375
+ EntityState["Paused"] = "PAUSED";
376
+ /** Pending */
377
+ EntityState["Pending"] = "PENDING";
378
+ /** Prepared */
379
+ EntityState["Prepared"] = "PREPARED";
380
+ /** Queued */
381
+ EntityState["Queued"] = "QUEUED";
382
+ /** Rejected */
383
+ EntityState["Rejected"] = "REJECTED";
384
+ /** Restarted */
385
+ EntityState["Restarted"] = "RESTARTED";
386
+ /** Running */
387
+ EntityState["Running"] = "RUNNING";
388
+ /** Sanitized */
389
+ EntityState["Sanitized"] = "SANITIZED";
390
+ /** Subscribed */
391
+ EntityState["Subscribed"] = "SUBSCRIBED";
392
+ })(EntityState || (exports.EntityState = EntityState = {}));
393
+ /** Entity type */
394
+ var EntityTypes;
395
+ (function (EntityTypes) {
396
+ /** Activity */
397
+ EntityTypes["Activity"] = "ACTIVITY";
398
+ /** Alert */
399
+ EntityTypes["Alert"] = "ALERT";
400
+ /** Category */
401
+ EntityTypes["Category"] = "CATEGORY";
402
+ /** Collection */
403
+ EntityTypes["Collection"] = "COLLECTION";
404
+ /** Connector */
405
+ EntityTypes["Connector"] = "CONNECTOR";
406
+ /** Content */
407
+ EntityTypes["Content"] = "CONTENT";
408
+ /** Chatbot conversation */
409
+ EntityTypes["Conversation"] = "CONVERSATION";
410
+ /** Event */
411
+ EntityTypes["Event"] = "EVENT";
412
+ /** Feed */
413
+ EntityTypes["Feed"] = "FEED";
414
+ /** Job */
415
+ EntityTypes["Job"] = "JOB";
416
+ /** Label */
417
+ EntityTypes["Label"] = "LABEL";
418
+ /** Metadata */
419
+ EntityTypes["Metadata"] = "METADATA";
420
+ /** Observation */
421
+ EntityTypes["Observation"] = "OBSERVATION";
422
+ /** Organization */
423
+ EntityTypes["Organization"] = "ORGANIZATION";
424
+ /** Person */
425
+ EntityTypes["Person"] = "PERSON";
426
+ /** Place */
427
+ EntityTypes["Place"] = "PLACE";
428
+ /** Product */
429
+ EntityTypes["Product"] = "PRODUCT";
430
+ /** Project */
431
+ EntityTypes["Project"] = "PROJECT";
432
+ /** Rendition */
433
+ EntityTypes["Rendition"] = "RENDITION";
434
+ /** Code repository */
435
+ EntityTypes["Repo"] = "REPO";
436
+ /** Cloud storage site */
437
+ EntityTypes["Site"] = "SITE";
438
+ /** Software */
439
+ EntityTypes["Software"] = "SOFTWARE";
440
+ /** Model specification */
441
+ EntityTypes["Specification"] = "SPECIFICATION";
442
+ /** Workflow */
443
+ EntityTypes["Workflow"] = "WORKFLOW";
444
+ })(EntityTypes || (exports.EntityTypes = EntityTypes = {}));
445
+ /** Environment type */
446
+ var EnvironmentTypes;
447
+ (function (EnvironmentTypes) {
448
+ /** Development environment */
449
+ EnvironmentTypes["Development"] = "DEVELOPMENT";
450
+ /** Production environment */
451
+ EnvironmentTypes["Production"] = "PRODUCTION";
452
+ })(EnvironmentTypes || (exports.EnvironmentTypes = EnvironmentTypes = {}));
453
+ /** Event facet types */
454
+ var EventFacetTypes;
455
+ (function (EventFacetTypes) {
456
+ /** Creation Date */
457
+ EventFacetTypes["CreationDate"] = "CREATION_DATE";
458
+ })(EventFacetTypes || (exports.EventFacetTypes = EventFacetTypes = {}));
459
+ /** Facet value types */
460
+ var FacetValueTypes;
461
+ (function (FacetValueTypes) {
462
+ /** Facet by object */
463
+ FacetValueTypes["Object"] = "OBJECT";
464
+ /** Facet by range */
465
+ FacetValueTypes["Range"] = "RANGE";
466
+ /** Facet by value */
467
+ FacetValueTypes["Value"] = "VALUE";
468
+ })(FacetValueTypes || (exports.FacetValueTypes = FacetValueTypes = {}));
469
+ /** Feed connector type */
470
+ var FeedConnectorTypes;
471
+ (function (FeedConnectorTypes) {
472
+ /** Amazon Web Services feed connector */
473
+ FeedConnectorTypes["Amazon"] = "AMAZON";
474
+ /** Atlassian feed connector */
475
+ FeedConnectorTypes["Atlassian"] = "ATLASSIAN";
476
+ /** Microsoft Azure feed connector */
477
+ FeedConnectorTypes["Azure"] = "AZURE";
478
+ /** GitHub feed connector */
479
+ FeedConnectorTypes["GitHub"] = "GIT_HUB";
480
+ /** Google Cloud feed connector */
481
+ FeedConnectorTypes["Google"] = "GOOGLE";
482
+ /** Google Drive feed connector */
483
+ FeedConnectorTypes["GoogleDrive"] = "GOOGLE_DRIVE";
484
+ /** Google Mail feed connector */
485
+ FeedConnectorTypes["GoogleEmail"] = "GOOGLE_EMAIL";
486
+ /** Linear feed connector */
487
+ FeedConnectorTypes["Linear"] = "LINEAR";
488
+ /** Microsoft Outlook Email feed connector */
489
+ FeedConnectorTypes["MicrosoftEmail"] = "MICROSOFT_EMAIL";
490
+ /** Microsoft OneDrive feed connector */
491
+ FeedConnectorTypes["OneDrive"] = "ONE_DRIVE";
492
+ /** Microsoft SharePoint feed connector */
493
+ FeedConnectorTypes["SharePoint"] = "SHARE_POINT";
494
+ })(FeedConnectorTypes || (exports.FeedConnectorTypes = FeedConnectorTypes = {}));
495
+ /** Feed list type */
496
+ var FeedListingTypes;
497
+ (function (FeedListingTypes) {
498
+ /** Read new items */
499
+ FeedListingTypes["New"] = "NEW";
500
+ /** Read past items */
501
+ FeedListingTypes["Past"] = "PAST";
502
+ })(FeedListingTypes || (exports.FeedListingTypes = FeedListingTypes = {}));
503
+ /** Feed service type */
504
+ var FeedServiceTypes;
505
+ (function (FeedServiceTypes) {
506
+ /** Atlassian Jira feed service */
507
+ FeedServiceTypes["AtlassianJira"] = "ATLASSIAN_JIRA";
508
+ /** Azure Blob feed service */
509
+ FeedServiceTypes["AzureBlob"] = "AZURE_BLOB";
510
+ /** Azure File feed service */
511
+ FeedServiceTypes["AzureFile"] = "AZURE_FILE";
512
+ /** GitHub Issues feed service */
513
+ FeedServiceTypes["GitHubIssues"] = "GIT_HUB_ISSUES";
514
+ /** Google Cloud Blob feed service */
515
+ FeedServiceTypes["GoogleBlob"] = "GOOGLE_BLOB";
516
+ /** Google Drive feed service */
517
+ FeedServiceTypes["GoogleDrive"] = "GOOGLE_DRIVE";
518
+ /** Google Mail feed service */
519
+ FeedServiceTypes["GoogleEmail"] = "GOOGLE_EMAIL";
520
+ /** Linear feed service */
521
+ FeedServiceTypes["Linear"] = "LINEAR";
522
+ /** Microsoft Outlook Email feed service */
523
+ FeedServiceTypes["MicrosoftEmail"] = "MICROSOFT_EMAIL";
524
+ /** Microsoft OneDrive feed service */
525
+ FeedServiceTypes["OneDrive"] = "ONE_DRIVE";
526
+ /** AWS S3 Blob feed service */
527
+ FeedServiceTypes["S3Blob"] = "S3_BLOB";
528
+ /** Microsoft SharePoint feed service */
529
+ FeedServiceTypes["SharePoint"] = "SHARE_POINT";
530
+ })(FeedServiceTypes || (exports.FeedServiceTypes = FeedServiceTypes = {}));
531
+ /** Feed type */
532
+ var FeedTypes;
533
+ (function (FeedTypes) {
534
+ /** Discord channel feed */
535
+ FeedTypes["Discord"] = "DISCORD";
536
+ /** Email feed */
537
+ FeedTypes["Email"] = "EMAIL";
538
+ /** Issue feed */
539
+ FeedTypes["Issue"] = "ISSUE";
540
+ /** Notion feed */
541
+ FeedTypes["Notion"] = "NOTION";
542
+ /** Reddit feed */
543
+ FeedTypes["Reddit"] = "REDDIT";
544
+ /** RSS feed */
545
+ FeedTypes["Rss"] = "RSS";
546
+ /** Cloud storage site feed */
547
+ FeedTypes["Site"] = "SITE";
548
+ /** Slack channel feed */
549
+ FeedTypes["Slack"] = "SLACK";
550
+ /** Web feed */
551
+ FeedTypes["Web"] = "WEB";
552
+ /** YouTube audio feed */
553
+ FeedTypes["YouTube"] = "YOU_TUBE";
554
+ })(FeedTypes || (exports.FeedTypes = FeedTypes = {}));
555
+ /** File preparation service type */
556
+ var FilePreparationServiceTypes;
557
+ (function (FilePreparationServiceTypes) {
558
+ /** Azure Document Intelligence */
559
+ FilePreparationServiceTypes["AzureDocumentIntelligence"] = "AZURE_DOCUMENT_INTELLIGENCE";
560
+ /** Deepgram Audio Transcription */
561
+ FilePreparationServiceTypes["Deepgram"] = "DEEPGRAM";
562
+ /** Document */
563
+ FilePreparationServiceTypes["Document"] = "DOCUMENT";
564
+ /** Email */
565
+ FilePreparationServiceTypes["Email"] = "EMAIL";
566
+ })(FilePreparationServiceTypes || (exports.FilePreparationServiceTypes = FilePreparationServiceTypes = {}));
567
+ /** File type */
568
+ var FileTypes;
569
+ (function (FileTypes) {
570
+ /** Animation file */
571
+ FileTypes["Animation"] = "ANIMATION";
572
+ /** Audio file */
573
+ FileTypes["Audio"] = "AUDIO";
574
+ /** Code file */
575
+ FileTypes["Code"] = "CODE";
576
+ /** Data file */
577
+ FileTypes["Data"] = "DATA";
578
+ /** Document file */
579
+ FileTypes["Document"] = "DOCUMENT";
580
+ /** Drawing file */
581
+ FileTypes["Drawing"] = "DRAWING";
582
+ /** Email file */
583
+ FileTypes["Email"] = "EMAIL";
584
+ /** Geometry file */
585
+ FileTypes["Geometry"] = "GEOMETRY";
586
+ /** Image file */
587
+ FileTypes["Image"] = "IMAGE";
588
+ /** HLS/MPEG-DASH manifest file */
589
+ FileTypes["Manifest"] = "MANIFEST";
590
+ /** Package file */
591
+ FileTypes["Package"] = "PACKAGE";
592
+ /** Point Cloud file */
593
+ FileTypes["PointCloud"] = "POINT_CLOUD";
594
+ /** Shape file */
595
+ FileTypes["Shape"] = "SHAPE";
596
+ /** Unknown file */
597
+ FileTypes["Unknown"] = "UNKNOWN";
598
+ /** Video file */
599
+ FileTypes["Video"] = "VIDEO";
600
+ })(FileTypes || (exports.FileTypes = FileTypes = {}));
601
+ /** Groq model type */
602
+ var GroqModels;
603
+ (function (GroqModels) {
604
+ /** Developer-specified model */
605
+ GroqModels["Custom"] = "CUSTOM";
606
+ /** Mixtral 8x7b Instruct */
607
+ GroqModels["Mixtral_8X7BInstruct"] = "MIXTRAL_8X7B_INSTRUCT";
608
+ })(GroqModels || (exports.GroqModels = GroqModels = {}));
609
+ /** H3 index resolution types */
610
+ var H3ResolutionTypes;
611
+ (function (H3ResolutionTypes) {
612
+ /** H3R0 */
613
+ H3ResolutionTypes["R0"] = "R0";
614
+ /** H3R1 */
615
+ H3ResolutionTypes["R1"] = "R1";
616
+ /** H3R2 */
617
+ H3ResolutionTypes["R2"] = "R2";
618
+ /** H3R3 */
619
+ H3ResolutionTypes["R3"] = "R3";
620
+ /** H3R4 */
621
+ H3ResolutionTypes["R4"] = "R4";
622
+ /** H3R5 */
623
+ H3ResolutionTypes["R5"] = "R5";
624
+ /** H3R6 */
625
+ H3ResolutionTypes["R6"] = "R6";
626
+ /** H3R7 */
627
+ H3ResolutionTypes["R7"] = "R7";
628
+ /** H3R8 */
629
+ H3ResolutionTypes["R8"] = "R8";
630
+ /** H3R9 */
631
+ H3ResolutionTypes["R9"] = "R9";
632
+ /** H3R10 */
633
+ H3ResolutionTypes["R10"] = "R10";
634
+ /** H3R11 */
635
+ H3ResolutionTypes["R11"] = "R11";
636
+ /** H3R12 */
637
+ H3ResolutionTypes["R12"] = "R12";
638
+ /** H3R13 */
639
+ H3ResolutionTypes["R13"] = "R13";
640
+ /** H3R14 */
641
+ H3ResolutionTypes["R14"] = "R14";
642
+ /** H3R15 */
643
+ H3ResolutionTypes["R15"] = "R15";
644
+ })(H3ResolutionTypes || (exports.H3ResolutionTypes = H3ResolutionTypes = {}));
645
+ /** Image projection types */
646
+ var ImageProjectionTypes;
647
+ (function (ImageProjectionTypes) {
648
+ /** Cylindrical image projection */
649
+ ImageProjectionTypes["Cylindrical"] = "CYLINDRICAL";
650
+ /** Equirectangular mage projection */
651
+ ImageProjectionTypes["Equirectangular"] = "EQUIRECTANGULAR";
652
+ })(ImageProjectionTypes || (exports.ImageProjectionTypes = ImageProjectionTypes = {}));
653
+ /** Integration service type */
654
+ var IntegrationServiceTypes;
655
+ (function (IntegrationServiceTypes) {
656
+ /** Slack */
657
+ IntegrationServiceTypes["Slack"] = "SLACK";
658
+ /** HTTP WebHook integration service */
659
+ IntegrationServiceTypes["WebHook"] = "WEB_HOOK";
660
+ })(IntegrationServiceTypes || (exports.IntegrationServiceTypes = IntegrationServiceTypes = {}));
661
+ /** Label facet types */
662
+ var LabelFacetTypes;
663
+ (function (LabelFacetTypes) {
664
+ /** Creation Date */
665
+ LabelFacetTypes["CreationDate"] = "CREATION_DATE";
666
+ })(LabelFacetTypes || (exports.LabelFacetTypes = LabelFacetTypes = {}));
667
+ /** URI link type */
668
+ var LinkTypes;
669
+ (function (LinkTypes) {
670
+ /** Airtable link */
671
+ LinkTypes["Airtable"] = "AIRTABLE";
672
+ /** AnchorFM link */
673
+ LinkTypes["AnchorFm"] = "ANCHOR_FM";
674
+ /** Angelist link */
675
+ LinkTypes["AngelList"] = "ANGEL_LIST";
676
+ /** Apple link */
677
+ LinkTypes["Apple"] = "APPLE";
678
+ /** Bandcamp link */
679
+ LinkTypes["Bandcamp"] = "BANDCAMP";
680
+ /** Crunchbase link */
681
+ LinkTypes["Crunchbase"] = "CRUNCHBASE";
682
+ /** Diffbot link */
683
+ LinkTypes["Diffbot"] = "DIFFBOT";
684
+ /** Discord link */
685
+ LinkTypes["Discord"] = "DISCORD";
686
+ /** Email link */
687
+ LinkTypes["Email"] = "EMAIL";
688
+ /** Facebook link */
689
+ LinkTypes["Facebook"] = "FACEBOOK";
690
+ /** File link */
691
+ LinkTypes["File"] = "FILE";
692
+ /** GitHub link */
693
+ LinkTypes["GitHub"] = "GIT_HUB";
694
+ /** GitHub Pages link */
695
+ LinkTypes["GitHubPages"] = "GIT_HUB_PAGES";
696
+ /** Google link */
697
+ LinkTypes["Google"] = "GOOGLE";
698
+ /** IFTTT link */
699
+ LinkTypes["Ifttt"] = "IFTTT";
700
+ /** Instagram link */
701
+ LinkTypes["Instagram"] = "INSTAGRAM";
702
+ /** iTunes link */
703
+ LinkTypes["ITunes"] = "I_TUNES";
704
+ /** Linear link */
705
+ LinkTypes["Linear"] = "LINEAR";
706
+ /** LinkedIn link */
707
+ LinkTypes["LinkedIn"] = "LINKED_IN";
708
+ /** RSS media link */
709
+ LinkTypes["Media"] = "MEDIA";
710
+ /** Medium link */
711
+ LinkTypes["Medium"] = "MEDIUM";
712
+ /** Notion link */
713
+ LinkTypes["Notion"] = "NOTION";
714
+ /** Pandora link */
715
+ LinkTypes["Pandora"] = "PANDORA";
716
+ /** PocketCasts link */
717
+ LinkTypes["PocketCasts"] = "POCKET_CASTS";
718
+ /** Reddit link */
719
+ LinkTypes["Reddit"] = "REDDIT";
720
+ /** RSS link */
721
+ LinkTypes["Rss"] = "RSS";
722
+ /** Slack link */
723
+ LinkTypes["Slack"] = "SLACK";
724
+ /** SoundCloud link */
725
+ LinkTypes["SoundCloud"] = "SOUND_CLOUD";
726
+ /** Spotify link */
727
+ LinkTypes["Spotify"] = "SPOTIFY";
728
+ /** Stitcher link */
729
+ LinkTypes["Stitcher"] = "STITCHER";
730
+ /** TikTok link */
731
+ LinkTypes["TikTok"] = "TIK_TOK";
732
+ /** TransistorFM link */
733
+ LinkTypes["TransistorFm"] = "TRANSISTOR_FM";
734
+ /** TuneIn link */
735
+ LinkTypes["TuneIn"] = "TUNE_IN";
736
+ /** Twitch link */
737
+ LinkTypes["Twitch"] = "TWITCH";
738
+ /** Twitter link */
739
+ LinkTypes["Twitter"] = "TWITTER";
740
+ /** TypeForm link */
741
+ LinkTypes["TypeForm"] = "TYPE_FORM";
742
+ /** Web link */
743
+ LinkTypes["Web"] = "WEB";
744
+ /** Wikidata link */
745
+ LinkTypes["Wikidata"] = "WIKIDATA";
746
+ /** Wikimedia link */
747
+ LinkTypes["Wikimedia"] = "WIKIMEDIA";
748
+ /** Wikipedia link */
749
+ LinkTypes["Wikipedia"] = "WIKIPEDIA";
750
+ /** YouTube link */
751
+ LinkTypes["YouTube"] = "YOU_TUBE";
752
+ })(LinkTypes || (exports.LinkTypes = LinkTypes = {}));
753
+ /** Mail importance */
754
+ var MailImportance;
755
+ (function (MailImportance) {
756
+ /** High importance */
757
+ MailImportance["High"] = "HIGH";
758
+ /** Low importance */
759
+ MailImportance["Low"] = "LOW";
760
+ /** Normal importance */
761
+ MailImportance["Normal"] = "NORMAL";
762
+ })(MailImportance || (exports.MailImportance = MailImportance = {}));
763
+ /** Mail priority */
764
+ var MailPriority;
765
+ (function (MailPriority) {
766
+ /** High priority */
767
+ MailPriority["High"] = "HIGH";
768
+ /** Low priority */
769
+ MailPriority["Low"] = "LOW";
770
+ /** Normal priority */
771
+ MailPriority["Normal"] = "NORMAL";
772
+ })(MailPriority || (exports.MailPriority = MailPriority = {}));
773
+ /** Mail sensitivity */
774
+ var MailSensitivity;
775
+ (function (MailSensitivity) {
776
+ /** Company confidential sensitivity */
777
+ MailSensitivity["CompanyConfidential"] = "COMPANY_CONFIDENTIAL";
778
+ /** No sensitivity */
779
+ MailSensitivity["None"] = "NONE";
780
+ /** Normal sensitivity */
781
+ MailSensitivity["Normal"] = "NORMAL";
782
+ /** Personal sensitivity */
783
+ MailSensitivity["Personal"] = "PERSONAL";
784
+ /** Private sensitivity */
785
+ MailSensitivity["Private"] = "PRIVATE";
786
+ })(MailSensitivity || (exports.MailSensitivity = MailSensitivity = {}));
787
+ /** Metadata type */
788
+ var MetadataTypes;
789
+ (function (MetadataTypes) {
790
+ /** Content metadata */
791
+ MetadataTypes["Content"] = "CONTENT";
792
+ })(MetadataTypes || (exports.MetadataTypes = MetadataTypes = {}));
793
+ /** Mistral model type */
794
+ var MistralModels;
795
+ (function (MistralModels) {
796
+ /** Developer-specified model */
797
+ MistralModels["Custom"] = "CUSTOM";
798
+ /** Mistral Large */
799
+ MistralModels["MistralLarge"] = "MISTRAL_LARGE";
800
+ /** Mistral Medium */
801
+ MistralModels["MistralMedium"] = "MISTRAL_MEDIUM";
802
+ /** Mistral Small */
803
+ MistralModels["MistralSmall"] = "MISTRAL_SMALL";
804
+ /** Mixtral 8x7b Instruct */
805
+ MistralModels["Mixtral_8X7BInstruct"] = "MIXTRAL_8X7B_INSTRUCT";
806
+ })(MistralModels || (exports.MistralModels = MistralModels = {}));
807
+ /** Model service type */
808
+ var ModelServiceTypes;
809
+ (function (ModelServiceTypes) {
810
+ /** Anthropic */
811
+ ModelServiceTypes["Anthropic"] = "ANTHROPIC";
812
+ /** Azure OpenAI */
813
+ ModelServiceTypes["AzureOpenAi"] = "AZURE_OPEN_AI";
814
+ /** Cohere */
815
+ ModelServiceTypes["Cohere"] = "COHERE";
816
+ /** Groq */
817
+ ModelServiceTypes["Groq"] = "GROQ";
818
+ /** Mistral */
819
+ ModelServiceTypes["Mistral"] = "MISTRAL";
820
+ /** OpenAI */
821
+ ModelServiceTypes["OpenAi"] = "OPEN_AI";
822
+ /** Replicate */
823
+ ModelServiceTypes["Replicate"] = "REPLICATE";
824
+ /** TogetherAI */
825
+ ModelServiceTypes["TogetherAi"] = "TOGETHER_AI";
826
+ })(ModelServiceTypes || (exports.ModelServiceTypes = ModelServiceTypes = {}));
827
+ var NotionTypes;
828
+ (function (NotionTypes) {
829
+ /** Notion Database */
830
+ NotionTypes["Database"] = "DATABASE";
831
+ /** Notion Page */
832
+ NotionTypes["Page"] = "PAGE";
833
+ })(NotionTypes || (exports.NotionTypes = NotionTypes = {}));
834
+ /** Observable type */
835
+ var ObservableTypes;
836
+ (function (ObservableTypes) {
837
+ /** Category */
838
+ ObservableTypes["Category"] = "CATEGORY";
839
+ /** Event */
840
+ ObservableTypes["Event"] = "EVENT";
841
+ /** Label */
842
+ ObservableTypes["Label"] = "LABEL";
843
+ /** Organization */
844
+ ObservableTypes["Organization"] = "ORGANIZATION";
845
+ /** Person */
846
+ ObservableTypes["Person"] = "PERSON";
847
+ /** Place */
848
+ ObservableTypes["Place"] = "PLACE";
849
+ /** Product */
850
+ ObservableTypes["Product"] = "PRODUCT";
851
+ /** Code repository */
852
+ ObservableTypes["Repo"] = "REPO";
853
+ /** Software */
854
+ ObservableTypes["Software"] = "SOFTWARE";
855
+ })(ObservableTypes || (exports.ObservableTypes = ObservableTypes = {}));
856
+ var OccurrenceTypes;
857
+ (function (OccurrenceTypes) {
858
+ OccurrenceTypes["Image"] = "IMAGE";
859
+ OccurrenceTypes["Text"] = "TEXT";
860
+ OccurrenceTypes["Time"] = "TIME";
861
+ })(OccurrenceTypes || (exports.OccurrenceTypes = OccurrenceTypes = {}));
862
+ /** OpenAI model type */
863
+ var OpenAiModels;
864
+ (function (OpenAiModels) {
865
+ /** Developer-specified model */
866
+ OpenAiModels["Custom"] = "CUSTOM";
867
+ /** GPT-4 (Latest version) */
868
+ OpenAiModels["Gpt4"] = "GPT4";
869
+ /** GPT-4 (0613 version) */
870
+ OpenAiModels["Gpt4_0613"] = "GPT4_0613";
871
+ /** GPT-4 32k (Latest version) */
872
+ OpenAiModels["Gpt4_32K"] = "GPT4_32K";
873
+ /** GPT-4 32k (0613 version) */
874
+ OpenAiModels["Gpt4_32K_0613"] = "GPT4_32K_0613";
875
+ /** GPT-4 Turbo 128k (Latest version) */
876
+ OpenAiModels["Gpt4Turbo_128K"] = "GPT4_TURBO_128K";
877
+ /** GPT-4 Turbo 128k (0125 version) */
878
+ OpenAiModels["Gpt4Turbo_128K_0125"] = "GPT4_TURBO_128K_0125";
879
+ /** GPT-4 Turbo 128k (1106 version) */
880
+ OpenAiModels["Gpt4Turbo_128K_1106"] = "GPT4_TURBO_128K_1106";
881
+ /** GPT-4 Turbo 128k (2024-04-09 version) */
882
+ OpenAiModels["Gpt4Turbo_128K_20240409"] = "GPT4_TURBO_128K_20240409";
883
+ /** @deprecated Use GPT4_Turbo_128k instead. */
884
+ OpenAiModels["Gpt4TurboVision_128K"] = "GPT4_TURBO_VISION_128K";
885
+ /** GPT-4 Turbo Vision 128k (1106 version) */
886
+ OpenAiModels["Gpt4TurboVision_128K_1106"] = "GPT4_TURBO_VISION_128K_1106";
887
+ /**
888
+ * GPT-3.5 Turbo (Latest version)
889
+ * @deprecated OpenAI is deprecating this model. Use the GPT-3.5 Turbo 16k model instead.
890
+ */
891
+ OpenAiModels["Gpt35Turbo"] = "GPT35_TURBO";
892
+ /**
893
+ * GPT-3.5 Turbo (0613 version)
894
+ * @deprecated OpenAI is deprecating this model. Use the GPT-3.5 Turbo 16k model instead.
895
+ */
896
+ OpenAiModels["Gpt35Turbo_0613"] = "GPT35_TURBO_0613";
897
+ /** GPT-3.5 Turbo 16k (Latest version) */
898
+ OpenAiModels["Gpt35Turbo_16K"] = "GPT35_TURBO_16K";
899
+ /** GPT-3.5 Turbo 16k (0125 version) */
900
+ OpenAiModels["Gpt35Turbo_16K_0125"] = "GPT35_TURBO_16K_0125";
901
+ /** GPT-3.5 Turbo 16k (0613 version) */
902
+ OpenAiModels["Gpt35Turbo_16K_0613"] = "GPT35_TURBO_16K_0613";
903
+ /** GPT-3.5 Turbo 16k (1106 version) */
904
+ OpenAiModels["Gpt35Turbo_16K_1106"] = "GPT35_TURBO_16K_1106";
905
+ })(OpenAiModels || (exports.OpenAiModels = OpenAiModels = {}));
906
+ /** OpenAI vision model detail levels */
907
+ var OpenAiVisionDetailLevels;
908
+ (function (OpenAiVisionDetailLevels) {
909
+ /** High */
910
+ OpenAiVisionDetailLevels["High"] = "HIGH";
911
+ /** Low */
912
+ OpenAiVisionDetailLevels["Low"] = "LOW";
913
+ })(OpenAiVisionDetailLevels || (exports.OpenAiVisionDetailLevels = OpenAiVisionDetailLevels = {}));
914
+ /** Order by type */
915
+ var OrderByTypes;
916
+ (function (OrderByTypes) {
917
+ /** Order by creation date */
918
+ OrderByTypes["CreationDate"] = "CREATION_DATE";
919
+ /** Order by name */
920
+ OrderByTypes["Name"] = "NAME";
921
+ /** Order by original date */
922
+ OrderByTypes["OriginalDate"] = "ORIGINAL_DATE";
923
+ /** Order by relevance */
924
+ OrderByTypes["Relevance"] = "RELEVANCE";
925
+ })(OrderByTypes || (exports.OrderByTypes = OrderByTypes = {}));
926
+ /** Order direction type */
927
+ var OrderDirectionTypes;
928
+ (function (OrderDirectionTypes) {
929
+ /** Order ascending */
930
+ OrderDirectionTypes["Ascending"] = "ASCENDING";
931
+ /** Order descending */
932
+ OrderDirectionTypes["Descending"] = "DESCENDING";
933
+ })(OrderDirectionTypes || (exports.OrderDirectionTypes = OrderDirectionTypes = {}));
934
+ /** Organization facet types */
935
+ var OrganizationFacetTypes;
936
+ (function (OrganizationFacetTypes) {
937
+ /** Creation Date */
938
+ OrganizationFacetTypes["CreationDate"] = "CREATION_DATE";
939
+ })(OrganizationFacetTypes || (exports.OrganizationFacetTypes = OrganizationFacetTypes = {}));
940
+ /** Orientation types */
941
+ var OrientationTypes;
942
+ (function (OrientationTypes) {
943
+ /** Bottom left orientation */
944
+ OrientationTypes["BottomLeft"] = "BOTTOM_LEFT";
945
+ /** Bottom right orientation */
946
+ OrientationTypes["BottomRight"] = "BOTTOM_RIGHT";
947
+ /** Left bottom orientation */
948
+ OrientationTypes["LeftBottom"] = "LEFT_BOTTOM";
949
+ /** Left top orientation */
950
+ OrientationTypes["LeftTop"] = "LEFT_TOP";
951
+ /** Right bottom orientation */
952
+ OrientationTypes["RightBottom"] = "RIGHT_BOTTOM";
953
+ /** Right top orientation */
954
+ OrientationTypes["RightTop"] = "RIGHT_TOP";
955
+ /** Top left orientation */
956
+ OrientationTypes["TopLeft"] = "TOP_LEFT";
957
+ /** Top right orientation */
958
+ OrientationTypes["TopRight"] = "TOP_RIGHT";
959
+ })(OrientationTypes || (exports.OrientationTypes = OrientationTypes = {}));
960
+ /** Person facet types */
961
+ var PersonFacetTypes;
962
+ (function (PersonFacetTypes) {
963
+ /** Creation Date */
964
+ PersonFacetTypes["CreationDate"] = "CREATION_DATE";
965
+ })(PersonFacetTypes || (exports.PersonFacetTypes = PersonFacetTypes = {}));
966
+ /** Place facet types */
967
+ var PlaceFacetTypes;
968
+ (function (PlaceFacetTypes) {
969
+ /** Creation Date */
970
+ PlaceFacetTypes["CreationDate"] = "CREATION_DATE";
971
+ })(PlaceFacetTypes || (exports.PlaceFacetTypes = PlaceFacetTypes = {}));
972
+ /** Time type for policies */
973
+ var PolicyTimeTypes;
974
+ (function (PolicyTimeTypes) {
975
+ /** Absolute time */
976
+ PolicyTimeTypes["AbsoluteTime"] = "ABSOLUTE_TIME";
977
+ /** Relative time */
978
+ PolicyTimeTypes["RelativeTime"] = "RELATIVE_TIME";
979
+ })(PolicyTimeTypes || (exports.PolicyTimeTypes = PolicyTimeTypes = {}));
980
+ /** Product facet types */
981
+ var ProductFacetTypes;
982
+ (function (ProductFacetTypes) {
983
+ /** Creation Date */
984
+ ProductFacetTypes["CreationDate"] = "CREATION_DATE";
985
+ })(ProductFacetTypes || (exports.ProductFacetTypes = ProductFacetTypes = {}));
986
+ /** Prompt strategies */
987
+ var PromptStrategyTypes;
988
+ (function (PromptStrategyTypes) {
989
+ /** Use original prompt */
990
+ PromptStrategyTypes["None"] = "NONE";
991
+ /** Convert prompt to keywords to optimize semantic search */
992
+ PromptStrategyTypes["OptimizeSearch"] = "OPTIMIZE_SEARCH";
993
+ /** Rewrite prompt */
994
+ PromptStrategyTypes["Rewrite"] = "REWRITE";
995
+ /** Rewrite prompt as multiple sub-prompts */
996
+ PromptStrategyTypes["RewriteMultiple"] = "REWRITE_MULTIPLE";
997
+ })(PromptStrategyTypes || (exports.PromptStrategyTypes = PromptStrategyTypes = {}));
998
+ /** Rendition type */
999
+ var RenditionTypes;
1000
+ (function (RenditionTypes) {
1001
+ /** Content rendition */
1002
+ RenditionTypes["Content"] = "CONTENT";
1003
+ })(RenditionTypes || (exports.RenditionTypes = RenditionTypes = {}));
1004
+ /** Replicate model type */
1005
+ var ReplicateModels;
1006
+ (function (ReplicateModels) {
1007
+ /** Developer-specified model */
1008
+ ReplicateModels["Custom"] = "CUSTOM";
1009
+ /** Llama 2 7b */
1010
+ ReplicateModels["Llama_2_7B"] = "LLAMA_2_7B";
1011
+ /** Llama 2 7b Chat */
1012
+ ReplicateModels["Llama_2_7BChat"] = "LLAMA_2_7B_CHAT";
1013
+ /** Llama 2 13b */
1014
+ ReplicateModels["Llama_2_13B"] = "LLAMA_2_13B";
1015
+ /** Llama 2 13b Chat */
1016
+ ReplicateModels["Llama_2_13BChat"] = "LLAMA_2_13B_CHAT";
1017
+ /** Llama 2 70b */
1018
+ ReplicateModels["Llama_2_70B"] = "LLAMA_2_70B";
1019
+ /** Llama 2 70b Chat */
1020
+ ReplicateModels["Llama_2_70BChat"] = "LLAMA_2_70B_CHAT";
1021
+ /** Mistral 7b */
1022
+ ReplicateModels["Mistral_7B"] = "MISTRAL_7B";
1023
+ /** Mistral 7b Instruct */
1024
+ ReplicateModels["Mistral_7BInstruct"] = "MISTRAL_7B_INSTRUCT";
1025
+ })(ReplicateModels || (exports.ReplicateModels = ReplicateModels = {}));
1026
+ /** Repo facet types */
1027
+ var RepoFacetTypes;
1028
+ (function (RepoFacetTypes) {
1029
+ /** Creation Date */
1030
+ RepoFacetTypes["CreationDate"] = "CREATION_DATE";
1031
+ })(RepoFacetTypes || (exports.RepoFacetTypes = RepoFacetTypes = {}));
1032
+ /** Resource connector type */
1033
+ var ResourceConnectorTypes;
1034
+ (function (ResourceConnectorTypes) {
1035
+ /** Amazon Web Services */
1036
+ ResourceConnectorTypes["Amazon"] = "AMAZON";
1037
+ /** Microsoft Azure */
1038
+ ResourceConnectorTypes["Azure"] = "AZURE";
1039
+ /** Google Cloud */
1040
+ ResourceConnectorTypes["Google"] = "GOOGLE";
1041
+ })(ResourceConnectorTypes || (exports.ResourceConnectorTypes = ResourceConnectorTypes = {}));
1042
+ /** Retrieval strategies */
1043
+ var RetrievalStrategyTypes;
1044
+ (function (RetrievalStrategyTypes) {
1045
+ /** Chunk-level retrieval */
1046
+ RetrievalStrategyTypes["Chunk"] = "CHUNK";
1047
+ /** Content-level retrieval */
1048
+ RetrievalStrategyTypes["Content"] = "CONTENT";
1049
+ /** Section-level retrieval, or page-level or segment-level retrieval, if no sections */
1050
+ RetrievalStrategyTypes["Section"] = "SECTION";
1051
+ })(RetrievalStrategyTypes || (exports.RetrievalStrategyTypes = RetrievalStrategyTypes = {}));
1052
+ /** Search query type */
1053
+ var SearchQueryTypes;
1054
+ (function (SearchQueryTypes) {
1055
+ /** Full (Lucene syntax) */
1056
+ SearchQueryTypes["Full"] = "FULL";
1057
+ /** Simple */
1058
+ SearchQueryTypes["Simple"] = "SIMPLE";
1059
+ })(SearchQueryTypes || (exports.SearchQueryTypes = SearchQueryTypes = {}));
1060
+ /** Search type */
1061
+ var SearchTypes;
1062
+ (function (SearchTypes) {
1063
+ /** Hybrid (Vector similarity using search text) */
1064
+ SearchTypes["Hybrid"] = "HYBRID";
1065
+ /** Keyword */
1066
+ SearchTypes["Keyword"] = "KEYWORD";
1067
+ /** Vector similarity */
1068
+ SearchTypes["Vector"] = "VECTOR";
1069
+ })(SearchTypes || (exports.SearchTypes = SearchTypes = {}));
1070
+ var SharePointAuthenticationTypes;
1071
+ (function (SharePointAuthenticationTypes) {
1072
+ SharePointAuthenticationTypes["Application"] = "APPLICATION";
1073
+ SharePointAuthenticationTypes["User"] = "USER";
1074
+ })(SharePointAuthenticationTypes || (exports.SharePointAuthenticationTypes = SharePointAuthenticationTypes = {}));
1075
+ /** Site type */
1076
+ var SiteTypes;
1077
+ (function (SiteTypes) {
1078
+ /** Cloud storage site */
1079
+ SiteTypes["Storage"] = "STORAGE";
1080
+ /** Sweep cloud storage site */
1081
+ SiteTypes["Sweep"] = "SWEEP";
1082
+ /** Watch cloud storage site */
1083
+ SiteTypes["Watch"] = "WATCH";
1084
+ })(SiteTypes || (exports.SiteTypes = SiteTypes = {}));
1085
+ /** Software facet types */
1086
+ var SoftwareFacetTypes;
1087
+ (function (SoftwareFacetTypes) {
1088
+ /** Creation Date */
1089
+ SoftwareFacetTypes["CreationDate"] = "CREATION_DATE";
1090
+ })(SoftwareFacetTypes || (exports.SoftwareFacetTypes = SoftwareFacetTypes = {}));
1091
+ /** Specification type */
1092
+ var SpecificationTypes;
1093
+ (function (SpecificationTypes) {
1094
+ /** Prompt completion */
1095
+ SpecificationTypes["Completion"] = "COMPLETION";
1096
+ /** Data extraction */
1097
+ SpecificationTypes["Extraction"] = "EXTRACTION";
1098
+ })(SpecificationTypes || (exports.SpecificationTypes = SpecificationTypes = {}));
1099
+ /** Summarization type */
1100
+ var SummarizationTypes;
1101
+ (function (SummarizationTypes) {
1102
+ /** Bullet Points */
1103
+ SummarizationTypes["Bullets"] = "BULLETS";
1104
+ /** Transcript Chapters */
1105
+ SummarizationTypes["Chapters"] = "CHAPTERS";
1106
+ /** Custom prompt */
1107
+ SummarizationTypes["Custom"] = "CUSTOM";
1108
+ /** Headlines */
1109
+ SummarizationTypes["Headlines"] = "HEADLINES";
1110
+ /** Social Media Posts */
1111
+ SummarizationTypes["Posts"] = "POSTS";
1112
+ /** Questions */
1113
+ SummarizationTypes["Questions"] = "QUESTIONS";
1114
+ /** Summary */
1115
+ SummarizationTypes["Summary"] = "SUMMARY";
1116
+ })(SummarizationTypes || (exports.SummarizationTypes = SummarizationTypes = {}));
1117
+ /** Text Roles */
1118
+ var TextRoles;
1119
+ (function (TextRoles) {
1120
+ /** Code Block */
1121
+ TextRoles["Code"] = "CODE";
1122
+ /** @deprecated Use 'TableColumnHeader' instead. */
1123
+ TextRoles["ColumnHeader"] = "COLUMN_HEADER";
1124
+ /** @deprecated Use 'TableCornerHeader' instead. */
1125
+ TextRoles["CornerHeader"] = "CORNER_HEADER";
1126
+ /** Footnote */
1127
+ TextRoles["Footnote"] = "FOOTNOTE";
1128
+ /** Heading 1 */
1129
+ TextRoles["Heading1"] = "HEADING1";
1130
+ /** Heading 2 */
1131
+ TextRoles["Heading2"] = "HEADING2";
1132
+ /** Heading 3 */
1133
+ TextRoles["Heading3"] = "HEADING3";
1134
+ /** Heading 4 */
1135
+ TextRoles["Heading4"] = "HEADING4";
1136
+ /** List Item */
1137
+ TextRoles["ListItem"] = "LIST_ITEM";
1138
+ /** Page Footer */
1139
+ TextRoles["PageFooter"] = "PAGE_FOOTER";
1140
+ /** Page Header */
1141
+ TextRoles["PageHeader"] = "PAGE_HEADER";
1142
+ /** Page Number */
1143
+ TextRoles["PageNumber"] = "PAGE_NUMBER";
1144
+ /** @deprecated Use 'TableRowHeader' instead. */
1145
+ TextRoles["RowHeader"] = "ROW_HEADER";
1146
+ /** Section Heading */
1147
+ TextRoles["SectionHeading"] = "SECTION_HEADING";
1148
+ /** Table */
1149
+ TextRoles["Table"] = "TABLE";
1150
+ /** Table Caption */
1151
+ TextRoles["TableCaption"] = "TABLE_CAPTION";
1152
+ /** Table Cell */
1153
+ TextRoles["TableCell"] = "TABLE_CELL";
1154
+ /** Table Column Header */
1155
+ TextRoles["TableColumnHeader"] = "TABLE_COLUMN_HEADER";
1156
+ /** Table Corner Header */
1157
+ TextRoles["TableCornerHeader"] = "TABLE_CORNER_HEADER";
1158
+ /** Table Row Header */
1159
+ TextRoles["TableRowHeader"] = "TABLE_ROW_HEADER";
1160
+ /** Title */
1161
+ TextRoles["Title"] = "TITLE";
1162
+ })(TextRoles || (exports.TextRoles = TextRoles = {}));
1163
+ /** Text type */
1164
+ var TextTypes;
1165
+ (function (TextTypes) {
1166
+ /** HTML */
1167
+ TextTypes["Html"] = "HTML";
1168
+ /** Markdown */
1169
+ TextTypes["Markdown"] = "MARKDOWN";
1170
+ /** Plain Text */
1171
+ TextTypes["Plain"] = "PLAIN";
1172
+ })(TextTypes || (exports.TextTypes = TextTypes = {}));
1173
+ /** Time interval type */
1174
+ var TimeIntervalTypes;
1175
+ (function (TimeIntervalTypes) {
1176
+ /** By day */
1177
+ TimeIntervalTypes["Day"] = "DAY";
1178
+ /** By hour */
1179
+ TimeIntervalTypes["Hour"] = "HOUR";
1180
+ /** By minute */
1181
+ TimeIntervalTypes["Minute"] = "MINUTE";
1182
+ /** By month */
1183
+ TimeIntervalTypes["Month"] = "MONTH";
1184
+ /** By quarter */
1185
+ TimeIntervalTypes["Quarter"] = "QUARTER";
1186
+ /** By week */
1187
+ TimeIntervalTypes["Week"] = "WEEK";
1188
+ /** By year */
1189
+ TimeIntervalTypes["Year"] = "YEAR";
1190
+ })(TimeIntervalTypes || (exports.TimeIntervalTypes = TimeIntervalTypes = {}));
1191
+ /** Recurrent type for timed policies */
1192
+ var TimedPolicyRecurrenceTypes;
1193
+ (function (TimedPolicyRecurrenceTypes) {
1194
+ /** Execute once */
1195
+ TimedPolicyRecurrenceTypes["Once"] = "ONCE";
1196
+ /** Repeat until disabled */
1197
+ TimedPolicyRecurrenceTypes["Repeat"] = "REPEAT";
1198
+ })(TimedPolicyRecurrenceTypes || (exports.TimedPolicyRecurrenceTypes = TimedPolicyRecurrenceTypes = {}));
1199
+ /** Unit types */
1200
+ var UnitTypes;
1201
+ (function (UnitTypes) {
1202
+ /** Angstrom */
1203
+ UnitTypes["Angstrom"] = "ANGSTROM";
1204
+ /** Astronomical unit */
1205
+ UnitTypes["AstronomicalUnit"] = "ASTRONOMICAL_UNIT";
1206
+ /** Centimeter */
1207
+ UnitTypes["Centimeter"] = "CENTIMETER";
1208
+ /** Custom */
1209
+ UnitTypes["Custom"] = "CUSTOM";
1210
+ /** Decameter */
1211
+ UnitTypes["Decameter"] = "DECAMETER";
1212
+ /** Decimeter */
1213
+ UnitTypes["Decimeter"] = "DECIMETER";
1214
+ /** Foot */
1215
+ UnitTypes["Foot"] = "FOOT";
1216
+ /** Gigameter */
1217
+ UnitTypes["Gigameter"] = "GIGAMETER";
1218
+ /** Hectometer */
1219
+ UnitTypes["Hectometer"] = "HECTOMETER";
1220
+ /** Inch */
1221
+ UnitTypes["Inch"] = "INCH";
1222
+ /** Kilometer */
1223
+ UnitTypes["Kilometer"] = "KILOMETER";
1224
+ /** Light-year */
1225
+ UnitTypes["LightYear"] = "LIGHT_YEAR";
1226
+ /** Meter */
1227
+ UnitTypes["Meter"] = "METER";
1228
+ /** Micrometer */
1229
+ UnitTypes["Micrometer"] = "MICROMETER";
1230
+ /** Microinch */
1231
+ UnitTypes["MicroInch"] = "MICRO_INCH";
1232
+ /** Mil */
1233
+ UnitTypes["Mil"] = "MIL";
1234
+ /** Mile */
1235
+ UnitTypes["Mile"] = "MILE";
1236
+ /** Millimeter */
1237
+ UnitTypes["Millimeter"] = "MILLIMETER";
1238
+ /** Nanometer */
1239
+ UnitTypes["Nanometer"] = "NANOMETER";
1240
+ /** Parsec */
1241
+ UnitTypes["Parsec"] = "PARSEC";
1242
+ /** Unitless */
1243
+ UnitTypes["Unitless"] = "UNITLESS";
1244
+ /** Yard */
1245
+ UnitTypes["Yard"] = "YARD";
1246
+ })(UnitTypes || (exports.UnitTypes = UnitTypes = {}));
1247
+ var YouTubeTypes;
1248
+ (function (YouTubeTypes) {
1249
+ /** YouTube Channel */
1250
+ YouTubeTypes["Channel"] = "CHANNEL";
1251
+ /** YouTube Playlist */
1252
+ YouTubeTypes["Playlist"] = "PLAYLIST";
1253
+ /** YouTube Video */
1254
+ YouTubeTypes["Video"] = "VIDEO";
1255
+ /** YouTube Videos */
1256
+ YouTubeTypes["Videos"] = "VIDEOS";
1257
+ })(YouTubeTypes || (exports.YouTubeTypes = YouTubeTypes = {}));