graphlit-client 1.0.20240719002 → 1.0.20240728001

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.
@@ -617,7 +617,6 @@ exports.GetContent = (0, graphql_tag_1.default) `
617
617
  season
618
618
  publisher
619
619
  copyright
620
- language
621
620
  genre
622
621
  title
623
622
  description
@@ -712,6 +711,9 @@ exports.GetContent = (0, graphql_tag_1.default) `
712
711
  folderCount
713
712
  isEncrypted
714
713
  }
714
+ language {
715
+ languages
716
+ }
715
717
  parent {
716
718
  id
717
719
  name
@@ -999,7 +1001,6 @@ exports.QueryContents = (0, graphql_tag_1.default) `
999
1001
  season
1000
1002
  publisher
1001
1003
  copyright
1002
- language
1003
1004
  genre
1004
1005
  title
1005
1006
  description
@@ -1094,6 +1095,9 @@ exports.QueryContents = (0, graphql_tag_1.default) `
1094
1095
  folderCount
1095
1096
  isEncrypted
1096
1097
  }
1098
+ language {
1099
+ languages
1100
+ }
1097
1101
  parent {
1098
1102
  id
1099
1103
  name
@@ -1238,7 +1242,6 @@ exports.QueryContentsFacets = (0, graphql_tag_1.default) `
1238
1242
  season
1239
1243
  publisher
1240
1244
  copyright
1241
- language
1242
1245
  genre
1243
1246
  title
1244
1247
  description
@@ -1333,6 +1336,9 @@ exports.QueryContentsFacets = (0, graphql_tag_1.default) `
1333
1336
  folderCount
1334
1337
  isEncrypted
1335
1338
  }
