graphlit-client 1.0.20250907001 → 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.
@@ -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
@@ -2211,6 +2213,7 @@ export const PublishContents = gql `
2211
2213
  fileExtension
2212
2214
  fileName
2213
2215
  fileSize
2216
+ relativeFolderPath
2214
2217
  masterUri
2215
2218
  imageUri
2216
2219
  textUri
@@ -2336,6 +2339,7 @@ export const PublishText = gql `
2336
2339
  fileExtension
2337
2340
  fileName
2338
2341
  fileSize
2342
+ relativeFolderPath
2339
2343
  masterUri
2340
2344
  imageUri
2341
2345
  textUri
@@ -3238,6 +3242,7 @@ export const AskGraphlit = gql `
3238
3242
  fileExtension
3239
3243
  fileName
3240
3244
  fileSize
3245
+ relativeFolderPath
3241
3246
  masterUri
3242
3247
  imageUri
3243
3248
  textUri
@@ -3412,6 +3417,7 @@ export const CompleteConversation = gql `
3412
3417
  fileExtension
3413
3418
  fileName
3414
3419
  fileSize
3420
+ relativeFolderPath
3415
3421
  masterUri
3416
3422
  imageUri
3417
3423
  textUri
@@ -3591,6 +3597,7 @@ export const CompleteConversation = gql `
3591
3597
  fileExtension
3592
3598
  fileName
3593
3599
  fileSize
3600
+ relativeFolderPath
3594
3601
  masterUri
3595
3602
  imageUri
3596
3603
  textUri
@@ -3732,6 +3739,7 @@ export const ContinueConversation = gql `
3732
3739
  fileExtension
3733
3740
  fileName
3734
3741
  fileSize
3742
+ relativeFolderPath
3735
3743
  masterUri
3736
3744
  imageUri
3737
3745
  textUri
@@ -3911,6 +3919,7 @@ export const ContinueConversation = gql `
3911
3919
  fileExtension
3912
3920
  fileName
3913
3921
  fileSize
3922
+ relativeFolderPath
3914
3923
  masterUri
3915
3924
  imageUri
3916
3925
  textUri
@@ -4101,6 +4110,7 @@ export const FormatConversation = gql `
4101
4110
  fileExtension
4102
4111
  fileName
4103
4112
  fileSize
4113
+ relativeFolderPath
4104
4114
  masterUri
4105
4115
  imageUri
4106
4116
  textUri
@@ -4280,6 +4290,7 @@ export const FormatConversation = gql `
4280
4290
  fileExtension
4281
4291
  fileName
4282
4292
  fileSize
4293
+ relativeFolderPath
4283
4294
  masterUri
4284
4295
  imageUri
4285
4296
  textUri
@@ -4424,6 +4435,7 @@ export const GetConversation = gql `
4424
4435
  fileExtension
4425
4436
  fileName
4426
4437
  fileSize
4438
+ relativeFolderPath
4427
4439
  masterUri
4428
4440
  imageUri
4429
4441
  textUri
@@ -4749,6 +4761,7 @@ export const Prompt = gql `
4749
4761
  fileExtension
4750
4762
  fileName
4751
4763
  fileSize
4764
+ relativeFolderPath
4752
4765
  masterUri
4753
4766
  imageUri
4754
4767
  textUri
@@ -4897,6 +4910,7 @@ export const PromptConversation = gql `
4897
4910
  fileExtension
4898
4911
  fileName
4899
4912
  fileSize
4913
+ relativeFolderPath
4900
4914
  masterUri
4901
4915
  imageUri
4902
4916
  textUri
@@ -5076,6 +5090,7 @@ export const PromptConversation = gql `
5076
5090
  fileExtension
5077
5091
  fileName
5078
5092
  fileSize
5093
+ relativeFolderPath
5079
5094
  masterUri
5080
5095
  imageUri
5081
5096
  textUri
@@ -5213,6 +5228,7 @@ export const PublishConversation = gql `
5213
5228
  fileExtension
5214
5229
  fileName
5215
5230
  fileSize
5231
+ relativeFolderPath
5216
5232
  masterUri
5217
5233
  imageUri
5218
5234
  textUri
@@ -5345,6 +5361,7 @@ export const QueryConversations = gql `
5345
5361
  fileExtension
5346
5362
  fileName
5347
5363
  fileSize
5364
+ relativeFolderPath
5348
5365
  masterUri
5349
5366
  imageUri
5350
5367
  textUri
@@ -5721,6 +5738,7 @@ export const ReviseContent = gql `
5721
5738
  fileExtension
5722
5739
  fileName
5723
5740
  fileSize
5741
+ relativeFolderPath
5724
5742
  masterUri
5725
5743
  imageUri
