@gpt-core/client 0.9.12 → 0.9.13
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 +2213 -13414
- package/dist/index.d.ts +2213 -13414
- package/dist/index.js +777 -121
- package/dist/index.mjs +771 -109
- package/llms.txt +4 -28
- package/package.json +1 -1
- package/dist/index.cjs +0 -4043
package/dist/index.mjs
CHANGED
|
@@ -19,13 +19,11 @@ __export(sdk_gen_exports, {
|
|
|
19
19
|
deleteBucketsById: () => deleteBucketsById,
|
|
20
20
|
deleteExtractionBatchesById: () => deleteExtractionBatchesById,
|
|
21
21
|
deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
|
|
22
|
-
deleteExtractionResultsById: () => deleteExtractionResultsById,
|
|
23
22
|
deleteFieldTemplatesById: () => deleteFieldTemplatesById,
|
|
24
23
|
deleteMessagesById: () => deleteMessagesById,
|
|
25
24
|
deleteNotificationMethodsById: () => deleteNotificationMethodsById,
|
|
26
25
|
deleteNotificationPreferencesById: () => deleteNotificationPreferencesById,
|
|
27
26
|
deleteObjectsById: () => deleteObjectsById,
|
|
28
|
-
deletePaymentMethodsById: () => deletePaymentMethodsById,
|
|
29
27
|
deleteSearchSavedById: () => deleteSearchSavedById,
|
|
30
28
|
deleteTenantMembershipsByTenantIdByUserId: () => deleteTenantMembershipsByTenantIdByUserId,
|
|
31
29
|
deleteTenantsById: () => deleteTenantsById,
|
|
@@ -37,6 +35,8 @@ __export(sdk_gen_exports, {
|
|
|
37
35
|
deleteWebhookConfigsById: () => deleteWebhookConfigsById,
|
|
38
36
|
deleteWorkspaceMembershipsByWorkspaceIdByUserId: () => deleteWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
39
37
|
deleteWorkspacesById: () => deleteWorkspacesById,
|
|
38
|
+
getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions: () => getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions,
|
|
39
|
+
getAgentVersionRevisionsById: () => getAgentVersionRevisionsById,
|
|
40
40
|
getAgentVersions: () => getAgentVersions,
|
|
41
41
|
getAgentVersionsById: () => getAgentVersionsById,
|
|
42
42
|
getAgentVersionsByIdMetrics: () => getAgentVersionsByIdMetrics,
|
|
@@ -90,7 +90,6 @@ __export(sdk_gen_exports, {
|
|
|
90
90
|
getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue: () => getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
|
|
91
91
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
92
92
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrashed: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
|
|
93
|
-
getExtractionResults: () => getExtractionResults,
|
|
94
93
|
getExtractionResultsById: () => getExtractionResultsById,
|
|
95
94
|
getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
|
|
96
95
|
getExtractionResultsWorkspaceByWorkspaceId: () => getExtractionResultsWorkspaceByWorkspaceId,
|
|
@@ -120,8 +119,6 @@ __export(sdk_gen_exports, {
|
|
|
120
119
|
getNotificationPreferencesById: () => getNotificationPreferencesById,
|
|
121
120
|
getObjects: () => getObjects,
|
|
122
121
|
getObjectsById: () => getObjectsById,
|
|
123
|
-
getPaymentMethods: () => getPaymentMethods,
|
|
124
|
-
getPaymentMethodsById: () => getPaymentMethodsById,
|
|
125
122
|
getPermissions: () => getPermissions,
|
|
126
123
|
getPermissionsById: () => getPermissionsById,
|
|
127
124
|
getPermissionsMeta: () => getPermissionsMeta,
|
|
@@ -173,7 +170,6 @@ __export(sdk_gen_exports, {
|
|
|
173
170
|
getUsersMeTenants: () => getUsersMeTenants,
|
|
174
171
|
getWallet: () => getWallet,
|
|
175
172
|
getWalletInvoices: () => getWalletInvoices,
|
|
176
|
-
getWalletPlanPreview: () => getWalletPlanPreview,
|
|
177
173
|
getWatcherClaims: () => getWatcherClaims,
|
|
178
174
|
getWatcherClaimsById: () => getWatcherClaimsById,
|
|
179
175
|
getWatcherClaimsStatus: () => getWatcherClaimsStatus,
|
|
@@ -223,9 +219,8 @@ __export(sdk_gen_exports, {
|
|
|
223
219
|
patchExtractionDocumentsByIdRestore: () => patchExtractionDocumentsByIdRestore,
|
|
224
220
|
patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
|
|
225
221
|
patchExtractionDocumentsByIdVerification: () => patchExtractionDocumentsByIdVerification,
|
|
226
|
-
|
|
222
|
+
patchExtractionResultsByIdCorrections: () => patchExtractionResultsByIdCorrections,
|
|
227
223
|
patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
|
|
228
|
-
patchExtractionResultsByIdSaveCorrections: () => patchExtractionResultsByIdSaveCorrections,
|
|
229
224
|
patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
|
|
230
225
|
patchInvitationsByIdAcceptByUser: () => patchInvitationsByIdAcceptByUser,
|
|
231
226
|
patchInvitationsByIdDecline: () => patchInvitationsByIdDecline,
|
|
@@ -237,8 +232,6 @@ __export(sdk_gen_exports, {
|
|
|
237
232
|
patchNotificationMethodsByIdSetPrimary: () => patchNotificationMethodsByIdSetPrimary,
|
|
238
233
|
patchNotificationMethodsByIdVerify: () => patchNotificationMethodsByIdVerify,
|
|
239
234
|
patchNotificationPreferencesById: () => patchNotificationPreferencesById,
|
|
240
|
-
patchPaymentMethodsById: () => patchPaymentMethodsById,
|
|
241
|
-
patchPaymentMethodsByIdDefault: () => patchPaymentMethodsByIdDefault,
|
|
242
235
|
patchSearchSavedById: () => patchSearchSavedById,
|
|
243
236
|
patchTenantMembershipsByTenantIdByUserId: () => patchTenantMembershipsByTenantIdByUserId,
|
|
244
237
|
patchTenantsById: () => patchTenantsById,
|
|
@@ -269,6 +262,7 @@ __export(sdk_gen_exports, {
|
|
|
269
262
|
patchWorkspaceMembershipsByWorkspaceIdByUserId: () => patchWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
270
263
|
patchWorkspacesById: () => patchWorkspacesById,
|
|
271
264
|
patchWorkspacesByIdAllocate: () => patchWorkspacesByIdAllocate,
|
|
265
|
+
patchWorkspacesByIdPopulateHashes: () => patchWorkspacesByIdPopulateHashes,
|
|
272
266
|
patchWorkspacesByIdStorageSettings: () => patchWorkspacesByIdStorageSettings,
|
|
273
267
|
postAgentTestResults: () => postAgentTestResults,
|
|
274
268
|
postAgentVersionComparisons: () => postAgentVersionComparisons,
|
|
@@ -309,7 +303,9 @@ __export(sdk_gen_exports, {
|
|
|
309
303
|
postExtractionBatches: () => postExtractionBatches,
|
|
310
304
|
postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
|
|
311
305
|
postExtractionDocumentsBulkReprocess: () => postExtractionDocumentsBulkReprocess,
|
|
306
|
+
postExtractionDocumentsFindOrBeginUpload: () => postExtractionDocumentsFindOrBeginUpload,
|
|
312
307
|
postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
|
|
308
|
+
postExtractionResults: () => postExtractionResults,
|
|
313
309
|
postExtractionSchemaDiscoveries: () => postExtractionSchemaDiscoveries,
|
|
314
310
|
postFieldTemplates: () => postFieldTemplates,
|
|
315
311
|
postInvitations: () => postInvitations,
|
|
@@ -322,8 +318,6 @@ __export(sdk_gen_exports, {
|
|
|
322
318
|
postObjectsCopy: () => postObjectsCopy,
|
|
323
319
|
postObjectsMove: () => postObjectsMove,
|
|
324
320
|
postObjectsRegister: () => postObjectsRegister,
|
|
325
|
-
postPaymentMethods: () => postPaymentMethods,
|
|
326
|
-
postPaymentMethodsTokenize: () => postPaymentMethodsTokenize,
|
|
327
321
|
postPayments: () => postPayments,
|
|
328
322
|
postSearchBatch: () => postSearchBatch,
|
|
329
323
|
postSearchReindex: () => postSearchReindex,
|
|
@@ -1196,6 +1190,7 @@ var client = createClient(
|
|
|
1196
1190
|
|
|
1197
1191
|
// src/_internal/sdk.gen.ts
|
|
1198
1192
|
var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
1193
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1199
1194
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1200
1195
|
url: "/ai/search/advanced",
|
|
1201
1196
|
...options,
|
|
@@ -1205,21 +1200,31 @@ var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
|
1205
1200
|
}
|
|
1206
1201
|
});
|
|
1207
1202
|
var deleteExtractionDocumentsById = (options) => (options.client ?? client).delete({
|
|
1203
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1208
1204
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1209
1205
|
url: "/extraction/documents/{id}",
|
|
1210
1206
|
...options
|
|
1211
1207
|
});
|
|
1212
1208
|
var getExtractionDocumentsById = (options) => (options.client ?? client).get({
|
|
1209
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1213
1210
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1214
1211
|
url: "/extraction/documents/{id}",
|
|
1215
1212
|
...options
|
|
1216
1213
|
});
|
|
1217
1214
|
var getThreads = (options) => (options.client ?? client).get({
|
|
1215
|
+
querySerializer: {
|
|
1216
|
+
parameters: {
|
|
1217
|
+
filter: { object: { style: "form" } },
|
|
1218
|
+
page: { object: { style: "form" } },
|
|
1219
|
+
fields: { object: { style: "form" } }
|
|
1220
|
+
}
|
|
1221
|
+
},
|
|
1218
1222
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1219
1223
|
url: "/threads",
|
|
1220
1224
|
...options
|
|
1221
1225
|
});
|
|
1222
1226
|
var postThreads = (options) => (options.client ?? client).post({
|
|
1227
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1223
1228
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1224
1229
|
url: "/threads",
|
|
1225
1230
|
...options,
|
|
@@ -1229,6 +1234,7 @@ var postThreads = (options) => (options.client ?? client).post({
|
|
|
1229
1234
|
}
|
|
1230
1235
|
});
|
|
1231
1236
|
var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client).patch({
|
|
1237
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1232
1238
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1233
1239
|
url: "/extraction/documents/{id}/cancel",
|
|
1234
1240
|
...options,
|
|
@@ -1238,26 +1244,36 @@ var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client)
|
|
|
1238
1244
|
}
|
|
1239
1245
|
});
|
|
1240
1246
|
var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
1247
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1241
1248
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1242
1249
|
url: "/llm_analytics/costs",
|
|
1243
1250
|
...options
|
|
1244
1251
|
});
|
|
1245
1252
|
var getTrainingSessionsAgentsByAgentIdSessions = (options) => (options.client ?? client).get({
|
|
1253
|
+
querySerializer: {
|
|
1254
|
+
parameters: {
|
|
1255
|
+
filter: { object: { style: "form" } },
|
|
1256
|
+
fields: { object: { style: "form" } }
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1246
1259
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1247
1260
|
url: "/training_sessions/agents/{agent_id}/sessions",
|
|
1248
1261
|
...options
|
|
1249
1262
|
});
|
|
1250
1263
|
var getWatcherEventsById = (options) => (options.client ?? client).get({
|
|
1264
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1251
1265
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1252
1266
|
url: "/watcher/events/{id}",
|
|
1253
1267
|
...options
|
|
1254
1268
|
});
|
|
1255
1269
|
var getAiChunksDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
1270
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1256
1271
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1257
1272
|
url: "/ai/chunks/document/{document_id}",
|
|
1258
1273
|
...options
|
|
1259
1274
|
});
|
|
1260
1275
|
var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
1276
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1261
1277
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1262
1278
|
url: "/wallet/credits",
|
|
1263
1279
|
...options,
|
|
@@ -1277,11 +1293,18 @@ var getApplicationsCurrent = (options) => (options.client ?? client).get({
|
|
|
1277
1293
|
...options
|
|
1278
1294
|
});
|
|
1279
1295
|
var getWorkspaces = (options) => (options.client ?? client).get({
|
|
1296
|
+
querySerializer: {
|
|
1297
|
+
parameters: {
|
|
1298
|
+
filter: { object: { style: "form" } },
|
|
1299
|
+
fields: { object: { style: "form" } }
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1280
1302
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1281
1303
|
url: "/workspaces",
|
|
1282
1304
|
...options
|
|
1283
1305
|
});
|
|
1284
1306
|
var postWorkspaces = (options) => (options.client ?? client).post({
|
|
1307
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1285
1308
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1286
1309
|
url: "/workspaces",
|
|
1287
1310
|
...options,
|
|
@@ -1290,31 +1313,19 @@ var postWorkspaces = (options) => (options.client ?? client).post({
|
|
|
1290
1313
|
...options.headers
|
|
1291
1314
|
}
|
|
1292
1315
|
});
|
|
1293
|
-
var getPaymentMethods = (options) => (options.client ?? client).get({
|
|
1294
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
1295
|
-
url: "/payment-methods",
|
|
1296
|
-
...options
|
|
1297
|
-
});
|
|
1298
|
-
var postPaymentMethods = (options) => (options.client ?? client).post({
|
|
1299
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
1300
|
-
url: "/payment-methods",
|
|
1301
|
-
...options,
|
|
1302
|
-
headers: {
|
|
1303
|
-
"Content-Type": "application/vnd.api+json",
|
|
1304
|
-
...options.headers
|
|
1305
|
-
}
|
|
1306
|
-
});
|
|
1307
1316
|
var getAgentsByIdStats = (options) => (options.client ?? client).get({
|
|
1308
1317
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1309
1318
|
url: "/agents/{id}/stats",
|
|
1310
1319
|
...options
|
|
1311
1320
|
});
|
|
1312
1321
|
var getDocumentsStats = (options) => (options.client ?? client).get({
|
|
1322
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1313
1323
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1314
1324
|
url: "/documents/stats",
|
|
1315
1325
|
...options
|
|
1316
1326
|
});
|
|
1317
1327
|
var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client).patch({
|
|
1328
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1318
1329
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1319
1330
|
url: "/extraction/documents/{id}/dismiss",
|
|
1320
1331
|
...options,
|
|
@@ -1324,6 +1335,7 @@ var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client
|
|
|
1324
1335
|
}
|
|
1325
1336
|
});
|
|
1326
1337
|
var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
1338
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1327
1339
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1328
1340
|
url: "/objects/register",
|
|
1329
1341
|
...options,
|
|
@@ -1333,11 +1345,13 @@ var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
|
1333
1345
|
}
|
|
1334
1346
|
});
|
|
1335
1347
|
var getLlmAnalyticsWorkspace = (options) => (options.client ?? client).get({
|
|
1348
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1336
1349
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1337
1350
|
url: "/llm_analytics/workspace",
|
|
1338
1351
|
...options
|
|
1339
1352
|
});
|
|
1340
1353
|
var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?? client).patch({
|
|
1354
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1341
1355
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1342
1356
|
url: "/extraction/documents/{id}/dismiss-training",
|
|
1343
1357
|
...options,
|
|
@@ -1347,6 +1361,7 @@ var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?
|
|
|
1347
1361
|
}
|
|
1348
1362
|
});
|
|
1349
1363
|
var postAgentVersionComparisons = (options) => (options.client ?? client).post({
|
|
1364
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1350
1365
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1351
1366
|
url: "/agent_version_comparisons",
|
|
1352
1367
|
...options,
|
|
@@ -1356,6 +1371,12 @@ var postAgentVersionComparisons = (options) => (options.client ?? client).post({
|
|
|
1356
1371
|
}
|
|
1357
1372
|
});
|
|
1358
1373
|
var getSearchIndexes = (options) => (options.client ?? client).get({
|
|
1374
|
+
querySerializer: {
|
|
1375
|
+
parameters: {
|
|
1376
|
+
filter: { object: { style: "form" } },
|
|
1377
|
+
fields: { object: { style: "form" } }
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1359
1380
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1360
1381
|
url: "/search/indexes",
|
|
1361
1382
|
...options
|
|
@@ -1370,11 +1391,13 @@ var postApplicationsByApplicationIdEmailTemplatesBySlugPreview = (options) => (o
|
|
|
1370
1391
|
}
|
|
1371
1392
|
});
|
|
1372
1393
|
var getCreditPackagesSlugBySlug = (options) => (options.client ?? client).get({
|
|
1394
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1373
1395
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1374
1396
|
url: "/credit-packages/slug/{slug}",
|
|
1375
1397
|
...options
|
|
1376
1398
|
});
|
|
1377
1399
|
var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch({
|
|
1400
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1378
1401
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1379
1402
|
url: "/users/auth/password/change",
|
|
1380
1403
|
...options,
|
|
@@ -1384,6 +1407,7 @@ var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch
|
|
|
1384
1407
|
}
|
|
1385
1408
|
});
|
|
1386
1409
|
var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
1410
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1387
1411
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1388
1412
|
url: "/extraction/batches",
|
|
1389
1413
|
...options,
|
|
@@ -1393,11 +1417,13 @@ var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
|
1393
1417
|
}
|
|
1394
1418
|
});
|
|
1395
1419
|
var getLlmAnalyticsPlatform = (options) => (options.client ?? client).get({
|
|
1420
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1396
1421
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1397
1422
|
url: "/llm_analytics/platform",
|
|
1398
1423
|
...options
|
|
1399
1424
|
});
|
|
1400
1425
|
var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client).patch({
|
|
1426
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1401
1427
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1402
1428
|
url: "/extraction/documents/{id}/exclude",
|
|
1403
1429
|
...options,
|
|
@@ -1407,6 +1433,7 @@ var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client
|
|
|
1407
1433
|
}
|
|
1408
1434
|
});
|
|
1409
1435
|
var postPayments = (options) => (options.client ?? client).post({
|
|
1436
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1410
1437
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1411
1438
|
url: "/payments",
|
|
1412
1439
|
...options,
|
|
@@ -1416,6 +1443,7 @@ var postPayments = (options) => (options.client ?? client).post({
|
|
|
1416
1443
|
}
|
|
1417
1444
|
});
|
|
1418
1445
|
var postAgentsImport = (options) => (options.client ?? client).post({
|
|
1446
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1419
1447
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1420
1448
|
url: "/agents/import",
|
|
1421
1449
|
...options,
|
|
@@ -1425,6 +1453,12 @@ var postAgentsImport = (options) => (options.client ?? client).post({
|
|
|
1425
1453
|
}
|
|
1426
1454
|
});
|
|
1427
1455
|
var getExtractionBatchesWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1456
|
+
querySerializer: {
|
|
1457
|
+
parameters: {
|
|
1458
|
+
filter: { object: { style: "form" } },
|
|
1459
|
+
fields: { object: { style: "form" } }
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1428
1462
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1429
1463
|
url: "/extraction/batches/workspace/{workspace_id}",
|
|
1430
1464
|
...options
|
|
@@ -1439,6 +1473,7 @@ var postAgentVersionsByIdRemoveSystemField = (options) => (options.client ?? cli
|
|
|
1439
1473
|
}
|
|
1440
1474
|
});
|
|
1441
1475
|
var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1476
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1442
1477
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1443
1478
|
url: "/api_keys/{id}/revoke",
|
|
1444
1479
|
...options,
|
|
@@ -1448,16 +1483,19 @@ var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1448
1483
|
}
|
|
1449
1484
|
});
|
|
1450
1485
|
var getInvitationsConsumeByToken = (options) => (options.client ?? client).get({
|
|
1486
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1451
1487
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1452
1488
|
url: "/invitations/consume/{token}",
|
|
1453
1489
|
...options
|
|
1454
1490
|
});
|
|
1455
1491
|
var getExtractionDocumentsByIdStatus = (options) => (options.client ?? client).get({
|
|
1492
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1456
1493
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1457
1494
|
url: "/extraction/documents/{id}/status",
|
|
1458
1495
|
...options
|
|
1459
1496
|
});
|
|
1460
1497
|
var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client).patch({
|
|
1498
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1461
1499
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1462
1500
|
url: "/extraction/documents/{id}/status",
|
|
1463
1501
|
...options,
|
|
@@ -1467,6 +1505,7 @@ var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client)
|
|
|
1467
1505
|
}
|
|
1468
1506
|
});
|
|
1469
1507
|
var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? client).patch({
|
|
1508
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1470
1509
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1471
1510
|
url: "/extraction/documents/{id}/finish_upload",
|
|
1472
1511
|
...options,
|
|
@@ -1481,6 +1520,7 @@ var getUsersMeDashboard = (options) => (options.client ?? client).get({
|
|
|
1481
1520
|
...options
|
|
1482
1521
|
});
|
|
1483
1522
|
var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch({
|
|
1523
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1484
1524
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1485
1525
|
url: "/workspaces/{id}/allocate",
|
|
1486
1526
|
...options,
|
|
@@ -1490,6 +1530,7 @@ var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch(
|
|
|
1490
1530
|
}
|
|
1491
1531
|
});
|
|
1492
1532
|
var postThreadsActive = (options) => (options.client ?? client).post({
|
|
1533
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1493
1534
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1494
1535
|
url: "/threads/active",
|
|
1495
1536
|
...options,
|
|
@@ -1499,6 +1540,7 @@ var postThreadsActive = (options) => (options.client ?? client).post({
|
|
|
1499
1540
|
}
|
|
1500
1541
|
});
|
|
1501
1542
|
var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1543
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1502
1544
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1503
1545
|
url: "/invitations/{id}/revoke",
|
|
1504
1546
|
...options,
|
|
@@ -1508,11 +1550,18 @@ var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1508
1550
|
}
|
|
1509
1551
|
});
|
|
1510
1552
|
var getAiGraphNodesLabelByLabel = (options) => (options.client ?? client).get({
|
|
1553
|
+
querySerializer: {
|
|
1554
|
+
parameters: {
|
|
1555
|
+
filter: { object: { style: "form" } },
|
|
1556
|
+
fields: { object: { style: "form" } }
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1511
1559
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1512
1560
|
url: "/ai/graph/nodes/label/{label}",
|
|
1513
1561
|
...options
|
|
1514
1562
|
});
|
|
1515
1563
|
var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options) => (options.client ?? client).post({
|
|
1564
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1516
1565
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1517
1566
|
url: "/workspaces/{workspace_id}/extraction/documents/dismiss-all-trained",
|
|
1518
1567
|
...options,
|
|
@@ -1522,11 +1571,19 @@ var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options)
|
|
|
1522
1571
|
}
|
|
1523
1572
|
});
|
|
1524
1573
|
var getConfigs = (options) => (options.client ?? client).get({
|
|
1574
|
+
querySerializer: {
|
|
1575
|
+
parameters: {
|
|
1576
|
+
filter: { object: { style: "form" } },
|
|
1577
|
+
page: { object: { style: "form" } },
|
|
1578
|
+
fields: { object: { style: "form" } }
|
|
1579
|
+
}
|
|
1580
|
+
},
|
|
1525
1581
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1526
1582
|
url: "/configs",
|
|
1527
1583
|
...options
|
|
1528
1584
|
});
|
|
1529
1585
|
var postConfigs = (options) => (options.client ?? client).post({
|
|
1586
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1530
1587
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1531
1588
|
url: "/configs",
|
|
1532
1589
|
...options,
|
|
@@ -1535,7 +1592,19 @@ var postConfigs = (options) => (options.client ?? client).post({
|
|
|
1535
1592
|
...options.headers
|
|
1536
1593
|
}
|
|
1537
1594
|
});
|
|
1595
|
+
var getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions = (options) => (options.client ?? client).get({
|
|
1596
|
+
querySerializer: {
|
|
1597
|
+
parameters: {
|
|
1598
|
+
filter: { object: { style: "form" } },
|
|
1599
|
+
fields: { object: { style: "form" } }
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1603
|
+
url: "/agent_version_revisions/agent_versions/{agent_version_id}/revisions",
|
|
1604
|
+
...options
|
|
1605
|
+
});
|
|
1538
1606
|
var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
1607
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1539
1608
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1540
1609
|
url: "/wallet/auto-top-up",
|
|
1541
1610
|
...options,
|
|
@@ -1545,6 +1614,7 @@ var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
|
1545
1614
|
}
|
|
1546
1615
|
});
|
|
1547
1616
|
var postTokens = (options) => (options.client ?? client).post({
|
|
1617
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1548
1618
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1549
1619
|
url: "/tokens",
|
|
1550
1620
|
...options,
|
|
@@ -1554,6 +1624,7 @@ var postTokens = (options) => (options.client ?? client).post({
|
|
|
1554
1624
|
}
|
|
1555
1625
|
});
|
|
1556
1626
|
var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
1627
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1557
1628
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1558
1629
|
url: "/api_keys/{id}/set_budget",
|
|
1559
1630
|
...options,
|
|
@@ -1563,16 +1634,19 @@ var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
|
1563
1634
|
}
|
|
1564
1635
|
});
|
|
1565
1636
|
var deleteTrainingExamplesById = (options) => (options.client ?? client).delete({
|
|
1637
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1566
1638
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1567
1639
|
url: "/training_examples/{id}",
|
|
1568
1640
|
...options
|
|
1569
1641
|
});
|
|
1570
1642
|
var getTrainingExamplesById = (options) => (options.client ?? client).get({
|
|
1643
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1571
1644
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1572
1645
|
url: "/training_examples/{id}",
|
|
1573
1646
|
...options
|
|
1574
1647
|
});
|
|
1575
1648
|
var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
1649
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1576
1650
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1577
1651
|
url: "/training_examples/{id}",
|
|
1578
1652
|
...options,
|
|
@@ -1582,11 +1656,13 @@ var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
|
1582
1656
|
}
|
|
1583
1657
|
});
|
|
1584
1658
|
var deleteSearchSavedById = (options) => (options.client ?? client).delete({
|
|
1659
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1585
1660
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1586
1661
|
url: "/search/saved/{id}",
|
|
1587
1662
|
...options
|
|
1588
1663
|
});
|
|
1589
1664
|
var patchSearchSavedById = (options) => (options.client ?? client).patch({
|
|
1665
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1590
1666
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1591
1667
|
url: "/search/saved/{id}",
|
|
1592
1668
|
...options,
|
|
@@ -1596,6 +1672,7 @@ var patchSearchSavedById = (options) => (options.client ?? client).patch({
|
|
|
1596
1672
|
}
|
|
1597
1673
|
});
|
|
1598
1674
|
var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
1675
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1599
1676
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1600
1677
|
url: "/users/{id}/admin/email",
|
|
1601
1678
|
...options,
|
|
@@ -1605,6 +1682,13 @@ var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
|
1605
1682
|
}
|
|
1606
1683
|
});
|
|
1607
1684
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrained = (options) => (options.client ?? client).get({
|
|
1685
|
+
querySerializer: {
|
|
1686
|
+
parameters: {
|
|
1687
|
+
filter: { object: { style: "form" } },
|
|
1688
|
+
page: { object: { style: "form" } },
|
|
1689
|
+
fields: { object: { style: "form" } }
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1608
1692
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1609
1693
|
url: "/extraction/documents/workspace/{workspace_id}/trained",
|
|
1610
1694
|
...options
|
|
@@ -1624,6 +1708,7 @@ var getWatcherClaimsStatus = (options) => (options.client ?? client).get({
|
|
|
1624
1708
|
...options
|
|
1625
1709
|
});
|
|
1626
1710
|
var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch({
|
|
1711
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1627
1712
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1628
1713
|
url: "/users/auth/reset-password",
|
|
1629
1714
|
...options,
|
|
@@ -1633,16 +1718,25 @@ var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch(
|
|
|
1633
1718
|
}
|
|
1634
1719
|
});
|
|
1635
1720
|
var getBucketsByIdStats = (options) => (options.client ?? client).get({
|
|
1721
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1636
1722
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1637
1723
|
url: "/buckets/{id}/stats",
|
|
1638
1724
|
...options
|
|
1639
1725
|
});
|
|
1640
1726
|
var getApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).get({
|
|
1727
|
+
querySerializer: {
|
|
1728
|
+
parameters: {
|
|
1729
|
+
filter: { object: { style: "form" } },
|
|
1730
|
+
page: { object: { style: "form" } },
|
|
1731
|
+
fields: { object: { style: "form" } }
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1641
1734
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1642
1735
|
url: "/applications/{application_id}/email-templates",
|
|
1643
1736
|
...options
|
|
1644
1737
|
});
|
|
1645
1738
|
var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).post({
|
|
1739
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1646
1740
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1647
1741
|
url: "/applications/{application_id}/email-templates",
|
|
1648
1742
|
...options,
|
|
@@ -1656,7 +1750,18 @@ var getAgentsUsage = (options) => (options.client ?? client).get({
|
|
|
1656
1750
|
url: "/agents/usage",
|
|
1657
1751
|
...options
|
|
1658
1752
|
});
|
|
1753
|
+
var patchWorkspacesByIdPopulateHashes = (options) => (options.client ?? client).patch({
|
|
1754
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1755
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1756
|
+
url: "/workspaces/{id}/populate-hashes",
|
|
1757
|
+
...options,
|
|
1758
|
+
headers: {
|
|
1759
|
+
"Content-Type": "application/vnd.api+json",
|
|
1760
|
+
...options.headers
|
|
1761
|
+
}
|
|
1762
|
+
});
|
|
1659
1763
|
var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? client).patch({
|
|
1764
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1660
1765
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1661
1766
|
url: "/notification_methods/{id}/set_primary",
|
|
1662
1767
|
...options,
|
|
@@ -1666,11 +1771,13 @@ var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? cli
|
|
|
1666
1771
|
}
|
|
1667
1772
|
});
|
|
1668
1773
|
var getBucketsByIdObjects = (options) => (options.client ?? client).get({
|
|
1774
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1669
1775
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1670
1776
|
url: "/buckets/{id}/objects",
|
|
1671
1777
|
...options
|
|
1672
1778
|
});
|
|
1673
1779
|
var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
1780
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1674
1781
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1675
1782
|
url: "/invitations/{id}/resend",
|
|
1676
1783
|
...options,
|
|
@@ -1680,6 +1787,7 @@ var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
|
1680
1787
|
}
|
|
1681
1788
|
});
|
|
1682
1789
|
var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).post({
|
|
1790
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1683
1791
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1684
1792
|
url: "/extraction/schema_discoveries",
|
|
1685
1793
|
...options,
|
|
@@ -1689,11 +1797,18 @@ var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).po
|
|
|
1689
1797
|
}
|
|
1690
1798
|
});
|
|
1691
1799
|
var getSearchSaved = (options) => (options.client ?? client).get({
|
|
1800
|
+
querySerializer: {
|
|
1801
|
+
parameters: {
|
|
1802
|
+
filter: { object: { style: "form" } },
|
|
1803
|
+
fields: { object: { style: "form" } }
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1692
1806
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1693
1807
|
url: "/search/saved",
|
|
1694
1808
|
...options
|
|
1695
1809
|
});
|
|
1696
1810
|
var postSearchSaved = (options) => (options.client ?? client).post({
|
|
1811
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1697
1812
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1698
1813
|
url: "/search/saved",
|
|
1699
1814
|
...options,
|
|
@@ -1703,6 +1818,7 @@ var postSearchSaved = (options) => (options.client ?? client).post({
|
|
|
1703
1818
|
}
|
|
1704
1819
|
});
|
|
1705
1820
|
var patchNotificationMethodsByIdSendVerification = (options) => (options.client ?? client).patch({
|
|
1821
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1706
1822
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1707
1823
|
url: "/notification_methods/{id}/send_verification",
|
|
1708
1824
|
...options,
|
|
@@ -1712,41 +1828,59 @@ var patchNotificationMethodsByIdSendVerification = (options) => (options.client
|
|
|
1712
1828
|
}
|
|
1713
1829
|
});
|
|
1714
1830
|
var deleteFieldTemplatesById = (options) => (options.client ?? client).delete({
|
|
1831
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1715
1832
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1716
1833
|
url: "/field_templates/{id}",
|
|
1717
1834
|
...options
|
|
1718
1835
|
});
|
|
1719
1836
|
var getFieldTemplatesById = (options) => (options.client ?? client).get({
|
|
1837
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1720
1838
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1721
1839
|
url: "/field_templates/{id}",
|
|
1722
1840
|
...options
|
|
1723
1841
|
});
|
|
1724
1842
|
var getWorkspacesByWorkspaceIdTrainingAnalytics = (options) => (options.client ?? client).get({
|
|
1843
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1725
1844
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1726
1845
|
url: "/workspaces/{workspace_id}/training/analytics",
|
|
1727
1846
|
...options
|
|
1728
1847
|
});
|
|
1729
1848
|
var getUserProfilesMe = (options) => (options.client ?? client).get({
|
|
1849
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1730
1850
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1731
1851
|
url: "/user_profiles/me",
|
|
1732
1852
|
...options
|
|
1733
1853
|
});
|
|
1734
1854
|
var getExtractionSchemaDiscoveriesById = (options) => (options.client ?? client).get({
|
|
1855
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1735
1856
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1736
1857
|
url: "/extraction/schema_discoveries/{id}",
|
|
1737
1858
|
...options
|
|
1738
1859
|
});
|
|
1739
1860
|
var getApiKeysActive = (options) => (options.client ?? client).get({
|
|
1861
|
+
querySerializer: {
|
|
1862
|
+
parameters: {
|
|
1863
|
+
filter: { object: { style: "form" } },
|
|
1864
|
+
fields: { object: { style: "form" } }
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1740
1867
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1741
1868
|
url: "/api_keys/active",
|
|
1742
1869
|
...options
|
|
1743
1870
|
});
|
|
1744
1871
|
var getAgentVersions = (options) => (options.client ?? client).get({
|
|
1872
|
+
querySerializer: {
|
|
1873
|
+
parameters: {
|
|
1874
|
+
filter: { object: { style: "form" } },
|
|
1875
|
+
fields: { object: { style: "form" } }
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1745
1878
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1746
1879
|
url: "/agent_versions",
|
|
1747
1880
|
...options
|
|
1748
1881
|
});
|
|
1749
1882
|
var postAgentVersions = (options) => (options.client ?? client).post({
|
|
1883
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1750
1884
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1751
1885
|
url: "/agent_versions",
|
|
1752
1886
|
...options,
|
|
@@ -1756,6 +1890,7 @@ var postAgentVersions = (options) => (options.client ?? client).post({
|
|
|
1756
1890
|
}
|
|
1757
1891
|
});
|
|
1758
1892
|
var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).patch({
|
|
1893
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1759
1894
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1760
1895
|
url: "/invitations/{id}/accept-by-user",
|
|
1761
1896
|
...options,
|
|
@@ -1765,6 +1900,7 @@ var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).p
|
|
|
1765
1900
|
}
|
|
1766
1901
|
});
|
|
1767
1902
|
var getPermissionsMeta = (options) => (options.client ?? client).get({
|
|
1903
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1768
1904
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1769
1905
|
url: "/permissions/meta",
|
|
1770
1906
|
...options
|
|
@@ -1779,21 +1915,30 @@ var postApplicationsByApplicationIdEmailTemplatesBySlugTest = (options) => (opti
|
|
|
1779
1915
|
}
|
|
1780
1916
|
});
|
|
1781
1917
|
var getSearchSuggest = (options) => (options.client ?? client).get({
|
|
1918
|
+
querySerializer: {
|
|
1919
|
+
parameters: {
|
|
1920
|
+
filter: { object: { style: "form" } },
|
|
1921
|
+
fields: { object: { style: "form" } }
|
|
1922
|
+
}
|
|
1923
|
+
},
|
|
1782
1924
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1783
1925
|
url: "/search/suggest",
|
|
1784
1926
|
...options
|
|
1785
1927
|
});
|
|
1786
1928
|
var deleteWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
1929
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1787
1930
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1788
1931
|
url: "/webhook_configs/{id}",
|
|
1789
1932
|
...options
|
|
1790
1933
|
});
|
|
1791
1934
|
var getWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
1935
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1792
1936
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1793
1937
|
url: "/webhook_configs/{id}",
|
|
1794
1938
|
...options
|
|
1795
1939
|
});
|
|
1796
1940
|
var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
1941
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1797
1942
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1798
1943
|
url: "/webhook_configs/{id}",
|
|
1799
1944
|
...options,
|
|
@@ -1812,6 +1957,7 @@ var postWebhookConfigsBulkEnable = (options) => (options.client ?? client).post(
|
|
|
1812
1957
|
}
|
|
1813
1958
|
});
|
|
1814
1959
|
var postInvitationsAcceptByToken = (options) => (options.client ?? client).post({
|
|
1960
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1815
1961
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1816
1962
|
url: "/invitations/accept_by_token",
|
|
1817
1963
|
...options,
|
|
@@ -1821,16 +1967,19 @@ var postInvitationsAcceptByToken = (options) => (options.client ?? client).post(
|
|
|
1821
1967
|
}
|
|
1822
1968
|
});
|
|
1823
1969
|
var deleteAiMessagesById = (options) => (options.client ?? client).delete({
|
|
1970
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1824
1971
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1825
1972
|
url: "/ai/messages/{id}",
|
|
1826
1973
|
...options
|
|
1827
1974
|
});
|
|
1828
1975
|
var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
|
|
1976
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1829
1977
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1830
1978
|
url: "/extraction/batches/{id}/upload-urls",
|
|
1831
1979
|
...options
|
|
1832
1980
|
});
|
|
1833
1981
|
var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
1982
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1834
1983
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1835
1984
|
url: "/documents/bulk_delete",
|
|
1836
1985
|
...options,
|
|
@@ -1840,16 +1989,19 @@ var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
|
1840
1989
|
}
|
|
1841
1990
|
});
|
|
1842
1991
|
var deleteAgentVersionsById = (options) => (options.client ?? client).delete({
|
|
1992
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1843
1993
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1844
1994
|
url: "/agent_versions/{id}",
|
|
1845
1995
|
...options
|
|
1846
1996
|
});
|
|
1847
1997
|
var getAgentVersionsById = (options) => (options.client ?? client).get({
|
|
1998
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1848
1999
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1849
2000
|
url: "/agent_versions/{id}",
|
|
1850
2001
|
...options
|
|
1851
2002
|
});
|
|
1852
2003
|
var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
2004
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1853
2005
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1854
2006
|
url: "/ai/chunks/search",
|
|
1855
2007
|
...options,
|
|
@@ -1859,11 +2011,13 @@ var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
|
1859
2011
|
}
|
|
1860
2012
|
});
|
|
1861
2013
|
var getThreadsByIdMessages = (options) => (options.client ?? client).get({
|
|
2014
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1862
2015
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1863
2016
|
url: "/threads/{id}/messages",
|
|
1864
2017
|
...options
|
|
1865
2018
|
});
|
|
1866
2019
|
var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
2020
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1867
2021
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1868
2022
|
url: "/threads/{id}/messages",
|
|
1869
2023
|
...options,
|
|
@@ -1873,6 +2027,7 @@ var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
|
1873
2027
|
}
|
|
1874
2028
|
});
|
|
1875
2029
|
var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
2030
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1876
2031
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1877
2032
|
url: "/agents/clone_for_workspace",
|
|
1878
2033
|
...options,
|
|
@@ -1882,6 +2037,7 @@ var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
|
1882
2037
|
}
|
|
1883
2038
|
});
|
|
1884
2039
|
var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
2040
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1885
2041
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1886
2042
|
url: "/invitations/{id}/accept",
|
|
1887
2043
|
...options,
|
|
@@ -1891,45 +2047,36 @@ var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
|
1891
2047
|
}
|
|
1892
2048
|
});
|
|
1893
2049
|
var getCreditPackagesById = (options) => (options.client ?? client).get({
|
|
2050
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1894
2051
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1895
2052
|
url: "/credit-packages/{id}",
|
|
1896
2053
|
...options
|
|
1897
2054
|
});
|
|
1898
2055
|
var deleteUsersById = (options) => (options.client ?? client).delete({
|
|
2056
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1899
2057
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1900
2058
|
url: "/users/{id}",
|
|
1901
2059
|
...options
|
|
1902
2060
|
});
|
|
1903
2061
|
var getUsersById = (options) => (options.client ?? client).get({
|
|
2062
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1904
2063
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1905
2064
|
url: "/users/{id}",
|
|
1906
2065
|
...options
|
|
1907
2066
|
});
|
|
1908
|
-
var deleteExtractionResultsById = (options) => (options.client ?? client).delete({
|
|
1909
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
1910
|
-
url: "/extraction/results/{id}",
|
|
1911
|
-
...options
|
|
1912
|
-
});
|
|
1913
2067
|
var getExtractionResultsById = (options) => (options.client ?? client).get({
|
|
2068
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1914
2069
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1915
2070
|
url: "/extraction/results/{id}",
|
|
1916
2071
|
...options
|
|
1917
2072
|
});
|
|
1918
|
-
var patchExtractionResultsById = (options) => (options.client ?? client).patch({
|
|
1919
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
1920
|
-
url: "/extraction/results/{id}",
|
|
1921
|
-
...options,
|
|
1922
|
-
headers: {
|
|
1923
|
-
"Content-Type": "application/vnd.api+json",
|
|
1924
|
-
...options.headers
|
|
1925
|
-
}
|
|
1926
|
-
});
|
|
1927
2073
|
var getWebhookDeliveriesStats = (options) => (options.client ?? client).get({
|
|
1928
2074
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1929
2075
|
url: "/webhook_deliveries/stats",
|
|
1930
2076
|
...options
|
|
1931
2077
|
});
|
|
1932
2078
|
var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
2079
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1933
2080
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1934
2081
|
url: "/agents/{id}/validate",
|
|
1935
2082
|
...options,
|
|
@@ -1939,6 +2086,7 @@ var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
|
1939
2086
|
}
|
|
1940
2087
|
});
|
|
1941
2088
|
var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
2089
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1942
2090
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1943
2091
|
url: "/webhook_configs/{id}/test",
|
|
1944
2092
|
...options,
|
|
@@ -1948,11 +2096,13 @@ var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
|
1948
2096
|
}
|
|
1949
2097
|
});
|
|
1950
2098
|
var getUsersMe = (options) => (options.client ?? client).get({
|
|
2099
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1951
2100
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1952
2101
|
url: "/users/me",
|
|
1953
2102
|
...options
|
|
1954
2103
|
});
|
|
1955
2104
|
var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
|
|
2105
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1956
2106
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1957
2107
|
url: "/users/auth/register_with_oidc",
|
|
1958
2108
|
...options,
|
|
@@ -1976,6 +2126,7 @@ var postAgentsByIdSchemaVersions = (options) => (options.client ?? client).post(
|
|
|
1976
2126
|
}
|
|
1977
2127
|
});
|
|
1978
2128
|
var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
2129
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1979
2130
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1980
2131
|
url: "/tenants/{id}/credit",
|
|
1981
2132
|
...options,
|
|
@@ -1985,6 +2136,7 @@ var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
|
1985
2136
|
}
|
|
1986
2137
|
});
|
|
1987
2138
|
var getTransactionsById = (options) => (options.client ?? client).get({
|
|
2139
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1988
2140
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1989
2141
|
url: "/transactions/{id}",
|
|
1990
2142
|
...options
|
|
@@ -1995,11 +2147,19 @@ var getUsersMeTenants = (options) => (options.client ?? client).get({
|
|
|
1995
2147
|
...options
|
|
1996
2148
|
});
|
|
1997
2149
|
var getTenantMemberships = (options) => (options.client ?? client).get({
|
|
2150
|
+
querySerializer: {
|
|
2151
|
+
parameters: {
|
|
2152
|
+
filter: { object: { style: "form" } },
|
|
2153
|
+
page: { object: { style: "form" } },
|
|
2154
|
+
fields: { object: { style: "form" } }
|
|
2155
|
+
}
|
|
2156
|
+
},
|
|
1998
2157
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1999
2158
|
url: "/tenant-memberships",
|
|
2000
2159
|
...options
|
|
2001
2160
|
});
|
|
2002
2161
|
var postTenantMemberships = (options) => (options.client ?? client).post({
|
|
2162
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2003
2163
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2004
2164
|
url: "/tenant-memberships",
|
|
2005
2165
|
...options,
|
|
@@ -2018,6 +2178,7 @@ var postTrainingExamplesBulkDelete = (options) => (options.client ?? client).pos
|
|
|
2018
2178
|
}
|
|
2019
2179
|
});
|
|
2020
2180
|
var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client).patch({
|
|
2181
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2021
2182
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2022
2183
|
url: "/extraction/documents/{id}/include",
|
|
2023
2184
|
...options,
|
|
@@ -2027,6 +2188,7 @@ var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client
|
|
|
2027
2188
|
}
|
|
2028
2189
|
});
|
|
2029
2190
|
var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
2191
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2030
2192
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2031
2193
|
url: "/llm_analytics/summary",
|
|
2032
2194
|
...options
|
|
@@ -2042,6 +2204,7 @@ var getUsersMeStats = (options) => (options.client ?? client).get({
|
|
|
2042
2204
|
...options
|
|
2043
2205
|
});
|
|
2044
2206
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
2207
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2045
2208
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2046
2209
|
url: "/storage/sign_download",
|
|
2047
2210
|
...options,
|
|
@@ -2051,31 +2214,37 @@ var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
|
2051
2214
|
}
|
|
2052
2215
|
});
|
|
2053
2216
|
var deleteTrainingSessionsById = (options) => (options.client ?? client).delete({
|
|
2217
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2054
2218
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2055
2219
|
url: "/training_sessions/{id}",
|
|
2056
2220
|
...options
|
|
2057
2221
|
});
|
|
2058
2222
|
var getTrainingSessionsById = (options) => (options.client ?? client).get({
|
|
2223
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2059
2224
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2060
2225
|
url: "/training_sessions/{id}",
|
|
2061
2226
|
...options
|
|
2062
2227
|
});
|
|
2063
2228
|
var getUsersByEmail = (options) => (options.client ?? client).get({
|
|
2229
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2064
2230
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2065
2231
|
url: "/users/by-email",
|
|
2066
2232
|
...options
|
|
2067
2233
|
});
|
|
2068
2234
|
var deleteNotificationMethodsById = (options) => (options.client ?? client).delete({
|
|
2235
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2069
2236
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2070
2237
|
url: "/notification_methods/{id}",
|
|
2071
2238
|
...options
|
|
2072
2239
|
});
|
|
2073
2240
|
var getNotificationMethodsById = (options) => (options.client ?? client).get({
|
|
2241
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2074
2242
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2075
2243
|
url: "/notification_methods/{id}",
|
|
2076
2244
|
...options
|
|
2077
2245
|
});
|
|
2078
2246
|
var patchNotificationMethodsById = (options) => (options.client ?? client).patch({
|
|
2247
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2079
2248
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2080
2249
|
url: "/notification_methods/{id}",
|
|
2081
2250
|
...options,
|
|
@@ -2085,6 +2254,13 @@ var patchNotificationMethodsById = (options) => (options.client ?? client).patch
|
|
|
2085
2254
|
}
|
|
2086
2255
|
});
|
|
2087
2256
|
var getWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
2257
|
+
querySerializer: {
|
|
2258
|
+
parameters: {
|
|
2259
|
+
filter: { object: { style: "form" } },
|
|
2260
|
+
page: { object: { style: "form" } },
|
|
2261
|
+
fields: { object: { style: "form" } }
|
|
2262
|
+
}
|
|
2263
|
+
},
|
|
2088
2264
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2089
2265
|
url: "/webhook_deliveries",
|
|
2090
2266
|
...options
|
|
@@ -2099,16 +2275,29 @@ var postWebhookConfigsBulkDisable = (options) => (options.client ?? client).post
|
|
|
2099
2275
|
}
|
|
2100
2276
|
});
|
|
2101
2277
|
var getSearch = (options) => (options.client ?? client).get({
|
|
2278
|
+
querySerializer: {
|
|
2279
|
+
parameters: {
|
|
2280
|
+
filter: { object: { style: "form" } },
|
|
2281
|
+
fields: { object: { style: "form" } }
|
|
2282
|
+
}
|
|
2283
|
+
},
|
|
2102
2284
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2103
2285
|
url: "/search",
|
|
2104
2286
|
...options
|
|
2105
2287
|
});
|
|
2106
2288
|
var getInvitations = (options) => (options.client ?? client).get({
|
|
2289
|
+
querySerializer: {
|
|
2290
|
+
parameters: {
|
|
2291
|
+
filter: { object: { style: "form" } },
|
|
2292
|
+
fields: { object: { style: "form" } }
|
|
2293
|
+
}
|
|
2294
|
+
},
|
|
2107
2295
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2108
2296
|
url: "/invitations",
|
|
2109
2297
|
...options
|
|
2110
2298
|
});
|
|
2111
2299
|
var postInvitations = (options) => (options.client ?? client).post({
|
|
2300
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2112
2301
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2113
2302
|
url: "/invitations",
|
|
2114
2303
|
...options,
|
|
@@ -2118,6 +2307,7 @@ var postInvitations = (options) => (options.client ?? client).post({
|
|
|
2118
2307
|
}
|
|
2119
2308
|
});
|
|
2120
2309
|
var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
|
|
2310
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2121
2311
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2122
2312
|
url: "/threads/{id}/archive",
|
|
2123
2313
|
...options,
|
|
@@ -2127,11 +2317,23 @@ var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
|
|
|
2127
2317
|
}
|
|
2128
2318
|
});
|
|
2129
2319
|
var getApiKeysStats = (options) => (options.client ?? client).get({
|
|
2320
|
+
querySerializer: {
|
|
2321
|
+
parameters: {
|
|
2322
|
+
filter: { object: { style: "form" } },
|
|
2323
|
+
fields: { object: { style: "form" } }
|
|
2324
|
+
}
|
|
2325
|
+
},
|
|
2130
2326
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2131
2327
|
url: "/api_keys/stats",
|
|
2132
2328
|
...options
|
|
2133
2329
|
});
|
|
2134
2330
|
var getSearchSemantic = (options) => (options.client ?? client).get({
|
|
2331
|
+
querySerializer: {
|
|
2332
|
+
parameters: {
|
|
2333
|
+
filter: { object: { style: "form" } },
|
|
2334
|
+
fields: { object: { style: "form" } }
|
|
2335
|
+
}
|
|
2336
|
+
},
|
|
2135
2337
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2136
2338
|
url: "/search/semantic",
|
|
2137
2339
|
...options
|
|
@@ -2142,11 +2344,19 @@ var getThreadsStats = (options) => (options.client ?? client).get({
|
|
|
2142
2344
|
...options
|
|
2143
2345
|
});
|
|
2144
2346
|
var getMessages = (options) => (options.client ?? client).get({
|
|
2347
|
+
querySerializer: {
|
|
2348
|
+
parameters: {
|
|
2349
|
+
filter: { object: { style: "form" } },
|
|
2350
|
+
page: { object: { style: "form" } },
|
|
2351
|
+
fields: { object: { style: "form" } }
|
|
2352
|
+
}
|
|
2353
|
+
},
|
|
2145
2354
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2146
2355
|
url: "/messages",
|
|
2147
2356
|
...options
|
|
2148
2357
|
});
|
|
2149
2358
|
var postMessages = (options) => (options.client ?? client).post({
|
|
2359
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2150
2360
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2151
2361
|
url: "/messages",
|
|
2152
2362
|
...options,
|
|
@@ -2156,11 +2366,19 @@ var postMessages = (options) => (options.client ?? client).post({
|
|
|
2156
2366
|
}
|
|
2157
2367
|
});
|
|
2158
2368
|
var getNotificationPreferences = (options) => (options.client ?? client).get({
|
|
2369
|
+
querySerializer: {
|
|
2370
|
+
parameters: {
|
|
2371
|
+
filter: { object: { style: "form" } },
|
|
2372
|
+
page: { object: { style: "form" } },
|
|
2373
|
+
fields: { object: { style: "form" } }
|
|
2374
|
+
}
|
|
2375
|
+
},
|
|
2159
2376
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2160
2377
|
url: "/notification_preferences",
|
|
2161
2378
|
...options
|
|
2162
2379
|
});
|
|
2163
2380
|
var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
2381
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2164
2382
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2165
2383
|
url: "/notification_preferences",
|
|
2166
2384
|
...options,
|
|
@@ -2170,11 +2388,19 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
|
2170
2388
|
}
|
|
2171
2389
|
});
|
|
2172
2390
|
var getApplications = (options) => (options.client ?? client).get({
|
|
2391
|
+
querySerializer: {
|
|
2392
|
+
parameters: {
|
|
2393
|
+
filter: { object: { style: "form" } },
|
|
2394
|
+
page: { object: { style: "form" } },
|
|
2395
|
+
fields: { object: { style: "form" } }
|
|
2396
|
+
}
|
|
2397
|
+
},
|
|
2173
2398
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2174
2399
|
url: "/applications",
|
|
2175
2400
|
...options
|
|
2176
2401
|
});
|
|
2177
2402
|
var postApplications = (options) => (options.client ?? client).post({
|
|
2403
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2178
2404
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2179
2405
|
url: "/applications",
|
|
2180
2406
|
...options,
|
|
@@ -2184,6 +2410,7 @@ var postApplications = (options) => (options.client ?? client).post({
|
|
|
2184
2410
|
}
|
|
2185
2411
|
});
|
|
2186
2412
|
var patchWatcherClaimsByIdRetry = (options) => (options.client ?? client).patch({
|
|
2413
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2187
2414
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2188
2415
|
url: "/watcher/claims/{id}/retry",
|
|
2189
2416
|
...options,
|
|
@@ -2202,6 +2429,7 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
2202
2429
|
}
|
|
2203
2430
|
});
|
|
2204
2431
|
var patchUserProfilesByIdDismissWelcome = (options) => (options.client ?? client).patch({
|
|
2432
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2205
2433
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2206
2434
|
url: "/user_profiles/{id}/dismiss-welcome",
|
|
2207
2435
|
...options,
|
|
@@ -2211,6 +2439,7 @@ var patchUserProfilesByIdDismissWelcome = (options) => (options.client ?? client
|
|
|
2211
2439
|
}
|
|
2212
2440
|
});
|
|
2213
2441
|
var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? client).patch({
|
|
2442
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2214
2443
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2215
2444
|
url: "/extraction/documents/{id}/reprocess",
|
|
2216
2445
|
...options,
|
|
@@ -2220,16 +2449,19 @@ var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? clie
|
|
|
2220
2449
|
}
|
|
2221
2450
|
});
|
|
2222
2451
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
2452
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2223
2453
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2224
2454
|
url: "/threads/{id}",
|
|
2225
2455
|
...options
|
|
2226
2456
|
});
|
|
2227
2457
|
var getThreadsById = (options) => (options.client ?? client).get({
|
|
2458
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2228
2459
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2229
2460
|
url: "/threads/{id}",
|
|
2230
2461
|
...options
|
|
2231
2462
|
});
|
|
2232
2463
|
var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
2464
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2233
2465
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2234
2466
|
url: "/threads/{id}",
|
|
2235
2467
|
...options,
|
|
@@ -2239,16 +2471,29 @@ var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
|
2239
2471
|
}
|
|
2240
2472
|
});
|
|
2241
2473
|
var getWorkspacesByIdMembers = (options) => (options.client ?? client).get({
|
|
2474
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2242
2475
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2243
2476
|
url: "/workspaces/{id}/members",
|
|
2244
2477
|
...options
|
|
2245
2478
|
});
|
|
2246
2479
|
var getBucketsAll = (options) => (options.client ?? client).get({
|
|
2480
|
+
querySerializer: {
|
|
2481
|
+
parameters: {
|
|
2482
|
+
filter: { object: { style: "form" } },
|
|
2483
|
+
fields: { object: { style: "form" } }
|
|
2484
|
+
}
|
|
2485
|
+
},
|
|
2247
2486
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2248
2487
|
url: "/buckets/all",
|
|
2249
2488
|
...options
|
|
2250
2489
|
});
|
|
2251
2490
|
var getWatcherClaims = (options) => (options.client ?? client).get({
|
|
2491
|
+
querySerializer: {
|
|
2492
|
+
parameters: {
|
|
2493
|
+
filter: { object: { style: "form" } },
|
|
2494
|
+
fields: { object: { style: "form" } }
|
|
2495
|
+
}
|
|
2496
|
+
},
|
|
2252
2497
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2253
2498
|
url: "/watcher/claims",
|
|
2254
2499
|
...options
|
|
@@ -2263,11 +2508,19 @@ var postWatcherClaims = (options) => (options.client ?? client).post({
|
|
|
2263
2508
|
}
|
|
2264
2509
|
});
|
|
2265
2510
|
var getLlmAnalytics = (options) => (options.client ?? client).get({
|
|
2511
|
+
querySerializer: {
|
|
2512
|
+
parameters: {
|
|
2513
|
+
filter: { object: { style: "form" } },
|
|
2514
|
+
page: { object: { style: "form" } },
|
|
2515
|
+
fields: { object: { style: "form" } }
|
|
2516
|
+
}
|
|
2517
|
+
},
|
|
2266
2518
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2267
2519
|
url: "/llm_analytics",
|
|
2268
2520
|
...options
|
|
2269
2521
|
});
|
|
2270
2522
|
var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
2523
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2271
2524
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2272
2525
|
url: "/llm_analytics",
|
|
2273
2526
|
...options,
|
|
@@ -2282,6 +2535,7 @@ var getStorageStatsTenantByTenantId = (options) => (options.client ?? client).ge
|
|
|
2282
2535
|
...options
|
|
2283
2536
|
});
|
|
2284
2537
|
var postAgentTestResults = (options) => (options.client ?? client).post({
|
|
2538
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2285
2539
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2286
2540
|
url: "/agent_test_results",
|
|
2287
2541
|
...options,
|
|
@@ -2291,6 +2545,7 @@ var postAgentTestResults = (options) => (options.client ?? client).post({
|
|
|
2291
2545
|
}
|
|
2292
2546
|
});
|
|
2293
2547
|
var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch({
|
|
2548
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2294
2549
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2295
2550
|
url: "/users/{id}/reset-password",
|
|
2296
2551
|
...options,
|
|
@@ -2309,6 +2564,7 @@ var postThreadsByIdExport = (options) => (options.client ?? client).post({
|
|
|
2309
2564
|
}
|
|
2310
2565
|
});
|
|
2311
2566
|
var postDocumentsPresignedUpload = (options) => (options.client ?? client).post({
|
|
2567
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2312
2568
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2313
2569
|
url: "/documents/presigned_upload",
|
|
2314
2570
|
...options,
|
|
@@ -2323,11 +2579,13 @@ var getWebhookConfigsByIdEvents = (options) => (options.client ?? client).get({
|
|
|
2323
2579
|
...options
|
|
2324
2580
|
});
|
|
2325
2581
|
var getMessagesSearch = (options) => (options.client ?? client).get({
|
|
2582
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2326
2583
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2327
2584
|
url: "/messages/search",
|
|
2328
2585
|
...options
|
|
2329
2586
|
});
|
|
2330
2587
|
var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
2588
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2331
2589
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2332
2590
|
url: "/agents/{id}/teach",
|
|
2333
2591
|
...options,
|
|
@@ -2337,11 +2595,19 @@ var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
|
2337
2595
|
}
|
|
2338
2596
|
});
|
|
2339
2597
|
var getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue = (options) => (options.client ?? client).get({
|
|
2598
|
+
querySerializer: {
|
|
2599
|
+
parameters: {
|
|
2600
|
+
filter: { object: { style: "form" } },
|
|
2601
|
+
page: { object: { style: "form" } },
|
|
2602
|
+
fields: { object: { style: "form" } }
|
|
2603
|
+
}
|
|
2604
|
+
},
|
|
2340
2605
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2341
2606
|
url: "/extraction/documents/workspace/{workspace_id}/review_queue",
|
|
2342
2607
|
...options
|
|
2343
2608
|
});
|
|
2344
2609
|
var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch({
|
|
2610
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2345
2611
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2346
2612
|
url: "/invitations/{id}/decline",
|
|
2347
2613
|
...options,
|
|
@@ -2351,6 +2617,7 @@ var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch(
|
|
|
2351
2617
|
}
|
|
2352
2618
|
});
|
|
2353
2619
|
var postExtractionDocumentsUpload = (options) => (options.client ?? client).post({
|
|
2620
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2354
2621
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2355
2622
|
url: "/extraction/documents/upload",
|
|
2356
2623
|
...options,
|
|
@@ -2359,7 +2626,18 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
|
|
|
2359
2626
|
...options.headers
|
|
2360
2627
|
}
|
|
2361
2628
|
});
|
|
2629
|
+
var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
|
|
2630
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2631
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2632
|
+
url: "/extraction/results/{id}/corrections",
|
|
2633
|
+
...options,
|
|
2634
|
+
headers: {
|
|
2635
|
+
"Content-Type": "application/vnd.api+json",
|
|
2636
|
+
...options.headers
|
|
2637
|
+
}
|
|
2638
|
+
});
|
|
2362
2639
|
var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client).patch({
|
|
2640
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2363
2641
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2364
2642
|
url: "/notification_methods/{id}/verify",
|
|
2365
2643
|
...options,
|
|
@@ -2369,11 +2647,13 @@ var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client)
|
|
|
2369
2647
|
}
|
|
2370
2648
|
});
|
|
2371
2649
|
var getExtractionResultsDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
2650
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2372
2651
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2373
2652
|
url: "/extraction/results/document/{document_id}",
|
|
2374
2653
|
...options
|
|
2375
2654
|
});
|
|
2376
2655
|
var patchUserProfilesByIdDismissAnnouncement = (options) => (options.client ?? client).patch({
|
|
2656
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2377
2657
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2378
2658
|
url: "/user_profiles/{id}/dismiss-announcement",
|
|
2379
2659
|
...options,
|
|
@@ -2383,16 +2663,19 @@ var patchUserProfilesByIdDismissAnnouncement = (options) => (options.client ?? c
|
|
|
2383
2663
|
}
|
|
2384
2664
|
});
|
|
2385
2665
|
var deleteWorkspacesById = (options) => (options.client ?? client).delete({
|
|
2666
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2386
2667
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2387
2668
|
url: "/workspaces/{id}",
|
|
2388
2669
|
...options
|
|
2389
2670
|
});
|
|
2390
2671
|
var getWorkspacesById = (options) => (options.client ?? client).get({
|
|
2672
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2391
2673
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2392
2674
|
url: "/workspaces/{id}",
|
|
2393
2675
|
...options
|
|
2394
2676
|
});
|
|
2395
2677
|
var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
2678
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2396
2679
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2397
2680
|
url: "/workspaces/{id}",
|
|
2398
2681
|
...options,
|
|
@@ -2402,11 +2685,19 @@ var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
|
2402
2685
|
}
|
|
2403
2686
|
});
|
|
2404
2687
|
var getTenants = (options) => (options.client ?? client).get({
|
|
2688
|
+
querySerializer: {
|
|
2689
|
+
parameters: {
|
|
2690
|
+
filter: { object: { style: "form" } },
|
|
2691
|
+
page: { object: { style: "form" } },
|
|
2692
|
+
fields: { object: { style: "form" } }
|
|
2693
|
+
}
|
|
2694
|
+
},
|
|
2405
2695
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2406
2696
|
url: "/tenants",
|
|
2407
2697
|
...options
|
|
2408
2698
|
});
|
|
2409
2699
|
var postTenants = (options) => (options.client ?? client).post({
|
|
2700
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2410
2701
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2411
2702
|
url: "/tenants",
|
|
2412
2703
|
...options,
|
|
@@ -2416,6 +2707,7 @@ var postTenants = (options) => (options.client ?? client).post({
|
|
|
2416
2707
|
}
|
|
2417
2708
|
});
|
|
2418
2709
|
var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post({
|
|
2710
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2419
2711
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2420
2712
|
url: "/tenants/{id}/remove-storage",
|
|
2421
2713
|
...options,
|
|
@@ -2425,20 +2717,13 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
|
|
|
2425
2717
|
}
|
|
2426
2718
|
});
|
|
2427
2719
|
var getWalletInvoices = (options) => (options.client ?? client).get({
|
|
2720
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2428
2721
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2429
2722
|
url: "/wallet/invoices",
|
|
2430
2723
|
...options
|
|
2431
2724
|
});
|
|
2432
|
-
var patchExtractionResultsByIdSaveCorrections = (options) => (options.client ?? client).patch({
|
|
2433
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
2434
|
-
url: "/extraction/results/{id}/save_corrections",
|
|
2435
|
-
...options,
|
|
2436
|
-
headers: {
|
|
2437
|
-
"Content-Type": "application/vnd.api+json",
|
|
2438
|
-
...options.headers
|
|
2439
|
-
}
|
|
2440
|
-
});
|
|
2441
2725
|
var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client).patch({
|
|
2726
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2442
2727
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2443
2728
|
url: "/workspaces/{id}/storage-settings",
|
|
2444
2729
|
...options,
|
|
@@ -2448,31 +2733,49 @@ var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client)
|
|
|
2448
2733
|
}
|
|
2449
2734
|
});
|
|
2450
2735
|
var getNotificationLogsById = (options) => (options.client ?? client).get({
|
|
2736
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2451
2737
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2452
2738
|
url: "/notification_logs/{id}",
|
|
2453
2739
|
...options
|
|
2454
2740
|
});
|
|
2455
2741
|
var getExtractionDocumentsByIdView = (options) => (options.client ?? client).get({
|
|
2742
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2456
2743
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2457
2744
|
url: "/extraction/documents/{id}/view",
|
|
2458
2745
|
...options
|
|
2459
2746
|
});
|
|
2460
2747
|
var getWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
2748
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2461
2749
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2462
2750
|
url: "/webhook_deliveries/{id}",
|
|
2463
2751
|
...options
|
|
2464
2752
|
});
|
|
2465
2753
|
var getAuditLogs = (options) => (options.client ?? client).get({
|
|
2754
|
+
querySerializer: {
|
|
2755
|
+
parameters: {
|
|
2756
|
+
filter: { object: { style: "form" } },
|
|
2757
|
+
page: { object: { style: "form" } },
|
|
2758
|
+
fields: { object: { style: "form" } }
|
|
2759
|
+
}
|
|
2760
|
+
},
|
|
2466
2761
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2467
2762
|
url: "/audit-logs",
|
|
2468
2763
|
...options
|
|
2469
2764
|
});
|
|
2470
2765
|
var getAiGraphEdges = (options) => (options.client ?? client).get({
|
|
2766
|
+
querySerializer: {
|
|
2767
|
+
parameters: {
|
|
2768
|
+
filter: { object: { style: "form" } },
|
|
2769
|
+
page: { object: { style: "form" } },
|
|
2770
|
+
fields: { object: { style: "form" } }
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2471
2773
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2472
2774
|
url: "/ai/graph/edges",
|
|
2473
2775
|
...options
|
|
2474
2776
|
});
|
|
2475
2777
|
var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
2778
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2476
2779
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2477
2780
|
url: "/ai/graph/edges",
|
|
2478
2781
|
...options,
|
|
@@ -2481,12 +2784,26 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
|
2481
2784
|
...options.headers
|
|
2482
2785
|
}
|
|
2483
2786
|
});
|
|
2787
|
+
var getAgentVersionRevisionsById = (options) => (options.client ?? client).get({
|
|
2788
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2789
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2790
|
+
url: "/agent_version_revisions/{id}",
|
|
2791
|
+
...options
|
|
2792
|
+
});
|
|
2484
2793
|
var getTrainingExamples = (options) => (options.client ?? client).get({
|
|
2794
|
+
querySerializer: {
|
|
2795
|
+
parameters: {
|
|
2796
|
+
filter: { object: { style: "form" } },
|
|
2797
|
+
page: { object: { style: "form" } },
|
|
2798
|
+
fields: { object: { style: "form" } }
|
|
2799
|
+
}
|
|
2800
|
+
},
|
|
2485
2801
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2486
2802
|
url: "/training_examples",
|
|
2487
2803
|
...options
|
|
2488
2804
|
});
|
|
2489
2805
|
var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
2806
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2490
2807
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2491
2808
|
url: "/training_examples",
|
|
2492
2809
|
...options,
|
|
@@ -2496,6 +2813,7 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
|
2496
2813
|
}
|
|
2497
2814
|
});
|
|
2498
2815
|
var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
|
|
2816
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2499
2817
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2500
2818
|
url: "/workspaces/{workspace_id}/extraction/exports/{id}",
|
|
2501
2819
|
...options
|
|
@@ -2506,6 +2824,7 @@ var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
|
2506
2824
|
...options
|
|
2507
2825
|
});
|
|
2508
2826
|
var postObjectsCopy = (options) => (options.client ?? client).post({
|
|
2827
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2509
2828
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2510
2829
|
url: "/objects/copy",
|
|
2511
2830
|
...options,
|
|
@@ -2515,11 +2834,18 @@ var postObjectsCopy = (options) => (options.client ?? client).post({
|
|
|
2515
2834
|
}
|
|
2516
2835
|
});
|
|
2517
2836
|
var getBuckets = (options) => (options.client ?? client).get({
|
|
2837
|
+
querySerializer: {
|
|
2838
|
+
parameters: {
|
|
2839
|
+
filter: { object: { style: "form" } },
|
|
2840
|
+
fields: { object: { style: "form" } }
|
|
2841
|
+
}
|
|
2842
|
+
},
|
|
2518
2843
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2519
2844
|
url: "/buckets",
|
|
2520
2845
|
...options
|
|
2521
2846
|
});
|
|
2522
2847
|
var postBuckets = (options) => (options.client ?? client).post({
|
|
2848
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2523
2849
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2524
2850
|
url: "/buckets",
|
|
2525
2851
|
...options,
|
|
@@ -2528,21 +2854,14 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
2528
2854
|
...options.headers
|
|
2529
2855
|
}
|
|
2530
2856
|
});
|
|
2531
|
-
var postPaymentMethodsTokenize = (options) => (options.client ?? client).post({
|
|
2532
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
2533
|
-
url: "/payment-methods/tokenize",
|
|
2534
|
-
...options,
|
|
2535
|
-
headers: {
|
|
2536
|
-
"Content-Type": "application/vnd.api+json",
|
|
2537
|
-
...options.headers
|
|
2538
|
-
}
|
|
2539
|
-
});
|
|
2540
2857
|
var getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).get({
|
|
2858
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2541
2859
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2542
2860
|
url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
|
|
2543
2861
|
...options
|
|
2544
2862
|
});
|
|
2545
2863
|
var postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).post({
|
|
2864
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2546
2865
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2547
2866
|
url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
|
|
2548
2867
|
...options,
|
|
@@ -2562,16 +2881,19 @@ var getNotificationLogsStats = (options) => (options.client ?? client).get({
|
|
|
2562
2881
|
...options
|
|
2563
2882
|
});
|
|
2564
2883
|
var getPlansById = (options) => (options.client ?? client).get({
|
|
2884
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2565
2885
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2566
2886
|
url: "/plans/{id}",
|
|
2567
2887
|
...options
|
|
2568
2888
|
});
|
|
2569
2889
|
var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
|
|
2890
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2570
2891
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2571
2892
|
url: "/tenants/{tenant_id}/stats",
|
|
2572
2893
|
...options
|
|
2573
2894
|
});
|
|
2574
2895
|
var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
2896
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2575
2897
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2576
2898
|
url: "/wallet/addons",
|
|
2577
2899
|
...options,
|
|
@@ -2581,6 +2903,7 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
|
2581
2903
|
}
|
|
2582
2904
|
});
|
|
2583
2905
|
var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post({
|
|
2906
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2584
2907
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2585
2908
|
url: "/tenants/{id}/schedule-purge",
|
|
2586
2909
|
...options,
|
|
@@ -2590,11 +2913,13 @@ var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post(
|
|
|
2590
2913
|
}
|
|
2591
2914
|
});
|
|
2592
2915
|
var getMessagesSemanticSearch = (options) => (options.client ?? client).get({
|
|
2916
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2593
2917
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2594
2918
|
url: "/messages/semantic-search",
|
|
2595
2919
|
...options
|
|
2596
2920
|
});
|
|
2597
2921
|
var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
2922
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2598
2923
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2599
2924
|
url: "/users/auth/magic_link/login",
|
|
2600
2925
|
...options,
|
|
@@ -2604,11 +2929,19 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
|
2604
2929
|
}
|
|
2605
2930
|
});
|
|
2606
2931
|
var getApiKeys = (options) => (options.client ?? client).get({
|
|
2932
|
+
querySerializer: {
|
|
2933
|
+
parameters: {
|
|
2934
|
+
filter: { object: { style: "form" } },
|
|
2935
|
+
page: { object: { style: "form" } },
|
|
2936
|
+
fields: { object: { style: "form" } }
|
|
2937
|
+
}
|
|
2938
|
+
},
|
|
2607
2939
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2608
2940
|
url: "/api_keys",
|
|
2609
2941
|
...options
|
|
2610
2942
|
});
|
|
2611
2943
|
var postApiKeys = (options) => (options.client ?? client).post({
|
|
2944
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2612
2945
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2613
2946
|
url: "/api_keys",
|
|
2614
2947
|
...options,
|
|
@@ -2618,6 +2951,7 @@ var postApiKeys = (options) => (options.client ?? client).post({
|
|
|
2618
2951
|
}
|
|
2619
2952
|
});
|
|
2620
2953
|
var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
2954
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2621
2955
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2622
2956
|
url: "/users/{id}/admin",
|
|
2623
2957
|
...options,
|
|
@@ -2636,16 +2970,19 @@ var postObjectsMove = (options) => (options.client ?? client).post({
|
|
|
2636
2970
|
}
|
|
2637
2971
|
});
|
|
2638
2972
|
var deleteAgentsById = (options) => (options.client ?? client).delete({
|
|
2973
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2639
2974
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2640
2975
|
url: "/agents/{id}",
|
|
2641
2976
|
...options
|
|
2642
2977
|
});
|
|
2643
2978
|
var getAgentsById = (options) => (options.client ?? client).get({
|
|
2979
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2644
2980
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2645
2981
|
url: "/agents/{id}",
|
|
2646
2982
|
...options
|
|
2647
2983
|
});
|
|
2648
2984
|
var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
2985
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2649
2986
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2650
2987
|
url: "/agents/{id}",
|
|
2651
2988
|
...options,
|
|
@@ -2655,6 +2992,7 @@ var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
|
2655
2992
|
}
|
|
2656
2993
|
});
|
|
2657
2994
|
var patchThreadsByIdUnarchive = (options) => (options.client ?? client).patch({
|
|
2995
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2658
2996
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2659
2997
|
url: "/threads/{id}/unarchive",
|
|
2660
2998
|
...options,
|
|
@@ -2669,16 +3007,19 @@ var getAgentsByIdUsage = (options) => (options.client ?? client).get({
|
|
|
2669
3007
|
...options
|
|
2670
3008
|
});
|
|
2671
3009
|
var deleteApiKeysById = (options) => (options.client ?? client).delete({
|
|
3010
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2672
3011
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2673
3012
|
url: "/api_keys/{id}",
|
|
2674
3013
|
...options
|
|
2675
3014
|
});
|
|
2676
3015
|
var getApiKeysById = (options) => (options.client ?? client).get({
|
|
3016
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2677
3017
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2678
3018
|
url: "/api_keys/{id}",
|
|
2679
3019
|
...options
|
|
2680
3020
|
});
|
|
2681
3021
|
var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
3022
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2682
3023
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2683
3024
|
url: "/api_keys/{id}",
|
|
2684
3025
|
...options,
|
|
@@ -2697,6 +3038,7 @@ var postTrainingExamplesSearch = (options) => (options.client ?? client).post({
|
|
|
2697
3038
|
}
|
|
2698
3039
|
});
|
|
2699
3040
|
var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patch({
|
|
3041
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2700
3042
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2701
3043
|
url: "/watcher/claims/{id}/release",
|
|
2702
3044
|
...options,
|
|
@@ -2706,11 +3048,19 @@ var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patc
|
|
|
2706
3048
|
}
|
|
2707
3049
|
});
|
|
2708
3050
|
var getAiConversations = (options) => (options.client ?? client).get({
|
|
3051
|
+
querySerializer: {
|
|
3052
|
+
parameters: {
|
|
3053
|
+
filter: { object: { style: "form" } },
|
|
3054
|
+
page: { object: { style: "form" } },
|
|
3055
|
+
fields: { object: { style: "form" } }
|
|
3056
|
+
}
|
|
3057
|
+
},
|
|
2709
3058
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2710
3059
|
url: "/ai/conversations",
|
|
2711
3060
|
...options
|
|
2712
3061
|
});
|
|
2713
3062
|
var postAiConversations = (options) => (options.client ?? client).post({
|
|
3063
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2714
3064
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2715
3065
|
url: "/ai/conversations",
|
|
2716
3066
|
...options,
|
|
@@ -2720,6 +3070,7 @@ var postAiConversations = (options) => (options.client ?? client).post({
|
|
|
2720
3070
|
}
|
|
2721
3071
|
});
|
|
2722
3072
|
var postAiSearch = (options) => (options.client ?? client).post({
|
|
3073
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2723
3074
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2724
3075
|
url: "/ai/search",
|
|
2725
3076
|
...options,
|
|
@@ -2729,16 +3080,24 @@ var postAiSearch = (options) => (options.client ?? client).post({
|
|
|
2729
3080
|
}
|
|
2730
3081
|
});
|
|
2731
3082
|
var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
|
|
3083
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2732
3084
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2733
3085
|
url: "/ai/graph/nodes/{id}",
|
|
2734
3086
|
...options
|
|
2735
3087
|
});
|
|
2736
3088
|
var getWorkspacesShared = (options) => (options.client ?? client).get({
|
|
3089
|
+
querySerializer: {
|
|
3090
|
+
parameters: {
|
|
3091
|
+
filter: { object: { style: "form" } },
|
|
3092
|
+
fields: { object: { style: "form" } }
|
|
3093
|
+
}
|
|
3094
|
+
},
|
|
2737
3095
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2738
3096
|
url: "/workspaces/shared",
|
|
2739
3097
|
...options
|
|
2740
3098
|
});
|
|
2741
3099
|
var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
|
|
3100
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2742
3101
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2743
3102
|
url: "/wallet/addons/{addon_slug}/cancel",
|
|
2744
3103
|
...options,
|
|
@@ -2748,16 +3107,19 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
|
|
|
2748
3107
|
}
|
|
2749
3108
|
});
|
|
2750
3109
|
var deleteApplicationsById = (options) => (options.client ?? client).delete({
|
|
3110
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2751
3111
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2752
3112
|
url: "/applications/{id}",
|
|
2753
3113
|
...options
|
|
2754
3114
|
});
|
|
2755
3115
|
var getApplicationsById = (options) => (options.client ?? client).get({
|
|
3116
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2756
3117
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2757
3118
|
url: "/applications/{id}",
|
|
2758
3119
|
...options
|
|
2759
3120
|
});
|
|
2760
3121
|
var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
3122
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2761
3123
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2762
3124
|
url: "/applications/{id}",
|
|
2763
3125
|
...options,
|
|
@@ -2767,11 +3129,18 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
|
2767
3129
|
}
|
|
2768
3130
|
});
|
|
2769
3131
|
var getSearchHealth = (options) => (options.client ?? client).get({
|
|
3132
|
+
querySerializer: {
|
|
3133
|
+
parameters: {
|
|
3134
|
+
filter: { object: { style: "form" } },
|
|
3135
|
+
fields: { object: { style: "form" } }
|
|
3136
|
+
}
|
|
3137
|
+
},
|
|
2770
3138
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2771
3139
|
url: "/search/health",
|
|
2772
3140
|
...options
|
|
2773
3141
|
});
|
|
2774
3142
|
var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? client).patch({
|
|
3143
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2775
3144
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2776
3145
|
url: "/extraction/documents/{id}/verification",
|
|
2777
3146
|
...options,
|
|
@@ -2781,6 +3150,7 @@ var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? c
|
|
|
2781
3150
|
}
|
|
2782
3151
|
});
|
|
2783
3152
|
var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
3153
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2784
3154
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2785
3155
|
url: "/threads/{id}/fork",
|
|
2786
3156
|
...options,
|
|
@@ -2789,17 +3159,41 @@ var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
|
2789
3159
|
...options.headers
|
|
2790
3160
|
}
|
|
2791
3161
|
});
|
|
3162
|
+
var postExtractionDocumentsFindOrBeginUpload = (options) => (options.client ?? client).post({
|
|
3163
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3164
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3165
|
+
url: "/extraction/documents/find_or_begin_upload",
|
|
3166
|
+
...options,
|
|
3167
|
+
headers: {
|
|
3168
|
+
"Content-Type": "application/vnd.api+json",
|
|
3169
|
+
...options.headers
|
|
3170
|
+
}
|
|
3171
|
+
});
|
|
2792
3172
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
3173
|
+
querySerializer: {
|
|
3174
|
+
parameters: {
|
|
3175
|
+
filter: { object: { style: "form" } },
|
|
3176
|
+
fields: { object: { style: "form" } }
|
|
3177
|
+
}
|
|
3178
|
+
},
|
|
2793
3179
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2794
3180
|
url: "/transactions",
|
|
2795
3181
|
...options
|
|
2796
3182
|
});
|
|
2797
3183
|
var getUserProfiles = (options) => (options.client ?? client).get({
|
|
3184
|
+
querySerializer: {
|
|
3185
|
+
parameters: {
|
|
3186
|
+
filter: { object: { style: "form" } },
|
|
3187
|
+
page: { object: { style: "form" } },
|
|
3188
|
+
fields: { object: { style: "form" } }
|
|
3189
|
+
}
|
|
3190
|
+
},
|
|
2798
3191
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2799
3192
|
url: "/user_profiles",
|
|
2800
3193
|
...options
|
|
2801
3194
|
});
|
|
2802
3195
|
var postUserProfiles = (options) => (options.client ?? client).post({
|
|
3196
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2803
3197
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2804
3198
|
url: "/user_profiles",
|
|
2805
3199
|
...options,
|
|
@@ -2809,6 +3203,7 @@ var postUserProfiles = (options) => (options.client ?? client).post({
|
|
|
2809
3203
|
}
|
|
2810
3204
|
});
|
|
2811
3205
|
var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
3206
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2812
3207
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2813
3208
|
url: "/users/{id}/confirm-email",
|
|
2814
3209
|
...options,
|
|
@@ -2818,11 +3213,13 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
|
2818
3213
|
}
|
|
2819
3214
|
});
|
|
2820
3215
|
var getThreadsSearch = (options) => (options.client ?? client).get({
|
|
3216
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2821
3217
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2822
3218
|
url: "/threads/search",
|
|
2823
3219
|
...options
|
|
2824
3220
|
});
|
|
2825
3221
|
var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
|
|
3222
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2826
3223
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2827
3224
|
url: "/search/saved/{id}/run",
|
|
2828
3225
|
...options,
|
|
@@ -2832,6 +3229,7 @@ var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
|
|
|
2832
3229
|
}
|
|
2833
3230
|
});
|
|
2834
3231
|
var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
3232
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2835
3233
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2836
3234
|
url: "/wallet/plan",
|
|
2837
3235
|
...options,
|
|
@@ -2841,11 +3239,13 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
|
2841
3239
|
}
|
|
2842
3240
|
});
|
|
2843
3241
|
var getPlansSlugBySlug = (options) => (options.client ?? client).get({
|
|
3242
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2844
3243
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2845
3244
|
url: "/plans/slug/{slug}",
|
|
2846
3245
|
...options
|
|
2847
3246
|
});
|
|
2848
3247
|
var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client).patch({
|
|
3248
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2849
3249
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2850
3250
|
url: "/extraction/documents/{id}/restore",
|
|
2851
3251
|
...options,
|
|
@@ -2855,16 +3255,24 @@ var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client
|
|
|
2855
3255
|
}
|
|
2856
3256
|
});
|
|
2857
3257
|
var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
3258
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2858
3259
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2859
3260
|
url: "/llm_analytics/{id}",
|
|
2860
3261
|
...options
|
|
2861
3262
|
});
|
|
2862
3263
|
var getPermissions = (options) => (options.client ?? client).get({
|
|
3264
|
+
querySerializer: {
|
|
3265
|
+
parameters: {
|
|
3266
|
+
filter: { object: { style: "form" } },
|
|
3267
|
+
fields: { object: { style: "form" } }
|
|
3268
|
+
}
|
|
3269
|
+
},
|
|
2863
3270
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2864
3271
|
url: "/permissions",
|
|
2865
3272
|
...options
|
|
2866
3273
|
});
|
|
2867
3274
|
var patchUserProfilesByIdAcceptTos = (options) => (options.client ?? client).patch({
|
|
3275
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2868
3276
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2869
3277
|
url: "/user_profiles/{id}/accept-tos",
|
|
2870
3278
|
...options,
|
|
@@ -2874,6 +3282,7 @@ var patchUserProfilesByIdAcceptTos = (options) => (options.client ?? client).pat
|
|
|
2874
3282
|
}
|
|
2875
3283
|
});
|
|
2876
3284
|
var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? client).patch({
|
|
3285
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2877
3286
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2878
3287
|
url: "/extraction/documents/{id}/mark_trained",
|
|
2879
3288
|
...options,
|
|
@@ -2883,6 +3292,7 @@ var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? cl
|
|
|
2883
3292
|
}
|
|
2884
3293
|
});
|
|
2885
3294
|
var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
|
|
3295
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2886
3296
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2887
3297
|
url: "/applications/{id}/grant-credits",
|
|
2888
3298
|
...options,
|
|
@@ -2892,16 +3302,29 @@ var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).
|
|
|
2892
3302
|
}
|
|
2893
3303
|
});
|
|
2894
3304
|
var getSearchStatus = (options) => (options.client ?? client).get({
|
|
3305
|
+
querySerializer: {
|
|
3306
|
+
parameters: {
|
|
3307
|
+
filter: { object: { style: "form" } },
|
|
3308
|
+
fields: { object: { style: "form" } }
|
|
3309
|
+
}
|
|
3310
|
+
},
|
|
2895
3311
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2896
3312
|
url: "/search/status",
|
|
2897
3313
|
...options
|
|
2898
3314
|
});
|
|
2899
3315
|
var getTenantsByTenantIdWorkspaceStats = (options) => (options.client ?? client).get({
|
|
3316
|
+
querySerializer: {
|
|
3317
|
+
parameters: {
|
|
3318
|
+
filter: { object: { style: "form" } },
|
|
3319
|
+
fields: { object: { style: "form" } }
|
|
3320
|
+
}
|
|
3321
|
+
},
|
|
2900
3322
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2901
3323
|
url: "/tenants/{tenant_id}/workspace_stats",
|
|
2902
3324
|
...options
|
|
2903
3325
|
});
|
|
2904
3326
|
var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
3327
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2905
3328
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2906
3329
|
url: "/api_keys/{id}/allocate",
|
|
2907
3330
|
...options,
|
|
@@ -2911,11 +3334,13 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
|
2911
3334
|
}
|
|
2912
3335
|
});
|
|
2913
3336
|
var getWatcherClaimsById = (options) => (options.client ?? client).get({
|
|
3337
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2914
3338
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2915
3339
|
url: "/watcher/claims/{id}",
|
|
2916
3340
|
...options
|
|
2917
3341
|
});
|
|
2918
3342
|
var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
|
|
3343
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2919
3344
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2920
3345
|
url: "/watcher/claims/{id}",
|
|
2921
3346
|
...options,
|
|
@@ -2925,6 +3350,7 @@ var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
|
|
|
2925
3350
|
}
|
|
2926
3351
|
});
|
|
2927
3352
|
var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
3353
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2928
3354
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2929
3355
|
url: "/users/auth/login",
|
|
2930
3356
|
...options,
|
|
@@ -2934,11 +3360,19 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
|
2934
3360
|
}
|
|
2935
3361
|
});
|
|
2936
3362
|
var getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus = (options) => (options.client ?? client).get({
|
|
3363
|
+
querySerializer: {
|
|
3364
|
+
parameters: {
|
|
3365
|
+
filter: { object: { style: "form" } },
|
|
3366
|
+
page: { object: { style: "form" } },
|
|
3367
|
+
fields: { object: { style: "form" } }
|
|
3368
|
+
}
|
|
3369
|
+
},
|
|
2937
3370
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2938
3371
|
url: "/extraction/documents/workspace/{workspace_id}/by_status/{status}",
|
|
2939
3372
|
...options
|
|
2940
3373
|
});
|
|
2941
3374
|
var postAiEmbed = (options) => (options.client ?? client).post({
|
|
3375
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2942
3376
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2943
3377
|
url: "/ai/embed",
|
|
2944
3378
|
...options,
|
|
@@ -2957,11 +3391,18 @@ var postWebhookConfigsByIdReplay = (options) => (options.client ?? client).post(
|
|
|
2957
3391
|
}
|
|
2958
3392
|
});
|
|
2959
3393
|
var getWorkspacesMine = (options) => (options.client ?? client).get({
|
|
3394
|
+
querySerializer: {
|
|
3395
|
+
parameters: {
|
|
3396
|
+
filter: { object: { style: "form" } },
|
|
3397
|
+
fields: { object: { style: "form" } }
|
|
3398
|
+
}
|
|
3399
|
+
},
|
|
2960
3400
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2961
3401
|
url: "/workspaces/mine",
|
|
2962
3402
|
...options
|
|
2963
3403
|
});
|
|
2964
3404
|
var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
3405
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2965
3406
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2966
3407
|
url: "/tenants/isv",
|
|
2967
3408
|
...options,
|
|
@@ -2971,6 +3412,7 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
|
2971
3412
|
}
|
|
2972
3413
|
});
|
|
2973
3414
|
var postSearchReindex = (options) => (options.client ?? client).post({
|
|
3415
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2974
3416
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2975
3417
|
url: "/search/reindex",
|
|
2976
3418
|
...options,
|
|
@@ -2980,6 +3422,7 @@ var postSearchReindex = (options) => (options.client ?? client).post({
|
|
|
2980
3422
|
}
|
|
2981
3423
|
});
|
|
2982
3424
|
var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
|
|
3425
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2983
3426
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2984
3427
|
url: "/extraction/results/{id}/regenerate",
|
|
2985
3428
|
...options,
|
|
@@ -2989,6 +3432,7 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
|
|
|
2989
3432
|
}
|
|
2990
3433
|
});
|
|
2991
3434
|
var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
3435
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2992
3436
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2993
3437
|
url: "/users/auth/confirm",
|
|
2994
3438
|
...options,
|
|
@@ -2998,11 +3442,18 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
2998
3442
|
}
|
|
2999
3443
|
});
|
|
3000
3444
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
3445
|
+
querySerializer: {
|
|
3446
|
+
parameters: {
|
|
3447
|
+
filter: { object: { style: "form" } },
|
|
3448
|
+
fields: { object: { style: "form" } }
|
|
3449
|
+
}
|
|
3450
|
+
},
|
|
3001
3451
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3002
3452
|
url: "/storage/stats",
|
|
3003
3453
|
...options
|
|
3004
3454
|
});
|
|
3005
3455
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
3456
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3006
3457
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3007
3458
|
url: "/tenants/{id}/buy-storage",
|
|
3008
3459
|
...options,
|
|
@@ -3012,11 +3463,19 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
3012
3463
|
}
|
|
3013
3464
|
});
|
|
3014
3465
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
3466
|
+
querySerializer: {
|
|
3467
|
+
parameters: {
|
|
3468
|
+
filter: { object: { style: "form" } },
|
|
3469
|
+
page: { object: { style: "form" } },
|
|
3470
|
+
fields: { object: { style: "form" } }
|
|
3471
|
+
}
|
|
3472
|
+
},
|
|
3015
3473
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3016
3474
|
url: "/workspace-memberships",
|
|
3017
3475
|
...options
|
|
3018
3476
|
});
|
|
3019
3477
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
3478
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3020
3479
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3021
3480
|
url: "/workspace-memberships",
|
|
3022
3481
|
...options,
|
|
@@ -3026,6 +3485,7 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
3026
3485
|
}
|
|
3027
3486
|
});
|
|
3028
3487
|
var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch({
|
|
3488
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3029
3489
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3030
3490
|
url: "/api_keys/{id}/reset-period",
|
|
3031
3491
|
...options,
|
|
@@ -3035,16 +3495,25 @@ var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch(
|
|
|
3035
3495
|
}
|
|
3036
3496
|
});
|
|
3037
3497
|
var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
|
|
3498
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3038
3499
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3039
3500
|
url: "/tenants/{tenant_id}/document_stats",
|
|
3040
3501
|
...options
|
|
3041
3502
|
});
|
|
3042
3503
|
var getSearchAnalytics = (options) => (options.client ?? client).get({
|
|
3504
|
+
querySerializer: {
|
|
3505
|
+
parameters: {
|
|
3506
|
+
filter: { object: { style: "form" } },
|
|
3507
|
+
page: { object: { style: "form" } },
|
|
3508
|
+
fields: { object: { style: "form" } }
|
|
3509
|
+
}
|
|
3510
|
+
},
|
|
3043
3511
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3044
3512
|
url: "/search/analytics",
|
|
3045
3513
|
...options
|
|
3046
3514
|
});
|
|
3047
3515
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
3516
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3048
3517
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3049
3518
|
url: "/users/auth/magic_link/request",
|
|
3050
3519
|
...options,
|
|
@@ -3054,11 +3523,18 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
3054
3523
|
}
|
|
3055
3524
|
});
|
|
3056
3525
|
var getPermissionsPresetsById = (options) => (options.client ?? client).get({
|
|
3526
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3057
3527
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3058
3528
|
url: "/permissions/presets/{id}",
|
|
3059
3529
|
...options
|
|
3060
3530
|
});
|
|
3061
3531
|
var getPermissionsPresets = (options) => (options.client ?? client).get({
|
|
3532
|
+
querySerializer: {
|
|
3533
|
+
parameters: {
|
|
3534
|
+
filter: { object: { style: "form" } },
|
|
3535
|
+
fields: { object: { style: "form" } }
|
|
3536
|
+
}
|
|
3537
|
+
},
|
|
3062
3538
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3063
3539
|
url: "/permissions/presets",
|
|
3064
3540
|
...options
|
|
@@ -3073,6 +3549,7 @@ var postWebhookDeliveriesBulkRetry = (options) => (options.client ?? client).pos
|
|
|
3073
3549
|
}
|
|
3074
3550
|
});
|
|
3075
3551
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
3552
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3076
3553
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3077
3554
|
url: "/users/auth/register",
|
|
3078
3555
|
...options,
|
|
@@ -3095,36 +3572,20 @@ var postAgentsByIdSchemaVersionsByVersionIdActivate = (options) => (options.clie
|
|
|
3095
3572
|
url: "/agents/{id}/schema_versions/{version_id}/activate",
|
|
3096
3573
|
...options
|
|
3097
3574
|
});
|
|
3098
|
-
var deletePaymentMethodsById = (options) => (options.client ?? client).delete({
|
|
3099
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3100
|
-
url: "/payment-methods/{id}",
|
|
3101
|
-
...options
|
|
3102
|
-
});
|
|
3103
|
-
var getPaymentMethodsById = (options) => (options.client ?? client).get({
|
|
3104
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3105
|
-
url: "/payment-methods/{id}",
|
|
3106
|
-
...options
|
|
3107
|
-
});
|
|
3108
|
-
var patchPaymentMethodsById = (options) => (options.client ?? client).patch({
|
|
3109
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3110
|
-
url: "/payment-methods/{id}",
|
|
3111
|
-
...options,
|
|
3112
|
-
headers: {
|
|
3113
|
-
"Content-Type": "application/vnd.api+json",
|
|
3114
|
-
...options.headers
|
|
3115
|
-
}
|
|
3116
|
-
});
|
|
3117
3575
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
3576
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3118
3577
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3119
3578
|
url: "/buckets/{id}",
|
|
3120
3579
|
...options
|
|
3121
3580
|
});
|
|
3122
3581
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
3582
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3123
3583
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3124
3584
|
url: "/buckets/{id}",
|
|
3125
3585
|
...options
|
|
3126
3586
|
});
|
|
3127
3587
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
3588
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3128
3589
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3129
3590
|
url: "/buckets/{id}",
|
|
3130
3591
|
...options,
|
|
@@ -3134,21 +3595,35 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
3134
3595
|
}
|
|
3135
3596
|
});
|
|
3136
3597
|
var getPermissionsById = (options) => (options.client ?? client).get({
|
|
3598
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3137
3599
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3138
3600
|
url: "/permissions/{id}",
|
|
3139
3601
|
...options
|
|
3140
3602
|
});
|
|
3141
3603
|
var getAiGraphNodesBySourceNodeIdRelated = (options) => (options.client ?? client).get({
|
|
3604
|
+
querySerializer: {
|
|
3605
|
+
parameters: {
|
|
3606
|
+
filter: { object: { style: "form" } },
|
|
3607
|
+
fields: { object: { style: "form" } }
|
|
3608
|
+
}
|
|
3609
|
+
},
|
|
3142
3610
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3143
3611
|
url: "/ai/graph/nodes/{source_node_id}/related",
|
|
3144
3612
|
...options
|
|
3145
3613
|
});
|
|
3146
3614
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
3615
|
+
querySerializer: {
|
|
3616
|
+
parameters: {
|
|
3617
|
+
filter: { object: { style: "form" } },
|
|
3618
|
+
fields: { object: { style: "form" } }
|
|
3619
|
+
}
|
|
3620
|
+
},
|
|
3147
3621
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3148
3622
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
3149
3623
|
...options
|
|
3150
3624
|
});
|
|
3151
3625
|
var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? client).patch({
|
|
3626
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3152
3627
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3153
3628
|
url: "/applications/{id}/allocate-credits",
|
|
3154
3629
|
...options,
|
|
@@ -3158,16 +3633,30 @@ var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? clien
|
|
|
3158
3633
|
}
|
|
3159
3634
|
});
|
|
3160
3635
|
var getExtractionResultsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
3636
|
+
querySerializer: {
|
|
3637
|
+
parameters: {
|
|
3638
|
+
filter: { object: { style: "form" } },
|
|
3639
|
+
page: { object: { style: "form" } },
|
|
3640
|
+
fields: { object: { style: "form" } }
|
|
3641
|
+
}
|
|
3642
|
+
},
|
|
3161
3643
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3162
3644
|
url: "/extraction/results/workspace/{workspace_id}",
|
|
3163
3645
|
...options
|
|
3164
3646
|
});
|
|
3165
3647
|
var getSearchAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
3648
|
+
querySerializer: {
|
|
3649
|
+
parameters: {
|
|
3650
|
+
filter: { object: { style: "form" } },
|
|
3651
|
+
fields: { object: { style: "form" } }
|
|
3652
|
+
}
|
|
3653
|
+
},
|
|
3166
3654
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3167
3655
|
url: "/search/analytics/summary",
|
|
3168
3656
|
...options
|
|
3169
3657
|
});
|
|
3170
3658
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
3659
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3171
3660
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3172
3661
|
url: "/extraction/documents/begin_upload",
|
|
3173
3662
|
...options,
|
|
@@ -3177,21 +3666,25 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
3177
3666
|
}
|
|
3178
3667
|
});
|
|
3179
3668
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
3669
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3180
3670
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3181
3671
|
url: "/ai/graph/edges/{id}",
|
|
3182
3672
|
...options
|
|
3183
3673
|
});
|
|
3184
3674
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
3675
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3185
3676
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3186
3677
|
url: "/tenants/{id}",
|
|
3187
3678
|
...options
|
|
3188
3679
|
});
|
|
3189
3680
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
3681
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3190
3682
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3191
3683
|
url: "/tenants/{id}",
|
|
3192
3684
|
...options
|
|
3193
3685
|
});
|
|
3194
3686
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
3687
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3195
3688
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3196
3689
|
url: "/tenants/{id}",
|
|
3197
3690
|
...options,
|
|
@@ -3201,11 +3694,19 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
3201
3694
|
}
|
|
3202
3695
|
});
|
|
3203
3696
|
var getPlans = (options) => (options.client ?? client).get({
|
|
3697
|
+
querySerializer: {
|
|
3698
|
+
parameters: {
|
|
3699
|
+
filter: { object: { style: "form" } },
|
|
3700
|
+
page: { object: { style: "form" } },
|
|
3701
|
+
fields: { object: { style: "form" } }
|
|
3702
|
+
}
|
|
3703
|
+
},
|
|
3204
3704
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3205
3705
|
url: "/plans",
|
|
3206
3706
|
...options
|
|
3207
3707
|
});
|
|
3208
3708
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
3709
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3209
3710
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3210
3711
|
url: "/agents/{id}/test",
|
|
3211
3712
|
...options,
|
|
@@ -3224,16 +3725,24 @@ var postAgentVersionsByIdAddSystemField = (options) => (options.client ?? client
|
|
|
3224
3725
|
}
|
|
3225
3726
|
});
|
|
3226
3727
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
3728
|
+
querySerializer: {
|
|
3729
|
+
parameters: {
|
|
3730
|
+
filter: { object: { style: "form" } },
|
|
3731
|
+
fields: { object: { style: "form" } }
|
|
3732
|
+
}
|
|
3733
|
+
},
|
|
3227
3734
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3228
3735
|
url: "/extraction/documents",
|
|
3229
3736
|
...options
|
|
3230
3737
|
});
|
|
3231
3738
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
3739
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3232
3740
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3233
3741
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
3234
3742
|
...options
|
|
3235
3743
|
});
|
|
3236
3744
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
3745
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3237
3746
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3238
3747
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
3239
3748
|
...options,
|
|
@@ -3243,6 +3752,7 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
3243
3752
|
}
|
|
3244
3753
|
});
|
|
3245
3754
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
3755
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3246
3756
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3247
3757
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
3248
3758
|
...options,
|
|
@@ -3252,11 +3762,18 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
3252
3762
|
}
|
|
3253
3763
|
});
|
|
3254
3764
|
var getAuditLogsActivity = (options) => (options.client ?? client).get({
|
|
3765
|
+
querySerializer: {
|
|
3766
|
+
parameters: {
|
|
3767
|
+
filter: { object: { style: "form" } },
|
|
3768
|
+
fields: { object: { style: "form" } }
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3255
3771
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3256
3772
|
url: "/audit-logs/activity",
|
|
3257
3773
|
...options
|
|
3258
3774
|
});
|
|
3259
3775
|
var postUsersAuthResendConfirmation = (options) => (options.client ?? client).post({
|
|
3776
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3260
3777
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3261
3778
|
url: "/users/auth/resend-confirmation",
|
|
3262
3779
|
...options,
|
|
@@ -3266,16 +3783,29 @@ var postUsersAuthResendConfirmation = (options) => (options.client ?? client).po
|
|
|
3266
3783
|
}
|
|
3267
3784
|
});
|
|
3268
3785
|
var getWorkspacesAnalyticsBatch = (options) => (options.client ?? client).get({
|
|
3786
|
+
querySerializer: {
|
|
3787
|
+
parameters: {
|
|
3788
|
+
filter: { object: { style: "form" } },
|
|
3789
|
+
fields: { object: { style: "form" } }
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3269
3792
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3270
3793
|
url: "/workspaces/analytics-batch",
|
|
3271
3794
|
...options
|
|
3272
3795
|
});
|
|
3273
3796
|
var getFieldTemplates = (options) => (options.client ?? client).get({
|
|
3797
|
+
querySerializer: {
|
|
3798
|
+
parameters: {
|
|
3799
|
+
filter: { object: { style: "form" } },
|
|
3800
|
+
fields: { object: { style: "form" } }
|
|
3801
|
+
}
|
|
3802
|
+
},
|
|
3274
3803
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3275
3804
|
url: "/field_templates",
|
|
3276
3805
|
...options
|
|
3277
3806
|
});
|
|
3278
3807
|
var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
3808
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3279
3809
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3280
3810
|
url: "/field_templates",
|
|
3281
3811
|
...options,
|
|
@@ -3285,11 +3815,19 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
|
3285
3815
|
}
|
|
3286
3816
|
});
|
|
3287
3817
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
3818
|
+
querySerializer: {
|
|
3819
|
+
parameters: {
|
|
3820
|
+
filter: { object: { style: "form" } },
|
|
3821
|
+
page: { object: { style: "form" } },
|
|
3822
|
+
fields: { object: { style: "form" } }
|
|
3823
|
+
}
|
|
3824
|
+
},
|
|
3288
3825
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3289
3826
|
url: "/ai/messages",
|
|
3290
3827
|
...options
|
|
3291
3828
|
});
|
|
3292
3829
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
3830
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3293
3831
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3294
3832
|
url: "/ai/messages",
|
|
3295
3833
|
...options,
|
|
@@ -3299,6 +3837,13 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
3299
3837
|
}
|
|
3300
3838
|
});
|
|
3301
3839
|
var getWatcherEvents = (options) => (options.client ?? client).get({
|
|
3840
|
+
querySerializer: {
|
|
3841
|
+
parameters: {
|
|
3842
|
+
filter: { object: { style: "form" } },
|
|
3843
|
+
page: { object: { style: "form" } },
|
|
3844
|
+
fields: { object: { style: "form" } }
|
|
3845
|
+
}
|
|
3846
|
+
},
|
|
3302
3847
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3303
3848
|
url: "/watcher/events",
|
|
3304
3849
|
...options
|
|
@@ -3313,6 +3858,7 @@ var postWatcherEvents = (options) => (options.client ?? client).post({
|
|
|
3313
3858
|
}
|
|
3314
3859
|
});
|
|
3315
3860
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
3861
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3316
3862
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3317
3863
|
url: "/storage/sign_upload",
|
|
3318
3864
|
...options,
|
|
@@ -3322,6 +3868,7 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
3322
3868
|
}
|
|
3323
3869
|
});
|
|
3324
3870
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
3871
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3325
3872
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3326
3873
|
url: "/webhook_deliveries/{id}/retry",
|
|
3327
3874
|
...options,
|
|
@@ -3331,11 +3878,19 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
3331
3878
|
}
|
|
3332
3879
|
});
|
|
3333
3880
|
var getNotificationMethods = (options) => (options.client ?? client).get({
|
|
3881
|
+
querySerializer: {
|
|
3882
|
+
parameters: {
|
|
3883
|
+
filter: { object: { style: "form" } },
|
|
3884
|
+
page: { object: { style: "form" } },
|
|
3885
|
+
fields: { object: { style: "form" } }
|
|
3886
|
+
}
|
|
3887
|
+
},
|
|
3334
3888
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3335
3889
|
url: "/notification_methods",
|
|
3336
3890
|
...options
|
|
3337
3891
|
});
|
|
3338
3892
|
var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
3893
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3339
3894
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3340
3895
|
url: "/notification_methods",
|
|
3341
3896
|
...options,
|
|
@@ -3344,12 +3899,8 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
3344
3899
|
...options.headers
|
|
3345
3900
|
}
|
|
3346
3901
|
});
|
|
3347
|
-
var getWalletPlanPreview = (options) => (options.client ?? client).get({
|
|
3348
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3349
|
-
url: "/wallet/plan/preview",
|
|
3350
|
-
...options
|
|
3351
|
-
});
|
|
3352
3902
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
3903
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3353
3904
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3354
3905
|
url: "/threads/{id}/summarize",
|
|
3355
3906
|
...options,
|
|
@@ -3359,6 +3910,7 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
3359
3910
|
}
|
|
3360
3911
|
});
|
|
3361
3912
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
3913
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3362
3914
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3363
3915
|
url: "/configs/{key}",
|
|
3364
3916
|
...options,
|
|
@@ -3368,6 +3920,7 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
3368
3920
|
}
|
|
3369
3921
|
});
|
|
3370
3922
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
3923
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3371
3924
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3372
3925
|
url: "/api_keys/{id}/rotate",
|
|
3373
3926
|
...options,
|
|
@@ -3376,12 +3929,18 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
3376
3929
|
...options.headers
|
|
3377
3930
|
}
|
|
3378
3931
|
});
|
|
3379
|
-
var
|
|
3932
|
+
var postExtractionResults = (options) => (options.client ?? client).post({
|
|
3933
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3380
3934
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3381
3935
|
url: "/extraction/results",
|
|
3382
|
-
...options
|
|
3936
|
+
...options,
|
|
3937
|
+
headers: {
|
|
3938
|
+
"Content-Type": "application/vnd.api+json",
|
|
3939
|
+
...options.headers
|
|
3940
|
+
}
|
|
3383
3941
|
});
|
|
3384
3942
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
3943
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3385
3944
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3386
3945
|
url: "/agents/{id}/clone",
|
|
3387
3946
|
...options,
|
|
@@ -3391,16 +3950,19 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
3391
3950
|
}
|
|
3392
3951
|
});
|
|
3393
3952
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
3953
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3394
3954
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3395
3955
|
url: "/ai/conversations/{id}",
|
|
3396
3956
|
...options
|
|
3397
3957
|
});
|
|
3398
3958
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
3959
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3399
3960
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3400
3961
|
url: "/ai/conversations/{id}",
|
|
3401
3962
|
...options
|
|
3402
3963
|
});
|
|
3403
3964
|
var patchAiConversationsById = (options) => (options.client ?? client).patch({
|
|
3965
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3404
3966
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3405
3967
|
url: "/ai/conversations/{id}",
|
|
3406
3968
|
...options,
|
|
@@ -3410,16 +3972,19 @@ var patchAiConversationsById = (options) => (options.client ?? client).patch({
|
|
|
3410
3972
|
}
|
|
3411
3973
|
});
|
|
3412
3974
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
3975
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3413
3976
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3414
3977
|
url: "/user_profiles/{id}",
|
|
3415
3978
|
...options
|
|
3416
3979
|
});
|
|
3417
3980
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
3981
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3418
3982
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3419
3983
|
url: "/user_profiles/{id}",
|
|
3420
3984
|
...options
|
|
3421
3985
|
});
|
|
3422
3986
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
3987
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3423
3988
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3424
3989
|
url: "/user_profiles/{id}",
|
|
3425
3990
|
...options,
|
|
@@ -3429,6 +3994,12 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
3429
3994
|
}
|
|
3430
3995
|
});
|
|
3431
3996
|
var getInvitationsMe = (options) => (options.client ?? client).get({
|
|
3997
|
+
querySerializer: {
|
|
3998
|
+
parameters: {
|
|
3999
|
+
filter: { object: { style: "form" } },
|
|
4000
|
+
fields: { object: { style: "form" } }
|
|
4001
|
+
}
|
|
4002
|
+
},
|
|
3432
4003
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3433
4004
|
url: "/invitations/me",
|
|
3434
4005
|
...options
|
|
@@ -3443,6 +4014,7 @@ var patchAgentsByIdSchemaVersionsByVersionId = (options) => (options.client ?? c
|
|
|
3443
4014
|
}
|
|
3444
4015
|
});
|
|
3445
4016
|
var postSearchBatch = (options) => (options.client ?? client).post({
|
|
4017
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3446
4018
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3447
4019
|
url: "/search/batch",
|
|
3448
4020
|
...options,
|
|
@@ -3457,26 +4029,43 @@ var getThreadsWorkspaceStats = (options) => (options.client ?? client).get({
|
|
|
3457
4029
|
...options
|
|
3458
4030
|
});
|
|
3459
4031
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
4032
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3460
4033
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3461
4034
|
url: "/objects/{id}",
|
|
3462
4035
|
...options
|
|
3463
4036
|
});
|
|
3464
4037
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
4038
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3465
4039
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3466
4040
|
url: "/objects/{id}",
|
|
3467
4041
|
...options
|
|
3468
4042
|
});
|
|
3469
4043
|
var getExtractionDocumentsWorkspaceByWorkspaceIdExcluded = (options) => (options.client ?? client).get({
|
|
4044
|
+
querySerializer: {
|
|
4045
|
+
parameters: {
|
|
4046
|
+
filter: { object: { style: "form" } },
|
|
4047
|
+
page: { object: { style: "form" } },
|
|
4048
|
+
fields: { object: { style: "form" } }
|
|
4049
|
+
}
|
|
4050
|
+
},
|
|
3470
4051
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3471
4052
|
url: "/extraction/documents/workspace/{workspace_id}/excluded",
|
|
3472
4053
|
...options
|
|
3473
4054
|
});
|
|
3474
4055
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
4056
|
+
querySerializer: {
|
|
4057
|
+
parameters: {
|
|
4058
|
+
filter: { object: { style: "form" } },
|
|
4059
|
+
page: { object: { style: "form" } },
|
|
4060
|
+
fields: { object: { style: "form" } }
|
|
4061
|
+
}
|
|
4062
|
+
},
|
|
3475
4063
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3476
4064
|
url: "/webhook_configs",
|
|
3477
4065
|
...options
|
|
3478
4066
|
});
|
|
3479
4067
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
4068
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3480
4069
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3481
4070
|
url: "/webhook_configs",
|
|
3482
4071
|
...options,
|
|
@@ -3486,6 +4075,7 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
3486
4075
|
}
|
|
3487
4076
|
});
|
|
3488
4077
|
var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
|
|
4078
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3489
4079
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3490
4080
|
url: "/agents/{id}/publish_version",
|
|
3491
4081
|
...options,
|
|
@@ -3495,6 +4085,7 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
|
|
|
3495
4085
|
}
|
|
3496
4086
|
});
|
|
3497
4087
|
var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? client).post({
|
|
4088
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3498
4089
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3499
4090
|
url: "/extraction/documents/bulk-reprocess",
|
|
3500
4091
|
...options,
|
|
@@ -3504,6 +4095,7 @@ var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? clien
|
|
|
3504
4095
|
}
|
|
3505
4096
|
});
|
|
3506
4097
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
4098
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3507
4099
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3508
4100
|
url: "/objects/bulk-destroy",
|
|
3509
4101
|
...options,
|
|
@@ -3513,31 +4105,42 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
3513
4105
|
}
|
|
3514
4106
|
});
|
|
3515
4107
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
4108
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3516
4109
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3517
4110
|
url: "/applications/by-slug/{slug}",
|
|
3518
4111
|
...options
|
|
3519
4112
|
});
|
|
3520
4113
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
4114
|
+
querySerializer: {
|
|
4115
|
+
parameters: {
|
|
4116
|
+
filter: { object: { style: "form" } },
|
|
4117
|
+
fields: { object: { style: "form" } }
|
|
4118
|
+
}
|
|
4119
|
+
},
|
|
3521
4120
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3522
4121
|
url: "/notification_logs",
|
|
3523
4122
|
...options
|
|
3524
4123
|
});
|
|
3525
4124
|
var getWallet = (options) => (options.client ?? client).get({
|
|
4125
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3526
4126
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3527
4127
|
url: "/wallet",
|
|
3528
4128
|
...options
|
|
3529
4129
|
});
|
|
3530
4130
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
4131
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3531
4132
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3532
4133
|
url: "/messages/{id}",
|
|
3533
4134
|
...options
|
|
3534
4135
|
});
|
|
3535
4136
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
4137
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3536
4138
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3537
4139
|
url: "/messages/{id}",
|
|
3538
4140
|
...options
|
|
3539
4141
|
});
|
|
3540
4142
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
4143
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3541
4144
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3542
4145
|
url: "/messages/{id}",
|
|
3543
4146
|
...options,
|
|
@@ -3556,26 +4159,36 @@ var postAgentsByIdDiscoverSchema = (options) => (options.client ?? client).post(
|
|
|
3556
4159
|
}
|
|
3557
4160
|
});
|
|
3558
4161
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
4162
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3559
4163
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3560
4164
|
url: "/llm_analytics/usage",
|
|
3561
4165
|
...options
|
|
3562
4166
|
});
|
|
3563
4167
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
4168
|
+
querySerializer: {
|
|
4169
|
+
parameters: {
|
|
4170
|
+
filter: { object: { style: "form" } },
|
|
4171
|
+
fields: { object: { style: "form" } }
|
|
4172
|
+
}
|
|
4173
|
+
},
|
|
3564
4174
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3565
4175
|
url: "/search/stats",
|
|
3566
4176
|
...options
|
|
3567
4177
|
});
|
|
3568
4178
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
4179
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3569
4180
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3570
4181
|
url: "/notification_preferences/{id}",
|
|
3571
4182
|
...options
|
|
3572
4183
|
});
|
|
3573
4184
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
4185
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3574
4186
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3575
4187
|
url: "/notification_preferences/{id}",
|
|
3576
4188
|
...options
|
|
3577
4189
|
});
|
|
3578
4190
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
4191
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3579
4192
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3580
4193
|
url: "/notification_preferences/{id}",
|
|
3581
4194
|
...options,
|
|
@@ -3585,11 +4198,19 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
3585
4198
|
}
|
|
3586
4199
|
});
|
|
3587
4200
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
4201
|
+
querySerializer: {
|
|
4202
|
+
parameters: {
|
|
4203
|
+
filter: { object: { style: "form" } },
|
|
4204
|
+
page: { object: { style: "form" } },
|
|
4205
|
+
fields: { object: { style: "form" } }
|
|
4206
|
+
}
|
|
4207
|
+
},
|
|
3588
4208
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3589
4209
|
url: "/ai/graph/nodes",
|
|
3590
4210
|
...options
|
|
3591
4211
|
});
|
|
3592
4212
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
4213
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3593
4214
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3594
4215
|
url: "/ai/graph/nodes",
|
|
3595
4216
|
...options,
|
|
@@ -3599,11 +4220,19 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
3599
4220
|
}
|
|
3600
4221
|
});
|
|
3601
4222
|
var getAgents = (options) => (options.client ?? client).get({
|
|
4223
|
+
querySerializer: {
|
|
4224
|
+
parameters: {
|
|
4225
|
+
filter: { object: { style: "form" } },
|
|
4226
|
+
page: { object: { style: "form" } },
|
|
4227
|
+
fields: { object: { style: "form" } }
|
|
4228
|
+
}
|
|
4229
|
+
},
|
|
3602
4230
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3603
4231
|
url: "/agents",
|
|
3604
4232
|
...options
|
|
3605
4233
|
});
|
|
3606
4234
|
var postAgents = (options) => (options.client ?? client).post({
|
|
4235
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3607
4236
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3608
4237
|
url: "/agents",
|
|
3609
4238
|
...options,
|
|
@@ -3613,16 +4242,19 @@ var postAgents = (options) => (options.client ?? client).post({
|
|
|
3613
4242
|
}
|
|
3614
4243
|
});
|
|
3615
4244
|
var deleteApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).delete({
|
|
4245
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3616
4246
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3617
4247
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
3618
4248
|
...options
|
|
3619
4249
|
});
|
|
3620
4250
|
var getApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).get({
|
|
4251
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3621
4252
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3622
4253
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
3623
4254
|
...options
|
|
3624
4255
|
});
|
|
3625
4256
|
var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).patch({
|
|
4257
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3626
4258
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3627
4259
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
3628
4260
|
...options,
|
|
@@ -3631,21 +4263,13 @@ var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options
|
|
|
3631
4263
|
...options.headers
|
|
3632
4264
|
}
|
|
3633
4265
|
});
|
|
3634
|
-
var patchPaymentMethodsByIdDefault = (options) => (options.client ?? client).patch({
|
|
3635
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3636
|
-
url: "/payment-methods/{id}/default",
|
|
3637
|
-
...options,
|
|
3638
|
-
headers: {
|
|
3639
|
-
"Content-Type": "application/vnd.api+json",
|
|
3640
|
-
...options.headers
|
|
3641
|
-
}
|
|
3642
|
-
});
|
|
3643
4266
|
var postAgentsByIdExport = (options) => (options.client ?? client).post({
|
|
3644
4267
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3645
4268
|
url: "/agents/{id}/export",
|
|
3646
4269
|
...options
|
|
3647
4270
|
});
|
|
3648
4271
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
4272
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3649
4273
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3650
4274
|
url: "/users/register_isv",
|
|
3651
4275
|
...options,
|
|
@@ -3655,21 +4279,31 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
3655
4279
|
}
|
|
3656
4280
|
});
|
|
3657
4281
|
var deleteExtractionBatchesById = (options) => (options.client ?? client).delete({
|
|
4282
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3658
4283
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3659
4284
|
url: "/extraction/batches/{id}",
|
|
3660
4285
|
...options
|
|
3661
4286
|
});
|
|
3662
4287
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
4288
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3663
4289
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3664
4290
|
url: "/extraction/batches/{id}",
|
|
3665
4291
|
...options
|
|
3666
4292
|
});
|
|
3667
4293
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
4294
|
+
querySerializer: {
|
|
4295
|
+
parameters: {
|
|
4296
|
+
filter: { object: { style: "form" } },
|
|
4297
|
+
page: { object: { style: "form" } },
|
|
4298
|
+
fields: { object: { style: "form" } }
|
|
4299
|
+
}
|
|
4300
|
+
},
|
|
3668
4301
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3669
4302
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
3670
4303
|
...options
|
|
3671
4304
|
});
|
|
3672
4305
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
4306
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3673
4307
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3674
4308
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
3675
4309
|
...options,
|
|
@@ -3679,11 +4313,13 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
3679
4313
|
}
|
|
3680
4314
|
});
|
|
3681
4315
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
4316
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3682
4317
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3683
4318
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
3684
4319
|
...options
|
|
3685
4320
|
});
|
|
3686
4321
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
4322
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3687
4323
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3688
4324
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
3689
4325
|
...options,
|
|
@@ -3693,21 +4329,49 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
3693
4329
|
}
|
|
3694
4330
|
});
|
|
3695
4331
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrashed = (options) => (options.client ?? client).get({
|
|
4332
|
+
querySerializer: {
|
|
4333
|
+
parameters: {
|
|
4334
|
+
filter: { object: { style: "form" } },
|
|
4335
|
+
page: { object: { style: "form" } },
|
|
4336
|
+
fields: { object: { style: "form" } }
|
|
4337
|
+
}
|
|
4338
|
+
},
|
|
3696
4339
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3697
4340
|
url: "/extraction/documents/workspace/{workspace_id}/trashed",
|
|
3698
4341
|
...options
|
|
3699
4342
|
});
|
|
3700
4343
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
4344
|
+
querySerializer: {
|
|
4345
|
+
parameters: {
|
|
4346
|
+
filter: { object: { style: "form" } },
|
|
4347
|
+
page: { object: { style: "form" } },
|
|
4348
|
+
fields: { object: { style: "form" } }
|
|
4349
|
+
}
|
|
4350
|
+
},
|
|
3701
4351
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3702
4352
|
url: "/credit-packages",
|
|
3703
4353
|
...options
|
|
3704
4354
|
});
|
|
3705
4355
|
var getUsers = (options) => (options.client ?? client).get({
|
|
4356
|
+
querySerializer: {
|
|
4357
|
+
parameters: {
|
|
4358
|
+
filter: { object: { style: "form" } },
|
|
4359
|
+
page: { object: { style: "form" } },
|
|
4360
|
+
fields: { object: { style: "form" } }
|
|
4361
|
+
}
|
|
4362
|
+
},
|
|
3706
4363
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3707
4364
|
url: "/users",
|
|
3708
4365
|
...options
|
|
3709
4366
|
});
|
|
3710
4367
|
var getObjects = (options) => (options.client ?? client).get({
|
|
4368
|
+
querySerializer: {
|
|
4369
|
+
parameters: {
|
|
4370
|
+
filter: { object: { style: "form" } },
|
|
4371
|
+
page: { object: { style: "form" } },
|
|
4372
|
+
fields: { object: { style: "form" } }
|
|
4373
|
+
}
|
|
4374
|
+
},
|
|
3711
4375
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3712
4376
|
url: "/objects",
|
|
3713
4377
|
...options
|
|
@@ -3745,9 +4409,10 @@ var NotFoundError = class extends GptCoreError {
|
|
|
3745
4409
|
}
|
|
3746
4410
|
};
|
|
3747
4411
|
var ValidationError = class extends GptCoreError {
|
|
3748
|
-
constructor(message = "Validation failed", errors, options) {
|
|
3749
|
-
super(message, { statusCode:
|
|
4412
|
+
constructor(message = "Validation failed", errors, meta, options) {
|
|
4413
|
+
super(message, { statusCode: 400, ...options });
|
|
3750
4414
|
this.errors = errors;
|
|
4415
|
+
this.meta = meta;
|
|
3751
4416
|
}
|
|
3752
4417
|
};
|
|
3753
4418
|
var RateLimitError = class extends GptCoreError {
|
|
@@ -3779,12 +4444,15 @@ function handleApiError(error) {
|
|
|
3779
4444
|
const body = response?.body || response?.data || error?.body || error?.data || error;
|
|
3780
4445
|
let message = "An error occurred";
|
|
3781
4446
|
let errors;
|
|
4447
|
+
let meta;
|
|
3782
4448
|
if (body?.errors && Array.isArray(body.errors)) {
|
|
3783
4449
|
const firstError = body.errors[0];
|
|
3784
4450
|
message = firstError?.title || firstError?.detail || message;
|
|
4451
|
+
meta = firstError?.meta;
|
|
3785
4452
|
errors = body.errors.map((err) => ({
|
|
3786
4453
|
field: err.source?.pointer?.split("/").pop(),
|
|
3787
|
-
message: err.detail || err.title || "Unknown error"
|
|
4454
|
+
message: err.detail || err.title || "Unknown error",
|
|
4455
|
+
meta: err.meta
|
|
3788
4456
|
}));
|
|
3789
4457
|
} else if (body?.message) {
|
|
3790
4458
|
message = body.message;
|
|
@@ -3809,7 +4477,7 @@ function handleApiError(error) {
|
|
|
3809
4477
|
throw new NotFoundError(message, errorOptions);
|
|
3810
4478
|
case 400:
|
|
3811
4479
|
case 422:
|
|
3812
|
-
throw new ValidationError(message, errors, errorOptions);
|
|
4480
|
+
throw new ValidationError(message, errors, meta, errorOptions);
|
|
3813
4481
|
case 429: {
|
|
3814
4482
|
const retryAfter = headers?.get?.("retry-after") || headers?.["retry-after"];
|
|
3815
4483
|
throw new RateLimitError(message, retryAfter ? parseInt(retryAfter, 10) : void 0, errorOptions);
|
|
@@ -4319,13 +4987,11 @@ export {
|
|
|
4319
4987
|
deleteBucketsById,
|
|
4320
4988
|
deleteExtractionBatchesById,
|
|
4321
4989
|
deleteExtractionDocumentsById,
|
|
4322
|
-
deleteExtractionResultsById,
|
|
4323
4990
|
deleteFieldTemplatesById,
|
|
4324
4991
|
deleteMessagesById,
|
|
4325
4992
|
deleteNotificationMethodsById,
|
|
4326
4993
|
deleteNotificationPreferencesById,
|
|
4327
4994
|
deleteObjectsById,
|
|
4328
|
-
deletePaymentMethodsById,
|
|
4329
4995
|
deleteSearchSavedById,
|
|
4330
4996
|
deleteTenantMembershipsByTenantIdByUserId,
|
|
4331
4997
|
deleteTenantsById,
|
|
@@ -4337,6 +5003,8 @@ export {
|
|
|
4337
5003
|
deleteWebhookConfigsById,
|
|
4338
5004
|
deleteWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
4339
5005
|
deleteWorkspacesById,
|
|
5006
|
+
getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions,
|
|
5007
|
+
getAgentVersionRevisionsById,
|
|
4340
5008
|
getAgentVersions,
|
|
4341
5009
|
getAgentVersionsById,
|
|
4342
5010
|
getAgentVersionsByIdMetrics,
|
|
@@ -4390,7 +5058,6 @@ export {
|
|
|
4390
5058
|
getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
|
|
4391
5059
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
4392
5060
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
|
|
4393
|
-
getExtractionResults,
|
|
4394
5061
|
getExtractionResultsById,
|
|
4395
5062
|
getExtractionResultsDocumentByDocumentId,
|
|
4396
5063
|
getExtractionResultsWorkspaceByWorkspaceId,
|
|
@@ -4420,8 +5087,6 @@ export {
|
|
|
4420
5087
|
getNotificationPreferencesById,
|
|
4421
5088
|
getObjects,
|
|
4422
5089
|
getObjectsById,
|
|
4423
|
-
getPaymentMethods,
|
|
4424
|
-
getPaymentMethodsById,
|
|
4425
5090
|
getPermissions,
|
|
4426
5091
|
getPermissionsById,
|
|
4427
5092
|
getPermissionsMeta,
|
|
@@ -4473,7 +5138,6 @@ export {
|
|
|
4473
5138
|
getUsersMeTenants,
|
|
4474
5139
|
getWallet,
|
|
4475
5140
|
getWalletInvoices,
|
|
4476
|
-
getWalletPlanPreview,
|
|
4477
5141
|
getWatcherClaims,
|
|
4478
5142
|
getWatcherClaimsById,
|
|
4479
5143
|
getWatcherClaimsStatus,
|
|
@@ -4527,9 +5191,8 @@ export {
|
|
|
4527
5191
|
patchExtractionDocumentsByIdRestore,
|
|
4528
5192
|
patchExtractionDocumentsByIdStatus,
|
|
4529
5193
|
patchExtractionDocumentsByIdVerification,
|
|
4530
|
-
|
|
5194
|
+
patchExtractionResultsByIdCorrections,
|
|
4531
5195
|
patchExtractionResultsByIdRegenerate,
|
|
4532
|
-
patchExtractionResultsByIdSaveCorrections,
|
|
4533
5196
|
patchInvitationsByIdAccept,
|
|
4534
5197
|
patchInvitationsByIdAcceptByUser,
|
|
4535
5198
|
patchInvitationsByIdDecline,
|
|
@@ -4541,8 +5204,6 @@ export {
|
|
|
4541
5204
|
patchNotificationMethodsByIdSetPrimary,
|
|
4542
5205
|
patchNotificationMethodsByIdVerify,
|
|
4543
5206
|
patchNotificationPreferencesById,
|
|
4544
|
-
patchPaymentMethodsById,
|
|
4545
|
-
patchPaymentMethodsByIdDefault,
|
|
4546
5207
|
patchSearchSavedById,
|
|
4547
5208
|
patchTenantMembershipsByTenantIdByUserId,
|
|
4548
5209
|
patchTenantsById,
|
|
@@ -4573,6 +5234,7 @@ export {
|
|
|
4573
5234
|
patchWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
4574
5235
|
patchWorkspacesById,
|
|
4575
5236
|
patchWorkspacesByIdAllocate,
|
|
5237
|
+
patchWorkspacesByIdPopulateHashes,
|
|
4576
5238
|
patchWorkspacesByIdStorageSettings,
|
|
4577
5239
|
postAgentTestResults,
|
|
4578
5240
|
postAgentVersionComparisons,
|
|
@@ -4613,7 +5275,9 @@ export {
|
|
|
4613
5275
|
postExtractionBatches,
|
|
4614
5276
|
postExtractionDocumentsBeginUpload,
|
|
4615
5277
|
postExtractionDocumentsBulkReprocess,
|
|
5278
|
+
postExtractionDocumentsFindOrBeginUpload,
|
|
4616
5279
|
postExtractionDocumentsUpload,
|
|
5280
|
+
postExtractionResults,
|
|
4617
5281
|
postExtractionSchemaDiscoveries,
|
|
4618
5282
|
postFieldTemplates,
|
|
4619
5283
|
postInvitations,
|
|
@@ -4626,8 +5290,6 @@ export {
|
|
|
4626
5290
|
postObjectsCopy,
|
|
4627
5291
|
postObjectsMove,
|
|
4628
5292
|
postObjectsRegister,
|
|
4629
|
-
postPaymentMethods,
|
|
4630
|
-
postPaymentMethodsTokenize,
|
|
4631
5293
|
postPayments,
|
|
4632
5294
|
postSearchBatch,
|
|
4633
5295
|
postSearchReindex,
|