graphlit-client 1.0.20250907001 → 1.0.20250920002
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.
|
@@ -823,6 +823,7 @@ export const DescribeEncodedImage = gql `
|
|
|
823
823
|
fileExtension
|
|
824
824
|
fileName
|
|
825
825
|
fileSize
|
|
826
|
+
relativeFolderPath
|
|
826
827
|
masterUri
|
|
827
828
|
imageUri
|
|
828
829
|
textUri
|
|
@@ -959,6 +960,7 @@ export const DescribeImage = gql `
|
|
|
959
960
|
fileExtension
|
|
960
961
|
fileName
|
|
961
962
|
fileSize
|
|
963
|
+
relativeFolderPath
|
|
962
964
|
masterUri
|
|
963
965
|
imageUri
|
|
964
966
|
textUri
|
|
@@ -1178,6 +1180,7 @@ export const GetContent = gql `
|
|
|
1178
1180
|
fileExtension
|
|
1179
1181
|
fileName
|
|
1180
1182
|
fileSize
|
|
1183
|
+
relativeFolderPath
|
|
1181
1184
|
masterUri
|
|
1182
1185
|
imageUri
|
|
1183
1186
|
textUri
|
|
@@ -1907,6 +1910,7 @@ export const LookupContents = gql `
|
|
|
1907
1910
|
fileExtension
|
|
1908
1911
|
fileName
|
|
1909
1912
|
fileSize
|
|
1913
|
+
relativeFolderPath
|
|
1910
1914
|
masterUri
|
|
1911
1915
|
imageUri
|
|
1912
1916
|
textUri
|
|
@@ -2211,6 +2215,7 @@ export const PublishContents = gql `
|
|
|
2211
2215
|
fileExtension
|
|
2212
2216
|
fileName
|
|
2213
2217
|
fileSize
|
|
2218
|
+
relativeFolderPath
|
|
2214
2219
|
masterUri
|
|
2215
2220
|
imageUri
|
|
2216
2221
|
textUri
|
|
@@ -2336,6 +2341,7 @@ export const PublishText = gql `
|
|
|
2336
2341
|
fileExtension
|
|
2337
2342
|
fileName
|
|
2338
2343
|
fileSize
|
|
2344
|
+
relativeFolderPath
|
|
2339
2345
|
masterUri
|
|
2340
2346
|
imageUri
|
|
2341
2347
|
textUri
|
|
@@ -2472,6 +2478,7 @@ export const QueryContents = gql `
|
|
|
2472
2478
|
fileExtension
|
|
2473
2479
|
fileName
|
|
2474
2480
|
fileSize
|
|
2481
|
+
relativeFolderPath
|
|
2475
2482
|
masterUri
|
|
2476
2483
|
imageUri
|
|
2477
2484
|
textUri
|
|
@@ -2785,6 +2792,7 @@ export const QueryContentsObservations = gql `
|
|
|
2785
2792
|
fileExtension
|
|
2786
2793
|
fileName
|
|
2787
2794
|
fileSize
|
|
2795
|
+
relativeFolderPath
|
|
2788
2796
|
masterUri
|
|
2789
2797
|
imageUri
|
|
2790
2798
|
textUri
|
|
@@ -3238,6 +3246,7 @@ export const AskGraphlit = gql `
|
|
|
3238
3246
|
fileExtension
|
|
3239
3247
|
fileName
|
|
3240
3248
|
fileSize
|
|
3249
|
+
relativeFolderPath
|
|
3241
3250
|
masterUri
|
|
3242
3251
|
imageUri
|
|
3243
3252
|
textUri
|
|
@@ -3412,6 +3421,7 @@ export const CompleteConversation = gql `
|
|
|
3412
3421
|
fileExtension
|
|
3413
3422
|
fileName
|
|
3414
3423
|
fileSize
|
|
3424
|
+
relativeFolderPath
|
|
3415
3425
|
masterUri
|
|
3416
3426
|
imageUri
|
|
3417
3427
|
textUri
|
|
@@ -3591,6 +3601,7 @@ export const CompleteConversation = gql `
|
|
|
3591
3601
|
fileExtension
|
|
3592
3602
|
fileName
|
|
3593
3603
|
fileSize
|
|
3604
|
+
relativeFolderPath
|
|
3594
3605
|
masterUri
|
|
3595
3606
|
imageUri
|
|
3596
3607
|
textUri
|
|
@@ -3732,6 +3743,7 @@ export const ContinueConversation = gql `
|
|
|
3732
3743
|
fileExtension
|
|
3733
3744
|
fileName
|
|
3734
3745
|
fileSize
|
|
3746
|
+
relativeFolderPath
|
|
3735
3747
|
masterUri
|
|
3736
3748
|
imageUri
|
|
3737
3749
|
textUri
|
|
@@ -3911,6 +3923,7 @@ export const ContinueConversation = gql `
|
|
|
3911
3923
|
fileExtension
|
|
3912
3924
|
fileName
|
|
3913
3925
|
fileSize
|
|
3926
|
+
relativeFolderPath
|
|
3914
3927
|
masterUri
|
|
3915
3928
|
imageUri
|
|
3916
3929
|
textUri
|
|
@@ -4101,6 +4114,7 @@ export const FormatConversation = gql `
|
|
|
4101
4114
|
fileExtension
|
|
4102
4115
|
fileName
|
|
4103
4116
|
fileSize
|
|
4117
|
+
relativeFolderPath
|
|
4104
4118
|
masterUri
|
|
4105
4119
|
imageUri
|
|
4106
4120
|
textUri
|
|
@@ -4280,6 +4294,7 @@ export const FormatConversation = gql `
|
|
|
4280
4294
|
fileExtension
|
|
4281
4295
|
fileName
|
|
4282
4296
|
fileSize
|
|
4297
|
+
relativeFolderPath
|
|
4283
4298
|
masterUri
|
|
4284
4299
|
imageUri
|
|
4285
4300
|
textUri
|
|
@@ -4424,6 +4439,7 @@ export const GetConversation = gql `
|
|
|
4424
4439
|
fileExtension
|
|
4425
4440
|
fileName
|
|
4426
4441
|
fileSize
|
|
4442
|
+
relativeFolderPath
|
|
4427
4443
|
masterUri
|
|
4428
4444
|
imageUri
|
|
4429
4445
|
textUri
|
|
@@ -4749,6 +4765,7 @@ export const Prompt = gql `
|
|
|
4749
4765
|
fileExtension
|
|
4750
4766
|
fileName
|
|
4751
4767
|
fileSize
|
|
4768
|
+
relativeFolderPath
|
|
4752
4769
|
masterUri
|
|
4753
4770
|
imageUri
|
|
4754
4771
|
textUri
|
|
@@ -4897,6 +4914,7 @@ export const PromptConversation = gql `
|
|
|
4897
4914
|
fileExtension
|
|
4898
4915
|
fileName
|
|
4899
4916
|
fileSize
|
|
4917
|
+
relativeFolderPath
|
|
4900
4918
|
masterUri
|
|
4901
4919
|
imageUri
|
|
4902
4920
|
textUri
|
|
@@ -5076,6 +5094,7 @@ export const PromptConversation = gql `
|
|
|
5076
5094
|
fileExtension
|
|
5077
5095
|
fileName
|
|
5078
5096
|
fileSize
|
|
5097
|
+
relativeFolderPath
|
|
5079
5098
|
masterUri
|
|
5080
5099
|
imageUri
|
|
5081
5100
|
textUri
|
|
@@ -5213,6 +5232,7 @@ export const PublishConversation = gql `
|
|
|
5213
5232
|
fileExtension
|
|
5214
5233
|
fileName
|
|
5215
5234
|
fileSize
|
|
5235
|
+
relativeFolderPath
|
|
5216
5236
|
masterUri
|
|
5217
5237
|
imageUri
|
|
5218
5238
|
textUri
|
|
@@ -5345,6 +5365,7 @@ export const QueryConversations = gql `
|
|
|
5345
5365
|
fileExtension
|
|
5346
5366
|
fileName
|
|
5347
5367
|
fileSize
|
|
5368
|
+
relativeFolderPath
|
|
5348
5369
|
masterUri
|
|
5349
5370
|
imageUri
|
|
5350
5371
|
textUri
|
|
@@ -5721,6 +5742,7 @@ export const ReviseContent = gql `
|
|
|
5721
5742
|
fileExtension
|
|
5722
5743
|
fileName
|
|
5723
5744
|
fileSize
|
|
5745
|
+
relativeFolderPath
|
|
5724
5746
|
masterUri
|
|
5725
5747
|
imageUri
|
|
5726
5748
|
textUri
|
|
@@ -5865,6 +5887,7 @@ export const ReviseEncodedImage = gql `
|
|
|
5865
5887
|
fileExtension
|
|
5866
5888
|
fileName
|
|
5867
5889
|
fileSize
|
|
5890
|
+
relativeFolderPath
|
|
5868
5891
|
masterUri
|
|
5869
5892
|
imageUri
|
|
5870
5893
|
textUri
|
|
@@ -6008,6 +6031,7 @@ export const ReviseImage = gql `
|
|
|
6008
6031
|
fileExtension
|
|
6009
6032
|
fileName
|
|
6010
6033
|
fileSize
|
|
6034
|
+
relativeFolderPath
|
|
6011
6035
|
masterUri
|
|
6012
6036
|
imageUri
|
|
6013
6037
|
textUri
|
|
@@ -6151,6 +6175,7 @@ export const ReviseText = gql `
|
|
|
6151
6175
|
fileExtension
|
|
6152
6176
|
fileName
|
|
6153
6177
|
fileSize
|
|
6178
|
+
relativeFolderPath
|
|
6154
6179
|
masterUri
|
|
6155
6180
|
imageUri
|
|
6156
6181
|
textUri
|
|
@@ -6486,6 +6511,8 @@ export const GetFeed = gql `
|
|
|
6486
6511
|
siteType
|
|
6487
6512
|
type
|
|
6488
6513
|
isRecursive
|
|
6514
|
+
allowedPaths
|
|
6515
|
+
excludedPaths
|
|
6489
6516
|
s3 {
|
|
6490
6517
|
accessKey
|
|
6491
6518
|
secretAccessKey
|
|
@@ -6824,6 +6851,8 @@ export const QueryFeeds = gql `
|
|
|
6824
6851
|
siteType
|
|
6825
6852
|
type
|
|
6826
6853
|
isRecursive
|
|
6854
|
+
allowedPaths
|
|
6855
|
+
excludedPaths
|
|
6827
6856
|
s3 {
|
|
6828
6857
|
accessKey
|
|
6829
6858
|
secretAccessKey
|
|
@@ -9370,6 +9399,7 @@ export const PromptSpecifications = gql `
|
|
|
9370
9399
|
fileExtension
|
|
9371
9400
|
fileName
|
|
9372
9401
|
fileSize
|
|
9402
|
+
relativeFolderPath
|
|
9373
9403
|
masterUri
|
|
9374
9404
|
imageUri
|
|
9375
9405
|
textUri
|
|
@@ -11115,6 +11145,7 @@ export const CreateWorkflow = gql `
|
|
|
11115
11145
|
specification {
|
|
11116
11146
|
id
|
|
11117
11147
|
}
|
|
11148
|
+
tokenThreshold
|
|
11118
11149
|
}
|
|
11119
11150
|
}
|
|
11120
11151
|
}
|
|
@@ -11368,6 +11399,7 @@ export const GetWorkflow = gql `
|
|
|
11368
11399
|
specification {
|
|
11369
11400
|
id
|
|
11370
11401
|
}
|
|
11402
|
+
tokenThreshold
|
|
11371
11403
|
}
|
|
11372
11404
|
}
|
|
11373
11405
|
}
|
|
@@ -11594,6 +11626,7 @@ export const QueryWorkflows = gql `
|
|
|
11594
11626
|
specification {
|
|
11595
11627
|
id
|
|
11596
11628
|
}
|
|
11629
|
+
tokenThreshold
|
|
11597
11630
|
}
|
|
11598
11631
|
}
|
|
11599
11632
|
}
|
|
@@ -11815,6 +11848,7 @@ export const UpdateWorkflow = gql `
|
|
|
11815
11848
|
specification {
|
|
11816
11849
|
id
|
|
11817
11850
|
}
|
|
11851
|
+
tokenThreshold
|
|
11818
11852
|
}
|
|
11819
11853
|
}
|
|
11820
11854
|
}
|
|
@@ -12035,6 +12069,7 @@ export const UpsertWorkflow = gql `
|
|
|
12035
12069
|
specification {
|
|
12036
12070
|
id
|
|
12037
12071
|
}
|
|
12072
|
+
tokenThreshold
|
|
12038
12073
|
}
|
|
12039
12074
|
}
|
|
12040
12075
|
}
|
|
@@ -1927,6 +1927,8 @@ export type Content = {
|
|
|
1927
1927
|
questions?: Maybe<Array<Scalars['String']['output']>>;
|
|
1928
1928
|
/** Quotes extracted from the content. */
|
|
1929
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']>;
|
|
1930
1932
|
/** The relevance score of the content. */
|
|
1931
1933
|
relevance?: Maybe<Scalars['Float']['output']>;
|
|
1932
1934
|
/** The renditions generated from this content. */
|
|
@@ -8558,11 +8560,15 @@ export type ModelTextExtractionProperties = {
|
|
|
8558
8560
|
__typename?: 'ModelTextExtractionProperties';
|
|
8559
8561
|
/** The LLM specification used for entity extraction. */
|
|
8560
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']>;
|
|
8561
8565
|
};
|
|
8562
8566
|
/** Represents an LLM text entity extraction connector. */
|
|
8563
8567
|
export type ModelTextExtractionPropertiesInput = {
|
|
8564
8568
|
/** The LLM specification used for entity extraction. */
|
|
8565
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']>;
|
|
8566
8572
|
};
|
|
8567
8573
|
/** Model type */
|
|
8568
8574
|
export declare enum ModelTypes {
|
|
@@ -13560,6 +13566,8 @@ export type SharePointLibraryResults = {
|
|
|
13560
13566
|
/** Represents site feed properties. */
|
|
13561
13567
|
export type SiteFeedProperties = {
|
|
13562
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']>>;
|
|
13563
13571
|
/** Microsoft Azure blob properties. */
|
|
13564
13572
|
azureBlob?: Maybe<AzureBlobFeedProperties>;
|
|
13565
13573
|
/** Microsoft Azure file share properties. */
|
|
@@ -13570,6 +13578,8 @@ export type SiteFeedProperties = {
|
|
|
13570
13578
|
connectorType: FeedConnectorTypes;
|
|
13571
13579
|
/** Dropbox properties. */
|
|
13572
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']>>;
|
|
13573
13583
|
/** GitHub properties. */
|
|
13574
13584
|
github?: Maybe<GitHubFeedProperties>;
|
|
13575
13585
|
/** Google Cloud blob properties. */
|
|
@@ -13593,6 +13603,8 @@ export type SiteFeedProperties = {
|
|
|
13593
13603
|
};
|
|
13594
13604
|
/** Represents site feed properties. */
|
|
13595
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']>>;
|
|
13596
13608
|
/** Microsoft Azure blob properties. */
|
|
13597
13609
|
azureBlob?: InputMaybe<AzureBlobFeedPropertiesInput>;
|
|
13598
13610
|
/** Microsoft Azure file share properties. */
|
|
@@ -13601,6 +13613,8 @@ export type SiteFeedPropertiesInput = {
|
|
|
13601
13613
|
box?: InputMaybe<BoxFeedPropertiesInput>;
|
|
13602
13614
|
/** Dropbox properties. */
|
|
13603
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']>>;
|
|
13604
13618
|
/** GitHub properties. */
|
|
13605
13619
|
github?: InputMaybe<GitHubFeedPropertiesInput>;
|
|
13606
13620
|
/** Google Cloud blob properties. */
|
|
@@ -13622,6 +13636,8 @@ export type SiteFeedPropertiesInput = {
|
|
|
13622
13636
|
};
|
|
13623
13637
|
/** Represents site feed properties. */
|
|
13624
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']>>;
|
|
13625
13641
|
/** Microsoft Azure blob properties. */
|
|
13626
13642
|
azureBlob?: InputMaybe<AzureBlobFeedPropertiesUpdateInput>;
|
|
13627
13643
|
/** Microsoft Azure file share properties. */
|
|
@@ -13630,6 +13646,8 @@ export type SiteFeedPropertiesUpdateInput = {
|
|
|
13630
13646
|
box?: InputMaybe<BoxFeedPropertiesUpdateInput>;
|
|
13631
13647
|
/** Dropbox properties. */
|
|
13632
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']>>;
|
|
13633
13651
|
/** GitHub properties. */
|
|
13634
13652
|
github?: InputMaybe<GitHubFeedPropertiesUpdateInput>;
|
|
13635
13653
|
/** Google Cloud blob properties. */
|
|
@@ -16291,6 +16309,7 @@ export type DescribeEncodedImageMutation = {
|
|
|
16291
16309
|
fileExtension?: string | null;
|
|
16292
16310
|
fileName?: string | null;
|
|
16293
16311
|
fileSize?: any | null;
|
|
16312
|
+
relativeFolderPath?: string | null;
|
|
16294
16313
|
masterUri?: any | null;
|
|
16295
16314
|
imageUri?: any | null;
|
|
16296
16315
|
textUri?: any | null;
|
|
@@ -16435,6 +16454,7 @@ export type DescribeImageMutation = {
|
|
|
16435
16454
|
fileExtension?: string | null;
|
|
16436
16455
|
fileName?: string | null;
|
|
16437
16456
|
fileSize?: any | null;
|
|
16457
|
+
relativeFolderPath?: string | null;
|
|
16438
16458
|
masterUri?: any | null;
|
|
16439
16459
|
imageUri?: any | null;
|
|
16440
16460
|
textUri?: any | null;
|
|
@@ -16620,6 +16640,7 @@ export type GetContentQuery = {
|
|
|
16620
16640
|
fileExtension?: string | null;
|
|
16621
16641
|
fileName?: string | null;
|
|
16622
16642
|
fileSize?: any | null;
|
|
16643
|
+
relativeFolderPath?: string | null;
|
|
16623
16644
|
masterUri?: any | null;
|
|
16624
16645
|
imageUri?: any | null;
|
|
16625
16646
|
textUri?: any | null;
|
|
@@ -17443,6 +17464,7 @@ export type LookupContentsQuery = {
|
|
|
17443
17464
|
fileExtension?: string | null;
|
|
17444
17465
|
fileName?: string | null;
|
|
17445
17466
|
fileSize?: any | null;
|
|
17467
|
+
relativeFolderPath?: string | null;
|
|
17446
17468
|
masterUri?: any | null;
|
|
17447
17469
|
imageUri?: any | null;
|
|
17448
17470
|
textUri?: any | null;
|
|
@@ -17818,6 +17840,7 @@ export type PublishContentsMutation = {
|
|
|
17818
17840
|
fileExtension?: string | null;
|
|
17819
17841
|
fileName?: string | null;
|
|
17820
17842
|
fileSize?: any | null;
|
|
17843
|
+
relativeFolderPath?: string | null;
|
|
17821
17844
|
masterUri?: any | null;
|
|
17822
17845
|
imageUri?: any | null;
|
|
17823
17846
|
textUri?: any | null;
|
|
@@ -17951,6 +17974,7 @@ export type PublishTextMutation = {
|
|
|
17951
17974
|
fileExtension?: string | null;
|
|
17952
17975
|
fileName?: string | null;
|
|
17953
17976
|
fileSize?: any | null;
|
|
17977
|
+
relativeFolderPath?: string | null;
|
|
17954
17978
|
masterUri?: any | null;
|
|
17955
17979
|
imageUri?: any | null;
|
|
17956
17980
|
textUri?: any | null;
|
|
@@ -18084,6 +18108,7 @@ export type QueryContentsQuery = {
|
|
|
18084
18108
|
fileExtension?: string | null;
|
|
18085
18109
|
fileName?: string | null;
|
|
18086
18110
|
fileSize?: any | null;
|
|
18111
|
+
relativeFolderPath?: string | null;
|
|
18087
18112
|
masterUri?: any | null;
|
|
18088
18113
|
imageUri?: any | null;
|
|
18089
18114
|
textUri?: any | null;
|
|
@@ -18447,6 +18472,7 @@ export type QueryContentsObservationsQuery = {
|
|
|
18447
18472
|
fileExtension?: string | null;
|
|
18448
18473
|
fileName?: string | null;
|
|
18449
18474
|
fileSize?: any | null;
|
|
18475
|
+
relativeFolderPath?: string | null;
|
|
18450
18476
|
masterUri?: any | null;
|
|
18451
18477
|
imageUri?: any | null;
|
|
18452
18478
|
textUri?: any | null;
|
|
@@ -19000,6 +19026,7 @@ export type AskGraphlitMutation = {
|
|
|
19000
19026
|
fileExtension?: string | null;
|
|
19001
19027
|
fileName?: string | null;
|
|
19002
19028
|
fileSize?: any | null;
|
|
19029
|
+
relativeFolderPath?: string | null;
|
|
19003
19030
|
masterUri?: any | null;
|
|
19004
19031
|
imageUri?: any | null;
|
|
19005
19032
|
textUri?: any | null;
|
|
@@ -19193,6 +19220,7 @@ export type CompleteConversationMutation = {
|
|
|
19193
19220
|
fileExtension?: string | null;
|
|
19194
19221
|
fileName?: string | null;
|
|
19195
19222
|
fileSize?: any | null;
|
|
19223
|
+
relativeFolderPath?: string | null;
|
|
19196
19224
|
masterUri?: any | null;
|
|
19197
19225
|
imageUri?: any | null;
|
|
19198
19226
|
textUri?: any | null;
|
|
@@ -19387,6 +19415,7 @@ export type CompleteConversationMutation = {
|
|
|
19387
19415
|
fileExtension?: string | null;
|
|
19388
19416
|
fileName?: string | null;
|
|
19389
19417
|
fileSize?: any | null;
|
|
19418
|
+
relativeFolderPath?: string | null;
|
|
19390
19419
|
masterUri?: any | null;
|
|
19391
19420
|
imageUri?: any | null;
|
|
19392
19421
|
textUri?: any | null;
|
|
@@ -19539,6 +19568,7 @@ export type ContinueConversationMutation = {
|
|
|
19539
19568
|
fileExtension?: string | null;
|
|
19540
19569
|
fileName?: string | null;
|
|
19541
19570
|
fileSize?: any | null;
|
|
19571
|
+
relativeFolderPath?: string | null;
|
|
19542
19572
|
masterUri?: any | null;
|
|
19543
19573
|
imageUri?: any | null;
|
|
19544
19574
|
textUri?: any | null;
|
|
@@ -19733,6 +19763,7 @@ export type ContinueConversationMutation = {
|
|
|
19733
19763
|
fileExtension?: string | null;
|
|
19734
19764
|
fileName?: string | null;
|
|
19735
19765
|
fileSize?: any | null;
|
|
19766
|
+
relativeFolderPath?: string | null;
|
|
19736
19767
|
masterUri?: any | null;
|
|
19737
19768
|
imageUri?: any | null;
|
|
19738
19769
|
textUri?: any | null;
|
|
@@ -19950,6 +19981,7 @@ export type FormatConversationMutation = {
|
|
|
19950
19981
|
fileExtension?: string | null;
|
|
19951
19982
|
fileName?: string | null;
|
|
19952
19983
|
fileSize?: any | null;
|
|
19984
|
+
relativeFolderPath?: string | null;
|
|
19953
19985
|
masterUri?: any | null;
|
|
19954
19986
|
imageUri?: any | null;
|
|
19955
19987
|
textUri?: any | null;
|
|
@@ -20144,6 +20176,7 @@ export type FormatConversationMutation = {
|
|
|
20144
20176
|
fileExtension?: string | null;
|
|
20145
20177
|
fileName?: string | null;
|
|
20146
20178
|
fileSize?: any | null;
|
|
20179
|
+
relativeFolderPath?: string | null;
|
|
20147
20180
|
masterUri?: any | null;
|
|
20148
20181
|
imageUri?: any | null;
|
|
20149
20182
|
textUri?: any | null;
|
|
@@ -20301,6 +20334,7 @@ export type GetConversationQuery = {
|
|
|
20301
20334
|
fileExtension?: string | null;
|
|
20302
20335
|
fileName?: string | null;
|
|
20303
20336
|
fileSize?: any | null;
|
|
20337
|
+
relativeFolderPath?: string | null;
|
|
20304
20338
|
masterUri?: any | null;
|
|
20305
20339
|
imageUri?: any | null;
|
|
20306
20340
|
textUri?: any | null;
|
|
@@ -20691,6 +20725,7 @@ export type PromptMutation = {
|
|
|
20691
20725
|
fileExtension?: string | null;
|
|
20692
20726
|
fileName?: string | null;
|
|
20693
20727
|
fileSize?: any | null;
|
|
20728
|
+
relativeFolderPath?: string | null;
|
|
20694
20729
|
masterUri?: any | null;
|
|
20695
20730
|
imageUri?: any | null;
|
|
20696
20731
|
textUri?: any | null;
|
|
@@ -20849,6 +20884,7 @@ export type PromptConversationMutation = {
|
|
|
20849
20884
|
fileExtension?: string | null;
|
|
20850
20885
|
fileName?: string | null;
|
|
20851
20886
|
fileSize?: any | null;
|
|
20887
|
+
relativeFolderPath?: string | null;
|
|
20852
20888
|
masterUri?: any | null;
|
|
20853
20889
|
imageUri?: any | null;
|
|
20854
20890
|
textUri?: any | null;
|
|
@@ -21043,6 +21079,7 @@ export type PromptConversationMutation = {
|
|
|
21043
21079
|
fileExtension?: string | null;
|
|
21044
21080
|
fileName?: string | null;
|
|
21045
21081
|
fileSize?: any | null;
|
|
21082
|
+
relativeFolderPath?: string | null;
|
|
21046
21083
|
masterUri?: any | null;
|
|
21047
21084
|
imageUri?: any | null;
|
|
21048
21085
|
textUri?: any | null;
|
|
@@ -21170,6 +21207,7 @@ export type PublishConversationMutation = {
|
|
|
21170
21207
|
fileExtension?: string | null;
|
|
21171
21208
|
fileName?: string | null;
|
|
21172
21209
|
fileSize?: any | null;
|
|
21210
|
+
relativeFolderPath?: string | null;
|
|
21173
21211
|
masterUri?: any | null;
|
|
21174
21212
|
imageUri?: any | null;
|
|
21175
21213
|
textUri?: any | null;
|
|
@@ -21334,6 +21372,7 @@ export type QueryConversationsQuery = {
|
|
|
21334
21372
|
fileExtension?: string | null;
|
|
21335
21373
|
fileName?: string | null;
|
|
21336
21374
|
fileSize?: any | null;
|
|
21375
|
+
relativeFolderPath?: string | null;
|
|
21337
21376
|
masterUri?: any | null;
|
|
21338
21377
|
imageUri?: any | null;
|
|
21339
21378
|
textUri?: any | null;
|
|
@@ -21781,6 +21820,7 @@ export type ReviseContentMutation = {
|
|
|
21781
21820
|
fileExtension?: string | null;
|
|
21782
21821
|
fileName?: string | null;
|
|
21783
21822
|
fileSize?: any | null;
|
|
21823
|
+
relativeFolderPath?: string | null;
|
|
21784
21824
|
masterUri?: any | null;
|
|
21785
21825
|
imageUri?: any | null;
|
|
21786
21826
|
textUri?: any | null;
|
|
@@ -21935,6 +21975,7 @@ export type ReviseEncodedImageMutation = {
|
|
|
21935
21975
|
fileExtension?: string | null;
|
|
21936
21976
|
fileName?: string | null;
|
|
21937
21977
|
fileSize?: any | null;
|
|
21978
|
+
relativeFolderPath?: string | null;
|
|
21938
21979
|
masterUri?: any | null;
|
|
21939
21980
|
imageUri?: any | null;
|
|
21940
21981
|
textUri?: any | null;
|
|
@@ -22088,6 +22129,7 @@ export type ReviseImageMutation = {
|
|
|
22088
22129
|
fileExtension?: string | null;
|
|
22089
22130
|
fileName?: string | null;
|
|
22090
22131
|
fileSize?: any | null;
|
|
22132
|
+
relativeFolderPath?: string | null;
|
|
22091
22133
|
masterUri?: any | null;
|
|
22092
22134
|
imageUri?: any | null;
|
|
22093
22135
|
textUri?: any | null;
|
|
@@ -22241,6 +22283,7 @@ export type ReviseTextMutation = {
|
|
|
22241
22283
|
fileExtension?: string | null;
|
|
22242
22284
|
fileName?: string | null;
|
|
22243
22285
|
fileSize?: any | null;
|
|
22286
|
+
relativeFolderPath?: string | null;
|
|
22244
22287
|
masterUri?: any | null;
|
|
22245
22288
|
imageUri?: any | null;
|
|
22246
22289
|
textUri?: any | null;
|
|
@@ -22632,6 +22675,8 @@ export type GetFeedQuery = {
|
|
|
22632
22675
|
siteType: SiteTypes;
|
|
22633
22676
|
type: FeedServiceTypes;
|
|
22634
22677
|
isRecursive?: boolean | null;
|
|
22678
|
+
allowedPaths?: Array<string> | null;
|
|
22679
|
+
excludedPaths?: Array<string> | null;
|
|
22635
22680
|
readLimit?: number | null;
|
|
22636
22681
|
s3?: {
|
|
22637
22682
|
__typename?: 'AmazonFeedProperties';
|
|
@@ -23038,6 +23083,8 @@ export type QueryFeedsQuery = {
|
|
|
23038
23083
|
siteType: SiteTypes;
|
|
23039
23084
|
type: FeedServiceTypes;
|
|
23040
23085
|
isRecursive?: boolean | null;
|
|
23086
|
+
allowedPaths?: Array<string> | null;
|
|
23087
|
+
excludedPaths?: Array<string> | null;
|
|
23041
23088
|
readLimit?: number | null;
|
|
23042
23089
|
s3?: {
|
|
23043
23090
|
__typename?: 'AmazonFeedProperties';
|
|
@@ -26273,6 +26320,7 @@ export type PromptSpecificationsMutation = {
|
|
|
26273
26320
|
fileExtension?: string | null;
|
|
26274
26321
|
fileName?: string | null;
|
|
26275
26322
|
fileSize?: any | null;
|
|
26323
|
+
relativeFolderPath?: string | null;
|
|
26276
26324
|
masterUri?: any | null;
|
|
26277
26325
|
imageUri?: any | null;
|
|
26278
26326
|
textUri?: any | null;
|
|
@@ -28445,6 +28493,7 @@ export type CreateWorkflowMutation = {
|
|
|
28445
28493
|
} | null;
|
|
28446
28494
|
modelText?: {
|
|
28447
28495
|
__typename?: 'ModelTextExtractionProperties';
|
|
28496
|
+
tokenThreshold?: number | null;
|
|
28448
28497
|
specification?: {
|
|
28449
28498
|
__typename?: 'EntityReference';
|
|
28450
28499
|
id: string;
|
|
@@ -28765,6 +28814,7 @@ export type GetWorkflowQuery = {
|
|
|
28765
28814
|
} | null;
|
|
28766
28815
|
modelText?: {
|
|
28767
28816
|
__typename?: 'ModelTextExtractionProperties';
|
|
28817
|
+
tokenThreshold?: number | null;
|
|
28768
28818
|
specification?: {
|
|
28769
28819
|
__typename?: 'EntityReference';
|
|
28770
28820
|
id: string;
|
|
@@ -29051,6 +29101,7 @@ export type QueryWorkflowsQuery = {
|
|
|
29051
29101
|
} | null;
|
|
29052
29102
|
modelText?: {
|
|
29053
29103
|
__typename?: 'ModelTextExtractionProperties';
|
|
29104
|
+
tokenThreshold?: number | null;
|
|
29054
29105
|
specification?: {
|
|
29055
29106
|
__typename?: 'EntityReference';
|
|
29056
29107
|
id: string;
|
|
@@ -29329,6 +29380,7 @@ export type UpdateWorkflowMutation = {
|
|
|
29329
29380
|
} | null;
|
|
29330
29381
|
modelText?: {
|
|
29331
29382
|
__typename?: 'ModelTextExtractionProperties';
|
|
29383
|
+
tokenThreshold?: number | null;
|
|
29332
29384
|
specification?: {
|
|
29333
29385
|
__typename?: 'EntityReference';
|
|
29334
29386
|
id: string;
|
|
@@ -29606,6 +29658,7 @@ export type UpsertWorkflowMutation = {
|
|
|
29606
29658
|
} | null;
|
|
29607
29659
|
modelText?: {
|
|
29608
29660
|
__typename?: 'ModelTextExtractionProperties';
|
|
29661
|
+
tokenThreshold?: number | null;
|
|
29609
29662
|
specification?: {
|
|
29610
29663
|
__typename?: 'EntityReference';
|
|
29611
29664
|
id: string;
|