5726
5744
  textUri
@@ -5865,6 +5883,7 @@ export const ReviseEncodedImage = gql `
5865
5883
  fileExtension
5866
5884
  fileName
5867
5885
  fileSize
5886
+ relativeFolderPath
5868
5887
  masterUri
5869
5888
  imageUri
5870
5889
  textUri
@@ -6008,6 +6027,7 @@ export const ReviseImage = gql `
6008
6027
  fileExtension
6009
6028
  fileName
6010
6029
  fileSize
6030
+ relativeFolderPath
6011
6031
  masterUri
6012
6032
  imageUri
6013
6033
  textUri
@@ -6151,6 +6171,7 @@ export const ReviseText = gql `
6151
6171
  fileExtension
6152
6172
  fileName
6153
6173
  fileSize
6174
+ relativeFolderPath
6154
6175
  masterUri
6155
6176
  imageUri
6156
6177
  textUri
@@ -6486,6 +6507,8 @@ export const GetFeed = gql `
6486
6507
  siteType
6487
6508
  type
6488
6509
  isRecursive
6510
+ allowedPaths
6511
+ excludedPaths
6489
6512
  s3 {
6490
6513
  accessKey
6491
6514
  secretAccessKey
@@ -6824,6 +6847,8 @@ export const QueryFeeds = gql `
6824
6847
  siteType
6825
6848
  type
6826
6849
  isRecursive
6850
+ allowedPaths
6851
+ excludedPaths
6827
6852
  s3 {
6828
6853
  accessKey
6829
6854
  secretAccessKey
@@ -9370,6 +9395,7 @@ export const PromptSpecifications = gql `
9370
9395
  fileExtension
9371
9396
  fileName
9372
9397
  fileSize
9398
+ relativeFolderPath
9373
9399
  masterUri
9374
9400
  imageUri
9375
9401
  textUri
@@ -11115,6 +11141,7 @@ export const CreateWorkflow = gql `
11115
11141
  specification {
11116
11142
  id
11117
11143
  }
11144
+ tokenThreshold
11118
11145
  }
11119
11146
  }
11120
11147
  }
@@ -11368,6 +11395,7 @@ export const GetWorkflow = gql `
11368
11395
  specification {
11369
11396
  id
11370
11397
  }
11398
+ tokenThreshold
11371
11399
  }
11372
11400
  }
11373
11401
  }
@@ -11594,6 +11622,7 @@ export const QueryWorkflows = gql `
11594
11622
  specification {
11595
11623
  id
11596
11624
  }
11625
+ tokenThreshold
11597
11626
  }
11598
11627
  }
11599
11628
  }
@@ -11815,6 +11844,7 @@ export const UpdateWorkflow = gql `
11815
11844
  specification {
11816
11845
  id
11817
11846
  }
11847
+ tokenThreshold
11818
11848
  }
11819
11849
  }
11820
11850
  }
