graphlit-client 1.0.20240718001 → 1.0.20240719002
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
|
}
|
@@ -931,6 +938,7 @@ exports.QueryContents = (0, graphql_tag_1.default) `
|
|
931
938
|
id
|
932
939
|
name
|
933
940
|
creationDate
|
941
|
+
relevance
|
934
942
|
owner {
|
935
943
|
id
|
936
944
|
}
|
@@ -1169,6 +1177,7 @@ exports.QueryContentsFacets = (0, graphql_tag_1.default) `
|
|
1169
1177
|
id
|
1170
1178
|
name
|
1171
1179
|
creationDate
|
1180
|
+
relevance
|
1172
1181
|
owner {
|
1173
1182
|
id
|
1174
1183
|
}
|
@@ -1547,6 +1556,7 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
1547
1556
|
id
|
1548
1557
|
name
|
1549
1558
|
creationDate
|
1559
|
+
relevance
|
1550
1560
|
owner {
|
1551
1561
|
id
|
1552
1562
|
}
|
@@ -1933,6 +1943,7 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
|
|
1933
1943
|
id
|
1934
1944
|
name
|
1935
1945
|
creationDate
|
1946
|
+
relevance
|
1936
1947
|
owner {
|
1937
1948
|
id
|
1938
1949
|
}
|
@@ -2330,6 +2341,7 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
2330
2341
|
id
|
2331
2342
|
name
|
2332
2343
|
creationDate
|
2344
|
+
relevance
|
2333
2345
|
owner {
|
2334
2346
|
id
|
2335
2347
|
}
|
@@ -2382,6 +2394,7 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
2382
2394
|
clientId
|
2383
2395
|
clientSecret
|
2384
2396
|
}
|
2397
|
+
readLimit
|
2385
2398
|
}
|
2386
2399
|
email {
|
2387
2400
|
type
|
@@ -2396,6 +2409,7 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
2396
2409
|
type
|
2397
2410
|
refreshToken
|
2398
2411
|
}
|
2412
|
+
readLimit
|
2399
2413
|
}
|
2400
2414
|
issue {
|
2401
2415
|
type
|
@@ -2405,6 +2419,7 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
2405
2419
|
project
|
2406
2420
|
email
|
2407
2421
|
token
|
2422
|
+
offset
|
2408
2423
|
}
|
2409
2424
|
linear {
|
2410
2425
|
key
|
@@ -2417,6 +2432,7 @@ exports.GetFeed = (0, graphql_tag_1.default) `
|
|
2417
2432
|
refreshToken
|
2418
2433
|
personalAccessToken
|
2419
2434
|
}
|
2435
|
+
readLimit
|
2420
2436
|
}
|
2421
2437
|
rss {
|
2422
2438
|
readLimit
|
@@ -2497,6 +2513,7 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2497
2513
|
id
|
2498
2514
|
name
|
2499
2515
|
creationDate
|
2516
|
+
relevance
|
2500
2517
|
owner {
|
2501
2518
|
id
|
2502
2519
|
}
|
@@ -2549,6 +2566,7 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2549
2566
|
clientId
|
2550
2567
|
clientSecret
|
2551
2568
|
}
|
2569
|
+
readLimit
|
2552
2570
|
}
|
2553
2571
|
email {
|
2554
2572
|
type
|
@@ -2563,6 +2581,7 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2563
2581
|
type
|
2564
2582
|
refreshToken
|
2565
2583
|
}
|
2584
|
+
readLimit
|
2566
2585
|
}
|
2567
2586
|
issue {
|
2568
2587
|
type
|
@@ -2572,6 +2591,7 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2572
2591
|
project
|
2573
2592
|
email
|
2574
2593
|
token
|
2594
|
+
offset
|
2575
2595
|
}
|
2576
2596
|
linear {
|
2577
2597
|
key
|
@@ -2584,6 +2604,7 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
|
|
2584
2604
|
refreshToken
|
2585
2605
|
personalAccessToken
|
2586
2606
|
}
|
2607
|
+
readLimit
|
2587
2608
|
}
|
2588
2609
|
rss {
|
2589
2610
|
readLimit
|
@@ -2762,6 +2783,7 @@ exports.GetLabel = (0, graphql_tag_1.default) `
|
|
2762
2783
|
name
|
2763
2784
|
description
|
2764
2785
|
creationDate
|
2786
|
+
relevance
|
2765
2787
|
}
|
2766
2788
|
}
|
2767
2789
|
`;
|
@@ -2773,6 +2795,7 @@ exports.QueryLabels = (0, graphql_tag_1.default) `
|
|
2773
2795
|
name
|
2774
2796
|
description
|
2775
2797
|
creationDate
|
2798
|
+
relevance
|
2776
2799
|
}
|
2777
2800
|
}
|
2778
2801
|
}
|
@@ -3578,6 +3601,7 @@ exports.GetSpecification = (0, graphql_tag_1.default) `
|
|
3578
3601
|
id
|
3579
3602
|
name
|
3580
3603
|
creationDate
|
3604
|
+
relevance
|
3581
3605
|
owner {
|
3582
3606
|
id
|
3583
3607
|
}
|
@@ -3805,6 +3829,7 @@ exports.QuerySpecifications = (0, graphql_tag_1.default) `
|
|
3805
3829
|
id
|
3806
3830
|
name
|
3807
3831
|
creationDate
|
3832
|
+
relevance
|
3808
3833
|
owner {
|
3809
3834
|
id
|
3810
3835
|
}
|
@@ -3951,6 +3976,8 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
|
|
3951
3976
|
fileTypes
|
3952
3977
|
azureDocument {
|
3953
3978
|
model
|
3979
|
+
endpoint
|
3980
|
+
key
|
3954
3981
|
}
|
3955
3982
|
deepgram {
|
3956
3983
|
model
|
@@ -4068,6 +4095,7 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
|
|
4068
4095
|
id
|
4069
4096
|
name
|
4070
4097
|
creationDate
|
4098
|
+
relevance
|
4071
4099
|
owner {
|
4072
4100
|
id
|
4073
4101
|
}
|
@@ -4099,6 +4127,8 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
|
|
4099
4127
|
fileTypes
|
4100
4128
|
azureDocument {
|
4101
4129
|
model
|
4130
|
+
endpoint
|
4131
|
+
key
|
4102
4132
|
}
|
4103
4133
|
deepgram {
|
4104
4134
|
model
|
@@ -4189,6 +4219,7 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
|
|
4189
4219
|
id
|
4190
4220
|
name
|
4191
4221
|
creationDate
|
4222
|
+
relevance
|
4192
4223
|
owner {
|
4193
4224
|
id
|
4194
4225
|
}
|
@@ -4220,6 +4251,8 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
|
|
4220
4251
|
fileTypes
|
4221
4252
|
azureDocument {
|
4222
4253
|
model
|
4254
|
+
endpoint
|
4255
|
+
key
|
4223
4256
|
}
|
4224
4257
|
deepgram {
|
4225
4258
|
model
|
@@ -4337,6 +4370,8 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
|
|
4337
4370
|
fileTypes
|
4338
4371
|
azureDocument {
|
4339
4372
|
model
|
4373
|
+
endpoint
|
4374
|
+
key
|
4340
4375
|
}
|
4341
4376
|
deepgram {
|
4342
4377
|
model
|
@@ -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). */
|
@@ -156,7 +158,7 @@ export type AlertFilter = {
|
|
156
158
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
157
159
|
/** Filter alert(s) by their name. */
|
158
160
|
name?: InputMaybe<Scalars['String']['input']>;
|
159
|
-
/** Skip the specified number of alert(s) from the beginning of the result set. */
|
161
|
+
/** Skip the specified number of alert(s) from the beginning of the result set. Only supported on keyword search. */
|
160
162
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
161
163
|
/** The sort order for query results. */
|
162
164
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -384,6 +386,8 @@ export type AtlassianJiraFeedProperties = {
|
|
384
386
|
__typename?: 'AtlassianJiraFeedProperties';
|
385
387
|
/** Atlassian account email address. */
|
386
388
|
email: Scalars['String']['output'];
|
389
|
+
/** Atlassian server timezone offset. */
|
390
|
+
offset?: Maybe<Scalars['TimeSpan']['output']>;
|
387
391
|
/** Atlassian Jira project key, i.e. the short prefix of Jira issues. */
|
388
392
|
project: Scalars['String']['output'];
|
389
393
|
/** Atlassian API token. */
|
@@ -395,6 +399,8 @@ export type AtlassianJiraFeedProperties = {
|
|
395
399
|
export type AtlassianJiraFeedPropertiesInput = {
|
396
400
|
/** Atlassian account email address. */
|
397
401
|
email: Scalars['String']['input'];
|
402
|
+
/** Atlassian server timezone offset, defaults to -08:00:00. */
|
403
|
+
offset?: InputMaybe<Scalars['TimeSpan']['input']>;
|
398
404
|
/** Atlassian Jira project key, i.e. the short prefix of Jira issues. */
|
399
405
|
project: Scalars['String']['input'];
|
400
406
|
/** Atlassian API token. */
|
@@ -406,6 +412,8 @@ export type AtlassianJiraFeedPropertiesInput = {
|
|
406
412
|
export type AtlassianJiraFeedPropertiesUpdateInput = {
|
407
413
|
/** Atlassian account email address. */
|
408
414
|
email?: InputMaybe<Scalars['String']['input']>;
|
415
|
+
/** Atlassian server timezone offset. */
|
416
|
+
offset?: InputMaybe<Scalars['TimeSpan']['input']>;
|
409
417
|
/** Atlassian Jira project key, i.e. the short prefix of Jira issues. */
|
410
418
|
project?: InputMaybe<Scalars['String']['input']>;
|
411
419
|
/** Atlassian API token. */
|
@@ -563,11 +571,19 @@ export declare enum AzureDocumentIntelligenceModels {
|
|
563
571
|
/** Represents the Azure Document Intelligence preparation properties. */
|
564
572
|
export type AzureDocumentPreparationProperties = {
|
565
573
|
__typename?: 'AzureDocumentPreparationProperties';
|
574
|
+
/** The Azure Document Intelligence API endpoint, optional. */
|
575
|
+
endpoint?: Maybe<Scalars['URL']['output']>;
|
576
|
+
/** The Azure Document Intelligence API key, optional. */
|
577
|
+
key?: Maybe<Scalars['String']['output']>;
|
566
578
|
/** The Azure Document Intelligence model. */
|
567
579
|
model?: Maybe<AzureDocumentIntelligenceModels>;
|
568
580
|
};
|
569
581
|
/** Represents the Azure Document Intelligence preparation properties. */
|
570
582
|
export type AzureDocumentPreparationPropertiesInput = {
|
583
|
+
/** The Azure Document Intelligence API endpoint, optional. */
|
584
|
+
endpoint?: InputMaybe<Scalars['URL']['input']>;
|
585
|
+
/** The Azure Document Intelligence API key, optional. */
|
586
|
+
key?: InputMaybe<Scalars['String']['input']>;
|
571
587
|
/** The Azure Document Intelligence model. */
|
572
588
|
model?: InputMaybe<AzureDocumentIntelligenceModels>;
|
573
589
|
};
|
@@ -752,6 +768,8 @@ export type Category = {
|
|
752
768
|
modifiedDate?: Maybe<Scalars['DateTime']['output']>;
|
753
769
|
/** The name of the category. */
|
754
770
|
name: Scalars['String']['output'];
|
771
|
+
/** The relevance score of the category. */
|
772
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
755
773
|
/** The state of the category (i.e. created, enabled). */
|
756
774
|
state: EntityState;
|
757
775
|
};
|
@@ -795,7 +813,7 @@ export type CategoryFilter = {
|
|
795
813
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
796
814
|
/** Filter category(s) by their name. */
|
797
815
|
name?: InputMaybe<Scalars['String']['input']>;
|
798
|
-
/** Skip the specified number of category(s) from the beginning of the result set. */
|
816
|
+
/** Skip the specified number of category(s) from the beginning of the result set. Only supported on keyword search. */
|
799
817
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
800
818
|
/** The sort order for query results. */
|
801
819
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -908,6 +926,8 @@ export type Collection = {
|
|
908
926
|
name: Scalars['String']['output'];
|
909
927
|
/** The owner of the collection. */
|
910
928
|
owner: Owner;
|
929
|
+
/** The relevance score of the collection. */
|
930
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
911
931
|
/** The state of the collection (i.e. created, finished). */
|
912
932
|
state: EntityState;
|
913
933
|
/** The collection type. */
|
@@ -925,7 +945,7 @@ export type CollectionFilter = {
|
|
925
945
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
926
946
|
/** Filter collection(s) by their name. */
|
927
947
|
name?: InputMaybe<Scalars['String']['input']>;
|
928
|
-
/** Skip the specified number of collection(s) from the beginning of the result set. */
|
948
|
+
/** Skip the specified number of collection(s) from the beginning of the result set. Only supported on keyword search. */
|
929
949
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
930
950
|
/** The sort order for query results. */
|
931
951
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -1087,6 +1107,8 @@ export type Content = {
|
|
1087
1107
|
posts?: Maybe<Array<Scalars['String']['output']>>;
|
1088
1108
|
/** The followup questions which can be asked about the content. */
|
1089
1109
|
questions?: Maybe<Array<Scalars['String']['output']>>;
|
1110
|
+
/** The relevance score of the content. */
|
1111
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
1090
1112
|
/** The renditions generated from this content. */
|
1091
1113
|
renditions?: Maybe<Array<Maybe<Rendition>>>;
|
1092
1114
|
/** The similar text transcript segments, when using similarity search. */
|
@@ -1315,7 +1337,7 @@ export type ContentFilter = {
|
|
1315
1337
|
numberSimilar?: InputMaybe<Scalars['Int']['input']>;
|
1316
1338
|
/** Filter by observations. */
|
1317
1339
|
observations?: InputMaybe<Array<ObservationReferenceFilter>>;
|
1318
|
-
/** Skip the specified number of content(s) from the beginning of the result set. */
|
1340
|
+
/** Skip the specified number of content(s) from the beginning of the result set. Only supported on keyword search. */
|
1319
1341
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
1320
1342
|
/** List of additional content filters using disjunctive conditions, i.e. 'or' semantics between each filter in list. */
|
1321
1343
|
or?: InputMaybe<Array<InputMaybe<ContentFilterLevel>>>;
|
@@ -1449,6 +1471,12 @@ export declare enum ContentTypes {
|
|
1449
1471
|
export type ContentUpdateInput = {
|
1450
1472
|
/** The content audio metadata. */
|
1451
1473
|
audio?: InputMaybe<AudioMetadataInput>;
|
1474
|
+
/** The summarized content bullet points. */
|
1475
|
+
bullets?: InputMaybe<Array<Scalars['String']['input']>>;
|
1476
|
+
/** The timestamped chapters summarized from the content transcript. */
|
1477
|
+
chapters?: InputMaybe<Array<Scalars['String']['input']>>;
|
1478
|
+
/** The custom content summary. */
|
1479
|
+
customSummary?: InputMaybe<Scalars['String']['input']>;
|
1452
1480
|
/** The content description. */
|
1453
1481
|
description?: InputMaybe<Scalars['String']['input']>;
|
1454
1482
|
/** The content document metadata. */
|
@@ -1459,20 +1487,30 @@ export type ContentUpdateInput = {
|
|
1459
1487
|
email?: InputMaybe<EmailMetadataInput>;
|
1460
1488
|
/** The content geometry metadata. */
|
1461
1489
|
geometry?: InputMaybe<GeometryMetadataInput>;
|
1490
|
+
/** The summarized content headlines. */
|
1491
|
+
headlines?: InputMaybe<Array<Scalars['String']['input']>>;
|
1462
1492
|
/** The ID of the content to update. */
|
1463
1493
|
id: Scalars['ID']['input'];
|
1464
1494
|
/** The content image metadata. */
|
1465
1495
|
image?: InputMaybe<ImageMetadataInput>;
|
1466
1496
|
/** The content issue metadata. */
|
1467
1497
|
issue?: InputMaybe<IssueMetadataInput>;
|
1498
|
+
/** The summarized content keywords or key phrases. */
|
1499
|
+
keywords?: InputMaybe<Array<Scalars['String']['input']>>;
|
1468
1500
|
/** The name of the content. */
|
1469
1501
|
name?: InputMaybe<Scalars['String']['input']>;
|
1470
1502
|
/** The content package metadata. */
|
1471
1503
|
package?: InputMaybe<PackageMetadataInput>;
|
1472
1504
|
/** The content point cloud metadata. */
|
1473
1505
|
pointCloud?: InputMaybe<PointCloudMetadataInput>;
|
1506
|
+
/** The summarized content social media posts. */
|
1507
|
+
posts?: InputMaybe<Array<Scalars['String']['input']>>;
|
1508
|
+
/** The followup questions which can be asked about the content. */
|
1509
|
+
questions?: InputMaybe<Array<Scalars['String']['input']>>;
|
1474
1510
|
/** The content shape metadata. */
|
1475
1511
|
shape?: InputMaybe<ShapeMetadataInput>;
|
1512
|
+
/** The content summary. */
|
1513
|
+
summary?: InputMaybe<Scalars['String']['input']>;
|
1476
1514
|
/** The content video metadata. */
|
1477
1515
|
video?: InputMaybe<VideoMetadataInput>;
|
1478
1516
|
};
|
@@ -1497,6 +1535,8 @@ export type Conversation = {
|
|
1497
1535
|
name: Scalars['String']['output'];
|
1498
1536
|
/** The owner of the conversation. */
|
1499
1537
|
owner: Owner;
|
1538
|
+
/** The relevance score of the conversation. */
|
1539
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
1500
1540
|
/** The LLM specification used by this conversation. */
|
1501
1541
|
specification?: Maybe<Specification>;
|
1502
1542
|
/** The state of the conversation (i.e. created, finished). */
|
@@ -1538,7 +1578,7 @@ export type ConversationFilter = {
|
|
1538
1578
|
name?: InputMaybe<Scalars['String']['input']>;
|
1539
1579
|
/** When using similarity search, the number of similar items to be returned. Defaults to 10. */
|
1540
1580
|
numberSimilar?: InputMaybe<Scalars['Int']['input']>;
|
1541
|
-
/** Skip the specified number of conversation(s) from the beginning of the result set. */
|
1581
|
+
/** Skip the specified number of conversation(s) from the beginning of the result set. Only supported on keyword search. */
|
1542
1582
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
1543
1583
|
/** The sort order for query results. */
|
1544
1584
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -1715,7 +1755,7 @@ export type DeepgramAudioPreparationProperties = {
|
|
1715
1755
|
enableRedaction?: Maybe<Scalars['Boolean']['output']>;
|
1716
1756
|
/** Whether to enable speaker diarization during Deepgram audio transcription. */
|
1717
1757
|
enableSpeakerDiarization?: Maybe<Scalars['Boolean']['output']>;
|
1718
|
-
/** The Deepgram API key. */
|
1758
|
+
/** The Deepgram API key, optional. */
|
1719
1759
|
key?: Maybe<Scalars['String']['output']>;
|
1720
1760
|
/** The Deepgram transcription model. */
|
1721
1761
|
model?: Maybe<DeepgramModels>;
|
@@ -1726,7 +1766,7 @@ export type DeepgramAudioPreparationPropertiesInput = {
|
|
1726
1766
|
enableRedaction?: InputMaybe<Scalars['Boolean']['input']>;
|
1727
1767
|
/** Whether to enable speaker diarization during Deepgram audio transcription. */
|
1728
1768
|
enableSpeakerDiarization?: InputMaybe<Scalars['Boolean']['input']>;
|
1729
|
-
/** The Deepgram API key. */
|
1769
|
+
/** The Deepgram API key, optional. */
|
1730
1770
|
key?: InputMaybe<Scalars['String']['input']>;
|
1731
1771
|
/** The Deepgram transcription model. */
|
1732
1772
|
model?: InputMaybe<DeepgramModels>;
|
@@ -2552,7 +2592,7 @@ export type EventFilter = {
|
|
2552
2592
|
name?: InputMaybe<Scalars['String']['input']>;
|
2553
2593
|
/** When using similarity search, the number of similar items to be returned. Defaults to 10. */
|
2554
2594
|
numberSimilar?: InputMaybe<Scalars['Int']['input']>;
|
2555
|
-
/** Skip the specified number of event(s) from the beginning of the result set. */
|
2595
|
+
/** Skip the specified number of event(s) from the beginning of the result set. Only supported on keyword search. */
|
2556
2596
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
2557
2597
|
/** The sort order for query results. */
|
2558
2598
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -2747,6 +2787,8 @@ export type Feed = {
|
|
2747
2787
|
readCount?: Maybe<Scalars['Int']['output']>;
|
2748
2788
|
/** The Reddit feed properties. */
|
2749
2789
|
reddit?: Maybe<RedditFeedProperties>;
|
2790
|
+
/** The relevance score of the feed. */
|
2791
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
2750
2792
|
/** The RSS feed properties. */
|
2751
2793
|
rss?: Maybe<RssFeedProperties>;
|
2752
2794
|
/** The feed schedule policy. */
|
@@ -2802,7 +2844,7 @@ export type FeedFilter = {
|
|
2802
2844
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
2803
2845
|
/** Filter feed(s) by their name. */
|
2804
2846
|
name?: InputMaybe<Scalars['String']['input']>;
|
2805
|
-
/** Skip the specified number of feed(s) from the beginning of the result set. */
|
2847
|
+
/** Skip the specified number of feed(s) from the beginning of the result set. Only supported on keyword search. */
|
2806
2848
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
2807
2849
|
/** The sort order for query results. */
|
2808
2850
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -3738,6 +3780,8 @@ export type Label = {
|
|
3738
3780
|
modifiedDate?: Maybe<Scalars['DateTime']['output']>;
|
3739
3781
|
/** The name of the label. */
|
3740
3782
|
name: Scalars['String']['output'];
|
3783
|
+
/** The relevance score of the label. */
|
3784
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
3741
3785
|
/** The state of the label (i.e. created, enabled). */
|
3742
3786
|
state: EntityState;
|
3743
3787
|
};
|
@@ -3781,7 +3825,7 @@ export type LabelFilter = {
|
|
3781
3825
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
3782
3826
|
/** Filter label(s) by their name. */
|
3783
3827
|
name?: InputMaybe<Scalars['String']['input']>;
|
3784
|
-
/** Skip the specified number of label(s) from the beginning of the result set. */
|
3828
|
+
/** Skip the specified number of label(s) from the beginning of the result set. Only supported on keyword search. */
|
3785
3829
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
3786
3830
|
/** The sort order for query results. */
|
3787
3831
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -4046,6 +4090,8 @@ export type Metadata = {
|
|
4046
4090
|
name: Scalars['String']['output'];
|
4047
4091
|
/** The owner of the metadata. */
|
4048
4092
|
owner: Owner;
|
4093
|
+
/** The relevance score of the metadata. */
|
4094
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
4049
4095
|
/** The state of the metadata (i.e. created, finished). */
|
4050
4096
|
state: EntityState;
|
4051
4097
|
/** The metadata type. */
|
@@ -4071,7 +4117,7 @@ export type MetadataFilter = {
|
|
4071
4117
|
metadataTypes?: InputMaybe<Array<InputMaybe<MetadataTypes>>>;
|
4072
4118
|
/** Filter metadata(s) by their name. */
|
4073
4119
|
name?: InputMaybe<Scalars['String']['input']>;
|
4074
|
-
/** Skip the specified number of metadata(s) from the beginning of the result set. */
|
4120
|
+
/** Skip the specified number of metadata(s) from the beginning of the result set. Only supported on keyword search. */
|
4075
4121
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
4076
4122
|
/** The sort order for query results. */
|
4077
4123
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -5119,6 +5165,8 @@ export type Observation = {
|
|
5119
5165
|
relatedType?: Maybe<ObservableTypes>;
|
5120
5166
|
/** The relationship between the observed entity and related entity, optional. */
|
5121
5167
|
relation?: Maybe<Scalars['String']['output']>;
|
5168
|
+
/** The relevance score of the observation. */
|
5169
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
5122
5170
|
/** The state of the observation (i.e. created, finished). */
|
5123
5171
|
state: EntityState;
|
5124
5172
|
/** The observed entity type. */
|
@@ -5344,6 +5392,10 @@ export declare enum OpenAiModels {
|
|
5344
5392
|
Gpt4O_128K = "GPT4O_128K",
|
5345
5393
|
/** GPT-4o 128k (2024-05-13 version) */
|
5346
5394
|
Gpt4O_128K_20240513 = "GPT4O_128K_20240513",
|
5395
|
+
/** GPT-4o Mini 128k (latest version) */
|
5396
|
+
Gpt4OMini_128K = "GPT4O_MINI_128K",
|
5397
|
+
/** GPT-4o Mini 128k (2024-07-18 version) */
|
5398
|
+
Gpt4OMini_128K_20240718 = "GPT4O_MINI_128K_20240718",
|
5347
5399
|
/** GPT-4 (0613 version) */
|
5348
5400
|
Gpt4_0613 = "GPT4_0613",
|
5349
5401
|
/** GPT-4 32k (Latest version) */
|
@@ -5512,7 +5564,7 @@ export type OrganizationFilter = {
|
|
5512
5564
|
name?: InputMaybe<Scalars['String']['input']>;
|
5513
5565
|
/** When using similarity search, the number of similar items to be returned. Defaults to 10. */
|
5514
5566
|
numberSimilar?: InputMaybe<Scalars['Int']['input']>;
|
5515
|
-
/** Skip the specified number of organization(s) from the beginning of the result set. */
|
5567
|
+
/** Skip the specified number of organization(s) from the beginning of the result set. Only supported on keyword search. */
|
5516
5568
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
5517
5569
|
/** The sort order for query results. */
|
5518
5570
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -5755,7 +5807,7 @@ export type PersonFilter = {
|
|
5755
5807
|
name?: InputMaybe<Scalars['String']['input']>;
|
5756
5808
|
/** When using similarity search, the number of similar items to be returned. Defaults to 10. */
|
5757
5809
|
numberSimilar?: InputMaybe<Scalars['Int']['input']>;
|
5758
|
-
/** Skip the specified number of person(s) from the beginning of the result set. */
|
5810
|
+
/** Skip the specified number of person(s) from the beginning of the result set. Only supported on keyword search. */
|
5759
5811
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
5760
5812
|
/** The sort order for query results. */
|
5761
5813
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -5950,7 +6002,7 @@ export type PlaceFilter = {
|
|
5950
6002
|
name?: InputMaybe<Scalars['String']['input']>;
|
5951
6003
|
/** When using similarity search, the number of similar items to be returned. Defaults to 10. */
|
5952
6004
|
numberSimilar?: InputMaybe<Scalars['Int']['input']>;
|
5953
|
-
/** Skip the specified number of place(s) from the beginning of the result set. */
|
6005
|
+
/** Skip the specified number of place(s) from the beginning of the result set. Only supported on keyword search. */
|
5954
6006
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
5955
6007
|
/** The sort order for query results. */
|
5956
6008
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -6211,7 +6263,7 @@ export type ProductFilter = {
|
|
6211
6263
|
name?: InputMaybe<Scalars['String']['input']>;
|
6212
6264
|
/** When using similarity search, the number of similar items to be returned. Defaults to 10. */
|
6213
6265
|
numberSimilar?: InputMaybe<Scalars['Int']['input']>;
|
6214
|
-
/** Skip the specified number of product(s) from the beginning of the result set. */
|
6266
|
+
/** Skip the specified number of product(s) from the beginning of the result set. Only supported on keyword search. */
|
6215
6267
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
6216
6268
|
/** The sort order for query results. */
|
6217
6269
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -6384,7 +6436,7 @@ export type ProjectFilter = {
|
|
6384
6436
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
6385
6437
|
/** Filter project(s) by their name. */
|
6386
6438
|
name?: InputMaybe<Scalars['String']['input']>;
|
6387
|
-
/** Skip the specified number of project(s) from the beginning of the result set. */
|
6439
|
+
/** Skip the specified number of project(s) from the beginning of the result set. Only supported on keyword search. */
|
6388
6440
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
6389
6441
|
/** The sort order for query results. */
|
6390
6442
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -7173,6 +7225,8 @@ export type Rendition = {
|
|
7173
7225
|
owner: Owner;
|
7174
7226
|
/** The rendition relative path. */
|
7175
7227
|
relativePath?: Maybe<Scalars['String']['output']>;
|
7228
|
+
/** The relevance score of the rendition. */
|
7229
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
7176
7230
|
/** The state of the rendition (i.e. created, finished). */
|
7177
7231
|
state: EntityState;
|
7178
7232
|
/** The rendition type. */
|
@@ -7334,7 +7388,7 @@ export type RepoFilter = {
|
|
7334
7388
|
name?: InputMaybe<Scalars['String']['input']>;
|
7335
7389
|
/** When using similarity search, the number of similar items to be returned. Defaults to 10. */
|
7336
7390
|
numberSimilar?: InputMaybe<Scalars['Int']['input']>;
|
7337
|
-
/** Skip the specified number of repo(s) from the beginning of the result set. */
|
7391
|
+
/** Skip the specified number of repo(s) from the beginning of the result set. Only supported on keyword search. */
|
7338
7392
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
7339
7393
|
/** The sort order for query results. */
|
7340
7394
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -7849,7 +7903,7 @@ export type SoftwareFilter = {
|
|
7849
7903
|
name?: InputMaybe<Scalars['String']['input']>;
|
7850
7904
|
/** When using similarity search, the number of similar items to be returned. Defaults to 10. */
|
7851
7905
|
numberSimilar?: InputMaybe<Scalars['Int']['input']>;
|
7852
|
-
/** Skip the specified number of software(s) from the beginning of the result set. */
|
7906
|
+
/** Skip the specified number of software(s) from the beginning of the result set. Only supported on keyword search. */
|
7853
7907
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
7854
7908
|
/** The sort order for query results. */
|
7855
7909
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -7941,6 +7995,8 @@ export type Specification = {
|
|
7941
7995
|
owner: Owner;
|
7942
7996
|
/** The strategy for formatting the LLM user prompt. */
|
7943
7997
|
promptStrategy?: Maybe<PromptStrategy>;
|
7998
|
+
/** The relevance score of the specification. */
|
7999
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
7944
8000
|
/** The Replicate model properties. */
|
7945
8001
|
replicate?: Maybe<ReplicateModelProperties>;
|
7946
8002
|
/** The strategy for reranking the relevant content for the RAG conversation. */
|
@@ -7976,7 +8032,7 @@ export type SpecificationFilter = {
|
|
7976
8032
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
7977
8033
|
/** Filter specification(s) by their name. */
|
7978
8034
|
name?: InputMaybe<Scalars['String']['input']>;
|
7979
|
-
/** Skip the specified number of specification(s) from the beginning of the result set. */
|
8035
|
+
/** Skip the specified number of specification(s) from the beginning of the result set. Only supported on keyword search. */
|
7980
8036
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
7981
8037
|
/** The sort order for query results. */
|
7982
8038
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -8516,6 +8572,8 @@ export type Workflow = {
|
|
8516
8572
|
owner: Owner;
|
8517
8573
|
/** The preparation stage of the content workflow. */
|
8518
8574
|
preparation?: Maybe<PreparationWorkflowStage>;
|
8575
|
+
/** The relevance score of the workflow. */
|
8576
|
+
relevance?: Maybe<Scalars['Float']['output']>;
|
8519
8577
|
/** The state of the workflow (i.e. created, finished). */
|
8520
8578
|
state: EntityState;
|
8521
8579
|
/** The storage stage of the content workflow. */
|
@@ -8544,7 +8602,7 @@ export type WorkflowFilter = {
|
|
8544
8602
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
8545
8603
|
/** Filter workflow(s) by their name. */
|
8546
8604
|
name?: InputMaybe<Scalars['String']['input']>;
|
8547
|
-
/** Skip the specified number of workflow(s) from the beginning of the result set. */
|
8605
|
+
/** Skip the specified number of workflow(s) from the beginning of the result set. Only supported on keyword search. */
|
8548
8606
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
8549
8607
|
/** The sort order for query results. */
|
8550
8608
|
orderBy?: InputMaybe<OrderByTypes>;
|
@@ -8743,6 +8801,7 @@ export type GetAlertQuery = {
|
|
8743
8801
|
id: string;
|
8744
8802
|
name: string;
|
8745
8803
|
creationDate: any;
|
8804
|
+
relevance?: number | null;
|
8746
8805
|
state: EntityState;
|
8747
8806
|
correlationId?: string | null;
|
8748
8807
|
type: AlertTypes;
|
@@ -8882,6 +8941,7 @@ export type QueryAlertsQuery = {
|
|
8882
8941
|
id: string;
|
8883
8942
|
name: string;
|
8884
8943
|
creationDate: any;
|
8944
|
+
relevance?: number | null;
|
8885
8945
|
state: EntityState;
|
8886
8946
|
correlationId?: string | null;
|
8887
8947
|
type: AlertTypes;
|
@@ -9091,6 +9151,7 @@ export type GetCategoryQuery = {
|
|
9091
9151
|
name: string;
|
9092
9152
|
description?: string | null;
|
9093
9153
|
creationDate: any;
|
9154
|
+
relevance?: number | null;
|
9094
9155
|
} | null;
|
9095
9156
|
};
|
9096
9157
|
export type QueryCategoriesQueryVariables = Exact<{
|
@@ -9106,6 +9167,7 @@ export type QueryCategoriesQuery = {
|
|
9106
9167
|
name: string;
|
9107
9168
|
description?: string | null;
|
9108
9169
|
creationDate: any;
|
9170
|
+
relevance?: number | null;
|
9109
9171
|
} | null> | null;
|
9110
9172
|
} | null;
|
9111
9173
|
};
|
@@ -9208,6 +9270,7 @@ export type GetCollectionQuery = {
|
|
9208
9270
|
id: string;
|
9209
9271
|
name: string;
|
9210
9272
|
creationDate: any;
|
9273
|
+
relevance?: number | null;
|
9211
9274
|
state: EntityState;
|
9212
9275
|
type?: CollectionTypes | null;
|
9213
9276
|
owner: {
|
@@ -9233,6 +9296,7 @@ export type QueryCollectionsQuery = {
|
|
9233
9296
|
id: string;
|
9234
9297
|
name: string;
|
9235
9298
|
creationDate: any;
|
9299
|
+
relevance?: number | null;
|
9236
9300
|
state: EntityState;
|
9237
9301
|
type?: CollectionTypes | null;
|
9238
9302
|
owner: {
|
@@ -9360,6 +9424,7 @@ export type GetContentQuery = {
|
|
9360
9424
|
id: string;
|
9361
9425
|
name: string;
|
9362
9426
|
creationDate: any;
|
9427
|
+
relevance?: number | null;
|
9363
9428
|
state: EntityState;
|
9364
9429
|
originalDate?: any | null;
|
9365
9430
|
finishedDate?: any | null;
|
@@ -9786,6 +9851,7 @@ export type QueryContentsQuery = {
|
|
9786
9851
|
id: string;
|
9787
9852
|
name: string;
|
9788
9853
|
creationDate: any;
|
9854
|
+
relevance?: number | null;
|
9789
9855
|
state: EntityState;
|
9790
9856
|
originalDate?: any | null;
|
9791
9857
|
finishedDate?: any | null;
|
@@ -10057,6 +10123,7 @@ export type QueryContentsFacetsQuery = {
|
|
10057
10123
|
id: string;
|
10058
10124
|
name: string;
|
10059
10125
|
creationDate: any;
|
10126
|
+
relevance?: number | null;
|
10060
10127
|
state: EntityState;
|
10061
10128
|
originalDate?: any | null;
|
10062
10129
|
finishedDate?: any | null;
|
@@ -10506,6 +10573,7 @@ export type GetConversationQuery = {
|
|
10506
10573
|
id: string;
|
10507
10574
|
name: string;
|
10508
10575
|
creationDate: any;
|
10576
|
+
relevance?: number | null;
|
10509
10577
|
state: EntityState;
|
10510
10578
|
correlationId?: string | null;
|
10511
10579
|
type?: ConversationTypes | null;
|
@@ -10948,6 +11016,7 @@ export type QueryConversationsQuery = {
|
|
10948
11016
|
id: string;
|
10949
11017
|
name: string;
|
10950
11018
|
creationDate: any;
|
11019
|
+
relevance?: number | null;
|
10951
11020
|
state: EntityState;
|
10952
11021
|
correlationId?: string | null;
|
10953
11022
|
type?: ConversationTypes | null;
|
@@ -11429,6 +11498,7 @@ export type GetFeedQuery = {
|
|
11429
11498
|
id: string;
|
11430
11499
|
name: string;
|
11431
11500
|
creationDate: any;
|
11501
|
+
relevance?: number | null;
|
11432
11502
|
state: EntityState;
|
11433
11503
|
correlationId?: string | null;
|
11434
11504
|
type: FeedTypes;
|
@@ -11445,6 +11515,7 @@ export type GetFeedQuery = {
|
|
11445
11515
|
siteType: SiteTypes;
|
11446
11516
|
type: FeedServiceTypes;
|
11447
11517
|
isRecursive?: boolean | null;
|
11518
|
+
readLimit?: number | null;
|
11448
11519
|
s3?: {
|
11449
11520
|
__typename?: 'AmazonFeedProperties';
|
11450
11521
|
accessKey?: string | null;
|
@@ -11499,6 +11570,7 @@ export type GetFeedQuery = {
|
|
11499
11570
|
__typename?: 'EmailFeedProperties';
|
11500
11571
|
type: FeedServiceTypes;
|
11501
11572
|
includeAttachments?: boolean | null;
|
11573
|
+
readLimit?: number | null;
|
11502
11574
|
google?: {
|
11503
11575
|
__typename?: 'GoogleEmailFeedProperties';
|
11504
11576
|
type?: EmailListingTypes | null;
|
@@ -11516,12 +11588,14 @@ export type GetFeedQuery = {
|
|
11516
11588
|
__typename?: 'IssueFeedProperties';
|
11517
11589
|
type: FeedServiceTypes;
|
11518
11590
|
includeAttachments?: boolean | null;
|
11591
|
+
readLimit?: number | null;
|
11519
11592
|
jira?: {
|
11520
11593
|
__typename?: 'AtlassianJiraFeedProperties';
|
11521
11594
|
uri: any;
|
11522
11595
|
project: string;
|
11523
11596
|
email: string;
|
11524
11597
|
token: string;
|
11598
|
+
offset?: any | null;
|
11525
11599
|
} | null;
|
11526
11600
|
linear?: {
|
11527
11601
|
__typename?: 'LinearFeedProperties';
|
@@ -11631,6 +11705,7 @@ export type QueryFeedsQuery = {
|
|
11631
11705
|
id: string;
|
11632
11706
|
name: string;
|
11633
11707
|
creationDate: any;
|
11708
|
+
relevance?: number | null;
|
11634
11709
|
state: EntityState;
|
11635
11710
|
correlationId?: string | null;
|
11636
11711
|
type: FeedTypes;
|
@@ -11647,6 +11722,7 @@ export type QueryFeedsQuery = {
|
|
11647
11722
|
siteType: SiteTypes;
|
11648
11723
|
type: FeedServiceTypes;
|
11649
11724
|
isRecursive?: boolean | null;
|
11725
|
+
readLimit?: number | null;
|
11650
11726
|
s3?: {
|
11651
11727
|
__typename?: 'AmazonFeedProperties';
|
11652
11728
|
accessKey?: string | null;
|
@@ -11701,6 +11777,7 @@ export type QueryFeedsQuery = {
|
|
11701
11777
|
__typename?: 'EmailFeedProperties';
|
11702
11778
|
type: FeedServiceTypes;
|
11703
11779
|
includeAttachments?: boolean | null;
|
11780
|
+
readLimit?: number | null;
|
11704
11781
|
google?: {
|
11705
11782
|
__typename?: 'GoogleEmailFeedProperties';
|
11706
11783
|
type?: EmailListingTypes | null;
|
@@ -11718,12 +11795,14 @@ export type QueryFeedsQuery = {
|
|
11718
11795
|
__typename?: 'IssueFeedProperties';
|
11719
11796
|
type: FeedServiceTypes;
|
11720
11797
|
includeAttachments?: boolean | null;
|
11798
|
+
readLimit?: number | null;
|
11721
11799
|
jira?: {
|
11722
11800
|
__typename?: 'AtlassianJiraFeedProperties';
|
11723
11801
|
uri: any;
|
11724
11802
|
project: string;
|
11725
11803
|
email: string;
|
11726
11804
|
token: string;
|
11805
|
+
offset?: any | null;
|
11727
11806
|
} | null;
|
11728
11807
|
linear?: {
|
11729
11808
|
__typename?: 'LinearFeedProperties';
|
@@ -11961,6 +12040,7 @@ export type GetLabelQuery = {
|
|
11961
12040
|
name: string;
|
11962
12041
|
description?: string | null;
|
11963
12042
|
creationDate: any;
|
12043
|
+
relevance?: number | null;
|
11964
12044
|
} | null;
|
11965
12045
|
};
|
11966
12046
|
export type QueryLabelsQueryVariables = Exact<{
|
@@ -11976,6 +12056,7 @@ export type QueryLabelsQuery = {
|
|
11976
12056
|
name: string;
|
11977
12057
|
description?: string | null;
|
11978
12058
|
creationDate: any;
|
12059
|
+
relevance?: number | null;
|
11979
12060
|
} | null> | null;
|
11980
12061
|
} | null;
|
11981
12062
|
};
|
@@ -12982,6 +13063,7 @@ export type GetSpecificationQuery = {
|
|
12982
13063
|
id: string;
|
12983
13064
|
name: string;
|
12984
13065
|
creationDate: any;
|
13066
|
+
relevance?: number | null;
|
12985
13067
|
state: EntityState;
|
12986
13068
|
type?: SpecificationTypes | null;
|
12987
13069
|
serviceType?: ModelServiceTypes | null;
|
@@ -13238,6 +13320,7 @@ export type QuerySpecificationsQuery = {
|
|
13238
13320
|
id: string;
|
13239
13321
|
name: string;
|
13240
13322
|
creationDate: any;
|
13323
|
+
relevance?: number | null;
|
13241
13324
|
state: EntityState;
|
13242
13325
|
type?: SpecificationTypes | null;
|
13243
13326
|
serviceType?: ModelServiceTypes | null;
|
@@ -13415,6 +13498,8 @@ export type CreateWorkflowMutation = {
|
|
13415
13498
|
azureDocument?: {
|
13416
13499
|
__typename?: 'AzureDocumentPreparationProperties';
|
13417
13500
|
model?: AzureDocumentIntelligenceModels | null;
|
13501
|
+
endpoint?: any | null;
|
13502
|
+
key?: string | null;
|
13418
13503
|
} | null;
|
13419
13504
|
deepgram?: {
|
13420
13505
|
__typename?: 'DeepgramAudioPreparationProperties';
|
@@ -13563,6 +13648,7 @@ export type GetWorkflowQuery = {
|
|
13563
13648
|
id: string;
|
13564
13649
|
name: string;
|
13565
13650
|
creationDate: any;
|
13651
|
+
relevance?: number | null;
|
13566
13652
|
state: EntityState;
|
13567
13653
|
owner: {
|
13568
13654
|
__typename?: 'Owner';
|
@@ -13604,6 +13690,8 @@ export type GetWorkflowQuery = {
|
|
13604
13690
|
azureDocument?: {
|
13605
13691
|
__typename?: 'AzureDocumentPreparationProperties';
|
13606
13692
|
model?: AzureDocumentIntelligenceModels | null;
|
13693
|
+
endpoint?: any | null;
|
13694
|
+
key?: string | null;
|
13607
13695
|
} | null;
|
13608
13696
|
deepgram?: {
|
13609
13697
|
__typename?: 'DeepgramAudioPreparationProperties';
|
@@ -13718,6 +13806,7 @@ export type QueryWorkflowsQuery = {
|
|
13718
13806
|
id: string;
|
13719
13807
|
name: string;
|
13720
13808
|
creationDate: any;
|
13809
|
+
relevance?: number | null;
|
13721
13810
|
state: EntityState;
|
13722
13811
|
owner: {
|
13723
13812
|
__typename?: 'Owner';
|
@@ -13759,6 +13848,8 @@ export type QueryWorkflowsQuery = {
|
|
13759
13848
|
azureDocument?: {
|
13760
13849
|
__typename?: 'AzureDocumentPreparationProperties';
|
13761
13850
|
model?: AzureDocumentIntelligenceModels | null;
|
13851
|
+
endpoint?: any | null;
|
13852
|
+
key?: string | null;
|
13762
13853
|
} | null;
|
13763
13854
|
deepgram?: {
|
13764
13855
|
__typename?: 'DeepgramAudioPreparationProperties';
|
@@ -13908,6 +13999,8 @@ export type UpdateWorkflowMutation = {
|
|
13908
13999
|
azureDocument?: {
|
13909
14000
|
__typename?: 'AzureDocumentPreparationProperties';
|
13910
14001
|
model?: AzureDocumentIntelligenceModels | null;
|
14002
|
+
endpoint?: any | null;
|
14003
|
+
key?: string | null;
|
13911
14004
|
} | null;
|
13912
14005
|
deepgram?: {
|
13913
14006
|
__typename?: 'DeepgramAudioPreparationProperties';
|
@@ -912,6 +912,10 @@ var OpenAiModels;
|
|
912
912
|
OpenAiModels["Gpt4O_128K"] = "GPT4O_128K";
|
913
913
|
/** GPT-4o 128k (2024-05-13 version) */
|
914
914
|
OpenAiModels["Gpt4O_128K_20240513"] = "GPT4O_128K_20240513";
|
915
|
+
/** GPT-4o Mini 128k (latest version) */
|
916
|
+
OpenAiModels["Gpt4OMini_128K"] = "GPT4O_MINI_128K";
|
917
|
+
/** GPT-4o Mini 128k (2024-07-18 version) */
|
918
|
+
OpenAiModels["Gpt4OMini_128K_20240718"] = "GPT4O_MINI_128K_20240718";
|
915
919
|
/** GPT-4 (0613 version) */
|
916
920
|
OpenAiModels["Gpt4_0613"] = "GPT4_0613";
|
917
921
|
/** GPT-4 32k (Latest version) */
|