graphlit-client 1.0.20240719001 → 1.0.20240725001

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.
@@ -75,6 +75,7 @@ exports.GetAlert = (0, graphql_tag_1.default) `
75
75
  id
76
76
  name
77
77
  creationDate
78
+ relevance
78
79
  owner {
79
80
  id
80
81
  }
@@ -182,6 +183,7 @@ exports.QueryAlerts = (0, graphql_tag_1.default) `
182
183
  id
183
184
  name
184
185
  creationDate
186
+ relevance
185
187
  owner {
186
188
  id
187
189
  }
@@ -343,6 +345,7 @@ exports.GetCategory = (0, graphql_tag_1.default) `
343
345
  name
344
346
  description
345
347
  creationDate
348
+ relevance
346
349
  }
347
350
  }
348
351
  `;
@@ -354,6 +357,7 @@ exports.QueryCategories = (0, graphql_tag_1.default) `
354
357
  name
355
358
  description
356
359
  creationDate
360
+ relevance
357
361
  }
358
362
  }
359
363
  }
@@ -431,6 +435,7 @@ exports.GetCollection = (0, graphql_tag_1.default) `
431
435
  id
432
436
  name
433
437
  creationDate
438
+ relevance
434
439
  owner {
435
440
  id
436
441
  }
@@ -450,6 +455,7 @@ exports.QueryCollections = (0, graphql_tag_1.default) `
450
455
  id
451
456
  name
452
457
  creationDate
458
+ relevance
453
459
  owner {
454
460
  id
455
461
  }
@@ -550,6 +556,7 @@ exports.GetContent = (0, graphql_tag_1.default) `
550
556
  id
551
557
  name
552
558
  creationDate
559
+ relevance
553
560
  owner {
554
561
  id
555
562
  }
@@ -559,7 +566,6 @@ exports.GetContent = (0, graphql_tag_1.default) `
559
566
  workflowDuration
560
567
  uri
561
568
  description
562
- relevance
563
569
  markdown
564
570
  address {
565
571
  streetAddress
@@ -932,6 +938,7 @@ exports.QueryContents = (0, graphql_tag_1.default) `
932
938
  id
933
939
  name
934
940
  creationDate
941
+ relevance
935
942
  owner {
936
943
  id
937
944
  }
@@ -941,7 +948,6 @@ exports.QueryContents = (0, graphql_tag_1.default) `
941
948
  workflowDuration
942
949
  uri
943
950
  description
944
- relevance
945
951
  markdown
946
952
  address {
947
953
  streetAddress
@@ -1171,6 +1177,7 @@ exports.QueryContentsFacets = (0, graphql_tag_1.default) `
1171
1177
  id
1172
1178
  name
1173
1179
  creationDate
1180
+ relevance
1174
1181
  owner {
1175
1182
  id
1176
1183
  }
@@ -1180,7 +1187,6 @@ exports.QueryContentsFacets = (0, graphql_tag_1.default) `
1180
1187
  workflowDuration
1181
1188
  uri
1182
1189
  description
1183
- relevance
1184
1190
  markdown
1185
1191
  address {
1186
1192
  streetAddress
@@ -1550,6 +1556,7 @@ exports.GetConversation = (0, graphql_tag_1.default) `
1550
1556
  id
1551
1557
  name
1552
1558
  creationDate
1559
+ relevance
1553
1560
  owner {
1554
1561
  id
1555
1562
  }
@@ -1743,7 +1750,6 @@ exports.GetConversation = (0, graphql_tag_1.default) `
1743
1750
  }
1744
1751
  }
1745
1752
  }
1746
- relevance
1747
1753
  }
1748
1754
  }
1749
1755
  `;
@@ -1937,6 +1943,7 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
1937
1943
  id
1938
1944
  name
1939
1945
  creationDate
1946
+ relevance
1940
1947
  owner {
1941
1948
  id
1942
1949
  }
