graphlit-client 1.0.20240704001 → 1.0.20240719001

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.
package/dist/client.js CHANGED
@@ -87,12 +87,15 @@ class Graphlit {
87
87
  defaultOptions: {
88
88
  watchQuery: {
89
89
  errorPolicy: 'all',
90
+ fetchPolicy: 'no-cache'
90
91
  },
91
92
  query: {
92
93
  errorPolicy: 'all',
94
+ fetchPolicy: 'no-cache'
93
95
  },
94
96
  mutate: {
95
97
  errorPolicy: 'all',
98
+ fetchPolicy: 'no-cache'
96
99
  }
97
100
  }
98
101
  });
@@ -559,6 +559,7 @@ exports.GetContent = (0, graphql_tag_1.default) `
559
559
  workflowDuration
560
560
  uri
561
561
  description
562
+ relevance
562
563
  markdown
563
564
  address {
564
565
  streetAddress
@@ -940,6 +941,7 @@ exports.QueryContents = (0, graphql_tag_1.default) `
940
941
  workflowDuration
941
942
  uri
942
943
  description
944
+ relevance
943
945
  markdown
944
946
  address {
945
947
  streetAddress
@@ -1178,6 +1180,7 @@ exports.QueryContentsFacets = (0, graphql_tag_1.default) `
1178
1180
  workflowDuration
1179
1181
  uri
1180
1182
  description
1183
+ relevance
1181
1184
  markdown
1182
1185
  address {
1183
1186
  streetAddress
@@ -1740,6 +1743,7 @@ exports.GetConversation = (0, graphql_tag_1.default) `
1740
1743
  }
1741
1744
  }
1742
1745
  }
1746
+ relevance
1743
1747
  }
1744
1748
  }
1745
1749
  `;
@@ -2126,6 +2130,7 @@ exports.QueryConversations = (0, graphql_tag_1.default) `
2126
2130
  }
2127
2131
  }
2128
2132
  }
2133
+ relevance
2129
2134
  }
2130
2135
  }
2131
2136
  }
@@ -2382,6 +2387,7 @@ exports.GetFeed = (0, graphql_tag_1.default) `
2382
2387
  clientId
2383
2388
  clientSecret
2384
2389
  }
2390
+ readLimit
2385
2391
  }
2386
2392
  email {
2387
2393
  type
@@ -2396,6 +2402,7 @@ exports.GetFeed = (0, graphql_tag_1.default) `
2396
2402
  type
2397
2403
  refreshToken
2398
2404
  }
2405
+ readLimit
2399
2406
  }
2400
2407
  issue {
2401
2408
  type
@@ -2405,6 +2412,7 @@ exports.GetFeed = (0, graphql_tag_1.default) `
2405
2412
  project
2406
2413
  email
2407
2414
  token
2415
+ offset
2408
2416
  }
2409
2417
  linear {
2410
2418
  key
@@ -2417,6 +2425,7 @@ exports.GetFeed = (0, graphql_tag_1.default) `
2417
2425
  refreshToken
2418
2426
  personalAccessToken
2419
2427
  }
2428
+ readLimit
2420
2429
  }
2421
2430
  rss {
2422
2431
  readLimit
@@ -2549,6 +2558,7 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
2549
2558
  clientId
2550
2559
  clientSecret
2551
2560
  }
2561
+ readLimit
2552
2562
  }
2553
2563
  email {
2554
2564
  type
@@ -2563,6 +2573,7 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
2563
2573
  type
2564
2574
  refreshToken
2565
2575
  }
2576
+ readLimit
2566
2577
  }
2567
2578
  issue {
2568
2579
  type
@@ -2572,6 +2583,7 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
2572
2583
  project
2573
2584
  email
2574
2585
  token
2586
+ offset
2575
2587
  }
