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