@@ -2130,7 +2137,6 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
2130
2137
  }
2131
2138
  }
2132
2139
  }
2133
- relevance
2134
2140
  }
2135
2141
  }
2136
2142
  }
@@ -2335,6 +2341,7 @@ exports.GetFeed = (0, graphql_tag_1.default) `
2335
2341
  id
2336
2342
  name
2337
2343
  creationDate
2344
+ relevance
2338
2345
  owner {
2339
2346
  id
2340
2347
  }
@@ -2506,6 +2513,7 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
2506
2513
  id
2507
2514
  name
2508
2515
  creationDate
2516
+ relevance
2509
2517
  owner {
2510
2518
  id
2511
2519
  }
@@ -2775,6 +2783,7 @@ exports.GetLabel = (0, graphql_tag_1.default) `
2775
2783
  name
2776
2784
  description
2777
2785
  creationDate
2786
+ relevance
2778
2787
  }
2779
2788
  }
2780
2789
  `;
@@ -2786,6 +2795,7 @@ exports.QueryLabels = (0, graphql_tag_1.default) `
2786
2795
  name
2787
2796
  description
2788
2797
  creationDate
2798
+ relevance
2789
2799
  }
2790
2800
  }
2791
2801
  }
@@ -3591,6 +3601,7 @@ exports.GetSpecification = (0, graphql_tag_1.default) `
3591
3601
  id
3592
3602
  name
3593
3603
  creationDate
3604
+ relevance
3594
3605
  owner {
3595
3606
  id
3596
3607
  }
@@ -3818,6 +3829,7 @@ exports.QuerySpecifications = (0, graphql_tag_1.default) `
3818
3829
  id
3819
3830
  name
3820
3831
  creationDate
3832
+ relevance
3821
3833
  owner {
3822
3834
  id
3823
3835
  }
@@ -3957,12 +3969,14 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
3957
3969
  }
3958
3970
  tokens
3959
3971
  items
3972
+ prompt
3960
3973
  }