2576
2588
  linear {
2577
2589
  key
@@ -2584,6 +2596,7 @@ exports.QueryFeeds = (0, graphql_tag_1.default) `
2584
2596
  refreshToken
2585
2597
  personalAccessToken
2586
2598
  }
2599
+ readLimit
2587
2600
  }
2588
2601
  rss {
2589
2602
  readLimit
@@ -3951,6 +3964,8 @@ exports.CreateWorkflow = (0, graphql_tag_1.default) `
3951
3964
  fileTypes
3952
3965
  azureDocument {
3953
3966
  model
3967
+ endpoint
3968
+ key
3954
3969
  }
3955
3970
  deepgram {
3956
3971
  model
@@ -4099,6 +4114,8 @@ exports.GetWorkflow = (0, graphql_tag_1.default) `
4099
4114
  fileTypes
4100
4115
  azureDocument {
4101
4116
  model
4117
+ endpoint
4118
+ key
4102
4119
  }
4103
4120
  deepgram {
4104
4121
  model
@@ -4220,6 +4237,8 @@ exports.QueryWorkflows = (0, graphql_tag_1.default) `
4220
4237
  fileTypes
4221
4238
  azureDocument {
4222
4239
  model
4240
+ endpoint
4241
+ key
4223
4242
  }
4224
4243
  deepgram {
4225
4244
  model
@@ -4337,6 +4356,8 @@ exports.UpdateWorkflow = (0, graphql_tag_1.default) `
4337
4356
  fileTypes
4338
4357
  azureDocument {
4339
4358
  model
4359
+ endpoint
4360
+ key
4340
4361
  }
4341
4362
  deepgram {
4342
4363
  model
@@ -156,7 +156,7 @@ export type AlertFilter = {
156
156
  limit?: InputMaybe<Scalars['Int']['input']>;
157
157
  /** Filter alert(s) by their name. */
158
158
  name?: InputMaybe<Scalars['String']['input']>;
159
- /** Skip the specified number of alert(s) from the beginning of the result set. */
159
+ /** Skip the specified number of alert(s) from the beginning of the result set. Only supported on keyword search. */
160
160
  offset?: InputMaybe<Scalars['Int']['input']>;
161
161
  /** The sort order for query results. */
162
162
  orderBy?: InputMaybe<OrderByTypes>;
@@ -384,6 +384,8 @@ export type AtlassianJiraFeedProperties = {
384
384
  __typename?: 'AtlassianJiraFeedProperties';
385
385
  /** Atlassian account email address. */
386
386
  email: Scalars['String']['output'];
387
+ /** Atlassian server timezone offset. */
388
+ offset?: Maybe<Scalars['TimeSpan']['output']>;
387
389
  /** Atlassian Jira project key, i.e. the short prefix of Jira issues. */
388
390
  project: Scalars['String']['output'];
389
391
  /** Atlassian API token. */
@@ -395,6 +397,8 @@ export type AtlassianJiraFeedProperties = {
395
397
  export type AtlassianJiraFeedPropertiesInput = {
396
398
  /** Atlassian account email address. */
397
399
  email: Scalars['String']['input'];
400
+ /** Atlassian server timezone offset, defaults to -08:00:00. */
401
+ offset?: InputMaybe<Scalars['TimeSpan']['input']>;
398
402
  /** Atlassian Jira project key, i.e. the short prefix of Jira issues. */
399
403
  project: Scalars['String']['input'];
400
404
  /** Atlassian API token. */
@@ -406,6 +410,8 @@ export type AtlassianJiraFeedPropertiesInput = {
406
410
  export type AtlassianJiraFeedPropertiesUpdateInput = {
407
411
  /** Atlassian account email address. */
408
412
  email?: InputMaybe<Scalars['String']['input']>;
413
+ /** Atlassian server timezone offset. */
414
+ offset?: InputMaybe<Scalars['TimeSpan']['input']>;
409
415
  /** Atlassian Jira project key, i.e. the short prefix of Jira issues. */
410
416
  project?: InputMaybe<Scalars['String']['input']>;
411
417
  /** Atlassian API token. */
@@ -563,11 +569,19 @@ export declare enum AzureDocumentIntelligenceModels {
563
569
  /** Represents the Azure Document Intelligence preparation properties. */
564
570
  export type AzureDocumentPreparationProperties = {
565
571
  __typename?: 'AzureDocumentPreparationProperties';
572
+ /** The Azure Document Intelligence API endpoint, optional. */
573
+ endpoint?: Maybe<Scalars['URL']['output']>;
574
+ /** The Azure Document Intelligence API key, optional. */
575
+ key?: Maybe<Scalars['String']['output']>;
566
576
  /** The Azure Document Intelligence model. */
567
577
  model?: Maybe<AzureDocumentIntelligenceModels>;
568
578
  };
569
579
  /** Represents the Azure Document Intelligence preparation properties. */
570
580
  export type AzureDocumentPreparationPropertiesInput = {
581
+ /** The Azure Document Intelligence API endpoint, optional. */
582
+ endpoint?: InputMaybe<Scalars['URL']['input']>;
583
+ /** The Azure Document Intelligence API key, optional. */
584
+ key?: InputMaybe<Scalars['String']['input']>;
571
585
  /** The Azure Document Intelligence model. */
572
586
  model?: InputMaybe<AzureDocumentIntelligenceModels>;
573
587
  };
@@ -795,7 +809,7 @@ export type CategoryFilter = {
795
809
  limit?: InputMaybe<Scalars['Int']['input']>;
796
810
  /** Filter category(s) by their name. */
797
811
  name?: InputMaybe<Scalars['String']['input']>;
798
- /** Skip the specified number of category(s) from the beginning of the result set. */
812
+ /** Skip the specified number of category(s) from the beginning of the result set. Only supported on keyword search. */
799
813
  offset?: InputMaybe<Scalars['Int']['input']>;
800
814
  /** The sort order for query results. */
801
815
  orderBy?: InputMaybe<OrderByTypes>;
@@ -925,7 +939,7 @@ export type CollectionFilter = {
925
939
  limit?: InputMaybe<Scalars['Int']['input']>;
926
940
  /** Filter collection(s) by their name. */
927
941
  name?: InputMaybe<Scalars['String']['input']>;
928
- /** Skip the specified number of collection(s) from the beginning of the result set. */
942
+ /** Skip the specified number of collection(s) from the beginning of the result set. Only supported on keyword search. */
929
943
  offset?: InputMaybe<Scalars['Int']['input']>;
930
944
  /** The sort order for query results. */
931
945
  orderBy?: InputMaybe<OrderByTypes>;
@@ -1087,6 +1101,8 @@ export type Content = {
1087
1101
  posts?: Maybe<Array<Scalars['String']['output']>>;
1088
1102
  /** The followup questions which can be asked about the content. */
1089
1103
  questions?: Maybe<Array<Scalars['String']['output']>>;
1104
+ /** The relevance score of the content. */
1105
+ relevance?: Maybe<Scalars['Float']['output']>;
1090
1106
  /** The renditions generated from this content. */
1091
1107
  renditions?: Maybe<Array<Maybe<Rendition>>>;
1092
1108
  /** The similar text transcript segments, when using similarity search. */
@@ -1315,7 +1331,7 @@ export type ContentFilter = {
1315
1331
  numberSimilar?: InputMaybe<Scalars['Int']['input']>;
1316
1332
  /** Filter by observations. */
1317
1333
  observations?: InputMaybe<Array<ObservationReferenceFilter>>;
1318
- /** Skip the specified number of content(s) from the beginning of the result set. */
1334
+ /** Skip the specified number of content(s) from the beginning of the result set. Only supported on keyword search. */
1319
1335
  offset?: InputMaybe<Scalars['Int']['input']>;
1320
1336
  /** List of additional content filters using disjunctive conditions, i.e. 'or' semantics between each filter in list. */
1321
1337
  or?: InputMaybe<Array<InputMaybe<ContentFilterLevel>>>;
@@ -1449,6 +1465,12 @@ export declare enum ContentTypes {
1449
1465
  export type ContentUpdateInput = {
1450
1466
  /** The content audio metadata. */
1451
1467
  audio?: InputMaybe<AudioMetadataInput>;
1468
+ /** The summarized content bullet points. */
1469
+ bullets?: InputMaybe<Array<Scalars['String']['input']>>;
1470
+ /** The timestamped chapters summarized from the content transcript. */
1471
+ chapters?: InputMaybe<Array<Scalars['String']['input']>>;
1472
+ /** The custom content summary. */
1473
+ customSummary?: InputMaybe<Scalars['String']['input']>;
1452
1474
  /** The content description. */
1453
1475
  description?: InputMaybe<Scalars['String']['input']>;
1454
1476
  /** The content document metadata. */
@@ -1459,20 +1481,30 @@ export type ContentUpdateInput = {
1459
1481
  email?: InputMaybe<EmailMetadataInput>;
1460
1482
  /** The content geometry metadata. */
1461
1483
  geometry?: InputMaybe<GeometryMetadataInput>;
1484
+ /** The summarized content headlines. */
1485
+ headlines?: InputMaybe<Array<Scalars['String']['input']>>;
1462
1486
  /** The ID of the content to update. */
1463
1487
  id: Scalars['ID']['input'];
1464
1488
  /** The content image metadata. */
1465
1489
  image?: InputMaybe<ImageMetadataInput>;
1466
1490
  /** The content issue metadata. */
1467
1491
  issue?: InputMaybe<IssueMetadataInput>;
1492
+ /** The summarized content keywords or key phrases. */
1493
+ keywords?: InputMaybe<Array<Scalars['String']['input']>>;
1468
1494
  /** The name of the content. */
1469
1495
  name?: InputMaybe<Scalars['String']['input']>;
1470
1496
  /** The content package metadata. */
1471
1497
  package?: InputMaybe<PackageMetadataInput>;
1472
1498
  /** The content point cloud metadata. */
1473
1499
  pointCloud?: InputMaybe<PointCloudMetadataInput>;
1500
+ /** The summarized content social media posts. */
1501
+ posts?: InputMaybe<Array<Scalars['String']['input']>>;
1502
+ /** The followup questions which can be asked about the content. */
1503
+ questions?: InputMaybe<Array<Scalars['String']['input']>>;
1474
1504
  /** The content shape metadata. */
1475
1505
  shape?: InputMaybe<ShapeMetadataInput>;
1506
+ /** The content summary. */
1507
+ summary?: InputMaybe<Scalars['String']['input']>;
1476
1508
  /** The content video metadata. */
1477
1509
  video?: InputMaybe<VideoMetadataInput>;
1478
1510
  };
@@ -1497,6 +1529,8 @@ export type Conversation = {
1497
1529
  name: Scalars['String']['output'];
1498
1530
  /** The owner of the conversation. */
1499
1531
  owner: Owner;
1532
+ /** The relevance score of the conversation. */
1533
+ relevance?: Maybe<Scalars['Float']['output']>;
1500
1534
  /** The LLM specification used by this conversation. */
1501
1535
  specification?: Maybe<Specification>;
1502
1536
  /** The state of the conversation (i.e. created, finished). */
@@ -1538,7 +1572,7 @@ export type ConversationFilter = {
1538
1572
  name?: InputMaybe<Scalars['String']['input']>;
1539
1573
  /** When using similarity search, the number of similar items to be returned. Defaults to 10. */
1540
1574
  numberSimilar?: InputMaybe<Scalars['Int']['input']>;
1541
- /** Skip the specified number of conversation(s) from the beginning of the result set. */
1575
+ /** Skip the specified number of conversation(s) from the beginning of the result set. Only supported on keyword search. */
1542
1576
  offset?: InputMaybe<Scalars['Int']['input']>;
1543
1577
  /** The sort order for query results. */
1544
1578
  orderBy?: InputMaybe<OrderByTypes>;
@@ -1715,7 +1749,7 @@ export type DeepgramAudioPreparationProperties = {
1715
1749
  enableRedaction?: Maybe<Scalars['Boolean']['output']>;
1716
1750
  /** Whether to enable speaker diarization during Deepgram audio transcription. */
1717
1751
  enableSpeakerDiarization?: Maybe<Scalars['Boolean']['output']>;
1718
- /** The Deepgram API key. */
1752
+ /** The Deepgram API key, optional. */
1719
1753
  key?: Maybe<Scalars['String']['output']>;
1720
1754
  /** The Deepgram transcription model. */
1721
1755
  model?: Maybe<DeepgramModels>;
@@ -1726,7 +1760,7 @@ export type DeepgramAudioPreparationPropertiesInput = {
1726
1760
  enableRedaction?: InputMaybe<Scalars['Boolean']['input']>;
1727
1761
  /** Whether to enable speaker diarization during Deepgram audio transcription. */
1728
1762
  enableSpeakerDiarization?: InputMaybe<Scalars['Boolean']['input']>;
1729
- /** The Deepgram API key. */
1763
+ /** The Deepgram API key, optional. */
1730
1764
  key?: InputMaybe<Scalars['String']['input']>;
1731
1765
  /** The Deepgram transcription model. */
1732
1766
  model?: InputMaybe<DeepgramModels>;
@@ -2552,7 +2586,7 @@ export type EventFilter = {
2552
2586
  name?: InputMaybe<Scalars['String']['input']>;
2553
2587
  /** When using similarity search, the number of similar items to be returned. Defaults to 10. */
2554
2588
  numberSimilar?: InputMaybe<Scalars['Int']['input']>;
2555
- /** Skip the specified number of event(s) from the beginning of the result set. */
2589
+ /** Skip the specified number of event(s) from the beginning of the result set. Only supported on keyword search. */
2556
2590
  offset?: InputMaybe<Scalars['Int']['input']>;
2557
2591
  /** The sort order for query results. */
2558
2592
  orderBy?: InputMaybe<OrderByTypes>;
@@ -2802,7 +2836,7 @@ export type FeedFilter = {
2802
2836
  limit?: InputMaybe<Scalars['Int']['input']>;
2803
2837
  /** Filter feed(s) by their name. */
2804
2838
  name?: InputMaybe<Scalars['String']['input']>;
2805
- /** Skip the specified number of feed(s) from the beginning of the result set. */
2839
+ /** Skip the specified number of feed(s) from the beginning of the result set. Only supported on keyword search. */
2806
2840
  offset?: InputMaybe<Scalars['Int']['input']>;
2807
2841
  /** The sort order for query results. */
2808
2842
  orderBy?: InputMaybe<OrderByTypes>;
@@ -3781,7 +3815,7 @@ export type LabelFilter = {
3781
3815
  limit?: InputMaybe<Scalars['Int']['input']>;
3782
3816
  /** Filter label(s) by their name. */
3783
3817
  name?: InputMaybe<Scalars['String']['input']>;
3784
- /** Skip the specified number of label(s) from the beginning of the result set. */
3818
+ /** Skip the specified number of label(s) from the beginning of the result set. Only supported on keyword search. */
3785
3819
  offset?: InputMaybe<Scalars['Int']['input']>;
3786
3820
  /** The sort order for query results. */
3787
3821
  orderBy?: InputMaybe<OrderByTypes>;
@@ -4071,7 +4105,7 @@ export type MetadataFilter = {
4071
4105
  metadataTypes?: InputMaybe<Array<InputMaybe<MetadataTypes>>>;
4072
4106
  /** Filter metadata(s) by their name. */
4073
4107
  name?: InputMaybe<Scalars['String']['input']>;
4074
- /** Skip the specified number of metadata(s) from the beginning of the result set. */
4108
+ /** Skip the specified number of metadata(s) from the beginning of the result set. Only supported on keyword search. */
4075
4109
  offset?: InputMaybe<Scalars['Int']['input']>;
4076
4110
  /** The sort order for query results. */
4077
4111
  orderBy?: InputMaybe<OrderByTypes>;
@@ -5344,6 +5378,10 @@ export declare enum OpenAiModels {
5344
5378
  Gpt4O_128K = "GPT4O_128K",
5345
5379
  /** GPT-4o 128k (2024-05-13 version) */
5346
5380
  Gpt4O_128K_20240513 = "GPT4O_128K_20240513",
5381
+ /** GPT-4o Mini 128k (latest version) */
5382
+ Gpt4OMini_128K = "GPT4O_MINI_128K",
5383
+ /** GPT-4o Mini 128k (2024-07-18 version) */
5384
+ Gpt4OMini_128K_20240718 = "GPT4O_MINI_128K_20240718",
5347
5385
  /** GPT-4 (0613 version) */
5348
5386
  Gpt4_0613 = "GPT4_0613",
5349
5387
  /** GPT-4 32k (Latest version) */
@@ -5512,7 +5550,7 @@ export type OrganizationFilter = {
5512
5550
  name?: InputMaybe<Scalars['String']['input']>;
5513
5551
  /** When using similarity search, the number of similar items to be returned. Defaults to 10. */
5514
5552
  numberSimilar?: InputMaybe<Scalars['Int']['input']>;
5515
- /** Skip the specified number of organization(s) from the beginning of the result set. */
5553
+ /** Skip the specified number of organization(s) from the beginning of the result set. Only supported on keyword search. */
5516
5554
  offset?: InputMaybe<Scalars['Int']['input']>;
5517
5555
  /** The sort order for query results. */
5518
5556
  orderBy?: InputMaybe<OrderByTypes>;
@@ -5755,7 +5793,7 @@ export type PersonFilter = {
5755
5793
  name?: InputMaybe<Scalars['String']['input']>;
5756
5794
  /** When using similarity search, the number of similar items to be returned. Defaults to 10. */
5757
5795
  numberSimilar?: InputMaybe<Scalars['Int']['input']>;
5758
- /** Skip the specified number of person(s) from the beginning of the result set. */
5796
+ /** Skip the specified number of person(s) from the beginning of the result set. Only supported on keyword search. */
5759
5797
  offset?: InputMaybe<Scalars['Int']['input']>;
5760
5798
  /** The sort order for query results. */
5761
5799
  orderBy?: InputMaybe<OrderByTypes>;
@@ -5950,7 +5988,7 @@ export type PlaceFilter = {
5950
5988
  name?: InputMaybe<Scalars['String']['input']>;
5951
5989
  /** When using similarity search, the number of similar items to be returned. Defaults to 10. */
5952
5990
  numberSimilar?: InputMaybe<Scalars['Int']['input']>;
5953
- /** Skip the specified number of place(s) from the beginning of the result set. */
5991
+ /** Skip the specified number of place(s) from the beginning of the result set. Only supported on keyword search. */
5954
5992
  offset?: InputMaybe<Scalars['Int']['input']>;
5955
5993
  /** The sort order for query results. */
5956
5994
  orderBy?: InputMaybe<OrderByTypes>;
@@ -6211,7 +6249,7 @@ export type ProductFilter = {
6211
6249
  name?: InputMaybe<Scalars['String']['input']>;
6212
6250
  /** When using similarity search, the number of similar items to be returned. Defaults to 10. */
6213
6251
  numberSimilar?: InputMaybe<Scalars['Int']['input']>;
6214
- /** Skip the specified number of product(s) from the beginning of the result set. */
6252
+ /** Skip the specified number of product(s) from the beginning of the result set. Only supported on keyword search. */
6215
6253
  offset?: InputMaybe<Scalars['Int']['input']>;
6216
6254
  /** The sort order for query results. */
6217
6255
  orderBy?: InputMaybe<OrderByTypes>;
@@ -6384,7 +6422,7 @@ export type ProjectFilter = {
6384
6422
  limit?: InputMaybe<Scalars['Int']['input']>;
6385
6423
  /** Filter project(s) by their name. */
6386
6424
  name?: InputMaybe<Scalars['String']['input']>;
6387
- /** Skip the specified number of project(s) from the beginning of the result set. */
6425
+ /** Skip the specified number of project(s) from the beginning of the result set. Only supported on keyword search. */
6388
6426
  offset?: InputMaybe<Scalars['Int']['input']>;
6389
6427
  /** The sort order for query results. */
6390
6428
  orderBy?: InputMaybe<OrderByTypes>;
@@ -7334,7 +7372,7 @@ export type RepoFilter = {
7334
7372
  name?: InputMaybe<Scalars['String']['input']>;
7335
7373
  /** When using similarity search, the number of similar items to be returned. Defaults to 10. */
7336
7374
  numberSimilar?: InputMaybe<Scalars['Int']['input']>;
7337
- /** Skip the specified number of repo(s) from the beginning of the result set. */
7375
+ /** Skip the specified number of repo(s) from the beginning of the result set. Only supported on keyword search. */
7338
7376
  offset?: InputMaybe<Scalars['Int']['input']>;
7339
7377
  /** The sort order for query results. */
7340
7378
  orderBy?: InputMaybe<OrderByTypes>;
@@ -7849,7 +7887,7 @@ export type SoftwareFilter = {
7849
7887
  name?: InputMaybe<Scalars['String']['input']>;
7850
7888
  /** When using similarity search, the number of similar items to be returned. Defaults to 10. */
7851
7889
  numberSimilar?: InputMaybe<Scalars['Int']['input']>;
7852
- /** Skip the specified number of software(s) from the beginning of the result set. */
7890
+ /** Skip the specified number of software(s) from the beginning of the result set. Only supported on keyword search. */
7853
7891
  offset?: InputMaybe<Scalars['Int']['input']>;
7854
7892
  /** The sort order for query results. */
7855
7893
  orderBy?: InputMaybe<OrderByTypes>;
@@ -7976,7 +8014,7 @@ export type SpecificationFilter = {
7976
8014
  limit?: InputMaybe<Scalars['Int']['input']>;
7977
8015
  /** Filter specification(s) by their name. */
7978
8016
  name?: InputMaybe<Scalars['String']['input']>;
7979
- /** Skip the specified number of specification(s) from the beginning of the result set. */
8017
+ /** Skip the specified number of specification(s) from the beginning of the result set. Only supported on keyword search. */
7980
8018
  offset?: InputMaybe<Scalars['Int']['input']>;
7981
8019
  /** The sort order for query results. */
7982
8020
  orderBy?: InputMaybe<OrderByTypes>;
@@ -8544,7 +8582,7 @@ export type WorkflowFilter = {
8544
8582
  limit?: InputMaybe<Scalars['Int']['input']>;
8545
8583
  /** Filter workflow(s) by their name. */
8546
8584
  name?: InputMaybe<Scalars['String']['input']>;
8547
- /** Skip the specified number of workflow(s) from the beginning of the result set. */
8585
+ /** Skip the specified number of workflow(s) from the beginning of the result set. Only supported on keyword search. */
8548
8586
  offset?: InputMaybe<Scalars['Int']['input']>;
8549
8587
  /** The sort order for query results. */
8550
8588
  orderBy?: InputMaybe<OrderByTypes>;
@@ -9366,6 +9404,7 @@ export type GetContentQuery = {
9366
9404
  workflowDuration?: any | null;
9367
9405
  uri?: any | null;
9368
9406
  description?: string | null;
9407
+ relevance?: number | null;
9369
9408
  markdown?: string | null;
9370
9409
  type?: ContentTypes | null;
9371
9410
  fileType?: FileTypes | null;
@@ -9792,6 +9831,7 @@ export type QueryContentsQuery = {
9792
9831
  workflowDuration?: any | null;
9793
9832
  uri?: any | null;
9794
9833
  description?: string | null;
9834
+ relevance?: number | null;
9795
9835
  markdown?: string | null;
9796
9836
  type?: ContentTypes | null;
9797
9837
  fileType?: FileTypes | null;
@@ -10063,6 +10103,7 @@ export type QueryContentsFacetsQuery = {
10063
10103
  workflowDuration?: any | null;
10064
10104
  uri?: any | null;
10065
10105
  description?: string | null;
10106
+ relevance?: number | null;
10066
10107
  markdown?: string | null;
10067
10108
  type?: ContentTypes | null;
10068
10109
  fileType?: FileTypes | null;
@@ -10509,6 +10550,7 @@ export type GetConversationQuery = {
10509
10550
  state: EntityState;
10510
10551
  correlationId?: string | null;
10511
10552
  type?: ConversationTypes | null;
10553
+ relevance?: number | null;
10512
10554
  owner: {
10513
10555
  __typename?: 'Owner';
10514
10556
  id: string;
@@ -10951,6 +10993,7 @@ export type QueryConversationsQuery = {
10951
10993
  state: EntityState;
10952
10994
  correlationId?: string | null;
10953
10995
  type?: ConversationTypes | null;
10996
+ relevance?: number | null;
10954
10997
  owner: {
10955
10998
  __typename?: 'Owner';
10956
10999
  id: string;
@@ -11445,6 +11488,7 @@ export type GetFeedQuery = {
11445
11488
  siteType: SiteTypes;
11446
11489
  type: FeedServiceTypes;
11447
11490
  isRecursive?: boolean | null;
11491
+ readLimit?: number | null;
11448
11492
  s3?: {
11449
11493
  __typename?: 'AmazonFeedProperties';
11450
11494
  accessKey?: string | null;
@@ -11499,6 +11543,7 @@ export type GetFeedQuery = {
11499
11543
  __typename?: 'EmailFeedProperties';
11500
11544
  type: FeedServiceTypes;
11501
11545
  includeAttachments?: boolean | null;
11546
+ readLimit?: number | null;
11502
11547
  google?: {
11503
11548
  __typename?: 'GoogleEmailFeedProperties';
11504
11549
  type?: EmailListingTypes | null;
@@ -11516,12 +11561,14 @@ export type GetFeedQuery = {
11516
11561
  __typename?: 'IssueFeedProperties';
11517
11562
  type: FeedServiceTypes;
11518
11563
  includeAttachments?: boolean | null;
11564
+ readLimit?: number | null;
11519
11565
  jira?: {
11520
11566
  __typename?: 'AtlassianJiraFeedProperties';
11521
11567
  uri: any;
11522
11568
  project: string;
11523
11569
  email: string;
11524
11570
  token: string;
11571
+ offset?: any | null;
11525
11572
  } | null;
11526
11573
  linear?: {
11527
11574
  __typename?: 'LinearFeedProperties';
@@ -11647,6 +11694,7 @@ export type QueryFeedsQuery = {
11647
11694
  siteType: SiteTypes;
11648
11695
  type: FeedServiceTypes;
11649
11696
  isRecursive?: boolean | null;
11697
+ readLimit?: number | null;
11650
11698
  s3?: {
11651
11699
  __typename?: 'AmazonFeedProperties';
11652
11700
  accessKey?: string | null;
@@ -11701,6 +11749,7 @@ export type QueryFeedsQuery = {
11701
11749
  __typename?: 'EmailFeedProperties';
11702
11750
  type: FeedServiceTypes;
11703
11751
  includeAttachments?: boolean | null;
11752
+ readLimit?: number | null;
11704
11753
  google?: {
11705
11754
  __typename?: 'GoogleEmailFeedProperties';
11706
11755
  type?: EmailListingTypes | null;
@@ -11718,12 +11767,14 @@ export type QueryFeedsQuery = {
11718
11767
  __typename?: 'IssueFeedProperties';
11719
11768
  type: FeedServiceTypes;
11720
11769
  includeAttachments?: boolean | null;
11770
+ readLimit?: number | null;
11721
11771
  jira?: {
11722
11772
  __typename?: 'AtlassianJiraFeedProperties';
11723
11773
  uri: any;
11724
11774
  project: string;
11725
11775
  email: string;
11726
11776
  token: string;
11777
+ offset?: any | null;
11727
11778
  } | null;
11728
11779
  linear?: {
11729
11780
  __typename?: 'LinearFeedProperties';
@@ -13415,6 +13466,8 @@ export type CreateWorkflowMutation = {
13415
13466
  azureDocument?: {
13416
13467
  __typename?: 'AzureDocumentPreparationProperties';
13417
13468
  model?: AzureDocumentIntelligenceModels | null;
13469
+ endpoint?: any | null;
13470
+ key?: string | null;
13418
13471
  } | null;
13419
13472
  deepgram?: {
13420
13473
  __typename?: 'DeepgramAudioPreparationProperties';
@@ -13604,6 +13657,8 @@ export type GetWorkflowQuery = {
13604
13657
  azureDocument?: {
13605
13658
  __typename?: 'AzureDocumentPreparationProperties';
13606
13659
  model?: AzureDocumentIntelligenceModels | null;
13660
+ endpoint?: any | null;
13661
+ key?: string | null;
13607
13662
  } | null;
13608
13663
  deepgram?: {
13609
13664
  __typename?: 'DeepgramAudioPreparationProperties';
@@ -13759,6 +13814,8 @@ export type QueryWorkflowsQuery = {
13759
13814
  azureDocument?: {
13760
13815
  __typename?: 'AzureDocumentPreparationProperties';
13761
13816
  model?: AzureDocumentIntelligenceModels | null;
13817
+ endpoint?: any | null;
13818
+ key?: string | null;
13762
13819
  } | null;
13763
13820
  deepgram?: {
13764
13821
  __typename?: 'DeepgramAudioPreparationProperties';
@@ -13908,6 +13965,8 @@ export type UpdateWorkflowMutation = {
13908
13965
  azureDocument?: {
13909
13966
  __typename?: 'AzureDocumentPreparationProperties';
13910
13967
  model?: AzureDocumentIntelligenceModels | null;
13968
+ endpoint?: any | null;
13969
+ key?: string | null;
13911
13970
  } | null;
13912
13971
  deepgram?: {
13913
13972
  __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) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20240704001",
3
+ "version": "1.0.20240719001",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",