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