@gpt-core/client 0.8.27 → 0.9.0

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/index.d.mts CHANGED
@@ -1090,58 +1090,7 @@ type PaymentMethod = {
1090
1090
  * An attributes object for a payment_method
1091
1091
  */
1092
1092
  attributes?: {
1093
- /**
1094
- * Field included by default.
1095
- */
1096
- brand?: string | null | unknown;
1097
- /**
1098
- * Field included by default.
1099
- */
1100
- created_at: unknown;
1101
- /**
1102
- * Field included by default.
1103
- */
1104
- exp_month?: number | null | unknown;
1105
- /**
1106
- * Field included by default.
1107
- */
1108
- exp_year?: number | null | unknown;
1109
- /**
1110
- * Field included by default.
1111
- */
1112
- holder_name?: string | null | unknown;
1113
- /**
1114
- * Field included by default.
1115
- */
1116
- is_default?: boolean | null | unknown;
1117
- /**
1118
- * Field included by default.
1119
- */
1120
- last4?: string | null | unknown;
1121
- /**
1122
- * Field included by default.
1123
- */
1124
- nickname?: string | null | unknown;
1125
- /**
1126
- * Field included by default.
1127
- */
1128
- provider: "qorpay";
1129
- /**
1130
- * Field included by default.
1131
- */
1132
- provider_token: string;
1133
- /**
1134
- * Field included by default.
1135
- */
1136
- type: "card" | "bank_account";
1137
- /**
1138
- * Field included by default.
1139
- */
1140
- updated_at: unknown;
1141
- /**
1142
- * Field included by default.
1143
- */
1144
- zip_code?: string | null | unknown;
1093
+ [key: string]: never;
1145
1094
  };
1146
1095
  id: string;
1147
1096
  /**
@@ -1946,62 +1895,6 @@ type WorkspaceSettingsInputUpdateType = {
1946
1895
  source_type?: "local" | "cloud" | unknown;
1947
1896
  };
1948
1897
  };
1949
- /**
1950
- * A "Resource object" representing a invoice
1951
- */
1952
- type Invoice = {
1953
- /**
1954
- * An attributes object for a invoice
1955
- */
1956
- attributes?: {
1957
- /**
1958
- * Field included by default.
1959
- */
1960
- amount_due?: number | null | unknown;
1961
- /**
1962
- * Field included by default.
1963
- */
1964
- amount_paid?: number | null | unknown;
1965
- /**
1966
- * Field included by default.
1967
- */
1968
- created_at?: unknown;
1969
- /**
1970
- * Field included by default.
1971
- */
1972
- currency?: string | null | unknown;
1973
- /**
1974
- * Field included by default.
1975
- */
1976
- due_date?: unknown;
1977
- /**
1978
- * Field included by default.
1979
- */
1980
- invoice_number?: string | null | unknown;
1981
- /**
1982
- * Field included by default.
1983
- */
1984
- line_items?: Array<{
1985
- [key: string]: unknown;
1986
- }> | null | unknown;
1987
- /**
1988
- * Field included by default.
1989
- */
1990
- pdf_url?: string | null | unknown;
1991
- /**
1992
- * Field included by default.
1993
- */
1994
- status?: "draft" | "open" | "paid" | "void" | unknown;
1995
- };
1996
- id: string;
1997
- /**
1998
- * A relationships object for a invoice
1999
- */
2000
- relationships?: {
2001
- [key: string]: never;
2002
- };
2003
- type: string;
2004
- };
2005
1898
  /**
2006
1899
  * A "Resource object" representing a training_analytics
2007
1900
  */
@@ -2092,72 +1985,7 @@ type Transaction = {
2092
1985
  * An attributes object for a transaction
2093
1986
  */
2094
1987
  attributes?: {
2095
- /**
2096
- * The amount of the transaction. For monetary transactions, this is in cents. For credit usage, this is in credits. Field included by default.
2097
- */
2098
- amount: number;
2099
- /**
2100
- * Field included by default.
2101
- */
2102
- created_at: unknown;
2103
- /**
2104
- * Field included by default.
2105
- */
2106
- credits_added?: number | null | unknown;
2107
- /**
2108
- * Field included by default.
2109
- */
2110
- credits_used?: number | null | unknown;
2111
- /**
2112
- * Field included by default.
2113
- */
2114
- currency?: string | null | unknown;
2115
- /**
2116
- * Field included by default.
2117
- */
2118
- description?: string | null | unknown;
2119
- /**
2120
- * Field included by default.
2121
- */
2122
- error_message?: string | null | unknown;
2123
- /**
2124
- * Field included by default.
2125
- */
2126
- metadata?: {
2127
- [key: string]: unknown;
2128
- } | null | unknown;
2129
- /**
2130
- * Field included by default.
2131
- */
2132
- operation?: "subscription" | "topup" | "extraction" | "training" | "refund" | "addon" | unknown;
2133
- /**
2134
- * Field included by default.
2135
- */
2136
- provider_reference?: string | null | unknown;
2137
- /**
2138
- * Field included by default.
2139
- */
2140
- service_id?: string | null | unknown;
2141
- /**
2142
- * Field included by default.
2143
- */
2144
- status: "pending" | "success" | "failed" | "refunded" | "voided";
2145
- /**
2146
- * Field included by default.
2147
- */
2148
- tenant_id: string;
2149
- /**
2150
- * Field included by default.
2151
- */
2152
- transaction_type?: "credit" | "debit" | unknown;
2153
- /**
2154
- * Field included by default.
2155
- */
2156
- type?: "sale" | "auth" | "refund" | "void" | unknown;
2157
- /**
2158
- * Field included by default.
2159
- */
2160
- updated_at: unknown;
1988
+ [key: string]: never;
2161
1989
  };
2162
1990
  id: string;
2163
1991
  /**
@@ -2176,14 +2004,38 @@ type ExtractionResult = {
2176
2004
  * An attributes object for a extraction_result
2177
2005
  */
2178
2006
  attributes?: {
2007
+ /**
2008
+ * The Agent that performed this extraction. Field included by default.
2009
+ */
2010
+ agent_id?: string | null | unknown;
2011
+ /**
2012
+ * The specific version of the Agent that performed this extraction. Field included by default.
2013
+ */
2014
+ agent_version_id?: string | null | unknown;
2015
+ /**
2016
+ * Average confidence across all extracted fields. Field included by default.
2017
+ */
2018
+ avg_confidence?: number | null | unknown;
2179
2019
  /**
2180
2020
  * Character count of extracted text
2181
2021
  */
2182
2022
  char_count?: number | null | unknown;
2023
+ /**
2024
+ * Overall classification confidence score. Field included by default.
2025
+ */
2026
+ classification_confidence?: number | null | unknown;
2183
2027
  /**
2184
2028
  * Field included by default.
2185
2029
  */
2186
2030
  credits_used?: string | null | unknown;
2031
+ /**
2032
+ * Specific document type (Traffic Citation, Invoice, etc.). Field included by default.
2033
+ */
2034
+ document_type?: string | null | unknown;
2035
+ /**
2036
+ * Document domain (legal, financial, medical, etc.). Field included by default.
2037
+ */
2038
+ domain?: string | null | unknown;
2187
2039
  /**
2188
2040
  * Field included by default.
2189
2041
  */
@@ -2206,6 +2058,10 @@ type ExtractionResult = {
2206
2058
  * Line count of extracted text
2207
2059
  */
2208
2060
  line_count?: number | null | unknown;
2061
+ /**
2062
+ * Municipality or agency name. Field included by default.
2063
+ */
2064
+ municipality?: string | null | unknown;
2209
2065
  ocr_blocks?: Array<{
2210
2066
  [key: string]: unknown;
2211
2067
  }> | null | unknown;
@@ -2215,9 +2071,17 @@ type ExtractionResult = {
2215
2071
  processing_time_ms?: number | null | unknown;
2216
2072
  schema_id?: string | null | unknown;
2217
2073
  /**
2218
- * The version of the schema/agent used for this extraction. Field included by default.
2074
+ * The revision within the schema version (e.g., 5 means 'v2 rev 5'). Field included by default.
2075
+ */
2076
+ schema_revision?: number | null | unknown;
2077
+ /**
2078
+ * The version of the schema/agent used for this extraction (e.g., 'v2'). Field included by default.
2219
2079
  */
2220
2080
  schema_version?: string | null | unknown;
2081
+ /**
2082
+ * State code. Field included by default.
2083
+ */
2084
+ state?: string | null | unknown;
2221
2085
  /**
2222
2086
  * Field included by default.
2223
2087
  */
@@ -2387,10 +2251,6 @@ type Tenant = {
2387
2251
  * Field included by default.
2388
2252
  */
2389
2253
  auto_top_up_enabled: boolean;
2390
- /**
2391
- * The credit package to purchase when auto top-up is triggered. Field included by default.
2392
- */
2393
- auto_top_up_package_id?: string | null | unknown;
2394
2254
  /**
2395
2255
  * Credit balance threshold to trigger auto top-up. Field included by default.
2396
2256
  */
@@ -2632,6 +2492,10 @@ type AgentVersion = {
2632
2492
  * Field included by default.
2633
2493
  */
2634
2494
  created_at: unknown;
2495
+ /**
2496
+ * Combined display version like 'v2 rev 5'
2497
+ */
2498
+ display_version?: string | null | unknown;
2635
2499
  /**
2636
2500
  * Field included by default.
2637
2501
  */
@@ -2685,6 +2549,10 @@ type AgentVersion = {
2685
2549
  * Field included by default.
2686
2550
  */
2687
2551
  prompt_template: string;
2552
+ /**
2553
+ * Revision number within this schema version (increments on prompt/description changes). Field included by default.
2554
+ */
2555
+ revision: number;
2688
2556
  /**
2689
2557
  * Field included by default.
2690
2558
  */
@@ -3353,6 +3221,54 @@ type PermissionMeta = {
3353
3221
  };
3354
3222
  type: string;
3355
3223
  };
3224
+ /**
3225
+ * A "Resource object" representing a agent_version_revision
3226
+ */
3227
+ type AgentVersionRevision = {
3228
+ /**
3229
+ * An attributes object for a agent_version_revision
3230
+ */
3231
+ attributes?: {
3232
+ /**
3233
+ * Optional note describing what changed in this revision. Field included by default.
3234
+ */
3235
+ change_summary?: string | null | unknown;
3236
+ /**
3237
+ * Field included by default.
3238
+ */
3239
+ changed_at: unknown;
3240
+ /**
3241
+ * User ID who made this change. Field included by default.
3242
+ */
3243
+ changed_by?: string | null | unknown;
3244
+ /**
3245
+ * Combined display version like 'v2 rev 5'
3246
+ */
3247
+ display_version?: string | null | unknown;
3248
+ /**
3249
+ * Map of field_name => description at this revision. Field included by default.
3250
+ */
3251
+ field_descriptions?: {
3252
+ [key: string]: unknown;
3253
+ } | null | unknown;
3254
+ /**
3255
+ * The prompt template at this revision. Field included by default.
3256
+ */
3257
+ prompt_template?: string | null | unknown;
3258
+ /**
3259
+ * Revision number within this schema version (1, 2, 3, ...). Field included by default.
3260
+ */
3261
+ revision: number;
3262
+ };
3263
+ id: string;
3264
+ /**
3265
+ * A relationships object for a agent_version_revision
3266
+ */
3267
+ relationships?: {
3268
+ [key: string]: never;
3269
+ };
3270
+ type: string;
3271
+ };
3356
3272
  /**
3357
3273
  * A "Resource object" representing a llm_analytics
3358
3274
  */
@@ -4184,14 +4100,7 @@ type Subscription = {
4184
4100
  * An attributes object for a subscription
4185
4101
  */
4186
4102
  attributes?: {
4187
- /**
4188
- * Field included by default.
4189
- */
4190
- dunning_stage: number;
4191
- /**
4192
- * Field included by default.
4193
- */
4194
- next_retry_at?: string | null | unknown;
4103
+ [key: string]: never;
4195
4104
  };
4196
4105
  id: string;
4197
4106
  /**
@@ -4518,10 +4427,18 @@ type Workspace = {
4518
4427
  * Field included by default.
4519
4428
  */
4520
4429
  created_at: unknown;
4430
+ /**
4431
+ * When true, documents with matching file_hash are deduplicated. When false, file_hash is discarded and duplicates are allowed. Field included by default.
4432
+ */
4433
+ deduplicate_uploads: boolean;
4521
4434
  /**
4522
4435
  * Field included by default.
4523
4436
  */
4524
4437
  description?: string | null | unknown;
4438
+ /**
4439
+ * Count of documents without file_hash (not ready for deduplication)
4440
+ */
4441
+ documents_missing_hash_count?: number | unknown;
4525
4442
  /**
4526
4443
  * Field included by default.
4527
4444
  */
@@ -4542,6 +4459,10 @@ type Workspace = {
4542
4459
  * Field included by default.
4543
4460
  */
4544
4461
  name: string;
4462
+ /**
4463
+ * True when all documents have file_hash populated (safe to enable deduplication)
4464
+ */
4465
+ ready_for_deduplication?: boolean | null | unknown;
4545
4466
  /**
4546
4467
  * Field included by default.
4547
4468
  */
@@ -4931,34 +4852,37 @@ type ExtractionDocument = {
4931
4852
  * Overall classification confidence (0.0 to 1.0). Field included by default.
4932
4853
  */
4933
4854
  classification_confidence?: number | null | unknown;
4855
+ /**
4856
+ * The specific version of the Agent that processed this document. Field included by default.
4857
+ */
4858
+ agent_version_id?: string | null | unknown;
4934
4859
  uploaded_at?: string | null | unknown;
4935
4860
  /**
4936
4861
  * Current processing stage based on storage path
4937
4862
  */
4938
4863
  stage?: string | null | unknown;
4939
4864
  /**
4940
- * Credits billed for processing this document. Field included by default.
4865
+ * True if this document was returned as a duplicate of an existing upload
4941
4866
  */
4942
- billed_credits?: number | null | unknown;
4867
+ deduplicated?: boolean | null | unknown;
4943
4868
  /**
4944
- * Field included by default.
4869
+ * The revision within the schema version (e.g., 5 means 'v2 rev 5'). Field included by default.
4945
4870
  */
4946
- storage_path: string;
4871
+ schema_revision?: number | null | unknown;
4947
4872
  /**
4948
- * SHA256 hash of the file content for deduplication. Field included by default.
4873
+ * Credits billed for processing this document
4949
4874
  */
4950
- file_hash?: string | null | unknown;
4875
+ billed_credits?: number | null | unknown;
4876
+ storage_path: string;
4951
4877
  /**
4952
- * Field included by default.
4878
+ * SHA256 hash of the file content for deduplication
4953
4879
  */
4880
+ file_hash?: string | null | unknown;
4954
4881
  excluded_by?: string | null | unknown;
4955
4882
  /**
4956
- * The S3 bucket where this document is stored. Set during upload/begin_upload. Field included by default.
4883
+ * The S3 bucket where this document is stored. Set during upload/begin_upload.
4957
4884
  */
4958
4885
  bucket_name?: string | null | unknown;
4959
- /**
4960
- * Field included by default.
4961
- */
4962
4886
  deleted_at?: unknown;
4963
4887
  /**
4964
4888
  * Classification object containing domain, document_type, municipality, state, and confidence
@@ -4975,76 +4899,49 @@ type ExtractionDocument = {
4975
4899
  * Reason why this document is in the review queue
4976
4900
  */
4977
4901
  queue_reason?: string | null | unknown;
4978
- /**
4979
- * Field included by default.
4980
- */
4981
4902
  status?: "queued" | "processing" | "completed" | "failed" | "cancelled" | "pending_credits" | unknown;
4982
- /**
4983
- * Field included by default.
4984
- */
4985
4903
  progress?: number | null | unknown;
4986
4904
  /**
4987
- * Timestamp when document was moved to output/error bucket. Field included by default.
4905
+ * Timestamp when document was moved to output/error bucket
4988
4906
  */
4989
4907
  moved_at?: unknown;
4990
4908
  /**
4991
- * Full path (bucket/key) where document was copied after successful extraction. Field included by default.
4909
+ * Full path (bucket/key) where document was copied after successful extraction
4992
4910
  */
4993
4911
  output_storage_path?: string | null | unknown;
4994
4912
  /**
4995
- * Metadata about the training session for this document (trained_at, user_id, scores). Field included by default.
4913
+ * Metadata about the training session for this document (trained_at, user_id, scores)
4996
4914
  */
4997
4915
  training_metadata?: {
4998
4916
  [key: string]: unknown;
4999
4917
  } | null | unknown;
5000
4918
  upload_url?: string | null | unknown;
5001
- /**
5002
- * Field included by default.
5003
- */
5004
4919
  pages?: number | null | unknown;
5005
4920
  /**
5006
- * The review/verification state of the document. Field included by default.
4921
+ * The review/verification state of the document
5007
4922
  */
5008
4923
  verification_status?: "unverified" | "partially_verified" | "fully_verified" | unknown;
5009
- /**
5010
- * Field included by default.
5011
- */
5012
4924
  processed_at?: unknown;
5013
- /**
5014
- * Field included by default.
5015
- */
5016
4925
  error_message?: string | null | unknown;
5017
- /**
5018
- * Field included by default.
5019
- */
5020
4926
  verified_by_user_id?: string | null | unknown;
5021
- /**
5022
- * Field included by default.
5023
- */
5024
4927
  file_type: "pdf" | "docx" | "image" | "zip";
5025
- /**
5026
- * Field included by default.
5027
- */
5028
4928
  file_size_bytes?: number | null | unknown;
5029
4929
  /**
5030
- * Timestamp when document processing completed (status changed to :completed). Field included by default.
4930
+ * Timestamp when document processing completed (status changed to :completed)
5031
4931
  */
5032
4932
  completed_at?: unknown;
5033
4933
  /**
5034
- * The version of the agent/schema used to process this document. Field included by default.
4934
+ * The version of the agent/schema used to process this document (e.g., 'v2'). Field included by default.
5035
4935
  */
5036
4936
  schema_version?: string | null | unknown;
5037
4937
  presigned_view_url?: string | null | unknown;
5038
- /**
5039
- * Field included by default.
5040
- */
5041
4938
  last_verified_at?: unknown;
5042
4939
  /**
5043
4940
  * State or province code (2-letter). Field included by default.
5044
4941
  */
5045
4942
  state?: string | null | unknown;
5046
4943
  /**
5047
- * Full path (bucket/key) where document was copied after failed extraction. Field included by default.
4944
+ * Full path (bucket/key) where document was copied after failed extraction
5048
4945
  */
5049
4946
  error_storage_path?: string | null | unknown;
5050
4947
  /**
@@ -5052,16 +4949,14 @@ type ExtractionDocument = {
5052
4949
  */
5053
4950
  domain?: string | null | unknown;
5054
4951
  /**
5055
- * If true, this document is excluded from training (both creating new examples and being used in retrieval). Field included by default.
4952
+ * If true, this document is excluded from training (both creating new examples and being used in retrieval)
5056
4953
  */
5057
4954
  excluded_from_training: boolean;
5058
4955
  /**
5059
- * Field included by default.
4956
+ * The Agent that processed this document. Field included by default.
5060
4957
  */
4958
+ agent_id?: string | null | unknown;
5061
4959
  excluded_at?: unknown;
5062
- /**
5063
- * Field included by default.
5064
- */
5065
4960
  filename: string;
5066
4961
  /**
5067
4962
  * Average confidence score across all extracted fields (0.0 to 1.0). Field included by default.
@@ -6218,181 +6113,6 @@ type PostWorkspacesResponses = {
6218
6113
  };
6219
6114
  };
6220
6115
  type PostWorkspacesResponse = PostWorkspacesResponses[keyof PostWorkspacesResponses];
6221
- type GetPaymentMethodsData = {
6222
- body?: never;
6223
- headers: {
6224
- /**
6225
- * Application ID for authentication and routing
6226
- */
6227
- "x-application-key": string;
6228
- };
6229
- path?: never;
6230
- query?: {
6231
- /**
6232
- * JSON:API filter parameters (use flat query string format: filter[field][operator]=value)
6233
- */
6234
- filter?: {
6235
- [key: string]: unknown;
6236
- };
6237
- /**
6238
- * Sort results by one or more fields. Prefix with '-' for descending order. Separate multiple fields with commas.
6239
- */
6240
- sort?: string;
6241
- /**
6242
- * JSON:API pagination parameters (use flat query string format: page[limit]=20&page[offset]=0)
6243
- */
6244
- page?: {
6245
- [key: string]: unknown;
6246
- };
6247
- /**
6248
- * Include related resources in the response. Comma-separated list of relationship names to eager-load.
6249
- */
6250
- include?: string;
6251
- /**
6252
- * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
6253
- */
6254
- fields?: {
6255
- [key: string]: unknown;
6256
- };
6257
- };
6258
- url: "/payment-methods";
6259
- };
6260
- type GetPaymentMethodsErrors = {
6261
- /**
6262
- * Bad Request - Invalid input data or malformed request
6263
- */
6264
- 400: ErrorResponse;
6265
- /**
6266
- * Unauthorized - Missing or invalid authentication token
6267
- */
6268
- 401: ErrorResponse;
6269
- /**
6270
- * Forbidden - Authenticated but not authorized for this resource
6271
- */
6272
- 403: ErrorResponse;
6273
- /**
6274
- * Not Found - Resource does not exist
6275
- */
6276
- 404: ErrorResponse;
6277
- /**
6278
- * Too Many Requests - Rate limit exceeded
6279
- */
6280
- 429: ErrorResponse;
6281
- /**
6282
- * Internal Server Error - Unexpected server error
6283
- */
6284
- 500: ErrorResponse;
6285
- /**
6286
- * General Error
6287
- */
6288
- default: Errors;
6289
- };
6290
- type GetPaymentMethodsError = GetPaymentMethodsErrors[keyof GetPaymentMethodsErrors];
6291
- type GetPaymentMethodsResponses = {
6292
- /**
6293
- * Success
6294
- */
6295
- 200: {
6296
- /**
6297
- * An array of resource objects representing a payment_method
6298
- */
6299
- data?: Array<PaymentMethod>;
6300
- included?: Array<unknown>;
6301
- meta?: {
6302
- [key: string]: unknown;
6303
- };
6304
- };
6305
- };
6306
- type GetPaymentMethodsResponse = GetPaymentMethodsResponses[keyof GetPaymentMethodsResponses];
6307
- type PostPaymentMethodsData = {
6308
- /**
6309
- * Request body for the /payment-methods operation on payment_method resource
6310
- */
6311
- body: {
6312
- data: {
6313
- attributes?: {
6314
- brand?: string | unknown;
6315
- customer_id: string;
6316
- exp_month?: number | unknown;
6317
- exp_year?: number | unknown;
6318
- is_default?: boolean | unknown;
6319
- last4?: string | unknown;
6320
- nickname?: string | unknown;
6321
- provider?: "qorpay" | unknown;
6322
- provider_token: string;
6323
- type: "card" | "bank_account";
6324
- };
6325
- relationships?: {
6326
- [key: string]: never;
6327
- };
6328
- type?: "payment_method";
6329
- };
6330
- };
6331
- headers: {
6332
- /**
6333
- * Application ID for authentication and routing
6334
- */
6335
- "x-application-key": string;
6336
- };
6337
- path?: never;
6338
- query?: {
6339
- /**
6340
- * Include related resources in the response. Comma-separated list of relationship names to eager-load.
6341
- */
6342
- include?: string;
6343
- /**
6344
- * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
6345
- */
6346
- fields?: {
6347
- [key: string]: unknown;
6348
- };
6349
- };
6350
- url: "/payment-methods";
6351
- };
6352
- type PostPaymentMethodsErrors = {
6353
- /**
6354
- * Bad Request - Invalid input data or malformed request
6355
- */
6356
- 400: ErrorResponse;
6357
- /**
6358
- * Unauthorized - Missing or invalid authentication token
6359
- */
6360
- 401: ErrorResponse;
6361
- /**
6362
- * Forbidden - Authenticated but not authorized for this resource
6363
- */
6364
- 403: ErrorResponse;
6365
- /**
6366
- * Not Found - Resource does not exist
6367
- */
6368
- 404: ErrorResponse;
6369
- /**
6370
- * Too Many Requests - Rate limit exceeded
6371
- */
6372
- 429: ErrorResponse;
6373
- /**
6374
- * Internal Server Error - Unexpected server error
6375
- */
6376
- 500: ErrorResponse;
6377
- /**
6378
- * General Error
6379
- */
6380
- default: Errors;
6381
- };
6382
- type PostPaymentMethodsError = PostPaymentMethodsErrors[keyof PostPaymentMethodsErrors];
6383
- type PostPaymentMethodsResponses = {
6384
- /**
6385
- * Success
6386
- */
6387
- 201: {
6388
- data?: PaymentMethod;
6389
- included?: Array<unknown>;
6390
- meta?: {
6391
- [key: string]: unknown;
6392
- };
6393
- };
6394
- };
6395
- type PostPaymentMethodsResponse = PostPaymentMethodsResponses[keyof PostPaymentMethodsResponses];
6396
6116
  type GetAgentsByIdStatsData = {
6397
6117
  body?: never;
6398
6118
  headers: {
@@ -7977,6 +7697,14 @@ type PatchExtractionDocumentsByIdStatusData = {
7977
7697
  body?: {
7978
7698
  data: {
7979
7699
  attributes?: {
7700
+ /**
7701
+ * The Agent that processed this document
7702
+ */
7703
+ agent_id?: string | unknown;
7704
+ /**
7705
+ * The specific version of the Agent that processed this document
7706
+ */
7707
+ agent_version_id?: string | unknown;
7980
7708
  /**
7981
7709
  * Average confidence score across all extracted fields (0.0 to 1.0)
7982
7710
  */
@@ -8838,33 +8566,28 @@ type PostConfigsResponses = {
8838
8566
  };
8839
8567
  };
8840
8568
  type PostConfigsResponse = PostConfigsResponses[keyof PostConfigsResponses];
8841
- type PatchWalletAutoTopUpData = {
8842
- /**
8843
- * Request body for the /wallet/auto-top-up operation on wallet resource
8844
- */
8845
- body: {
8846
- data: {
8847
- attributes?: {
8848
- amount?: number | unknown;
8849
- enabled: boolean;
8850
- package_id?: string | unknown;
8851
- threshold?: number | unknown;
8852
- };
8853
- id: string;
8854
- relationships?: {
8855
- [key: string]: never;
8856
- };
8857
- type?: "wallet";
8858
- };
8859
- };
8569
+ type GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsData = {
8570
+ body?: never;
8860
8571
  headers: {
8861
8572
  /**
8862
8573
  * Application ID for authentication and routing
8863
8574
  */
8864
8575
  "x-application-key": string;
8865
8576
  };
8866
- path?: never;
8577
+ path: {
8578
+ agent_version_id: string;
8579
+ };
8867
8580
  query?: {
8581
+ /**
8582
+ * JSON:API filter parameters (use flat query string format: filter[field][operator]=value)
8583
+ */
8584
+ filter?: {
8585
+ [key: string]: unknown;
8586
+ };
8587
+ /**
8588
+ * Sort results by one or more fields. Prefix with '-' for descending order. Separate multiple fields with commas.
8589
+ */
8590
+ sort?: string;
8868
8591
  /**
8869
8592
  * Include related resources in the response. Comma-separated list of relationship names to eager-load.
8870
8593
  */
@@ -8876,9 +8599,9 @@ type PatchWalletAutoTopUpData = {
8876
8599
  [key: string]: unknown;
8877
8600
  };
8878
8601
  };
8879
- url: "/wallet/auto-top-up";
8602
+ url: "/agent_version_revisions/agent_versions/{agent_version_id}/revisions";
8880
8603
  };
8881
- type PatchWalletAutoTopUpErrors = {
8604
+ type GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsErrors = {
8882
8605
  /**
8883
8606
  * Bad Request - Invalid input data or malformed request
8884
8607
  */
@@ -8908,36 +8631,39 @@ type PatchWalletAutoTopUpErrors = {
8908
8631
  */
8909
8632
  default: Errors;
8910
8633
  };
8911
- type PatchWalletAutoTopUpError = PatchWalletAutoTopUpErrors[keyof PatchWalletAutoTopUpErrors];
8912
- type PatchWalletAutoTopUpResponses = {
8634
+ type GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsError = GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsErrors[keyof GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsErrors];
8635
+ type GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsResponses = {
8913
8636
  /**
8914
8637
  * Success
8915
8638
  */
8916
8639
  200: {
8917
- data?: Wallet;
8918
- included?: Array<Plan>;
8640
+ /**
8641
+ * An array of resource objects representing a agent_version_revision
8642
+ */
8643
+ data?: Array<AgentVersionRevision>;
8644
+ included?: Array<unknown>;
8919
8645
  meta?: {
8920
8646
  [key: string]: unknown;
8921
8647
  };
8922
8648
  };
8923
8649
  };
8924
- type PatchWalletAutoTopUpResponse = PatchWalletAutoTopUpResponses[keyof PatchWalletAutoTopUpResponses];
8925
- type PostTokensData = {
8650
+ type GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsResponse = GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsResponses[keyof GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsResponses];
8651
+ type PatchWalletAutoTopUpData = {
8926
8652
  /**
8927
- * Request body for the /tokens operation on token resource
8653
+ * Request body for the /wallet/auto-top-up operation on wallet resource
8928
8654
  */
8929
- body?: {
8655
+ body: {
8930
8656
  data: {
8931
8657
  attributes?: {
8932
- card?: {
8933
- [key: string]: unknown;
8934
- } | unknown;
8935
- type?: "card" | "bank_account" | unknown;
8658
+ amount?: number | unknown;
8659
+ enabled: boolean;
8660
+ threshold?: number | unknown;
8936
8661
  };
8662
+ id: string;
8937
8663
  relationships?: {
8938
8664
  [key: string]: never;
8939
8665
  };
8940
- type?: "token";
8666
+ type?: "wallet";
8941
8667
  };
8942
8668
  };
8943
8669
  headers: {
@@ -8959,9 +8685,9 @@ type PostTokensData = {
8959
8685
  [key: string]: unknown;
8960
8686
  };
8961
8687
  };
8962
- url: "/tokens";
8688
+ url: "/wallet/auto-top-up";
8963
8689
  };
8964
- type PostTokensErrors = {
8690
+ type PatchWalletAutoTopUpErrors = {
8965
8691
  /**
8966
8692
  * Bad Request - Invalid input data or malformed request
8967
8693
  */
@@ -8991,41 +8717,36 @@ type PostTokensErrors = {
8991
8717
  */
8992
8718
  default: Errors;
8993
8719
  };
8994
- type PostTokensError = PostTokensErrors[keyof PostTokensErrors];
8995
- type PostTokensResponses = {
8720
+ type PatchWalletAutoTopUpError = PatchWalletAutoTopUpErrors[keyof PatchWalletAutoTopUpErrors];
8721
+ type PatchWalletAutoTopUpResponses = {
8996
8722
  /**
8997
8723
  * Success
8998
8724
  */
8999
- 201: {
9000
- data?: Token;
9001
- included?: Array<unknown>;
8725
+ 200: {
8726
+ data?: Wallet;
8727
+ included?: Array<Plan>;
9002
8728
  meta?: {
9003
8729
  [key: string]: unknown;
9004
8730
  };
9005
8731
  };
9006
8732
  };
9007
- type PostTokensResponse = PostTokensResponses[keyof PostTokensResponses];
9008
- type PatchApiKeysByIdSetBudgetData = {
8733
+ type PatchWalletAutoTopUpResponse = PatchWalletAutoTopUpResponses[keyof PatchWalletAutoTopUpResponses];
8734
+ type PostTokensData = {
9009
8735
  /**
9010
- * Request body for the /api_keys/:id/set_budget operation on api_key resource
8736
+ * Request body for the /tokens operation on token resource
9011
8737
  */
9012
8738
  body?: {
9013
8739
  data: {
9014
8740
  attributes?: {
9015
- /**
9016
- * Maximum credits per period (null to remove limit)
9017
- */
9018
- credit_limit?: number | unknown;
9019
- /**
9020
- * Budget reset period (null to remove limit)
9021
- */
9022
- credit_limit_period?: "daily" | "weekly" | "monthly" | "yearly" | "lifetime" | unknown;
8741
+ card?: {
8742
+ [key: string]: unknown;
8743
+ } | unknown;
8744
+ type?: "card" | "bank_account" | unknown;
9023
8745
  };
9024
- id: string;
9025
8746
  relationships?: {
9026
8747
  [key: string]: never;
9027
8748
  };
9028
- type?: "api_key";
8749
+ type?: "token";
9029
8750
  };
9030
8751
  };
9031
8752
  headers: {
@@ -9034,9 +8755,7 @@ type PatchApiKeysByIdSetBudgetData = {
9034
8755
  */
9035
8756
  "x-application-key": string;
9036
8757
  };
9037
- path: {
9038
- id: string;
9039
- };
8758
+ path?: never;
9040
8759
  query?: {
9041
8760
  /**
9042
8761
  * Include related resources in the response. Comma-separated list of relationship names to eager-load.
@@ -9049,9 +8768,99 @@ type PatchApiKeysByIdSetBudgetData = {
9049
8768
  [key: string]: unknown;
9050
8769
  };
9051
8770
  };
9052
- url: "/api_keys/{id}/set_budget";
8771
+ url: "/tokens";
9053
8772
  };
9054
- type PatchApiKeysByIdSetBudgetErrors = {
8773
+ type PostTokensErrors = {
8774
+ /**
8775
+ * Bad Request - Invalid input data or malformed request
8776
+ */
8777
+ 400: ErrorResponse;
8778
+ /**
8779
+ * Unauthorized - Missing or invalid authentication token
8780
+ */
8781
+ 401: ErrorResponse;
8782
+ /**
8783
+ * Forbidden - Authenticated but not authorized for this resource
8784
+ */
8785
+ 403: ErrorResponse;
8786
+ /**
8787
+ * Not Found - Resource does not exist
8788
+ */
8789
+ 404: ErrorResponse;
8790
+ /**
8791
+ * Too Many Requests - Rate limit exceeded
8792
+ */
8793
+ 429: ErrorResponse;
8794
+ /**
8795
+ * Internal Server Error - Unexpected server error
8796
+ */
8797
+ 500: ErrorResponse;
8798
+ /**
8799
+ * General Error
8800
+ */
8801
+ default: Errors;
8802
+ };
8803
+ type PostTokensError = PostTokensErrors[keyof PostTokensErrors];
8804
+ type PostTokensResponses = {
8805
+ /**
8806
+ * Success
8807
+ */
8808
+ 201: {
8809
+ data?: Token;
8810
+ included?: Array<unknown>;
8811
+ meta?: {
8812
+ [key: string]: unknown;
8813
+ };
8814
+ };
8815
+ };
8816
+ type PostTokensResponse = PostTokensResponses[keyof PostTokensResponses];
8817
+ type PatchApiKeysByIdSetBudgetData = {
8818
+ /**
8819
+ * Request body for the /api_keys/:id/set_budget operation on api_key resource
8820
+ */
8821
+ body?: {
8822
+ data: {
8823
+ attributes?: {
8824
+ /**
8825
+ * Maximum credits per period (null to remove limit)
8826
+ */
8827
+ credit_limit?: number | unknown;
8828
+ /**
8829
+ * Budget reset period (null to remove limit)
8830
+ */
8831
+ credit_limit_period?: "daily" | "weekly" | "monthly" | "yearly" | "lifetime" | unknown;
8832
+ };
8833
+ id: string;
8834
+ relationships?: {
8835
+ [key: string]: never;
8836
+ };
8837
+ type?: "api_key";
8838
+ };
8839
+ };
8840
+ headers: {
8841
+ /**
8842
+ * Application ID for authentication and routing
8843
+ */
8844
+ "x-application-key": string;
8845
+ };
8846
+ path: {
8847
+ id: string;
8848
+ };
8849
+ query?: {
8850
+ /**
8851
+ * Include related resources in the response. Comma-separated list of relationship names to eager-load.
8852
+ */
8853
+ include?: string;
8854
+ /**
8855
+ * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
8856
+ */
8857
+ fields?: {
8858
+ [key: string]: unknown;
8859
+ };
8860
+ };
8861
+ url: "/api_keys/{id}/set_budget";
8862
+ };
8863
+ type PatchApiKeysByIdSetBudgetErrors = {
9055
8864
  /**
9056
8865
  * Bad Request - Invalid input data or malformed request
9057
8866
  */
@@ -10155,9 +9964,9 @@ type GetAgentsUsageResponses = {
10155
9964
  };
10156
9965
  };
10157
9966
  type GetAgentsUsageResponse = GetAgentsUsageResponses[keyof GetAgentsUsageResponses];
10158
- type PatchNotificationMethodsByIdSetPrimaryData = {
9967
+ type PatchWorkspacesByIdPopulateHashesData = {
10159
9968
  /**
10160
- * Request body for the /notification_methods/:id/set_primary operation on notification_method resource
9969
+ * Request body for the /workspaces/:id/populate-hashes operation on workspace resource
10161
9970
  */
10162
9971
  body?: {
10163
9972
  data: {
@@ -10168,7 +9977,7 @@ type PatchNotificationMethodsByIdSetPrimaryData = {
10168
9977
  relationships?: {
10169
9978
  [key: string]: never;
10170
9979
  };
10171
- type?: "notification_method";
9980
+ type?: "workspace";
10172
9981
  };
10173
9982
  };
10174
9983
  headers: {
@@ -10192,9 +10001,9 @@ type PatchNotificationMethodsByIdSetPrimaryData = {
10192
10001
  [key: string]: unknown;
10193
10002
  };
10194
10003
  };
10195
- url: "/notification_methods/{id}/set_primary";
10004
+ url: "/workspaces/{id}/populate-hashes";
10196
10005
  };
10197
- type PatchNotificationMethodsByIdSetPrimaryErrors = {
10006
+ type PatchWorkspacesByIdPopulateHashesErrors = {
10198
10007
  /**
10199
10008
  * Bad Request - Invalid input data or malformed request
10200
10009
  */
@@ -10224,22 +10033,36 @@ type PatchNotificationMethodsByIdSetPrimaryErrors = {
10224
10033
  */
10225
10034
  default: Errors;
10226
10035
  };
10227
- type PatchNotificationMethodsByIdSetPrimaryError = PatchNotificationMethodsByIdSetPrimaryErrors[keyof PatchNotificationMethodsByIdSetPrimaryErrors];
10228
- type PatchNotificationMethodsByIdSetPrimaryResponses = {
10036
+ type PatchWorkspacesByIdPopulateHashesError = PatchWorkspacesByIdPopulateHashesErrors[keyof PatchWorkspacesByIdPopulateHashesErrors];
10037
+ type PatchWorkspacesByIdPopulateHashesResponses = {
10229
10038
  /**
10230
10039
  * Success
10231
10040
  */
10232
10041
  200: {
10233
- data?: NotificationMethod;
10234
- included?: Array<unknown>;
10042
+ data?: Workspace;
10043
+ included?: Array<Tenant>;
10235
10044
  meta?: {
10236
10045
  [key: string]: unknown;
10237
10046
  };
10238
10047
  };
10239
10048
  };
10240
- type PatchNotificationMethodsByIdSetPrimaryResponse = PatchNotificationMethodsByIdSetPrimaryResponses[keyof PatchNotificationMethodsByIdSetPrimaryResponses];
10241
- type GetBucketsByIdObjectsData = {
10242
- body?: never;
10049
+ type PatchWorkspacesByIdPopulateHashesResponse = PatchWorkspacesByIdPopulateHashesResponses[keyof PatchWorkspacesByIdPopulateHashesResponses];
10050
+ type PatchNotificationMethodsByIdSetPrimaryData = {
10051
+ /**
10052
+ * Request body for the /notification_methods/:id/set_primary operation on notification_method resource
10053
+ */
10054
+ body?: {
10055
+ data: {
10056
+ attributes?: {
10057
+ [key: string]: never;
10058
+ };
10059
+ id: string;
10060
+ relationships?: {
10061
+ [key: string]: never;
10062
+ };
10063
+ type?: "notification_method";
10064
+ };
10065
+ };
10243
10066
  headers: {
10244
10067
  /**
10245
10068
  * Application ID for authentication and routing
@@ -10261,9 +10084,9 @@ type GetBucketsByIdObjectsData = {
10261
10084
  [key: string]: unknown;
10262
10085
  };
10263
10086
  };
10264
- url: "/buckets/{id}/objects";
10087
+ url: "/notification_methods/{id}/set_primary";
10265
10088
  };
10266
- type GetBucketsByIdObjectsErrors = {
10089
+ type PatchNotificationMethodsByIdSetPrimaryErrors = {
10267
10090
  /**
10268
10091
  * Bad Request - Invalid input data or malformed request
10269
10092
  */
@@ -10293,36 +10116,22 @@ type GetBucketsByIdObjectsErrors = {
10293
10116
  */
10294
10117
  default: Errors;
10295
10118
  };
10296
- type GetBucketsByIdObjectsError = GetBucketsByIdObjectsErrors[keyof GetBucketsByIdObjectsErrors];
10297
- type GetBucketsByIdObjectsResponses = {
10119
+ type PatchNotificationMethodsByIdSetPrimaryError = PatchNotificationMethodsByIdSetPrimaryErrors[keyof PatchNotificationMethodsByIdSetPrimaryErrors];
10120
+ type PatchNotificationMethodsByIdSetPrimaryResponses = {
10298
10121
  /**
10299
10122
  * Success
10300
10123
  */
10301
10124
  200: {
10302
- data?: _Object;
10125
+ data?: NotificationMethod;
10303
10126
  included?: Array<unknown>;
10304
10127
  meta?: {
10305
10128
  [key: string]: unknown;
10306
10129
  };
10307
10130
  };
10308
10131
  };
10309
- type GetBucketsByIdObjectsResponse = GetBucketsByIdObjectsResponses[keyof GetBucketsByIdObjectsResponses];
10310
- type PatchInvitationsByIdResendData = {
10311
- /**
10312
- * Request body for the /invitations/:id/resend operation on invitation resource
10313
- */
10314
- body?: {
10315
- data: {
10316
- attributes?: {
10317
- application_id?: string | unknown;
10318
- };
10319
- id: string;
10320
- relationships?: {
10321
- [key: string]: never;
10322
- };
10323
- type?: "invitation";
10324
- };
10325
- };
10132
+ type PatchNotificationMethodsByIdSetPrimaryResponse = PatchNotificationMethodsByIdSetPrimaryResponses[keyof PatchNotificationMethodsByIdSetPrimaryResponses];
10133
+ type GetBucketsByIdObjectsData = {
10134
+ body?: never;
10326
10135
  headers: {
10327
10136
  /**
10328
10137
  * Application ID for authentication and routing
@@ -10344,9 +10153,9 @@ type PatchInvitationsByIdResendData = {
10344
10153
  [key: string]: unknown;
10345
10154
  };
10346
10155
  };
10347
- url: "/invitations/{id}/resend";
10156
+ url: "/buckets/{id}/objects";
10348
10157
  };
10349
- type PatchInvitationsByIdResendErrors = {
10158
+ type GetBucketsByIdObjectsErrors = {
10350
10159
  /**
10351
10160
  * Bad Request - Invalid input data or malformed request
10352
10161
  */
@@ -10376,34 +10185,34 @@ type PatchInvitationsByIdResendErrors = {
10376
10185
  */
10377
10186
  default: Errors;
10378
10187
  };
10379
- type PatchInvitationsByIdResendError = PatchInvitationsByIdResendErrors[keyof PatchInvitationsByIdResendErrors];
10380
- type PatchInvitationsByIdResendResponses = {
10188
+ type GetBucketsByIdObjectsError = GetBucketsByIdObjectsErrors[keyof GetBucketsByIdObjectsErrors];
10189
+ type GetBucketsByIdObjectsResponses = {
10381
10190
  /**
10382
10191
  * Success
10383
10192
  */
10384
10193
  200: {
10385
- data?: Invitation;
10194
+ data?: _Object;
10386
10195
  included?: Array<unknown>;
10387
10196
  meta?: {
10388
10197
  [key: string]: unknown;
10389
10198
  };
10390
10199
  };
10391
10200
  };
10392
- type PatchInvitationsByIdResendResponse = PatchInvitationsByIdResendResponses[keyof PatchInvitationsByIdResendResponses];
10393
- type PostExtractionSchemaDiscoveriesData = {
10201
+ type GetBucketsByIdObjectsResponse = GetBucketsByIdObjectsResponses[keyof GetBucketsByIdObjectsResponses];
10202
+ type PatchInvitationsByIdResendData = {
10394
10203
  /**
10395
- * Request body for the /extraction/schema_discoveries operation on schema_discovery resource
10204
+ * Request body for the /invitations/:id/resend operation on invitation resource
10396
10205
  */
10397
- body: {
10206
+ body?: {
10398
10207
  data: {
10399
10208
  attributes?: {
10400
- agent_id: string;
10401
- document_id: string;
10209
+ application_id?: string | unknown;
10402
10210
  };
10211
+ id: string;
10403
10212
  relationships?: {
10404
10213
  [key: string]: never;
10405
10214
  };
10406
- type?: "schema_discovery";
10215
+ type?: "invitation";
10407
10216
  };
10408
10217
  };
10409
10218
  headers: {
@@ -10412,85 +10221,10 @@ type PostExtractionSchemaDiscoveriesData = {
10412
10221
  */
10413
10222
  "x-application-key": string;
10414
10223
  };
10415
- path?: never;
10416
- query?: {
10417
- /**
10418
- * Include related resources in the response. Comma-separated list of relationship names to eager-load.
10419
- */
10420
- include?: string;
10421
- /**
10422
- * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
10423
- */
10424
- fields?: {
10425
- [key: string]: unknown;
10426
- };
10427
- };
10428
- url: "/extraction/schema_discoveries";
10429
- };
10430
- type PostExtractionSchemaDiscoveriesErrors = {
10431
- /**
10432
- * Bad Request - Invalid input data or malformed request
10433
- */
10434
- 400: ErrorResponse;
10435
- /**
10436
- * Unauthorized - Missing or invalid authentication token
10437
- */
10438
- 401: ErrorResponse;
10439
- /**
10440
- * Forbidden - Authenticated but not authorized for this resource
10441
- */
10442
- 403: ErrorResponse;
10443
- /**
10444
- * Not Found - Resource does not exist
10445
- */
10446
- 404: ErrorResponse;
10447
- /**
10448
- * Too Many Requests - Rate limit exceeded
10449
- */
10450
- 429: ErrorResponse;
10451
- /**
10452
- * Internal Server Error - Unexpected server error
10453
- */
10454
- 500: ErrorResponse;
10455
- /**
10456
- * General Error
10457
- */
10458
- default: Errors;
10459
- };
10460
- type PostExtractionSchemaDiscoveriesError = PostExtractionSchemaDiscoveriesErrors[keyof PostExtractionSchemaDiscoveriesErrors];
10461
- type PostExtractionSchemaDiscoveriesResponses = {
10462
- /**
10463
- * Success
10464
- */
10465
- 201: {
10466
- data?: SchemaDiscovery;
10467
- included?: Array<unknown>;
10468
- meta?: {
10469
- [key: string]: unknown;
10470
- };
10471
- };
10472
- };
10473
- type PostExtractionSchemaDiscoveriesResponse = PostExtractionSchemaDiscoveriesResponses[keyof PostExtractionSchemaDiscoveriesResponses];
10474
- type GetSearchSavedData = {
10475
- body?: never;
10476
- headers: {
10477
- /**
10478
- * Application ID for authentication and routing
10479
- */
10480
- "x-application-key": string;
10224
+ path: {
10225
+ id: string;
10481
10226
  };
10482
- path?: never;
10483
10227
  query?: {
10484
- /**
10485
- * JSON:API filter parameters (use flat query string format: filter[field][operator]=value)
10486
- */
10487
- filter?: {
10488
- [key: string]: unknown;
10489
- };
10490
- /**
10491
- * Sort results by one or more fields. Prefix with '-' for descending order. Separate multiple fields with commas.
10492
- */
10493
- sort?: string;
10494
10228
  /**
10495
10229
  * Include related resources in the response. Comma-separated list of relationship names to eager-load.
10496
10230
  */
@@ -10502,9 +10236,167 @@ type GetSearchSavedData = {
10502
10236
  [key: string]: unknown;
10503
10237
  };
10504
10238
  };
10505
- url: "/search/saved";
10239
+ url: "/invitations/{id}/resend";
10506
10240
  };
10507
- type GetSearchSavedErrors = {
10241
+ type PatchInvitationsByIdResendErrors = {
10242
+ /**
10243
+ * Bad Request - Invalid input data or malformed request
10244
+ */
10245
+ 400: ErrorResponse;
10246
+ /**
10247
+ * Unauthorized - Missing or invalid authentication token
10248
+ */
10249
+ 401: ErrorResponse;
10250
+ /**
10251
+ * Forbidden - Authenticated but not authorized for this resource
10252
+ */
10253
+ 403: ErrorResponse;
10254
+ /**
10255
+ * Not Found - Resource does not exist
10256
+ */
10257
+ 404: ErrorResponse;
10258
+ /**
10259
+ * Too Many Requests - Rate limit exceeded
10260
+ */
10261
+ 429: ErrorResponse;
10262
+ /**
10263
+ * Internal Server Error - Unexpected server error
10264
+ */
10265
+ 500: ErrorResponse;
10266
+ /**
10267
+ * General Error
10268
+ */
10269
+ default: Errors;
10270
+ };
10271
+ type PatchInvitationsByIdResendError = PatchInvitationsByIdResendErrors[keyof PatchInvitationsByIdResendErrors];
10272
+ type PatchInvitationsByIdResendResponses = {
10273
+ /**
10274
+ * Success
10275
+ */
10276
+ 200: {
10277
+ data?: Invitation;
10278
+ included?: Array<unknown>;
10279
+ meta?: {
10280
+ [key: string]: unknown;
10281
+ };
10282
+ };
10283
+ };
10284
+ type PatchInvitationsByIdResendResponse = PatchInvitationsByIdResendResponses[keyof PatchInvitationsByIdResendResponses];
10285
+ type PostExtractionSchemaDiscoveriesData = {
10286
+ /**
10287
+ * Request body for the /extraction/schema_discoveries operation on schema_discovery resource
10288
+ */
10289
+ body: {
10290
+ data: {
10291
+ attributes?: {
10292
+ agent_id: string;
10293
+ document_id: string;
10294
+ };
10295
+ relationships?: {
10296
+ [key: string]: never;
10297
+ };
10298
+ type?: "schema_discovery";
10299
+ };
10300
+ };
10301
+ headers: {
10302
+ /**
10303
+ * Application ID for authentication and routing
10304
+ */
10305
+ "x-application-key": string;
10306
+ };
10307
+ path?: never;
10308
+ query?: {
10309
+ /**
10310
+ * Include related resources in the response. Comma-separated list of relationship names to eager-load.
10311
+ */
10312
+ include?: string;
10313
+ /**
10314
+ * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
10315
+ */
10316
+ fields?: {
10317
+ [key: string]: unknown;
10318
+ };
10319
+ };
10320
+ url: "/extraction/schema_discoveries";
10321
+ };
10322
+ type PostExtractionSchemaDiscoveriesErrors = {
10323
+ /**
10324
+ * Bad Request - Invalid input data or malformed request
10325
+ */
10326
+ 400: ErrorResponse;
10327
+ /**
10328
+ * Unauthorized - Missing or invalid authentication token
10329
+ */
10330
+ 401: ErrorResponse;
10331
+ /**
10332
+ * Forbidden - Authenticated but not authorized for this resource
10333
+ */
10334
+ 403: ErrorResponse;
10335
+ /**
10336
+ * Not Found - Resource does not exist
10337
+ */
10338
+ 404: ErrorResponse;
10339
+ /**
10340
+ * Too Many Requests - Rate limit exceeded
10341
+ */
10342
+ 429: ErrorResponse;
10343
+ /**
10344
+ * Internal Server Error - Unexpected server error
10345
+ */
10346
+ 500: ErrorResponse;
10347
+ /**
10348
+ * General Error
10349
+ */
10350
+ default: Errors;
10351
+ };
10352
+ type PostExtractionSchemaDiscoveriesError = PostExtractionSchemaDiscoveriesErrors[keyof PostExtractionSchemaDiscoveriesErrors];
10353
+ type PostExtractionSchemaDiscoveriesResponses = {
10354
+ /**
10355
+ * Success
10356
+ */
10357
+ 201: {
10358
+ data?: SchemaDiscovery;
10359
+ included?: Array<unknown>;
10360
+ meta?: {
10361
+ [key: string]: unknown;
10362
+ };
10363
+ };
10364
+ };
10365
+ type PostExtractionSchemaDiscoveriesResponse = PostExtractionSchemaDiscoveriesResponses[keyof PostExtractionSchemaDiscoveriesResponses];
10366
+ type GetSearchSavedData = {
10367
+ body?: never;
10368
+ headers: {
10369
+ /**
10370
+ * Application ID for authentication and routing
10371
+ */
10372
+ "x-application-key": string;
10373
+ };
10374
+ path?: never;
10375
+ query?: {
10376
+ /**
10377
+ * JSON:API filter parameters (use flat query string format: filter[field][operator]=value)
10378
+ */
10379
+ filter?: {
10380
+ [key: string]: unknown;
10381
+ };
10382
+ /**
10383
+ * Sort results by one or more fields. Prefix with '-' for descending order. Separate multiple fields with commas.
10384
+ */
10385
+ sort?: string;
10386
+ /**
10387
+ * Include related resources in the response. Comma-separated list of relationship names to eager-load.
10388
+ */
10389
+ include?: string;
10390
+ /**
10391
+ * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
10392
+ */
10393
+ fields?: {
10394
+ [key: string]: unknown;
10395
+ };
10396
+ };
10397
+ url: "/search/saved";
10398
+ };
10399
+ type GetSearchSavedErrors = {
10508
10400
  /**
10509
10401
  * Bad Request - Invalid input data or malformed request
10510
10402
  */
@@ -16164,7 +16056,7 @@ type PatchExtractionDocumentsByIdReprocessData = {
16164
16056
  data: {
16165
16057
  attributes?: {
16166
16058
  /**
16167
- * The version of the agent/schema used to process this document
16059
+ * The version of the agent/schema used to process this document (e.g., 'v2')
16168
16060
  */
16169
16061
  schema_version?: string | unknown;
16170
16062
  schema_version_id?: string | unknown;
@@ -17556,6 +17448,7 @@ type GetExtractionDocumentsWorkspaceByWorkspaceIdReviewQueueData = {
17556
17448
  [key: string]: unknown;
17557
17449
  };
17558
17450
  limit?: number;
17451
+ filter_by_threshold?: boolean;
17559
17452
  };
17560
17453
  url: "/extraction/documents/workspace/{workspace_id}/review_queue";
17561
17454
  };
@@ -18243,6 +18136,10 @@ type PatchWorkspacesByIdData = {
18243
18136
  data: {
18244
18137
  attributes?: {
18245
18138
  application_id?: string | unknown;
18139
+ /**
18140
+ * When true, documents with matching file_hash are deduplicated. When false, file_hash is discarded and duplicates are allowed.
18141
+ */
18142
+ deduplicate_uploads?: boolean | unknown;
18246
18143
  is_default?: boolean | unknown;
18247
18144
  low_balance_threshold?: number | unknown;
18248
18145
  name?: string | unknown;
@@ -18596,22 +18493,6 @@ type GetWalletInvoicesData = {
18596
18493
  };
18597
18494
  path?: never;
18598
18495
  query?: {
18599
- /**
18600
- * JSON:API filter parameters (use flat query string format: filter[field][operator]=value)
18601
- */
18602
- filter?: {
18603
- [key: string]: unknown;
18604
- };
18605
- /**
18606
- * Sort results by one or more fields. Prefix with '-' for descending order. Separate multiple fields with commas.
18607
- */
18608
- sort?: string;
18609
- /**
18610
- * JSON:API pagination parameters (use flat query string format: page[limit]=20&page[offset]=0)
18611
- */
18612
- page?: {
18613
- [key: string]: unknown;
18614
- };
18615
18496
  /**
18616
18497
  * Include related resources in the response. Comma-separated list of relationship names to eager-load.
18617
18498
  */
@@ -18661,11 +18542,8 @@ type GetWalletInvoicesResponses = {
18661
18542
  * Success
18662
18543
  */
18663
18544
  200: {
18664
- /**
18665
- * An array of resource objects representing a invoice
18666
- */
18667
- data?: Array<Invoice>;
18668
- included?: Array<unknown>;
18545
+ data?: Wallet;
18546
+ included?: Array<Plan>;
18669
18547
  meta?: {
18670
18548
  [key: string]: unknown;
18671
18549
  };
@@ -19220,6 +19098,75 @@ type PostAiGraphEdgesResponses = {
19220
19098
  };
19221
19099
  };
19222
19100
  type PostAiGraphEdgesResponse = PostAiGraphEdgesResponses[keyof PostAiGraphEdgesResponses];
19101
+ type GetAgentVersionRevisionsByIdData = {
19102
+ body?: never;
19103
+ headers: {
19104
+ /**
19105
+ * Application ID for authentication and routing
19106
+ */
19107
+ "x-application-key": string;
19108
+ };
19109
+ path: {
19110
+ id: string;
19111
+ };
19112
+ query?: {
19113
+ /**
19114
+ * Include related resources in the response. Comma-separated list of relationship names to eager-load.
19115
+ */
19116
+ include?: string;
19117
+ /**
19118
+ * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
19119
+ */
19120
+ fields?: {
19121
+ [key: string]: unknown;
19122
+ };
19123
+ };
19124
+ url: "/agent_version_revisions/{id}";
19125
+ };
19126
+ type GetAgentVersionRevisionsByIdErrors = {
19127
+ /**
19128
+ * Bad Request - Invalid input data or malformed request
19129
+ */
19130
+ 400: ErrorResponse;
19131
+ /**
19132
+ * Unauthorized - Missing or invalid authentication token
19133
+ */
19134
+ 401: ErrorResponse;
19135
+ /**
19136
+ * Forbidden - Authenticated but not authorized for this resource
19137
+ */
19138
+ 403: ErrorResponse;
19139
+ /**
19140
+ * Not Found - Resource does not exist
19141
+ */
19142
+ 404: ErrorResponse;
19143
+ /**
19144
+ * Too Many Requests - Rate limit exceeded
19145
+ */
19146
+ 429: ErrorResponse;
19147
+ /**
19148
+ * Internal Server Error - Unexpected server error
19149
+ */
19150
+ 500: ErrorResponse;
19151
+ /**
19152
+ * General Error
19153
+ */
19154
+ default: Errors;
19155
+ };
19156
+ type GetAgentVersionRevisionsByIdError = GetAgentVersionRevisionsByIdErrors[keyof GetAgentVersionRevisionsByIdErrors];
19157
+ type GetAgentVersionRevisionsByIdResponses = {
19158
+ /**
19159
+ * Success
19160
+ */
19161
+ 200: {
19162
+ data?: AgentVersionRevision;
19163
+ included?: Array<unknown>;
19164
+ meta?: {
19165
+ [key: string]: unknown;
19166
+ };
19167
+ };
19168
+ };
19169
+ type GetAgentVersionRevisionsByIdResponse = GetAgentVersionRevisionsByIdResponses[keyof GetAgentVersionRevisionsByIdResponses];
19223
19170
  type GetTrainingExamplesData = {
19224
19171
  body?: never;
19225
19172
  headers: {
@@ -19805,35 +19752,18 @@ type PostBucketsResponses = {
19805
19752
  };
19806
19753
  };
19807
19754
  type PostBucketsResponse = PostBucketsResponses[keyof PostBucketsResponses];
19808
- type PostPaymentMethodsTokenizeData = {
19809
- /**
19810
- * Request body for the /payment-methods/tokenize operation on payment_method resource
19811
- */
19812
- body: {
19813
- data: {
19814
- attributes?: {
19815
- card_number: string;
19816
- customer_id: string;
19817
- cvc: string;
19818
- exp_month: number;
19819
- exp_year: number;
19820
- holder_name: string;
19821
- nickname?: string | unknown;
19822
- zip_code: string;
19823
- };
19824
- relationships?: {
19825
- [key: string]: never;
19826
- };
19827
- type?: "payment_method";
19828
- };
19829
- };
19755
+ type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingData = {
19756
+ body?: never;
19830
19757
  headers: {
19831
19758
  /**
19832
19759
  * Application ID for authentication and routing
19833
19760
  */
19834
19761
  "x-application-key": string;
19835
19762
  };
19836
- path?: never;
19763
+ path: {
19764
+ workspace_id: string;
19765
+ document_id: string;
19766
+ };
19837
19767
  query?: {
19838
19768
  /**
19839
19769
  * Include related resources in the response. Comma-separated list of relationship names to eager-load.
@@ -19845,81 +19775,11 @@ type PostPaymentMethodsTokenizeData = {
19845
19775
  fields?: {
19846
19776
  [key: string]: unknown;
19847
19777
  };
19778
+ semantic_enabled?: boolean;
19848
19779
  };
19849
- url: "/payment-methods/tokenize";
19780
+ url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping";
19850
19781
  };
19851
- type PostPaymentMethodsTokenizeErrors = {
19852
- /**
19853
- * Bad Request - Invalid input data or malformed request
19854
- */
19855
- 400: ErrorResponse;
19856
- /**
19857
- * Unauthorized - Missing or invalid authentication token
19858
- */
19859
- 401: ErrorResponse;
19860
- /**
19861
- * Forbidden - Authenticated but not authorized for this resource
19862
- */
19863
- 403: ErrorResponse;
19864
- /**
19865
- * Not Found - Resource does not exist
19866
- */
19867
- 404: ErrorResponse;
19868
- /**
19869
- * Too Many Requests - Rate limit exceeded
19870
- */
19871
- 429: ErrorResponse;
19872
- /**
19873
- * Internal Server Error - Unexpected server error
19874
- */
19875
- 500: ErrorResponse;
19876
- /**
19877
- * General Error
19878
- */
19879
- default: Errors;
19880
- };
19881
- type PostPaymentMethodsTokenizeError = PostPaymentMethodsTokenizeErrors[keyof PostPaymentMethodsTokenizeErrors];
19882
- type PostPaymentMethodsTokenizeResponses = {
19883
- /**
19884
- * Success
19885
- */
19886
- 201: {
19887
- data?: PaymentMethod;
19888
- included?: Array<unknown>;
19889
- meta?: {
19890
- [key: string]: unknown;
19891
- };
19892
- };
19893
- };
19894
- type PostPaymentMethodsTokenizeResponse = PostPaymentMethodsTokenizeResponses[keyof PostPaymentMethodsTokenizeResponses];
19895
- type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingData = {
19896
- body?: never;
19897
- headers: {
19898
- /**
19899
- * Application ID for authentication and routing
19900
- */
19901
- "x-application-key": string;
19902
- };
19903
- path: {
19904
- workspace_id: string;
19905
- document_id: string;
19906
- };
19907
- query?: {
19908
- /**
19909
- * Include related resources in the response. Comma-separated list of relationship names to eager-load.
19910
- */
19911
- include?: string;
19912
- /**
19913
- * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
19914
- */
19915
- fields?: {
19916
- [key: string]: unknown;
19917
- };
19918
- semantic_enabled?: boolean;
19919
- };
19920
- url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping";
19921
- };
19922
- type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingErrors = {
19782
+ type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingErrors = {
19923
19783
  /**
19924
19784
  * Bad Request - Invalid input data or malformed request
19925
19785
  */
@@ -21095,6 +20955,7 @@ type PatchAgentsByIdData = {
21095
20955
  body?: {
21096
20956
  data: {
21097
20957
  attributes?: {
20958
+ change_summary?: string | unknown;
21098
20959
  default_instructions?: string | unknown;
21099
20960
  description?: string | unknown;
21100
20961
  domain?: "legal" | "medical" | "financial" | "compliance" | "support" | "recruitment" | "general" | "extraction" | "municipal" | "logistics" | "utility" | unknown;
@@ -21106,7 +20967,6 @@ type PatchAgentsByIdData = {
21106
20967
  [key: string]: unknown;
21107
20968
  } | unknown;
21108
20969
  tags?: Array<string> | unknown;
21109
- version?: string | unknown;
21110
20970
  };
21111
20971
  id: string;
21112
20972
  relationships?: {
@@ -22667,6 +22527,93 @@ type PostThreadsByIdForkResponses = {
22667
22527
  };
22668
22528
  };
22669
22529
  type PostThreadsByIdForkResponse = PostThreadsByIdForkResponses[keyof PostThreadsByIdForkResponses];
22530
+ type PostExtractionDocumentsFindOrBeginUploadData = {
22531
+ /**
22532
+ * Request body for the /extraction/documents/find_or_begin_upload operation on extraction_document resource
22533
+ */
22534
+ body: {
22535
+ data: {
22536
+ attributes?: {
22537
+ batch_id?: string | unknown;
22538
+ content_type?: string | unknown;
22539
+ file_hash: string;
22540
+ file_size_bytes?: number | unknown;
22541
+ file_type?: string | unknown;
22542
+ filename: string;
22543
+ parent_document_id?: string | unknown;
22544
+ workspace_id: string;
22545
+ };
22546
+ relationships?: {
22547
+ [key: string]: never;
22548
+ };
22549
+ type?: "extraction_document";
22550
+ };
22551
+ };
22552
+ headers: {
22553
+ /**
22554
+ * Application ID for authentication and routing
22555
+ */
22556
+ "x-application-key": string;
22557
+ };
22558
+ path?: never;
22559
+ query?: {
22560
+ /**
22561
+ * Include related resources in the response. Comma-separated list of relationship names to eager-load.
22562
+ */
22563
+ include?: string;
22564
+ /**
22565
+ * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
22566
+ */
22567
+ fields?: {
22568
+ [key: string]: unknown;
22569
+ };
22570
+ };
22571
+ url: "/extraction/documents/find_or_begin_upload";
22572
+ };
22573
+ type PostExtractionDocumentsFindOrBeginUploadErrors = {
22574
+ /**
22575
+ * Bad Request - Invalid input data or malformed request
22576
+ */
22577
+ 400: ErrorResponse;
22578
+ /**
22579
+ * Unauthorized - Missing or invalid authentication token
22580
+ */
22581
+ 401: ErrorResponse;
22582
+ /**
22583
+ * Forbidden - Authenticated but not authorized for this resource
22584
+ */
22585
+ 403: ErrorResponse;
22586
+ /**
22587
+ * Not Found - Resource does not exist
22588
+ */
22589
+ 404: ErrorResponse;
22590
+ /**
22591
+ * Too Many Requests - Rate limit exceeded
22592
+ */
22593
+ 429: ErrorResponse;
22594
+ /**
22595
+ * Internal Server Error - Unexpected server error
22596
+ */
22597
+ 500: ErrorResponse;
22598
+ /**
22599
+ * General Error
22600
+ */
22601
+ default: Errors;
22602
+ };
22603
+ type PostExtractionDocumentsFindOrBeginUploadError = PostExtractionDocumentsFindOrBeginUploadErrors[keyof PostExtractionDocumentsFindOrBeginUploadErrors];
22604
+ type PostExtractionDocumentsFindOrBeginUploadResponses = {
22605
+ /**
22606
+ * Success
22607
+ */
22608
+ 201: {
22609
+ data?: ExtractionDocument;
22610
+ included?: Array<ExtractionResult>;
22611
+ meta?: {
22612
+ [key: string]: unknown;
22613
+ };
22614
+ };
22615
+ };
22616
+ type PostExtractionDocumentsFindOrBeginUploadResponse = PostExtractionDocumentsFindOrBeginUploadResponses[keyof PostExtractionDocumentsFindOrBeginUploadResponses];
22670
22617
  type GetTransactionsData = {
22671
22618
  body?: never;
22672
22619
  headers: {
@@ -25991,7 +25938,7 @@ type PostAgentsByIdSchemaVersionsByVersionIdActivateResponses = {
25991
25938
  };
25992
25939
  };
25993
25940
  type PostAgentsByIdSchemaVersionsByVersionIdActivateResponse = PostAgentsByIdSchemaVersionsByVersionIdActivateResponses[keyof PostAgentsByIdSchemaVersionsByVersionIdActivateResponses];
25994
- type DeletePaymentMethodsByIdData = {
25941
+ type DeleteBucketsByIdData = {
25995
25942
  body?: never;
25996
25943
  headers: {
25997
25944
  /**
@@ -26014,9 +25961,9 @@ type DeletePaymentMethodsByIdData = {
26014
25961
  [key: string]: unknown;
26015
25962
  };
26016
25963
  };
26017
- url: "/payment-methods/{id}";
25964
+ url: "/buckets/{id}";
26018
25965
  };
26019
- type DeletePaymentMethodsByIdErrors = {
25966
+ type DeleteBucketsByIdErrors = {
26020
25967
  /**
26021
25968
  * Bad Request - Invalid input data or malformed request
26022
25969
  */
@@ -26046,14 +25993,14 @@ type DeletePaymentMethodsByIdErrors = {
26046
25993
  */
26047
25994
  default: Errors;
26048
25995
  };
26049
- type DeletePaymentMethodsByIdError = DeletePaymentMethodsByIdErrors[keyof DeletePaymentMethodsByIdErrors];
26050
- type DeletePaymentMethodsByIdResponses = {
25996
+ type DeleteBucketsByIdError = DeleteBucketsByIdErrors[keyof DeleteBucketsByIdErrors];
25997
+ type DeleteBucketsByIdResponses = {
26051
25998
  /**
26052
25999
  * Deleted successfully
26053
26000
  */
26054
26001
  200: unknown;
26055
26002
  };
26056
- type GetPaymentMethodsByIdData = {
26003
+ type GetBucketsByIdData = {
26057
26004
  body?: never;
26058
26005
  headers: {
26059
26006
  /**
@@ -26076,9 +26023,9 @@ type GetPaymentMethodsByIdData = {
26076
26023
  [key: string]: unknown;
26077
26024
  };
26078
26025
  };
26079
- url: "/payment-methods/{id}";
26026
+ url: "/buckets/{id}";
26080
26027
  };
26081
- type GetPaymentMethodsByIdErrors = {
26028
+ type GetBucketsByIdErrors = {
26082
26029
  /**
26083
26030
  * Bad Request - Invalid input data or malformed request
26084
26031
  */
@@ -26108,35 +26055,34 @@ type GetPaymentMethodsByIdErrors = {
26108
26055
  */
26109
26056
  default: Errors;
26110
26057
  };
26111
- type GetPaymentMethodsByIdError = GetPaymentMethodsByIdErrors[keyof GetPaymentMethodsByIdErrors];
26112
- type GetPaymentMethodsByIdResponses = {
26058
+ type GetBucketsByIdError = GetBucketsByIdErrors[keyof GetBucketsByIdErrors];
26059
+ type GetBucketsByIdResponses = {
26113
26060
  /**
26114
26061
  * Success
26115
26062
  */
26116
26063
  200: {
26117
- data?: PaymentMethod;
26064
+ data?: Bucket;
26118
26065
  included?: Array<unknown>;
26119
26066
  meta?: {
26120
26067
  [key: string]: unknown;
26121
26068
  };
26122
26069
  };
26123
26070
  };
26124
- type GetPaymentMethodsByIdResponse = GetPaymentMethodsByIdResponses[keyof GetPaymentMethodsByIdResponses];
26125
- type PatchPaymentMethodsByIdData = {
26071
+ type GetBucketsByIdResponse = GetBucketsByIdResponses[keyof GetBucketsByIdResponses];
26072
+ type PatchBucketsByIdData = {
26126
26073
  /**
26127
- * Request body for the /payment-methods/:id operation on payment_method resource
26074
+ * Request body for the /buckets/:id operation on bucket resource
26128
26075
  */
26129
26076
  body?: {
26130
26077
  data: {
26131
26078
  attributes?: {
26132
- is_default?: boolean | unknown;
26133
- nickname?: string | unknown;
26079
+ region?: string | unknown;
26134
26080
  };
26135
26081
  id: string;
26136
26082
  relationships?: {
26137
26083
  [key: string]: never;
26138
26084
  };
26139
- type?: "payment_method";
26085
+ type?: "bucket";
26140
26086
  };
26141
26087
  };
26142
26088
  headers: {
@@ -26160,9 +26106,9 @@ type PatchPaymentMethodsByIdData = {
26160
26106
  [key: string]: unknown;
26161
26107
  };
26162
26108
  };
26163
- url: "/payment-methods/{id}";
26109
+ url: "/buckets/{id}";
26164
26110
  };
26165
- type PatchPaymentMethodsByIdErrors = {
26111
+ type PatchBucketsByIdErrors = {
26166
26112
  /**
26167
26113
  * Bad Request - Invalid input data or malformed request
26168
26114
  */
@@ -26192,83 +26138,21 @@ type PatchPaymentMethodsByIdErrors = {
26192
26138
  */
26193
26139
  default: Errors;
26194
26140
  };
26195
- type PatchPaymentMethodsByIdError = PatchPaymentMethodsByIdErrors[keyof PatchPaymentMethodsByIdErrors];
26196
- type PatchPaymentMethodsByIdResponses = {
26141
+ type PatchBucketsByIdError = PatchBucketsByIdErrors[keyof PatchBucketsByIdErrors];
26142
+ type PatchBucketsByIdResponses = {
26197
26143
  /**
26198
26144
  * Success
26199
26145
  */
26200
26146
  200: {
26201
- data?: PaymentMethod;
26147
+ data?: Bucket;
26202
26148
  included?: Array<unknown>;
26203
26149
  meta?: {
26204
26150
  [key: string]: unknown;
26205
26151
  };
26206
26152
  };
26207
26153
  };
26208
- type PatchPaymentMethodsByIdResponse = PatchPaymentMethodsByIdResponses[keyof PatchPaymentMethodsByIdResponses];
26209
- type DeleteBucketsByIdData = {
26210
- body?: never;
26211
- headers: {
26212
- /**
26213
- * Application ID for authentication and routing
26214
- */
26215
- "x-application-key": string;
26216
- };
26217
- path: {
26218
- id: string;
26219
- };
26220
- query?: {
26221
- /**
26222
- * Include related resources in the response. Comma-separated list of relationship names to eager-load.
26223
- */
26224
- include?: string;
26225
- /**
26226
- * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
26227
- */
26228
- fields?: {
26229
- [key: string]: unknown;
26230
- };
26231
- };
26232
- url: "/buckets/{id}";
26233
- };
26234
- type DeleteBucketsByIdErrors = {
26235
- /**
26236
- * Bad Request - Invalid input data or malformed request
26237
- */
26238
- 400: ErrorResponse;
26239
- /**
26240
- * Unauthorized - Missing or invalid authentication token
26241
- */
26242
- 401: ErrorResponse;
26243
- /**
26244
- * Forbidden - Authenticated but not authorized for this resource
26245
- */
26246
- 403: ErrorResponse;
26247
- /**
26248
- * Not Found - Resource does not exist
26249
- */
26250
- 404: ErrorResponse;
26251
- /**
26252
- * Too Many Requests - Rate limit exceeded
26253
- */
26254
- 429: ErrorResponse;
26255
- /**
26256
- * Internal Server Error - Unexpected server error
26257
- */
26258
- 500: ErrorResponse;
26259
- /**
26260
- * General Error
26261
- */
26262
- default: Errors;
26263
- };
26264
- type DeleteBucketsByIdError = DeleteBucketsByIdErrors[keyof DeleteBucketsByIdErrors];
26265
- type DeleteBucketsByIdResponses = {
26266
- /**
26267
- * Deleted successfully
26268
- */
26269
- 200: unknown;
26270
- };
26271
- type GetBucketsByIdData = {
26154
+ type PatchBucketsByIdResponse = PatchBucketsByIdResponses[keyof PatchBucketsByIdResponses];
26155
+ type GetPermissionsByIdData = {
26272
26156
  body?: never;
26273
26157
  headers: {
26274
26158
  /**
@@ -26291,9 +26175,9 @@ type GetBucketsByIdData = {
26291
26175
  [key: string]: unknown;
26292
26176
  };
26293
26177
  };
26294
- url: "/buckets/{id}";
26178
+ url: "/permissions/{id}";
26295
26179
  };
26296
- type GetBucketsByIdErrors = {
26180
+ type GetPermissionsByIdErrors = {
26297
26181
  /**
26298
26182
  * Bad Request - Invalid input data or malformed request
26299
26183
  */
@@ -26323,36 +26207,22 @@ type GetBucketsByIdErrors = {
26323
26207
  */
26324
26208
  default: Errors;
26325
26209
  };
26326
- type GetBucketsByIdError = GetBucketsByIdErrors[keyof GetBucketsByIdErrors];
26327
- type GetBucketsByIdResponses = {
26210
+ type GetPermissionsByIdError = GetPermissionsByIdErrors[keyof GetPermissionsByIdErrors];
26211
+ type GetPermissionsByIdResponses = {
26328
26212
  /**
26329
26213
  * Success
26330
26214
  */
26331
26215
  200: {
26332
- data?: Bucket;
26216
+ data?: Permission;
26333
26217
  included?: Array<unknown>;
26334
26218
  meta?: {
26335
26219
  [key: string]: unknown;
26336
26220
  };
26337
26221
  };
26338
26222
  };
26339
- type GetBucketsByIdResponse = GetBucketsByIdResponses[keyof GetBucketsByIdResponses];
26340
- type PatchBucketsByIdData = {
26341
- /**
26342
- * Request body for the /buckets/:id operation on bucket resource
26343
- */
26344
- body?: {
26345
- data: {
26346
- attributes?: {
26347
- region?: string | unknown;
26348
- };
26349
- id: string;
26350
- relationships?: {
26351
- [key: string]: never;
26352
- };
26353
- type?: "bucket";
26354
- };
26355
- };
26223
+ type GetPermissionsByIdResponse = GetPermissionsByIdResponses[keyof GetPermissionsByIdResponses];
26224
+ type GetAiGraphNodesBySourceNodeIdRelatedData = {
26225
+ body?: never;
26356
26226
  headers: {
26357
26227
  /**
26358
26228
  * Application ID for authentication and routing
@@ -26360,9 +26230,19 @@ type PatchBucketsByIdData = {
26360
26230
  "x-application-key": string;
26361
26231
  };
26362
26232
  path: {
26363
- id: string;
26233
+ source_node_id: string;
26364
26234
  };
26365
26235
  query?: {
26236
+ /**
26237
+ * JSON:API filter parameters (use flat query string format: filter[field][operator]=value)
26238
+ */
26239
+ filter?: {
26240
+ [key: string]: unknown;
26241
+ };
26242
+ /**
26243
+ * Sort results by one or more fields. Prefix with '-' for descending order. Separate multiple fields with commas.
26244
+ */
26245
+ sort?: string;
26366
26246
  /**
26367
26247
  * Include related resources in the response. Comma-separated list of relationship names to eager-load.
26368
26248
  */
@@ -26373,159 +26253,11 @@ type PatchBucketsByIdData = {
26373
26253
  fields?: {
26374
26254
  [key: string]: unknown;
26375
26255
  };
26256
+ relationship_type?: string;
26376
26257
  };
26377
- url: "/buckets/{id}";
26258
+ url: "/ai/graph/nodes/{source_node_id}/related";
26378
26259
  };
26379
- type PatchBucketsByIdErrors = {
26380
- /**
26381
- * Bad Request - Invalid input data or malformed request
26382
- */
26383
- 400: ErrorResponse;
26384
- /**
26385
- * Unauthorized - Missing or invalid authentication token
26386
- */
26387
- 401: ErrorResponse;
26388
- /**
26389
- * Forbidden - Authenticated but not authorized for this resource
26390
- */
26391
- 403: ErrorResponse;
26392
- /**
26393
- * Not Found - Resource does not exist
26394
- */
26395
- 404: ErrorResponse;
26396
- /**
26397
- * Too Many Requests - Rate limit exceeded
26398
- */
26399
- 429: ErrorResponse;
26400
- /**
26401
- * Internal Server Error - Unexpected server error
26402
- */
26403
- 500: ErrorResponse;
26404
- /**
26405
- * General Error
26406
- */
26407
- default: Errors;
26408
- };
26409
- type PatchBucketsByIdError = PatchBucketsByIdErrors[keyof PatchBucketsByIdErrors];
26410
- type PatchBucketsByIdResponses = {
26411
- /**
26412
- * Success
26413
- */
26414
- 200: {
26415
- data?: Bucket;
26416
- included?: Array<unknown>;
26417
- meta?: {
26418
- [key: string]: unknown;
26419
- };
26420
- };
26421
- };
26422
- type PatchBucketsByIdResponse = PatchBucketsByIdResponses[keyof PatchBucketsByIdResponses];
26423
- type GetPermissionsByIdData = {
26424
- body?: never;
26425
- headers: {
26426
- /**
26427
- * Application ID for authentication and routing
26428
- */
26429
- "x-application-key": string;
26430
- };
26431
- path: {
26432
- id: string;
26433
- };
26434
- query?: {
26435
- /**
26436
- * Include related resources in the response. Comma-separated list of relationship names to eager-load.
26437
- */
26438
- include?: string;
26439
- /**
26440
- * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
26441
- */
26442
- fields?: {
26443
- [key: string]: unknown;
26444
- };
26445
- };
26446
- url: "/permissions/{id}";
26447
- };
26448
- type GetPermissionsByIdErrors = {
26449
- /**
26450
- * Bad Request - Invalid input data or malformed request
26451
- */
26452
- 400: ErrorResponse;
26453
- /**
26454
- * Unauthorized - Missing or invalid authentication token
26455
- */
26456
- 401: ErrorResponse;
26457
- /**
26458
- * Forbidden - Authenticated but not authorized for this resource
26459
- */
26460
- 403: ErrorResponse;
26461
- /**
26462
- * Not Found - Resource does not exist
26463
- */
26464
- 404: ErrorResponse;
26465
- /**
26466
- * Too Many Requests - Rate limit exceeded
26467
- */
26468
- 429: ErrorResponse;
26469
- /**
26470
- * Internal Server Error - Unexpected server error
26471
- */
26472
- 500: ErrorResponse;
26473
- /**
26474
- * General Error
26475
- */
26476
- default: Errors;
26477
- };
26478
- type GetPermissionsByIdError = GetPermissionsByIdErrors[keyof GetPermissionsByIdErrors];
26479
- type GetPermissionsByIdResponses = {
26480
- /**
26481
- * Success
26482
- */
26483
- 200: {
26484
- data?: Permission;
26485
- included?: Array<unknown>;
26486
- meta?: {
26487
- [key: string]: unknown;
26488
- };
26489
- };
26490
- };
26491
- type GetPermissionsByIdResponse = GetPermissionsByIdResponses[keyof GetPermissionsByIdResponses];
26492
- type GetAiGraphNodesBySourceNodeIdRelatedData = {
26493
- body?: never;
26494
- headers: {
26495
- /**
26496
- * Application ID for authentication and routing
26497
- */
26498
- "x-application-key": string;
26499
- };
26500
- path: {
26501
- source_node_id: string;
26502
- };
26503
- query?: {
26504
- /**
26505
- * JSON:API filter parameters (use flat query string format: filter[field][operator]=value)
26506
- */
26507
- filter?: {
26508
- [key: string]: unknown;
26509
- };
26510
- /**
26511
- * Sort results by one or more fields. Prefix with '-' for descending order. Separate multiple fields with commas.
26512
- */
26513
- sort?: string;
26514
- /**
26515
- * Include related resources in the response. Comma-separated list of relationship names to eager-load.
26516
- */
26517
- include?: string;
26518
- /**
26519
- * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
26520
- */
26521
- fields?: {
26522
- [key: string]: unknown;
26523
- };
26524
- relationship_type?: string;
26525
- };
26526
- url: "/ai/graph/nodes/{source_node_id}/related";
26527
- };
26528
- type GetAiGraphNodesBySourceNodeIdRelatedErrors = {
26260
+ type GetAiGraphNodesBySourceNodeIdRelatedErrors = {
26529
26261
  /**
26530
26262
  * Bad Request - Invalid input data or malformed request
26531
26263
  */
@@ -28908,74 +28640,6 @@ type PostNotificationMethodsResponses = {
28908
28640
  };
28909
28641
  };
28910
28642
  type PostNotificationMethodsResponse = PostNotificationMethodsResponses[keyof PostNotificationMethodsResponses];
28911
- type GetWalletPlanPreviewData = {
28912
- body?: never;
28913
- headers: {
28914
- /**
28915
- * Application ID for authentication and routing
28916
- */
28917
- "x-application-key": string;
28918
- };
28919
- path?: never;
28920
- query: {
28921
- /**
28922
- * Include related resources in the response. Comma-separated list of relationship names to eager-load.
28923
- */
28924
- include?: string;
28925
- /**
28926
- * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
28927
- */
28928
- fields?: {
28929
- [key: string]: unknown;
28930
- };
28931
- plan_slug: string;
28932
- };
28933
- url: "/wallet/plan/preview";
28934
- };
28935
- type GetWalletPlanPreviewErrors = {
28936
- /**
28937
- * Bad Request - Invalid input data or malformed request
28938
- */
28939
- 400: ErrorResponse;
28940
- /**
28941
- * Unauthorized - Missing or invalid authentication token
28942
- */
28943
- 401: ErrorResponse;
28944
- /**
28945
- * Forbidden - Authenticated but not authorized for this resource
28946
- */
28947
- 403: ErrorResponse;
28948
- /**
28949
- * Not Found - Resource does not exist
28950
- */
28951
- 404: ErrorResponse;
28952
- /**
28953
- * Too Many Requests - Rate limit exceeded
28954
- */
28955
- 429: ErrorResponse;
28956
- /**
28957
- * Internal Server Error - Unexpected server error
28958
- */
28959
- 500: ErrorResponse;
28960
- /**
28961
- * General Error
28962
- */
28963
- default: Errors;
28964
- };
28965
- type GetWalletPlanPreviewError = GetWalletPlanPreviewErrors[keyof GetWalletPlanPreviewErrors];
28966
- type GetWalletPlanPreviewResponses = {
28967
- /**
28968
- * Success
28969
- */
28970
- 200: {
28971
- data?: Wallet;
28972
- included?: Array<Plan>;
28973
- meta?: {
28974
- [key: string]: unknown;
28975
- };
28976
- };
28977
- };
28978
- type GetWalletPlanPreviewResponse = GetWalletPlanPreviewResponses[keyof GetWalletPlanPreviewResponses];
28979
28643
  type PostThreadsByIdSummarizeData = {
28980
28644
  /**
28981
28645
  * Request body for the /threads/:id/summarize operation on thread resource
@@ -29233,14 +28897,36 @@ type PostExtractionResultsData = {
29233
28897
  body: {
29234
28898
  data: {
29235
28899
  attributes?: {
29236
- agent_id: string;
28900
+ /**
28901
+ * The Agent that performed this extraction
28902
+ */
28903
+ agent_id?: string | unknown;
28904
+ /**
28905
+ * The specific version of the Agent that performed this extraction
28906
+ */
29237
28907
  agent_version_id?: string | unknown;
28908
+ /**
28909
+ * Average confidence across all extracted fields
28910
+ */
28911
+ avg_confidence?: number | unknown;
29238
28912
  /**
29239
28913
  * Character count of extracted text
29240
28914
  */
29241
28915
  char_count?: number | unknown;
28916
+ /**
28917
+ * Overall classification confidence score
28918
+ */
28919
+ classification_confidence?: number | unknown;
29242
28920
  credits_used?: string | unknown;
29243
28921
  document_id: string;
28922
+ /**
28923
+ * Specific document type (Traffic Citation, Invoice, etc.)
28924
+ */
28925
+ document_type?: string | unknown;
28926
+ /**
28927
+ * Document domain (legal, financial, medical, etc.)
28928
+ */
28929
+ domain?: string | unknown;
29244
28930
  extracted_fields?: {
29245
28931
  [key: string]: unknown;
29246
28932
  } | unknown;
@@ -29261,6 +28947,10 @@ type PostExtractionResultsData = {
29261
28947
  * LLM model used for extraction
29262
28948
  */
29263
28949
  llm_model?: string | unknown;
28950
+ /**
28951
+ * Municipality or agency name
28952
+ */
28953
+ municipality?: string | unknown;
29264
28954
  ocr_blocks?: Array<{
29265
28955
  [key: string]: unknown;
29266
28956
  }> | unknown;
@@ -29271,9 +28961,17 @@ type PostExtractionResultsData = {
29271
28961
  processing_time_ms?: number | unknown;
29272
28962
  schema_id?: string | unknown;
29273
28963
  /**
29274
- * The version of the schema/agent used for this extraction
28964
+ * The revision within the schema version (e.g., 5 means 'v2 rev 5')
28965
+ */
28966
+ schema_revision?: number | unknown;
28967
+ /**
28968
+ * The version of the schema/agent used for this extraction (e.g., 'v2')
29275
28969
  */
29276
28970
  schema_version?: string | unknown;
28971
+ /**
28972
+ * State code
28973
+ */
28974
+ state?: string | unknown;
29277
28975
  status?: "pending" | "completed" | "failed" | unknown;
29278
28976
  used_training_example_ids?: Array<string> | unknown;
29279
28977
  /**
@@ -31956,12 +31654,15 @@ type PostAgentsData = {
31956
31654
  schema_definition?: {
31957
31655
  [key: string]: unknown;
31958
31656
  } | unknown;
31657
+ /**
31658
+ * Version number of the base agent at clone time (e.g., 'v2'). Nil for base agents.
31659
+ */
31660
+ source_version?: string | unknown;
31959
31661
  tags?: Array<string> | unknown;
31960
31662
  /**
31961
31663
  * Denormalized from workspace for unique name constraint
31962
31664
  */
31963
31665
  tenant_id?: string | unknown;
31964
- version?: string | unknown;
31965
31666
  workspace_id?: string | unknown;
31966
31667
  };
31967
31668
  relationships?: {
@@ -32271,89 +31972,6 @@ type PatchApplicationsByApplicationIdEmailTemplatesBySlugResponses = {
32271
31972
  };
32272
31973
  };
32273
31974
  type PatchApplicationsByApplicationIdEmailTemplatesBySlugResponse = PatchApplicationsByApplicationIdEmailTemplatesBySlugResponses[keyof PatchApplicationsByApplicationIdEmailTemplatesBySlugResponses];
32274
- type PatchPaymentMethodsByIdDefaultData = {
32275
- /**
32276
- * Request body for the /payment-methods/:id/default operation on payment_method resource
32277
- */
32278
- body?: {
32279
- data: {
32280
- attributes?: {
32281
- [key: string]: never;
32282
- };
32283
- id: string;
32284
- relationships?: {
32285
- [key: string]: never;
32286
- };
32287
- type?: "payment_method";
32288
- };
32289
- };
32290
- headers: {
32291
- /**
32292
- * Application ID for authentication and routing
32293
- */
32294
- "x-application-key": string;
32295
- };
32296
- path: {
32297
- id: string;
32298
- };
32299
- query?: {
32300
- /**
32301
- * Include related resources in the response. Comma-separated list of relationship names to eager-load.
32302
- */
32303
- include?: string;
32304
- /**
32305
- * JSON:API sparse fieldsets (use flat query string format: fields[type]=field1,field2)
32306
- */
32307
- fields?: {
32308
- [key: string]: unknown;
32309
- };
32310
- };
32311
- url: "/payment-methods/{id}/default";
32312
- };
32313
- type PatchPaymentMethodsByIdDefaultErrors = {
32314
- /**
32315
- * Bad Request - Invalid input data or malformed request
32316
- */
32317
- 400: ErrorResponse;
32318
- /**
32319
- * Unauthorized - Missing or invalid authentication token
32320
- */
32321
- 401: ErrorResponse;
32322
- /**
32323
- * Forbidden - Authenticated but not authorized for this resource
32324
- */
32325
- 403: ErrorResponse;
32326
- /**
32327
- * Not Found - Resource does not exist
32328
- */
32329
- 404: ErrorResponse;
32330
- /**
32331
- * Too Many Requests - Rate limit exceeded
32332
- */
32333
- 429: ErrorResponse;
32334
- /**
32335
- * Internal Server Error - Unexpected server error
32336
- */
32337
- 500: ErrorResponse;
32338
- /**
32339
- * General Error
32340
- */
32341
- default: Errors;
32342
- };
32343
- type PatchPaymentMethodsByIdDefaultError = PatchPaymentMethodsByIdDefaultErrors[keyof PatchPaymentMethodsByIdDefaultErrors];
32344
- type PatchPaymentMethodsByIdDefaultResponses = {
32345
- /**
32346
- * Success
32347
- */
32348
- 200: {
32349
- data?: PaymentMethod;
32350
- included?: Array<unknown>;
32351
- meta?: {
32352
- [key: string]: unknown;
32353
- };
32354
- };
32355
- };
32356
- type PatchPaymentMethodsByIdDefaultResponse = PatchPaymentMethodsByIdDefaultResponses[keyof PatchPaymentMethodsByIdDefaultResponses];
32357
31975
  type PostAgentsByIdExportData = {
32358
31976
  body?: never;
32359
31977
  headers: {
@@ -33761,26 +33379,6 @@ declare const getWorkspaces: <ThrowOnError extends boolean = false>(options: Opt
33761
33379
  *
33762
33380
  */
33763
33381
  declare const postWorkspaces: <ThrowOnError extends boolean = false>(options: Options<PostWorkspacesData, ThrowOnError>) => RequestResult<PostWorkspacesResponses, PostWorkspacesErrors, ThrowOnError, "fields">;
33764
- /**
33765
- * List payment methods
33766
- *
33767
- * Lists resources with optional filtering, sorting, and pagination.
33768
- *
33769
- * **Authentication:** Required - Bearer token or API key
33770
- * **Rate Limit:** 100 requests per minute
33771
- *
33772
- */
33773
- declare const getPaymentMethods: <ThrowOnError extends boolean = false>(options: Options<GetPaymentMethodsData, ThrowOnError>) => RequestResult<GetPaymentMethodsResponses, GetPaymentMethodsErrors, ThrowOnError, "fields">;
33774
- /**
33775
- * Create payment methods
33776
- *
33777
- * Creates a new resource. Returns the created resource with generated ID.
33778
- *
33779
- * **Authentication:** Required - Bearer token or API key
33780
- * **Rate Limit:** 100 requests per minute
33781
- *
33782
- */
33783
- declare const postPaymentMethods: <ThrowOnError extends boolean = false>(options: Options<PostPaymentMethodsData, ThrowOnError>) => RequestResult<PostPaymentMethodsResponses, PostPaymentMethodsErrors, ThrowOnError, "fields">;
33784
33382
  /**
33785
33383
  * Get stats
33786
33384
  *
@@ -34055,6 +33653,16 @@ declare const getConfigs: <ThrowOnError extends boolean = false>(options: Option
34055
33653
  *
34056
33654
  */
34057
33655
  declare const postConfigs: <ThrowOnError extends boolean = false>(options: Options<PostConfigsData, ThrowOnError>) => RequestResult<PostConfigsResponses, PostConfigsErrors, ThrowOnError, "fields">;
33656
+ /**
33657
+ * Get revisions
33658
+ *
33659
+ * Retrieves a single resource by ID.
33660
+ *
33661
+ * **Authentication:** Required - Bearer token or API key
33662
+ * **Rate Limit:** 100 requests per minute
33663
+ *
33664
+ */
33665
+ declare const getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions: <ThrowOnError extends boolean = false>(options: Options<GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsData, ThrowOnError>) => RequestResult<GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsResponses, GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsErrors, ThrowOnError, "fields">;
34058
33666
  /**
34059
33667
  * Update auto top up
34060
33668
  *
@@ -34189,6 +33797,12 @@ declare const postApplicationsByApplicationIdEmailTemplates: <ThrowOnError exten
34189
33797
  * Get workspaces that own or use all accessible agents (batch endpoint, max 500 agents)
34190
33798
  */
34191
33799
  declare const getAgentsUsage: <ThrowOnError extends boolean = false>(options: Options<GetAgentsUsageData, ThrowOnError>) => RequestResult<GetAgentsUsageResponses, GetAgentsUsageErrors, ThrowOnError, "fields">;
33800
+ /**
33801
+ * Update populate hashes
33802
+ *
33803
+ * Enqueue background job to compute file_hash for documents missing it
33804
+ */
33805
+ declare const patchWorkspacesByIdPopulateHashes: <ThrowOnError extends boolean = false>(options: Options<PatchWorkspacesByIdPopulateHashesData, ThrowOnError>) => RequestResult<PatchWorkspacesByIdPopulateHashesResponses, PatchWorkspacesByIdPopulateHashesErrors, ThrowOnError, "fields">;
34192
33806
  /**
34193
33807
  * Update set primary
34194
33808
  *
@@ -35186,11 +34800,7 @@ declare const postTenantsByIdRemoveStorage: <ThrowOnError extends boolean = fals
35186
34800
  /**
35187
34801
  * List invoices
35188
34802
  *
35189
- * Lists resources with optional filtering, sorting, and pagination.
35190
- *
35191
- * **Authentication:** Required - Bearer token or API key
35192
- * **Rate Limit:** 100 requests per minute
35193
- *
34803
+ * Get billing invoices/history for the current tenant
35194
34804
  */
35195
34805
  declare const getWalletInvoices: <ThrowOnError extends boolean = false>(options: Options<GetWalletInvoicesData, ThrowOnError>) => RequestResult<GetWalletInvoicesResponses, GetWalletInvoicesErrors, ThrowOnError, "fields">;
35196
34806
  /**
@@ -35259,6 +34869,16 @@ declare const getAiGraphEdges: <ThrowOnError extends boolean = false>(options: O
35259
34869
  *
35260
34870
  */
35261
34871
  declare const postAiGraphEdges: <ThrowOnError extends boolean = false>(options: Options<PostAiGraphEdgesData, ThrowOnError>) => RequestResult<PostAiGraphEdgesResponses, PostAiGraphEdgesErrors, ThrowOnError, "fields">;
34872
+ /**
34873
+ * Get agent version revisions
34874
+ *
34875
+ * Retrieves a single resource by ID.
34876
+ *
34877
+ * **Authentication:** Required - Bearer token or API key
34878
+ * **Rate Limit:** 100 requests per minute
34879
+ *
34880
+ */
34881
+ declare const getAgentVersionRevisionsById: <ThrowOnError extends boolean = false>(options: Options<GetAgentVersionRevisionsByIdData, ThrowOnError>) => RequestResult<GetAgentVersionRevisionsByIdResponses, GetAgentVersionRevisionsByIdErrors, ThrowOnError, "fields">;
35262
34882
  /**
35263
34883
  * List training examples
35264
34884
  *
@@ -35317,12 +34937,6 @@ declare const getBuckets: <ThrowOnError extends boolean = false>(options: Option
35317
34937
  *
35318
34938
  */
35319
34939
  declare const postBuckets: <ThrowOnError extends boolean = false>(options: Options<PostBucketsData, ThrowOnError>) => RequestResult<PostBucketsResponses, PostBucketsErrors, ThrowOnError, "fields">;
35320
- /**
35321
- * Create tokenize
35322
- *
35323
- * Create a payment method via direct proxy tokenization (S2S)
35324
- */
35325
- declare const postPaymentMethodsTokenize: <ThrowOnError extends boolean = false>(options: Options<PostPaymentMethodsTokenizeData, ThrowOnError>) => RequestResult<PostPaymentMethodsTokenizeResponses, PostPaymentMethodsTokenizeErrors, ThrowOnError, "fields">;
35326
34940
  /**
35327
34941
  * Get mapping
35328
34942
  *
@@ -35647,6 +35261,16 @@ declare const patchExtractionDocumentsByIdVerification: <ThrowOnError extends bo
35647
35261
  * Fork a thread by cloning it with all its messages
35648
35262
  */
35649
35263
  declare const postThreadsByIdFork: <ThrowOnError extends boolean = false>(options: Options<PostThreadsByIdForkData, ThrowOnError>) => RequestResult<PostThreadsByIdForkResponses, PostThreadsByIdForkErrors, ThrowOnError, "fields">;
35264
+ /**
35265
+ * Create find or begin upload
35266
+ *
35267
+ * Creates a new resource. Returns the created resource with generated ID.
35268
+ *
35269
+ * **Authentication:** Required - Bearer token or API key
35270
+ * **Rate Limit:** 100 requests per minute
35271
+ *
35272
+ */
35273
+ declare const postExtractionDocumentsFindOrBeginUpload: <ThrowOnError extends boolean = false>(options: Options<PostExtractionDocumentsFindOrBeginUploadData, ThrowOnError>) => RequestResult<PostExtractionDocumentsFindOrBeginUploadResponses, PostExtractionDocumentsFindOrBeginUploadErrors, ThrowOnError, "fields">;
35650
35274
  /**
35651
35275
  * List transactions
35652
35276
  *
@@ -36007,36 +35631,6 @@ declare const postTrainingExamplesBulk: <ThrowOnError extends boolean = false>(o
36007
35631
  * Activate a specific schema version
36008
35632
  */
36009
35633
  declare const postAgentsByIdSchemaVersionsByVersionIdActivate: <ThrowOnError extends boolean = false>(options: Options<PostAgentsByIdSchemaVersionsByVersionIdActivateData, ThrowOnError>) => RequestResult<PostAgentsByIdSchemaVersionsByVersionIdActivateResponses, PostAgentsByIdSchemaVersionsByVersionIdActivateErrors, ThrowOnError, "fields">;
36010
- /**
36011
- * Delete payment methods
36012
- *
36013
- * Deletes a resource permanently. This action cannot be undone.
36014
- *
36015
- * **Authentication:** Required - Bearer token or API key
36016
- * **Rate Limit:** 100 requests per minute
36017
- *
36018
- */
36019
- declare const deletePaymentMethodsById: <ThrowOnError extends boolean = false>(options: Options<DeletePaymentMethodsByIdData, ThrowOnError>) => RequestResult<DeletePaymentMethodsByIdResponses, DeletePaymentMethodsByIdErrors, ThrowOnError, "fields">;
36020
- /**
36021
- * Get payment methods
36022
- *
36023
- * Retrieves a single resource by ID.
36024
- *
36025
- * **Authentication:** Required - Bearer token or API key
36026
- * **Rate Limit:** 100 requests per minute
36027
- *
36028
- */
36029
- declare const getPaymentMethodsById: <ThrowOnError extends boolean = false>(options: Options<GetPaymentMethodsByIdData, ThrowOnError>) => RequestResult<GetPaymentMethodsByIdResponses, GetPaymentMethodsByIdErrors, ThrowOnError, "fields">;
36030
- /**
36031
- * Update payment methods
36032
- *
36033
- * Updates specific fields of an existing resource.
36034
- *
36035
- * **Authentication:** Required - Bearer token or API key
36036
- * **Rate Limit:** 100 requests per minute
36037
- *
36038
- */
36039
- declare const patchPaymentMethodsById: <ThrowOnError extends boolean = false>(options: Options<PatchPaymentMethodsByIdData, ThrowOnError>) => RequestResult<PatchPaymentMethodsByIdResponses, PatchPaymentMethodsByIdErrors, ThrowOnError, "fields">;
36040
35634
  /**
36041
35635
  * Delete buckets
36042
35636
  *
@@ -36349,12 +35943,6 @@ declare const getNotificationMethods: <ThrowOnError extends boolean = false>(opt
36349
35943
  *
36350
35944
  */
36351
35945
  declare const postNotificationMethods: <ThrowOnError extends boolean = false>(options: Options<PostNotificationMethodsData, ThrowOnError>) => RequestResult<PostNotificationMethodsResponses, PostNotificationMethodsErrors, ThrowOnError, "fields">;
36352
- /**
36353
- * List preview
36354
- *
36355
- * Preview the cost and effective date of a plan change
36356
- */
36357
- declare const getWalletPlanPreview: <ThrowOnError extends boolean = false>(options: Options<GetWalletPlanPreviewData, ThrowOnError>) => RequestResult<GetWalletPlanPreviewResponses, GetWalletPlanPreviewErrors, ThrowOnError, "fields">;
36358
35946
  /**
36359
35947
  * Create summarize
36360
35948
  *
@@ -36747,12 +36335,6 @@ declare const getApplicationsByApplicationIdEmailTemplatesBySlug: <ThrowOnError
36747
36335
  *
36748
36336
  */
36749
36337
  declare const patchApplicationsByApplicationIdEmailTemplatesBySlug: <ThrowOnError extends boolean = false>(options: Options<PatchApplicationsByApplicationIdEmailTemplatesBySlugData, ThrowOnError>) => RequestResult<PatchApplicationsByApplicationIdEmailTemplatesBySlugResponses, PatchApplicationsByApplicationIdEmailTemplatesBySlugErrors, ThrowOnError, "fields">;
36750
- /**
36751
- * Update default
36752
- *
36753
- * Set this payment method as default for the customer
36754
- */
36755
- declare const patchPaymentMethodsByIdDefault: <ThrowOnError extends boolean = false>(options: Options<PatchPaymentMethodsByIdDefaultData, ThrowOnError>) => RequestResult<PatchPaymentMethodsByIdDefaultResponses, PatchPaymentMethodsByIdDefaultErrors, ThrowOnError, "fields">;
36756
36338
  /**
36757
36339
  * Create export
36758
36340
  *
@@ -37217,8 +36799,6 @@ declare const gptCore: {
37217
36799
  getApplicationsCurrent: <ThrowOnError extends boolean = false>(options: Options<GetApplicationsCurrentData, ThrowOnError>) => RequestResult<GetApplicationsCurrentResponses, GetApplicationsCurrentErrors, ThrowOnError, "fields">;
37218
36800
  getWorkspaces: <ThrowOnError extends boolean = false>(options: Options<GetWorkspacesData, ThrowOnError>) => RequestResult<GetWorkspacesResponses, GetWorkspacesErrors, ThrowOnError, "fields">;
37219
36801
  postWorkspaces: <ThrowOnError extends boolean = false>(options: Options<PostWorkspacesData, ThrowOnError>) => RequestResult<PostWorkspacesResponses, PostWorkspacesErrors, ThrowOnError, "fields">;
37220
- getPaymentMethods: <ThrowOnError extends boolean = false>(options: Options<GetPaymentMethodsData, ThrowOnError>) => RequestResult<GetPaymentMethodsResponses, GetPaymentMethodsErrors, ThrowOnError, "fields">;
37221
- postPaymentMethods: <ThrowOnError extends boolean = false>(options: Options<PostPaymentMethodsData, ThrowOnError>) => RequestResult<PostPaymentMethodsResponses, PostPaymentMethodsErrors, ThrowOnError, "fields">;
37222
36802
  getAgentsByIdStats: <ThrowOnError extends boolean = false>(options: Options<GetAgentsByIdStatsData, ThrowOnError>) => RequestResult<GetAgentsByIdStatsResponses, GetAgentsByIdStatsErrors, ThrowOnError, "fields">;
37223
36803
  getDocumentsStats: <ThrowOnError extends boolean = false>(options: Options<GetDocumentsStatsData, ThrowOnError>) => RequestResult<GetDocumentsStatsResponses, GetDocumentsStatsErrors, ThrowOnError, "fields">;
37224
36804
  patchExtractionDocumentsByIdDismiss: <ThrowOnError extends boolean = false>(options: Options<PatchExtractionDocumentsByIdDismissData, ThrowOnError>) => RequestResult<PatchExtractionDocumentsByIdDismissResponses, PatchExtractionDocumentsByIdDismissErrors, ThrowOnError, "fields">;
@@ -37250,6 +36830,7 @@ declare const gptCore: {
37250
36830
  postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained: <ThrowOnError extends boolean = false>(options: Options<PostWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrainedData, ThrowOnError>) => RequestResult<PostWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrainedResponses, PostWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrainedErrors, ThrowOnError, "fields">;
37251
36831
  getConfigs: <ThrowOnError extends boolean = false>(options: Options<GetConfigsData, ThrowOnError>) => RequestResult<GetConfigsResponses, GetConfigsErrors, ThrowOnError, "fields">;
37252
36832
  postConfigs: <ThrowOnError extends boolean = false>(options: Options<PostConfigsData, ThrowOnError>) => RequestResult<PostConfigsResponses, PostConfigsErrors, ThrowOnError, "fields">;
36833
+ getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions: <ThrowOnError extends boolean = false>(options: Options<GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsData, ThrowOnError>) => RequestResult<GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsResponses, GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsErrors, ThrowOnError, "fields">;
37253
36834
  patchWalletAutoTopUp: <ThrowOnError extends boolean = false>(options: Options<PatchWalletAutoTopUpData, ThrowOnError>) => RequestResult<PatchWalletAutoTopUpResponses, PatchWalletAutoTopUpErrors, ThrowOnError, "fields">;
37254
36835
  postTokens: <ThrowOnError extends boolean = false>(options: Options<PostTokensData, ThrowOnError>) => RequestResult<PostTokensResponses, PostTokensErrors, ThrowOnError, "fields">;
37255
36836
  patchApiKeysByIdSetBudget: <ThrowOnError extends boolean = false>(options: Options<PatchApiKeysByIdSetBudgetData, ThrowOnError>) => RequestResult<PatchApiKeysByIdSetBudgetResponses, PatchApiKeysByIdSetBudgetErrors, ThrowOnError, "fields">;
@@ -37267,6 +36848,7 @@ declare const gptCore: {
37267
36848
  getApplicationsByApplicationIdEmailTemplates: <ThrowOnError extends boolean = false>(options: Options<GetApplicationsByApplicationIdEmailTemplatesData, ThrowOnError>) => RequestResult<GetApplicationsByApplicationIdEmailTemplatesResponses, GetApplicationsByApplicationIdEmailTemplatesErrors, ThrowOnError, "fields">;
37268
36849
  postApplicationsByApplicationIdEmailTemplates: <ThrowOnError extends boolean = false>(options: Options<PostApplicationsByApplicationIdEmailTemplatesData, ThrowOnError>) => RequestResult<PostApplicationsByApplicationIdEmailTemplatesResponses, PostApplicationsByApplicationIdEmailTemplatesErrors, ThrowOnError, "fields">;
37269
36850
  getAgentsUsage: <ThrowOnError extends boolean = false>(options: Options<GetAgentsUsageData, ThrowOnError>) => RequestResult<GetAgentsUsageResponses, GetAgentsUsageErrors, ThrowOnError, "fields">;
36851
+ patchWorkspacesByIdPopulateHashes: <ThrowOnError extends boolean = false>(options: Options<PatchWorkspacesByIdPopulateHashesData, ThrowOnError>) => RequestResult<PatchWorkspacesByIdPopulateHashesResponses, PatchWorkspacesByIdPopulateHashesErrors, ThrowOnError, "fields">;
37270
36852
  patchNotificationMethodsByIdSetPrimary: <ThrowOnError extends boolean = false>(options: Options<PatchNotificationMethodsByIdSetPrimaryData, ThrowOnError>) => RequestResult<PatchNotificationMethodsByIdSetPrimaryResponses, PatchNotificationMethodsByIdSetPrimaryErrors, ThrowOnError, "fields">;
37271
36853
  getBucketsByIdObjects: <ThrowOnError extends boolean = false>(options: Options<GetBucketsByIdObjectsData, ThrowOnError>) => RequestResult<GetBucketsByIdObjectsResponses, GetBucketsByIdObjectsErrors, ThrowOnError, "fields">;
37272
36854
  patchInvitationsByIdResend: <ThrowOnError extends boolean = false>(options: Options<PatchInvitationsByIdResendData, ThrowOnError>) => RequestResult<PatchInvitationsByIdResendResponses, PatchInvitationsByIdResendErrors, ThrowOnError, "fields">;
@@ -37386,6 +36968,7 @@ declare const gptCore: {
37386
36968
  getAuditLogs: <ThrowOnError extends boolean = false>(options: Options<GetAuditLogsData, ThrowOnError>) => RequestResult<GetAuditLogsResponses, GetAuditLogsErrors, ThrowOnError, "fields">;
37387
36969
  getAiGraphEdges: <ThrowOnError extends boolean = false>(options: Options<GetAiGraphEdgesData, ThrowOnError>) => RequestResult<GetAiGraphEdgesResponses, GetAiGraphEdgesErrors, ThrowOnError, "fields">;
37388
36970
  postAiGraphEdges: <ThrowOnError extends boolean = false>(options: Options<PostAiGraphEdgesData, ThrowOnError>) => RequestResult<PostAiGraphEdgesResponses, PostAiGraphEdgesErrors, ThrowOnError, "fields">;
36971
+ getAgentVersionRevisionsById: <ThrowOnError extends boolean = false>(options: Options<GetAgentVersionRevisionsByIdData, ThrowOnError>) => RequestResult<GetAgentVersionRevisionsByIdResponses, GetAgentVersionRevisionsByIdErrors, ThrowOnError, "fields">;
37389
36972
  getTrainingExamples: <ThrowOnError extends boolean = false>(options: Options<GetTrainingExamplesData, ThrowOnError>) => RequestResult<GetTrainingExamplesResponses, GetTrainingExamplesErrors, ThrowOnError, "fields">;
37390
36973
  postTrainingExamples: <ThrowOnError extends boolean = false>(options: Options<PostTrainingExamplesData, ThrowOnError>) => RequestResult<PostTrainingExamplesResponses, PostTrainingExamplesErrors, ThrowOnError, "fields">;
37391
36974
  getWorkspacesByWorkspaceIdExtractionExportsById: <ThrowOnError extends boolean = false>(options: Options<GetWorkspacesByWorkspaceIdExtractionExportsByIdData, ThrowOnError>) => RequestResult<GetWorkspacesByWorkspaceIdExtractionExportsByIdResponses, GetWorkspacesByWorkspaceIdExtractionExportsByIdErrors, ThrowOnError, "fields">;
@@ -37393,7 +36976,6 @@ declare const gptCore: {
37393
36976
  postObjectsCopy: <ThrowOnError extends boolean = false>(options: Options<PostObjectsCopyData, ThrowOnError>) => RequestResult<PostObjectsCopyResponses, PostObjectsCopyErrors, ThrowOnError, "fields">;
37394
36977
  getBuckets: <ThrowOnError extends boolean = false>(options: Options<GetBucketsData, ThrowOnError>) => RequestResult<GetBucketsResponses, GetBucketsErrors, ThrowOnError, "fields">;
37395
36978
  postBuckets: <ThrowOnError extends boolean = false>(options: Options<PostBucketsData, ThrowOnError>) => RequestResult<PostBucketsResponses, PostBucketsErrors, ThrowOnError, "fields">;
37396
- postPaymentMethodsTokenize: <ThrowOnError extends boolean = false>(options: Options<PostPaymentMethodsTokenizeData, ThrowOnError>) => RequestResult<PostPaymentMethodsTokenizeResponses, PostPaymentMethodsTokenizeErrors, ThrowOnError, "fields">;
37397
36979
  getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping: <ThrowOnError extends boolean = false>(options: Options<GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingData, ThrowOnError>) => RequestResult<GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingResponses, GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingErrors, ThrowOnError, "fields">;
37398
36980
  postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping: <ThrowOnError extends boolean = false>(options: Options<PostWorkspacesByWorkspaceIdExtractionByDocumentIdMappingData, ThrowOnError>) => RequestResult<PostWorkspacesByWorkspaceIdExtractionByDocumentIdMappingResponses, PostWorkspacesByWorkspaceIdExtractionByDocumentIdMappingErrors, ThrowOnError, "fields">;
37399
36981
  getUsersMeActivity: <ThrowOnError extends boolean = false>(options: Options<GetUsersMeActivityData, ThrowOnError>) => RequestResult<GetUsersMeActivityResponses, GetUsersMeActivityErrors, ThrowOnError, "fields">;
@@ -37430,6 +37012,7 @@ declare const gptCore: {
37430
37012
  getSearchHealth: <ThrowOnError extends boolean = false>(options: Options<GetSearchHealthData, ThrowOnError>) => RequestResult<GetSearchHealthResponses, GetSearchHealthErrors, ThrowOnError, "fields">;
37431
37013
  patchExtractionDocumentsByIdVerification: <ThrowOnError extends boolean = false>(options: Options<PatchExtractionDocumentsByIdVerificationData, ThrowOnError>) => RequestResult<PatchExtractionDocumentsByIdVerificationResponses, PatchExtractionDocumentsByIdVerificationErrors, ThrowOnError, "fields">;
37432
37014
  postThreadsByIdFork: <ThrowOnError extends boolean = false>(options: Options<PostThreadsByIdForkData, ThrowOnError>) => RequestResult<PostThreadsByIdForkResponses, PostThreadsByIdForkErrors, ThrowOnError, "fields">;
37015
+ postExtractionDocumentsFindOrBeginUpload: <ThrowOnError extends boolean = false>(options: Options<PostExtractionDocumentsFindOrBeginUploadData, ThrowOnError>) => RequestResult<PostExtractionDocumentsFindOrBeginUploadResponses, PostExtractionDocumentsFindOrBeginUploadErrors, ThrowOnError, "fields">;
37433
37016
  getTransactions: <ThrowOnError extends boolean = false>(options: Options<GetTransactionsData, ThrowOnError>) => RequestResult<GetTransactionsResponses, GetTransactionsErrors, ThrowOnError, "fields">;
37434
37017
  getUserProfiles: <ThrowOnError extends boolean = false>(options: Options<GetUserProfilesData, ThrowOnError>) => RequestResult<GetUserProfilesResponses, GetUserProfilesErrors, ThrowOnError, "fields">;
37435
37018
  postUserProfiles: <ThrowOnError extends boolean = false>(options: Options<PostUserProfilesData, ThrowOnError>) => RequestResult<PostUserProfilesResponses, PostUserProfilesErrors, ThrowOnError, "fields">;
@@ -37472,9 +37055,6 @@ declare const gptCore: {
37472
37055
  postUsersAuthRegister: <ThrowOnError extends boolean = false>(options: Options<PostUsersAuthRegisterData, ThrowOnError>) => RequestResult<PostUsersAuthRegisterResponses, PostUsersAuthRegisterErrors, ThrowOnError, "fields">;
37473
37056
  postTrainingExamplesBulk: <ThrowOnError extends boolean = false>(options: Options<PostTrainingExamplesBulkData, ThrowOnError>) => RequestResult<PostTrainingExamplesBulkResponses, PostTrainingExamplesBulkErrors, ThrowOnError, "fields">;
37474
37057
  postAgentsByIdSchemaVersionsByVersionIdActivate: <ThrowOnError extends boolean = false>(options: Options<PostAgentsByIdSchemaVersionsByVersionIdActivateData, ThrowOnError>) => RequestResult<PostAgentsByIdSchemaVersionsByVersionIdActivateResponses, PostAgentsByIdSchemaVersionsByVersionIdActivateErrors, ThrowOnError, "fields">;
37475
- deletePaymentMethodsById: <ThrowOnError extends boolean = false>(options: Options<DeletePaymentMethodsByIdData, ThrowOnError>) => RequestResult<DeletePaymentMethodsByIdResponses, DeletePaymentMethodsByIdErrors, ThrowOnError, "fields">;
37476
- getPaymentMethodsById: <ThrowOnError extends boolean = false>(options: Options<GetPaymentMethodsByIdData, ThrowOnError>) => RequestResult<GetPaymentMethodsByIdResponses, GetPaymentMethodsByIdErrors, ThrowOnError, "fields">;
37477
- patchPaymentMethodsById: <ThrowOnError extends boolean = false>(options: Options<PatchPaymentMethodsByIdData, ThrowOnError>) => RequestResult<PatchPaymentMethodsByIdResponses, PatchPaymentMethodsByIdErrors, ThrowOnError, "fields">;
37478
37058
  deleteBucketsById: <ThrowOnError extends boolean = false>(options: Options<DeleteBucketsByIdData, ThrowOnError>) => RequestResult<DeleteBucketsByIdResponses, DeleteBucketsByIdErrors, ThrowOnError, "fields">;
37479
37059
  getBucketsById: <ThrowOnError extends boolean = false>(options: Options<GetBucketsByIdData, ThrowOnError>) => RequestResult<GetBucketsByIdResponses, GetBucketsByIdErrors, ThrowOnError, "fields">;
37480
37060
  patchBucketsById: <ThrowOnError extends boolean = false>(options: Options<PatchBucketsByIdData, ThrowOnError>) => RequestResult<PatchBucketsByIdResponses, PatchBucketsByIdErrors, ThrowOnError, "fields">;
@@ -37509,7 +37089,6 @@ declare const gptCore: {
37509
37089
  postWebhookDeliveriesByIdRetry: <ThrowOnError extends boolean = false>(options: Options<PostWebhookDeliveriesByIdRetryData, ThrowOnError>) => RequestResult<PostWebhookDeliveriesByIdRetryResponses, PostWebhookDeliveriesByIdRetryErrors, ThrowOnError, "fields">;
37510
37090
  getNotificationMethods: <ThrowOnError extends boolean = false>(options: Options<GetNotificationMethodsData, ThrowOnError>) => RequestResult<GetNotificationMethodsResponses, GetNotificationMethodsErrors, ThrowOnError, "fields">;
37511
37091
  postNotificationMethods: <ThrowOnError extends boolean = false>(options: Options<PostNotificationMethodsData, ThrowOnError>) => RequestResult<PostNotificationMethodsResponses, PostNotificationMethodsErrors, ThrowOnError, "fields">;
37512
- getWalletPlanPreview: <ThrowOnError extends boolean = false>(options: Options<GetWalletPlanPreviewData, ThrowOnError>) => RequestResult<GetWalletPlanPreviewResponses, GetWalletPlanPreviewErrors, ThrowOnError, "fields">;
37513
37092
  postThreadsByIdSummarize: <ThrowOnError extends boolean = false>(options: Options<PostThreadsByIdSummarizeData, ThrowOnError>) => RequestResult<PostThreadsByIdSummarizeResponses, PostThreadsByIdSummarizeErrors, ThrowOnError, "fields">;
37514
37093
  patchConfigsByKey: <ThrowOnError extends boolean = false>(options: Options<PatchConfigsByKeyData, ThrowOnError>) => RequestResult<PatchConfigsByKeyResponses, PatchConfigsByKeyErrors, ThrowOnError, "fields">;
37515
37094
  patchApiKeysByIdRotate: <ThrowOnError extends boolean = false>(options: Options<PatchApiKeysByIdRotateData, ThrowOnError>) => RequestResult<PatchApiKeysByIdRotateResponses, PatchApiKeysByIdRotateErrors, ThrowOnError, "fields">;
@@ -37552,7 +37131,6 @@ declare const gptCore: {
37552
37131
  deleteApplicationsByApplicationIdEmailTemplatesBySlug: <ThrowOnError extends boolean = false>(options: Options<DeleteApplicationsByApplicationIdEmailTemplatesBySlugData, ThrowOnError>) => RequestResult<DeleteApplicationsByApplicationIdEmailTemplatesBySlugResponses, DeleteApplicationsByApplicationIdEmailTemplatesBySlugErrors, ThrowOnError, "fields">;
37553
37132
  getApplicationsByApplicationIdEmailTemplatesBySlug: <ThrowOnError extends boolean = false>(options: Options<GetApplicationsByApplicationIdEmailTemplatesBySlugData, ThrowOnError>) => RequestResult<GetApplicationsByApplicationIdEmailTemplatesBySlugResponses, GetApplicationsByApplicationIdEmailTemplatesBySlugErrors, ThrowOnError, "fields">;
37554
37133
  patchApplicationsByApplicationIdEmailTemplatesBySlug: <ThrowOnError extends boolean = false>(options: Options<PatchApplicationsByApplicationIdEmailTemplatesBySlugData, ThrowOnError>) => RequestResult<PatchApplicationsByApplicationIdEmailTemplatesBySlugResponses, PatchApplicationsByApplicationIdEmailTemplatesBySlugErrors, ThrowOnError, "fields">;
37555
- patchPaymentMethodsByIdDefault: <ThrowOnError extends boolean = false>(options: Options<PatchPaymentMethodsByIdDefaultData, ThrowOnError>) => RequestResult<PatchPaymentMethodsByIdDefaultResponses, PatchPaymentMethodsByIdDefaultErrors, ThrowOnError, "fields">;
37556
37134
  postAgentsByIdExport: <ThrowOnError extends boolean = false>(options: Options<PostAgentsByIdExportData, ThrowOnError>) => RequestResult<PostAgentsByIdExportResponses, PostAgentsByIdExportErrors, ThrowOnError, "fields">;
37557
37135
  postUsersRegisterIsv: <ThrowOnError extends boolean = false>(options: Options<PostUsersRegisterIsvData, ThrowOnError>) => RequestResult<PostUsersRegisterIsvResponses, PostUsersRegisterIsvErrors, ThrowOnError, "fields">;
37558
37136
  deleteExtractionBatchesById: <ThrowOnError extends boolean = false>(options: Options<DeleteExtractionBatchesByIdData, ThrowOnError>) => RequestResult<DeleteExtractionBatchesByIdResponses, DeleteExtractionBatchesByIdErrors, ThrowOnError, "fields">;
@@ -37567,4 +37145,4 @@ declare const gptCore: {
37567
37145
  getObjects: <ThrowOnError extends boolean = false>(options: Options<GetObjectsData, ThrowOnError>) => RequestResult<GetObjectsResponses, GetObjectsErrors, ThrowOnError, "fields">;
37568
37146
  };
37569
37147
 
37570
- export { type Account, type Agent, type AgentCreateRequest, AgentCreateSchema, type AgentTestResult, type AgentVersion, type AgentVersionComparison, type AgentVersionFieldsInputCreateType, type AiConfig, type ApiKey, type ApiKeyAllocateRequest, ApiKeyAllocateSchema, type ApiKeyCreateRequest, ApiKeyCreateSchema, type Application, type ApplicationCreateRequest, ApplicationCreateSchema, type ApplicationType, type AuditLog, AuthenticationError, AuthorizationError, type Balance, type Bucket, type BucketCreateRequest, BucketCreateSchema, type BulkDismissalResult, type BulkReprocessResult, type ClientOptions$1 as ClientOptions, type Config$2 as Config, type Conversation, type CreditPackage, type Customer, DEFAULT_RETRY_CONFIG, type DeleteAgentVersionsByIdData, type DeleteAgentVersionsByIdError, type DeleteAgentVersionsByIdErrors, type DeleteAgentVersionsByIdResponses, type DeleteAgentsByIdData, type DeleteAgentsByIdError, type DeleteAgentsByIdErrors, type DeleteAgentsByIdResponses, type DeleteAiConversationsByIdData, type DeleteAiConversationsByIdError, type DeleteAiConversationsByIdErrors, type DeleteAiConversationsByIdResponses, type DeleteAiGraphEdgesByIdData, type DeleteAiGraphEdgesByIdError, type DeleteAiGraphEdgesByIdErrors, type DeleteAiGraphEdgesByIdResponses, type DeleteAiGraphNodesByIdData, type DeleteAiGraphNodesByIdError, type DeleteAiGraphNodesByIdErrors, type DeleteAiGraphNodesByIdResponses, type DeleteAiMessagesByIdData, type DeleteAiMessagesByIdError, type DeleteAiMessagesByIdErrors, type DeleteAiMessagesByIdResponses, type DeleteApiKeysByIdData, type DeleteApiKeysByIdError, type DeleteApiKeysByIdErrors, type DeleteApiKeysByIdResponses, type DeleteApplicationsByApplicationIdEmailTemplatesBySlugData, type DeleteApplicationsByApplicationIdEmailTemplatesBySlugError, type DeleteApplicationsByApplicationIdEmailTemplatesBySlugErrors, type DeleteApplicationsByApplicationIdEmailTemplatesBySlugResponses, type DeleteApplicationsByIdData, type DeleteApplicationsByIdError, type DeleteApplicationsByIdErrors, type DeleteApplicationsByIdResponses, type DeleteBucketsByIdData, type DeleteBucketsByIdError, type DeleteBucketsByIdErrors, type DeleteBucketsByIdResponses, type DeleteExtractionBatchesByIdData, type DeleteExtractionBatchesByIdError, type DeleteExtractionBatchesByIdErrors, type DeleteExtractionBatchesByIdResponses, type DeleteExtractionDocumentsByIdData, type DeleteExtractionDocumentsByIdError, type DeleteExtractionDocumentsByIdErrors, type DeleteExtractionDocumentsByIdResponses, type DeleteFieldTemplatesByIdData, type DeleteFieldTemplatesByIdError, type DeleteFieldTemplatesByIdErrors, type DeleteFieldTemplatesByIdResponses, type DeleteMessagesByIdData, type DeleteMessagesByIdError, type DeleteMessagesByIdErrors, type DeleteMessagesByIdResponses, type DeleteNotificationMethodsByIdData, type DeleteNotificationMethodsByIdError, type DeleteNotificationMethodsByIdErrors, type DeleteNotificationMethodsByIdResponses, type DeleteNotificationPreferencesByIdData, type DeleteNotificationPreferencesByIdError, type DeleteNotificationPreferencesByIdErrors, type DeleteNotificationPreferencesByIdResponses, type DeleteObjectsByIdData, type DeleteObjectsByIdError, type DeleteObjectsByIdErrors, type DeleteObjectsByIdResponses, type DeletePaymentMethodsByIdData, type DeletePaymentMethodsByIdError, type DeletePaymentMethodsByIdErrors, type DeletePaymentMethodsByIdResponses, type DeleteSearchSavedByIdData, type DeleteSearchSavedByIdError, type DeleteSearchSavedByIdErrors, type DeleteSearchSavedByIdResponses, type DeleteTenantMembershipsByTenantIdByUserIdData, type DeleteTenantMembershipsByTenantIdByUserIdError, type DeleteTenantMembershipsByTenantIdByUserIdErrors, type DeleteTenantMembershipsByTenantIdByUserIdResponses, type DeleteTenantsByIdData, type DeleteTenantsByIdError, type DeleteTenantsByIdErrors, type DeleteTenantsByIdResponses, type DeleteThreadsByIdData, type DeleteThreadsByIdError, type DeleteThreadsByIdErrors, type DeleteThreadsByIdResponses, type DeleteTrainingExamplesByIdData, type DeleteTrainingExamplesByIdError, type DeleteTrainingExamplesByIdErrors, type DeleteTrainingExamplesByIdResponses, type DeleteTrainingSessionsByIdData, type DeleteTrainingSessionsByIdError, type DeleteTrainingSessionsByIdErrors, type DeleteTrainingSessionsByIdResponses, type DeleteUserProfilesByIdData, type DeleteUserProfilesByIdError, type DeleteUserProfilesByIdErrors, type DeleteUserProfilesByIdResponses, type DeleteUsersByIdData, type DeleteUsersByIdError, type DeleteUsersByIdErrors, type DeleteUsersByIdResponses, type DeleteWebhookConfigsByIdData, type DeleteWebhookConfigsByIdError, type DeleteWebhookConfigsByIdErrors, type DeleteWebhookConfigsByIdResponses, type DeleteWorkspaceMembershipsByWorkspaceIdByUserIdData, type DeleteWorkspaceMembershipsByWorkspaceIdByUserIdError, type DeleteWorkspaceMembershipsByWorkspaceIdByUserIdErrors, type DeleteWorkspaceMembershipsByWorkspaceIdByUserIdResponses, type DeleteWorkspacesByIdData, type DeleteWorkspacesByIdError, type DeleteWorkspacesByIdErrors, type DeleteWorkspacesByIdResponses, type DocumentChunk, type DocumentStats, type DocumentUploadBase64Request, DocumentUploadBase64Schema, type EmailTemplate, type EmbedRequest, EmbedRequestSchema, type Embedding, type ErrorResponse, type Errors, type ExtractionBatch, type ExtractionDocument, type ExtractionExport, type ExtractionResult, type FieldMappingConfirmation, type FieldMappingResult, type FieldTemplate, type GetAgentVersionsByIdData, type GetAgentVersionsByIdError, type GetAgentVersionsByIdErrors, type GetAgentVersionsByIdMetricsData, type GetAgentVersionsByIdMetricsError, type GetAgentVersionsByIdMetricsErrors, type GetAgentVersionsByIdMetricsResponse, type GetAgentVersionsByIdMetricsResponses, type GetAgentVersionsByIdResponse, type GetAgentVersionsByIdResponses, type GetAgentVersionsData, type GetAgentVersionsError, type GetAgentVersionsErrors, type GetAgentVersionsResponse, type GetAgentVersionsResponses, type GetAgentsByIdData, type GetAgentsByIdError, type GetAgentsByIdErrors, type GetAgentsByIdResponse, type GetAgentsByIdResponses, type GetAgentsByIdSchemaVersionsData, type GetAgentsByIdSchemaVersionsError, type GetAgentsByIdSchemaVersionsErrors, type GetAgentsByIdSchemaVersionsResponse, type GetAgentsByIdSchemaVersionsResponses, type GetAgentsByIdStatsData, type GetAgentsByIdStatsError, type GetAgentsByIdStatsErrors, type GetAgentsByIdStatsResponse, type GetAgentsByIdStatsResponses, type GetAgentsByIdTrainingStatsData, type GetAgentsByIdTrainingStatsError, type GetAgentsByIdTrainingStatsErrors, type GetAgentsByIdTrainingStatsResponse, type GetAgentsByIdTrainingStatsResponses, type GetAgentsByIdUsageData, type GetAgentsByIdUsageError, type GetAgentsByIdUsageErrors, type GetAgentsByIdUsageResponse, type GetAgentsByIdUsageResponses, type GetAgentsData, type GetAgentsError, type GetAgentsErrors, type GetAgentsResponse, type GetAgentsResponses, type GetAgentsUsageData, type GetAgentsUsageError, type GetAgentsUsageErrors, type GetAgentsUsageResponse, type GetAgentsUsageResponses, type GetAiChunksDocumentByDocumentIdData, type GetAiChunksDocumentByDocumentIdError, type GetAiChunksDocumentByDocumentIdErrors, type GetAiChunksDocumentByDocumentIdResponse, type GetAiChunksDocumentByDocumentIdResponses, type GetAiConversationsByIdData, type GetAiConversationsByIdError, type GetAiConversationsByIdErrors, type GetAiConversationsByIdResponse, type GetAiConversationsByIdResponses, type GetAiConversationsData, type GetAiConversationsError, type GetAiConversationsErrors, type GetAiConversationsResponse, type GetAiConversationsResponses, type GetAiGraphEdgesData, type GetAiGraphEdgesError, type GetAiGraphEdgesErrors, type GetAiGraphEdgesResponse, type GetAiGraphEdgesResponses, type GetAiGraphNodesBySourceNodeIdRelatedData, type GetAiGraphNodesBySourceNodeIdRelatedError, type GetAiGraphNodesBySourceNodeIdRelatedErrors, type GetAiGraphNodesBySourceNodeIdRelatedResponse, type GetAiGraphNodesBySourceNodeIdRelatedResponses, type GetAiGraphNodesData, type GetAiGraphNodesError, type GetAiGraphNodesErrors, type GetAiGraphNodesLabelByLabelData, type GetAiGraphNodesLabelByLabelError, type GetAiGraphNodesLabelByLabelErrors, type GetAiGraphNodesLabelByLabelResponse, type GetAiGraphNodesLabelByLabelResponses, type GetAiGraphNodesResponse, type GetAiGraphNodesResponses, type GetAiMessagesData, type GetAiMessagesError, type GetAiMessagesErrors, type GetAiMessagesResponse, type GetAiMessagesResponses, type GetApiKeysActiveData, type GetApiKeysActiveError, type GetApiKeysActiveErrors, type GetApiKeysActiveResponse, type GetApiKeysActiveResponses, type GetApiKeysByIdData, type GetApiKeysByIdError, type GetApiKeysByIdErrors, type GetApiKeysByIdResponse, type GetApiKeysByIdResponses, type GetApiKeysData, type GetApiKeysError, type GetApiKeysErrors, type GetApiKeysResponse, type GetApiKeysResponses, type GetApiKeysStatsData, type GetApiKeysStatsError, type GetApiKeysStatsErrors, type GetApiKeysStatsResponse, type GetApiKeysStatsResponses, type GetApplicationsByApplicationIdEmailTemplatesBySlugData, type GetApplicationsByApplicationIdEmailTemplatesBySlugError, type GetApplicationsByApplicationIdEmailTemplatesBySlugErrors, type GetApplicationsByApplicationIdEmailTemplatesBySlugResponse, type GetApplicationsByApplicationIdEmailTemplatesBySlugResponses, type GetApplicationsByApplicationIdEmailTemplatesData, type GetApplicationsByApplicationIdEmailTemplatesError, type GetApplicationsByApplicationIdEmailTemplatesErrors, type GetApplicationsByApplicationIdEmailTemplatesResponse, type GetApplicationsByApplicationIdEmailTemplatesResponses, type GetApplicationsByIdData, type GetApplicationsByIdError, type GetApplicationsByIdErrors, type GetApplicationsByIdResponse, type GetApplicationsByIdResponses, type GetApplicationsBySlugBySlugData, type GetApplicationsBySlugBySlugError, type GetApplicationsBySlugBySlugErrors, type GetApplicationsBySlugBySlugResponse, type GetApplicationsBySlugBySlugResponses, type GetApplicationsCurrentData, type GetApplicationsCurrentError, type GetApplicationsCurrentErrors, type GetApplicationsCurrentResponse, type GetApplicationsCurrentResponses, type GetApplicationsData, type GetApplicationsError, type GetApplicationsErrors, type GetApplicationsResponse, type GetApplicationsResponses, type GetAuditLogsActivityData, type GetAuditLogsActivityError, type GetAuditLogsActivityErrors, type GetAuditLogsActivityResponse, type GetAuditLogsActivityResponses, type GetAuditLogsData, type GetAuditLogsError, type GetAuditLogsErrors, type GetAuditLogsResponse, type GetAuditLogsResponses, type GetBucketsAllData, type GetBucketsAllError, type GetBucketsAllErrors, type GetBucketsAllResponse, type GetBucketsAllResponses, type GetBucketsByIdData, type GetBucketsByIdError, type GetBucketsByIdErrors, type GetBucketsByIdObjectsData, type GetBucketsByIdObjectsError, type GetBucketsByIdObjectsErrors, type GetBucketsByIdObjectsResponse, type GetBucketsByIdObjectsResponses, type GetBucketsByIdResponse, type GetBucketsByIdResponses, type GetBucketsByIdStatsData, type GetBucketsByIdStatsError, type GetBucketsByIdStatsErrors, type GetBucketsByIdStatsResponse, type GetBucketsByIdStatsResponses, type GetBucketsData, type GetBucketsError, type GetBucketsErrors, type GetBucketsResponse, type GetBucketsResponses, type GetConfigsData, type GetConfigsError, type GetConfigsErrors, type GetConfigsResponse, type GetConfigsResponses, type GetCreditPackagesByIdData, type GetCreditPackagesByIdError, type GetCreditPackagesByIdErrors, type GetCreditPackagesByIdResponse, type GetCreditPackagesByIdResponses, type GetCreditPackagesData, type GetCreditPackagesError, type GetCreditPackagesErrors, type GetCreditPackagesResponse, type GetCreditPackagesResponses, type GetCreditPackagesSlugBySlugData, type GetCreditPackagesSlugBySlugError, type GetCreditPackagesSlugBySlugErrors, type GetCreditPackagesSlugBySlugResponse, type GetCreditPackagesSlugBySlugResponses, type GetDocumentsStatsData, type GetDocumentsStatsError, type GetDocumentsStatsErrors, type GetDocumentsStatsResponse, type GetDocumentsStatsResponses, type GetExtractionBatchesByIdData, type GetExtractionBatchesByIdError, type GetExtractionBatchesByIdErrors, type GetExtractionBatchesByIdResponse, type GetExtractionBatchesByIdResponses, type GetExtractionBatchesByIdUploadUrlsData, type GetExtractionBatchesByIdUploadUrlsError, type GetExtractionBatchesByIdUploadUrlsErrors, type GetExtractionBatchesByIdUploadUrlsResponse, type GetExtractionBatchesByIdUploadUrlsResponses, type GetExtractionBatchesWorkspaceByWorkspaceIdData, type GetExtractionBatchesWorkspaceByWorkspaceIdError, type GetExtractionBatchesWorkspaceByWorkspaceIdErrors, type GetExtractionBatchesWorkspaceByWorkspaceIdResponse, type GetExtractionBatchesWorkspaceByWorkspaceIdResponses, type GetExtractionDocumentsByIdData, type GetExtractionDocumentsByIdError, type GetExtractionDocumentsByIdErrors, type GetExtractionDocumentsByIdResponse, type GetExtractionDocumentsByIdResponses, type GetExtractionDocumentsByIdStatusData, type GetExtractionDocumentsByIdStatusError, type GetExtractionDocumentsByIdStatusErrors, type GetExtractionDocumentsByIdStatusResponse, type GetExtractionDocumentsByIdStatusResponses, type GetExtractionDocumentsByIdViewData, type GetExtractionDocumentsByIdViewError, type GetExtractionDocumentsByIdViewErrors, type GetExtractionDocumentsByIdViewResponse, type GetExtractionDocumentsByIdViewResponses, type GetExtractionDocumentsData, type GetExtractionDocumentsError, type GetExtractionDocumentsErrors, type GetExtractionDocumentsResponse, type GetExtractionDocumentsResponses, type GetExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatusData, type GetExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatusError, type GetExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatusErrors, type GetExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatusResponse, type GetExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatusResponses, type GetExtractionDocumentsWorkspaceByWorkspaceIdData, type GetExtractionDocumentsWorkspaceByWorkspaceIdError, type GetExtractionDocumentsWorkspaceByWorkspaceIdErrors, type GetExtractionDocumentsWorkspaceByWorkspaceIdExcludedData, type GetExtractionDocumentsWorkspaceByWorkspaceIdExcludedError, type GetExtractionDocumentsWorkspaceByWorkspaceIdExcludedErrors, type GetExtractionDocumentsWorkspaceByWorkspaceIdExcludedResponse, type GetExtractionDocumentsWorkspaceByWorkspaceIdExcludedResponses, type GetExtractionDocumentsWorkspaceByWorkspaceIdResponse, type GetExtractionDocumentsWorkspaceByWorkspaceIdResponses, type GetExtractionDocumentsWorkspaceByWorkspaceIdReviewQueueData, type GetExtractionDocumentsWorkspaceByWorkspaceIdReviewQueueError, type GetExtractionDocumentsWorkspaceByWorkspaceIdReviewQueueErrors, type GetExtractionDocumentsWorkspaceByWorkspaceIdReviewQueueResponse, type GetExtractionDocumentsWorkspaceByWorkspaceIdReviewQueueResponses, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrainedData, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrainedError, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrainedErrors, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrainedResponse, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrainedResponses, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrashedData, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrashedError, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrashedErrors, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrashedResponse, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrashedResponses, type GetExtractionResultsByIdData, type GetExtractionResultsByIdError, type GetExtractionResultsByIdErrors, type GetExtractionResultsByIdResponse, type GetExtractionResultsByIdResponses, type GetExtractionResultsDocumentByDocumentIdData, type GetExtractionResultsDocumentByDocumentIdError, type GetExtractionResultsDocumentByDocumentIdErrors, type GetExtractionResultsDocumentByDocumentIdResponse, type GetExtractionResultsDocumentByDocumentIdResponses, type GetExtractionResultsWorkspaceByWorkspaceIdData, type GetExtractionResultsWorkspaceByWorkspaceIdError, type GetExtractionResultsWorkspaceByWorkspaceIdErrors, type GetExtractionResultsWorkspaceByWorkspaceIdResponse, type GetExtractionResultsWorkspaceByWorkspaceIdResponses, type GetExtractionSchemaDiscoveriesByIdData, type GetExtractionSchemaDiscoveriesByIdError, type GetExtractionSchemaDiscoveriesByIdErrors, type GetExtractionSchemaDiscoveriesByIdResponse, type GetExtractionSchemaDiscoveriesByIdResponses, type GetFieldTemplatesByIdData, type GetFieldTemplatesByIdError, type GetFieldTemplatesByIdErrors, type GetFieldTemplatesByIdResponse, type GetFieldTemplatesByIdResponses, type GetFieldTemplatesData, type GetFieldTemplatesError, type GetFieldTemplatesErrors, type GetFieldTemplatesResponse, type GetFieldTemplatesResponses, type GetInvitationsConsumeByTokenData, type GetInvitationsConsumeByTokenError, type GetInvitationsConsumeByTokenErrors, type GetInvitationsConsumeByTokenResponse, type GetInvitationsConsumeByTokenResponses, type GetInvitationsData, type GetInvitationsError, type GetInvitationsErrors, type GetInvitationsMeData, type GetInvitationsMeError, type GetInvitationsMeErrors, type GetInvitationsMeResponse, type GetInvitationsMeResponses, type GetInvitationsResponse, type GetInvitationsResponses, type GetLlmAnalyticsByIdData, type GetLlmAnalyticsByIdError, type GetLlmAnalyticsByIdErrors, type GetLlmAnalyticsByIdResponse, type GetLlmAnalyticsByIdResponses, type GetLlmAnalyticsCostsData, type GetLlmAnalyticsCostsError, type GetLlmAnalyticsCostsErrors, type GetLlmAnalyticsCostsResponse, type GetLlmAnalyticsCostsResponses, type GetLlmAnalyticsData, type GetLlmAnalyticsError, type GetLlmAnalyticsErrors, type GetLlmAnalyticsPlatformData, type GetLlmAnalyticsPlatformError, type GetLlmAnalyticsPlatformErrors, type GetLlmAnalyticsPlatformResponse, type GetLlmAnalyticsPlatformResponses, type GetLlmAnalyticsResponse, type GetLlmAnalyticsResponses, type GetLlmAnalyticsSummaryData, type GetLlmAnalyticsSummaryError, type GetLlmAnalyticsSummaryErrors, type GetLlmAnalyticsSummaryResponse, type GetLlmAnalyticsSummaryResponses, type GetLlmAnalyticsUsageData, type GetLlmAnalyticsUsageError, type GetLlmAnalyticsUsageErrors, type GetLlmAnalyticsUsageResponse, type GetLlmAnalyticsUsageResponses, type GetLlmAnalyticsWorkspaceData, type GetLlmAnalyticsWorkspaceError, type GetLlmAnalyticsWorkspaceErrors, type GetLlmAnalyticsWorkspaceResponse, type GetLlmAnalyticsWorkspaceResponses, type GetMessagesByIdData, type GetMessagesByIdError, type GetMessagesByIdErrors, type GetMessagesByIdResponse, type GetMessagesByIdResponses, type GetMessagesData, type GetMessagesError, type GetMessagesErrors, type GetMessagesResponse, type GetMessagesResponses, type GetMessagesSearchData, type GetMessagesSearchError, type GetMessagesSearchErrors, type GetMessagesSearchResponse, type GetMessagesSearchResponses, type GetMessagesSemanticSearchData, type GetMessagesSemanticSearchError, type GetMessagesSemanticSearchErrors, type GetMessagesSemanticSearchResponse, type GetMessagesSemanticSearchResponses, type GetNotificationLogsByIdData, type GetNotificationLogsByIdError, type GetNotificationLogsByIdErrors, type GetNotificationLogsByIdResponse, type GetNotificationLogsByIdResponses, type GetNotificationLogsData, type GetNotificationLogsError, type GetNotificationLogsErrors, type GetNotificationLogsResponse, type GetNotificationLogsResponses, type GetNotificationLogsStatsData, type GetNotificationLogsStatsError, type GetNotificationLogsStatsErrors, type GetNotificationLogsStatsResponse, type GetNotificationLogsStatsResponses, type GetNotificationMethodsByIdData, type GetNotificationMethodsByIdError, type GetNotificationMethodsByIdErrors, type GetNotificationMethodsByIdResponse, type GetNotificationMethodsByIdResponses, type GetNotificationMethodsData, type GetNotificationMethodsError, type GetNotificationMethodsErrors, type GetNotificationMethodsResponse, type GetNotificationMethodsResponses, type GetNotificationPreferencesByIdData, type GetNotificationPreferencesByIdError, type GetNotificationPreferencesByIdErrors, type GetNotificationPreferencesByIdResponse, type GetNotificationPreferencesByIdResponses, type GetNotificationPreferencesData, type GetNotificationPreferencesError, type GetNotificationPreferencesErrors, type GetNotificationPreferencesResponse, type GetNotificationPreferencesResponses, type GetObjectsByIdData, type GetObjectsByIdError, type GetObjectsByIdErrors, type GetObjectsByIdResponse, type GetObjectsByIdResponses, type GetObjectsData, type GetObjectsError, type GetObjectsErrors, type GetObjectsResponse, type GetObjectsResponses, type GetPaymentMethodsByIdData, type GetPaymentMethodsByIdError, type GetPaymentMethodsByIdErrors, type GetPaymentMethodsByIdResponse, type GetPaymentMethodsByIdResponses, type GetPaymentMethodsData, type GetPaymentMethodsError, type GetPaymentMethodsErrors, type GetPaymentMethodsResponse, type GetPaymentMethodsResponses, type GetPermissionsByIdData, type GetPermissionsByIdError, type GetPermissionsByIdErrors, type GetPermissionsByIdResponse, type GetPermissionsByIdResponses, type GetPermissionsData, type GetPermissionsError, type GetPermissionsErrors, type GetPermissionsMetaData, type GetPermissionsMetaError, type GetPermissionsMetaErrors, type GetPermissionsMetaResponse, type GetPermissionsMetaResponses, type GetPermissionsPresetsByIdData, type GetPermissionsPresetsByIdError, type GetPermissionsPresetsByIdErrors, type GetPermissionsPresetsByIdResponse, type GetPermissionsPresetsByIdResponses, type GetPermissionsPresetsData, type GetPermissionsPresetsError, type GetPermissionsPresetsErrors, type GetPermissionsPresetsResponse, type GetPermissionsPresetsResponses, type GetPermissionsResponse, type GetPermissionsResponses, type GetPlansByIdData, type GetPlansByIdError, type GetPlansByIdErrors, type GetPlansByIdResponse, type GetPlansByIdResponses, type GetPlansData, type GetPlansError, type GetPlansErrors, type GetPlansResponse, type GetPlansResponses, type GetPlansSlugBySlugData, type GetPlansSlugBySlugError, type GetPlansSlugBySlugErrors, type GetPlansSlugBySlugResponse, type GetPlansSlugBySlugResponses, type GetSearchAnalyticsData, type GetSearchAnalyticsError, type GetSearchAnalyticsErrors, type GetSearchAnalyticsResponse, type GetSearchAnalyticsResponses, type GetSearchAnalyticsSummaryData, type GetSearchAnalyticsSummaryError, type GetSearchAnalyticsSummaryErrors, type GetSearchAnalyticsSummaryResponse, type GetSearchAnalyticsSummaryResponses, type GetSearchData, type GetSearchError, type GetSearchErrors, type GetSearchHealthData, type GetSearchHealthError, type GetSearchHealthErrors, type GetSearchHealthResponse, type GetSearchHealthResponses, type GetSearchIndexesData, type GetSearchIndexesError, type GetSearchIndexesErrors, type GetSearchIndexesResponse, type GetSearchIndexesResponses, type GetSearchResponse, type GetSearchResponses, type GetSearchSavedData, type GetSearchSavedError, type GetSearchSavedErrors, type GetSearchSavedResponse, type GetSearchSavedResponses, type GetSearchSemanticData, type GetSearchSemanticError, type GetSearchSemanticErrors, type GetSearchSemanticResponse, type GetSearchSemanticResponses, type GetSearchStatsData, type GetSearchStatsError, type GetSearchStatsErrors, type GetSearchStatsResponse, type GetSearchStatsResponses, type GetSearchStatusData, type GetSearchStatusError, type GetSearchStatusErrors, type GetSearchStatusResponse, type GetSearchStatusResponses, type GetSearchSuggestData, type GetSearchSuggestError, type GetSearchSuggestErrors, type GetSearchSuggestResponse, type GetSearchSuggestResponses, type GetStorageStatsData, type GetStorageStatsError, type GetStorageStatsErrors, type GetStorageStatsResponse, type GetStorageStatsResponses, type GetStorageStatsTenantByTenantIdData, type GetStorageStatsTenantByTenantIdError, type GetStorageStatsTenantByTenantIdErrors, type GetStorageStatsTenantByTenantIdResponse, type GetStorageStatsTenantByTenantIdResponses, type GetTenantMembershipsData, type GetTenantMembershipsError, type GetTenantMembershipsErrors, type GetTenantMembershipsResponse, type GetTenantMembershipsResponses, type GetTenantsByIdData, type GetTenantsByIdError, type GetTenantsByIdErrors, type GetTenantsByIdResponse, type GetTenantsByIdResponses, type GetTenantsByTenantIdDocumentStatsData, type GetTenantsByTenantIdDocumentStatsError, type GetTenantsByTenantIdDocumentStatsErrors, type GetTenantsByTenantIdDocumentStatsResponse, type GetTenantsByTenantIdDocumentStatsResponses, type GetTenantsByTenantIdStatsData, type GetTenantsByTenantIdStatsError, type GetTenantsByTenantIdStatsErrors, type GetTenantsByTenantIdStatsResponse, type GetTenantsByTenantIdStatsResponses, type GetTenantsByTenantIdWorkspaceStatsData, type GetTenantsByTenantIdWorkspaceStatsError, type GetTenantsByTenantIdWorkspaceStatsErrors, type GetTenantsByTenantIdWorkspaceStatsResponse, type GetTenantsByTenantIdWorkspaceStatsResponses, type GetTenantsData, type GetTenantsError, type GetTenantsErrors, type GetTenantsResponse, type GetTenantsResponses, type GetThreadsByIdData, type GetThreadsByIdError, type GetThreadsByIdErrors, type GetThreadsByIdMessagesData, type GetThreadsByIdMessagesError, type GetThreadsByIdMessagesErrors, type GetThreadsByIdMessagesResponse, type GetThreadsByIdMessagesResponses, type GetThreadsByIdResponse, type GetThreadsByIdResponses, type GetThreadsData, type GetThreadsError, type GetThreadsErrors, type GetThreadsResponse, type GetThreadsResponses, type GetThreadsSearchData, type GetThreadsSearchError, type GetThreadsSearchErrors, type GetThreadsSearchResponse, type GetThreadsSearchResponses, type GetThreadsStatsData, type GetThreadsStatsError, type GetThreadsStatsErrors, type GetThreadsStatsResponse, type GetThreadsStatsResponses, type GetThreadsWorkspaceStatsData, type GetThreadsWorkspaceStatsError, type GetThreadsWorkspaceStatsErrors, type GetThreadsWorkspaceStatsResponse, type GetThreadsWorkspaceStatsResponses, type GetTrainingExamplesByIdData, type GetTrainingExamplesByIdError, type GetTrainingExamplesByIdErrors, type GetTrainingExamplesByIdResponse, type GetTrainingExamplesByIdResponses, type GetTrainingExamplesData, type GetTrainingExamplesError, type GetTrainingExamplesErrors, type GetTrainingExamplesResponse, type GetTrainingExamplesResponses, type GetTrainingSessionsAgentsByAgentIdSessionsData, type GetTrainingSessionsAgentsByAgentIdSessionsError, type GetTrainingSessionsAgentsByAgentIdSessionsErrors, type GetTrainingSessionsAgentsByAgentIdSessionsResponse, type GetTrainingSessionsAgentsByAgentIdSessionsResponses, type GetTrainingSessionsByIdData, type GetTrainingSessionsByIdError, type GetTrainingSessionsByIdErrors, type GetTrainingSessionsByIdResponse, type GetTrainingSessionsByIdResponses, type GetTransactionsByIdData, type GetTransactionsByIdError, type GetTransactionsByIdErrors, type GetTransactionsByIdResponse, type GetTransactionsByIdResponses, type GetTransactionsData, type GetTransactionsError, type GetTransactionsErrors, type GetTransactionsResponse, type GetTransactionsResponses, type GetUserProfilesByIdData, type GetUserProfilesByIdError, type GetUserProfilesByIdErrors, type GetUserProfilesByIdResponse, type GetUserProfilesByIdResponses, type GetUserProfilesData, type GetUserProfilesError, type GetUserProfilesErrors, type GetUserProfilesMeData, type GetUserProfilesMeError, type GetUserProfilesMeErrors, type GetUserProfilesMeResponse, type GetUserProfilesMeResponses, type GetUserProfilesResponse, type GetUserProfilesResponses, type GetUsersByEmailData, type GetUsersByEmailError, type GetUsersByEmailErrors, type GetUsersByEmailResponse, type GetUsersByEmailResponses, type GetUsersByIdData, type GetUsersByIdError, type GetUsersByIdErrors, type GetUsersByIdResponse, type GetUsersByIdResponses, type GetUsersData, type GetUsersError, type GetUsersErrors, type GetUsersMeActivityData, type GetUsersMeActivityError, type GetUsersMeActivityErrors, type GetUsersMeActivityResponse, type GetUsersMeActivityResponses, type GetUsersMeDashboardData, type GetUsersMeDashboardError, type GetUsersMeDashboardErrors, type GetUsersMeDashboardResponse, type GetUsersMeDashboardResponses, type GetUsersMeData, type GetUsersMeError, type GetUsersMeErrors, type GetUsersMeResponse, type GetUsersMeResponses, type GetUsersMeStatsData, type GetUsersMeStatsError, type GetUsersMeStatsErrors, type GetUsersMeStatsResponse, type GetUsersMeStatsResponses, type GetUsersMeTenantsData, type GetUsersMeTenantsError, type GetUsersMeTenantsErrors, type GetUsersMeTenantsResponse, type GetUsersMeTenantsResponses, type GetUsersResponse, type GetUsersResponses, type GetWalletData, type GetWalletError, type GetWalletErrors, type GetWalletInvoicesData, type GetWalletInvoicesError, type GetWalletInvoicesErrors, type GetWalletInvoicesResponse, type GetWalletInvoicesResponses, type GetWalletPlanPreviewData, type GetWalletPlanPreviewError, type GetWalletPlanPreviewErrors, type GetWalletPlanPreviewResponse, type GetWalletPlanPreviewResponses, type GetWalletResponse, type GetWalletResponses, type GetWatcherClaimsByIdData, type GetWatcherClaimsByIdError, type GetWatcherClaimsByIdErrors, type GetWatcherClaimsByIdResponse, type GetWatcherClaimsByIdResponses, type GetWatcherClaimsData, type GetWatcherClaimsError, type GetWatcherClaimsErrors, type GetWatcherClaimsResponse, type GetWatcherClaimsResponses, type GetWatcherClaimsStatusData, type GetWatcherClaimsStatusError, type GetWatcherClaimsStatusErrors, type GetWatcherClaimsStatusResponse, type GetWatcherClaimsStatusResponses, type GetWatcherEventsByIdData, type GetWatcherEventsByIdError, type GetWatcherEventsByIdErrors, type GetWatcherEventsByIdResponse, type GetWatcherEventsByIdResponses, type GetWatcherEventsData, type GetWatcherEventsError, type GetWatcherEventsErrors, type GetWatcherEventsResponse, type GetWatcherEventsResponses, type GetWebhookConfigsByIdData, type GetWebhookConfigsByIdError, type GetWebhookConfigsByIdErrors, type GetWebhookConfigsByIdEventsData, type GetWebhookConfigsByIdEventsError, type GetWebhookConfigsByIdEventsErrors, type GetWebhookConfigsByIdEventsResponse, type GetWebhookConfigsByIdEventsResponses, type GetWebhookConfigsByIdResponse, type GetWebhookConfigsByIdResponses, type GetWebhookConfigsData, type GetWebhookConfigsError, type GetWebhookConfigsErrors, type GetWebhookConfigsResponse, type GetWebhookConfigsResponses, type GetWebhookConfigsStatsData, type GetWebhookConfigsStatsError, type GetWebhookConfigsStatsErrors, type GetWebhookConfigsStatsResponse, type GetWebhookConfigsStatsResponses, type GetWebhookDeliveriesByIdData, type GetWebhookDeliveriesByIdError, type GetWebhookDeliveriesByIdErrors, type GetWebhookDeliveriesByIdResponse, type GetWebhookDeliveriesByIdResponses, type GetWebhookDeliveriesData, type GetWebhookDeliveriesError, type GetWebhookDeliveriesErrors, type GetWebhookDeliveriesResponse, type GetWebhookDeliveriesResponses, type GetWebhookDeliveriesStatsData, type GetWebhookDeliveriesStatsError, type GetWebhookDeliveriesStatsErrors, type GetWebhookDeliveriesStatsResponse, type GetWebhookDeliveriesStatsResponses, type GetWorkspaceMembershipsData, type GetWorkspaceMembershipsError, type GetWorkspaceMembershipsErrors, type GetWorkspaceMembershipsResponse, type GetWorkspaceMembershipsResponses, type GetWorkspacesAnalyticsBatchData, type GetWorkspacesAnalyticsBatchError, type GetWorkspacesAnalyticsBatchErrors, type GetWorkspacesAnalyticsBatchResponse, type GetWorkspacesAnalyticsBatchResponses, type GetWorkspacesByIdData, type GetWorkspacesByIdError, type GetWorkspacesByIdErrors, type GetWorkspacesByIdMembersData, type GetWorkspacesByIdMembersError, type GetWorkspacesByIdMembersErrors, type GetWorkspacesByIdMembersResponse, type GetWorkspacesByIdMembersResponses, type GetWorkspacesByIdResponse, type GetWorkspacesByIdResponses, type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingData, type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingError, type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingErrors, type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingResponse, type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingResponses, type GetWorkspacesByWorkspaceIdExtractionExportsByIdData, type GetWorkspacesByWorkspaceIdExtractionExportsByIdError, type GetWorkspacesByWorkspaceIdExtractionExportsByIdErrors, type GetWorkspacesByWorkspaceIdExtractionExportsByIdResponse, type GetWorkspacesByWorkspaceIdExtractionExportsByIdResponses, type GetWorkspacesByWorkspaceIdExtractionExportsData, type GetWorkspacesByWorkspaceIdExtractionExportsError, type GetWorkspacesByWorkspaceIdExtractionExportsErrors, type GetWorkspacesByWorkspaceIdExtractionExportsResponse, type GetWorkspacesByWorkspaceIdExtractionExportsResponses, type GetWorkspacesByWorkspaceIdTrainingAnalyticsData, type GetWorkspacesByWorkspaceIdTrainingAnalyticsError, type GetWorkspacesByWorkspaceIdTrainingAnalyticsErrors, type GetWorkspacesByWorkspaceIdTrainingAnalyticsResponse, type GetWorkspacesByWorkspaceIdTrainingAnalyticsResponses, type GetWorkspacesData, type GetWorkspacesError, type GetWorkspacesErrors, type GetWorkspacesMineData, type GetWorkspacesMineError, type GetWorkspacesMineErrors, type GetWorkspacesMineResponse, type GetWorkspacesMineResponses, type GetWorkspacesResponse, type GetWorkspacesResponses, type GetWorkspacesSharedData, type GetWorkspacesSharedError, type GetWorkspacesSharedErrors, type GetWorkspacesSharedResponse, type GetWorkspacesSharedResponses, GptCoreError, type GraphEdge, type GraphNode, type Invitation, type InvitationCreateRequest, InvitationCreateSchema, type Invoice, type IsvRevenue, type IsvSettlement, type Ledger, type Link, type Links, type LlmAnalytics, type LoginRequest, LoginRequestSchema, type Message, type MessageSendRequest, MessageSendSchema, NetworkError, NotFoundError, type NotificationLog, type NotificationMethod, type NotificationPreference, type ObjectType, type OperationSuccess, type Options, type PaginatedResponse, type PaginationLinks, type PaginationOptions, type PatchAgentsByIdData, type PatchAgentsByIdError, type PatchAgentsByIdErrors, type PatchAgentsByIdResponse, type PatchAgentsByIdResponses, type PatchAgentsByIdSchemaVersionsByVersionIdData, type PatchAgentsByIdSchemaVersionsByVersionIdError, type PatchAgentsByIdSchemaVersionsByVersionIdErrors, type PatchAgentsByIdSchemaVersionsByVersionIdResponse, type PatchAgentsByIdSchemaVersionsByVersionIdResponses, type PatchAiConversationsByIdData, type PatchAiConversationsByIdError, type PatchAiConversationsByIdErrors, type PatchAiConversationsByIdResponse, type PatchAiConversationsByIdResponses, type PatchApiKeysByIdAllocateData, type PatchApiKeysByIdAllocateError, type PatchApiKeysByIdAllocateErrors, type PatchApiKeysByIdAllocateResponse, type PatchApiKeysByIdAllocateResponses, type PatchApiKeysByIdData, type PatchApiKeysByIdError, type PatchApiKeysByIdErrors, type PatchApiKeysByIdResetPeriodData, type PatchApiKeysByIdResetPeriodError, type PatchApiKeysByIdResetPeriodErrors, type PatchApiKeysByIdResetPeriodResponse, type PatchApiKeysByIdResetPeriodResponses, type PatchApiKeysByIdResponse, type PatchApiKeysByIdResponses, type PatchApiKeysByIdRevokeData, type PatchApiKeysByIdRevokeError, type PatchApiKeysByIdRevokeErrors, type PatchApiKeysByIdRevokeResponse, type PatchApiKeysByIdRevokeResponses, type PatchApiKeysByIdRotateData, type PatchApiKeysByIdRotateError, type PatchApiKeysByIdRotateErrors, type PatchApiKeysByIdRotateResponse, type PatchApiKeysByIdRotateResponses, type PatchApiKeysByIdSetBudgetData, type PatchApiKeysByIdSetBudgetError, type PatchApiKeysByIdSetBudgetErrors, type PatchApiKeysByIdSetBudgetResponse, type PatchApiKeysByIdSetBudgetResponses, type PatchApplicationsByApplicationIdEmailTemplatesBySlugData, type PatchApplicationsByApplicationIdEmailTemplatesBySlugError, type PatchApplicationsByApplicationIdEmailTemplatesBySlugErrors, type PatchApplicationsByApplicationIdEmailTemplatesBySlugResponse, type PatchApplicationsByApplicationIdEmailTemplatesBySlugResponses, type PatchApplicationsByIdAllocateCreditsData, type PatchApplicationsByIdAllocateCreditsError, type PatchApplicationsByIdAllocateCreditsErrors, type PatchApplicationsByIdAllocateCreditsResponse, type PatchApplicationsByIdAllocateCreditsResponses, type PatchApplicationsByIdData, type PatchApplicationsByIdError, type PatchApplicationsByIdErrors, type PatchApplicationsByIdGrantCreditsData, type PatchApplicationsByIdGrantCreditsError, type PatchApplicationsByIdGrantCreditsErrors, type PatchApplicationsByIdGrantCreditsResponse, type PatchApplicationsByIdGrantCreditsResponses, type PatchApplicationsByIdResponse, type PatchApplicationsByIdResponses, type PatchBucketsByIdData, type PatchBucketsByIdError, type PatchBucketsByIdErrors, type PatchBucketsByIdResponse, type PatchBucketsByIdResponses, type PatchConfigsByKeyData, type PatchConfigsByKeyError, type PatchConfigsByKeyErrors, type PatchConfigsByKeyResponse, type PatchConfigsByKeyResponses, type PatchExtractionDocumentsByIdCancelData, type PatchExtractionDocumentsByIdCancelError, type PatchExtractionDocumentsByIdCancelErrors, type PatchExtractionDocumentsByIdCancelResponse, type PatchExtractionDocumentsByIdCancelResponses, type PatchExtractionDocumentsByIdDismissData, type PatchExtractionDocumentsByIdDismissError, type PatchExtractionDocumentsByIdDismissErrors, type PatchExtractionDocumentsByIdDismissResponse, type PatchExtractionDocumentsByIdDismissResponses, type PatchExtractionDocumentsByIdDismissTrainingData, type PatchExtractionDocumentsByIdDismissTrainingError, type PatchExtractionDocumentsByIdDismissTrainingErrors, type PatchExtractionDocumentsByIdDismissTrainingResponse, type PatchExtractionDocumentsByIdDismissTrainingResponses, type PatchExtractionDocumentsByIdExcludeData, type PatchExtractionDocumentsByIdExcludeError, type PatchExtractionDocumentsByIdExcludeErrors, type PatchExtractionDocumentsByIdExcludeResponse, type PatchExtractionDocumentsByIdExcludeResponses, type PatchExtractionDocumentsByIdFinishUploadData, type PatchExtractionDocumentsByIdFinishUploadError, type PatchExtractionDocumentsByIdFinishUploadErrors, type PatchExtractionDocumentsByIdFinishUploadResponse, type PatchExtractionDocumentsByIdFinishUploadResponses, type PatchExtractionDocumentsByIdIncludeData, type PatchExtractionDocumentsByIdIncludeError, type PatchExtractionDocumentsByIdIncludeErrors, type PatchExtractionDocumentsByIdIncludeResponse, type PatchExtractionDocumentsByIdIncludeResponses, type PatchExtractionDocumentsByIdMarkTrainedData, type PatchExtractionDocumentsByIdMarkTrainedError, type PatchExtractionDocumentsByIdMarkTrainedErrors, type PatchExtractionDocumentsByIdMarkTrainedResponse, type PatchExtractionDocumentsByIdMarkTrainedResponses, type PatchExtractionDocumentsByIdReprocessData, type PatchExtractionDocumentsByIdReprocessError, type PatchExtractionDocumentsByIdReprocessErrors, type PatchExtractionDocumentsByIdReprocessResponse, type PatchExtractionDocumentsByIdReprocessResponses, type PatchExtractionDocumentsByIdRestoreData, type PatchExtractionDocumentsByIdRestoreError, type PatchExtractionDocumentsByIdRestoreErrors, type PatchExtractionDocumentsByIdRestoreResponse, type PatchExtractionDocumentsByIdRestoreResponses, type PatchExtractionDocumentsByIdStatusData, type PatchExtractionDocumentsByIdStatusError, type PatchExtractionDocumentsByIdStatusErrors, type PatchExtractionDocumentsByIdStatusResponse, type PatchExtractionDocumentsByIdStatusResponses, type PatchExtractionDocumentsByIdVerificationData, type PatchExtractionDocumentsByIdVerificationError, type PatchExtractionDocumentsByIdVerificationErrors, type PatchExtractionDocumentsByIdVerificationResponse, type PatchExtractionDocumentsByIdVerificationResponses, type PatchExtractionResultsByIdCorrectionsData, type PatchExtractionResultsByIdCorrectionsError, type PatchExtractionResultsByIdCorrectionsErrors, type PatchExtractionResultsByIdCorrectionsResponse, type PatchExtractionResultsByIdCorrectionsResponses, type PatchExtractionResultsByIdRegenerateData, type PatchExtractionResultsByIdRegenerateError, type PatchExtractionResultsByIdRegenerateErrors, type PatchExtractionResultsByIdRegenerateResponse, type PatchExtractionResultsByIdRegenerateResponses, type PatchInvitationsByIdAcceptByUserData, type PatchInvitationsByIdAcceptByUserError, type PatchInvitationsByIdAcceptByUserErrors, type PatchInvitationsByIdAcceptByUserResponse, type PatchInvitationsByIdAcceptByUserResponses, type PatchInvitationsByIdAcceptData, type PatchInvitationsByIdAcceptError, type PatchInvitationsByIdAcceptErrors, type PatchInvitationsByIdAcceptResponse, type PatchInvitationsByIdAcceptResponses, type PatchInvitationsByIdDeclineData, type PatchInvitationsByIdDeclineError, type PatchInvitationsByIdDeclineErrors, type PatchInvitationsByIdDeclineResponse, type PatchInvitationsByIdDeclineResponses, type PatchInvitationsByIdResendData, type PatchInvitationsByIdResendError, type PatchInvitationsByIdResendErrors, type PatchInvitationsByIdResendResponse, type PatchInvitationsByIdResendResponses, type PatchInvitationsByIdRevokeData, type PatchInvitationsByIdRevokeError, type PatchInvitationsByIdRevokeErrors, type PatchInvitationsByIdRevokeResponse, type PatchInvitationsByIdRevokeResponses, type PatchMessagesByIdData, type PatchMessagesByIdError, type PatchMessagesByIdErrors, type PatchMessagesByIdResponse, type PatchMessagesByIdResponses, type PatchNotificationMethodsByIdData, type PatchNotificationMethodsByIdError, type PatchNotificationMethodsByIdErrors, type PatchNotificationMethodsByIdResponse, type PatchNotificationMethodsByIdResponses, type PatchNotificationMethodsByIdSendVerificationData, type PatchNotificationMethodsByIdSendVerificationError, type PatchNotificationMethodsByIdSendVerificationErrors, type PatchNotificationMethodsByIdSendVerificationResponse, type PatchNotificationMethodsByIdSendVerificationResponses, type PatchNotificationMethodsByIdSetPrimaryData, type PatchNotificationMethodsByIdSetPrimaryError, type PatchNotificationMethodsByIdSetPrimaryErrors, type PatchNotificationMethodsByIdSetPrimaryResponse, type PatchNotificationMethodsByIdSetPrimaryResponses, type PatchNotificationMethodsByIdVerifyData, type PatchNotificationMethodsByIdVerifyError, type PatchNotificationMethodsByIdVerifyErrors, type PatchNotificationMethodsByIdVerifyResponse, type PatchNotificationMethodsByIdVerifyResponses, type PatchNotificationPreferencesByIdData, type PatchNotificationPreferencesByIdError, type PatchNotificationPreferencesByIdErrors, type PatchNotificationPreferencesByIdResponse, type PatchNotificationPreferencesByIdResponses, type PatchPaymentMethodsByIdData, type PatchPaymentMethodsByIdDefaultData, type PatchPaymentMethodsByIdDefaultError, type PatchPaymentMethodsByIdDefaultErrors, type PatchPaymentMethodsByIdDefaultResponse, type PatchPaymentMethodsByIdDefaultResponses, type PatchPaymentMethodsByIdError, type PatchPaymentMethodsByIdErrors, type PatchPaymentMethodsByIdResponse, type PatchPaymentMethodsByIdResponses, type PatchSearchSavedByIdData, type PatchSearchSavedByIdError, type PatchSearchSavedByIdErrors, type PatchSearchSavedByIdResponse, type PatchSearchSavedByIdResponses, type PatchTenantMembershipsByTenantIdByUserIdData, type PatchTenantMembershipsByTenantIdByUserIdError, type PatchTenantMembershipsByTenantIdByUserIdErrors, type PatchTenantMembershipsByTenantIdByUserIdResponse, type PatchTenantMembershipsByTenantIdByUserIdResponses, type PatchTenantsByIdData, type PatchTenantsByIdError, type PatchTenantsByIdErrors, type PatchTenantsByIdResponse, type PatchTenantsByIdResponses, type PatchThreadsByIdArchiveData, type PatchThreadsByIdArchiveError, type PatchThreadsByIdArchiveErrors, type PatchThreadsByIdArchiveResponse, type PatchThreadsByIdArchiveResponses, type PatchThreadsByIdData, type PatchThreadsByIdError, type PatchThreadsByIdErrors, type PatchThreadsByIdResponse, type PatchThreadsByIdResponses, type PatchThreadsByIdUnarchiveData, type PatchThreadsByIdUnarchiveError, type PatchThreadsByIdUnarchiveErrors, type PatchThreadsByIdUnarchiveResponse, type PatchThreadsByIdUnarchiveResponses, type PatchTrainingExamplesByIdData, type PatchTrainingExamplesByIdError, type PatchTrainingExamplesByIdErrors, type PatchTrainingExamplesByIdResponse, type PatchTrainingExamplesByIdResponses, type PatchUserProfilesByIdAcceptTosData, type PatchUserProfilesByIdAcceptTosError, type PatchUserProfilesByIdAcceptTosErrors, type PatchUserProfilesByIdAcceptTosResponse, type PatchUserProfilesByIdAcceptTosResponses, type PatchUserProfilesByIdData, type PatchUserProfilesByIdDismissAnnouncementData, type PatchUserProfilesByIdDismissAnnouncementError, type PatchUserProfilesByIdDismissAnnouncementErrors, type PatchUserProfilesByIdDismissAnnouncementResponse, type PatchUserProfilesByIdDismissAnnouncementResponses, type PatchUserProfilesByIdDismissWelcomeData, type PatchUserProfilesByIdDismissWelcomeError, type PatchUserProfilesByIdDismissWelcomeErrors, type PatchUserProfilesByIdDismissWelcomeResponse, type PatchUserProfilesByIdDismissWelcomeResponses, type PatchUserProfilesByIdError, type PatchUserProfilesByIdErrors, type PatchUserProfilesByIdResponse, type PatchUserProfilesByIdResponses, type PatchUsersAuthPasswordChangeData, type PatchUsersAuthPasswordChangeError, type PatchUsersAuthPasswordChangeErrors, type PatchUsersAuthPasswordChangeResponse, type PatchUsersAuthPasswordChangeResponses, type PatchUsersAuthResetPasswordData, type PatchUsersAuthResetPasswordError, type PatchUsersAuthResetPasswordErrors, type PatchUsersAuthResetPasswordResponse, type PatchUsersAuthResetPasswordResponses, type PatchUsersByIdAdminData, type PatchUsersByIdAdminEmailData, type PatchUsersByIdAdminEmailError, type PatchUsersByIdAdminEmailErrors, type PatchUsersByIdAdminEmailResponse, type PatchUsersByIdAdminEmailResponses, type PatchUsersByIdAdminError, type PatchUsersByIdAdminErrors, type PatchUsersByIdAdminResponse, type PatchUsersByIdAdminResponses, type PatchUsersByIdConfirmEmailData, type PatchUsersByIdConfirmEmailError, type PatchUsersByIdConfirmEmailErrors, type PatchUsersByIdConfirmEmailResponse, type PatchUsersByIdConfirmEmailResponses, type PatchUsersByIdResetPasswordData, type PatchUsersByIdResetPasswordError, type PatchUsersByIdResetPasswordErrors, type PatchUsersByIdResetPasswordResponse, type PatchUsersByIdResetPasswordResponses, type PatchWalletAddonsByAddonSlugCancelData, type PatchWalletAddonsByAddonSlugCancelError, type PatchWalletAddonsByAddonSlugCancelErrors, type PatchWalletAddonsByAddonSlugCancelResponse, type PatchWalletAddonsByAddonSlugCancelResponses, type PatchWalletAddonsData, type PatchWalletAddonsError, type PatchWalletAddonsErrors, type PatchWalletAddonsResponse, type PatchWalletAddonsResponses, type PatchWalletAutoTopUpData, type PatchWalletAutoTopUpError, type PatchWalletAutoTopUpErrors, type PatchWalletAutoTopUpResponse, type PatchWalletAutoTopUpResponses, type PatchWalletCreditsData, type PatchWalletCreditsError, type PatchWalletCreditsErrors, type PatchWalletCreditsResponse, type PatchWalletCreditsResponses, type PatchWalletPlanData, type PatchWalletPlanError, type PatchWalletPlanErrors, type PatchWalletPlanResponse, type PatchWalletPlanResponses, type PatchWatcherClaimsByIdData, type PatchWatcherClaimsByIdError, type PatchWatcherClaimsByIdErrors, type PatchWatcherClaimsByIdReleaseData, type PatchWatcherClaimsByIdReleaseError, type PatchWatcherClaimsByIdReleaseErrors, type PatchWatcherClaimsByIdReleaseResponse, type PatchWatcherClaimsByIdReleaseResponses, type PatchWatcherClaimsByIdResponse, type PatchWatcherClaimsByIdResponses, type PatchWatcherClaimsByIdRetryData, type PatchWatcherClaimsByIdRetryError, type PatchWatcherClaimsByIdRetryErrors, type PatchWatcherClaimsByIdRetryResponse, type PatchWatcherClaimsByIdRetryResponses, type PatchWebhookConfigsByIdData, type PatchWebhookConfigsByIdError, type PatchWebhookConfigsByIdErrors, type PatchWebhookConfigsByIdResponse, type PatchWebhookConfigsByIdResponses, type PatchWebhookConfigsByIdRotateSecretData, type PatchWebhookConfigsByIdRotateSecretError, type PatchWebhookConfigsByIdRotateSecretErrors, type PatchWebhookConfigsByIdRotateSecretResponse, type PatchWebhookConfigsByIdRotateSecretResponses, type PatchWorkspaceMembershipsByWorkspaceIdByUserIdData, type PatchWorkspaceMembershipsByWorkspaceIdByUserIdError, type PatchWorkspaceMembershipsByWorkspaceIdByUserIdErrors, type PatchWorkspaceMembershipsByWorkspaceIdByUserIdResponse, type PatchWorkspaceMembershipsByWorkspaceIdByUserIdResponses, type PatchWorkspacesByIdAllocateData, type PatchWorkspacesByIdAllocateError, type PatchWorkspacesByIdAllocateErrors, type PatchWorkspacesByIdAllocateResponse, type PatchWorkspacesByIdAllocateResponses, type PatchWorkspacesByIdData, type PatchWorkspacesByIdError, type PatchWorkspacesByIdErrors, type PatchWorkspacesByIdResponse, type PatchWorkspacesByIdResponses, type PatchWorkspacesByIdStorageSettingsData, type PatchWorkspacesByIdStorageSettingsError, type PatchWorkspacesByIdStorageSettingsErrors, type PatchWorkspacesByIdStorageSettingsResponse, type PatchWorkspacesByIdStorageSettingsResponses, type Payment, type PaymentMethod, type Permission, type PermissionMeta, type PermissionPreset, type Plan, type PostAgentTestResultsData, type PostAgentTestResultsError, type PostAgentTestResultsErrors, type PostAgentTestResultsResponse, type PostAgentTestResultsResponses, type PostAgentVersionComparisonsData, type PostAgentVersionComparisonsError, type PostAgentVersionComparisonsErrors, type PostAgentVersionComparisonsResponse, type PostAgentVersionComparisonsResponses, type PostAgentVersionsByIdAddSystemFieldData, type PostAgentVersionsByIdAddSystemFieldError, type PostAgentVersionsByIdAddSystemFieldErrors, type PostAgentVersionsByIdAddSystemFieldResponses, type PostAgentVersionsByIdRemoveSystemFieldData, type PostAgentVersionsByIdRemoveSystemFieldError, type PostAgentVersionsByIdRemoveSystemFieldErrors, type PostAgentVersionsByIdRemoveSystemFieldResponses, type PostAgentVersionsByIdSetSystemFieldsData, type PostAgentVersionsByIdSetSystemFieldsError, type PostAgentVersionsByIdSetSystemFieldsErrors, type PostAgentVersionsByIdSetSystemFieldsResponses, type PostAgentVersionsData, type PostAgentVersionsError, type PostAgentVersionsErrors, type PostAgentVersionsResponse, type PostAgentVersionsResponses, type PostAgentsByIdCloneData, type PostAgentsByIdCloneError, type PostAgentsByIdCloneErrors, type PostAgentsByIdCloneResponse, type PostAgentsByIdCloneResponses, type PostAgentsByIdDiscoverSchemaData, type PostAgentsByIdDiscoverSchemaError, type PostAgentsByIdDiscoverSchemaErrors, type PostAgentsByIdDiscoverSchemaResponse, type PostAgentsByIdDiscoverSchemaResponses, type PostAgentsByIdExportData, type PostAgentsByIdExportError, type PostAgentsByIdExportErrors, type PostAgentsByIdExportResponse, type PostAgentsByIdExportResponses, type PostAgentsByIdPublishVersionData, type PostAgentsByIdPublishVersionError, type PostAgentsByIdPublishVersionErrors, type PostAgentsByIdPublishVersionResponse, type PostAgentsByIdPublishVersionResponses, type PostAgentsByIdSchemaVersionsByVersionIdActivateData, type PostAgentsByIdSchemaVersionsByVersionIdActivateError, type PostAgentsByIdSchemaVersionsByVersionIdActivateErrors, type PostAgentsByIdSchemaVersionsByVersionIdActivateResponse, type PostAgentsByIdSchemaVersionsByVersionIdActivateResponses, type PostAgentsByIdSchemaVersionsData, type PostAgentsByIdSchemaVersionsError, type PostAgentsByIdSchemaVersionsErrors, type PostAgentsByIdSchemaVersionsResponse, type PostAgentsByIdSchemaVersionsResponses, type PostAgentsByIdTeachData, type PostAgentsByIdTeachError, type PostAgentsByIdTeachErrors, type PostAgentsByIdTeachResponse, type PostAgentsByIdTeachResponses, type PostAgentsByIdTestData, type PostAgentsByIdTestError, type PostAgentsByIdTestErrors, type PostAgentsByIdTestResponse, type PostAgentsByIdTestResponses, type PostAgentsByIdValidateData, type PostAgentsByIdValidateError, type PostAgentsByIdValidateErrors, type PostAgentsByIdValidateResponse, type PostAgentsByIdValidateResponses, type PostAgentsCloneForWorkspaceData, type PostAgentsCloneForWorkspaceError, type PostAgentsCloneForWorkspaceErrors, type PostAgentsCloneForWorkspaceResponse, type PostAgentsCloneForWorkspaceResponses, type PostAgentsData, type PostAgentsError, type PostAgentsErrors, type PostAgentsImportData, type PostAgentsImportError, type PostAgentsImportErrors, type PostAgentsImportResponse, type PostAgentsImportResponses, type PostAgentsPredictData, type PostAgentsPredictError, type PostAgentsPredictErrors, type PostAgentsPredictResponse, type PostAgentsPredictResponses, type PostAgentsResponse, type PostAgentsResponses, type PostAiChunksSearchData, type PostAiChunksSearchError, type PostAiChunksSearchErrors, type PostAiChunksSearchResponse, type PostAiChunksSearchResponses, type PostAiConversationsData, type PostAiConversationsError, type PostAiConversationsErrors, type PostAiConversationsResponse, type PostAiConversationsResponses, type PostAiEmbedData, type PostAiEmbedError, type PostAiEmbedErrors, type PostAiEmbedResponse, type PostAiEmbedResponses, type PostAiGraphEdgesData, type PostAiGraphEdgesError, type PostAiGraphEdgesErrors, type PostAiGraphEdgesResponse, type PostAiGraphEdgesResponses, type PostAiGraphNodesData, type PostAiGraphNodesError, type PostAiGraphNodesErrors, type PostAiGraphNodesResponse, type PostAiGraphNodesResponses, type PostAiMessagesData, type PostAiMessagesError, type PostAiMessagesErrors, type PostAiMessagesResponse, type PostAiMessagesResponses, type PostAiSearchAdvancedData, type PostAiSearchAdvancedError, type PostAiSearchAdvancedErrors, type PostAiSearchAdvancedResponse, type PostAiSearchAdvancedResponses, type PostAiSearchData, type PostAiSearchError, type PostAiSearchErrors, type PostAiSearchResponse, type PostAiSearchResponses, type PostApiKeysData, type PostApiKeysError, type PostApiKeysErrors, type PostApiKeysResponse, type PostApiKeysResponses, type PostApplicationsByApplicationIdEmailTemplatesBySlugPreviewData, type PostApplicationsByApplicationIdEmailTemplatesBySlugPreviewError, type PostApplicationsByApplicationIdEmailTemplatesBySlugPreviewErrors, type PostApplicationsByApplicationIdEmailTemplatesBySlugPreviewResponse, type PostApplicationsByApplicationIdEmailTemplatesBySlugPreviewResponses, type PostApplicationsByApplicationIdEmailTemplatesBySlugTestData, type PostApplicationsByApplicationIdEmailTemplatesBySlugTestError, type PostApplicationsByApplicationIdEmailTemplatesBySlugTestErrors, type PostApplicationsByApplicationIdEmailTemplatesBySlugTestResponse, type PostApplicationsByApplicationIdEmailTemplatesBySlugTestResponses, type PostApplicationsByApplicationIdEmailTemplatesData, type PostApplicationsByApplicationIdEmailTemplatesError, type PostApplicationsByApplicationIdEmailTemplatesErrors, type PostApplicationsByApplicationIdEmailTemplatesResponse, type PostApplicationsByApplicationIdEmailTemplatesResponses, type PostApplicationsData, type PostApplicationsError, type PostApplicationsErrors, type PostApplicationsResponse, type PostApplicationsResponses, type PostBucketsData, type PostBucketsError, type PostBucketsErrors, type PostBucketsResponse, type PostBucketsResponses, type PostConfigsData, type PostConfigsError, type PostConfigsErrors, type PostConfigsResponse, type PostConfigsResponses, type PostDocumentsBulkDeleteData, type PostDocumentsBulkDeleteError, type PostDocumentsBulkDeleteErrors, type PostDocumentsBulkDeleteResponse, type PostDocumentsBulkDeleteResponses, type PostDocumentsPresignedUploadData, type PostDocumentsPresignedUploadError, type PostDocumentsPresignedUploadErrors, type PostDocumentsPresignedUploadResponse, type PostDocumentsPresignedUploadResponses, type PostExtractionBatchesData, type PostExtractionBatchesError, type PostExtractionBatchesErrors, type PostExtractionBatchesResponse, type PostExtractionBatchesResponses, type PostExtractionDocumentsBeginUploadData, type PostExtractionDocumentsBeginUploadError, type PostExtractionDocumentsBeginUploadErrors, type PostExtractionDocumentsBeginUploadResponse, type PostExtractionDocumentsBeginUploadResponses, type PostExtractionDocumentsBulkReprocessData, type PostExtractionDocumentsBulkReprocessError, type PostExtractionDocumentsBulkReprocessErrors, type PostExtractionDocumentsBulkReprocessResponse, type PostExtractionDocumentsBulkReprocessResponses, type PostExtractionDocumentsUploadData, type PostExtractionDocumentsUploadError, type PostExtractionDocumentsUploadErrors, type PostExtractionDocumentsUploadResponse, type PostExtractionDocumentsUploadResponses, type PostExtractionResultsData, type PostExtractionResultsError, type PostExtractionResultsErrors, type PostExtractionResultsResponse, type PostExtractionResultsResponses, type PostExtractionSchemaDiscoveriesData, type PostExtractionSchemaDiscoveriesError, type PostExtractionSchemaDiscoveriesErrors, type PostExtractionSchemaDiscoveriesResponse, type PostExtractionSchemaDiscoveriesResponses, type PostFieldTemplatesData, type PostFieldTemplatesError, type PostFieldTemplatesErrors, type PostFieldTemplatesResponse, type PostFieldTemplatesResponses, type PostInvitationsAcceptByTokenData, type PostInvitationsAcceptByTokenError, type PostInvitationsAcceptByTokenErrors, type PostInvitationsAcceptByTokenResponse, type PostInvitationsAcceptByTokenResponses, type PostInvitationsData, type PostInvitationsError, type PostInvitationsErrors, type PostInvitationsResponse, type PostInvitationsResponses, type PostLlmAnalyticsData, type PostLlmAnalyticsError, type PostLlmAnalyticsErrors, type PostLlmAnalyticsResponse, type PostLlmAnalyticsResponses, type PostMessagesData, type PostMessagesError, type PostMessagesErrors, type PostMessagesResponse, type PostMessagesResponses, type PostNotificationMethodsData, type PostNotificationMethodsError, type PostNotificationMethodsErrors, type PostNotificationMethodsResponse, type PostNotificationMethodsResponses, type PostNotificationPreferencesData, type PostNotificationPreferencesError, type PostNotificationPreferencesErrors, type PostNotificationPreferencesResponse, type PostNotificationPreferencesResponses, type PostObjectsBulkDestroyData, type PostObjectsBulkDestroyError, type PostObjectsBulkDestroyErrors, type PostObjectsBulkDestroyResponse, type PostObjectsBulkDestroyResponses, type PostObjectsCopyData, type PostObjectsCopyError, type PostObjectsCopyErrors, type PostObjectsCopyResponse, type PostObjectsCopyResponses, type PostObjectsMoveData, type PostObjectsMoveError, type PostObjectsMoveErrors, type PostObjectsMoveResponse, type PostObjectsMoveResponses, type PostObjectsRegisterData, type PostObjectsRegisterError, type PostObjectsRegisterErrors, type PostObjectsRegisterResponse, type PostObjectsRegisterResponses, type PostPaymentMethodsData, type PostPaymentMethodsError, type PostPaymentMethodsErrors, type PostPaymentMethodsResponse, type PostPaymentMethodsResponses, type PostPaymentMethodsTokenizeData, type PostPaymentMethodsTokenizeError, type PostPaymentMethodsTokenizeErrors, type PostPaymentMethodsTokenizeResponse, type PostPaymentMethodsTokenizeResponses, type PostPaymentsData, type PostPaymentsError, type PostPaymentsErrors, type PostPaymentsResponse, type PostPaymentsResponses, type PostSearchBatchData, type PostSearchBatchError, type PostSearchBatchErrors, type PostSearchBatchResponse, type PostSearchBatchResponses, type PostSearchReindexData, type PostSearchReindexError, type PostSearchReindexErrors, type PostSearchReindexResponse, type PostSearchReindexResponses, type PostSearchSavedByIdRunData, type PostSearchSavedByIdRunError, type PostSearchSavedByIdRunErrors, type PostSearchSavedByIdRunResponse, type PostSearchSavedByIdRunResponses, type PostSearchSavedData, type PostSearchSavedError, type PostSearchSavedErrors, type PostSearchSavedResponse, type PostSearchSavedResponses, type PostStorageSignDownloadData, type PostStorageSignDownloadError, type PostStorageSignDownloadErrors, type PostStorageSignDownloadResponse, type PostStorageSignDownloadResponses, type PostStorageSignUploadData, type PostStorageSignUploadError, type PostStorageSignUploadErrors, type PostStorageSignUploadResponse, type PostStorageSignUploadResponses, type PostTenantMembershipsData, type PostTenantMembershipsError, type PostTenantMembershipsErrors, type PostTenantMembershipsResponse, type PostTenantMembershipsResponses, type PostTenantsByIdBuyStorageData, type PostTenantsByIdBuyStorageError, type PostTenantsByIdBuyStorageErrors, type PostTenantsByIdBuyStorageResponse, type PostTenantsByIdBuyStorageResponses, type PostTenantsByIdCreditData, type PostTenantsByIdCreditError, type PostTenantsByIdCreditErrors, type PostTenantsByIdCreditResponse, type PostTenantsByIdCreditResponses, type PostTenantsByIdRemoveStorageData, type PostTenantsByIdRemoveStorageError, type PostTenantsByIdRemoveStorageErrors, type PostTenantsByIdRemoveStorageResponse, type PostTenantsByIdRemoveStorageResponses, type PostTenantsByIdSchedulePurgeData, type PostTenantsByIdSchedulePurgeError, type PostTenantsByIdSchedulePurgeErrors, type PostTenantsByIdSchedulePurgeResponse, type PostTenantsByIdSchedulePurgeResponses, type PostTenantsData, type PostTenantsError, type PostTenantsErrors, type PostTenantsIsvData, type PostTenantsIsvError, type PostTenantsIsvErrors, type PostTenantsIsvResponse, type PostTenantsIsvResponses, type PostTenantsResponse, type PostTenantsResponses, type PostThreadsActiveData, type PostThreadsActiveError, type PostThreadsActiveErrors, type PostThreadsActiveResponse, type PostThreadsActiveResponses, type PostThreadsByIdExportData, type PostThreadsByIdExportError, type PostThreadsByIdExportErrors, type PostThreadsByIdExportResponse, type PostThreadsByIdExportResponses, type PostThreadsByIdForkData, type PostThreadsByIdForkError, type PostThreadsByIdForkErrors, type PostThreadsByIdForkResponse, type PostThreadsByIdForkResponses, type PostThreadsByIdMessagesData, type PostThreadsByIdMessagesError, type PostThreadsByIdMessagesErrors, type PostThreadsByIdMessagesResponse, type PostThreadsByIdMessagesResponses, type PostThreadsByIdSummarizeData, type PostThreadsByIdSummarizeError, type PostThreadsByIdSummarizeErrors, type PostThreadsByIdSummarizeResponse, type PostThreadsByIdSummarizeResponses, type PostThreadsData, type PostThreadsError, type PostThreadsErrors, type PostThreadsResponse, type PostThreadsResponses, type PostTokensData, type PostTokensError, type PostTokensErrors, type PostTokensResponse, type PostTokensResponses, type PostTrainingExamplesBulkData, type PostTrainingExamplesBulkDeleteData, type PostTrainingExamplesBulkDeleteError, type PostTrainingExamplesBulkDeleteErrors, type PostTrainingExamplesBulkDeleteResponse, type PostTrainingExamplesBulkDeleteResponses, type PostTrainingExamplesBulkError, type PostTrainingExamplesBulkErrors, type PostTrainingExamplesBulkResponse, type PostTrainingExamplesBulkResponses, type PostTrainingExamplesData, type PostTrainingExamplesError, type PostTrainingExamplesErrors, type PostTrainingExamplesResponse, type PostTrainingExamplesResponses, type PostTrainingExamplesSearchData, type PostTrainingExamplesSearchError, type PostTrainingExamplesSearchErrors, type PostTrainingExamplesSearchResponse, type PostTrainingExamplesSearchResponses, type PostUserProfilesData, type PostUserProfilesError, type PostUserProfilesErrors, type PostUserProfilesResponse, type PostUserProfilesResponses, type PostUsersAuthConfirmData, type PostUsersAuthConfirmError, type PostUsersAuthConfirmErrors, type PostUsersAuthConfirmResponse, type PostUsersAuthConfirmResponses, type PostUsersAuthLoginData, type PostUsersAuthLoginError, type PostUsersAuthLoginErrors, type PostUsersAuthLoginResponse, type PostUsersAuthLoginResponses, type PostUsersAuthMagicLinkLoginData, type PostUsersAuthMagicLinkLoginError, type PostUsersAuthMagicLinkLoginErrors, type PostUsersAuthMagicLinkLoginResponse, type PostUsersAuthMagicLinkLoginResponses, type PostUsersAuthMagicLinkRequestData, type PostUsersAuthMagicLinkRequestError, type PostUsersAuthMagicLinkRequestErrors, type PostUsersAuthMagicLinkRequestResponse, type PostUsersAuthMagicLinkRequestResponses, type PostUsersAuthRegisterData, type PostUsersAuthRegisterError, type PostUsersAuthRegisterErrors, type PostUsersAuthRegisterResponse, type PostUsersAuthRegisterResponses, type PostUsersAuthRegisterWithOidcData, type PostUsersAuthRegisterWithOidcError, type PostUsersAuthRegisterWithOidcErrors, type PostUsersAuthRegisterWithOidcResponse, type PostUsersAuthRegisterWithOidcResponses, type PostUsersAuthResendConfirmationData, type PostUsersAuthResendConfirmationError, type PostUsersAuthResendConfirmationErrors, type PostUsersAuthResendConfirmationResponse, type PostUsersAuthResendConfirmationResponses, type PostUsersRegisterIsvData, type PostUsersRegisterIsvError, type PostUsersRegisterIsvErrors, type PostUsersRegisterIsvResponse, type PostUsersRegisterIsvResponses, type PostWatcherClaimsData, type PostWatcherClaimsError, type PostWatcherClaimsErrors, type PostWatcherClaimsResponse, type PostWatcherClaimsResponses, type PostWatcherEventsData, type PostWatcherEventsError, type PostWatcherEventsErrors, type PostWatcherEventsResponse, type PostWatcherEventsResponses, type PostWebhookConfigsBulkDisableData, type PostWebhookConfigsBulkDisableError, type PostWebhookConfigsBulkDisableErrors, type PostWebhookConfigsBulkDisableResponse, type PostWebhookConfigsBulkDisableResponses, type PostWebhookConfigsBulkEnableData, type PostWebhookConfigsBulkEnableError, type PostWebhookConfigsBulkEnableErrors, type PostWebhookConfigsBulkEnableResponse, type PostWebhookConfigsBulkEnableResponses, type PostWebhookConfigsByIdReplayData, type PostWebhookConfigsByIdReplayError, type PostWebhookConfigsByIdReplayErrors, type PostWebhookConfigsByIdReplayResponse, type PostWebhookConfigsByIdReplayResponses, type PostWebhookConfigsByIdTestData, type PostWebhookConfigsByIdTestError, type PostWebhookConfigsByIdTestErrors, type PostWebhookConfigsByIdTestResponse, type PostWebhookConfigsByIdTestResponses, type PostWebhookConfigsData, type PostWebhookConfigsError, type PostWebhookConfigsErrors, type PostWebhookConfigsResponse, type PostWebhookConfigsResponses, type PostWebhookDeliveriesBulkRetryData, type PostWebhookDeliveriesBulkRetryError, type PostWebhookDeliveriesBulkRetryErrors, type PostWebhookDeliveriesBulkRetryResponse, type PostWebhookDeliveriesBulkRetryResponses, type PostWebhookDeliveriesByIdRetryData, type PostWebhookDeliveriesByIdRetryError, type PostWebhookDeliveriesByIdRetryErrors, type PostWebhookDeliveriesByIdRetryResponse, type PostWebhookDeliveriesByIdRetryResponses, type PostWorkspaceMembershipsData, type PostWorkspaceMembershipsError, type PostWorkspaceMembershipsErrors, type PostWorkspaceMembershipsResponse, type PostWorkspaceMembershipsResponses, type PostWorkspacesByWorkspaceIdExtractionByDocumentIdMappingData, type PostWorkspacesByWorkspaceIdExtractionByDocumentIdMappingError, type PostWorkspacesByWorkspaceIdExtractionByDocumentIdMappingErrors, type PostWorkspacesByWorkspaceIdExtractionByDocumentIdMappingResponse, type PostWorkspacesByWorkspaceIdExtractionByDocumentIdMappingResponses, type PostWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrainedData, type PostWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrainedError, type PostWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrainedErrors, type PostWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrainedResponse, type PostWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrainedResponses, type PostWorkspacesByWorkspaceIdExtractionExportsData, type PostWorkspacesByWorkspaceIdExtractionExportsError, type PostWorkspacesByWorkspaceIdExtractionExportsErrors, type PostWorkspacesByWorkspaceIdExtractionExportsResponse, type PostWorkspacesByWorkspaceIdExtractionExportsResponses, type PostWorkspacesData, type PostWorkspacesError, type PostWorkspacesErrors, type PostWorkspacesResponse, type PostWorkspacesResponses, type PresignedDownloadRequest, PresignedDownloadSchema, type PresignedUploadRequest, PresignedUploadSchema, type PresignedUrl, type PricingRule, type PricingStrategy, RateLimitError, type RegisterRequest, RegisterRequestSchema, type RetryConfig, type SavedSearch, type SchemaDiscovery, type Search, type SearchAnalytics, type SearchRequest, SearchRequestSchema, type SemanticCacheEntry, ServerError, type StorageStats, type StorageStatsType, type StreamMessageChunk, type StreamOptions, type Subscription, type SystemMessage, type Tenant, type TenantDocumentStats, type TenantMembership, type TenantPricingOverride, type TenantStats, type Thread, type ThreadCreateRequest, ThreadCreateSchema, TimeoutError, type Token, type TrainingAnalytics, type TrainingExample, type TrainingSession, type Transaction, type Transfer, type User, type UserProfile, ValidationError, type Wallet, type WatcherClaim, type WatcherEvent, type WebhookConfig, type WebhookConfigCreateRequest, WebhookConfigCreateSchema, type WebhookConfigUpdateRequest, WebhookConfigUpdateSchema, type WebhookDelivery, WebhookError, type Workspace, type WorkspaceCreateRequest, WorkspaceCreateSchema, type WorkspaceDocumentStats, type WorkspaceMembership, type WorkspaceSettingsInputCreateType, type WorkspaceSettingsInputUpdateType, type XApplicationKey, type _Error, type _Object, calculateBackoff, client, collectStreamedMessage, gptCore as default, deleteAgentVersionsById, deleteAgentsById, deleteAiConversationsById, deleteAiGraphEdgesById, deleteAiGraphNodesById, deleteAiMessagesById, deleteApiKeysById, deleteApplicationsByApplicationIdEmailTemplatesBySlug, deleteApplicationsById, deleteBucketsById, deleteExtractionBatchesById, deleteExtractionDocumentsById, deleteFieldTemplatesById, deleteMessagesById, deleteNotificationMethodsById, deleteNotificationPreferencesById, deleteObjectsById, deletePaymentMethodsById, deleteSearchSavedById, deleteTenantMembershipsByTenantIdByUserId, deleteTenantsById, deleteThreadsById, deleteTrainingExamplesById, deleteTrainingSessionsById, deleteUserProfilesById, deleteUsersById, deleteWebhookConfigsById, deleteWorkspaceMembershipsByWorkspaceIdByUserId, deleteWorkspacesById, getAgentVersions, getAgentVersionsById, getAgentVersionsByIdMetrics, getAgents, getAgentsById, getAgentsByIdSchemaVersions, getAgentsByIdStats, getAgentsByIdTrainingStats, getAgentsByIdUsage, getAgentsUsage, getAiChunksDocumentByDocumentId, getAiConversations, getAiConversationsById, getAiGraphEdges, getAiGraphNodes, getAiGraphNodesBySourceNodeIdRelated, getAiGraphNodesLabelByLabel, getAiMessages, getApiKeys, getApiKeysActive, getApiKeysById, getApiKeysStats, getApplications, getApplicationsByApplicationIdEmailTemplates, getApplicationsByApplicationIdEmailTemplatesBySlug, getApplicationsById, getApplicationsBySlugBySlug, getApplicationsCurrent, getAuditLogs, getAuditLogsActivity, getBuckets, getBucketsAll, getBucketsById, getBucketsByIdObjects, getBucketsByIdStats, getConfigs, getCreditPackages, getCreditPackagesById, getCreditPackagesSlugBySlug, getDocumentsStats, getExtractionBatchesById, getExtractionBatchesByIdUploadUrls, getExtractionBatchesWorkspaceByWorkspaceId, getExtractionDocuments, getExtractionDocumentsById, getExtractionDocumentsByIdStatus, getExtractionDocumentsByIdView, getExtractionDocumentsWorkspaceByWorkspaceId, getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus, getExtractionDocumentsWorkspaceByWorkspaceIdExcluded, getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue, getExtractionDocumentsWorkspaceByWorkspaceIdTrained, getExtractionDocumentsWorkspaceByWorkspaceIdTrashed, getExtractionResultsById, getExtractionResultsDocumentByDocumentId, getExtractionResultsWorkspaceByWorkspaceId, getExtractionSchemaDiscoveriesById, getFieldTemplates, getFieldTemplatesById, getInvitations, getInvitationsConsumeByToken, getInvitationsMe, getLlmAnalytics, getLlmAnalyticsById, getLlmAnalyticsCosts, getLlmAnalyticsPlatform, getLlmAnalyticsSummary, getLlmAnalyticsUsage, getLlmAnalyticsWorkspace, getMessages, getMessagesById, getMessagesSearch, getMessagesSemanticSearch, getNotificationLogs, getNotificationLogsById, getNotificationLogsStats, getNotificationMethods, getNotificationMethodsById, getNotificationPreferences, getNotificationPreferencesById, getObjects, getObjectsById, getPaymentMethods, getPaymentMethodsById, getPermissions, getPermissionsById, getPermissionsMeta, getPermissionsPresets, getPermissionsPresetsById, getPlans, getPlansById, getPlansSlugBySlug, getSearch, getSearchAnalytics, getSearchAnalyticsSummary, getSearchHealth, getSearchIndexes, getSearchSaved, getSearchSemantic, getSearchStats, getSearchStatus, getSearchSuggest, getStorageStats, getStorageStatsTenantByTenantId, getTenantMemberships, getTenants, getTenantsById, getTenantsByTenantIdDocumentStats, getTenantsByTenantIdStats, getTenantsByTenantIdWorkspaceStats, getThreads, getThreadsById, getThreadsByIdMessages, getThreadsSearch, getThreadsStats, getThreadsWorkspaceStats, getTrainingExamples, getTrainingExamplesById, getTrainingSessionsAgentsByAgentIdSessions, getTrainingSessionsById, getTransactions, getTransactionsById, getUserProfiles, getUserProfilesById, getUserProfilesMe, getUsers, getUsersByEmail, getUsersById, getUsersMe, getUsersMeActivity, getUsersMeDashboard, getUsersMeStats, getUsersMeTenants, getWallet, getWalletInvoices, getWalletPlanPreview, getWatcherClaims, getWatcherClaimsById, getWatcherClaimsStatus, getWatcherEvents, getWatcherEventsById, getWebhookConfigs, getWebhookConfigsById, getWebhookConfigsByIdEvents, getWebhookConfigsStats, getWebhookDeliveries, getWebhookDeliveriesById, getWebhookDeliveriesStats, getWorkspaceMemberships, getWorkspaces, getWorkspacesAnalyticsBatch, getWorkspacesById, getWorkspacesByIdMembers, getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping, getWorkspacesByWorkspaceIdExtractionExports, getWorkspacesByWorkspaceIdExtractionExportsById, getWorkspacesByWorkspaceIdTrainingAnalytics, getWorkspacesMine, getWorkspacesShared, handleApiError, isRetryableError, paginateAll, paginateToArray, patchAgentsById, patchAgentsByIdSchemaVersionsByVersionId, patchAiConversationsById, patchApiKeysById, patchApiKeysByIdAllocate, patchApiKeysByIdResetPeriod, patchApiKeysByIdRevoke, patchApiKeysByIdRotate, patchApiKeysByIdSetBudget, patchApplicationsByApplicationIdEmailTemplatesBySlug, patchApplicationsById, patchApplicationsByIdAllocateCredits, patchApplicationsByIdGrantCredits, patchBucketsById, patchConfigsByKey, patchExtractionDocumentsByIdCancel, patchExtractionDocumentsByIdDismiss, patchExtractionDocumentsByIdDismissTraining, patchExtractionDocumentsByIdExclude, patchExtractionDocumentsByIdFinishUpload, patchExtractionDocumentsByIdInclude, patchExtractionDocumentsByIdMarkTrained, patchExtractionDocumentsByIdReprocess, patchExtractionDocumentsByIdRestore, patchExtractionDocumentsByIdStatus, patchExtractionDocumentsByIdVerification, patchExtractionResultsByIdCorrections, patchExtractionResultsByIdRegenerate, patchInvitationsByIdAccept, patchInvitationsByIdAcceptByUser, patchInvitationsByIdDecline, patchInvitationsByIdResend, patchInvitationsByIdRevoke, patchMessagesById, patchNotificationMethodsById, patchNotificationMethodsByIdSendVerification, patchNotificationMethodsByIdSetPrimary, patchNotificationMethodsByIdVerify, patchNotificationPreferencesById, patchPaymentMethodsById, patchPaymentMethodsByIdDefault, patchSearchSavedById, patchTenantMembershipsByTenantIdByUserId, patchTenantsById, patchThreadsById, patchThreadsByIdArchive, patchThreadsByIdUnarchive, patchTrainingExamplesById, patchUserProfilesById, patchUserProfilesByIdAcceptTos, patchUserProfilesByIdDismissAnnouncement, patchUserProfilesByIdDismissWelcome, patchUsersAuthPasswordChange, patchUsersAuthResetPassword, patchUsersByIdAdmin, patchUsersByIdAdminEmail, patchUsersByIdConfirmEmail, patchUsersByIdResetPassword, patchWalletAddons, patchWalletAddonsByAddonSlugCancel, patchWalletAutoTopUp, patchWalletCredits, patchWalletPlan, patchWatcherClaimsById, patchWatcherClaimsByIdRelease, patchWatcherClaimsByIdRetry, patchWebhookConfigsById, patchWebhookConfigsByIdRotateSecret, patchWorkspaceMembershipsByWorkspaceIdByUserId, patchWorkspacesById, patchWorkspacesByIdAllocate, patchWorkspacesByIdStorageSettings, postAgentTestResults, postAgentVersionComparisons, postAgentVersions, postAgentVersionsByIdAddSystemField, postAgentVersionsByIdRemoveSystemField, postAgentVersionsByIdSetSystemFields, postAgents, postAgentsByIdClone, postAgentsByIdDiscoverSchema, postAgentsByIdExport, postAgentsByIdPublishVersion, postAgentsByIdSchemaVersions, postAgentsByIdSchemaVersionsByVersionIdActivate, postAgentsByIdTeach, postAgentsByIdTest, postAgentsByIdValidate, postAgentsCloneForWorkspace, postAgentsImport, postAgentsPredict, postAiChunksSearch, postAiConversations, postAiEmbed, postAiGraphEdges, postAiGraphNodes, postAiMessages, postAiSearch, postAiSearchAdvanced, postApiKeys, postApplications, postApplicationsByApplicationIdEmailTemplates, postApplicationsByApplicationIdEmailTemplatesBySlugPreview, postApplicationsByApplicationIdEmailTemplatesBySlugTest, postBuckets, postConfigs, postDocumentsBulkDelete, postDocumentsPresignedUpload, postExtractionBatches, postExtractionDocumentsBeginUpload, postExtractionDocumentsBulkReprocess, postExtractionDocumentsUpload, postExtractionResults, postExtractionSchemaDiscoveries, postFieldTemplates, postInvitations, postInvitationsAcceptByToken, postLlmAnalytics, postMessages, postNotificationMethods, postNotificationPreferences, postObjectsBulkDestroy, postObjectsCopy, postObjectsMove, postObjectsRegister, postPaymentMethods, postPaymentMethodsTokenize, postPayments, postSearchBatch, postSearchReindex, postSearchSaved, postSearchSavedByIdRun, postStorageSignDownload, postStorageSignUpload, postTenantMemberships, postTenants, postTenantsByIdBuyStorage, postTenantsByIdCredit, postTenantsByIdRemoveStorage, postTenantsByIdSchedulePurge, postTenantsIsv, postThreads, postThreadsActive, postThreadsByIdExport, postThreadsByIdFork, postThreadsByIdMessages, postThreadsByIdSummarize, postTokens, postTrainingExamples, postTrainingExamplesBulk, postTrainingExamplesBulkDelete, postTrainingExamplesSearch, postUserProfiles, postUsersAuthConfirm, postUsersAuthLogin, postUsersAuthMagicLinkLogin, postUsersAuthMagicLinkRequest, postUsersAuthRegister, postUsersAuthRegisterWithOidc, postUsersAuthResendConfirmation, postUsersRegisterIsv, postWatcherClaims, postWatcherEvents, postWebhookConfigs, postWebhookConfigsBulkDisable, postWebhookConfigsBulkEnable, postWebhookConfigsByIdReplay, postWebhookConfigsByIdTest, postWebhookDeliveriesBulkRetry, postWebhookDeliveriesByIdRetry, postWorkspaceMemberships, postWorkspaces, postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping, postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained, postWorkspacesByWorkspaceIdExtractionExports, retryWithBackoff, sleep, streamMessage, streamSSE, webhooks, withRetry };
37148
+ export { type Account, type Agent, type AgentCreateRequest, AgentCreateSchema, type AgentTestResult, type AgentVersion, type AgentVersionComparison, type AgentVersionFieldsInputCreateType, type AgentVersionRevision, type AiConfig, type ApiKey, type ApiKeyAllocateRequest, ApiKeyAllocateSchema, type ApiKeyCreateRequest, ApiKeyCreateSchema, type Application, type ApplicationCreateRequest, ApplicationCreateSchema, type ApplicationType, type AuditLog, AuthenticationError, AuthorizationError, type Balance, type Bucket, type BucketCreateRequest, BucketCreateSchema, type BulkDismissalResult, type BulkReprocessResult, type ClientOptions$1 as ClientOptions, type Config$2 as Config, type Conversation, type CreditPackage, type Customer, DEFAULT_RETRY_CONFIG, type DeleteAgentVersionsByIdData, type DeleteAgentVersionsByIdError, type DeleteAgentVersionsByIdErrors, type DeleteAgentVersionsByIdResponses, type DeleteAgentsByIdData, type DeleteAgentsByIdError, type DeleteAgentsByIdErrors, type DeleteAgentsByIdResponses, type DeleteAiConversationsByIdData, type DeleteAiConversationsByIdError, type DeleteAiConversationsByIdErrors, type DeleteAiConversationsByIdResponses, type DeleteAiGraphEdgesByIdData, type DeleteAiGraphEdgesByIdError, type DeleteAiGraphEdgesByIdErrors, type DeleteAiGraphEdgesByIdResponses, type DeleteAiGraphNodesByIdData, type DeleteAiGraphNodesByIdError, type DeleteAiGraphNodesByIdErrors, type DeleteAiGraphNodesByIdResponses, type DeleteAiMessagesByIdData, type DeleteAiMessagesByIdError, type DeleteAiMessagesByIdErrors, type DeleteAiMessagesByIdResponses, type DeleteApiKeysByIdData, type DeleteApiKeysByIdError, type DeleteApiKeysByIdErrors, type DeleteApiKeysByIdResponses, type DeleteApplicationsByApplicationIdEmailTemplatesBySlugData, type DeleteApplicationsByApplicationIdEmailTemplatesBySlugError, type DeleteApplicationsByApplicationIdEmailTemplatesBySlugErrors, type DeleteApplicationsByApplicationIdEmailTemplatesBySlugResponses, type DeleteApplicationsByIdData, type DeleteApplicationsByIdError, type DeleteApplicationsByIdErrors, type DeleteApplicationsByIdResponses, type DeleteBucketsByIdData, type DeleteBucketsByIdError, type DeleteBucketsByIdErrors, type DeleteBucketsByIdResponses, type DeleteExtractionBatchesByIdData, type DeleteExtractionBatchesByIdError, type DeleteExtractionBatchesByIdErrors, type DeleteExtractionBatchesByIdResponses, type DeleteExtractionDocumentsByIdData, type DeleteExtractionDocumentsByIdError, type DeleteExtractionDocumentsByIdErrors, type DeleteExtractionDocumentsByIdResponses, type DeleteFieldTemplatesByIdData, type DeleteFieldTemplatesByIdError, type DeleteFieldTemplatesByIdErrors, type DeleteFieldTemplatesByIdResponses, type DeleteMessagesByIdData, type DeleteMessagesByIdError, type DeleteMessagesByIdErrors, type DeleteMessagesByIdResponses, type DeleteNotificationMethodsByIdData, type DeleteNotificationMethodsByIdError, type DeleteNotificationMethodsByIdErrors, type DeleteNotificationMethodsByIdResponses, type DeleteNotificationPreferencesByIdData, type DeleteNotificationPreferencesByIdError, type DeleteNotificationPreferencesByIdErrors, type DeleteNotificationPreferencesByIdResponses, type DeleteObjectsByIdData, type DeleteObjectsByIdError, type DeleteObjectsByIdErrors, type DeleteObjectsByIdResponses, type DeleteSearchSavedByIdData, type DeleteSearchSavedByIdError, type DeleteSearchSavedByIdErrors, type DeleteSearchSavedByIdResponses, type DeleteTenantMembershipsByTenantIdByUserIdData, type DeleteTenantMembershipsByTenantIdByUserIdError, type DeleteTenantMembershipsByTenantIdByUserIdErrors, type DeleteTenantMembershipsByTenantIdByUserIdResponses, type DeleteTenantsByIdData, type DeleteTenantsByIdError, type DeleteTenantsByIdErrors, type DeleteTenantsByIdResponses, type DeleteThreadsByIdData, type DeleteThreadsByIdError, type DeleteThreadsByIdErrors, type DeleteThreadsByIdResponses, type DeleteTrainingExamplesByIdData, type DeleteTrainingExamplesByIdError, type DeleteTrainingExamplesByIdErrors, type DeleteTrainingExamplesByIdResponses, type DeleteTrainingSessionsByIdData, type DeleteTrainingSessionsByIdError, type DeleteTrainingSessionsByIdErrors, type DeleteTrainingSessionsByIdResponses, type DeleteUserProfilesByIdData, type DeleteUserProfilesByIdError, type DeleteUserProfilesByIdErrors, type DeleteUserProfilesByIdResponses, type DeleteUsersByIdData, type DeleteUsersByIdError, type DeleteUsersByIdErrors, type DeleteUsersByIdResponses, type DeleteWebhookConfigsByIdData, type DeleteWebhookConfigsByIdError, type DeleteWebhookConfigsByIdErrors, type DeleteWebhookConfigsByIdResponses, type DeleteWorkspaceMembershipsByWorkspaceIdByUserIdData, type DeleteWorkspaceMembershipsByWorkspaceIdByUserIdError, type DeleteWorkspaceMembershipsByWorkspaceIdByUserIdErrors, type DeleteWorkspaceMembershipsByWorkspaceIdByUserIdResponses, type DeleteWorkspacesByIdData, type DeleteWorkspacesByIdError, type DeleteWorkspacesByIdErrors, type DeleteWorkspacesByIdResponses, type DocumentChunk, type DocumentStats, type DocumentUploadBase64Request, DocumentUploadBase64Schema, type EmailTemplate, type EmbedRequest, EmbedRequestSchema, type Embedding, type ErrorResponse, type Errors, type ExtractionBatch, type ExtractionDocument, type ExtractionExport, type ExtractionResult, type FieldMappingConfirmation, type FieldMappingResult, type FieldTemplate, type GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsData, type GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsError, type GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsErrors, type GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsResponse, type GetAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisionsResponses, type GetAgentVersionRevisionsByIdData, type GetAgentVersionRevisionsByIdError, type GetAgentVersionRevisionsByIdErrors, type GetAgentVersionRevisionsByIdResponse, type GetAgentVersionRevisionsByIdResponses, type GetAgentVersionsByIdData, type GetAgentVersionsByIdError, type GetAgentVersionsByIdErrors, type GetAgentVersionsByIdMetricsData, type GetAgentVersionsByIdMetricsError, type GetAgentVersionsByIdMetricsErrors, type GetAgentVersionsByIdMetricsResponse, type GetAgentVersionsByIdMetricsResponses, type GetAgentVersionsByIdResponse, type GetAgentVersionsByIdResponses, type GetAgentVersionsData, type GetAgentVersionsError, type GetAgentVersionsErrors, type GetAgentVersionsResponse, type GetAgentVersionsResponses, type GetAgentsByIdData, type GetAgentsByIdError, type GetAgentsByIdErrors, type GetAgentsByIdResponse, type GetAgentsByIdResponses, type GetAgentsByIdSchemaVersionsData, type GetAgentsByIdSchemaVersionsError, type GetAgentsByIdSchemaVersionsErrors, type GetAgentsByIdSchemaVersionsResponse, type GetAgentsByIdSchemaVersionsResponses, type GetAgentsByIdStatsData, type GetAgentsByIdStatsError, type GetAgentsByIdStatsErrors, type GetAgentsByIdStatsResponse, type GetAgentsByIdStatsResponses, type GetAgentsByIdTrainingStatsData, type GetAgentsByIdTrainingStatsError, type GetAgentsByIdTrainingStatsErrors, type GetAgentsByIdTrainingStatsResponse, type GetAgentsByIdTrainingStatsResponses, type GetAgentsByIdUsageData, type GetAgentsByIdUsageError, type GetAgentsByIdUsageErrors, type GetAgentsByIdUsageResponse, type GetAgentsByIdUsageResponses, type GetAgentsData, type GetAgentsError, type GetAgentsErrors, type GetAgentsResponse, type GetAgentsResponses, type GetAgentsUsageData, type GetAgentsUsageError, type GetAgentsUsageErrors, type GetAgentsUsageResponse, type GetAgentsUsageResponses, type GetAiChunksDocumentByDocumentIdData, type GetAiChunksDocumentByDocumentIdError, type GetAiChunksDocumentByDocumentIdErrors, type GetAiChunksDocumentByDocumentIdResponse, type GetAiChunksDocumentByDocumentIdResponses, type GetAiConversationsByIdData, type GetAiConversationsByIdError, type GetAiConversationsByIdErrors, type GetAiConversationsByIdResponse, type GetAiConversationsByIdResponses, type GetAiConversationsData, type GetAiConversationsError, type GetAiConversationsErrors, type GetAiConversationsResponse, type GetAiConversationsResponses, type GetAiGraphEdgesData, type GetAiGraphEdgesError, type GetAiGraphEdgesErrors, type GetAiGraphEdgesResponse, type GetAiGraphEdgesResponses, type GetAiGraphNodesBySourceNodeIdRelatedData, type GetAiGraphNodesBySourceNodeIdRelatedError, type GetAiGraphNodesBySourceNodeIdRelatedErrors, type GetAiGraphNodesBySourceNodeIdRelatedResponse, type GetAiGraphNodesBySourceNodeIdRelatedResponses, type GetAiGraphNodesData, type GetAiGraphNodesError, type GetAiGraphNodesErrors, type GetAiGraphNodesLabelByLabelData, type GetAiGraphNodesLabelByLabelError, type GetAiGraphNodesLabelByLabelErrors, type GetAiGraphNodesLabelByLabelResponse, type GetAiGraphNodesLabelByLabelResponses, type GetAiGraphNodesResponse, type GetAiGraphNodesResponses, type GetAiMessagesData, type GetAiMessagesError, type GetAiMessagesErrors, type GetAiMessagesResponse, type GetAiMessagesResponses, type GetApiKeysActiveData, type GetApiKeysActiveError, type GetApiKeysActiveErrors, type GetApiKeysActiveResponse, type GetApiKeysActiveResponses, type GetApiKeysByIdData, type GetApiKeysByIdError, type GetApiKeysByIdErrors, type GetApiKeysByIdResponse, type GetApiKeysByIdResponses, type GetApiKeysData, type GetApiKeysError, type GetApiKeysErrors, type GetApiKeysResponse, type GetApiKeysResponses, type GetApiKeysStatsData, type GetApiKeysStatsError, type GetApiKeysStatsErrors, type GetApiKeysStatsResponse, type GetApiKeysStatsResponses, type GetApplicationsByApplicationIdEmailTemplatesBySlugData, type GetApplicationsByApplicationIdEmailTemplatesBySlugError, type GetApplicationsByApplicationIdEmailTemplatesBySlugErrors, type GetApplicationsByApplicationIdEmailTemplatesBySlugResponse, type GetApplicationsByApplicationIdEmailTemplatesBySlugResponses, type GetApplicationsByApplicationIdEmailTemplatesData, type GetApplicationsByApplicationIdEmailTemplatesError, type GetApplicationsByApplicationIdEmailTemplatesErrors, type GetApplicationsByApplicationIdEmailTemplatesResponse, type GetApplicationsByApplicationIdEmailTemplatesResponses, type GetApplicationsByIdData, type GetApplicationsByIdError, type GetApplicationsByIdErrors, type GetApplicationsByIdResponse, type GetApplicationsByIdResponses, type GetApplicationsBySlugBySlugData, type GetApplicationsBySlugBySlugError, type GetApplicationsBySlugBySlugErrors, type GetApplicationsBySlugBySlugResponse, type GetApplicationsBySlugBySlugResponses, type GetApplicationsCurrentData, type GetApplicationsCurrentError, type GetApplicationsCurrentErrors, type GetApplicationsCurrentResponse, type GetApplicationsCurrentResponses, type GetApplicationsData, type GetApplicationsError, type GetApplicationsErrors, type GetApplicationsResponse, type GetApplicationsResponses, type GetAuditLogsActivityData, type GetAuditLogsActivityError, type GetAuditLogsActivityErrors, type GetAuditLogsActivityResponse, type GetAuditLogsActivityResponses, type GetAuditLogsData, type GetAuditLogsError, type GetAuditLogsErrors, type GetAuditLogsResponse, type GetAuditLogsResponses, type GetBucketsAllData, type GetBucketsAllError, type GetBucketsAllErrors, type GetBucketsAllResponse, type GetBucketsAllResponses, type GetBucketsByIdData, type GetBucketsByIdError, type GetBucketsByIdErrors, type GetBucketsByIdObjectsData, type GetBucketsByIdObjectsError, type GetBucketsByIdObjectsErrors, type GetBucketsByIdObjectsResponse, type GetBucketsByIdObjectsResponses, type GetBucketsByIdResponse, type GetBucketsByIdResponses, type GetBucketsByIdStatsData, type GetBucketsByIdStatsError, type GetBucketsByIdStatsErrors, type GetBucketsByIdStatsResponse, type GetBucketsByIdStatsResponses, type GetBucketsData, type GetBucketsError, type GetBucketsErrors, type GetBucketsResponse, type GetBucketsResponses, type GetConfigsData, type GetConfigsError, type GetConfigsErrors, type GetConfigsResponse, type GetConfigsResponses, type GetCreditPackagesByIdData, type GetCreditPackagesByIdError, type GetCreditPackagesByIdErrors, type GetCreditPackagesByIdResponse, type GetCreditPackagesByIdResponses, type GetCreditPackagesData, type GetCreditPackagesError, type GetCreditPackagesErrors, type GetCreditPackagesResponse, type GetCreditPackagesResponses, type GetCreditPackagesSlugBySlugData, type GetCreditPackagesSlugBySlugError, type GetCreditPackagesSlugBySlugErrors, type GetCreditPackagesSlugBySlugResponse, type GetCreditPackagesSlugBySlugResponses, type GetDocumentsStatsData, type GetDocumentsStatsError, type GetDocumentsStatsErrors, type GetDocumentsStatsResponse, type GetDocumentsStatsResponses, type GetExtractionBatchesByIdData, type GetExtractionBatchesByIdError, type GetExtractionBatchesByIdErrors, type GetExtractionBatchesByIdResponse, type GetExtractionBatchesByIdResponses, type GetExtractionBatchesByIdUploadUrlsData, type GetExtractionBatchesByIdUploadUrlsError, type GetExtractionBatchesByIdUploadUrlsErrors, type GetExtractionBatchesByIdUploadUrlsResponse, type GetExtractionBatchesByIdUploadUrlsResponses, type GetExtractionBatchesWorkspaceByWorkspaceIdData, type GetExtractionBatchesWorkspaceByWorkspaceIdError, type GetExtractionBatchesWorkspaceByWorkspaceIdErrors, type GetExtractionBatchesWorkspaceByWorkspaceIdResponse, type GetExtractionBatchesWorkspaceByWorkspaceIdResponses, type GetExtractionDocumentsByIdData, type GetExtractionDocumentsByIdError, type GetExtractionDocumentsByIdErrors, type GetExtractionDocumentsByIdResponse, type GetExtractionDocumentsByIdResponses, type GetExtractionDocumentsByIdStatusData, type GetExtractionDocumentsByIdStatusError, type GetExtractionDocumentsByIdStatusErrors, type GetExtractionDocumentsByIdStatusResponse, type GetExtractionDocumentsByIdStatusResponses, type GetExtractionDocumentsByIdViewData, type GetExtractionDocumentsByIdViewError, type GetExtractionDocumentsByIdViewErrors, type GetExtractionDocumentsByIdViewResponse, type GetExtractionDocumentsByIdViewResponses, type GetExtractionDocumentsData, type GetExtractionDocumentsError, type GetExtractionDocumentsErrors, type GetExtractionDocumentsResponse, type GetExtractionDocumentsResponses, type GetExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatusData, type GetExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatusError, type GetExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatusErrors, type GetExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatusResponse, type GetExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatusResponses, type GetExtractionDocumentsWorkspaceByWorkspaceIdData, type GetExtractionDocumentsWorkspaceByWorkspaceIdError, type GetExtractionDocumentsWorkspaceByWorkspaceIdErrors, type GetExtractionDocumentsWorkspaceByWorkspaceIdExcludedData, type GetExtractionDocumentsWorkspaceByWorkspaceIdExcludedError, type GetExtractionDocumentsWorkspaceByWorkspaceIdExcludedErrors, type GetExtractionDocumentsWorkspaceByWorkspaceIdExcludedResponse, type GetExtractionDocumentsWorkspaceByWorkspaceIdExcludedResponses, type GetExtractionDocumentsWorkspaceByWorkspaceIdResponse, type GetExtractionDocumentsWorkspaceByWorkspaceIdResponses, type GetExtractionDocumentsWorkspaceByWorkspaceIdReviewQueueData, type GetExtractionDocumentsWorkspaceByWorkspaceIdReviewQueueError, type GetExtractionDocumentsWorkspaceByWorkspaceIdReviewQueueErrors, type GetExtractionDocumentsWorkspaceByWorkspaceIdReviewQueueResponse, type GetExtractionDocumentsWorkspaceByWorkspaceIdReviewQueueResponses, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrainedData, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrainedError, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrainedErrors, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrainedResponse, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrainedResponses, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrashedData, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrashedError, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrashedErrors, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrashedResponse, type GetExtractionDocumentsWorkspaceByWorkspaceIdTrashedResponses, type GetExtractionResultsByIdData, type GetExtractionResultsByIdError, type GetExtractionResultsByIdErrors, type GetExtractionResultsByIdResponse, type GetExtractionResultsByIdResponses, type GetExtractionResultsDocumentByDocumentIdData, type GetExtractionResultsDocumentByDocumentIdError, type GetExtractionResultsDocumentByDocumentIdErrors, type GetExtractionResultsDocumentByDocumentIdResponse, type GetExtractionResultsDocumentByDocumentIdResponses, type GetExtractionResultsWorkspaceByWorkspaceIdData, type GetExtractionResultsWorkspaceByWorkspaceIdError, type GetExtractionResultsWorkspaceByWorkspaceIdErrors, type GetExtractionResultsWorkspaceByWorkspaceIdResponse, type GetExtractionResultsWorkspaceByWorkspaceIdResponses, type GetExtractionSchemaDiscoveriesByIdData, type GetExtractionSchemaDiscoveriesByIdError, type GetExtractionSchemaDiscoveriesByIdErrors, type GetExtractionSchemaDiscoveriesByIdResponse, type GetExtractionSchemaDiscoveriesByIdResponses, type GetFieldTemplatesByIdData, type GetFieldTemplatesByIdError, type GetFieldTemplatesByIdErrors, type GetFieldTemplatesByIdResponse, type GetFieldTemplatesByIdResponses, type GetFieldTemplatesData, type GetFieldTemplatesError, type GetFieldTemplatesErrors, type GetFieldTemplatesResponse, type GetFieldTemplatesResponses, type GetInvitationsConsumeByTokenData, type GetInvitationsConsumeByTokenError, type GetInvitationsConsumeByTokenErrors, type GetInvitationsConsumeByTokenResponse, type GetInvitationsConsumeByTokenResponses, type GetInvitationsData, type GetInvitationsError, type GetInvitationsErrors, type GetInvitationsMeData, type GetInvitationsMeError, type GetInvitationsMeErrors, type GetInvitationsMeResponse, type GetInvitationsMeResponses, type GetInvitationsResponse, type GetInvitationsResponses, type GetLlmAnalyticsByIdData, type GetLlmAnalyticsByIdError, type GetLlmAnalyticsByIdErrors, type GetLlmAnalyticsByIdResponse, type GetLlmAnalyticsByIdResponses, type GetLlmAnalyticsCostsData, type GetLlmAnalyticsCostsError, type GetLlmAnalyticsCostsErrors, type GetLlmAnalyticsCostsResponse, type GetLlmAnalyticsCostsResponses, type GetLlmAnalyticsData, type GetLlmAnalyticsError, type GetLlmAnalyticsErrors, type GetLlmAnalyticsPlatformData, type GetLlmAnalyticsPlatformError, type GetLlmAnalyticsPlatformErrors, type GetLlmAnalyticsPlatformResponse, type GetLlmAnalyticsPlatformResponses, type GetLlmAnalyticsResponse, type GetLlmAnalyticsResponses, type GetLlmAnalyticsSummaryData, type GetLlmAnalyticsSummaryError, type GetLlmAnalyticsSummaryErrors, type GetLlmAnalyticsSummaryResponse, type GetLlmAnalyticsSummaryResponses, type GetLlmAnalyticsUsageData, type GetLlmAnalyticsUsageError, type GetLlmAnalyticsUsageErrors, type GetLlmAnalyticsUsageResponse, type GetLlmAnalyticsUsageResponses, type GetLlmAnalyticsWorkspaceData, type GetLlmAnalyticsWorkspaceError, type GetLlmAnalyticsWorkspaceErrors, type GetLlmAnalyticsWorkspaceResponse, type GetLlmAnalyticsWorkspaceResponses, type GetMessagesByIdData, type GetMessagesByIdError, type GetMessagesByIdErrors, type GetMessagesByIdResponse, type GetMessagesByIdResponses, type GetMessagesData, type GetMessagesError, type GetMessagesErrors, type GetMessagesResponse, type GetMessagesResponses, type GetMessagesSearchData, type GetMessagesSearchError, type GetMessagesSearchErrors, type GetMessagesSearchResponse, type GetMessagesSearchResponses, type GetMessagesSemanticSearchData, type GetMessagesSemanticSearchError, type GetMessagesSemanticSearchErrors, type GetMessagesSemanticSearchResponse, type GetMessagesSemanticSearchResponses, type GetNotificationLogsByIdData, type GetNotificationLogsByIdError, type GetNotificationLogsByIdErrors, type GetNotificationLogsByIdResponse, type GetNotificationLogsByIdResponses, type GetNotificationLogsData, type GetNotificationLogsError, type GetNotificationLogsErrors, type GetNotificationLogsResponse, type GetNotificationLogsResponses, type GetNotificationLogsStatsData, type GetNotificationLogsStatsError, type GetNotificationLogsStatsErrors, type GetNotificationLogsStatsResponse, type GetNotificationLogsStatsResponses, type GetNotificationMethodsByIdData, type GetNotificationMethodsByIdError, type GetNotificationMethodsByIdErrors, type GetNotificationMethodsByIdResponse, type GetNotificationMethodsByIdResponses, type GetNotificationMethodsData, type GetNotificationMethodsError, type GetNotificationMethodsErrors, type GetNotificationMethodsResponse, type GetNotificationMethodsResponses, type GetNotificationPreferencesByIdData, type GetNotificationPreferencesByIdError, type GetNotificationPreferencesByIdErrors, type GetNotificationPreferencesByIdResponse, type GetNotificationPreferencesByIdResponses, type GetNotificationPreferencesData, type GetNotificationPreferencesError, type GetNotificationPreferencesErrors, type GetNotificationPreferencesResponse, type GetNotificationPreferencesResponses, type GetObjectsByIdData, type GetObjectsByIdError, type GetObjectsByIdErrors, type GetObjectsByIdResponse, type GetObjectsByIdResponses, type GetObjectsData, type GetObjectsError, type GetObjectsErrors, type GetObjectsResponse, type GetObjectsResponses, type GetPermissionsByIdData, type GetPermissionsByIdError, type GetPermissionsByIdErrors, type GetPermissionsByIdResponse, type GetPermissionsByIdResponses, type GetPermissionsData, type GetPermissionsError, type GetPermissionsErrors, type GetPermissionsMetaData, type GetPermissionsMetaError, type GetPermissionsMetaErrors, type GetPermissionsMetaResponse, type GetPermissionsMetaResponses, type GetPermissionsPresetsByIdData, type GetPermissionsPresetsByIdError, type GetPermissionsPresetsByIdErrors, type GetPermissionsPresetsByIdResponse, type GetPermissionsPresetsByIdResponses, type GetPermissionsPresetsData, type GetPermissionsPresetsError, type GetPermissionsPresetsErrors, type GetPermissionsPresetsResponse, type GetPermissionsPresetsResponses, type GetPermissionsResponse, type GetPermissionsResponses, type GetPlansByIdData, type GetPlansByIdError, type GetPlansByIdErrors, type GetPlansByIdResponse, type GetPlansByIdResponses, type GetPlansData, type GetPlansError, type GetPlansErrors, type GetPlansResponse, type GetPlansResponses, type GetPlansSlugBySlugData, type GetPlansSlugBySlugError, type GetPlansSlugBySlugErrors, type GetPlansSlugBySlugResponse, type GetPlansSlugBySlugResponses, type GetSearchAnalyticsData, type GetSearchAnalyticsError, type GetSearchAnalyticsErrors, type GetSearchAnalyticsResponse, type GetSearchAnalyticsResponses, type GetSearchAnalyticsSummaryData, type GetSearchAnalyticsSummaryError, type GetSearchAnalyticsSummaryErrors, type GetSearchAnalyticsSummaryResponse, type GetSearchAnalyticsSummaryResponses, type GetSearchData, type GetSearchError, type GetSearchErrors, type GetSearchHealthData, type GetSearchHealthError, type GetSearchHealthErrors, type GetSearchHealthResponse, type GetSearchHealthResponses, type GetSearchIndexesData, type GetSearchIndexesError, type GetSearchIndexesErrors, type GetSearchIndexesResponse, type GetSearchIndexesResponses, type GetSearchResponse, type GetSearchResponses, type GetSearchSavedData, type GetSearchSavedError, type GetSearchSavedErrors, type GetSearchSavedResponse, type GetSearchSavedResponses, type GetSearchSemanticData, type GetSearchSemanticError, type GetSearchSemanticErrors, type GetSearchSemanticResponse, type GetSearchSemanticResponses, type GetSearchStatsData, type GetSearchStatsError, type GetSearchStatsErrors, type GetSearchStatsResponse, type GetSearchStatsResponses, type GetSearchStatusData, type GetSearchStatusError, type GetSearchStatusErrors, type GetSearchStatusResponse, type GetSearchStatusResponses, type GetSearchSuggestData, type GetSearchSuggestError, type GetSearchSuggestErrors, type GetSearchSuggestResponse, type GetSearchSuggestResponses, type GetStorageStatsData, type GetStorageStatsError, type GetStorageStatsErrors, type GetStorageStatsResponse, type GetStorageStatsResponses, type GetStorageStatsTenantByTenantIdData, type GetStorageStatsTenantByTenantIdError, type GetStorageStatsTenantByTenantIdErrors, type GetStorageStatsTenantByTenantIdResponse, type GetStorageStatsTenantByTenantIdResponses, type GetTenantMembershipsData, type GetTenantMembershipsError, type GetTenantMembershipsErrors, type GetTenantMembershipsResponse, type GetTenantMembershipsResponses, type GetTenantsByIdData, type GetTenantsByIdError, type GetTenantsByIdErrors, type GetTenantsByIdResponse, type GetTenantsByIdResponses, type GetTenantsByTenantIdDocumentStatsData, type GetTenantsByTenantIdDocumentStatsError, type GetTenantsByTenantIdDocumentStatsErrors, type GetTenantsByTenantIdDocumentStatsResponse, type GetTenantsByTenantIdDocumentStatsResponses, type GetTenantsByTenantIdStatsData, type GetTenantsByTenantIdStatsError, type GetTenantsByTenantIdStatsErrors, type GetTenantsByTenantIdStatsResponse, type GetTenantsByTenantIdStatsResponses, type GetTenantsByTenantIdWorkspaceStatsData, type GetTenantsByTenantIdWorkspaceStatsError, type GetTenantsByTenantIdWorkspaceStatsErrors, type GetTenantsByTenantIdWorkspaceStatsResponse, type GetTenantsByTenantIdWorkspaceStatsResponses, type GetTenantsData, type GetTenantsError, type GetTenantsErrors, type GetTenantsResponse, type GetTenantsResponses, type GetThreadsByIdData, type GetThreadsByIdError, type GetThreadsByIdErrors, type GetThreadsByIdMessagesData, type GetThreadsByIdMessagesError, type GetThreadsByIdMessagesErrors, type GetThreadsByIdMessagesResponse, type GetThreadsByIdMessagesResponses, type GetThreadsByIdResponse, type GetThreadsByIdResponses, type GetThreadsData, type GetThreadsError, type GetThreadsErrors, type GetThreadsResponse, type GetThreadsResponses, type GetThreadsSearchData, type GetThreadsSearchError, type GetThreadsSearchErrors, type GetThreadsSearchResponse, type GetThreadsSearchResponses, type GetThreadsStatsData, type GetThreadsStatsError, type GetThreadsStatsErrors, type GetThreadsStatsResponse, type GetThreadsStatsResponses, type GetThreadsWorkspaceStatsData, type GetThreadsWorkspaceStatsError, type GetThreadsWorkspaceStatsErrors, type GetThreadsWorkspaceStatsResponse, type GetThreadsWorkspaceStatsResponses, type GetTrainingExamplesByIdData, type GetTrainingExamplesByIdError, type GetTrainingExamplesByIdErrors, type GetTrainingExamplesByIdResponse, type GetTrainingExamplesByIdResponses, type GetTrainingExamplesData, type GetTrainingExamplesError, type GetTrainingExamplesErrors, type GetTrainingExamplesResponse, type GetTrainingExamplesResponses, type GetTrainingSessionsAgentsByAgentIdSessionsData, type GetTrainingSessionsAgentsByAgentIdSessionsError, type GetTrainingSessionsAgentsByAgentIdSessionsErrors, type GetTrainingSessionsAgentsByAgentIdSessionsResponse, type GetTrainingSessionsAgentsByAgentIdSessionsResponses, type GetTrainingSessionsByIdData, type GetTrainingSessionsByIdError, type GetTrainingSessionsByIdErrors, type GetTrainingSessionsByIdResponse, type GetTrainingSessionsByIdResponses, type GetTransactionsByIdData, type GetTransactionsByIdError, type GetTransactionsByIdErrors, type GetTransactionsByIdResponse, type GetTransactionsByIdResponses, type GetTransactionsData, type GetTransactionsError, type GetTransactionsErrors, type GetTransactionsResponse, type GetTransactionsResponses, type GetUserProfilesByIdData, type GetUserProfilesByIdError, type GetUserProfilesByIdErrors, type GetUserProfilesByIdResponse, type GetUserProfilesByIdResponses, type GetUserProfilesData, type GetUserProfilesError, type GetUserProfilesErrors, type GetUserProfilesMeData, type GetUserProfilesMeError, type GetUserProfilesMeErrors, type GetUserProfilesMeResponse, type GetUserProfilesMeResponses, type GetUserProfilesResponse, type GetUserProfilesResponses, type GetUsersByEmailData, type GetUsersByEmailError, type GetUsersByEmailErrors, type GetUsersByEmailResponse, type GetUsersByEmailResponses, type GetUsersByIdData, type GetUsersByIdError, type GetUsersByIdErrors, type GetUsersByIdResponse, type GetUsersByIdResponses, type GetUsersData, type GetUsersError, type GetUsersErrors, type GetUsersMeActivityData, type GetUsersMeActivityError, type GetUsersMeActivityErrors, type GetUsersMeActivityResponse, type GetUsersMeActivityResponses, type GetUsersMeDashboardData, type GetUsersMeDashboardError, type GetUsersMeDashboardErrors, type GetUsersMeDashboardResponse, type GetUsersMeDashboardResponses, type GetUsersMeData, type GetUsersMeError, type GetUsersMeErrors, type GetUsersMeResponse, type GetUsersMeResponses, type GetUsersMeStatsData, type GetUsersMeStatsError, type GetUsersMeStatsErrors, type GetUsersMeStatsResponse, type GetUsersMeStatsResponses, type GetUsersMeTenantsData, type GetUsersMeTenantsError, type GetUsersMeTenantsErrors, type GetUsersMeTenantsResponse, type GetUsersMeTenantsResponses, type GetUsersResponse, type GetUsersResponses, type GetWalletData, type GetWalletError, type GetWalletErrors, type GetWalletInvoicesData, type GetWalletInvoicesError, type GetWalletInvoicesErrors, type GetWalletInvoicesResponse, type GetWalletInvoicesResponses, type GetWalletResponse, type GetWalletResponses, type GetWatcherClaimsByIdData, type GetWatcherClaimsByIdError, type GetWatcherClaimsByIdErrors, type GetWatcherClaimsByIdResponse, type GetWatcherClaimsByIdResponses, type GetWatcherClaimsData, type GetWatcherClaimsError, type GetWatcherClaimsErrors, type GetWatcherClaimsResponse, type GetWatcherClaimsResponses, type GetWatcherClaimsStatusData, type GetWatcherClaimsStatusError, type GetWatcherClaimsStatusErrors, type GetWatcherClaimsStatusResponse, type GetWatcherClaimsStatusResponses, type GetWatcherEventsByIdData, type GetWatcherEventsByIdError, type GetWatcherEventsByIdErrors, type GetWatcherEventsByIdResponse, type GetWatcherEventsByIdResponses, type GetWatcherEventsData, type GetWatcherEventsError, type GetWatcherEventsErrors, type GetWatcherEventsResponse, type GetWatcherEventsResponses, type GetWebhookConfigsByIdData, type GetWebhookConfigsByIdError, type GetWebhookConfigsByIdErrors, type GetWebhookConfigsByIdEventsData, type GetWebhookConfigsByIdEventsError, type GetWebhookConfigsByIdEventsErrors, type GetWebhookConfigsByIdEventsResponse, type GetWebhookConfigsByIdEventsResponses, type GetWebhookConfigsByIdResponse, type GetWebhookConfigsByIdResponses, type GetWebhookConfigsData, type GetWebhookConfigsError, type GetWebhookConfigsErrors, type GetWebhookConfigsResponse, type GetWebhookConfigsResponses, type GetWebhookConfigsStatsData, type GetWebhookConfigsStatsError, type GetWebhookConfigsStatsErrors, type GetWebhookConfigsStatsResponse, type GetWebhookConfigsStatsResponses, type GetWebhookDeliveriesByIdData, type GetWebhookDeliveriesByIdError, type GetWebhookDeliveriesByIdErrors, type GetWebhookDeliveriesByIdResponse, type GetWebhookDeliveriesByIdResponses, type GetWebhookDeliveriesData, type GetWebhookDeliveriesError, type GetWebhookDeliveriesErrors, type GetWebhookDeliveriesResponse, type GetWebhookDeliveriesResponses, type GetWebhookDeliveriesStatsData, type GetWebhookDeliveriesStatsError, type GetWebhookDeliveriesStatsErrors, type GetWebhookDeliveriesStatsResponse, type GetWebhookDeliveriesStatsResponses, type GetWorkspaceMembershipsData, type GetWorkspaceMembershipsError, type GetWorkspaceMembershipsErrors, type GetWorkspaceMembershipsResponse, type GetWorkspaceMembershipsResponses, type GetWorkspacesAnalyticsBatchData, type GetWorkspacesAnalyticsBatchError, type GetWorkspacesAnalyticsBatchErrors, type GetWorkspacesAnalyticsBatchResponse, type GetWorkspacesAnalyticsBatchResponses, type GetWorkspacesByIdData, type GetWorkspacesByIdError, type GetWorkspacesByIdErrors, type GetWorkspacesByIdMembersData, type GetWorkspacesByIdMembersError, type GetWorkspacesByIdMembersErrors, type GetWorkspacesByIdMembersResponse, type GetWorkspacesByIdMembersResponses, type GetWorkspacesByIdResponse, type GetWorkspacesByIdResponses, type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingData, type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingError, type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingErrors, type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingResponse, type GetWorkspacesByWorkspaceIdExtractionByDocumentIdMappingResponses, type GetWorkspacesByWorkspaceIdExtractionExportsByIdData, type GetWorkspacesByWorkspaceIdExtractionExportsByIdError, type GetWorkspacesByWorkspaceIdExtractionExportsByIdErrors, type GetWorkspacesByWorkspaceIdExtractionExportsByIdResponse, type GetWorkspacesByWorkspaceIdExtractionExportsByIdResponses, type GetWorkspacesByWorkspaceIdExtractionExportsData, type GetWorkspacesByWorkspaceIdExtractionExportsError, type GetWorkspacesByWorkspaceIdExtractionExportsErrors, type GetWorkspacesByWorkspaceIdExtractionExportsResponse, type GetWorkspacesByWorkspaceIdExtractionExportsResponses, type GetWorkspacesByWorkspaceIdTrainingAnalyticsData, type GetWorkspacesByWorkspaceIdTrainingAnalyticsError, type GetWorkspacesByWorkspaceIdTrainingAnalyticsErrors, type GetWorkspacesByWorkspaceIdTrainingAnalyticsResponse, type GetWorkspacesByWorkspaceIdTrainingAnalyticsResponses, type GetWorkspacesData, type GetWorkspacesError, type GetWorkspacesErrors, type GetWorkspacesMineData, type GetWorkspacesMineError, type GetWorkspacesMineErrors, type GetWorkspacesMineResponse, type GetWorkspacesMineResponses, type GetWorkspacesResponse, type GetWorkspacesResponses, type GetWorkspacesSharedData, type GetWorkspacesSharedError, type GetWorkspacesSharedErrors, type GetWorkspacesSharedResponse, type GetWorkspacesSharedResponses, GptCoreError, type GraphEdge, type GraphNode, type Invitation, type InvitationCreateRequest, InvitationCreateSchema, type IsvRevenue, type IsvSettlement, type Ledger, type Link, type Links, type LlmAnalytics, type LoginRequest, LoginRequestSchema, type Message, type MessageSendRequest, MessageSendSchema, NetworkError, NotFoundError, type NotificationLog, type NotificationMethod, type NotificationPreference, type ObjectType, type OperationSuccess, type Options, type PaginatedResponse, type PaginationLinks, type PaginationOptions, type PatchAgentsByIdData, type PatchAgentsByIdError, type PatchAgentsByIdErrors, type PatchAgentsByIdResponse, type PatchAgentsByIdResponses, type PatchAgentsByIdSchemaVersionsByVersionIdData, type PatchAgentsByIdSchemaVersionsByVersionIdError, type PatchAgentsByIdSchemaVersionsByVersionIdErrors, type PatchAgentsByIdSchemaVersionsByVersionIdResponse, type PatchAgentsByIdSchemaVersionsByVersionIdResponses, type PatchAiConversationsByIdData, type PatchAiConversationsByIdError, type PatchAiConversationsByIdErrors, type PatchAiConversationsByIdResponse, type PatchAiConversationsByIdResponses, type PatchApiKeysByIdAllocateData, type PatchApiKeysByIdAllocateError, type PatchApiKeysByIdAllocateErrors, type PatchApiKeysByIdAllocateResponse, type PatchApiKeysByIdAllocateResponses, type PatchApiKeysByIdData, type PatchApiKeysByIdError, type PatchApiKeysByIdErrors, type PatchApiKeysByIdResetPeriodData, type PatchApiKeysByIdResetPeriodError, type PatchApiKeysByIdResetPeriodErrors, type PatchApiKeysByIdResetPeriodResponse, type PatchApiKeysByIdResetPeriodResponses, type PatchApiKeysByIdResponse, type PatchApiKeysByIdResponses, type PatchApiKeysByIdRevokeData, type PatchApiKeysByIdRevokeError, type PatchApiKeysByIdRevokeErrors, type PatchApiKeysByIdRevokeResponse, type PatchApiKeysByIdRevokeResponses, type PatchApiKeysByIdRotateData, type PatchApiKeysByIdRotateError, type PatchApiKeysByIdRotateErrors, type PatchApiKeysByIdRotateResponse, type PatchApiKeysByIdRotateResponses, type PatchApiKeysByIdSetBudgetData, type PatchApiKeysByIdSetBudgetError, type PatchApiKeysByIdSetBudgetErrors, type PatchApiKeysByIdSetBudgetResponse, type PatchApiKeysByIdSetBudgetResponses, type PatchApplicationsByApplicationIdEmailTemplatesBySlugData, type PatchApplicationsByApplicationIdEmailTemplatesBySlugError, type PatchApplicationsByApplicationIdEmailTemplatesBySlugErrors, type PatchApplicationsByApplicationIdEmailTemplatesBySlugResponse, type PatchApplicationsByApplicationIdEmailTemplatesBySlugResponses, type PatchApplicationsByIdAllocateCreditsData, type PatchApplicationsByIdAllocateCreditsError, type PatchApplicationsByIdAllocateCreditsErrors, type PatchApplicationsByIdAllocateCreditsResponse, type PatchApplicationsByIdAllocateCreditsResponses, type PatchApplicationsByIdData, type PatchApplicationsByIdError, type PatchApplicationsByIdErrors, type PatchApplicationsByIdGrantCreditsData, type PatchApplicationsByIdGrantCreditsError, type PatchApplicationsByIdGrantCreditsErrors, type PatchApplicationsByIdGrantCreditsResponse, type PatchApplicationsByIdGrantCreditsResponses, type PatchApplicationsByIdResponse, type PatchApplicationsByIdResponses, type PatchBucketsByIdData, type PatchBucketsByIdError, type PatchBucketsByIdErrors, type PatchBucketsByIdResponse, type PatchBucketsByIdResponses, type PatchConfigsByKeyData, type PatchConfigsByKeyError, type PatchConfigsByKeyErrors, type PatchConfigsByKeyResponse, type PatchConfigsByKeyResponses, type PatchExtractionDocumentsByIdCancelData, type PatchExtractionDocumentsByIdCancelError, type PatchExtractionDocumentsByIdCancelErrors, type PatchExtractionDocumentsByIdCancelResponse, type PatchExtractionDocumentsByIdCancelResponses, type PatchExtractionDocumentsByIdDismissData, type PatchExtractionDocumentsByIdDismissError, type PatchExtractionDocumentsByIdDismissErrors, type PatchExtractionDocumentsByIdDismissResponse, type PatchExtractionDocumentsByIdDismissResponses, type PatchExtractionDocumentsByIdDismissTrainingData, type PatchExtractionDocumentsByIdDismissTrainingError, type PatchExtractionDocumentsByIdDismissTrainingErrors, type PatchExtractionDocumentsByIdDismissTrainingResponse, type PatchExtractionDocumentsByIdDismissTrainingResponses, type PatchExtractionDocumentsByIdExcludeData, type PatchExtractionDocumentsByIdExcludeError, type PatchExtractionDocumentsByIdExcludeErrors, type PatchExtractionDocumentsByIdExcludeResponse, type PatchExtractionDocumentsByIdExcludeResponses, type PatchExtractionDocumentsByIdFinishUploadData, type PatchExtractionDocumentsByIdFinishUploadError, type PatchExtractionDocumentsByIdFinishUploadErrors, type PatchExtractionDocumentsByIdFinishUploadResponse, type PatchExtractionDocumentsByIdFinishUploadResponses, type PatchExtractionDocumentsByIdIncludeData, type PatchExtractionDocumentsByIdIncludeError, type PatchExtractionDocumentsByIdIncludeErrors, type PatchExtractionDocumentsByIdIncludeResponse, type PatchExtractionDocumentsByIdIncludeResponses, type PatchExtractionDocumentsByIdMarkTrainedData, type PatchExtractionDocumentsByIdMarkTrainedError, type PatchExtractionDocumentsByIdMarkTrainedErrors, type PatchExtractionDocumentsByIdMarkTrainedResponse, type PatchExtractionDocumentsByIdMarkTrainedResponses, type PatchExtractionDocumentsByIdReprocessData, type PatchExtractionDocumentsByIdReprocessError, type PatchExtractionDocumentsByIdReprocessErrors, type PatchExtractionDocumentsByIdReprocessResponse, type PatchExtractionDocumentsByIdReprocessResponses, type PatchExtractionDocumentsByIdRestoreData, type PatchExtractionDocumentsByIdRestoreError, type PatchExtractionDocumentsByIdRestoreErrors, type PatchExtractionDocumentsByIdRestoreResponse, type PatchExtractionDocumentsByIdRestoreResponses, type PatchExtractionDocumentsByIdStatusData, type PatchExtractionDocumentsByIdStatusError, type PatchExtractionDocumentsByIdStatusErrors, type PatchExtractionDocumentsByIdStatusResponse, type PatchExtractionDocumentsByIdStatusResponses, type PatchExtractionDocumentsByIdVerificationData, type PatchExtractionDocumentsByIdVerificationError, type PatchExtractionDocumentsByIdVerificationErrors, type PatchExtractionDocumentsByIdVerificationResponse, type PatchExtractionDocumentsByIdVerificationResponses, type PatchExtractionResultsByIdCorrectionsData, type PatchExtractionResultsByIdCorrectionsError, type PatchExtractionResultsByIdCorrectionsErrors, type PatchExtractionResultsByIdCorrectionsResponse, type PatchExtractionResultsByIdCorrectionsResponses, type PatchExtractionResultsByIdRegenerateData, type PatchExtractionResultsByIdRegenerateError, type PatchExtractionResultsByIdRegenerateErrors, type PatchExtractionResultsByIdRegenerateResponse, type PatchExtractionResultsByIdRegenerateResponses, type PatchInvitationsByIdAcceptByUserData, type PatchInvitationsByIdAcceptByUserError, type PatchInvitationsByIdAcceptByUserErrors, type PatchInvitationsByIdAcceptByUserResponse, type PatchInvitationsByIdAcceptByUserResponses, type PatchInvitationsByIdAcceptData, type PatchInvitationsByIdAcceptError, type PatchInvitationsByIdAcceptErrors, type PatchInvitationsByIdAcceptResponse, type PatchInvitationsByIdAcceptResponses, type PatchInvitationsByIdDeclineData, type PatchInvitationsByIdDeclineError, type PatchInvitationsByIdDeclineErrors, type PatchInvitationsByIdDeclineResponse, type PatchInvitationsByIdDeclineResponses, type PatchInvitationsByIdResendData, type PatchInvitationsByIdResendError, type PatchInvitationsByIdResendErrors, type PatchInvitationsByIdResendResponse, type PatchInvitationsByIdResendResponses, type PatchInvitationsByIdRevokeData, type PatchInvitationsByIdRevokeError, type PatchInvitationsByIdRevokeErrors, type PatchInvitationsByIdRevokeResponse, type PatchInvitationsByIdRevokeResponses, type PatchMessagesByIdData, type PatchMessagesByIdError, type PatchMessagesByIdErrors, type PatchMessagesByIdResponse, type PatchMessagesByIdResponses, type PatchNotificationMethodsByIdData, type PatchNotificationMethodsByIdError, type PatchNotificationMethodsByIdErrors, type PatchNotificationMethodsByIdResponse, type PatchNotificationMethodsByIdResponses, type PatchNotificationMethodsByIdSendVerificationData, type PatchNotificationMethodsByIdSendVerificationError, type PatchNotificationMethodsByIdSendVerificationErrors, type PatchNotificationMethodsByIdSendVerificationResponse, type PatchNotificationMethodsByIdSendVerificationResponses, type PatchNotificationMethodsByIdSetPrimaryData, type PatchNotificationMethodsByIdSetPrimaryError, type PatchNotificationMethodsByIdSetPrimaryErrors, type PatchNotificationMethodsByIdSetPrimaryResponse, type PatchNotificationMethodsByIdSetPrimaryResponses, type PatchNotificationMethodsByIdVerifyData, type PatchNotificationMethodsByIdVerifyError, type PatchNotificationMethodsByIdVerifyErrors, type PatchNotificationMethodsByIdVerifyResponse, type PatchNotificationMethodsByIdVerifyResponses, type PatchNotificationPreferencesByIdData, type PatchNotificationPreferencesByIdError, type PatchNotificationPreferencesByIdErrors, type PatchNotificationPreferencesByIdResponse, type PatchNotificationPreferencesByIdResponses, type PatchSearchSavedByIdData, type PatchSearchSavedByIdError, type PatchSearchSavedByIdErrors, type PatchSearchSavedByIdResponse, type PatchSearchSavedByIdResponses, type PatchTenantMembershipsByTenantIdByUserIdData, type PatchTenantMembershipsByTenantIdByUserIdError, type PatchTenantMembershipsByTenantIdByUserIdErrors, type PatchTenantMembershipsByTenantIdByUserIdResponse, type PatchTenantMembershipsByTenantIdByUserIdResponses, type PatchTenantsByIdData, type PatchTenantsByIdError, type PatchTenantsByIdErrors, type PatchTenantsByIdResponse, type PatchTenantsByIdResponses, type PatchThreadsByIdArchiveData, type PatchThreadsByIdArchiveError, type PatchThreadsByIdArchiveErrors, type PatchThreadsByIdArchiveResponse, type PatchThreadsByIdArchiveResponses, type PatchThreadsByIdData, type PatchThreadsByIdError, type PatchThreadsByIdErrors, type PatchThreadsByIdResponse, type PatchThreadsByIdResponses, type PatchThreadsByIdUnarchiveData, type PatchThreadsByIdUnarchiveError, type PatchThreadsByIdUnarchiveErrors, type PatchThreadsByIdUnarchiveResponse, type PatchThreadsByIdUnarchiveResponses, type PatchTrainingExamplesByIdData, type PatchTrainingExamplesByIdError, type PatchTrainingExamplesByIdErrors, type PatchTrainingExamplesByIdResponse, type PatchTrainingExamplesByIdResponses, type PatchUserProfilesByIdAcceptTosData, type PatchUserProfilesByIdAcceptTosError, type PatchUserProfilesByIdAcceptTosErrors, type PatchUserProfilesByIdAcceptTosResponse, type PatchUserProfilesByIdAcceptTosResponses, type PatchUserProfilesByIdData, type PatchUserProfilesByIdDismissAnnouncementData, type PatchUserProfilesByIdDismissAnnouncementError, type PatchUserProfilesByIdDismissAnnouncementErrors, type PatchUserProfilesByIdDismissAnnouncementResponse, type PatchUserProfilesByIdDismissAnnouncementResponses, type PatchUserProfilesByIdDismissWelcomeData, type PatchUserProfilesByIdDismissWelcomeError, type PatchUserProfilesByIdDismissWelcomeErrors, type PatchUserProfilesByIdDismissWelcomeResponse, type PatchUserProfilesByIdDismissWelcomeResponses, type PatchUserProfilesByIdError, type PatchUserProfilesByIdErrors, type PatchUserProfilesByIdResponse, type PatchUserProfilesByIdResponses, type PatchUsersAuthPasswordChangeData, type PatchUsersAuthPasswordChangeError, type PatchUsersAuthPasswordChangeErrors, type PatchUsersAuthPasswordChangeResponse, type PatchUsersAuthPasswordChangeResponses, type PatchUsersAuthResetPasswordData, type PatchUsersAuthResetPasswordError, type PatchUsersAuthResetPasswordErrors, type PatchUsersAuthResetPasswordResponse, type PatchUsersAuthResetPasswordResponses, type PatchUsersByIdAdminData, type PatchUsersByIdAdminEmailData, type PatchUsersByIdAdminEmailError, type PatchUsersByIdAdminEmailErrors, type PatchUsersByIdAdminEmailResponse, type PatchUsersByIdAdminEmailResponses, type PatchUsersByIdAdminError, type PatchUsersByIdAdminErrors, type PatchUsersByIdAdminResponse, type PatchUsersByIdAdminResponses, type PatchUsersByIdConfirmEmailData, type PatchUsersByIdConfirmEmailError, type PatchUsersByIdConfirmEmailErrors, type PatchUsersByIdConfirmEmailResponse, type PatchUsersByIdConfirmEmailResponses, type PatchUsersByIdResetPasswordData, type PatchUsersByIdResetPasswordError, type PatchUsersByIdResetPasswordErrors, type PatchUsersByIdResetPasswordResponse, type PatchUsersByIdResetPasswordResponses, type PatchWalletAddonsByAddonSlugCancelData, type PatchWalletAddonsByAddonSlugCancelError, type PatchWalletAddonsByAddonSlugCancelErrors, type PatchWalletAddonsByAddonSlugCancelResponse, type PatchWalletAddonsByAddonSlugCancelResponses, type PatchWalletAddonsData, type PatchWalletAddonsError, type PatchWalletAddonsErrors, type PatchWalletAddonsResponse, type PatchWalletAddonsResponses, type PatchWalletAutoTopUpData, type PatchWalletAutoTopUpError, type PatchWalletAutoTopUpErrors, type PatchWalletAutoTopUpResponse, type PatchWalletAutoTopUpResponses, type PatchWalletCreditsData, type PatchWalletCreditsError, type PatchWalletCreditsErrors, type PatchWalletCreditsResponse, type PatchWalletCreditsResponses, type PatchWalletPlanData, type PatchWalletPlanError, type PatchWalletPlanErrors, type PatchWalletPlanResponse, type PatchWalletPlanResponses, type PatchWatcherClaimsByIdData, type PatchWatcherClaimsByIdError, type PatchWatcherClaimsByIdErrors, type PatchWatcherClaimsByIdReleaseData, type PatchWatcherClaimsByIdReleaseError, type PatchWatcherClaimsByIdReleaseErrors, type PatchWatcherClaimsByIdReleaseResponse, type PatchWatcherClaimsByIdReleaseResponses, type PatchWatcherClaimsByIdResponse, type PatchWatcherClaimsByIdResponses, type PatchWatcherClaimsByIdRetryData, type PatchWatcherClaimsByIdRetryError, type PatchWatcherClaimsByIdRetryErrors, type PatchWatcherClaimsByIdRetryResponse, type PatchWatcherClaimsByIdRetryResponses, type PatchWebhookConfigsByIdData, type PatchWebhookConfigsByIdError, type PatchWebhookConfigsByIdErrors, type PatchWebhookConfigsByIdResponse, type PatchWebhookConfigsByIdResponses, type PatchWebhookConfigsByIdRotateSecretData, type PatchWebhookConfigsByIdRotateSecretError, type PatchWebhookConfigsByIdRotateSecretErrors, type PatchWebhookConfigsByIdRotateSecretResponse, type PatchWebhookConfigsByIdRotateSecretResponses, type PatchWorkspaceMembershipsByWorkspaceIdByUserIdData, type PatchWorkspaceMembershipsByWorkspaceIdByUserIdError, type PatchWorkspaceMembershipsByWorkspaceIdByUserIdErrors, type PatchWorkspaceMembershipsByWorkspaceIdByUserIdResponse, type PatchWorkspaceMembershipsByWorkspaceIdByUserIdResponses, type PatchWorkspacesByIdAllocateData, type PatchWorkspacesByIdAllocateError, type PatchWorkspacesByIdAllocateErrors, type PatchWorkspacesByIdAllocateResponse, type PatchWorkspacesByIdAllocateResponses, type PatchWorkspacesByIdData, type PatchWorkspacesByIdError, type PatchWorkspacesByIdErrors, type PatchWorkspacesByIdPopulateHashesData, type PatchWorkspacesByIdPopulateHashesError, type PatchWorkspacesByIdPopulateHashesErrors, type PatchWorkspacesByIdPopulateHashesResponse, type PatchWorkspacesByIdPopulateHashesResponses, type PatchWorkspacesByIdResponse, type PatchWorkspacesByIdResponses, type PatchWorkspacesByIdStorageSettingsData, type PatchWorkspacesByIdStorageSettingsError, type PatchWorkspacesByIdStorageSettingsErrors, type PatchWorkspacesByIdStorageSettingsResponse, type PatchWorkspacesByIdStorageSettingsResponses, type Payment, type PaymentMethod, type Permission, type PermissionMeta, type PermissionPreset, type Plan, type PostAgentTestResultsData, type PostAgentTestResultsError, type PostAgentTestResultsErrors, type PostAgentTestResultsResponse, type PostAgentTestResultsResponses, type PostAgentVersionComparisonsData, type PostAgentVersionComparisonsError, type PostAgentVersionComparisonsErrors, type PostAgentVersionComparisonsResponse, type PostAgentVersionComparisonsResponses, type PostAgentVersionsByIdAddSystemFieldData, type PostAgentVersionsByIdAddSystemFieldError, type PostAgentVersionsByIdAddSystemFieldErrors, type PostAgentVersionsByIdAddSystemFieldResponses, type PostAgentVersionsByIdRemoveSystemFieldData, type PostAgentVersionsByIdRemoveSystemFieldError, type PostAgentVersionsByIdRemoveSystemFieldErrors, type PostAgentVersionsByIdRemoveSystemFieldResponses, type PostAgentVersionsByIdSetSystemFieldsData, type PostAgentVersionsByIdSetSystemFieldsError, type PostAgentVersionsByIdSetSystemFieldsErrors, type PostAgentVersionsByIdSetSystemFieldsResponses, type PostAgentVersionsData, type PostAgentVersionsError, type PostAgentVersionsErrors, type PostAgentVersionsResponse, type PostAgentVersionsResponses, type PostAgentsByIdCloneData, type PostAgentsByIdCloneError, type PostAgentsByIdCloneErrors, type PostAgentsByIdCloneResponse, type PostAgentsByIdCloneResponses, type PostAgentsByIdDiscoverSchemaData, type PostAgentsByIdDiscoverSchemaError, type PostAgentsByIdDiscoverSchemaErrors, type PostAgentsByIdDiscoverSchemaResponse, type PostAgentsByIdDiscoverSchemaResponses, type PostAgentsByIdExportData, type PostAgentsByIdExportError, type PostAgentsByIdExportErrors, type PostAgentsByIdExportResponse, type PostAgentsByIdExportResponses, type PostAgentsByIdPublishVersionData, type PostAgentsByIdPublishVersionError, type PostAgentsByIdPublishVersionErrors, type PostAgentsByIdPublishVersionResponse, type PostAgentsByIdPublishVersionResponses, type PostAgentsByIdSchemaVersionsByVersionIdActivateData, type PostAgentsByIdSchemaVersionsByVersionIdActivateError, type PostAgentsByIdSchemaVersionsByVersionIdActivateErrors, type PostAgentsByIdSchemaVersionsByVersionIdActivateResponse, type PostAgentsByIdSchemaVersionsByVersionIdActivateResponses, type PostAgentsByIdSchemaVersionsData, type PostAgentsByIdSchemaVersionsError, type PostAgentsByIdSchemaVersionsErrors, type PostAgentsByIdSchemaVersionsResponse, type PostAgentsByIdSchemaVersionsResponses, type PostAgentsByIdTeachData, type PostAgentsByIdTeachError, type PostAgentsByIdTeachErrors, type PostAgentsByIdTeachResponse, type PostAgentsByIdTeachResponses, type PostAgentsByIdTestData, type PostAgentsByIdTestError, type PostAgentsByIdTestErrors, type PostAgentsByIdTestResponse, type PostAgentsByIdTestResponses, type PostAgentsByIdValidateData, type PostAgentsByIdValidateError, type PostAgentsByIdValidateErrors, type PostAgentsByIdValidateResponse, type PostAgentsByIdValidateResponses, type PostAgentsCloneForWorkspaceData, type PostAgentsCloneForWorkspaceError, type PostAgentsCloneForWorkspaceErrors, type PostAgentsCloneForWorkspaceResponse, type PostAgentsCloneForWorkspaceResponses, type PostAgentsData, type PostAgentsError, type PostAgentsErrors, type PostAgentsImportData, type PostAgentsImportError, type PostAgentsImportErrors, type PostAgentsImportResponse, type PostAgentsImportResponses, type PostAgentsPredictData, type PostAgentsPredictError, type PostAgentsPredictErrors, type PostAgentsPredictResponse, type PostAgentsPredictResponses, type PostAgentsResponse, type PostAgentsResponses, type PostAiChunksSearchData, type PostAiChunksSearchError, type PostAiChunksSearchErrors, type PostAiChunksSearchResponse, type PostAiChunksSearchResponses, type PostAiConversationsData, type PostAiConversationsError, type PostAiConversationsErrors, type PostAiConversationsResponse, type PostAiConversationsResponses, type PostAiEmbedData, type PostAiEmbedError, type PostAiEmbedErrors, type PostAiEmbedResponse, type PostAiEmbedResponses, type PostAiGraphEdgesData, type PostAiGraphEdgesError, type PostAiGraphEdgesErrors, type PostAiGraphEdgesResponse, type PostAiGraphEdgesResponses, type PostAiGraphNodesData, type PostAiGraphNodesError, type PostAiGraphNodesErrors, type PostAiGraphNodesResponse, type PostAiGraphNodesResponses, type PostAiMessagesData, type PostAiMessagesError, type PostAiMessagesErrors, type PostAiMessagesResponse, type PostAiMessagesResponses, type PostAiSearchAdvancedData, type PostAiSearchAdvancedError, type PostAiSearchAdvancedErrors, type PostAiSearchAdvancedResponse, type PostAiSearchAdvancedResponses, type PostAiSearchData, type PostAiSearchError, type PostAiSearchErrors, type PostAiSearchResponse, type PostAiSearchResponses, type PostApiKeysData, type PostApiKeysError, type PostApiKeysErrors, type PostApiKeysResponse, type PostApiKeysResponses, type PostApplicationsByApplicationIdEmailTemplatesBySlugPreviewData, type PostApplicationsByApplicationIdEmailTemplatesBySlugPreviewError, type PostApplicationsByApplicationIdEmailTemplatesBySlugPreviewErrors, type PostApplicationsByApplicationIdEmailTemplatesBySlugPreviewResponse, type PostApplicationsByApplicationIdEmailTemplatesBySlugPreviewResponses, type PostApplicationsByApplicationIdEmailTemplatesBySlugTestData, type PostApplicationsByApplicationIdEmailTemplatesBySlugTestError, type PostApplicationsByApplicationIdEmailTemplatesBySlugTestErrors, type PostApplicationsByApplicationIdEmailTemplatesBySlugTestResponse, type PostApplicationsByApplicationIdEmailTemplatesBySlugTestResponses, type PostApplicationsByApplicationIdEmailTemplatesData, type PostApplicationsByApplicationIdEmailTemplatesError, type PostApplicationsByApplicationIdEmailTemplatesErrors, type PostApplicationsByApplicationIdEmailTemplatesResponse, type PostApplicationsByApplicationIdEmailTemplatesResponses, type PostApplicationsData, type PostApplicationsError, type PostApplicationsErrors, type PostApplicationsResponse, type PostApplicationsResponses, type PostBucketsData, type PostBucketsError, type PostBucketsErrors, type PostBucketsResponse, type PostBucketsResponses, type PostConfigsData, type PostConfigsError, type PostConfigsErrors, type PostConfigsResponse, type PostConfigsResponses, type PostDocumentsBulkDeleteData, type PostDocumentsBulkDeleteError, type PostDocumentsBulkDeleteErrors, type PostDocumentsBulkDeleteResponse, type PostDocumentsBulkDeleteResponses, type PostDocumentsPresignedUploadData, type PostDocumentsPresignedUploadError, type PostDocumentsPresignedUploadErrors, type PostDocumentsPresignedUploadResponse, type PostDocumentsPresignedUploadResponses, type PostExtractionBatchesData, type PostExtractionBatchesError, type PostExtractionBatchesErrors, type PostExtractionBatchesResponse, type PostExtractionBatchesResponses, type PostExtractionDocumentsBeginUploadData, type PostExtractionDocumentsBeginUploadError, type PostExtractionDocumentsBeginUploadErrors, type PostExtractionDocumentsBeginUploadResponse, type PostExtractionDocumentsBeginUploadResponses, type PostExtractionDocumentsBulkReprocessData, type PostExtractionDocumentsBulkReprocessError, type PostExtractionDocumentsBulkReprocessErrors, type PostExtractionDocumentsBulkReprocessResponse, type PostExtractionDocumentsBulkReprocessResponses, type PostExtractionDocumentsFindOrBeginUploadData, type PostExtractionDocumentsFindOrBeginUploadError, type PostExtractionDocumentsFindOrBeginUploadErrors, type PostExtractionDocumentsFindOrBeginUploadResponse, type PostExtractionDocumentsFindOrBeginUploadResponses, type PostExtractionDocumentsUploadData, type PostExtractionDocumentsUploadError, type PostExtractionDocumentsUploadErrors, type PostExtractionDocumentsUploadResponse, type PostExtractionDocumentsUploadResponses, type PostExtractionResultsData, type PostExtractionResultsError, type PostExtractionResultsErrors, type PostExtractionResultsResponse, type PostExtractionResultsResponses, type PostExtractionSchemaDiscoveriesData, type PostExtractionSchemaDiscoveriesError, type PostExtractionSchemaDiscoveriesErrors, type PostExtractionSchemaDiscoveriesResponse, type PostExtractionSchemaDiscoveriesResponses, type PostFieldTemplatesData, type PostFieldTemplatesError, type PostFieldTemplatesErrors, type PostFieldTemplatesResponse, type PostFieldTemplatesResponses, type PostInvitationsAcceptByTokenData, type PostInvitationsAcceptByTokenError, type PostInvitationsAcceptByTokenErrors, type PostInvitationsAcceptByTokenResponse, type PostInvitationsAcceptByTokenResponses, type PostInvitationsData, type PostInvitationsError, type PostInvitationsErrors, type PostInvitationsResponse, type PostInvitationsResponses, type PostLlmAnalyticsData, type PostLlmAnalyticsError, type PostLlmAnalyticsErrors, type PostLlmAnalyticsResponse, type PostLlmAnalyticsResponses, type PostMessagesData, type PostMessagesError, type PostMessagesErrors, type PostMessagesResponse, type PostMessagesResponses, type PostNotificationMethodsData, type PostNotificationMethodsError, type PostNotificationMethodsErrors, type PostNotificationMethodsResponse, type PostNotificationMethodsResponses, type PostNotificationPreferencesData, type PostNotificationPreferencesError, type PostNotificationPreferencesErrors, type PostNotificationPreferencesResponse, type PostNotificationPreferencesResponses, type PostObjectsBulkDestroyData, type PostObjectsBulkDestroyError, type PostObjectsBulkDestroyErrors, type PostObjectsBulkDestroyResponse, type PostObjectsBulkDestroyResponses, type PostObjectsCopyData, type PostObjectsCopyError, type PostObjectsCopyErrors, type PostObjectsCopyResponse, type PostObjectsCopyResponses, type PostObjectsMoveData, type PostObjectsMoveError, type PostObjectsMoveErrors, type PostObjectsMoveResponse, type PostObjectsMoveResponses, type PostObjectsRegisterData, type PostObjectsRegisterError, type PostObjectsRegisterErrors, type PostObjectsRegisterResponse, type PostObjectsRegisterResponses, type PostPaymentsData, type PostPaymentsError, type PostPaymentsErrors, type PostPaymentsResponse, type PostPaymentsResponses, type PostSearchBatchData, type PostSearchBatchError, type PostSearchBatchErrors, type PostSearchBatchResponse, type PostSearchBatchResponses, type PostSearchReindexData, type PostSearchReindexError, type PostSearchReindexErrors, type PostSearchReindexResponse, type PostSearchReindexResponses, type PostSearchSavedByIdRunData, type PostSearchSavedByIdRunError, type PostSearchSavedByIdRunErrors, type PostSearchSavedByIdRunResponse, type PostSearchSavedByIdRunResponses, type PostSearchSavedData, type PostSearchSavedError, type PostSearchSavedErrors, type PostSearchSavedResponse, type PostSearchSavedResponses, type PostStorageSignDownloadData, type PostStorageSignDownloadError, type PostStorageSignDownloadErrors, type PostStorageSignDownloadResponse, type PostStorageSignDownloadResponses, type PostStorageSignUploadData, type PostStorageSignUploadError, type PostStorageSignUploadErrors, type PostStorageSignUploadResponse, type PostStorageSignUploadResponses, type PostTenantMembershipsData, type PostTenantMembershipsError, type PostTenantMembershipsErrors, type PostTenantMembershipsResponse, type PostTenantMembershipsResponses, type PostTenantsByIdBuyStorageData, type PostTenantsByIdBuyStorageError, type PostTenantsByIdBuyStorageErrors, type PostTenantsByIdBuyStorageResponse, type PostTenantsByIdBuyStorageResponses, type PostTenantsByIdCreditData, type PostTenantsByIdCreditError, type PostTenantsByIdCreditErrors, type PostTenantsByIdCreditResponse, type PostTenantsByIdCreditResponses, type PostTenantsByIdRemoveStorageData, type PostTenantsByIdRemoveStorageError, type PostTenantsByIdRemoveStorageErrors, type PostTenantsByIdRemoveStorageResponse, type PostTenantsByIdRemoveStorageResponses, type PostTenantsByIdSchedulePurgeData, type PostTenantsByIdSchedulePurgeError, type PostTenantsByIdSchedulePurgeErrors, type PostTenantsByIdSchedulePurgeResponse, type PostTenantsByIdSchedulePurgeResponses, type PostTenantsData, type PostTenantsError, type PostTenantsErrors, type PostTenantsIsvData, type PostTenantsIsvError, type PostTenantsIsvErrors, type PostTenantsIsvResponse, type PostTenantsIsvResponses, type PostTenantsResponse, type PostTenantsResponses, type PostThreadsActiveData, type PostThreadsActiveError, type PostThreadsActiveErrors, type PostThreadsActiveResponse, type PostThreadsActiveResponses, type PostThreadsByIdExportData, type PostThreadsByIdExportError, type PostThreadsByIdExportErrors, type PostThreadsByIdExportResponse, type PostThreadsByIdExportResponses, type PostThreadsByIdForkData, type PostThreadsByIdForkError, type PostThreadsByIdForkErrors, type PostThreadsByIdForkResponse, type PostThreadsByIdForkResponses, type PostThreadsByIdMessagesData, type PostThreadsByIdMessagesError, type PostThreadsByIdMessagesErrors, type PostThreadsByIdMessagesResponse, type PostThreadsByIdMessagesResponses, type PostThreadsByIdSummarizeData, type PostThreadsByIdSummarizeError, type PostThreadsByIdSummarizeErrors, type PostThreadsByIdSummarizeResponse, type PostThreadsByIdSummarizeResponses, type PostThreadsData, type PostThreadsError, type PostThreadsErrors, type PostThreadsResponse, type PostThreadsResponses, type PostTokensData, type PostTokensError, type PostTokensErrors, type PostTokensResponse, type PostTokensResponses, type PostTrainingExamplesBulkData, type PostTrainingExamplesBulkDeleteData, type PostTrainingExamplesBulkDeleteError, type PostTrainingExamplesBulkDeleteErrors, type PostTrainingExamplesBulkDeleteResponse, type PostTrainingExamplesBulkDeleteResponses, type PostTrainingExamplesBulkError, type PostTrainingExamplesBulkErrors, type PostTrainingExamplesBulkResponse, type PostTrainingExamplesBulkResponses, type PostTrainingExamplesData, type PostTrainingExamplesError, type PostTrainingExamplesErrors, type PostTrainingExamplesResponse, type PostTrainingExamplesResponses, type PostTrainingExamplesSearchData, type PostTrainingExamplesSearchError, type PostTrainingExamplesSearchErrors, type PostTrainingExamplesSearchResponse, type PostTrainingExamplesSearchResponses, type PostUserProfilesData, type PostUserProfilesError, type PostUserProfilesErrors, type PostUserProfilesResponse, type PostUserProfilesResponses, type PostUsersAuthConfirmData, type PostUsersAuthConfirmError, type PostUsersAuthConfirmErrors, type PostUsersAuthConfirmResponse, type PostUsersAuthConfirmResponses, type PostUsersAuthLoginData, type PostUsersAuthLoginError, type PostUsersAuthLoginErrors, type PostUsersAuthLoginResponse, type PostUsersAuthLoginResponses, type PostUsersAuthMagicLinkLoginData, type PostUsersAuthMagicLinkLoginError, type PostUsersAuthMagicLinkLoginErrors, type PostUsersAuthMagicLinkLoginResponse, type PostUsersAuthMagicLinkLoginResponses, type PostUsersAuthMagicLinkRequestData, type PostUsersAuthMagicLinkRequestError, type PostUsersAuthMagicLinkRequestErrors, type PostUsersAuthMagicLinkRequestResponse, type PostUsersAuthMagicLinkRequestResponses, type PostUsersAuthRegisterData, type PostUsersAuthRegisterError, type PostUsersAuthRegisterErrors, type PostUsersAuthRegisterResponse, type PostUsersAuthRegisterResponses, type PostUsersAuthRegisterWithOidcData, type PostUsersAuthRegisterWithOidcError, type PostUsersAuthRegisterWithOidcErrors, type PostUsersAuthRegisterWithOidcResponse, type PostUsersAuthRegisterWithOidcResponses, type PostUsersAuthResendConfirmationData, type PostUsersAuthResendConfirmationError, type PostUsersAuthResendConfirmationErrors, type PostUsersAuthResendConfirmationResponse, type PostUsersAuthResendConfirmationResponses, type PostUsersRegisterIsvData, type PostUsersRegisterIsvError, type PostUsersRegisterIsvErrors, type PostUsersRegisterIsvResponse, type PostUsersRegisterIsvResponses, type PostWatcherClaimsData, type PostWatcherClaimsError, type PostWatcherClaimsErrors, type PostWatcherClaimsResponse, type PostWatcherClaimsResponses, type PostWatcherEventsData, type PostWatcherEventsError, type PostWatcherEventsErrors, type PostWatcherEventsResponse, type PostWatcherEventsResponses, type PostWebhookConfigsBulkDisableData, type PostWebhookConfigsBulkDisableError, type PostWebhookConfigsBulkDisableErrors, type PostWebhookConfigsBulkDisableResponse, type PostWebhookConfigsBulkDisableResponses, type PostWebhookConfigsBulkEnableData, type PostWebhookConfigsBulkEnableError, type PostWebhookConfigsBulkEnableErrors, type PostWebhookConfigsBulkEnableResponse, type PostWebhookConfigsBulkEnableResponses, type PostWebhookConfigsByIdReplayData, type PostWebhookConfigsByIdReplayError, type PostWebhookConfigsByIdReplayErrors, type PostWebhookConfigsByIdReplayResponse, type PostWebhookConfigsByIdReplayResponses, type PostWebhookConfigsByIdTestData, type PostWebhookConfigsByIdTestError, type PostWebhookConfigsByIdTestErrors, type PostWebhookConfigsByIdTestResponse, type PostWebhookConfigsByIdTestResponses, type PostWebhookConfigsData, type PostWebhookConfigsError, type PostWebhookConfigsErrors, type PostWebhookConfigsResponse, type PostWebhookConfigsResponses, type PostWebhookDeliveriesBulkRetryData, type PostWebhookDeliveriesBulkRetryError, type PostWebhookDeliveriesBulkRetryErrors, type PostWebhookDeliveriesBulkRetryResponse, type PostWebhookDeliveriesBulkRetryResponses, type PostWebhookDeliveriesByIdRetryData, type PostWebhookDeliveriesByIdRetryError, type PostWebhookDeliveriesByIdRetryErrors, type PostWebhookDeliveriesByIdRetryResponse, type PostWebhookDeliveriesByIdRetryResponses, type PostWorkspaceMembershipsData, type PostWorkspaceMembershipsError, type PostWorkspaceMembershipsErrors, type PostWorkspaceMembershipsResponse, type PostWorkspaceMembershipsResponses, type PostWorkspacesByWorkspaceIdExtractionByDocumentIdMappingData, type PostWorkspacesByWorkspaceIdExtractionByDocumentIdMappingError, type PostWorkspacesByWorkspaceIdExtractionByDocumentIdMappingErrors, type PostWorkspacesByWorkspaceIdExtractionByDocumentIdMappingResponse, type PostWorkspacesByWorkspaceIdExtractionByDocumentIdMappingResponses, type PostWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrainedData, type PostWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrainedError, type PostWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrainedErrors, type PostWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrainedResponse, type PostWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrainedResponses, type PostWorkspacesByWorkspaceIdExtractionExportsData, type PostWorkspacesByWorkspaceIdExtractionExportsError, type PostWorkspacesByWorkspaceIdExtractionExportsErrors, type PostWorkspacesByWorkspaceIdExtractionExportsResponse, type PostWorkspacesByWorkspaceIdExtractionExportsResponses, type PostWorkspacesData, type PostWorkspacesError, type PostWorkspacesErrors, type PostWorkspacesResponse, type PostWorkspacesResponses, type PresignedDownloadRequest, PresignedDownloadSchema, type PresignedUploadRequest, PresignedUploadSchema, type PresignedUrl, type PricingRule, type PricingStrategy, RateLimitError, type RegisterRequest, RegisterRequestSchema, type RetryConfig, type SavedSearch, type SchemaDiscovery, type Search, type SearchAnalytics, type SearchRequest, SearchRequestSchema, type SemanticCacheEntry, ServerError, type StorageStats, type StorageStatsType, type StreamMessageChunk, type StreamOptions, type Subscription, type SystemMessage, type Tenant, type TenantDocumentStats, type TenantMembership, type TenantPricingOverride, type TenantStats, type Thread, type ThreadCreateRequest, ThreadCreateSchema, TimeoutError, type Token, type TrainingAnalytics, type TrainingExample, type TrainingSession, type Transaction, type Transfer, type User, type UserProfile, ValidationError, type Wallet, type WatcherClaim, type WatcherEvent, type WebhookConfig, type WebhookConfigCreateRequest, WebhookConfigCreateSchema, type WebhookConfigUpdateRequest, WebhookConfigUpdateSchema, type WebhookDelivery, WebhookError, type Workspace, type WorkspaceCreateRequest, WorkspaceCreateSchema, type WorkspaceDocumentStats, type WorkspaceMembership, type WorkspaceSettingsInputCreateType, type WorkspaceSettingsInputUpdateType, type XApplicationKey, type _Error, type _Object, calculateBackoff, client, collectStreamedMessage, gptCore as default, deleteAgentVersionsById, deleteAgentsById, deleteAiConversationsById, deleteAiGraphEdgesById, deleteAiGraphNodesById, deleteAiMessagesById, deleteApiKeysById, deleteApplicationsByApplicationIdEmailTemplatesBySlug, deleteApplicationsById, deleteBucketsById, deleteExtractionBatchesById, deleteExtractionDocumentsById, deleteFieldTemplatesById, deleteMessagesById, deleteNotificationMethodsById, deleteNotificationPreferencesById, deleteObjectsById, deleteSearchSavedById, deleteTenantMembershipsByTenantIdByUserId, deleteTenantsById, deleteThreadsById, deleteTrainingExamplesById, deleteTrainingSessionsById, deleteUserProfilesById, deleteUsersById, deleteWebhookConfigsById, deleteWorkspaceMembershipsByWorkspaceIdByUserId, deleteWorkspacesById, getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions, getAgentVersionRevisionsById, getAgentVersions, getAgentVersionsById, getAgentVersionsByIdMetrics, getAgents, getAgentsById, getAgentsByIdSchemaVersions, getAgentsByIdStats, getAgentsByIdTrainingStats, getAgentsByIdUsage, getAgentsUsage, getAiChunksDocumentByDocumentId, getAiConversations, getAiConversationsById, getAiGraphEdges, getAiGraphNodes, getAiGraphNodesBySourceNodeIdRelated, getAiGraphNodesLabelByLabel, getAiMessages, getApiKeys, getApiKeysActive, getApiKeysById, getApiKeysStats, getApplications, getApplicationsByApplicationIdEmailTemplates, getApplicationsByApplicationIdEmailTemplatesBySlug, getApplicationsById, getApplicationsBySlugBySlug, getApplicationsCurrent, getAuditLogs, getAuditLogsActivity, getBuckets, getBucketsAll, getBucketsById, getBucketsByIdObjects, getBucketsByIdStats, getConfigs, getCreditPackages, getCreditPackagesById, getCreditPackagesSlugBySlug, getDocumentsStats, getExtractionBatchesById, getExtractionBatchesByIdUploadUrls, getExtractionBatchesWorkspaceByWorkspaceId, getExtractionDocuments, getExtractionDocumentsById, getExtractionDocumentsByIdStatus, getExtractionDocumentsByIdView, getExtractionDocumentsWorkspaceByWorkspaceId, getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus, getExtractionDocumentsWorkspaceByWorkspaceIdExcluded, getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue, getExtractionDocumentsWorkspaceByWorkspaceIdTrained, getExtractionDocumentsWorkspaceByWorkspaceIdTrashed, getExtractionResultsById, getExtractionResultsDocumentByDocumentId, getExtractionResultsWorkspaceByWorkspaceId, getExtractionSchemaDiscoveriesById, getFieldTemplates, getFieldTemplatesById, getInvitations, getInvitationsConsumeByToken, getInvitationsMe, getLlmAnalytics, getLlmAnalyticsById, getLlmAnalyticsCosts, getLlmAnalyticsPlatform, getLlmAnalyticsSummary, getLlmAnalyticsUsage, getLlmAnalyticsWorkspace, getMessages, getMessagesById, getMessagesSearch, getMessagesSemanticSearch, getNotificationLogs, getNotificationLogsById, getNotificationLogsStats, getNotificationMethods, getNotificationMethodsById, getNotificationPreferences, getNotificationPreferencesById, getObjects, getObjectsById, getPermissions, getPermissionsById, getPermissionsMeta, getPermissionsPresets, getPermissionsPresetsById, getPlans, getPlansById, getPlansSlugBySlug, getSearch, getSearchAnalytics, getSearchAnalyticsSummary, getSearchHealth, getSearchIndexes, getSearchSaved, getSearchSemantic, getSearchStats, getSearchStatus, getSearchSuggest, getStorageStats, getStorageStatsTenantByTenantId, getTenantMemberships, getTenants, getTenantsById, getTenantsByTenantIdDocumentStats, getTenantsByTenantIdStats, getTenantsByTenantIdWorkspaceStats, getThreads, getThreadsById, getThreadsByIdMessages, getThreadsSearch, getThreadsStats, getThreadsWorkspaceStats, getTrainingExamples, getTrainingExamplesById, getTrainingSessionsAgentsByAgentIdSessions, getTrainingSessionsById, getTransactions, getTransactionsById, getUserProfiles, getUserProfilesById, getUserProfilesMe, getUsers, getUsersByEmail, getUsersById, getUsersMe, getUsersMeActivity, getUsersMeDashboard, getUsersMeStats, getUsersMeTenants, getWallet, getWalletInvoices, getWatcherClaims, getWatcherClaimsById, getWatcherClaimsStatus, getWatcherEvents, getWatcherEventsById, getWebhookConfigs, getWebhookConfigsById, getWebhookConfigsByIdEvents, getWebhookConfigsStats, getWebhookDeliveries, getWebhookDeliveriesById, getWebhookDeliveriesStats, getWorkspaceMemberships, getWorkspaces, getWorkspacesAnalyticsBatch, getWorkspacesById, getWorkspacesByIdMembers, getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping, getWorkspacesByWorkspaceIdExtractionExports, getWorkspacesByWorkspaceIdExtractionExportsById, getWorkspacesByWorkspaceIdTrainingAnalytics, getWorkspacesMine, getWorkspacesShared, handleApiError, isRetryableError, paginateAll, paginateToArray, patchAgentsById, patchAgentsByIdSchemaVersionsByVersionId, patchAiConversationsById, patchApiKeysById, patchApiKeysByIdAllocate, patchApiKeysByIdResetPeriod, patchApiKeysByIdRevoke, patchApiKeysByIdRotate, patchApiKeysByIdSetBudget, patchApplicationsByApplicationIdEmailTemplatesBySlug, patchApplicationsById, patchApplicationsByIdAllocateCredits, patchApplicationsByIdGrantCredits, patchBucketsById, patchConfigsByKey, patchExtractionDocumentsByIdCancel, patchExtractionDocumentsByIdDismiss, patchExtractionDocumentsByIdDismissTraining, patchExtractionDocumentsByIdExclude, patchExtractionDocumentsByIdFinishUpload, patchExtractionDocumentsByIdInclude, patchExtractionDocumentsByIdMarkTrained, patchExtractionDocumentsByIdReprocess, patchExtractionDocumentsByIdRestore, patchExtractionDocumentsByIdStatus, patchExtractionDocumentsByIdVerification, patchExtractionResultsByIdCorrections, patchExtractionResultsByIdRegenerate, patchInvitationsByIdAccept, patchInvitationsByIdAcceptByUser, patchInvitationsByIdDecline, patchInvitationsByIdResend, patchInvitationsByIdRevoke, patchMessagesById, patchNotificationMethodsById, patchNotificationMethodsByIdSendVerification, patchNotificationMethodsByIdSetPrimary, patchNotificationMethodsByIdVerify, patchNotificationPreferencesById, patchSearchSavedById, patchTenantMembershipsByTenantIdByUserId, patchTenantsById, patchThreadsById, patchThreadsByIdArchive, patchThreadsByIdUnarchive, patchTrainingExamplesById, patchUserProfilesById, patchUserProfilesByIdAcceptTos, patchUserProfilesByIdDismissAnnouncement, patchUserProfilesByIdDismissWelcome, patchUsersAuthPasswordChange, patchUsersAuthResetPassword, patchUsersByIdAdmin, patchUsersByIdAdminEmail, patchUsersByIdConfirmEmail, patchUsersByIdResetPassword, patchWalletAddons, patchWalletAddonsByAddonSlugCancel, patchWalletAutoTopUp, patchWalletCredits, patchWalletPlan, patchWatcherClaimsById, patchWatcherClaimsByIdRelease, patchWatcherClaimsByIdRetry, patchWebhookConfigsById, patchWebhookConfigsByIdRotateSecret, patchWorkspaceMembershipsByWorkspaceIdByUserId, patchWorkspacesById, patchWorkspacesByIdAllocate, patchWorkspacesByIdPopulateHashes, patchWorkspacesByIdStorageSettings, postAgentTestResults, postAgentVersionComparisons, postAgentVersions, postAgentVersionsByIdAddSystemField, postAgentVersionsByIdRemoveSystemField, postAgentVersionsByIdSetSystemFields, postAgents, postAgentsByIdClone, postAgentsByIdDiscoverSchema, postAgentsByIdExport, postAgentsByIdPublishVersion, postAgentsByIdSchemaVersions, postAgentsByIdSchemaVersionsByVersionIdActivate, postAgentsByIdTeach, postAgentsByIdTest, postAgentsByIdValidate, postAgentsCloneForWorkspace, postAgentsImport, postAgentsPredict, postAiChunksSearch, postAiConversations, postAiEmbed, postAiGraphEdges, postAiGraphNodes, postAiMessages, postAiSearch, postAiSearchAdvanced, postApiKeys, postApplications, postApplicationsByApplicationIdEmailTemplates, postApplicationsByApplicationIdEmailTemplatesBySlugPreview, postApplicationsByApplicationIdEmailTemplatesBySlugTest, postBuckets, postConfigs, postDocumentsBulkDelete, postDocumentsPresignedUpload, postExtractionBatches, postExtractionDocumentsBeginUpload, postExtractionDocumentsBulkReprocess, postExtractionDocumentsFindOrBeginUpload, postExtractionDocumentsUpload, postExtractionResults, postExtractionSchemaDiscoveries, postFieldTemplates, postInvitations, postInvitationsAcceptByToken, postLlmAnalytics, postMessages, postNotificationMethods, postNotificationPreferences, postObjectsBulkDestroy, postObjectsCopy, postObjectsMove, postObjectsRegister, postPayments, postSearchBatch, postSearchReindex, postSearchSaved, postSearchSavedByIdRun, postStorageSignDownload, postStorageSignUpload, postTenantMemberships, postTenants, postTenantsByIdBuyStorage, postTenantsByIdCredit, postTenantsByIdRemoveStorage, postTenantsByIdSchedulePurge, postTenantsIsv, postThreads, postThreadsActive, postThreadsByIdExport, postThreadsByIdFork, postThreadsByIdMessages, postThreadsByIdSummarize, postTokens, postTrainingExamples, postTrainingExamplesBulk, postTrainingExamplesBulkDelete, postTrainingExamplesSearch, postUserProfiles, postUsersAuthConfirm, postUsersAuthLogin, postUsersAuthMagicLinkLogin, postUsersAuthMagicLinkRequest, postUsersAuthRegister, postUsersAuthRegisterWithOidc, postUsersAuthResendConfirmation, postUsersRegisterIsv, postWatcherClaims, postWatcherEvents, postWebhookConfigs, postWebhookConfigsBulkDisable, postWebhookConfigsBulkEnable, postWebhookConfigsByIdReplay, postWebhookConfigsByIdTest, postWebhookDeliveriesBulkRetry, postWebhookDeliveriesByIdRetry, postWorkspaceMemberships, postWorkspaces, postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping, postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained, postWorkspacesByWorkspaceIdExtractionExports, retryWithBackoff, sleep, streamMessage, streamSSE, webhooks, withRetry };