1339
+ language {
1340
+ languages
1341
+ }
1336
1342
  parent {
1337
1343
  id
1338
1344
  name
@@ -1616,7 +1622,6 @@ exports.GetConversation = (0, graphql_tag_1.default) `
1616
1622
  season
1617
1623
  publisher
1618
1624
  copyright
1619
- language
1620
1625
  genre
1621
1626
  title
1622
1627
  description
@@ -1812,7 +1817,6 @@ exports.PromptConversation = (0, graphql_tag_1.default) `
1812
1817
  season
1813
1818
  publisher
1814
1819
  copyright
1815
- language
1816
1820
  genre
1817
1821
  title
1818
1822
  description
@@ -2003,7 +2007,6 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
2003
2007
  season
2004
2008
  publisher
2005
2009
  copyright
2006
- language
2007
2010
  genre
2008
2011
  title
2009
2012
  description
@@ -3279,6 +3282,7 @@ exports.LookupCredits = (0, graphql_tag_1.default) `
3279
3282
  credits
3280
3283
  storageRatio
3281
3284
  computeRatio
3285
+ indexingRatio
3282
3286
  preparationRatio
3283
3287
  extractionRatio
3284
3288
  enrichmentRatio
@@ -3332,6 +3336,7 @@ exports.QueryCredits = (0, graphql_tag_1.default) `
3332
3336
  credits
3333
3337
  storageRatio
3334
3338
  computeRatio
3339
+ indexingRatio
3335
3340
  preparationRatio
3336
3341
  extractionRatio
3337
3342
  enrichmentRatio
@@ -3755,7 +3760,6 @@ exports.PromptSpecifications = (0, graphql_tag_1.default) `
3755
3760
  season
3756
3761
  publisher
3757
3762
  copyright
3758
- language
3759
3763
  genre
3760
3764
  title
3761
3765
  description
@@ -3960,6 +3964,15 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
3960
3964
  id
3961
3965
  }
3962
3966
  }
3967
+ indexing {
3968
+ jobs {
3969
+ connector {
3970
+ type
3971
+ contentType
3972
+ fileType
3973
+ }
3974
+ }
3975
+ }
3963
3976
  preparation {
3964
3977
  disableSmartCapture
3965
3978
  summarizations {
@@ -3969,12 +3982,14 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
3969
3982
  }
3970
3983
  tokens
3971
3984
  items
3985
+ prompt
3972
3986
  }
3973
3987
  jobs {
3974
3988
  connector {
3975
3989
  type
3976
3990
  fileTypes
3977
3991
  azureDocument {
3992
+ version
3978
3993
  model
3979
3994
  endpoint
3980
3995
  key
@@ -4014,6 +4029,11 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
4014
4029
  detailLevel
4015
4030
  customInstructions
4016
4031
  }
4032
+ modelImage {
4033
+ specification {
4034
+ id
4035
+ }
4036
+ }
4017
4037
  modelText {
4018
4038
  specification {
4019
4039
  id
@@ -4111,6 +4131,15 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
4111
4131
  id
4112
4132
  }
4113
4133
  }
4134
+ indexing {
4135
+ jobs {
4136
+ connector {
4137
+ type
4138
+ contentType
4139
+ fileType
4140
+ }
4141
+ }
4142
+ }
4114
4143
  preparation {
4115
4144
  disableSmartCapture
4116
4145
  summarizations {
@@ -4120,12 +4149,14 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
4120
4149
  }
4121
4150
  tokens
4122
4151
  items
4152
+ prompt
4123
4153
  }
4124
4154
  jobs {
4125
4155
  connector {
4126
4156
  type
4127
4157
  fileTypes
4128
4158
  azureDocument {
4159
+ version
4129
4160
  model
4130
4161
  endpoint
4131
4162
  key
@@ -4165,6 +4196,11 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
4165
4196
  detailLevel
4166
4197
  customInstructions
4167
4198
  }
4199
+ modelImage {
4200
+ specification {
4201
+ id
4202
+ }
4203
+ }
4168
4204
  modelText {
4169
4205
  specification {
4170
4206
  id
@@ -4235,6 +4271,15 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
4235
4271
  id
4236
4272
  }
4237
4273
  }
4274
+ indexing {
4275
+ jobs {
4276
+ connector {
4277
+ type
4278
+ contentType
4279
+ fileType
4280
+ }
4281
+ }
4282
+ }
4238
4283
  preparation {
4239
4284
  disableSmartCapture
4240
4285
  summarizations {
@@ -4244,12 +4289,14 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
4244
4289
  }
4245
4290
  tokens
4246
4291
  items
4292
+ prompt
4247
4293
  }
4248
4294
  jobs {
4249
4295
  connector {
4250
4296
  type
4251
4297
  fileTypes
4252
4298
  azureDocument {
4299
+ version
4253
4300
  model
4254
4301
  endpoint
4255
4302
  key
@@ -4289,6 +4336,11 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
4289
4336
  detailLevel
4290
4337
  customInstructions
4291
4338
  }
4339
+ modelImage {
4340
+ specification {
4341
+ id
4342
+ }
4343
+ }
4292
4344
  modelText {
4293
4345
  specification {
4294
4346
  id
@@ -4354,6 +4406,15 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
4354
4406
  id
4355
4407
  }
4356
4408
  }
4409
+ indexing {
4410
+ jobs {
4411
+ connector {
4412
+ type
4413
+ contentType
4414
+ fileType
4415
+ }
4416
+ }
4417
+ }
4357
4418
  preparation {
4358
4419
  disableSmartCapture
4359
4420
  summarizations {
@@ -4363,12 +4424,14 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
4363
4424
  }
4364
4425
  tokens
4365
4426
  items
4427
+ prompt
4366
4428
  }
4367
4429
  jobs {
4368
4430
  connector {
4369
4431
  type
4370
4432
  fileTypes
4371
4433
  azureDocument {
4434
+ version
4372
4435
  model
4373
4436
  endpoint
4374
4437
  key
@@ -4408,6 +4471,11 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
4408
4471
  detailLevel
4409
4472
  customInstructions
4410
4473
  }
4474
+ modelImage {
4475
+ specification {
4476
+ id
4477
+ }
4478
+ }
4411
4479
  modelText {
4412
4480
  specification {
4413
4481
  id
@@ -446,8 +446,6 @@ export type AudioMetadata = {
446
446
  genre?: Maybe<Scalars['String']['output']>;
447
447
  /** The episode keywords, if podcast episode. */
448
448
  keywords?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
449
- /** The audio language. */
450
- language?: Maybe<Scalars['String']['output']>;
451
449
  /** The episode publisher, if podcast episode. */
452
450
  publisher?: Maybe<Scalars['String']['output']>;
453
451
  /** The audio sample rate. */
@@ -483,8 +481,6 @@ export type AudioMetadataInput = {
483
481
  genre?: InputMaybe<Scalars['String']['input']>;
484
482
  /** The episode keywords, if podcast episode. */
485
483
  keywords?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
486
- /** The audio language. */
487
- language?: InputMaybe<Scalars['String']['input']>;
488
484
  /** The metadata geo-location. */
489
485
  location?: InputMaybe<PointInput>;
490
486
  /** The metadata modified date. */
@@ -568,6 +564,10 @@ export declare enum AzureDocumentIntelligenceModels {
568
564
  /** W-2 Form (US) */
569
565
  UsTaxFormW2 = "US_TAX_FORM_W2"
570
566
  }
567
+ export declare enum AzureDocumentIntelligenceVersions {
568
+ V2023_07_31 = "V2023_07_31",
569
+ V2024_02_29Preview = "V2024_02_29_PREVIEW"
570
+ }
571
571
  /** Represents the Azure Document Intelligence preparation properties. */
572
572
  export type AzureDocumentPreparationProperties = {
573
573
  __typename?: 'AzureDocumentPreparationProperties';
@@ -577,6 +577,8 @@ export type AzureDocumentPreparationProperties = {
577
577
  key?: Maybe<Scalars['String']['output']>;
578
578
  /** The Azure Document Intelligence model. */
579
579
  model?: Maybe<AzureDocumentIntelligenceModels>;
580
+ /** The Azure Document Intelligence API version, optional. */
581
+ version?: Maybe<AzureDocumentIntelligenceVersions>;
580
582
  };
581
583
  /** Represents the Azure Document Intelligence preparation properties. */
582
584
  export type AzureDocumentPreparationPropertiesInput = {
@@ -586,6 +588,8 @@ export type AzureDocumentPreparationPropertiesInput = {
586
588
  key?: InputMaybe<Scalars['String']['input']>;
587
589
  /** The Azure Document Intelligence model. */
588
590
  model?: InputMaybe<AzureDocumentIntelligenceModels>;
591
+ /** The Azure Document Intelligence API version, optional. */
592
+ version?: InputMaybe<AzureDocumentIntelligenceVersions>;
589
593
  };
590
594
  /** Represents Azure file share feed properties. */
591
595
  export type AzureFileFeedProperties = {
@@ -1066,6 +1070,8 @@ export type Content = {
1066
1070
  issue?: Maybe<IssueMetadata>;
1067
1071
  /** The summarized content keywords or key phrases. */
1068
1072
  keywords?: Maybe<Array<Scalars['String']['output']>>;
1073
+ /** The content language metadata. */
1074
+ language?: Maybe<LanguageMetadata>;
1069
1075
  /** The extracted hyperlinks. */
1070
1076
  links?: Maybe<Array<LinkReferenceType>>;
1071
1077
  /** The geo-location of the content. */
@@ -1376,6 +1382,29 @@ export type ContentGraphInput = {
1376
1382
  /** The observable types. */
1377
1383
  types?: InputMaybe<Array<InputMaybe<ObservableTypes>>>;
1378
1384
  };
1385
+ /** Represents a content indexing connector. */
1386
+ export type ContentIndexingConnector = {
1387
+ __typename?: 'ContentIndexingConnector';
1388
+ /** The content type for filtering content indexing services. */
1389
+ contentType?: Maybe<ContentTypes>;
1390
+ /** The file type for filtering content indexing services. */
1391
+ fileType?: Maybe<FileTypes>;
1392
+ /** The content indexing service type. */
1393
+ type?: Maybe<ContentIndexingServiceTypes>;
1394
+ };
1395
+ /** Represents a content indexing connector. */
1396
+ export type ContentIndexingConnectorInput = {
1397
+ /** The content type for filtering content indexing services. */
1398
+ contentType?: InputMaybe<ContentTypes>;
1399
+ /** The file type for filtering content indexing services. */
1400
+ fileType?: InputMaybe<FileTypes>;
1401
+ /** The entity enrichment service type. */
1402
+ type?: InputMaybe<ContentIndexingServiceTypes>;
1403
+ };
1404
+ export declare enum ContentIndexingServiceTypes {
1405
+ /** Azure AI Language */
1406
+ AzureAiLanguage = "AZURE_AI_LANGUAGE"
1407
+ }
1379
1408
  /** Represents content. */
1380
1409
  export type ContentInput = {
1381
1410
  /** The content description. */
@@ -1497,6 +1526,8 @@ export type ContentUpdateInput = {
1497
1526
  issue?: InputMaybe<IssueMetadataInput>;
1498
1527
  /** The summarized content keywords or key phrases. */
1499
1528
  keywords?: InputMaybe<Array<Scalars['String']['input']>>;
1529
+ /** The content language metadata. */
1530
+ language?: InputMaybe<LanguageMetadataInput>;
1500
1531
  /** The name of the content. */
1501
1532
  name?: InputMaybe<Scalars['String']['input']>;
1502
1533
  /** The content package metadata. */
@@ -2302,9 +2333,14 @@ export type EntityExtractionConnector = {
2302
2333
  extractedTypes?: Maybe<Array<ObservableTypes>>;
2303
2334
  /** The file types to allow for entity extraction. */
2304
2335
  fileTypes?: Maybe<Array<FileTypes>>;
2336
+ /** The specific properties for LLM image entity extraction. */
2337
+ modelImage?: Maybe<ModelImageExtractionProperties>;
2305
2338
  /** The specific properties for LLM text entity extraction. */
2306
2339
  modelText?: Maybe<ModelTextExtractionProperties>;
2307
- /** The specific properties for OpenAI image entity extraction. */
2340
+ /**
2341
+ * The specific properties for OpenAI image entity extraction.
2342
+ * @deprecated Use MODEL_IMAGE instead.
2343
+ */
2308
2344
  openAIImage?: Maybe<OpenAiImageExtractionProperties>;
2309
2345
  /** The entity extraction connector service type. */
2310
2346
  type: EntityExtractionServiceTypes;
@@ -2323,22 +2359,27 @@ export type EntityExtractionConnectorInput = {
2323
2359
  extractedTypes?: InputMaybe<Array<ObservableTypes>>;
2324
2360
  /** The file types to allow for entity extraction. */
2325
2361
  fileTypes?: InputMaybe<Array<FileTypes>>;
2362
+ /** The specific properties for LLM image entity extraction. */
2363
+ modelImage?: InputMaybe<ModelImageExtractionPropertiesInput>;
2326
2364
  /** The specific properties for LLM text entity extraction. */
2327
2365
  modelText?: InputMaybe<ModelTextExtractionPropertiesInput>;
2328
- /** The specific properties for OpenAI image entity extraction. */
2329
- openAIImage?: InputMaybe<OpenAiImageExtractionPropertiesInput>;
2330
2366
  /** The entity extraction service type. */
2331
2367
  type: EntityExtractionServiceTypes;
2332
2368
  };
2333
2369
  /** Entity extraction service type */
2334
2370
  export declare enum EntityExtractionServiceTypes {
2335
- /** Azure Cognitive Services Image */
2371
+ /** Azure AI Vision, fka Azure Cognitive Services Image */
2336
2372
  AzureCognitiveServicesImage = "AZURE_COGNITIVE_SERVICES_IMAGE",
2337
- /** Azure Cognitive Services Text */
2373
+ /** Azure AI Language, fka Azure Cognitive Services Text */
2338
2374
  AzureCognitiveServicesText = "AZURE_COGNITIVE_SERVICES_TEXT",
2375
+ /** LLM Image */
2376
+ ModelImage = "MODEL_IMAGE",
2339
2377
  /** LLM Text */
2340
2378
  ModelText = "MODEL_TEXT",
2341
- /** OpenAI Image */
2379
+ /**
2380
+ * OpenAI Image
2381
+ * @deprecated Use MODEL_IMAGE instead.
2382
+ */
2342
2383
  OpenAiImage = "OPEN_AI_IMAGE",
2343
2384
  /** Roboflow Image */
2344
2385
  RoboflowImage = "ROBOFLOW_IMAGE"
@@ -3368,9 +3409,15 @@ export type GroqModelPropertiesUpdateInput = {
3368
3409
  export declare enum GroqModels {
3369
3410
  /** Developer-specified model */
3370
3411
  Custom = "CUSTOM",
3371
- /** LLaMA3 8b */
3412
+ /** LLaMA 3.1 8b */
3413
+ Llama_3_1_8B = "LLAMA_3_1_8B",
3414
+ /** LLaMA 3.1 70b */
3415
+ Llama_3_1_70B = "LLAMA_3_1_70B",
3416
+ /** LLaMA 3.1 405b */
3417
+ Llama_3_1_405B = "LLAMA_3_1_405B",
3418
+ /** LLaMA 3 8b */
3372
3419
  Llama_3_8B = "LLAMA_3_8B",
3373
- /** LLaMA3 70b */
3420
+ /** LLaMA 3 70b */
3374
3421
  Llama_3_70B = "LLAMA_3_70B",
3375
3422
  /** Mixtral 8x7b Instruct */
3376
3423
  Mixtral_8X7BInstruct = "MIXTRAL_8X7B_INSTRUCT"
@@ -3588,6 +3635,28 @@ export declare enum ImageProjectionTypes {
3588
3635
  /** Equirectangular mage projection */
3589
3636
  Equirectangular = "EQUIRECTANGULAR"
3590
3637
  }
3638
+ /** Represents a indexing workflow job. */
3639
+ export type IndexingWorkflowJob = {
3640
+ __typename?: 'IndexingWorkflowJob';
3641
+ /** The content indexing connector. */
3642
+ connector?: Maybe<ContentIndexingConnector>;
3643
+ };
3644
+ /** Represents a indexing workflow job. */
3645
+ export type IndexingWorkflowJobInput = {
3646
+ /** The content indexing connector. */
3647
+ connector?: InputMaybe<ContentIndexingConnectorInput>;
3648
+ };
3649
+ /** Represents the indexing workflow stage. */
3650
+ export type IndexingWorkflowStage = {
3651
+ __typename?: 'IndexingWorkflowStage';
3652
+ /** The jobs for the indexing workflow stage. */
3653
+ jobs?: Maybe<Array<Maybe<IndexingWorkflowJob>>>;
3654
+ };
3655
+ /** Represents the indexing workflow stage. */
3656
+ export type IndexingWorkflowStageInput = {
3657
+ /** The jobs for the indexing workflow stage. */
3658
+ jobs?: InputMaybe<Array<InputMaybe<IndexingWorkflowJobInput>>>;
3659
+ };
3591
3660
  /** Represents an ingestion content filter. */
3592
3661
  export type IngestionContentFilter = {
3593
3662
  __typename?: 'IngestionContentFilter';
@@ -3858,6 +3927,17 @@ export type LabelUpdateInput = {
3858
3927
  /** The name of the label. */
3859
3928
  name?: InputMaybe<Scalars['String']['input']>;
3860
3929
  };
3930
+ /** Represents language metadata. */
3931
+ export type LanguageMetadata = {
3932
+ __typename?: 'LanguageMetadata';
3933
+ /** The content language(s) in ISO 639-1 format, i.e. 'en'. */
3934
+ languages?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
3935
+ };
3936
+ /** Represents language metadata. */
3937
+ export type LanguageMetadataInput = {
3938
+ /** The content language(s) in ISO 639-1 format, i.e. 'en'. */
3939
+ languages?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
3940
+ };
3861
3941
  /** Represents Linear feed properties. */
3862
3942
  export type LinearFeedProperties = {
3863
3943
  __typename?: 'LinearFeedProperties';
@@ -4321,11 +4401,24 @@ export declare enum MistralModels {
4321
4401
  MistralLarge = "MISTRAL_LARGE",
4322
4402
  /** Mistral Medium */
4323
4403
  MistralMedium = "MISTRAL_MEDIUM",
4404
+ /** Mistral Nemo */
4405
+ MistralNemo = "MISTRAL_NEMO",
4324
4406
  /** Mistral Small */
4325
4407
  MistralSmall = "MISTRAL_SMALL",
4326
4408
  /** Mixtral 8x7b Instruct */
4327
4409
  Mixtral_8X7BInstruct = "MIXTRAL_8X7B_INSTRUCT"
4328
4410
  }
4411
+ /** Represents an LLM image entity extraction connector. */
4412
+ export type ModelImageExtractionProperties = {
4413
+ __typename?: 'ModelImageExtractionProperties';
4414
+ /** The LLM specification used for entity extraction. */
4415
+ specification?: Maybe<EntityReference>;
4416
+ };
4417
+ /** Represents an LLM image entity extraction connector. */
4418
+ export type ModelImageExtractionPropertiesInput = {
4419
+ /** The LLM specification used for entity extraction. */
4420
+ specification?: InputMaybe<EntityReferenceInput>;
4421
+ };
4329
4422
  /** Model service type */
4330
4423
  export declare enum ModelServiceTypes {
4331
4424
  /** Anthropic */
@@ -5335,6 +5428,8 @@ export type OpenAiModelProperties = {
5335
5428
  __typename?: 'OpenAIModelProperties';
5336
5429
  /** The limit of tokens generated by prompt completion. */
5337
5430
  completionTokenLimit?: Maybe<Scalars['Int']['output']>;
5431
+ /** The OpenAI vision detail mode. Only applies when using OpenAI for image analysis. */
5432
+ detailLevel?: Maybe<OpenAiVisionDetailLevels>;
5338
5433
  /** The OpenAI API key, if using developer's own account. */
5339
5434
  key?: Maybe<Scalars['String']['output']>;
5340
5435
  /** The OpenAI model, or custom, when using developer's own account. */
@@ -5352,6 +5447,8 @@ export type OpenAiModelProperties = {
5352
5447
  export type OpenAiModelPropertiesInput = {
5353
5448
  /** The limit of tokens generated by prompt completion. */
5354
5449
  completionTokenLimit?: InputMaybe<Scalars['Int']['input']>;
5450
+ /** The OpenAI vision detail mode. Only applies when using OpenAI for image analysis. */
5451
+ detailLevel?: InputMaybe<OpenAiVisionDetailLevels>;
5355
5452
  /** The OpenAI API key, if using developer's own account. */
5356
5453
  key?: InputMaybe<Scalars['String']['input']>;
5357
5454
  /** The OpenAI model, or custom, when using developer's own account. */
@@ -5369,6 +5466,8 @@ export type OpenAiModelPropertiesInput = {
5369
5466
  export type OpenAiModelPropertiesUpdateInput = {
5370
5467
  /** The limit of tokens generated by prompt completion. */
5371
5468
  completionTokenLimit?: InputMaybe<Scalars['Int']['input']>;
5469
+ /** The OpenAI vision detail mode. Only applies when using OpenAI for image analysis. */
5470
+ detailLevel?: InputMaybe<OpenAiVisionDetailLevels>;
5372
5471
  /** The OpenAI API key, if using developer's own account. */
5373
5472
  key?: InputMaybe<Scalars['String']['input']>;
5374
5473
  /** The Azure OpenAI model, or custom, when using developer's own account. */
@@ -6413,6 +6512,8 @@ export type ProjectCredits = {
6413
6512
  enrichmentRatio?: Maybe<Scalars['Decimal']['output']>;
6414
6513
  /** The content extraction ratio of credits. */
6415
6514
  extractionRatio?: Maybe<Scalars['Decimal']['output']>;
6515
+ /** The content indexing ratio of credits. */
6516
+ indexingRatio?: Maybe<Scalars['Decimal']['output']>;
6416
6517
  /** The tenant identifier. */
6417
6518
  ownerId?: Maybe<Scalars['ID']['output']>;
6418
6519
  /** The content preparation ratio of credits. */
@@ -6475,8 +6576,8 @@ export type ProjectQuota = {
6475
6576
  feeds?: Maybe<Scalars['Int']['output']>;
6476
6577
  /** The maximum number of posts which can be read by feeds. */
6477
6578
  posts?: Maybe<Scalars['Int']['output']>;
6478
- /** The storage quota, in megabytes. */
6479
- storage?: Maybe<Scalars['Int']['output']>;
6579
+ /** The storage quota, in bytes. */
6580
+ storage?: Maybe<Scalars['Long']['output']>;
6480
6581
  };
6481
6582
  /** Represents the project quota. */
6482
6583
  export type ProjectQuotaInput = {
@@ -6488,8 +6589,8 @@ export type ProjectQuotaInput = {
6488
6589
  feeds?: InputMaybe<Scalars['Int']['input']>;
6489
6590
  /** The maximum number of posts which can be read by feeds. */
6490
6591
  posts?: InputMaybe<Scalars['Int']['input']>;
6491
- /** The storage quota, in megabytes. */
6492
- storage?: InputMaybe<Scalars['Int']['input']>;
6592
+ /** The storage quota, in bytes. */
6593
+ storage?: InputMaybe<Scalars['Long']['input']>;
6493
6594
  };
6494
6595
  /** Represents project query results. */
6495
6596
  export type ProjectResults = {
@@ -8562,6 +8663,8 @@ export type Workflow = {
8562
8663
  extraction?: Maybe<ExtractionWorkflowStage>;
8563
8664
  /** The ID of the workflow. */
8564
8665
  id: Scalars['ID']['output'];
8666
+ /** The indexing stage of the content workflow. */
8667
+ indexing?: Maybe<IndexingWorkflowStage>;
8565
8668
  /** The ingestion stage of the content workflow. */
8566
8669
  ingestion?: Maybe<IngestionWorkflowStage>;
8567
8670
  /** The modified date of the workflow. */
@@ -8619,6 +8722,8 @@ export type WorkflowInput = {
8619
8722
  enrichment?: InputMaybe<EnrichmentWorkflowStageInput>;
8620
8723
  /** The extraction stage of the content workflow. */
8621
8724
  extraction?: InputMaybe<ExtractionWorkflowStageInput>;
8725
+ /** The indexing stage of the content workflow. */
8726
+ indexing?: InputMaybe<IndexingWorkflowStageInput>;
8622
8727
  /** The ingestion stage of the content workflow. */
8623
8728
  ingestion?: InputMaybe<IngestionWorkflowStageInput>;
8624
8729
  /** The name of the workflow. */
@@ -8644,6 +8749,8 @@ export type WorkflowUpdateInput = {
8644
8749
  extraction?: InputMaybe<ExtractionWorkflowStageInput>;
8645
8750
  /** The ID of the workflow to update. */
8646
8751
  id: Scalars['ID']['input'];
8752
+ /** The indexing stage of the content workflow. */
8753
+ indexing?: InputMaybe<IndexingWorkflowStageInput>;
8647
8754
  /** The ingestion stage of the content workflow. */
8648
8755
  ingestion?: InputMaybe<IngestionWorkflowStageInput>;
8649
8756
  /** The name of the workflow. */
@@ -9491,7 +9598,6 @@ export type GetContentQuery = {
9491
9598
  season?: string | null;
9492
9599
  publisher?: string | null;
9493
9600
  copyright?: string | null;
9494
- language?: string | null;
9495
9601
  genre?: string | null;
9496
9602
  title?: string | null;
9497
9603
  description?: string | null;
@@ -9595,6 +9701,10 @@ export type GetContentQuery = {
9595
9701
  folderCount?: number | null;
9596
9702
  isEncrypted?: boolean | null;
9597
9703
  } | null;
9704
+ language?: {
9705
+ __typename?: 'LanguageMetadata';
9706
+ languages?: Array<string | null> | null;
9707
+ } | null;
9598
9708
  parent?: {
9599
9709
  __typename?: 'Content';
9600
9710
  id: string;
@@ -9918,7 +10028,6 @@ export type QueryContentsQuery = {
9918
10028
  season?: string | null;
9919
10029
  publisher?: string | null;
9920
10030
  copyright?: string | null;
9921
- language?: string | null;
9922
10031
  genre?: string | null;
9923
10032
  title?: string | null;
9924
10033
  description?: string | null;
@@ -10022,6 +10131,10 @@ export type QueryContentsQuery = {
10022
10131
  folderCount?: number | null;
10023
10132
  isEncrypted?: boolean | null;
10024
10133
  } | null;
10134
+ language?: {
10135
+ __typename?: 'LanguageMetadata';
10136
+ languages?: Array<string | null> | null;
10137
+ } | null;
10025
10138
  parent?: {
10026
10139
  __typename?: 'Content';
10027
10140
  id: string;
@@ -10190,7 +10303,6 @@ export type QueryContentsFacetsQuery = {
10190
10303
  season?: string | null;
10191
10304
  publisher?: string | null;
10192
10305
  copyright?: string | null;
10193
- language?: string | null;
10194
10306
  genre?: string | null;
10195
10307
  title?: string | null;
10196
10308
  description?: string | null;
@@ -10294,6 +10406,10 @@ export type QueryContentsFacetsQuery = {
10294
10406
  folderCount?: number | null;
10295
10407
  isEncrypted?: boolean | null;
10296
10408
  } | null;
10409
+ language?: {
10410
+ __typename?: 'LanguageMetadata';
10411
+ languages?: Array<string | null> | null;
10412
+ } | null;
10297
10413
  parent?: {
10298
10414
  __typename?: 'Content';
10299
10415
  id: string;
@@ -10651,7 +10767,6 @@ export type GetConversationQuery = {
10651
10767
  season?: string | null;
10652
10768
  publisher?: string | null;
10653
10769
  copyright?: string | null;
10654
- language?: string | null;
10655
10770
  genre?: string | null;
10656
10771
  title?: string | null;
10657
10772
  description?: string | null;
@@ -10883,7 +10998,6 @@ export type PromptConversationMutation = {
10883
10998
  season?: string | null;
10884
10999
  publisher?: string | null;
10885
11000
  copyright?: string | null;
10886
- language?: string | null;
10887
11001
  genre?: string | null;
10888
11002
  title?: string | null;
10889
11003
  description?: string | null;
@@ -11094,7 +11208,6 @@ export type QueryConversationsQuery = {
11094
11208
  season?: string | null;
11095
11209
  publisher?: string | null;
11096
11210
  copyright?: string | null;
11097
- language?: string | null;
11098
11211
  genre?: string | null;
11099
11212
  title?: string | null;
11100
11213
  description?: string | null;
@@ -12644,7 +12757,7 @@ export type GetProjectQuery = {
12644
12757
  } | null;
12645
12758
  quota?: {
12646
12759
  __typename?: 'ProjectQuota';
12647
- storage?: number | null;
12760
+ storage?: any | null;
12648
12761
  contents?: number | null;
12649
12762
  credits?: number | null;
12650
12763
  feeds?: number | null;
@@ -12665,6 +12778,7 @@ export type LookupCreditsQuery = {
12665
12778
  credits?: any | null;
12666
12779
  storageRatio?: any | null;
12667
12780
  computeRatio?: any | null;
12781
+ indexingRatio?: any | null;
12668
12782
  preparationRatio?: any | null;
12669
12783
  extractionRatio?: any | null;
12670
12784
  enrichmentRatio?: any | null;
@@ -12725,6 +12839,7 @@ export type QueryCreditsQuery = {
12725
12839
  credits?: any | null;
12726
12840
  storageRatio?: any | null;
12727
12841
  computeRatio?: any | null;
12842
+ indexingRatio?: any | null;
12728
12843
  preparationRatio?: any | null;
12729
12844
  extractionRatio?: any | null;
12730
12845
  enrichmentRatio?: any | null;
@@ -13253,7 +13368,6 @@ export type PromptSpecificationsMutation = {
13253
13368
  season?: string | null;
13254
13369
  publisher?: string | null;
13255
13370
  copyright?: string | null;
13256
- language?: string | null;
13257
13371
  genre?: string | null;
13258
13372
  title?: string | null;
13259
13373
  description?: string | null;
@@ -13476,6 +13590,18 @@ export type CreateWorkflowMutation = {
13476
13590
  id: string;
13477
13591
  } | null> | null;
13478
13592
  } | null;
13593
+ indexing?: {
13594
+ __typename?: 'IndexingWorkflowStage';
13595
+ jobs?: Array<{
13596
+ __typename?: 'IndexingWorkflowJob';
13597
+ connector?: {
13598
+ __typename?: 'ContentIndexingConnector';
13599
+ type?: ContentIndexingServiceTypes | null;
13600
+ contentType?: ContentTypes | null;
13601
+ fileType?: FileTypes | null;
13602
+ } | null;
13603
+ } | null> | null;
13604
+ } | null;
13479
13605
  preparation?: {
13480
13606
  __typename?: 'PreparationWorkflowStage';
13481
13607
  disableSmartCapture?: boolean | null;
@@ -13484,6 +13610,7 @@ export type CreateWorkflowMutation = {
13484
13610
  type: SummarizationTypes;
13485
13611
  tokens?: number | null;
13486
13612
  items?: number | null;
13613
+ prompt?: string | null;
13487
13614
  specification?: {
13488
13615
  __typename?: 'EntityReference';
13489
13616
  id: string;
@@ -13497,6 +13624,7 @@ export type CreateWorkflowMutation = {
13497
13624
  fileTypes?: Array<FileTypes> | null;
13498
13625
  azureDocument?: {
13499
13626
  __typename?: 'AzureDocumentPreparationProperties';
13627
+ version?: AzureDocumentIntelligenceVersions | null;
13500
13628
  model?: AzureDocumentIntelligenceModels | null;
13501
13629
  endpoint?: any | null;
13502
13630
  key?: string | null;
@@ -13545,6 +13673,13 @@ export type CreateWorkflowMutation = {
13545
13673
  detailLevel?: OpenAiVisionDetailLevels | null;
13546
13674
  customInstructions?: string | null;
13547
13675
  } | null;
13676
+ modelImage?: {
13677
+ __typename?: 'ModelImageExtractionProperties';
13678
+ specification?: {
13679
+ __typename?: 'EntityReference';
13680
+ id: string;
13681
+ } | null;
13682
+ } | null;
13548
13683
  modelText?: {
13549
13684
  __typename?: 'ModelTextExtractionProperties';
13550
13685
  specification?: {
@@ -13668,6 +13803,18 @@ export type GetWorkflowQuery = {
13668
13803
  id: string;
13669
13804
  } | null> | null;
13670
13805
  } | null;
13806
+ indexing?: {
13807
+ __typename?: 'IndexingWorkflowStage';
13808
+ jobs?: Array<{
13809
+ __typename?: 'IndexingWorkflowJob';
13810
+ connector?: {
13811
+ __typename?: 'ContentIndexingConnector';
13812
+ type?: ContentIndexingServiceTypes | null;
13813
+ contentType?: ContentTypes | null;
13814
+ fileType?: FileTypes | null;
13815
+ } | null;
13816
+ } | null> | null;
13817
+ } | null;
13671
13818
  preparation?: {
13672
13819
  __typename?: 'PreparationWorkflowStage';
13673
13820
  disableSmartCapture?: boolean | null;
@@ -13676,6 +13823,7 @@ export type GetWorkflowQuery = {
13676
13823
  type: SummarizationTypes;
13677
13824
  tokens?: number | null;
13678
13825
  items?: number | null;
13826
+ prompt?: string | null;
13679
13827
  specification?: {
13680
13828
  __typename?: 'EntityReference';
13681
13829
  id: string;
@@ -13689,6 +13837,7 @@ export type GetWorkflowQuery = {
13689
13837
  fileTypes?: Array<FileTypes> | null;
13690
13838
  azureDocument?: {
13691
13839
  __typename?: 'AzureDocumentPreparationProperties';
13840
+ version?: AzureDocumentIntelligenceVersions | null;
13692
13841
  model?: AzureDocumentIntelligenceModels | null;
13693
13842
  endpoint?: any | null;
13694
13843
  key?: string | null;
@@ -13737,6 +13886,13 @@ export type GetWorkflowQuery = {
13737
13886
  detailLevel?: OpenAiVisionDetailLevels | null;
13738
13887
  customInstructions?: string | null;
13739
13888
  } | null;
13889
+ modelImage?: {
13890
+ __typename?: 'ModelImageExtractionProperties';
13891
+ specification?: {
13892
+ __typename?: 'EntityReference';
13893
+ id: string;
13894
+ } | null;
13895
+ } | null;
13740
13896
  modelText?: {
13741
13897
  __typename?: 'ModelTextExtractionProperties';
13742
13898
  specification?: {
@@ -13826,6 +13982,18 @@ export type QueryWorkflowsQuery = {
13826
13982
  id: string;
13827
13983
  } | null> | null;
13828
13984
  } | null;
13985
+ indexing?: {
13986
+ __typename?: 'IndexingWorkflowStage';
13987
+ jobs?: Array<{
13988
+ __typename?: 'IndexingWorkflowJob';
13989
+ connector?: {
13990
+ __typename?: 'ContentIndexingConnector';
13991
+ type?: ContentIndexingServiceTypes | null;
13992
+ contentType?: ContentTypes | null;
13993
+ fileType?: FileTypes | null;
13994
+ } | null;
13995
+ } | null> | null;
13996
+ } | null;
13829
13997
  preparation?: {
13830
13998
  __typename?: 'PreparationWorkflowStage';
13831
13999
  disableSmartCapture?: boolean | null;
@@ -13834,6 +14002,7 @@ export type QueryWorkflowsQuery = {
13834
14002
  type: SummarizationTypes;
13835
14003
  tokens?: number | null;
13836
14004
  items?: number | null;
14005
+ prompt?: string | null;
13837
14006
  specification?: {
13838
14007
  __typename?: 'EntityReference';
13839
14008
  id: string;
@@ -13847,6 +14016,7 @@ export type QueryWorkflowsQuery = {
13847
14016
  fileTypes?: Array<FileTypes> | null;
13848
14017
  azureDocument?: {
13849
14018
  __typename?: 'AzureDocumentPreparationProperties';
14019
+ version?: AzureDocumentIntelligenceVersions | null;
13850
14020
  model?: AzureDocumentIntelligenceModels | null;
13851
14021
  endpoint?: any | null;
13852
14022
  key?: string | null;
@@ -13895,6 +14065,13 @@ export type QueryWorkflowsQuery = {
13895
14065
  detailLevel?: OpenAiVisionDetailLevels | null;
13896
14066
  customInstructions?: string | null;
13897
14067
  } | null;
14068
+ modelImage?: {
14069
+ __typename?: 'ModelImageExtractionProperties';
14070
+ specification?: {
14071
+ __typename?: 'EntityReference';
14072
+ id: string;
14073
+ } | null;
14074
+ } | null;
13898
14075
  modelText?: {
13899
14076
  __typename?: 'ModelTextExtractionProperties';
13900
14077
  specification?: {
@@ -13977,6 +14154,18 @@ export type UpdateWorkflowMutation = {
13977
14154
  id: string;
13978
14155
  } | null> | null;
13979
14156
  } | null;
14157
+ indexing?: {
14158
+ __typename?: 'IndexingWorkflowStage';
14159
+ jobs?: Array<{
14160
+ __typename?: 'IndexingWorkflowJob';
14161
+ connector?: {
14162
+ __typename?: 'ContentIndexingConnector';
14163
+ type?: ContentIndexingServiceTypes | null;
14164
+ contentType?: ContentTypes | null;
14165
+ fileType?: FileTypes | null;
14166
+ } | null;
14167
+ } | null> | null;
14168
+ } | null;
13980
14169
  preparation?: {
13981
14170
  __typename?: 'PreparationWorkflowStage';
13982
14171
  disableSmartCapture?: boolean | null;
@@ -13985,6 +14174,7 @@ export type UpdateWorkflowMutation = {
13985
14174
  type: SummarizationTypes;
13986
14175
  tokens?: number | null;
13987
14176
  items?: number | null;
14177
+ prompt?: string | null;
13988
14178
  specification?: {
13989
14179
  __typename?: 'EntityReference';
13990
14180
  id: string;
@@ -13998,6 +14188,7 @@ export type UpdateWorkflowMutation = {
13998
14188
  fileTypes?: Array<FileTypes> | null;
13999
14189
  azureDocument?: {
14000
14190
  __typename?: 'AzureDocumentPreparationProperties';
14191
+ version?: AzureDocumentIntelligenceVersions | null;
14001
14192
  model?: AzureDocumentIntelligenceModels | null;
14002
14193
  endpoint?: any | null;
14003
14194
  key?: string | null;
@@ -14046,6 +14237,13 @@ export type UpdateWorkflowMutation = {
14046
14237
  detailLevel?: OpenAiVisionDetailLevels | null;
14047
14238
  customInstructions?: string | null;
14048
14239
  } | null;
14240
+ modelImage?: {
14241
+ __typename?: 'ModelImageExtractionProperties';
14242
+ specification?: {
14243
+ __typename?: 'EntityReference';
14244
+ id: string;
14245
+ } | null;
14246
+ } | null;
14049
14247
  modelText?: {
14050
14248
  __typename?: 'ModelTextExtractionProperties';
14051
14249
  specification?: {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- 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.GraphStrategyTypes = 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.DeepseekModels = exports.DeepgramModels = exports.ConversationTypes = exports.ConversationStrategyTypes = exports.ConversationSearchTypes = exports.ConversationRoleTypes = exports.ContentTypes = exports.ContentPublishingServiceTypes = exports.ContentPublishingFormats = exports.ContentFacetTypes = exports.CollectionTypes = exports.CohereModels = 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.RevisionStrategyTypes = exports.RetrievalStrategyTypes = exports.ResourceConnectorTypes = exports.RerankingModelServiceTypes = exports.RepoFacetTypes = exports.ReplicateModels = exports.RenditionTypes = exports.PromptStrategyTypes = exports.ProductFacetTypes = exports.PolicyTimeTypes = exports.PlaceFacetTypes = exports.PersonFacetTypes = exports.OrientationTypes = exports.OrganizationFacetTypes = exports.OrderDirectionTypes = exports.OrderByTypes = exports.OperationTypes = exports.OpenAiVisionDetailLevels = exports.OpenAiModels = exports.OccurrenceTypes = void 0;
3
+ 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.GraphStrategyTypes = 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.DeepseekModels = exports.DeepgramModels = exports.ConversationTypes = exports.ConversationStrategyTypes = exports.ConversationSearchTypes = exports.ConversationRoleTypes = exports.ContentTypes = exports.ContentPublishingServiceTypes = exports.ContentPublishingFormats = exports.ContentIndexingServiceTypes = exports.ContentFacetTypes = exports.CollectionTypes = exports.CohereModels = exports.CategoryFacetTypes = exports.BillableMetrics = exports.AzureOpenAiModels = exports.AzureDocumentIntelligenceVersions = 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.RevisionStrategyTypes = exports.RetrievalStrategyTypes = exports.ResourceConnectorTypes = exports.RerankingModelServiceTypes = exports.RepoFacetTypes = exports.ReplicateModels = exports.RenditionTypes = exports.PromptStrategyTypes = exports.ProductFacetTypes = exports.PolicyTimeTypes = exports.PlaceFacetTypes = exports.PersonFacetTypes = exports.OrientationTypes = exports.OrganizationFacetTypes = exports.OrderDirectionTypes = exports.OrderByTypes = exports.OperationTypes = exports.OpenAiVisionDetailLevels = exports.OpenAiModels = exports.OccurrenceTypes = exports.ObservableTypes = exports.NotionTypes = void 0;
5
5
  /** Alert type */
6
6
  var AlertTypes;
7
7
  (function (AlertTypes) {
@@ -73,6 +73,11 @@ var AzureDocumentIntelligenceModels;
73
73
  /** W-2 Form (US) */
74
74
  AzureDocumentIntelligenceModels["UsTaxFormW2"] = "US_TAX_FORM_W2";
75
75
  })(AzureDocumentIntelligenceModels || (exports.AzureDocumentIntelligenceModels = AzureDocumentIntelligenceModels = {}));
76
+ var AzureDocumentIntelligenceVersions;
77
+ (function (AzureDocumentIntelligenceVersions) {
78
+ AzureDocumentIntelligenceVersions["V2023_07_31"] = "V2023_07_31";
79
+ AzureDocumentIntelligenceVersions["V2024_02_29Preview"] = "V2024_02_29_PREVIEW";
80
+ })(AzureDocumentIntelligenceVersions || (exports.AzureDocumentIntelligenceVersions = AzureDocumentIntelligenceVersions = {}));
76
81
  /** Azure OpenAI model type */
77
82
  var AzureOpenAiModels;
78
83
  (function (AzureOpenAiModels) {
@@ -182,6 +187,11 @@ var ContentFacetTypes;
182
187
  /** Video Software */
183
188
  ContentFacetTypes["VideoSoftware"] = "VIDEO_SOFTWARE";
184
189
  })(ContentFacetTypes || (exports.ContentFacetTypes = ContentFacetTypes = {}));
190
+ var ContentIndexingServiceTypes;
191
+ (function (ContentIndexingServiceTypes) {
192
+ /** Azure AI Language */
193
+ ContentIndexingServiceTypes["AzureAiLanguage"] = "AZURE_AI_LANGUAGE";
194
+ })(ContentIndexingServiceTypes || (exports.ContentIndexingServiceTypes = ContentIndexingServiceTypes = {}));
185
195
  var ContentPublishingFormats;
186
196
  (function (ContentPublishingFormats) {
187
197
  /** HTML */
@@ -347,13 +357,18 @@ var EntityEnrichmentServiceTypes;
347
357
  /** Entity extraction service type */
348
358
  var EntityExtractionServiceTypes;
349
359
  (function (EntityExtractionServiceTypes) {
350
- /** Azure Cognitive Services Image */
360
+ /** Azure AI Vision, fka Azure Cognitive Services Image */
351
361
  EntityExtractionServiceTypes["AzureCognitiveServicesImage"] = "AZURE_COGNITIVE_SERVICES_IMAGE";
352
- /** Azure Cognitive Services Text */
362
+ /** Azure AI Language, fka Azure Cognitive Services Text */
353
363
  EntityExtractionServiceTypes["AzureCognitiveServicesText"] = "AZURE_COGNITIVE_SERVICES_TEXT";
364
+ /** LLM Image */
365
+ EntityExtractionServiceTypes["ModelImage"] = "MODEL_IMAGE";
354
366
  /** LLM Text */
355
367
  EntityExtractionServiceTypes["ModelText"] = "MODEL_TEXT";
356
- /** OpenAI Image */
368
+ /**
369
+ * OpenAI Image
370
+ * @deprecated Use MODEL_IMAGE instead.
371
+ */
357
372
  EntityExtractionServiceTypes["OpenAiImage"] = "OPEN_AI_IMAGE";
358
373
  /** Roboflow Image */
359
374
  EntityExtractionServiceTypes["RoboflowImage"] = "ROBOFLOW_IMAGE";
@@ -637,9 +652,15 @@ var GroqModels;
637
652
  (function (GroqModels) {
638
653
  /** Developer-specified model */
639
654
  GroqModels["Custom"] = "CUSTOM";
640
- /** LLaMA3 8b */
655
+ /** LLaMA 3.1 8b */
656
+ GroqModels["Llama_3_1_8B"] = "LLAMA_3_1_8B";
657
+ /** LLaMA 3.1 70b */
658
+ GroqModels["Llama_3_1_70B"] = "LLAMA_3_1_70B";
659
+ /** LLaMA 3.1 405b */
660
+ GroqModels["Llama_3_1_405B"] = "LLAMA_3_1_405B";
661
+ /** LLaMA 3 8b */
641
662
  GroqModels["Llama_3_8B"] = "LLAMA_3_8B";
642
- /** LLaMA3 70b */
663
+ /** LLaMA 3 70b */
643
664
  GroqModels["Llama_3_70B"] = "LLAMA_3_70B";
644
665
  /** Mixtral 8x7b Instruct */
645
666
  GroqModels["Mixtral_8X7BInstruct"] = "MIXTRAL_8X7B_INSTRUCT";
@@ -841,6 +862,8 @@ var MistralModels;
841
862
  MistralModels["MistralLarge"] = "MISTRAL_LARGE";
842
863
  /** Mistral Medium */
843
864
  MistralModels["MistralMedium"] = "MISTRAL_MEDIUM";
865
+ /** Mistral Nemo */
866
+ MistralModels["MistralNemo"] = "MISTRAL_NEMO";
844
867
  /** Mistral Small */
845
868
  MistralModels["MistralSmall"] = "MISTRAL_SMALL";
846
869
  /** Mixtral 8x7b Instruct */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20240719002",
3
+ "version": "1.0.20240728001",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",