graphlit-client 1.0.20250904003 → 1.0.20250920001
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,9 @@ export const GetAlert = gql `
|
|
|
75
75
|
type
|
|
76
76
|
summaryPrompt
|
|
77
77
|
publishPrompt
|
|
78
|
+
view {
|
|
79
|
+
id
|
|
80
|
+
}
|
|
78
81
|
filter {
|
|
79
82
|
dateRange {
|
|
80
83
|
from
|
|
@@ -238,6 +241,9 @@ export const QueryAlerts = gql `
|
|
|
238
241
|
type
|
|
239
242
|
summaryPrompt
|
|
240
243
|
publishPrompt
|
|
244
|
+
view {
|
|
245
|
+
id
|
|
246
|
+
}
|
|
241
247
|
filter {
|
|
242
248
|
dateRange {
|
|
243
249
|
from
|
|
@@ -817,6 +823,7 @@ export const DescribeEncodedImage = gql `
|
|
|
817
823
|
fileExtension
|
|
818
824
|
fileName
|
|
819
825
|
fileSize
|
|
826
|
+
relativeFolderPath
|
|
820
827
|
masterUri
|
|
821
828
|
imageUri
|
|
822
829
|
textUri
|
|
@@ -953,6 +960,7 @@ export const DescribeImage = gql `
|
|
|
953
960
|
fileExtension
|
|
954
961
|
fileName
|
|
955
962
|
fileSize
|
|
963
|
+
relativeFolderPath
|
|
956
964
|
masterUri
|
|
957
965
|
imageUri
|
|
958
966
|
textUri
|
|
@@ -2205,6 +2213,7 @@ export const PublishContents = gql `
|
|
|
2205
2213
|
fileExtension
|
|
2206
2214
|
fileName
|
|
2207
2215
|
fileSize
|
|
2216
|
+
relativeFolderPath
|
|
2208
2217
|
masterUri
|
|
2209
2218
|
imageUri
|
|
2210
2219
|
textUri
|
|
@@ -2330,6 +2339,7 @@ export const PublishText = gql `
|
|
|
2330
2339
|
fileExtension
|
|
2331
2340
|
fileName
|
|
2332
2341
|
fileSize
|
|
2342
|
+
relativeFolderPath
|
|
2333
2343
|
masterUri
|
|
2334
2344
|
imageUri
|
|
2335
2345
|
textUri
|
|
@@ -3232,6 +3242,7 @@ export const AskGraphlit = gql `
|
|
|
3232
3242
|
fileExtension
|
|
3233
3243
|
fileName
|
|
3234
3244
|
fileSize
|
|
3245
|
+
relativeFolderPath
|
|
3235
3246
|
masterUri
|
|
3236
3247
|
imageUri
|
|
3237
3248
|
textUri
|
|
@@ -3406,6 +3417,7 @@ export const CompleteConversation = gql `
|
|
|
3406
3417
|
fileExtension
|
|
3407
3418
|
fileName
|
|
3408
3419
|
fileSize
|
|
3420
|
+
relativeFolderPath
|
|
3409
3421
|
masterUri
|
|
3410
3422
|
imageUri
|
|
3411
3423
|
textUri
|
|
@@ -3585,6 +3597,7 @@ export const CompleteConversation = gql `
|
|
|
3585
3597
|
fileExtension
|
|
3586
3598
|
fileName
|
|
3587
3599
|
fileSize
|
|
3600
|
+
relativeFolderPath
|
|
3588
3601
|
masterUri
|
|
3589
3602
|
imageUri
|
|
3590
3603
|
textUri
|
|
@@ -3726,6 +3739,7 @@ export const ContinueConversation = gql `
|
|
|
3726
3739
|
fileExtension
|
|
3727
3740
|
fileName
|
|
3728
3741
|
fileSize
|
|
3742
|
+
relativeFolderPath
|
|
3729
3743
|
masterUri
|
|
3730
3744
|
imageUri
|
|
3731
3745
|
textUri
|
|
@@ -3905,6 +3919,7 @@ export const ContinueConversation = gql `
|
|
|
3905
3919
|
fileExtension
|
|
3906
3920
|
fileName
|
|
3907
3921
|
fileSize
|
|
3922
|
+
relativeFolderPath
|
|
3908
3923
|
masterUri
|
|
3909
3924
|
imageUri
|
|
3910
3925
|
textUri
|
|
@@ -4095,6 +4110,7 @@ export const FormatConversation = gql `
|
|
|
4095
4110
|
fileExtension
|
|
4096
4111
|
fileName
|
|
4097
4112
|
fileSize
|
|
4113
|
+
relativeFolderPath
|
|
4098
4114
|
masterUri
|
|
4099
4115
|
imageUri
|
|
4100
4116
|
textUri
|
|
@@ -4274,6 +4290,7 @@ export const FormatConversation = gql `
|
|
|
4274
4290
|
fileExtension
|
|
4275
4291
|
fileName
|
|
4276
4292
|
fileSize
|
|
4293
|
+
relativeFolderPath
|
|
4277
4294
|
masterUri
|
|
4278
4295
|
imageUri
|
|
4279
4296
|
textUri
|
|
@@ -4418,6 +4435,7 @@ export const GetConversation = gql `
|
|
|
4418
4435
|
fileExtension
|
|
4419
4436
|
fileName
|
|
4420
4437
|
fileSize
|
|
4438
|
+
relativeFolderPath
|
|
4421
4439
|
masterUri
|
|
4422
4440
|
imageUri
|
|
4423
4441
|
textUri
|
|
@@ -4743,6 +4761,7 @@ export const Prompt = gql `
|
|
|
4743
4761
|
fileExtension
|
|
4744
4762
|
fileName
|
|
4745
4763
|
fileSize
|
|
4764
|
+
relativeFolderPath
|
|
4746
4765
|
masterUri
|
|
4747
4766
|
imageUri
|
|
4748
4767
|
textUri
|
|
@@ -4891,6 +4910,7 @@ export const PromptConversation = gql `
|
|
|
4891
4910
|
fileExtension
|
|
4892
4911
|
fileName
|
|
4893
4912
|
fileSize
|
|
4913
|
+
relativeFolderPath
|
|
4894
4914
|
masterUri
|
|
4895
4915
|
imageUri
|
|
4896
4916
|
textUri
|
|
@@ -5070,6 +5090,7 @@ export const PromptConversation = gql `
|
|
|
5070
5090
|
fileExtension
|
|
5071
5091
|
fileName
|
|
5072
5092
|
fileSize
|
|
5093
|
+
relativeFolderPath
|
|
5073
5094
|
masterUri
|
|
5074
5095
|
imageUri
|
|
5075
5096
|
textUri
|
|
@@ -5207,6 +5228,7 @@ export const PublishConversation = gql `
|
|
|
5207
5228
|
fileExtension
|
|
5208
5229
|
fileName
|
|
5209
5230
|
fileSize
|
|
5231
|
+
relativeFolderPath
|
|
5210
5232
|
masterUri
|
|
5211
5233
|
imageUri
|
|
5212
5234
|
textUri
|
|
@@ -5339,6 +5361,7 @@ export const QueryConversations = gql `
|
|
|
5339
5361
|
fileExtension
|
|
5340
5362
|
fileName
|
|
5341
5363
|
fileSize
|
|
5364
|
+
relativeFolderPath
|
|
5342
5365
|
masterUri
|
|
5343
5366
|
imageUri
|
|
5344
5367
|
textUri
|
|
@@ -5715,6 +5738,7 @@ export const ReviseContent = gql `
|
|
|
5715
5738
|
fileExtension
|
|
5716
5739
|
fileName
|
|
5717
5740
|
fileSize
|
|
5741
|
+
relativeFolderPath
|
|
5718
5742
|
masterUri
|
|
5719
5743
|
imageUri
|
|
5720
5744
|
textUri
|
|
@@ -5859,6 +5883,7 @@ export const ReviseEncodedImage = gql `
|
|
|
5859
5883
|
fileExtension
|
|
5860
5884
|
fileName
|
|
5861
5885
|
fileSize
|
|
5886
|
+
relativeFolderPath
|
|
5862
5887
|
masterUri
|
|
5863
5888
|
imageUri
|
|
5864
5889
|
textUri
|
|
@@ -6002,6 +6027,7 @@ export const ReviseImage = gql `
|
|
|
6002
6027
|
fileExtension
|
|
6003
6028
|
fileName
|
|
6004
6029
|
fileSize
|
|
6030
|
+
relativeFolderPath
|
|
6005
6031
|
masterUri
|
|
6006
6032
|
imageUri
|
|
6007
6033
|
textUri
|
|
@@ -6145,6 +6171,7 @@ export const ReviseText = gql `
|
|
|
6145
6171
|
fileExtension
|
|
6146
6172
|
fileName
|
|
6147
6173
|
fileSize
|
|
6174
|
+
relativeFolderPath
|
|
6148
6175
|
masterUri
|
|
6149
6176
|
imageUri
|
|
6150
6177
|
textUri
|
|
@@ -6480,6 +6507,8 @@ export const GetFeed = gql `
|
|
|
6480
6507
|
siteType
|
|
6481
6508
|
type
|
|
6482
6509
|
isRecursive
|
|
6510
|
+
allowedPaths
|
|
6511
|
+
excludedPaths
|
|
6483
6512
|
s3 {
|
|
6484
6513
|
accessKey
|
|
6485
6514
|
secretAccessKey
|
|
@@ -6818,6 +6847,8 @@ export const QueryFeeds = gql `
|
|
|
6818
6847
|
siteType
|
|
6819
6848
|
type
|
|
6820
6849
|
isRecursive
|
|
6850
|
+
allowedPaths
|
|
6851
|
+
excludedPaths
|
|
6821
6852
|
s3 {
|
|
6822
6853
|
accessKey
|
|
6823
6854
|
secretAccessKey
|
|
@@ -9364,6 +9395,7 @@ export const PromptSpecifications = gql `
|
|
|
9364
9395
|
fileExtension
|
|
9365
9396
|
fileName
|
|
9366
9397
|
fileSize
|
|
9398
|
+
relativeFolderPath
|
|
9367
9399
|
masterUri
|
|
9368
9400
|
imageUri
|
|
9369
9401
|
textUri
|
|
@@ -11109,6 +11141,7 @@ export const CreateWorkflow = gql `
|
|
|
11109
11141
|
specification {
|
|
11110
11142
|
id
|
|
11111
11143
|
}
|
|
11144
|
+
tokenThreshold
|
|
11112
11145
|
}
|
|
11113
11146
|
}
|
|
11114
11147
|
}
|
|
@@ -11362,6 +11395,7 @@ export const GetWorkflow = gql `
|
|
|
11362
11395
|
specification {
|
|
11363
11396
|
id
|
|
11364
11397
|
}
|
|
11398
|
+
tokenThreshold
|
|
11365
11399
|
}
|
|
11366
11400
|
}
|
|
11367
11401
|
}
|
|
@@ -11588,6 +11622,7 @@ export const QueryWorkflows = gql `
|
|
|
11588
11622
|
specification {
|
|
11589
11623
|
id
|
|
11590
11624
|
}
|
|
11625
|
+
tokenThreshold
|
|
11591
11626
|
}
|
|
11592
11627
|
}
|
|
11593
11628
|
}
|
|
@@ -11809,6 +11844,7 @@ export const UpdateWorkflow = gql `
|
|
|
11809
11844
|
specification {
|
|
11810
11845
|
id
|
|
11811
11846
|
}
|
|
11847
|
+
tokenThreshold
|
|
11812
11848
|
}
|
|
11813
11849
|
}
|
|
11814
11850
|
}
|
|
@@ -12029,6 +12065,7 @@ export const UpsertWorkflow = gql `
|
|
|
12029
12065
|
specification {
|
|
12030
12066
|
id
|
|
12031
12067
|
}
|
|
12068
|
+
tokenThreshold
|
|
12032
12069
|
}
|
|
12033
12070
|
}
|
|
12034
12071
|
}
|
|
@@ -145,6 +145,8 @@ export type Alert = {
|
|
|
145
145
|
summarySpecification?: Maybe<EntityReference>;
|
|
146
146
|
/** The alert type. */
|
|
147
147
|
type: AlertTypes;
|
|
148
|
+
/** The saved view, optional. */
|
|
149
|
+
view?: Maybe<EntityReference>;
|
|
148
150
|
};
|
|
149
151
|
/** Represents a filter for alerts. */
|
|
150
152
|
export type AlertFilter = {
|
|
@@ -193,6 +195,8 @@ export type AlertInput = {
|
|
|
193
195
|
summarySpecification?: InputMaybe<EntityReferenceInput>;
|
|
194
196
|
/** The alert type. */
|
|
195
197
|
type: AlertTypes;
|
|
198
|
+
/** The saved view, optional. */
|
|
199
|
+
view?: InputMaybe<EntityReferenceInput>;
|
|
196
200
|
};
|
|
197
201
|
/** Represents alert query results. */
|
|
198
202
|
export type AlertResults = {
|
|
@@ -203,43 +207,23 @@ export type AlertResults = {
|
|
|
203
207
|
/** Represents an alert scheduling policy. */
|
|
204
208
|
export type AlertSchedulePolicy = {
|
|
205
209
|
__typename?: 'AlertSchedulePolicy';
|
|
206
|
-
/** If absolute time, the datetime value. */
|
|
207
|
-
absoluteTime?: Maybe<Scalars['DateTime']['output']>;
|
|
208
210
|
/** 6-field NCRONTAB expression (with seconds), e.g. '0 *\/5 * * * *'. If set, this takes precedence for scheduling. */
|
|
209
211
|
cron?: Maybe<Scalars['String']['output']>;
|
|
210
|
-
/** The delay between recurrences of the alert. */
|
|
211
|
-
delay?: Maybe<Scalars['TimeSpan']['output']>;
|
|
212
212
|
/** The alert recurrence type. */
|
|
213
213
|
recurrenceType?: Maybe<TimedPolicyRecurrenceTypes>;
|
|
214
|
-
/** If
|
|
215
|
-
relativeTime?: Maybe<Scalars['TimeSpan']['output']>;
|
|
216
|
-
/** If a repeated alert, the interval between repetitions. */
|
|
214
|
+
/** If a repeated alert, the interval between repetitions. Defaults to 15 minutes. */
|
|
217
215
|
repeatInterval?: Maybe<Scalars['TimeSpan']['output']>;
|
|
218
|
-
/** If a repeated alert, the time to repeat until */
|
|
219
|
-
repeatUntilTime?: Maybe<Scalars['DateTime']['output']>;
|
|
220
|
-
/** The type of time interval. */
|
|
221
|
-
timeType?: Maybe<PolicyTimeTypes>;
|
|
222
216
|
/** Time zone for interpreting Cron. Accepts IANA ('America/Los_Angeles') or Windows ('Pacific Standard Time') format. If null, Cron is interpreted as UTC. */
|
|
223
217
|
timeZoneId?: Maybe<Scalars['String']['output']>;
|
|
224
218
|
};
|
|
225
219
|
/** Represents an alert scheduling policy. */
|
|
226
220
|
export type AlertSchedulePolicyInput = {
|
|
227
|
-
/** If absolute time, the datetime value. */
|
|
228
|
-
absoluteTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
229
221
|
/** 6-field NCRONTAB expression (with seconds), e.g. '0 *\/5 * * * *'. If set, this takes precedence for scheduling. */
|
|
230
222
|
cron?: InputMaybe<Scalars['String']['input']>;
|
|
231
|
-
/** The delay between recurrences of the alert. */
|
|
232
|
-
delay?: InputMaybe<Scalars['TimeSpan']['input']>;
|
|
233
223
|
/** The alert recurrence type. */
|
|
234
224
|
recurrenceType?: InputMaybe<TimedPolicyRecurrenceTypes>;
|
|
235
|
-
/** If relative time, the relative timespan. */
|
|
236
|
-
relativeTime?: InputMaybe<Scalars['TimeSpan']['input']>;
|
|
237
225
|
/** If a repeated alert, the interval between repetitions. */
|
|
238
226
|
repeatInterval?: InputMaybe<Scalars['TimeSpan']['input']>;
|
|
239
|
-
/** If a repeated alert, the time to repeat until */
|
|
240
|
-
repeatUntilTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
241
|
-
/** The type of time interval. */
|
|
242
|
-
timeType?: InputMaybe<PolicyTimeTypes>;
|
|
243
227
|
/** Time zone for interpreting Cron. Accepts IANA ('America/Los_Angeles') or Windows ('Pacific Standard Time') format. If null, Cron is interpreted as UTC. */
|
|
244
228
|
timeZoneId?: InputMaybe<Scalars['String']['input']>;
|
|
245
229
|
};
|
|
@@ -270,6 +254,8 @@ export type AlertUpdateInput = {
|
|
|
270
254
|
summaryPrompt?: InputMaybe<Scalars['String']['input']>;
|
|
271
255
|
/** The LLM specification used for summarization, optional. */
|
|
272
256
|
summarySpecification?: InputMaybe<EntityReferenceInput>;
|
|
257
|
+
/** The saved view, optional. */
|
|
258
|
+
view?: InputMaybe<EntityReferenceInput>;
|
|
273
259
|
};
|
|
274
260
|
/** Represents Amazon S3 feed properties. */
|
|
275
261
|
export type AmazonFeedProperties = {
|
|
@@ -1941,6 +1927,8 @@ export type Content = {
|
|
|
1941
1927
|
questions?: Maybe<Array<Scalars['String']['output']>>;
|
|
1942
1928
|
/** Quotes extracted from the content. */
|
|
1943
1929
|
quotes?: Maybe<Array<Scalars['String']['output']>>;
|
|
1930
|
+
/** The relative folder path for the content, excluding the file name. */
|
|
1931
|
+
relativeFolderPath?: Maybe<Scalars['String']['output']>;
|
|
1944
1932
|
/** The relevance score of the content. */
|
|
1945
1933
|
relevance?: Maybe<Scalars['Float']['output']>;
|
|
1946
1934
|
/** The renditions generated from this content. */
|
|
@@ -8572,11 +8560,15 @@ export type ModelTextExtractionProperties = {
|
|
|
8572
8560
|
__typename?: 'ModelTextExtractionProperties';
|
|
8573
8561
|
/** The LLM specification used for entity extraction. */
|
|
8574
8562
|
specification?: Maybe<EntityReference>;
|
|
8563
|
+
/** The minimum token threshold for entity extraction. Text sections with less than these number of tokens will skipped during entity extraction */
|
|
8564
|
+
tokenThreshold?: Maybe<Scalars['Int']['output']>;
|
|
8575
8565
|
};
|
|
8576
8566
|
/** Represents an LLM text entity extraction connector. */
|
|
8577
8567
|
export type ModelTextExtractionPropertiesInput = {
|
|
8578
8568
|
/** The LLM specification used for entity extraction. */
|
|
8579
8569
|
specification?: InputMaybe<EntityReferenceInput>;
|
|
8570
|
+
/** The minimum token threshold for entity extraction. Text sections with less than these number of tokens will skipped during entity extraction */
|
|
8571
|
+
tokenThreshold?: InputMaybe<Scalars['Int']['input']>;
|
|
8580
8572
|
};
|
|
8581
8573
|
/** Model type */
|
|
8582
8574
|
export declare enum ModelTypes {
|
|
@@ -11310,13 +11302,6 @@ export type PointInput = {
|
|
|
11310
11302
|
/** The longitude. */
|
|
11311
11303
|
longitude: Scalars['Float']['input'];
|
|
11312
11304
|
};
|
|
11313
|
-
/** Time type for policies */
|
|
11314
|
-
export declare enum PolicyTimeTypes {
|
|
11315
|
-
/** Absolute time */
|
|
11316
|
-
AbsoluteTime = "ABSOLUTE_TIME",
|
|
11317
|
-
/** Relative time */
|
|
11318
|
-
RelativeTime = "RELATIVE_TIME"
|
|
11319
|
-
}
|
|
11320
11305
|
/** Represents a preparation workflow job. */
|
|
11321
11306
|
export type PreparationWorkflowJob = {
|
|
11322
11307
|
__typename?: 'PreparationWorkflowJob';
|
|
@@ -13581,6 +13566,8 @@ export type SharePointLibraryResults = {
|
|
|
13581
13566
|
/** Represents site feed properties. */
|
|
13582
13567
|
export type SiteFeedProperties = {
|
|
13583
13568
|
__typename?: 'SiteFeedProperties';
|
|
13569
|
+
/** The list of regular expressions for URL paths to be crawled, i.e. "^/public/blogs/.*". */
|
|
13570
|
+
allowedPaths?: Maybe<Array<Scalars['String']['output']>>;
|
|
13584
13571
|
/** Microsoft Azure blob properties. */
|
|
13585
13572
|
azureBlob?: Maybe<AzureBlobFeedProperties>;
|
|
13586
13573
|
/** Microsoft Azure file share properties. */
|
|
@@ -13591,6 +13578,8 @@ export type SiteFeedProperties = {
|
|
|
13591
13578
|
connectorType: FeedConnectorTypes;
|
|
13592
13579
|
/** Dropbox properties. */
|
|
13593
13580
|
dropbox?: Maybe<DropboxFeedProperties>;
|
|
13581
|
+
/** The list of regular expressions for URL paths to not be crawled, i.e. "^/internal/private/.*". */
|
|
13582
|
+
excludedPaths?: Maybe<Array<Scalars['String']['output']>>;
|
|
13594
13583
|
/** GitHub properties. */
|
|
13595
13584
|
github?: Maybe<GitHubFeedProperties>;
|
|
13596
13585
|
/** Google Cloud blob properties. */
|
|
@@ -13614,6 +13603,8 @@ export type SiteFeedProperties = {
|
|
|
13614
13603
|
};
|
|
13615
13604
|
/** Represents site feed properties. */
|
|
13616
13605
|
export type SiteFeedPropertiesInput = {
|
|
13606
|
+
/** The list of regular expressions for URL paths to be crawled, i.e. "^/public/blogs/.*". */
|
|
13607
|
+
allowedPaths?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
13617
13608
|
/** Microsoft Azure blob properties. */
|
|
13618
13609
|
azureBlob?: InputMaybe<AzureBlobFeedPropertiesInput>;
|
|
13619
13610
|
/** Microsoft Azure file share properties. */
|
|
@@ -13622,6 +13613,8 @@ export type SiteFeedPropertiesInput = {
|
|
|
13622
13613
|
box?: InputMaybe<BoxFeedPropertiesInput>;
|
|
13623
13614
|
/** Dropbox properties. */
|
|
13624
13615
|
dropbox?: InputMaybe<DropboxFeedPropertiesInput>;
|
|
13616
|
+
/** The list of regular expressions for URL paths to not be crawled, i.e. "^/internal/private/.*". */
|
|
13617
|
+
excludedPaths?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
13625
13618
|
/** GitHub properties. */
|
|
13626
13619
|
github?: InputMaybe<GitHubFeedPropertiesInput>;
|
|
13627
13620
|
/** Google Cloud blob properties. */
|
|
@@ -13643,6 +13636,8 @@ export type SiteFeedPropertiesInput = {
|
|
|
13643
13636
|
};
|
|
13644
13637
|
/** Represents site feed properties. */
|
|
13645
13638
|
export type SiteFeedPropertiesUpdateInput = {
|
|
13639
|
+
/** The list of regular expressions for URL paths to be crawled, i.e. "^/public/blogs/.*". */
|
|
13640
|
+
allowedPaths?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
13646
13641
|
/** Microsoft Azure blob properties. */
|
|
13647
13642
|
azureBlob?: InputMaybe<AzureBlobFeedPropertiesUpdateInput>;
|
|
13648
13643
|
/** Microsoft Azure file share properties. */
|
|
@@ -13651,6 +13646,8 @@ export type SiteFeedPropertiesUpdateInput = {
|
|
|
13651
13646
|
box?: InputMaybe<BoxFeedPropertiesUpdateInput>;
|
|
13652
13647
|
/** Dropbox properties. */
|
|
13653
13648
|
dropbox?: InputMaybe<DropboxFeedPropertiesUpdateInput>;
|
|
13649
|
+
/** The list of regular expressions for URL paths to not be crawled, i.e. "^/internal/private/.*". */
|
|
13650
|
+
excludedPaths?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
13654
13651
|
/** GitHub properties. */
|
|
13655
13652
|
github?: InputMaybe<GitHubFeedPropertiesUpdateInput>;
|
|
13656
13653
|
/** Google Cloud blob properties. */
|
|
@@ -14855,6 +14852,10 @@ export declare enum VoyageModels {
|
|
|
14855
14852
|
Voyage_3_0 = "VOYAGE_3_0",
|
|
14856
14853
|
/** Voyage 3.0 Large */
|
|
14857
14854
|
Voyage_3_0Large = "VOYAGE_3_0_LARGE",
|
|
14855
|
+
/** Voyage 3.5 */
|
|
14856
|
+
Voyage_3_5 = "VOYAGE_3_5",
|
|
14857
|
+
/** Voyage 3.5 Lite */
|
|
14858
|
+
Voyage_3_5Lite = "VOYAGE_3_5_LITE",
|
|
14858
14859
|
/** Voyage Code 2.0 */
|
|
14859
14860
|
VoyageCode_2_0 = "VOYAGE_CODE_2_0",
|
|
14860
14861
|
/** Voyage Code 3.0 */
|
|
@@ -15324,6 +15325,10 @@ export type GetAlertQuery = {
|
|
|
15324
15325
|
__typename?: 'Owner';
|
|
15325
15326
|
id: string;
|
|
15326
15327
|
};
|
|
15328
|
+
view?: {
|
|
15329
|
+
__typename?: 'EntityReference';
|
|
15330
|
+
id: string;
|
|
15331
|
+
} | null;
|
|
15327
15332
|
filter?: {
|
|
15328
15333
|
__typename?: 'ContentCriteria';
|
|
15329
15334
|
inLast?: any | null;
|
|
@@ -15533,6 +15538,10 @@ export type QueryAlertsQuery = {
|
|
|
15533
15538
|
__typename?: 'Owner';
|
|
15534
15539
|
id: string;
|
|
15535
15540
|
};
|
|
15541
|
+
view?: {
|
|
15542
|
+
__typename?: 'EntityReference';
|
|
15543
|
+
id: string;
|
|
15544
|
+
} | null;
|
|
15536
15545
|
filter?: {
|
|
15537
15546
|
__typename?: 'ContentCriteria';
|
|
15538
15547
|
inLast?: any | null;
|
|
@@ -16300,6 +16309,7 @@ export type DescribeEncodedImageMutation = {
|
|
|
16300
16309
|
fileExtension?: string | null;
|
|
16301
16310
|
fileName?: string | null;
|
|
16302
16311
|
fileSize?: any | null;
|
|
16312
|
+
relativeFolderPath?: string | null;
|
|
16303
16313
|
masterUri?: any | null;
|
|
16304
16314
|
imageUri?: any | null;
|
|
16305
16315
|
textUri?: any | null;
|
|
@@ -16444,6 +16454,7 @@ export type DescribeImageMutation = {
|
|
|
16444
16454
|
fileExtension?: string | null;
|
|
16445
16455
|
fileName?: string | null;
|
|
16446
16456
|
fileSize?: any | null;
|
|
16457
|
+
relativeFolderPath?: string | null;
|
|
16447
16458
|
masterUri?: any | null;
|
|
16448
16459
|
imageUri?: any | null;
|
|
16449
16460
|
textUri?: any | null;
|
|
@@ -17827,6 +17838,7 @@ export type PublishContentsMutation = {
|
|
|
17827
17838
|
fileExtension?: string | null;
|
|
17828
17839
|
fileName?: string | null;
|
|
17829
17840
|
fileSize?: any | null;
|
|
17841
|
+
relativeFolderPath?: string | null;
|
|
17830
17842
|
masterUri?: any | null;
|
|
17831
17843
|
imageUri?: any | null;
|
|
17832
17844
|
textUri?: any | null;
|
|
@@ -17960,6 +17972,7 @@ export type PublishTextMutation = {
|
|
|
17960
17972
|
fileExtension?: string | null;
|
|
17961
17973
|
fileName?: string | null;
|
|
17962
17974
|
fileSize?: any | null;
|
|
17975
|
+
relativeFolderPath?: string | null;
|
|
17963
17976
|
masterUri?: any | null;
|
|
17964
17977
|
imageUri?: any | null;
|
|
17965
17978
|
textUri?: any | null;
|
|
@@ -19009,6 +19022,7 @@ export type AskGraphlitMutation = {
|
|
|
19009
19022
|
fileExtension?: string | null;
|
|
19010
19023
|
fileName?: string | null;
|
|
19011
19024
|
fileSize?: any | null;
|
|
19025
|
+
relativeFolderPath?: string | null;
|
|
19012
19026
|
masterUri?: any | null;
|
|
19013
19027
|
imageUri?: any | null;
|
|
19014
19028
|
textUri?: any | null;
|
|
@@ -19202,6 +19216,7 @@ export type CompleteConversationMutation = {
|
|
|
19202
19216
|
fileExtension?: string | null;
|
|
19203
19217
|
fileName?: string | null;
|
|
19204
19218
|
fileSize?: any | null;
|
|
19219
|
+
relativeFolderPath?: string | null;
|
|
19205
19220
|
masterUri?: any | null;
|
|
19206
19221
|
imageUri?: any | null;
|
|
19207
19222
|
textUri?: any | null;
|
|
@@ -19396,6 +19411,7 @@ export type CompleteConversationMutation = {
|
|
|
19396
19411
|
fileExtension?: string | null;
|
|
19397
19412
|
fileName?: string | null;
|
|
19398
19413
|
fileSize?: any | null;
|
|
19414
|
+
relativeFolderPath?: string | null;
|
|
19399
19415
|
masterUri?: any | null;
|
|
19400
19416
|
imageUri?: any | null;
|
|
19401
19417
|
textUri?: any | null;
|
|
@@ -19548,6 +19564,7 @@ export type ContinueConversationMutation = {
|
|
|
19548
19564
|
fileExtension?: string | null;
|
|
19549
19565
|
fileName?: string | null;
|
|
19550
19566
|
fileSize?: any | null;
|
|
19567
|
+
relativeFolderPath?: string | null;
|
|
19551
19568
|
masterUri?: any | null;
|
|
19552
19569
|
imageUri?: any | null;
|
|
19553
19570
|
textUri?: any | null;
|
|
@@ -19742,6 +19759,7 @@ export type ContinueConversationMutation = {
|
|
|
19742
19759
|
fileExtension?: string | null;
|
|
19743
19760
|
fileName?: string | null;
|
|
19744
19761
|
fileSize?: any | null;
|
|
19762
|
+
relativeFolderPath?: string | null;
|
|
19745
19763
|
masterUri?: any | null;
|
|
19746
19764
|
imageUri?: any | null;
|
|
19747
19765
|
textUri?: any | null;
|
|
@@ -19959,6 +19977,7 @@ export type FormatConversationMutation = {
|
|
|
19959
19977
|
fileExtension?: string | null;
|
|
19960
19978
|
fileName?: string | null;
|
|
19961
19979
|
fileSize?: any | null;
|
|
19980
|
+
relativeFolderPath?: string | null;
|
|
19962
19981
|
masterUri?: any | null;
|
|
19963
19982
|
imageUri?: any | null;
|
|
19964
19983
|
textUri?: any | null;
|
|
@@ -20153,6 +20172,7 @@ export type FormatConversationMutation = {
|
|
|
20153
20172
|
fileExtension?: string | null;
|
|
20154
20173
|
fileName?: string | null;
|
|
20155
20174
|
fileSize?: any | null;
|
|
20175
|
+
relativeFolderPath?: string | null;
|
|
20156
20176
|
masterUri?: any | null;
|
|
20157
20177
|
imageUri?: any | null;
|
|
20158
20178
|
textUri?: any | null;
|
|
@@ -20310,6 +20330,7 @@ export type GetConversationQuery = {
|
|
|
20310
20330
|
fileExtension?: string | null;
|
|
20311
20331
|
fileName?: string | null;
|
|
20312
20332
|
fileSize?: any | null;
|
|
20333
|
+
relativeFolderPath?: string | null;
|
|
20313
20334
|
masterUri?: any | null;
|
|
20314
20335
|
imageUri?: any | null;
|
|
20315
20336
|
textUri?: any | null;
|
|
@@ -20700,6 +20721,7 @@ export type PromptMutation = {
|
|
|
20700
20721
|
fileExtension?: string | null;
|
|
20701
20722
|
fileName?: string | null;
|
|
20702
20723
|
fileSize?: any | null;
|
|
20724
|
+
relativeFolderPath?: string | null;
|
|
20703
20725
|
masterUri?: any | null;
|
|
20704
20726
|
imageUri?: any | null;
|
|
20705
20727
|
textUri?: any | null;
|
|
@@ -20858,6 +20880,7 @@ export type PromptConversationMutation = {
|
|
|
20858
20880
|
fileExtension?: string | null;
|
|
20859
20881
|
fileName?: string | null;
|
|
20860
20882
|
fileSize?: any | null;
|
|
20883
|
+
relativeFolderPath?: string | null;
|
|
20861
20884
|
masterUri?: any | null;
|
|
20862
20885
|
imageUri?: any | null;
|
|
20863
20886
|
textUri?: any | null;
|
|
@@ -21052,6 +21075,7 @@ export type PromptConversationMutation = {
|
|
|
21052
21075
|
fileExtension?: string | null;
|
|
21053
21076
|
fileName?: string | null;
|
|
21054
21077
|
fileSize?: any | null;
|
|
21078
|
+
relativeFolderPath?: string | null;
|
|
21055
21079
|
masterUri?: any | null;
|
|
21056
21080
|
imageUri?: any | null;
|
|
21057
21081
|
textUri?: any | null;
|
|
@@ -21179,6 +21203,7 @@ export type PublishConversationMutation = {
|
|
|
21179
21203
|
fileExtension?: string | null;
|
|
21180
21204
|
fileName?: string | null;
|
|
21181
21205
|
fileSize?: any | null;
|
|
21206
|
+
relativeFolderPath?: string | null;
|
|
21182
21207
|
masterUri?: any | null;
|
|
21183
21208
|
imageUri?: any | null;
|
|
21184
21209
|
textUri?: any | null;
|
|
@@ -21343,6 +21368,7 @@ export type QueryConversationsQuery = {
|
|
|
21343
21368
|
fileExtension?: string | null;
|
|
21344
21369
|
fileName?: string | null;
|
|
21345
21370
|
fileSize?: any | null;
|
|
21371
|
+
relativeFolderPath?: string | null;
|
|
21346
21372
|
masterUri?: any | null;
|
|
21347
21373
|
imageUri?: any | null;
|
|
21348
21374
|
textUri?: any | null;
|
|
@@ -21790,6 +21816,7 @@ export type ReviseContentMutation = {
|
|
|
21790
21816
|
fileExtension?: string | null;
|
|
21791
21817
|
fileName?: string | null;
|
|
21792
21818
|
fileSize?: any | null;
|
|
21819
|
+
relativeFolderPath?: string | null;
|
|
21793
21820
|
masterUri?: any | null;
|
|
21794
21821
|
imageUri?: any | null;
|
|
21795
21822
|
textUri?: any | null;
|
|
@@ -21944,6 +21971,7 @@ export type ReviseEncodedImageMutation = {
|
|
|
21944
21971
|
fileExtension?: string | null;
|
|
21945
21972
|
fileName?: string | null;
|
|
21946
21973
|
fileSize?: any | null;
|
|
21974
|
+
relativeFolderPath?: string | null;
|
|
21947
21975
|
masterUri?: any | null;
|
|
21948
21976
|
imageUri?: any | null;
|
|
21949
21977
|
textUri?: any | null;
|
|
@@ -22097,6 +22125,7 @@ export type ReviseImageMutation = {
|
|
|
22097
22125
|
fileExtension?: string | null;
|
|
22098
22126
|
fileName?: string | null;
|
|
22099
22127
|
fileSize?: any | null;
|
|
22128
|
+
relativeFolderPath?: string | null;
|
|
22100
22129
|
masterUri?: any | null;
|
|
22101
22130
|
imageUri?: any | null;
|
|
22102
22131
|
textUri?: any | null;
|
|
@@ -22250,6 +22279,7 @@ export type ReviseTextMutation = {
|
|
|
22250
22279
|
fileExtension?: string | null;
|
|
22251
22280
|
fileName?: string | null;
|
|
22252
22281
|
fileSize?: any | null;
|
|
22282
|
+
relativeFolderPath?: string | null;
|
|
22253
22283
|
masterUri?: any | null;
|
|
22254
22284
|
imageUri?: any | null;
|
|
22255
22285
|
textUri?: any | null;
|
|
@@ -22641,6 +22671,8 @@ export type GetFeedQuery = {
|
|
|
22641
22671
|
siteType: SiteTypes;
|
|
22642
22672
|
type: FeedServiceTypes;
|
|
22643
22673
|
isRecursive?: boolean | null;
|
|
22674
|
+
allowedPaths?: Array<string> | null;
|
|
22675
|
+
excludedPaths?: Array<string> | null;
|
|
22644
22676
|
readLimit?: number | null;
|
|
22645
22677
|
s3?: {
|
|
22646
22678
|
__typename?: 'AmazonFeedProperties';
|
|
@@ -23047,6 +23079,8 @@ export type QueryFeedsQuery = {
|
|
|
23047
23079
|
siteType: SiteTypes;
|
|
23048
23080
|
type: FeedServiceTypes;
|
|
23049
23081
|
isRecursive?: boolean | null;
|
|
23082
|
+
allowedPaths?: Array<string> | null;
|
|
23083
|
+
excludedPaths?: Array<string> | null;
|
|
23050
23084
|
readLimit?: number | null;
|
|
23051
23085
|
s3?: {
|
|
23052
23086
|
__typename?: 'AmazonFeedProperties';
|
|
@@ -26282,6 +26316,7 @@ export type PromptSpecificationsMutation = {
|
|
|
26282
26316
|
fileExtension?: string | null;
|
|
26283
26317
|
fileName?: string | null;
|
|
26284
26318
|
fileSize?: any | null;
|
|
26319
|
+
relativeFolderPath?: string | null;
|
|
26285
26320
|
masterUri?: any | null;
|
|
26286
26321
|
imageUri?: any | null;
|
|
26287
26322
|
textUri?: any | null;
|
|
@@ -28454,6 +28489,7 @@ export type CreateWorkflowMutation = {
|
|
|
28454
28489
|
} | null;
|
|
28455
28490
|
modelText?: {
|
|
28456
28491
|
__typename?: 'ModelTextExtractionProperties';
|
|
28492
|
+
tokenThreshold?: number | null;
|
|
28457
28493
|
specification?: {
|
|
28458
28494
|
__typename?: 'EntityReference';
|
|
28459
28495
|
id: string;
|
|
@@ -28774,6 +28810,7 @@ export type GetWorkflowQuery = {
|
|
|
28774
28810
|
} | null;
|
|
28775
28811
|
modelText?: {
|
|
28776
28812
|
__typename?: 'ModelTextExtractionProperties';
|
|
28813
|
+
tokenThreshold?: number | null;
|
|
28777
28814
|
specification?: {
|
|
28778
28815
|
__typename?: 'EntityReference';
|
|
28779
28816
|
id: string;
|
|
@@ -29060,6 +29097,7 @@ export type QueryWorkflowsQuery = {
|
|
|
29060
29097
|
} | null;
|
|
29061
29098
|
modelText?: {
|
|
29062
29099
|
__typename?: 'ModelTextExtractionProperties';
|
|
29100
|
+
tokenThreshold?: number | null;
|
|
29063
29101
|
specification?: {
|
|
29064
29102
|
__typename?: 'EntityReference';
|
|
29065
29103
|
id: string;
|
|
@@ -29338,6 +29376,7 @@ export type UpdateWorkflowMutation = {
|
|
|
29338
29376
|
} | null;
|
|
29339
29377
|
modelText?: {
|
|
29340
29378
|
__typename?: 'ModelTextExtractionProperties';
|
|
29379
|
+
tokenThreshold?: number | null;
|
|
29341
29380
|
specification?: {
|
|
29342
29381
|
__typename?: 'EntityReference';
|
|
29343
29382
|
id: string;
|
|
@@ -29615,6 +29654,7 @@ export type UpsertWorkflowMutation = {
|
|
|
29615
29654
|
} | null;
|
|
29616
29655
|
modelText?: {
|
|
29617
29656
|
__typename?: 'ModelTextExtractionProperties';
|
|
29657
|
+
tokenThreshold?: number | null;
|
|
29618
29658
|
specification?: {
|
|
29619
29659
|
__typename?: 'EntityReference';
|
|
29620
29660
|
id: string;
|
|
@@ -1845,14 +1845,6 @@ export var PlaceFacetTypes;
|
|
|
1845
1845
|
/** Creation Date */
|
|
1846
1846
|
PlaceFacetTypes["CreationDate"] = "CREATION_DATE";
|
|
1847
1847
|
})(PlaceFacetTypes || (PlaceFacetTypes = {}));
|
|
1848
|
-
/** Time type for policies */
|
|
1849
|
-
export var PolicyTimeTypes;
|
|
1850
|
-
(function (PolicyTimeTypes) {
|
|
1851
|
-
/** Absolute time */
|
|
1852
|
-
PolicyTimeTypes["AbsoluteTime"] = "ABSOLUTE_TIME";
|
|
1853
|
-
/** Relative time */
|
|
1854
|
-
PolicyTimeTypes["RelativeTime"] = "RELATIVE_TIME";
|
|
1855
|
-
})(PolicyTimeTypes || (PolicyTimeTypes = {}));
|
|
1856
1848
|
/** Product facet types */
|
|
1857
1849
|
export var ProductFacetTypes;
|
|
1858
1850
|
(function (ProductFacetTypes) {
|
|
@@ -2297,6 +2289,10 @@ export var VoyageModels;
|
|
|
2297
2289
|
VoyageModels["Voyage_3_0"] = "VOYAGE_3_0";
|
|
2298
2290
|
/** Voyage 3.0 Large */
|
|
2299
2291
|
VoyageModels["Voyage_3_0Large"] = "VOYAGE_3_0_LARGE";
|
|
2292
|
+
/** Voyage 3.5 */
|
|
2293
|
+
VoyageModels["Voyage_3_5"] = "VOYAGE_3_5";
|
|
2294
|
+
/** Voyage 3.5 Lite */
|
|
2295
|
+
VoyageModels["Voyage_3_5Lite"] = "VOYAGE_3_5_LITE";
|
|
2300
2296
|
/** Voyage Code 2.0 */
|
|
2301
2297
|
VoyageModels["VoyageCode_2_0"] = "VOYAGE_CODE_2_0";
|
|
2302
2298
|
/** Voyage Code 3.0 */
|