@@ -12035,6 +12065,7 @@ export const UpsertWorkflow = gql `
12035
12065
  specification {
12036
12066
  id
12037
12067
  }
12068
+ tokenThreshold
12038
12069
  }
12039
12070
  }
12040
12071
  }
@@ -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;
@@ -17818,6 +17838,7 @@ export type PublishContentsMutation = {
17818
17838
  fileExtension?: string | null;
17819
17839
  fileName?: string | null;
17820
17840
  fileSize?: any | null;
17841
+ relativeFolderPath?: string | null;
17821
17842
  masterUri?: any | null;
17822
17843
  imageUri?: any | null;
17823
17844
  textUri?: any | null;
@@ -17951,6 +17972,7 @@ export type PublishTextMutation = {
17951
17972
  fileExtension?: string | null;
17952
17973
  fileName?: string | null;
17953
17974
  fileSize?: any | null;
17975
+ relativeFolderPath?: string | null;
17954
17976
  masterUri?: any | null;
17955
17977
  imageUri?: any | null;
17956
17978
  textUri?: any | null;
@@ -19000,6 +19022,7 @@ export type AskGraphlitMutation = {
19000
19022
  fileExtension?: string | null;
19001
19023
  fileName?: string | null;
19002
19024
  fileSize?: any | null;
19025
+ relativeFolderPath?: string | null;
19003
19026
  masterUri?: any | null;
19004
19027
  imageUri?: any | null;
19005
19028
  textUri?: any | null;
@@ -19193,6 +19216,7 @@ export type CompleteConversationMutation = {
19193
19216
  fileExtension?: string | null;
19194
19217
  fileName?: string | null;
19195
19218
  fileSize?: any | null;
19219
+ relativeFolderPath?: string | null;
19196
19220
  masterUri?: any | null;
19197
19221
  imageUri?: any | null;
19198
19222
  textUri?: any | null;
@@ -19387,6 +19411,7 @@ export type CompleteConversationMutation = {
19387
19411
  fileExtension?: string | null;
19388
19412
  fileName?: string | null;
19389
19413
  fileSize?: any | null;
19414
+ relativeFolderPath?: string | null;
19390
19415
  masterUri?: any | null;
19391
19416
  imageUri?: any | null;
19392
19417
  textUri?: any | null;
@@ -19539,6 +19564,7 @@ export type ContinueConversationMutation = {
19539
19564
  fileExtension?: string | null;
19540
19565
  fileName?: string | null;
19541
19566
  fileSize?: any | null;
19567
+ relativeFolderPath?: string | null;
19542
19568
  masterUri?: any | null;
19543
19569
  imageUri?: any | null;
19544
19570
  textUri?: any | null;
@@ -19733,6 +19759,7 @@ export type ContinueConversationMutation = {
19733
19759
  fileExtension?: string | null;
19734
19760
  fileName?: string | null;
19735
19761
  fileSize?: any | null;
19762
+ relativeFolderPath?: string | null;
19736
19763
  masterUri?: any | null;
19737
19764
  imageUri?: any | null;
19738
19765
  textUri?: any | null;
@@ -19950,6 +19977,7 @@ export type FormatConversationMutation = {
19950
19977
  fileExtension?: string | null;
19951
19978
  fileName?: string | null;
19952
19979
  fileSize?: any | null;
19980
+ relativeFolderPath?: string | null;
19953
19981
  masterUri?: any | null;
19954
19982
  imageUri?: any | null;
19955
19983
  textUri?: any | null;
@@ -20144,6 +20172,7 @@ export type FormatConversationMutation = {
20144
20172
  fileExtension?: string | null;
20145
20173
  fileName?: string | null;
20146
20174
  fileSize?: any | null;
20175
+ relativeFolderPath?: string | null;
20147
20176
  masterUri?: any | null;
20148
20177
  imageUri?: any | null;
20149
20178
  textUri?: any | null;
@@ -20301,6 +20330,7 @@ export type GetConversationQuery = {
20301
20330
  fileExtension?: string | null;
20302
20331
  fileName?: string | null;
20303
20332
  fileSize?: any | null;
20333
+ relativeFolderPath?: string | null;
20304
20334
  masterUri?: any | null;
20305
20335
  imageUri?: any | null;
20306
20336
  textUri?: any | null;
@@ -20691,6 +20721,7 @@ export type PromptMutation = {
20691
20721
  fileExtension?: string | null;
20692
20722
  fileName?: string | null;
20693
20723
  fileSize?: any | null;
20724
+ relativeFolderPath?: string | null;
20694
20725
  masterUri?: any | null;
20695
20726
  imageUri?: any | null;
20696
20727
  textUri?: any | null;
@@ -20849,6 +20880,7 @@ export type PromptConversationMutation = {
20849
20880
  fileExtension?: string | null;
20850
20881
  fileName?: string | null;
20851
20882
  fileSize?: any | null;
20883
+ relativeFolderPath?: string | null;
20852
20884
  masterUri?: any | null;
20853
20885
  imageUri?: any | null;
20854
20886
  textUri?: any | null;
@@ -21043,6 +21075,7 @@ export type PromptConversationMutation = {
21043
21075
  fileExtension?: string | null;
21044
21076
  fileName?: string | null;
21045
21077
  fileSize?: any | null;
21078
+ relativeFolderPath?: string | null;
21046
21079
  masterUri?: any | null;
21047
21080
  imageUri?: any | null;
21048
21081
  textUri?: any | null;
@@ -21170,6 +21203,7 @@ export type PublishConversationMutation = {
21170
21203
  fileExtension?: string | null;
21171
21204
  fileName?: string | null;
21172
21205
  fileSize?: any | null;
21206
+ relativeFolderPath?: string | null;
21173
21207
  masterUri?: any | null;
21174
21208
  imageUri?: any | null;
21175
21209
  textUri?: any | null;
@@ -21334,6 +21368,7 @@ export type QueryConversationsQuery = {
21334
21368
  fileExtension?: string | null;
21335
21369
  fileName?: string | null;
21336
21370
  fileSize?: any | null;
21371
+ relativeFolderPath?: string | null;
21337
21372
  masterUri?: any | null;
21338
21373
  imageUri?: any | null;
21339
21374
  textUri?: any | null;
@@ -21781,6 +21816,7 @@ export type ReviseContentMutation = {
21781
21816
  fileExtension?: string | null;
21782
21817
  fileName?: string | null;
21783
21818
  fileSize?: any | null;
21819
+ relativeFolderPath?: string | null;
21784
21820
  masterUri?: any | null;
21785
21821
  imageUri?: any | null;
21786
21822
  textUri?: any | null;
@@ -21935,6 +21971,7 @@ export type ReviseEncodedImageMutation = {
21935
21971
  fileExtension?: string | null;
21936
21972
  fileName?: string | null;
21937
21973
  fileSize?: any | null;
21974
+ relativeFolderPath?: string | null;
21938
21975
  masterUri?: any | null;
21939
21976
  imageUri?: any | null;
21940
21977
  textUri?: any | null;
@@ -22088,6 +22125,7 @@ export type ReviseImageMutation = {
22088
22125
  fileExtension?: string | null;
22089
22126
  fileName?: string | null;
22090
22127
  fileSize?: any | null;
22128
+ relativeFolderPath?: string | null;
22091
22129
  masterUri?: any | null;
22092
22130
  imageUri?: any | null;
22093
22131
  textUri?: any | null;
@@ -22241,6 +22279,7 @@ export type ReviseTextMutation = {
22241
22279
  fileExtension?: string | null;
22242
22280
  fileName?: string | null;
22243
22281
  fileSize?: any | null;
22282
+ relativeFolderPath?: string | null;
22244
22283
  masterUri?: any | null;
22245
22284
  imageUri?: any | null;
22246
22285
  textUri?: any | null;
@@ -22632,6 +22671,8 @@ export type GetFeedQuery = {
22632
22671
  siteType: SiteTypes;
22633
22672
  type: FeedServiceTypes;
22634
22673
  isRecursive?: boolean | null;
22674
+ allowedPaths?: Array<string> | null;
22675
+ excludedPaths?: Array<string> | null;
22635
22676
  readLimit?: number | null;
22636
22677
  s3?: {
22637
22678
  __typename?: 'AmazonFeedProperties';
@@ -23038,6 +23079,8 @@ export type QueryFeedsQuery = {
23038
23079
  siteType: SiteTypes;
23039
23080
  type: FeedServiceTypes;
23040
23081
  isRecursive?: boolean | null;
23082
+ allowedPaths?: Array<string> | null;
23083
+ excludedPaths?: Array<string> | null;
23041
23084
  readLimit?: number | null;
23042
23085
  s3?: {
23043
23086
  __typename?: 'AmazonFeedProperties';
@@ -26273,6 +26316,7 @@ export type PromptSpecificationsMutation = {
26273
26316
  fileExtension?: string | null;
26274
26317
  fileName?: string | null;
26275
26318
  fileSize?: any | null;
26319
+ relativeFolderPath?: string | null;
26276
26320
  masterUri?: any | null;
26277
26321
  imageUri?: any | null;
26278
26322
  textUri?: any | null;
@@ -28445,6 +28489,7 @@ export type CreateWorkflowMutation = {
28445
28489
  } | null;
28446
28490
  modelText?: {
28447
28491
  __typename?: 'ModelTextExtractionProperties';
28492
+ tokenThreshold?: number | null;
28448
28493
  specification?: {
28449
28494
  __typename?: 'EntityReference';
28450
28495
  id: string;
@@ -28765,6 +28810,7 @@ export type GetWorkflowQuery = {
28765
28810
  } | null;
28766
28811
  modelText?: {
28767
28812
  __typename?: 'ModelTextExtractionProperties';
28813
+ tokenThreshold?: number | null;
28768
28814
  specification?: {
28769
28815
  __typename?: 'EntityReference';
28770
28816
  id: string;
@@ -29051,6 +29097,7 @@ export type QueryWorkflowsQuery = {
29051
29097
  } | null;
29052
29098
  modelText?: {
29053
29099
  __typename?: 'ModelTextExtractionProperties';
29100
+ tokenThreshold?: number | null;
29054
29101
  specification?: {
29055
29102
  __typename?: 'EntityReference';
29056
29103
  id: string;
@@ -29329,6 +29376,7 @@ export type UpdateWorkflowMutation = {
29329
29376
  } | null;
29330
29377
  modelText?: {
29331
29378
  __typename?: 'ModelTextExtractionProperties';
29379
+ tokenThreshold?: number | null;
29332
29380
  specification?: {
29333
29381
  __typename?: 'EntityReference';
29334
29382
  id: string;
@@ -29606,6 +29654,7 @@ export type UpsertWorkflowMutation = {
29606
29654
  } | null;
29607
29655
  modelText?: {
29608
29656
  __typename?: 'ModelTextExtractionProperties';
29657
+ tokenThreshold?: number | null;
29609
29658
  specification?: {
29610
29659
  __typename?: 'EntityReference';
29611
29660
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250907001",
3
+ "version": "1.0.20250920001",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",