3961
3974
  jobs {
3962
3975
  connector {
3963
3976
  type
3964
3977
  fileTypes
3965
3978
  azureDocument {
3979
+ version
3966
3980
  model
3967
3981
  endpoint
3968
3982
  key
@@ -4083,6 +4097,7 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
4083
4097
  id
4084
4098
  name
4085
4099
  creationDate
4100
+ relevance
4086
4101
  owner {
4087
4102
  id
4088
4103
  }
@@ -4107,12 +4122,14 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
4107
4122
  }
4108
4123
  tokens
4109
4124
  items
4125
+ prompt
4110
4126
  }
4111
4127
  jobs {
4112
4128
  connector {
4113
4129
  type
4114
4130
  fileTypes
4115
4131
  azureDocument {
4132
+ version
4116
4133
  model
4117
4134
  endpoint
4118
4135
  key
@@ -4206,6 +4223,7 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
4206
4223
  id
4207
4224
  name
4208
4225
  creationDate
4226
+ relevance
4209
4227
  owner {
4210
4228
  id
4211
4229
  }
@@ -4230,12 +4248,14 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
4230
4248
  }
4231
4249
  tokens
4232
4250
  items
4251
+ prompt
4233
4252
  }
4234
4253
  jobs {
4235
4254
  connector {
4236
4255
  type
4237
4256
  fileTypes
4238
4257
  azureDocument {
4258
+ version
4239
4259
  model
4240
4260
  endpoint
4241
4261
  key
@@ -4349,12 +4369,14 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
4349
4369
  }
4350
4370
  tokens
4351
4371
  items
4372
+ prompt
4352
4373
  }
4353
4374
  jobs {
4354
4375
  connector {
4355
4376
  type
4356
4377
  fileTypes
4357
4378
  azureDocument {
4379
+ version
4358
4380
  model
4359
4381
  endpoint
4360
4382
  key
@@ -133,6 +133,8 @@ export type Alert = {
133
133
  publishSpecification?: Maybe<EntityReference>;
134
134
  /** The content publishing connector used by the alert. */
135
135
  publishing: ContentPublishingConnector;
136
+ /** The relevance score of the alert. */
137
+ relevance?: Maybe<Scalars['Float']['output']>;
136
138
  /** The alert schedule policy. */
137
139
  schedulePolicy?: Maybe<AlertSchedulePolicy>;
138
140
  /** The state of the alert (i.e. created, finished). */
@@ -566,6 +568,10 @@ export declare enum AzureDocumentIntelligenceModels {
566
568
  /** W-2 Form (US) */
567
569
  UsTaxFormW2 = "US_TAX_FORM_W2"
568
570
  }
571
+ export declare enum AzureDocumentIntelligenceVersions {
572
+ V2023_07_31 = "V2023_07_31",
573
+ V2024_02_29Preview = "V2024_02_29_PREVIEW"
574
+ }
569
575
  /** Represents the Azure Document Intelligence preparation properties. */
570
576
  export type AzureDocumentPreparationProperties = {
571
577
  __typename?: 'AzureDocumentPreparationProperties';
@@ -575,6 +581,8 @@ export type AzureDocumentPreparationProperties = {
575
581
  key?: Maybe<Scalars['String']['output']>;
576
582
  /** The Azure Document Intelligence model. */
577
583
  model?: Maybe<AzureDocumentIntelligenceModels>;
584
+ /** The Azure Document Intelligence API version, optional. */
585
+ version?: Maybe<AzureDocumentIntelligenceVersions>;
578
586
  };
579
587
  /** Represents the Azure Document Intelligence preparation properties. */
580
588
  export type AzureDocumentPreparationPropertiesInput = {
@@ -584,6 +592,8 @@ export type AzureDocumentPreparationPropertiesInput = {
584
592
  key?: InputMaybe<Scalars['String']['input']>;
585
593
  /** The Azure Document Intelligence model. */
586
594
  model?: InputMaybe<AzureDocumentIntelligenceModels>;
595
+ /** The Azure Document Intelligence API version, optional. */
596
+ version?: InputMaybe<AzureDocumentIntelligenceVersions>;
587
597
  };
588
598
  /** Represents Azure file share feed properties. */
589
599
  export type AzureFileFeedProperties = {
@@ -766,6 +776,8 @@ export type Category = {
766
776
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
767
777
  /** The name of the category. */
768
778
  name: Scalars['String']['output'];
779
+ /** The relevance score of the category. */
780
+ relevance?: Maybe<Scalars['Float']['output']>;
769
781
  /** The state of the category (i.e. created, enabled). */
770
782
  state: EntityState;
771
783
  };
@@ -922,6 +934,8 @@ export type Collection = {
922
934
  name: Scalars['String']['output'];
923
935
  /** The owner of the collection. */
924
936
  owner: Owner;
937
+ /** The relevance score of the collection. */
938
+ relevance?: Maybe<Scalars['Float']['output']>;
925
939
  /** The state of the collection (i.e. created, finished). */
926
940
  state: EntityState;
927
941
  /** The collection type. */
@@ -2781,6 +2795,8 @@ export type Feed = {
2781
2795
  readCount?: Maybe<Scalars['Int']['output']>;
2782
2796
  /** The Reddit feed properties. */
2783
2797
  reddit?: Maybe<RedditFeedProperties>;
2798
+ /** The relevance score of the feed. */
2799
+ relevance?: Maybe<Scalars['Float']['output']>;
2784
2800
  /** The RSS feed properties. */
2785
2801
  rss?: Maybe<RssFeedProperties>;
2786
2802
  /** The feed schedule policy. */
@@ -3360,9 +3376,15 @@ export type GroqModelPropertiesUpdateInput = {
3360
3376
  export declare enum GroqModels {
3361
3377
  /** Developer-specified model */
3362
3378
  Custom = "CUSTOM",
3363
- /** LLaMA3 8b */
3379
+ /** LLaMA 3.1 8b */
3380
+ Llama_3_1_8B = "LLAMA_3_1_8B",
3381
+ /** LLaMA 3.1 70b */
3382
+ Llama_3_1_70B = "LLAMA_3_1_70B",
3383
+ /** LLaMA 3.1 405b */
3384
+ Llama_3_1_405B = "LLAMA_3_1_405B",
3385
+ /** LLaMA 3 8b */
3364
3386
  Llama_3_8B = "LLAMA_3_8B",
3365
- /** LLaMA3 70b */
3387
+ /** LLaMA 3 70b */
3366
3388
  Llama_3_70B = "LLAMA_3_70B",
3367
3389
  /** Mixtral 8x7b Instruct */
3368
3390
  Mixtral_8X7BInstruct = "MIXTRAL_8X7B_INSTRUCT"
@@ -3772,6 +3794,8 @@ export type Label = {
3772
3794
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
3773
3795
  /** The name of the label. */
3774
3796
  name: Scalars['String']['output'];
3797
+ /** The relevance score of the label. */
3798
+ relevance?: Maybe<Scalars['Float']['output']>;
3775
3799
  /** The state of the label (i.e. created, enabled). */
3776
3800
  state: EntityState;
3777
3801
  };
@@ -4080,6 +4104,8 @@ export type Metadata = {
4080
4104
  name: Scalars['String']['output'];
4081
4105
  /** The owner of the metadata. */
4082
4106
  owner: Owner;
4107
+ /** The relevance score of the metadata. */
4108
+ relevance?: Maybe<Scalars['Float']['output']>;
4083
4109
  /** The state of the metadata (i.e. created, finished). */
4084
4110
  state: EntityState;
4085
4111
  /** The metadata type. */
@@ -4309,6 +4335,8 @@ export declare enum MistralModels {
4309
4335
  MistralLarge = "MISTRAL_LARGE",
4310
4336
  /** Mistral Medium */
4311
4337
  MistralMedium = "MISTRAL_MEDIUM",
4338
+ /** Mistral Nemo */
4339
+ MistralNemo = "MISTRAL_NEMO",
4312
4340
  /** Mistral Small */
4313
4341
  MistralSmall = "MISTRAL_SMALL",
4314
4342
  /** Mixtral 8x7b Instruct */
@@ -5153,6 +5181,8 @@ export type Observation = {
5153
5181
  relatedType?: Maybe<ObservableTypes>;
5154
5182
  /** The relationship between the observed entity and related entity, optional. */
5155
5183
  relation?: Maybe<Scalars['String']['output']>;
5184
+ /** The relevance score of the observation. */
5185
+ relevance?: Maybe<Scalars['Float']['output']>;
5156
5186
  /** The state of the observation (i.e. created, finished). */
5157
5187
  state: EntityState;
5158
5188
  /** The observed entity type. */
@@ -6461,8 +6491,8 @@ export type ProjectQuota = {
6461
6491
  feeds?: Maybe<Scalars['Int']['output']>;
6462
6492
  /** The maximum number of posts which can be read by feeds. */
6463
6493
  posts?: Maybe<Scalars['Int']['output']>;
6464
- /** The storage quota, in megabytes. */
6465
- storage?: Maybe<Scalars['Int']['output']>;
6494
+ /** The storage quota, in bytes. */
6495
+ storage?: Maybe<Scalars['Long']['output']>;
6466
6496
  };
6467
6497
  /** Represents the project quota. */
6468
6498
  export type ProjectQuotaInput = {
@@ -6474,8 +6504,8 @@ export type ProjectQuotaInput = {
6474
6504
  feeds?: InputMaybe<Scalars['Int']['input']>;
6475
6505
  /** The maximum number of posts which can be read by feeds. */
6476
6506
  posts?: InputMaybe<Scalars['Int']['input']>;
6477
- /** The storage quota, in megabytes. */
6478
- storage?: InputMaybe<Scalars['Int']['input']>;
6507
+ /** The storage quota, in bytes. */
6508
+ storage?: InputMaybe<Scalars['Long']['input']>;
6479
6509
  };
6480
6510
  /** Represents project query results. */
6481
6511
  export type ProjectResults = {
@@ -7211,6 +7241,8 @@ export type Rendition = {
7211
7241
  owner: Owner;
7212
7242
  /** The rendition relative path. */
7213
7243
  relativePath?: Maybe<Scalars['String']['output']>;
7244
+ /** The relevance score of the rendition. */
7245
+ relevance?: Maybe<Scalars['Float']['output']>;
7214
7246
  /** The state of the rendition (i.e. created, finished). */
7215
7247
  state: EntityState;
7216
7248
  /** The rendition type. */
@@ -7979,6 +8011,8 @@ export type Specification = {
7979
8011
  owner: Owner;
7980
8012
  /** The strategy for formatting the LLM user prompt. */
7981
8013
  promptStrategy?: Maybe<PromptStrategy>;
8014
+ /** The relevance score of the specification. */
8015
+ relevance?: Maybe<Scalars['Float']['output']>;
7982
8016
  /** The Replicate model properties. */
7983
8017
  replicate?: Maybe<ReplicateModelProperties>;
7984
8018
  /** The strategy for reranking the relevant content for the RAG conversation. */
@@ -8554,6 +8588,8 @@ export type Workflow = {
8554
8588
  owner: Owner;
8555
8589
  /** The preparation stage of the content workflow. */
8556
8590
  preparation?: Maybe<PreparationWorkflowStage>;
8591
+ /** The relevance score of the workflow. */
8592
+ relevance?: Maybe<Scalars['Float']['output']>;
8557
8593
  /** The state of the workflow (i.e. created, finished). */
8558
8594
  state: EntityState;
8559
8595
  /** The storage stage of the content workflow. */
@@ -8781,6 +8817,7 @@ export type GetAlertQuery = {
8781
8817
  id: string;
8782
8818
  name: string;
8783
8819
  creationDate: any;
8820
+ relevance?: number | null;
8784
8821
  state: EntityState;
8785
8822
  correlationId?: string | null;
8786
8823
  type: AlertTypes;
@@ -8920,6 +8957,7 @@ export type QueryAlertsQuery = {
8920
8957
  id: string;
8921
8958
  name: string;
8922
8959
  creationDate: any;
8960
+ relevance?: number | null;
8923
8961
  state: EntityState;
8924
8962
  correlationId?: string | null;
8925
8963
  type: AlertTypes;
@@ -9129,6 +9167,7 @@ export type GetCategoryQuery = {
9129
9167
  name: string;
9130
9168
  description?: string | null;
9131
9169
  creationDate: any;
9170
+ relevance?: number | null;
9132
9171
  } | null;
9133
9172
  };
9134
9173
  export type QueryCategoriesQueryVariables = Exact<{
@@ -9144,6 +9183,7 @@ export type QueryCategoriesQuery = {
9144
9183
  name: string;
9145
9184
  description?: string | null;
9146
9185
  creationDate: any;
9186
+ relevance?: number | null;
9147
9187
  } | null> | null;
9148
9188
  } | null;
9149
9189
  };
@@ -9246,6 +9286,7 @@ export type GetCollectionQuery = {
9246
9286
  id: string;
9247
9287
  name: string;
9248
9288
  creationDate: any;
9289
+ relevance?: number | null;
9249
9290
  state: EntityState;
9250
9291
  type?: CollectionTypes | null;
9251
9292
  owner: {
@@ -9271,6 +9312,7 @@ export type QueryCollectionsQuery = {
9271
9312
  id: string;
9272
9313
  name: string;
9273
9314
  creationDate: any;
9315
+ relevance?: number | null;
9274
9316
  state: EntityState;
9275
9317
  type?: CollectionTypes | null;
9276
9318
  owner: {
@@ -9398,13 +9440,13 @@ export type GetContentQuery = {
9398
9440
  id: string;
9399
9441
  name: string;
9400
9442
  creationDate: any;
9443
+ relevance?: number | null;
9401
9444
  state: EntityState;
9402
9445
  originalDate?: any | null;
9403
9446
  finishedDate?: any | null;
9404
9447
  workflowDuration?: any | null;
9405
9448
  uri?: any | null;
9406
9449
  description?: string | null;
9407
- relevance?: number | null;
9408
9450
  markdown?: string | null;
9409
9451
  type?: ContentTypes | null;
9410
9452
  fileType?: FileTypes | null;
@@ -9825,13 +9867,13 @@ export type QueryContentsQuery = {
9825
9867
  id: string;
9826
9868
  name: string;
9827
9869
  creationDate: any;
9870
+ relevance?: number | null;
9828
9871
  state: EntityState;
9829
9872
  originalDate?: any | null;
9830
9873
  finishedDate?: any | null;
9831
9874
  workflowDuration?: any | null;
9832
9875
  uri?: any | null;
9833
9876
  description?: string | null;
9834
- relevance?: number | null;
9835
9877
  markdown?: string | null;
9836
9878
  type?: ContentTypes | null;
9837
9879
  fileType?: FileTypes | null;
@@ -10097,13 +10139,13 @@ export type QueryContentsFacetsQuery = {
10097
10139
  id: string;
10098
10140
  name: string;
10099
10141
  creationDate: any;
10142
+ relevance?: number | null;
10100
10143
  state: EntityState;
10101
10144
  originalDate?: any | null;
10102
10145
  finishedDate?: any | null;
10103
10146
  workflowDuration?: any | null;
10104
10147
  uri?: any | null;
10105
10148
  description?: string | null;
10106
- relevance?: number | null;
10107
10149
  markdown?: string | null;
10108
10150
  type?: ContentTypes | null;
10109
10151
  fileType?: FileTypes | null;
@@ -10547,10 +10589,10 @@ export type GetConversationQuery = {
10547
10589
  id: string;
10548
10590
  name: string;
10549
10591
  creationDate: any;
10592
+ relevance?: number | null;
10550
10593
  state: EntityState;
10551
10594
  correlationId?: string | null;
10552
10595
  type?: ConversationTypes | null;
10553
- relevance?: number | null;
10554
10596
  owner: {
10555
10597
  __typename?: 'Owner';
10556
10598
  id: string;
@@ -10990,10 +11032,10 @@ export type QueryConversationsQuery = {
10990
11032
  id: string;
10991
11033
  name: string;
10992
11034
  creationDate: any;
11035
+ relevance?: number | null;
10993
11036
  state: EntityState;
10994
11037
  correlationId?: string | null;
10995
11038
  type?: ConversationTypes | null;
10996
- relevance?: number | null;
10997
11039
  owner: {
10998
11040
  __typename?: 'Owner';
10999
11041
  id: string;
@@ -11472,6 +11514,7 @@ export type GetFeedQuery = {
11472
11514
  id: string;
11473
11515
  name: string;
11474
11516
  creationDate: any;
11517
+ relevance?: number | null;
11475
11518
  state: EntityState;
11476
11519
  correlationId?: string | null;
11477
11520
  type: FeedTypes;
@@ -11678,6 +11721,7 @@ export type QueryFeedsQuery = {
11678
11721
  id: string;
11679
11722
  name: string;
11680
11723
  creationDate: any;
11724
+ relevance?: number | null;
11681
11725
  state: EntityState;
11682
11726
  correlationId?: string | null;
11683
11727
  type: FeedTypes;
@@ -12012,6 +12056,7 @@ export type GetLabelQuery = {
12012
12056
  name: string;
12013
12057
  description?: string | null;
12014
12058
  creationDate: any;
12059
+ relevance?: number | null;
12015
12060
  } | null;
12016
12061
  };
12017
12062
  export type QueryLabelsQueryVariables = Exact<{
@@ -12027,6 +12072,7 @@ export type QueryLabelsQuery = {
12027
12072
  name: string;
12028
12073
  description?: string | null;
12029
12074
  creationDate: any;
12075
+ relevance?: number | null;
12030
12076
  } | null> | null;
12031
12077
  } | null;
12032
12078
  };
@@ -12614,7 +12660,7 @@ export type GetProjectQuery = {
12614
12660
  } | null;
12615
12661
  quota?: {
12616
12662
  __typename?: 'ProjectQuota';
12617
- storage?: number | null;
12663
+ storage?: any | null;
12618
12664
  contents?: number | null;
12619
12665
  credits?: number | null;
12620
12666
  feeds?: number | null;
@@ -13033,6 +13079,7 @@ export type GetSpecificationQuery = {
13033
13079
  id: string;
13034
13080
  name: string;
13035
13081
  creationDate: any;
13082
+ relevance?: number | null;
13036
13083
  state: EntityState;
13037
13084
  type?: SpecificationTypes | null;
13038
13085
  serviceType?: ModelServiceTypes | null;
@@ -13289,6 +13336,7 @@ export type QuerySpecificationsQuery = {
13289
13336
  id: string;
13290
13337
  name: string;
13291
13338
  creationDate: any;
13339
+ relevance?: number | null;
13292
13340
  state: EntityState;
13293
13341
  type?: SpecificationTypes | null;
13294
13342
  serviceType?: ModelServiceTypes | null;
@@ -13452,6 +13500,7 @@ export type CreateWorkflowMutation = {
13452
13500
  type: SummarizationTypes;
13453
13501
  tokens?: number | null;
13454
13502
  items?: number | null;
13503
+ prompt?: string | null;
13455
13504
  specification?: {
13456
13505
  __typename?: 'EntityReference';
13457
13506
  id: string;
@@ -13465,6 +13514,7 @@ export type CreateWorkflowMutation = {
13465
13514
  fileTypes?: Array<FileTypes> | null;
13466
13515
  azureDocument?: {
13467
13516
  __typename?: 'AzureDocumentPreparationProperties';
13517
+ version?: AzureDocumentIntelligenceVersions | null;
13468
13518
  model?: AzureDocumentIntelligenceModels | null;
13469
13519
  endpoint?: any | null;
13470
13520
  key?: string | null;
@@ -13616,6 +13666,7 @@ export type GetWorkflowQuery = {
13616
13666
  id: string;
13617
13667
  name: string;
13618
13668
  creationDate: any;
13669
+ relevance?: number | null;
13619
13670
  state: EntityState;
13620
13671
  owner: {
13621
13672
  __typename?: 'Owner';
@@ -13643,6 +13694,7 @@ export type GetWorkflowQuery = {
13643
13694
  type: SummarizationTypes;
13644
13695
  tokens?: number | null;
13645
13696
  items?: number | null;
13697
+ prompt?: string | null;
13646
13698
  specification?: {
13647
13699
  __typename?: 'EntityReference';
13648
13700
  id: string;
@@ -13656,6 +13708,7 @@ export type GetWorkflowQuery = {
13656
13708
  fileTypes?: Array<FileTypes> | null;
13657
13709
  azureDocument?: {
13658
13710
  __typename?: 'AzureDocumentPreparationProperties';
13711
+ version?: AzureDocumentIntelligenceVersions | null;
13659
13712
  model?: AzureDocumentIntelligenceModels | null;
13660
13713
  endpoint?: any | null;
13661
13714
  key?: string | null;
@@ -13773,6 +13826,7 @@ export type QueryWorkflowsQuery = {
13773
13826
  id: string;
13774
13827
  name: string;
13775
13828
  creationDate: any;
13829
+ relevance?: number | null;
13776
13830
  state: EntityState;
13777
13831
  owner: {
13778
13832
  __typename?: 'Owner';
@@ -13800,6 +13854,7 @@ export type QueryWorkflowsQuery = {
13800
13854
  type: SummarizationTypes;
13801
13855
  tokens?: number | null;
13802
13856
  items?: number | null;
13857
+ prompt?: string | null;
13803
13858
  specification?: {
13804
13859
  __typename?: 'EntityReference';
13805
13860
  id: string;
@@ -13813,6 +13868,7 @@ export type QueryWorkflowsQuery = {
13813
13868
  fileTypes?: Array<FileTypes> | null;
13814
13869
  azureDocument?: {
13815
13870
  __typename?: 'AzureDocumentPreparationProperties';
13871
+ version?: AzureDocumentIntelligenceVersions | null;
13816
13872
  model?: AzureDocumentIntelligenceModels | null;
13817
13873
  endpoint?: any | null;
13818
13874
  key?: string | null;
@@ -13951,6 +14007,7 @@ export type UpdateWorkflowMutation = {
13951
14007
  type: SummarizationTypes;
13952
14008
  tokens?: number | null;
13953
14009
  items?: number | null;
14010
+ prompt?: string | null;
13954
14011
  specification?: {
13955
14012
  __typename?: 'EntityReference';
13956
14013
  id: string;
@@ -13964,6 +14021,7 @@ export type UpdateWorkflowMutation = {
13964
14021
  fileTypes?: Array<FileTypes> | null;
13965
14022
  azureDocument?: {
13966
14023
  __typename?: 'AzureDocumentPreparationProperties';
14024
+ version?: AzureDocumentIntelligenceVersions | null;
13967
14025
  model?: AzureDocumentIntelligenceModels | null;
13968
14026
  endpoint?: any | null;
13969
14027
  key?: string | null;
@@ -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.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.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 = 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) {
@@ -637,9 +642,15 @@ var GroqModels;
637
642
  (function (GroqModels) {
638
643
  /** Developer-specified model */
639
644
  GroqModels["Custom"] = "CUSTOM";
640
- /** LLaMA3 8b */
645
+ /** LLaMA 3.1 8b */
646
+ GroqModels["Llama_3_1_8B"] = "LLAMA_3_1_8B";
647
+ /** LLaMA 3.1 70b */
648
+ GroqModels["Llama_3_1_70B"] = "LLAMA_3_1_70B";
649
+ /** LLaMA 3.1 405b */
650
+ GroqModels["Llama_3_1_405B"] = "LLAMA_3_1_405B";
651
+ /** LLaMA 3 8b */
641
652
  GroqModels["Llama_3_8B"] = "LLAMA_3_8B";
642
- /** LLaMA3 70b */
653
+ /** LLaMA 3 70b */
643
654
  GroqModels["Llama_3_70B"] = "LLAMA_3_70B";
644
655
  /** Mixtral 8x7b Instruct */
645
656
  GroqModels["Mixtral_8X7BInstruct"] = "MIXTRAL_8X7B_INSTRUCT";
@@ -841,6 +852,8 @@ var MistralModels;
841
852
  MistralModels["MistralLarge"] = "MISTRAL_LARGE";
842
853
  /** Mistral Medium */
843
854
  MistralModels["MistralMedium"] = "MISTRAL_MEDIUM";
855
+ /** Mistral Nemo */
856
+ MistralModels["MistralNemo"] = "MISTRAL_NEMO";
844
857
  /** Mistral Small */
845
858
  MistralModels["MistralSmall"] = "MISTRAL_SMALL";
846
859
  /** Mixtral 8x7b Instruct */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20240719001",
3
+ "version": "1.0.20240725001",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",