@gpt-core/client 0.8.22 → 0.8.24
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 +9374 -990
- package/dist/index.d.ts +9374 -990
- package/dist/index.js +0 -690
- package/dist/index.mjs +0 -690
- package/llms.txt +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1177,7 +1177,6 @@ var client = createClient(
|
|
|
1177
1177
|
|
|
1178
1178
|
// src/_internal/sdk.gen.ts
|
|
1179
1179
|
var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
1180
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1181
1180
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1182
1181
|
url: "/ai/search/advanced",
|
|
1183
1182
|
...options,
|
|
@@ -1187,31 +1186,21 @@ var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
|
1187
1186
|
}
|
|
1188
1187
|
});
|
|
1189
1188
|
var deleteExtractionDocumentsById = (options) => (options.client ?? client).delete({
|
|
1190
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1191
1189
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1192
1190
|
url: "/extraction/documents/{id}",
|
|
1193
1191
|
...options
|
|
1194
1192
|
});
|
|
1195
1193
|
var getExtractionDocumentsById = (options) => (options.client ?? client).get({
|
|
1196
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1197
1194
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1198
1195
|
url: "/extraction/documents/{id}",
|
|
1199
1196
|
...options
|
|
1200
1197
|
});
|
|
1201
1198
|
var getThreads = (options) => (options.client ?? client).get({
|
|
1202
|
-
querySerializer: {
|
|
1203
|
-
parameters: {
|
|
1204
|
-
filter: { object: { style: "form" } },
|
|
1205
|
-
page: { object: { style: "form" } },
|
|
1206
|
-
fields: { object: { style: "form" } }
|
|
1207
|
-
}
|
|
1208
|
-
},
|
|
1209
1199
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1210
1200
|
url: "/threads",
|
|
1211
1201
|
...options
|
|
1212
1202
|
});
|
|
1213
1203
|
var postThreads = (options) => (options.client ?? client).post({
|
|
1214
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1215
1204
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1216
1205
|
url: "/threads",
|
|
1217
1206
|
...options,
|
|
@@ -1221,7 +1210,6 @@ var postThreads = (options) => (options.client ?? client).post({
|
|
|
1221
1210
|
}
|
|
1222
1211
|
});
|
|
1223
1212
|
var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client).patch({
|
|
1224
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1225
1213
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1226
1214
|
url: "/extraction/documents/{id}/cancel",
|
|
1227
1215
|
...options,
|
|
@@ -1231,36 +1219,26 @@ var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client)
|
|
|
1231
1219
|
}
|
|
1232
1220
|
});
|
|
1233
1221
|
var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
1234
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1235
1222
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1236
1223
|
url: "/llm_analytics/costs",
|
|
1237
1224
|
...options
|
|
1238
1225
|
});
|
|
1239
1226
|
var getTrainingSessionsAgentsByAgentIdSessions = (options) => (options.client ?? client).get({
|
|
1240
|
-
querySerializer: {
|
|
1241
|
-
parameters: {
|
|
1242
|
-
filter: { object: { style: "form" } },
|
|
1243
|
-
fields: { object: { style: "form" } }
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
1227
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1247
1228
|
url: "/training_sessions/agents/{agent_id}/sessions",
|
|
1248
1229
|
...options
|
|
1249
1230
|
});
|
|
1250
1231
|
var getWatcherEventsById = (options) => (options.client ?? client).get({
|
|
1251
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1252
1232
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1253
1233
|
url: "/watcher/events/{id}",
|
|
1254
1234
|
...options
|
|
1255
1235
|
});
|
|
1256
1236
|
var getAiChunksDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
1257
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1258
1237
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1259
1238
|
url: "/ai/chunks/document/{document_id}",
|
|
1260
1239
|
...options
|
|
1261
1240
|
});
|
|
1262
1241
|
var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
1263
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1264
1242
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1265
1243
|
url: "/wallet/credits",
|
|
1266
1244
|
...options,
|
|
@@ -1280,18 +1258,11 @@ var getApplicationsCurrent = (options) => (options.client ?? client).get({
|
|
|
1280
1258
|
...options
|
|
1281
1259
|
});
|
|
1282
1260
|
var getWorkspaces = (options) => (options.client ?? client).get({
|
|
1283
|
-
querySerializer: {
|
|
1284
|
-
parameters: {
|
|
1285
|
-
filter: { object: { style: "form" } },
|
|
1286
|
-
fields: { object: { style: "form" } }
|
|
1287
|
-
}
|
|
1288
|
-
},
|
|
1289
1261
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1290
1262
|
url: "/workspaces",
|
|
1291
1263
|
...options
|
|
1292
1264
|
});
|
|
1293
1265
|
var postWorkspaces = (options) => (options.client ?? client).post({
|
|
1294
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1295
1266
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1296
1267
|
url: "/workspaces",
|
|
1297
1268
|
...options,
|
|
@@ -1306,13 +1277,11 @@ var getAgentsByIdStats = (options) => (options.client ?? client).get({
|
|
|
1306
1277
|
...options
|
|
1307
1278
|
});
|
|
1308
1279
|
var getDocumentsStats = (options) => (options.client ?? client).get({
|
|
1309
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1310
1280
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1311
1281
|
url: "/documents/stats",
|
|
1312
1282
|
...options
|
|
1313
1283
|
});
|
|
1314
1284
|
var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client).patch({
|
|
1315
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1316
1285
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1317
1286
|
url: "/extraction/documents/{id}/dismiss",
|
|
1318
1287
|
...options,
|
|
@@ -1322,7 +1291,6 @@ var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client
|
|
|
1322
1291
|
}
|
|
1323
1292
|
});
|
|
1324
1293
|
var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
1325
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1326
1294
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1327
1295
|
url: "/objects/register",
|
|
1328
1296
|
...options,
|
|
@@ -1332,13 +1300,11 @@ var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
|
1332
1300
|
}
|
|
1333
1301
|
});
|
|
1334
1302
|
var getLlmAnalyticsWorkspace = (options) => (options.client ?? client).get({
|
|
1335
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1336
1303
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1337
1304
|
url: "/llm_analytics/workspace",
|
|
1338
1305
|
...options
|
|
1339
1306
|
});
|
|
1340
1307
|
var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?? client).patch({
|
|
1341
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1342
1308
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1343
1309
|
url: "/extraction/documents/{id}/dismiss-training",
|
|
1344
1310
|
...options,
|
|
@@ -1348,7 +1314,6 @@ var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?
|
|
|
1348
1314
|
}
|
|
1349
1315
|
});
|
|
1350
1316
|
var postAgentVersionComparisons = (options) => (options.client ?? client).post({
|
|
1351
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1352
1317
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1353
1318
|
url: "/agent_version_comparisons",
|
|
1354
1319
|
...options,
|
|
@@ -1358,12 +1323,6 @@ var postAgentVersionComparisons = (options) => (options.client ?? client).post({
|
|
|
1358
1323
|
}
|
|
1359
1324
|
});
|
|
1360
1325
|
var getSearchIndexes = (options) => (options.client ?? client).get({
|
|
1361
|
-
querySerializer: {
|
|
1362
|
-
parameters: {
|
|
1363
|
-
filter: { object: { style: "form" } },
|
|
1364
|
-
fields: { object: { style: "form" } }
|
|
1365
|
-
}
|
|
1366
|
-
},
|
|
1367
1326
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1368
1327
|
url: "/search/indexes",
|
|
1369
1328
|
...options
|
|
@@ -1378,13 +1337,11 @@ var postApplicationsByApplicationIdEmailTemplatesBySlugPreview = (options) => (o
|
|
|
1378
1337
|
}
|
|
1379
1338
|
});
|
|
1380
1339
|
var getCreditPackagesSlugBySlug = (options) => (options.client ?? client).get({
|
|
1381
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1382
1340
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1383
1341
|
url: "/credit-packages/slug/{slug}",
|
|
1384
1342
|
...options
|
|
1385
1343
|
});
|
|
1386
1344
|
var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch({
|
|
1387
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1388
1345
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1389
1346
|
url: "/users/auth/password/change",
|
|
1390
1347
|
...options,
|
|
@@ -1394,7 +1351,6 @@ var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch
|
|
|
1394
1351
|
}
|
|
1395
1352
|
});
|
|
1396
1353
|
var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
1397
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1398
1354
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1399
1355
|
url: "/extraction/batches",
|
|
1400
1356
|
...options,
|
|
@@ -1404,13 +1360,11 @@ var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
|
1404
1360
|
}
|
|
1405
1361
|
});
|
|
1406
1362
|
var getLlmAnalyticsPlatform = (options) => (options.client ?? client).get({
|
|
1407
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1408
1363
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1409
1364
|
url: "/llm_analytics/platform",
|
|
1410
1365
|
...options
|
|
1411
1366
|
});
|
|
1412
1367
|
var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client).patch({
|
|
1413
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1414
1368
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1415
1369
|
url: "/extraction/documents/{id}/exclude",
|
|
1416
1370
|
...options,
|
|
@@ -1420,7 +1374,6 @@ var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client
|
|
|
1420
1374
|
}
|
|
1421
1375
|
});
|
|
1422
1376
|
var postPayments = (options) => (options.client ?? client).post({
|
|
1423
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1424
1377
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1425
1378
|
url: "/payments",
|
|
1426
1379
|
...options,
|
|
@@ -1430,7 +1383,6 @@ var postPayments = (options) => (options.client ?? client).post({
|
|
|
1430
1383
|
}
|
|
1431
1384
|
});
|
|
1432
1385
|
var postAgentsImport = (options) => (options.client ?? client).post({
|
|
1433
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1434
1386
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1435
1387
|
url: "/agents/import",
|
|
1436
1388
|
...options,
|
|
@@ -1440,18 +1392,11 @@ var postAgentsImport = (options) => (options.client ?? client).post({
|
|
|
1440
1392
|
}
|
|
1441
1393
|
});
|
|
1442
1394
|
var getExtractionBatchesWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1443
|
-
querySerializer: {
|
|
1444
|
-
parameters: {
|
|
1445
|
-
filter: { object: { style: "form" } },
|
|
1446
|
-
fields: { object: { style: "form" } }
|
|
1447
|
-
}
|
|
1448
|
-
},
|
|
1449
1395
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1450
1396
|
url: "/extraction/batches/workspace/{workspace_id}",
|
|
1451
1397
|
...options
|
|
1452
1398
|
});
|
|
1453
1399
|
var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1454
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1455
1400
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1456
1401
|
url: "/api_keys/{id}/revoke",
|
|
1457
1402
|
...options,
|
|
@@ -1461,19 +1406,16 @@ var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1461
1406
|
}
|
|
1462
1407
|
});
|
|
1463
1408
|
var getInvitationsConsumeByToken = (options) => (options.client ?? client).get({
|
|
1464
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1465
1409
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1466
1410
|
url: "/invitations/consume/{token}",
|
|
1467
1411
|
...options
|
|
1468
1412
|
});
|
|
1469
1413
|
var getExtractionDocumentsByIdStatus = (options) => (options.client ?? client).get({
|
|
1470
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1471
1414
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1472
1415
|
url: "/extraction/documents/{id}/status",
|
|
1473
1416
|
...options
|
|
1474
1417
|
});
|
|
1475
1418
|
var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client).patch({
|
|
1476
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1477
1419
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1478
1420
|
url: "/extraction/documents/{id}/status",
|
|
1479
1421
|
...options,
|
|
@@ -1483,7 +1425,6 @@ var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client)
|
|
|
1483
1425
|
}
|
|
1484
1426
|
});
|
|
1485
1427
|
var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? client).patch({
|
|
1486
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1487
1428
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1488
1429
|
url: "/extraction/documents/{id}/finish_upload",
|
|
1489
1430
|
...options,
|
|
@@ -1498,7 +1439,6 @@ var getUsersMeDashboard = (options) => (options.client ?? client).get({
|
|
|
1498
1439
|
...options
|
|
1499
1440
|
});
|
|
1500
1441
|
var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch({
|
|
1501
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1502
1442
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1503
1443
|
url: "/workspaces/{id}/allocate",
|
|
1504
1444
|
...options,
|
|
@@ -1508,7 +1448,6 @@ var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch(
|
|
|
1508
1448
|
}
|
|
1509
1449
|
});
|
|
1510
1450
|
var postThreadsActive = (options) => (options.client ?? client).post({
|
|
1511
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1512
1451
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1513
1452
|
url: "/threads/active",
|
|
1514
1453
|
...options,
|
|
@@ -1518,7 +1457,6 @@ var postThreadsActive = (options) => (options.client ?? client).post({
|
|
|
1518
1457
|
}
|
|
1519
1458
|
});
|
|
1520
1459
|
var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1521
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1522
1460
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1523
1461
|
url: "/invitations/{id}/revoke",
|
|
1524
1462
|
...options,
|
|
@@ -1528,18 +1466,11 @@ var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1528
1466
|
}
|
|
1529
1467
|
});
|
|
1530
1468
|
var getAiGraphNodesLabelByLabel = (options) => (options.client ?? client).get({
|
|
1531
|
-
querySerializer: {
|
|
1532
|
-
parameters: {
|
|
1533
|
-
filter: { object: { style: "form" } },
|
|
1534
|
-
fields: { object: { style: "form" } }
|
|
1535
|
-
}
|
|
1536
|
-
},
|
|
1537
1469
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1538
1470
|
url: "/ai/graph/nodes/label/{label}",
|
|
1539
1471
|
...options
|
|
1540
1472
|
});
|
|
1541
1473
|
var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options) => (options.client ?? client).post({
|
|
1542
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1543
1474
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1544
1475
|
url: "/workspaces/{workspace_id}/extraction/documents/dismiss-all-trained",
|
|
1545
1476
|
...options,
|
|
@@ -1549,19 +1480,11 @@ var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options)
|
|
|
1549
1480
|
}
|
|
1550
1481
|
});
|
|
1551
1482
|
var getConfigs = (options) => (options.client ?? client).get({
|
|
1552
|
-
querySerializer: {
|
|
1553
|
-
parameters: {
|
|
1554
|
-
filter: { object: { style: "form" } },
|
|
1555
|
-
page: { object: { style: "form" } },
|
|
1556
|
-
fields: { object: { style: "form" } }
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
1483
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1560
1484
|
url: "/configs",
|
|
1561
1485
|
...options
|
|
1562
1486
|
});
|
|
1563
1487
|
var postConfigs = (options) => (options.client ?? client).post({
|
|
1564
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1565
1488
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1566
1489
|
url: "/configs",
|
|
1567
1490
|
...options,
|
|
@@ -1571,7 +1494,6 @@ var postConfigs = (options) => (options.client ?? client).post({
|
|
|
1571
1494
|
}
|
|
1572
1495
|
});
|
|
1573
1496
|
var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
1574
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1575
1497
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1576
1498
|
url: "/wallet/auto-top-up",
|
|
1577
1499
|
...options,
|
|
@@ -1581,7 +1503,6 @@ var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
|
1581
1503
|
}
|
|
1582
1504
|
});
|
|
1583
1505
|
var postTokens = (options) => (options.client ?? client).post({
|
|
1584
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1585
1506
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1586
1507
|
url: "/tokens",
|
|
1587
1508
|
...options,
|
|
@@ -1591,7 +1512,6 @@ var postTokens = (options) => (options.client ?? client).post({
|
|
|
1591
1512
|
}
|
|
1592
1513
|
});
|
|
1593
1514
|
var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
1594
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1595
1515
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1596
1516
|
url: "/api_keys/{id}/set_budget",
|
|
1597
1517
|
...options,
|
|
@@ -1601,19 +1521,16 @@ var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
|
1601
1521
|
}
|
|
1602
1522
|
});
|
|
1603
1523
|
var deleteTrainingExamplesById = (options) => (options.client ?? client).delete({
|
|
1604
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1605
1524
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1606
1525
|
url: "/training_examples/{id}",
|
|
1607
1526
|
...options
|
|
1608
1527
|
});
|
|
1609
1528
|
var getTrainingExamplesById = (options) => (options.client ?? client).get({
|
|
1610
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1611
1529
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1612
1530
|
url: "/training_examples/{id}",
|
|
1613
1531
|
...options
|
|
1614
1532
|
});
|
|
1615
1533
|
var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
1616
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1617
1534
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1618
1535
|
url: "/training_examples/{id}",
|
|
1619
1536
|
...options,
|
|
@@ -1623,13 +1540,11 @@ var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
|
1623
1540
|
}
|
|
1624
1541
|
});
|
|
1625
1542
|
var deleteSearchSavedById = (options) => (options.client ?? client).delete({
|
|
1626
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1627
1543
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1628
1544
|
url: "/search/saved/{id}",
|
|
1629
1545
|
...options
|
|
1630
1546
|
});
|
|
1631
1547
|
var patchSearchSavedById = (options) => (options.client ?? client).patch({
|
|
1632
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1633
1548
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1634
1549
|
url: "/search/saved/{id}",
|
|
1635
1550
|
...options,
|
|
@@ -1639,7 +1554,6 @@ var patchSearchSavedById = (options) => (options.client ?? client).patch({
|
|
|
1639
1554
|
}
|
|
1640
1555
|
});
|
|
1641
1556
|
var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
1642
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1643
1557
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1644
1558
|
url: "/users/{id}/admin/email",
|
|
1645
1559
|
...options,
|
|
@@ -1649,13 +1563,6 @@ var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
|
1649
1563
|
}
|
|
1650
1564
|
});
|
|
1651
1565
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrained = (options) => (options.client ?? client).get({
|
|
1652
|
-
querySerializer: {
|
|
1653
|
-
parameters: {
|
|
1654
|
-
filter: { object: { style: "form" } },
|
|
1655
|
-
page: { object: { style: "form" } },
|
|
1656
|
-
fields: { object: { style: "form" } }
|
|
1657
|
-
}
|
|
1658
|
-
},
|
|
1659
1566
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1660
1567
|
url: "/extraction/documents/workspace/{workspace_id}/trained",
|
|
1661
1568
|
...options
|
|
@@ -1666,7 +1573,6 @@ var getWatcherClaimsStatus = (options) => (options.client ?? client).get({
|
|
|
1666
1573
|
...options
|
|
1667
1574
|
});
|
|
1668
1575
|
var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch({
|
|
1669
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1670
1576
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1671
1577
|
url: "/users/auth/reset-password",
|
|
1672
1578
|
...options,
|
|
@@ -1676,25 +1582,16 @@ var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch(
|
|
|
1676
1582
|
}
|
|
1677
1583
|
});
|
|
1678
1584
|
var getBucketsByIdStats = (options) => (options.client ?? client).get({
|
|
1679
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1680
1585
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1681
1586
|
url: "/buckets/{id}/stats",
|
|
1682
1587
|
...options
|
|
1683
1588
|
});
|
|
1684
1589
|
var getApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).get({
|
|
1685
|
-
querySerializer: {
|
|
1686
|
-
parameters: {
|
|
1687
|
-
filter: { object: { style: "form" } },
|
|
1688
|
-
page: { object: { style: "form" } },
|
|
1689
|
-
fields: { object: { style: "form" } }
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
1590
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1693
1591
|
url: "/applications/{application_id}/email-templates",
|
|
1694
1592
|
...options
|
|
1695
1593
|
});
|
|
1696
1594
|
var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).post({
|
|
1697
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1698
1595
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1699
1596
|
url: "/applications/{application_id}/email-templates",
|
|
1700
1597
|
...options,
|
|
@@ -1704,7 +1601,6 @@ var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client
|
|
|
1704
1601
|
}
|
|
1705
1602
|
});
|
|
1706
1603
|
var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? client).patch({
|
|
1707
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1708
1604
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1709
1605
|
url: "/notification_methods/{id}/set_primary",
|
|
1710
1606
|
...options,
|
|
@@ -1714,13 +1610,11 @@ var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? cli
|
|
|
1714
1610
|
}
|
|
1715
1611
|
});
|
|
1716
1612
|
var getBucketsByIdObjects = (options) => (options.client ?? client).get({
|
|
1717
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1718
1613
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1719
1614
|
url: "/buckets/{id}/objects",
|
|
1720
1615
|
...options
|
|
1721
1616
|
});
|
|
1722
1617
|
var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
1723
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1724
1618
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1725
1619
|
url: "/invitations/{id}/resend",
|
|
1726
1620
|
...options,
|
|
@@ -1730,7 +1624,6 @@ var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
|
1730
1624
|
}
|
|
1731
1625
|
});
|
|
1732
1626
|
var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).post({
|
|
1733
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1734
1627
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1735
1628
|
url: "/extraction/schema_discoveries",
|
|
1736
1629
|
...options,
|
|
@@ -1740,18 +1633,11 @@ var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).po
|
|
|
1740
1633
|
}
|
|
1741
1634
|
});
|
|
1742
1635
|
var getSearchSaved = (options) => (options.client ?? client).get({
|
|
1743
|
-
querySerializer: {
|
|
1744
|
-
parameters: {
|
|
1745
|
-
filter: { object: { style: "form" } },
|
|
1746
|
-
fields: { object: { style: "form" } }
|
|
1747
|
-
}
|
|
1748
|
-
},
|
|
1749
1636
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1750
1637
|
url: "/search/saved",
|
|
1751
1638
|
...options
|
|
1752
1639
|
});
|
|
1753
1640
|
var postSearchSaved = (options) => (options.client ?? client).post({
|
|
1754
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1755
1641
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1756
1642
|
url: "/search/saved",
|
|
1757
1643
|
...options,
|
|
@@ -1761,7 +1647,6 @@ var postSearchSaved = (options) => (options.client ?? client).post({
|
|
|
1761
1647
|
}
|
|
1762
1648
|
});
|
|
1763
1649
|
var patchNotificationMethodsByIdSendVerification = (options) => (options.client ?? client).patch({
|
|
1764
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1765
1650
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1766
1651
|
url: "/notification_methods/{id}/send_verification",
|
|
1767
1652
|
...options,
|
|
@@ -1771,59 +1656,41 @@ var patchNotificationMethodsByIdSendVerification = (options) => (options.client
|
|
|
1771
1656
|
}
|
|
1772
1657
|
});
|
|
1773
1658
|
var deleteFieldTemplatesById = (options) => (options.client ?? client).delete({
|
|
1774
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1775
1659
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1776
1660
|
url: "/field_templates/{id}",
|
|
1777
1661
|
...options
|
|
1778
1662
|
});
|
|
1779
1663
|
var getFieldTemplatesById = (options) => (options.client ?? client).get({
|
|
1780
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1781
1664
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1782
1665
|
url: "/field_templates/{id}",
|
|
1783
1666
|
...options
|
|
1784
1667
|
});
|
|
1785
1668
|
var getWorkspacesByWorkspaceIdTrainingAnalytics = (options) => (options.client ?? client).get({
|
|
1786
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1787
1669
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1788
1670
|
url: "/workspaces/{workspace_id}/training/analytics",
|
|
1789
1671
|
...options
|
|
1790
1672
|
});
|
|
1791
1673
|
var getUserProfilesMe = (options) => (options.client ?? client).get({
|
|
1792
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1793
1674
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1794
1675
|
url: "/user_profiles/me",
|
|
1795
1676
|
...options
|
|
1796
1677
|
});
|
|
1797
1678
|
var getExtractionSchemaDiscoveriesById = (options) => (options.client ?? client).get({
|
|
1798
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1799
1679
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1800
1680
|
url: "/extraction/schema_discoveries/{id}",
|
|
1801
1681
|
...options
|
|
1802
1682
|
});
|
|
1803
1683
|
var getApiKeysActive = (options) => (options.client ?? client).get({
|
|
1804
|
-
querySerializer: {
|
|
1805
|
-
parameters: {
|
|
1806
|
-
filter: { object: { style: "form" } },
|
|
1807
|
-
fields: { object: { style: "form" } }
|
|
1808
|
-
}
|
|
1809
|
-
},
|
|
1810
1684
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1811
1685
|
url: "/api_keys/active",
|
|
1812
1686
|
...options
|
|
1813
1687
|
});
|
|
1814
1688
|
var getAgentVersions = (options) => (options.client ?? client).get({
|
|
1815
|
-
querySerializer: {
|
|
1816
|
-
parameters: {
|
|
1817
|
-
filter: { object: { style: "form" } },
|
|
1818
|
-
fields: { object: { style: "form" } }
|
|
1819
|
-
}
|
|
1820
|
-
},
|
|
1821
1689
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1822
1690
|
url: "/agent_versions",
|
|
1823
1691
|
...options
|
|
1824
1692
|
});
|
|
1825
1693
|
var postAgentVersions = (options) => (options.client ?? client).post({
|
|
1826
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1827
1694
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1828
1695
|
url: "/agent_versions",
|
|
1829
1696
|
...options,
|
|
@@ -1833,7 +1700,6 @@ var postAgentVersions = (options) => (options.client ?? client).post({
|
|
|
1833
1700
|
}
|
|
1834
1701
|
});
|
|
1835
1702
|
var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).patch({
|
|
1836
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1837
1703
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1838
1704
|
url: "/invitations/{id}/accept-by-user",
|
|
1839
1705
|
...options,
|
|
@@ -1843,7 +1709,6 @@ var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).p
|
|
|
1843
1709
|
}
|
|
1844
1710
|
});
|
|
1845
1711
|
var getPermissionsMeta = (options) => (options.client ?? client).get({
|
|
1846
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1847
1712
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1848
1713
|
url: "/permissions/meta",
|
|
1849
1714
|
...options
|
|
@@ -1858,30 +1723,21 @@ var postApplicationsByApplicationIdEmailTemplatesBySlugTest = (options) => (opti
|
|
|
1858
1723
|
}
|
|
1859
1724
|
});
|
|
1860
1725
|
var getSearchSuggest = (options) => (options.client ?? client).get({
|
|
1861
|
-
querySerializer: {
|
|
1862
|
-
parameters: {
|
|
1863
|
-
filter: { object: { style: "form" } },
|
|
1864
|
-
fields: { object: { style: "form" } }
|
|
1865
|
-
}
|
|
1866
|
-
},
|
|
1867
1726
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1868
1727
|
url: "/search/suggest",
|
|
1869
1728
|
...options
|
|
1870
1729
|
});
|
|
1871
1730
|
var deleteWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
1872
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1873
1731
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1874
1732
|
url: "/webhook_configs/{id}",
|
|
1875
1733
|
...options
|
|
1876
1734
|
});
|
|
1877
1735
|
var getWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
1878
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1879
1736
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1880
1737
|
url: "/webhook_configs/{id}",
|
|
1881
1738
|
...options
|
|
1882
1739
|
});
|
|
1883
1740
|
var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
1884
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1885
1741
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1886
1742
|
url: "/webhook_configs/{id}",
|
|
1887
1743
|
...options,
|
|
@@ -1900,7 +1756,6 @@ var postWebhookConfigsBulkEnable = (options) => (options.client ?? client).post(
|
|
|
1900
1756
|
}
|
|
1901
1757
|
});
|
|
1902
1758
|
var postInvitationsAcceptByToken = (options) => (options.client ?? client).post({
|
|
1903
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1904
1759
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1905
1760
|
url: "/invitations/accept_by_token",
|
|
1906
1761
|
...options,
|
|
@@ -1910,19 +1765,16 @@ var postInvitationsAcceptByToken = (options) => (options.client ?? client).post(
|
|
|
1910
1765
|
}
|
|
1911
1766
|
});
|
|
1912
1767
|
var deleteAiMessagesById = (options) => (options.client ?? client).delete({
|
|
1913
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1914
1768
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1915
1769
|
url: "/ai/messages/{id}",
|
|
1916
1770
|
...options
|
|
1917
1771
|
});
|
|
1918
1772
|
var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
|
|
1919
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1920
1773
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1921
1774
|
url: "/extraction/batches/{id}/upload-urls",
|
|
1922
1775
|
...options
|
|
1923
1776
|
});
|
|
1924
1777
|
var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
1925
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1926
1778
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1927
1779
|
url: "/documents/bulk_delete",
|
|
1928
1780
|
...options,
|
|
@@ -1932,19 +1784,16 @@ var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
|
1932
1784
|
}
|
|
1933
1785
|
});
|
|
1934
1786
|
var deleteAgentVersionsById = (options) => (options.client ?? client).delete({
|
|
1935
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1936
1787
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1937
1788
|
url: "/agent_versions/{id}",
|
|
1938
1789
|
...options
|
|
1939
1790
|
});
|
|
1940
1791
|
var getAgentVersionsById = (options) => (options.client ?? client).get({
|
|
1941
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1942
1792
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1943
1793
|
url: "/agent_versions/{id}",
|
|
1944
1794
|
...options
|
|
1945
1795
|
});
|
|
1946
1796
|
var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
1947
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1948
1797
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1949
1798
|
url: "/ai/chunks/search",
|
|
1950
1799
|
...options,
|
|
@@ -1954,13 +1803,11 @@ var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
|
1954
1803
|
}
|
|
1955
1804
|
});
|
|
1956
1805
|
var getThreadsByIdMessages = (options) => (options.client ?? client).get({
|
|
1957
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1958
1806
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1959
1807
|
url: "/threads/{id}/messages",
|
|
1960
1808
|
...options
|
|
1961
1809
|
});
|
|
1962
1810
|
var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
1963
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1964
1811
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1965
1812
|
url: "/threads/{id}/messages",
|
|
1966
1813
|
...options,
|
|
@@ -1970,7 +1817,6 @@ var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
|
1970
1817
|
}
|
|
1971
1818
|
});
|
|
1972
1819
|
var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
1973
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1974
1820
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1975
1821
|
url: "/agents/clone_for_workspace",
|
|
1976
1822
|
...options,
|
|
@@ -1980,7 +1826,6 @@ var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
|
1980
1826
|
}
|
|
1981
1827
|
});
|
|
1982
1828
|
var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
1983
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1984
1829
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1985
1830
|
url: "/invitations/{id}/accept",
|
|
1986
1831
|
...options,
|
|
@@ -1990,25 +1835,21 @@ var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
|
1990
1835
|
}
|
|
1991
1836
|
});
|
|
1992
1837
|
var getCreditPackagesById = (options) => (options.client ?? client).get({
|
|
1993
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1994
1838
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1995
1839
|
url: "/credit-packages/{id}",
|
|
1996
1840
|
...options
|
|
1997
1841
|
});
|
|
1998
1842
|
var deleteUsersById = (options) => (options.client ?? client).delete({
|
|
1999
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2000
1843
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2001
1844
|
url: "/users/{id}",
|
|
2002
1845
|
...options
|
|
2003
1846
|
});
|
|
2004
1847
|
var getUsersById = (options) => (options.client ?? client).get({
|
|
2005
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2006
1848
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2007
1849
|
url: "/users/{id}",
|
|
2008
1850
|
...options
|
|
2009
1851
|
});
|
|
2010
1852
|
var getExtractionResultsById = (options) => (options.client ?? client).get({
|
|
2011
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2012
1853
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2013
1854
|
url: "/extraction/results/{id}",
|
|
2014
1855
|
...options
|
|
@@ -2019,7 +1860,6 @@ var getWebhookDeliveriesStats = (options) => (options.client ?? client).get({
|
|
|
2019
1860
|
...options
|
|
2020
1861
|
});
|
|
2021
1862
|
var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
2022
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2023
1863
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2024
1864
|
url: "/agents/{id}/validate",
|
|
2025
1865
|
...options,
|
|
@@ -2029,7 +1869,6 @@ var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
|
2029
1869
|
}
|
|
2030
1870
|
});
|
|
2031
1871
|
var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
2032
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2033
1872
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2034
1873
|
url: "/webhook_configs/{id}/test",
|
|
2035
1874
|
...options,
|
|
@@ -2039,13 +1878,11 @@ var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
|
2039
1878
|
}
|
|
2040
1879
|
});
|
|
2041
1880
|
var getUsersMe = (options) => (options.client ?? client).get({
|
|
2042
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2043
1881
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2044
1882
|
url: "/users/me",
|
|
2045
1883
|
...options
|
|
2046
1884
|
});
|
|
2047
1885
|
var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
|
|
2048
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2049
1886
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2050
1887
|
url: "/users/auth/register_with_oidc",
|
|
2051
1888
|
...options,
|
|
@@ -2069,7 +1906,6 @@ var postAgentsByIdSchemaVersions = (options) => (options.client ?? client).post(
|
|
|
2069
1906
|
}
|
|
2070
1907
|
});
|
|
2071
1908
|
var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
2072
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2073
1909
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2074
1910
|
url: "/tenants/{id}/credit",
|
|
2075
1911
|
...options,
|
|
@@ -2079,7 +1915,6 @@ var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
|
2079
1915
|
}
|
|
2080
1916
|
});
|
|
2081
1917
|
var getTransactionsById = (options) => (options.client ?? client).get({
|
|
2082
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2083
1918
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2084
1919
|
url: "/transactions/{id}",
|
|
2085
1920
|
...options
|
|
@@ -2090,19 +1925,11 @@ var getUsersMeTenants = (options) => (options.client ?? client).get({
|
|
|
2090
1925
|
...options
|
|
2091
1926
|
});
|
|
2092
1927
|
var getTenantMemberships = (options) => (options.client ?? client).get({
|
|
2093
|
-
querySerializer: {
|
|
2094
|
-
parameters: {
|
|
2095
|
-
filter: { object: { style: "form" } },
|
|
2096
|
-
page: { object: { style: "form" } },
|
|
2097
|
-
fields: { object: { style: "form" } }
|
|
2098
|
-
}
|
|
2099
|
-
},
|
|
2100
1928
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2101
1929
|
url: "/tenant-memberships",
|
|
2102
1930
|
...options
|
|
2103
1931
|
});
|
|
2104
1932
|
var postTenantMemberships = (options) => (options.client ?? client).post({
|
|
2105
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2106
1933
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2107
1934
|
url: "/tenant-memberships",
|
|
2108
1935
|
...options,
|
|
@@ -2121,7 +1948,6 @@ var postTrainingExamplesBulkDelete = (options) => (options.client ?? client).pos
|
|
|
2121
1948
|
}
|
|
2122
1949
|
});
|
|
2123
1950
|
var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client).patch({
|
|
2124
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2125
1951
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2126
1952
|
url: "/extraction/documents/{id}/include",
|
|
2127
1953
|
...options,
|
|
@@ -2131,7 +1957,6 @@ var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client
|
|
|
2131
1957
|
}
|
|
2132
1958
|
});
|
|
2133
1959
|
var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
2134
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2135
1960
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2136
1961
|
url: "/llm_analytics/summary",
|
|
2137
1962
|
...options
|
|
@@ -2147,7 +1972,6 @@ var getUsersMeStats = (options) => (options.client ?? client).get({
|
|
|
2147
1972
|
...options
|
|
2148
1973
|
});
|
|
2149
1974
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
2150
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2151
1975
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2152
1976
|
url: "/storage/sign_download",
|
|
2153
1977
|
...options,
|
|
@@ -2157,37 +1981,31 @@ var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
|
2157
1981
|
}
|
|
2158
1982
|
});
|
|
2159
1983
|
var deleteTrainingSessionsById = (options) => (options.client ?? client).delete({
|
|
2160
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2161
1984
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2162
1985
|
url: "/training_sessions/{id}",
|
|
2163
1986
|
...options
|
|
2164
1987
|
});
|
|
2165
1988
|
var getTrainingSessionsById = (options) => (options.client ?? client).get({
|
|
2166
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2167
1989
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2168
1990
|
url: "/training_sessions/{id}",
|
|
2169
1991
|
...options
|
|
2170
1992
|
});
|
|
2171
1993
|
var getUsersByEmail = (options) => (options.client ?? client).get({
|
|
2172
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2173
1994
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2174
1995
|
url: "/users/by-email",
|
|
2175
1996
|
...options
|
|
2176
1997
|
});
|
|
2177
1998
|
var deleteNotificationMethodsById = (options) => (options.client ?? client).delete({
|
|
2178
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2179
1999
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2180
2000
|
url: "/notification_methods/{id}",
|
|
2181
2001
|
...options
|
|
2182
2002
|
});
|
|
2183
2003
|
var getNotificationMethodsById = (options) => (options.client ?? client).get({
|
|
2184
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2185
2004
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2186
2005
|
url: "/notification_methods/{id}",
|
|
2187
2006
|
...options
|
|
2188
2007
|
});
|
|
2189
2008
|
var patchNotificationMethodsById = (options) => (options.client ?? client).patch({
|
|
2190
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2191
2009
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2192
2010
|
url: "/notification_methods/{id}",
|
|
2193
2011
|
...options,
|
|
@@ -2197,13 +2015,6 @@ var patchNotificationMethodsById = (options) => (options.client ?? client).patch
|
|
|
2197
2015
|
}
|
|
2198
2016
|
});
|
|
2199
2017
|
var getWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
2200
|
-
querySerializer: {
|
|
2201
|
-
parameters: {
|
|
2202
|
-
filter: { object: { style: "form" } },
|
|
2203
|
-
page: { object: { style: "form" } },
|
|
2204
|
-
fields: { object: { style: "form" } }
|
|
2205
|
-
}
|
|
2206
|
-
},
|
|
2207
2018
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2208
2019
|
url: "/webhook_deliveries",
|
|
2209
2020
|
...options
|
|
@@ -2218,29 +2029,16 @@ var postWebhookConfigsBulkDisable = (options) => (options.client ?? client).post
|
|
|
2218
2029
|
}
|
|
2219
2030
|
});
|
|
2220
2031
|
var getSearch = (options) => (options.client ?? client).get({
|
|
2221
|
-
querySerializer: {
|
|
2222
|
-
parameters: {
|
|
2223
|
-
filter: { object: { style: "form" } },
|
|
2224
|
-
fields: { object: { style: "form" } }
|
|
2225
|
-
}
|
|
2226
|
-
},
|
|
2227
2032
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2228
2033
|
url: "/search",
|
|
2229
2034
|
...options
|
|
2230
2035
|
});
|
|
2231
2036
|
var getInvitations = (options) => (options.client ?? client).get({
|
|
2232
|
-
querySerializer: {
|
|
2233
|
-
parameters: {
|
|
2234
|
-
filter: { object: { style: "form" } },
|
|
2235
|
-
fields: { object: { style: "form" } }
|
|
2236
|
-
}
|
|
2237
|
-
},
|
|
2238
2037
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2239
2038
|
url: "/invitations",
|
|
2240
2039
|
...options
|
|
2241
2040
|
});
|
|
2242
2041
|
var postInvitations = (options) => (options.client ?? client).post({
|
|
2243
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2244
2042
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2245
2043
|
url: "/invitations",
|
|
2246
2044
|
...options,
|
|
@@ -2250,7 +2048,6 @@ var postInvitations = (options) => (options.client ?? client).post({
|
|
|
2250
2048
|
}
|
|
2251
2049
|
});
|
|
2252
2050
|
var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
|
|
2253
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2254
2051
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2255
2052
|
url: "/threads/{id}/archive",
|
|
2256
2053
|
...options,
|
|
@@ -2260,23 +2057,11 @@ var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
|
|
|
2260
2057
|
}
|
|
2261
2058
|
});
|
|
2262
2059
|
var getApiKeysStats = (options) => (options.client ?? client).get({
|
|
2263
|
-
querySerializer: {
|
|
2264
|
-
parameters: {
|
|
2265
|
-
filter: { object: { style: "form" } },
|
|
2266
|
-
fields: { object: { style: "form" } }
|
|
2267
|
-
}
|
|
2268
|
-
},
|
|
2269
2060
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2270
2061
|
url: "/api_keys/stats",
|
|
2271
2062
|
...options
|
|
2272
2063
|
});
|
|
2273
2064
|
var getSearchSemantic = (options) => (options.client ?? client).get({
|
|
2274
|
-
querySerializer: {
|
|
2275
|
-
parameters: {
|
|
2276
|
-
filter: { object: { style: "form" } },
|
|
2277
|
-
fields: { object: { style: "form" } }
|
|
2278
|
-
}
|
|
2279
|
-
},
|
|
2280
2065
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2281
2066
|
url: "/search/semantic",
|
|
2282
2067
|
...options
|
|
@@ -2287,19 +2072,11 @@ var getThreadsStats = (options) => (options.client ?? client).get({
|
|
|
2287
2072
|
...options
|
|
2288
2073
|
});
|
|
2289
2074
|
var getMessages = (options) => (options.client ?? client).get({
|
|
2290
|
-
querySerializer: {
|
|
2291
|
-
parameters: {
|
|
2292
|
-
filter: { object: { style: "form" } },
|
|
2293
|
-
page: { object: { style: "form" } },
|
|
2294
|
-
fields: { object: { style: "form" } }
|
|
2295
|
-
}
|
|
2296
|
-
},
|
|
2297
2075
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2298
2076
|
url: "/messages",
|
|
2299
2077
|
...options
|
|
2300
2078
|
});
|
|
2301
2079
|
var postMessages = (options) => (options.client ?? client).post({
|
|
2302
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2303
2080
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2304
2081
|
url: "/messages",
|
|
2305
2082
|
...options,
|
|
@@ -2309,19 +2086,11 @@ var postMessages = (options) => (options.client ?? client).post({
|
|
|
2309
2086
|
}
|
|
2310
2087
|
});
|
|
2311
2088
|
var getNotificationPreferences = (options) => (options.client ?? client).get({
|
|
2312
|
-
querySerializer: {
|
|
2313
|
-
parameters: {
|
|
2314
|
-
filter: { object: { style: "form" } },
|
|
2315
|
-
page: { object: { style: "form" } },
|
|
2316
|
-
fields: { object: { style: "form" } }
|
|
2317
|
-
}
|
|
2318
|
-
},
|
|
2319
2089
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2320
2090
|
url: "/notification_preferences",
|
|
2321
2091
|
...options
|
|
2322
2092
|
});
|
|
2323
2093
|
var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
2324
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2325
2094
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2326
2095
|
url: "/notification_preferences",
|
|
2327
2096
|
...options,
|
|
@@ -2331,19 +2100,11 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
|
2331
2100
|
}
|
|
2332
2101
|
});
|
|
2333
2102
|
var getApplications = (options) => (options.client ?? client).get({
|
|
2334
|
-
querySerializer: {
|
|
2335
|
-
parameters: {
|
|
2336
|
-
filter: { object: { style: "form" } },
|
|
2337
|
-
page: { object: { style: "form" } },
|
|
2338
|
-
fields: { object: { style: "form" } }
|
|
2339
|
-
}
|
|
2340
|
-
},
|
|
2341
2103
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2342
2104
|
url: "/applications",
|
|
2343
2105
|
...options
|
|
2344
2106
|
});
|
|
2345
2107
|
var postApplications = (options) => (options.client ?? client).post({
|
|
2346
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2347
2108
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2348
2109
|
url: "/applications",
|
|
2349
2110
|
...options,
|
|
@@ -2353,7 +2114,6 @@ var postApplications = (options) => (options.client ?? client).post({
|
|
|
2353
2114
|
}
|
|
2354
2115
|
});
|
|
2355
2116
|
var patchWatcherClaimsByIdRetry = (options) => (options.client ?? client).patch({
|
|
2356
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2357
2117
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2358
2118
|
url: "/watcher/claims/{id}/retry",
|
|
2359
2119
|
...options,
|
|
@@ -2372,7 +2132,6 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
2372
2132
|
}
|
|
2373
2133
|
});
|
|
2374
2134
|
var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? client).patch({
|
|
2375
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2376
2135
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2377
2136
|
url: "/extraction/documents/{id}/reprocess",
|
|
2378
2137
|
...options,
|
|
@@ -2382,19 +2141,16 @@ var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? clie
|
|
|
2382
2141
|
}
|
|
2383
2142
|
});
|
|
2384
2143
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
2385
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2386
2144
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2387
2145
|
url: "/threads/{id}",
|
|
2388
2146
|
...options
|
|
2389
2147
|
});
|
|
2390
2148
|
var getThreadsById = (options) => (options.client ?? client).get({
|
|
2391
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2392
2149
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2393
2150
|
url: "/threads/{id}",
|
|
2394
2151
|
...options
|
|
2395
2152
|
});
|
|
2396
2153
|
var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
2397
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2398
2154
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2399
2155
|
url: "/threads/{id}",
|
|
2400
2156
|
...options,
|
|
@@ -2404,29 +2160,16 @@ var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
|
2404
2160
|
}
|
|
2405
2161
|
});
|
|
2406
2162
|
var getWorkspacesByIdMembers = (options) => (options.client ?? client).get({
|
|
2407
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2408
2163
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2409
2164
|
url: "/workspaces/{id}/members",
|
|
2410
2165
|
...options
|
|
2411
2166
|
});
|
|
2412
2167
|
var getBucketsAll = (options) => (options.client ?? client).get({
|
|
2413
|
-
querySerializer: {
|
|
2414
|
-
parameters: {
|
|
2415
|
-
filter: { object: { style: "form" } },
|
|
2416
|
-
fields: { object: { style: "form" } }
|
|
2417
|
-
}
|
|
2418
|
-
},
|
|
2419
2168
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2420
2169
|
url: "/buckets/all",
|
|
2421
2170
|
...options
|
|
2422
2171
|
});
|
|
2423
2172
|
var getWatcherClaims = (options) => (options.client ?? client).get({
|
|
2424
|
-
querySerializer: {
|
|
2425
|
-
parameters: {
|
|
2426
|
-
filter: { object: { style: "form" } },
|
|
2427
|
-
fields: { object: { style: "form" } }
|
|
2428
|
-
}
|
|
2429
|
-
},
|
|
2430
2173
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2431
2174
|
url: "/watcher/claims",
|
|
2432
2175
|
...options
|
|
@@ -2441,19 +2184,11 @@ var postWatcherClaims = (options) => (options.client ?? client).post({
|
|
|
2441
2184
|
}
|
|
2442
2185
|
});
|
|
2443
2186
|
var getLlmAnalytics = (options) => (options.client ?? client).get({
|
|
2444
|
-
querySerializer: {
|
|
2445
|
-
parameters: {
|
|
2446
|
-
filter: { object: { style: "form" } },
|
|
2447
|
-
page: { object: { style: "form" } },
|
|
2448
|
-
fields: { object: { style: "form" } }
|
|
2449
|
-
}
|
|
2450
|
-
},
|
|
2451
2187
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2452
2188
|
url: "/llm_analytics",
|
|
2453
2189
|
...options
|
|
2454
2190
|
});
|
|
2455
2191
|
var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
2456
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2457
2192
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2458
2193
|
url: "/llm_analytics",
|
|
2459
2194
|
...options,
|
|
@@ -2468,7 +2203,6 @@ var getStorageStatsTenantByTenantId = (options) => (options.client ?? client).ge
|
|
|
2468
2203
|
...options
|
|
2469
2204
|
});
|
|
2470
2205
|
var postAgentTestResults = (options) => (options.client ?? client).post({
|
|
2471
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2472
2206
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2473
2207
|
url: "/agent_test_results",
|
|
2474
2208
|
...options,
|
|
@@ -2478,7 +2212,6 @@ var postAgentTestResults = (options) => (options.client ?? client).post({
|
|
|
2478
2212
|
}
|
|
2479
2213
|
});
|
|
2480
2214
|
var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch({
|
|
2481
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2482
2215
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2483
2216
|
url: "/users/{id}/reset-password",
|
|
2484
2217
|
...options,
|
|
@@ -2497,7 +2230,6 @@ var postThreadsByIdExport = (options) => (options.client ?? client).post({
|
|
|
2497
2230
|
}
|
|
2498
2231
|
});
|
|
2499
2232
|
var postDocumentsPresignedUpload = (options) => (options.client ?? client).post({
|
|
2500
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2501
2233
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2502
2234
|
url: "/documents/presigned_upload",
|
|
2503
2235
|
...options,
|
|
@@ -2512,13 +2244,11 @@ var getWebhookConfigsByIdEvents = (options) => (options.client ?? client).get({
|
|
|
2512
2244
|
...options
|
|
2513
2245
|
});
|
|
2514
2246
|
var getMessagesSearch = (options) => (options.client ?? client).get({
|
|
2515
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2516
2247
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2517
2248
|
url: "/messages/search",
|
|
2518
2249
|
...options
|
|
2519
2250
|
});
|
|
2520
2251
|
var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
2521
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2522
2252
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2523
2253
|
url: "/agents/{id}/teach",
|
|
2524
2254
|
...options,
|
|
@@ -2528,19 +2258,11 @@ var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
|
2528
2258
|
}
|
|
2529
2259
|
});
|
|
2530
2260
|
var getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue = (options) => (options.client ?? client).get({
|
|
2531
|
-
querySerializer: {
|
|
2532
|
-
parameters: {
|
|
2533
|
-
filter: { object: { style: "form" } },
|
|
2534
|
-
page: { object: { style: "form" } },
|
|
2535
|
-
fields: { object: { style: "form" } }
|
|
2536
|
-
}
|
|
2537
|
-
},
|
|
2538
2261
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2539
2262
|
url: "/extraction/documents/workspace/{workspace_id}/review_queue",
|
|
2540
2263
|
...options
|
|
2541
2264
|
});
|
|
2542
2265
|
var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch({
|
|
2543
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2544
2266
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2545
2267
|
url: "/invitations/{id}/decline",
|
|
2546
2268
|
...options,
|
|
@@ -2550,7 +2272,6 @@ var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch(
|
|
|
2550
2272
|
}
|
|
2551
2273
|
});
|
|
2552
2274
|
var postExtractionDocumentsUpload = (options) => (options.client ?? client).post({
|
|
2553
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2554
2275
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2555
2276
|
url: "/extraction/documents/upload",
|
|
2556
2277
|
...options,
|
|
@@ -2560,7 +2281,6 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
|
|
|
2560
2281
|
}
|
|
2561
2282
|
});
|
|
2562
2283
|
var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
|
|
2563
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2564
2284
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2565
2285
|
url: "/extraction/results/{id}/corrections",
|
|
2566
2286
|
...options,
|
|
@@ -2570,7 +2290,6 @@ var patchExtractionResultsByIdCorrections = (options) => (options.client ?? clie
|
|
|
2570
2290
|
}
|
|
2571
2291
|
});
|
|
2572
2292
|
var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client).patch({
|
|
2573
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2574
2293
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2575
2294
|
url: "/notification_methods/{id}/verify",
|
|
2576
2295
|
...options,
|
|
@@ -2580,25 +2299,21 @@ var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client)
|
|
|
2580
2299
|
}
|
|
2581
2300
|
});
|
|
2582
2301
|
var getExtractionResultsDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
2583
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2584
2302
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2585
2303
|
url: "/extraction/results/document/{document_id}",
|
|
2586
2304
|
...options
|
|
2587
2305
|
});
|
|
2588
2306
|
var deleteWorkspacesById = (options) => (options.client ?? client).delete({
|
|
2589
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2590
2307
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2591
2308
|
url: "/workspaces/{id}",
|
|
2592
2309
|
...options
|
|
2593
2310
|
});
|
|
2594
2311
|
var getWorkspacesById = (options) => (options.client ?? client).get({
|
|
2595
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2596
2312
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2597
2313
|
url: "/workspaces/{id}",
|
|
2598
2314
|
...options
|
|
2599
2315
|
});
|
|
2600
2316
|
var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
2601
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2602
2317
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2603
2318
|
url: "/workspaces/{id}",
|
|
2604
2319
|
...options,
|
|
@@ -2608,19 +2323,11 @@ var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
|
2608
2323
|
}
|
|
2609
2324
|
});
|
|
2610
2325
|
var getTenants = (options) => (options.client ?? client).get({
|
|
2611
|
-
querySerializer: {
|
|
2612
|
-
parameters: {
|
|
2613
|
-
filter: { object: { style: "form" } },
|
|
2614
|
-
page: { object: { style: "form" } },
|
|
2615
|
-
fields: { object: { style: "form" } }
|
|
2616
|
-
}
|
|
2617
|
-
},
|
|
2618
2326
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2619
2327
|
url: "/tenants",
|
|
2620
2328
|
...options
|
|
2621
2329
|
});
|
|
2622
2330
|
var postTenants = (options) => (options.client ?? client).post({
|
|
2623
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2624
2331
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2625
2332
|
url: "/tenants",
|
|
2626
2333
|
...options,
|
|
@@ -2630,7 +2337,6 @@ var postTenants = (options) => (options.client ?? client).post({
|
|
|
2630
2337
|
}
|
|
2631
2338
|
});
|
|
2632
2339
|
var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post({
|
|
2633
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2634
2340
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2635
2341
|
url: "/tenants/{id}/remove-storage",
|
|
2636
2342
|
...options,
|
|
@@ -2640,13 +2346,11 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
|
|
|
2640
2346
|
}
|
|
2641
2347
|
});
|
|
2642
2348
|
var getWalletInvoices = (options) => (options.client ?? client).get({
|
|
2643
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2644
2349
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2645
2350
|
url: "/wallet/invoices",
|
|
2646
2351
|
...options
|
|
2647
2352
|
});
|
|
2648
2353
|
var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client).patch({
|
|
2649
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2650
2354
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2651
2355
|
url: "/workspaces/{id}/storage-settings",
|
|
2652
2356
|
...options,
|
|
@@ -2656,49 +2360,31 @@ var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client)
|
|
|
2656
2360
|
}
|
|
2657
2361
|
});
|
|
2658
2362
|
var getNotificationLogsById = (options) => (options.client ?? client).get({
|
|
2659
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2660
2363
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2661
2364
|
url: "/notification_logs/{id}",
|
|
2662
2365
|
...options
|
|
2663
2366
|
});
|
|
2664
2367
|
var getExtractionDocumentsByIdView = (options) => (options.client ?? client).get({
|
|
2665
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2666
2368
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2667
2369
|
url: "/extraction/documents/{id}/view",
|
|
2668
2370
|
...options
|
|
2669
2371
|
});
|
|
2670
2372
|
var getWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
2671
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2672
2373
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2673
2374
|
url: "/webhook_deliveries/{id}",
|
|
2674
2375
|
...options
|
|
2675
2376
|
});
|
|
2676
2377
|
var getAuditLogs = (options) => (options.client ?? client).get({
|
|
2677
|
-
querySerializer: {
|
|
2678
|
-
parameters: {
|
|
2679
|
-
filter: { object: { style: "form" } },
|
|
2680
|
-
page: { object: { style: "form" } },
|
|
2681
|
-
fields: { object: { style: "form" } }
|
|
2682
|
-
}
|
|
2683
|
-
},
|
|
2684
2378
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2685
2379
|
url: "/audit-logs",
|
|
2686
2380
|
...options
|
|
2687
2381
|
});
|
|
2688
2382
|
var getAiGraphEdges = (options) => (options.client ?? client).get({
|
|
2689
|
-
querySerializer: {
|
|
2690
|
-
parameters: {
|
|
2691
|
-
filter: { object: { style: "form" } },
|
|
2692
|
-
page: { object: { style: "form" } },
|
|
2693
|
-
fields: { object: { style: "form" } }
|
|
2694
|
-
}
|
|
2695
|
-
},
|
|
2696
2383
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2697
2384
|
url: "/ai/graph/edges",
|
|
2698
2385
|
...options
|
|
2699
2386
|
});
|
|
2700
2387
|
var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
2701
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2702
2388
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2703
2389
|
url: "/ai/graph/edges",
|
|
2704
2390
|
...options,
|
|
@@ -2708,19 +2394,11 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
|
2708
2394
|
}
|
|
2709
2395
|
});
|
|
2710
2396
|
var getTrainingExamples = (options) => (options.client ?? client).get({
|
|
2711
|
-
querySerializer: {
|
|
2712
|
-
parameters: {
|
|
2713
|
-
filter: { object: { style: "form" } },
|
|
2714
|
-
page: { object: { style: "form" } },
|
|
2715
|
-
fields: { object: { style: "form" } }
|
|
2716
|
-
}
|
|
2717
|
-
},
|
|
2718
2397
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2719
2398
|
url: "/training_examples",
|
|
2720
2399
|
...options
|
|
2721
2400
|
});
|
|
2722
2401
|
var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
2723
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2724
2402
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2725
2403
|
url: "/training_examples",
|
|
2726
2404
|
...options,
|
|
@@ -2730,7 +2408,6 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
|
2730
2408
|
}
|
|
2731
2409
|
});
|
|
2732
2410
|
var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
|
|
2733
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2734
2411
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2735
2412
|
url: "/workspaces/{workspace_id}/extraction/exports/{id}",
|
|
2736
2413
|
...options
|
|
@@ -2741,7 +2418,6 @@ var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
|
2741
2418
|
...options
|
|
2742
2419
|
});
|
|
2743
2420
|
var postObjectsCopy = (options) => (options.client ?? client).post({
|
|
2744
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2745
2421
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2746
2422
|
url: "/objects/copy",
|
|
2747
2423
|
...options,
|
|
@@ -2751,18 +2427,11 @@ var postObjectsCopy = (options) => (options.client ?? client).post({
|
|
|
2751
2427
|
}
|
|
2752
2428
|
});
|
|
2753
2429
|
var getBuckets = (options) => (options.client ?? client).get({
|
|
2754
|
-
querySerializer: {
|
|
2755
|
-
parameters: {
|
|
2756
|
-
filter: { object: { style: "form" } },
|
|
2757
|
-
fields: { object: { style: "form" } }
|
|
2758
|
-
}
|
|
2759
|
-
},
|
|
2760
2430
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2761
2431
|
url: "/buckets",
|
|
2762
2432
|
...options
|
|
2763
2433
|
});
|
|
2764
2434
|
var postBuckets = (options) => (options.client ?? client).post({
|
|
2765
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2766
2435
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2767
2436
|
url: "/buckets",
|
|
2768
2437
|
...options,
|
|
@@ -2772,13 +2441,11 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
2772
2441
|
}
|
|
2773
2442
|
});
|
|
2774
2443
|
var getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).get({
|
|
2775
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2776
2444
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2777
2445
|
url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
|
|
2778
2446
|
...options
|
|
2779
2447
|
});
|
|
2780
2448
|
var postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).post({
|
|
2781
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2782
2449
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2783
2450
|
url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
|
|
2784
2451
|
...options,
|
|
@@ -2798,19 +2465,16 @@ var getNotificationLogsStats = (options) => (options.client ?? client).get({
|
|
|
2798
2465
|
...options
|
|
2799
2466
|
});
|
|
2800
2467
|
var getPlansById = (options) => (options.client ?? client).get({
|
|
2801
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2802
2468
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2803
2469
|
url: "/plans/{id}",
|
|
2804
2470
|
...options
|
|
2805
2471
|
});
|
|
2806
2472
|
var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
|
|
2807
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2808
2473
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2809
2474
|
url: "/tenants/{tenant_id}/stats",
|
|
2810
2475
|
...options
|
|
2811
2476
|
});
|
|
2812
2477
|
var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
2813
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2814
2478
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2815
2479
|
url: "/wallet/addons",
|
|
2816
2480
|
...options,
|
|
@@ -2820,7 +2484,6 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
|
2820
2484
|
}
|
|
2821
2485
|
});
|
|
2822
2486
|
var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post({
|
|
2823
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2824
2487
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2825
2488
|
url: "/tenants/{id}/schedule-purge",
|
|
2826
2489
|
...options,
|
|
@@ -2830,13 +2493,11 @@ var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post(
|
|
|
2830
2493
|
}
|
|
2831
2494
|
});
|
|
2832
2495
|
var getMessagesSemanticSearch = (options) => (options.client ?? client).get({
|
|
2833
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2834
2496
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2835
2497
|
url: "/messages/semantic-search",
|
|
2836
2498
|
...options
|
|
2837
2499
|
});
|
|
2838
2500
|
var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
2839
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2840
2501
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2841
2502
|
url: "/users/auth/magic_link/login",
|
|
2842
2503
|
...options,
|
|
@@ -2846,19 +2507,11 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
|
2846
2507
|
}
|
|
2847
2508
|
});
|
|
2848
2509
|
var getApiKeys = (options) => (options.client ?? client).get({
|
|
2849
|
-
querySerializer: {
|
|
2850
|
-
parameters: {
|
|
2851
|
-
filter: { object: { style: "form" } },
|
|
2852
|
-
page: { object: { style: "form" } },
|
|
2853
|
-
fields: { object: { style: "form" } }
|
|
2854
|
-
}
|
|
2855
|
-
},
|
|
2856
2510
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2857
2511
|
url: "/api_keys",
|
|
2858
2512
|
...options
|
|
2859
2513
|
});
|
|
2860
2514
|
var postApiKeys = (options) => (options.client ?? client).post({
|
|
2861
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2862
2515
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2863
2516
|
url: "/api_keys",
|
|
2864
2517
|
...options,
|
|
@@ -2868,7 +2521,6 @@ var postApiKeys = (options) => (options.client ?? client).post({
|
|
|
2868
2521
|
}
|
|
2869
2522
|
});
|
|
2870
2523
|
var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
2871
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2872
2524
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2873
2525
|
url: "/users/{id}/admin",
|
|
2874
2526
|
...options,
|
|
@@ -2887,19 +2539,16 @@ var postObjectsMove = (options) => (options.client ?? client).post({
|
|
|
2887
2539
|
}
|
|
2888
2540
|
});
|
|
2889
2541
|
var deleteAgentsById = (options) => (options.client ?? client).delete({
|
|
2890
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2891
2542
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2892
2543
|
url: "/agents/{id}",
|
|
2893
2544
|
...options
|
|
2894
2545
|
});
|
|
2895
2546
|
var getAgentsById = (options) => (options.client ?? client).get({
|
|
2896
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2897
2547
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2898
2548
|
url: "/agents/{id}",
|
|
2899
2549
|
...options
|
|
2900
2550
|
});
|
|
2901
2551
|
var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
2902
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2903
2552
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2904
2553
|
url: "/agents/{id}",
|
|
2905
2554
|
...options,
|
|
@@ -2909,7 +2558,6 @@ var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
|
2909
2558
|
}
|
|
2910
2559
|
});
|
|
2911
2560
|
var patchThreadsByIdUnarchive = (options) => (options.client ?? client).patch({
|
|
2912
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2913
2561
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2914
2562
|
url: "/threads/{id}/unarchive",
|
|
2915
2563
|
...options,
|
|
@@ -2919,19 +2567,16 @@ var patchThreadsByIdUnarchive = (options) => (options.client ?? client).patch({
|
|
|
2919
2567
|
}
|
|
2920
2568
|
});
|
|
2921
2569
|
var deleteApiKeysById = (options) => (options.client ?? client).delete({
|
|
2922
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2923
2570
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2924
2571
|
url: "/api_keys/{id}",
|
|
2925
2572
|
...options
|
|
2926
2573
|
});
|
|
2927
2574
|
var getApiKeysById = (options) => (options.client ?? client).get({
|
|
2928
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2929
2575
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2930
2576
|
url: "/api_keys/{id}",
|
|
2931
2577
|
...options
|
|
2932
2578
|
});
|
|
2933
2579
|
var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
2934
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2935
2580
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2936
2581
|
url: "/api_keys/{id}",
|
|
2937
2582
|
...options,
|
|
@@ -2950,7 +2595,6 @@ var postTrainingExamplesSearch = (options) => (options.client ?? client).post({
|
|
|
2950
2595
|
}
|
|
2951
2596
|
});
|
|
2952
2597
|
var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patch({
|
|
2953
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2954
2598
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2955
2599
|
url: "/watcher/claims/{id}/release",
|
|
2956
2600
|
...options,
|
|
@@ -2960,19 +2604,11 @@ var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patc
|
|
|
2960
2604
|
}
|
|
2961
2605
|
});
|
|
2962
2606
|
var getAiConversations = (options) => (options.client ?? client).get({
|
|
2963
|
-
querySerializer: {
|
|
2964
|
-
parameters: {
|
|
2965
|
-
filter: { object: { style: "form" } },
|
|
2966
|
-
page: { object: { style: "form" } },
|
|
2967
|
-
fields: { object: { style: "form" } }
|
|
2968
|
-
}
|
|
2969
|
-
},
|
|
2970
2607
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2971
2608
|
url: "/ai/conversations",
|
|
2972
2609
|
...options
|
|
2973
2610
|
});
|
|
2974
2611
|
var postAiConversations = (options) => (options.client ?? client).post({
|
|
2975
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2976
2612
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2977
2613
|
url: "/ai/conversations",
|
|
2978
2614
|
...options,
|
|
@@ -2982,7 +2618,6 @@ var postAiConversations = (options) => (options.client ?? client).post({
|
|
|
2982
2618
|
}
|
|
2983
2619
|
});
|
|
2984
2620
|
var postAiSearch = (options) => (options.client ?? client).post({
|
|
2985
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2986
2621
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2987
2622
|
url: "/ai/search",
|
|
2988
2623
|
...options,
|
|
@@ -2992,24 +2627,16 @@ var postAiSearch = (options) => (options.client ?? client).post({
|
|
|
2992
2627
|
}
|
|
2993
2628
|
});
|
|
2994
2629
|
var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
|
|
2995
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2996
2630
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2997
2631
|
url: "/ai/graph/nodes/{id}",
|
|
2998
2632
|
...options
|
|
2999
2633
|
});
|
|
3000
2634
|
var getWorkspacesShared = (options) => (options.client ?? client).get({
|
|
3001
|
-
querySerializer: {
|
|
3002
|
-
parameters: {
|
|
3003
|
-
filter: { object: { style: "form" } },
|
|
3004
|
-
fields: { object: { style: "form" } }
|
|
3005
|
-
}
|
|
3006
|
-
},
|
|
3007
2635
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3008
2636
|
url: "/workspaces/shared",
|
|
3009
2637
|
...options
|
|
3010
2638
|
});
|
|
3011
2639
|
var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
|
|
3012
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3013
2640
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3014
2641
|
url: "/wallet/addons/{addon_slug}/cancel",
|
|
3015
2642
|
...options,
|
|
@@ -3019,19 +2646,16 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
|
|
|
3019
2646
|
}
|
|
3020
2647
|
});
|
|
3021
2648
|
var deleteApplicationsById = (options) => (options.client ?? client).delete({
|
|
3022
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3023
2649
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3024
2650
|
url: "/applications/{id}",
|
|
3025
2651
|
...options
|
|
3026
2652
|
});
|
|
3027
2653
|
var getApplicationsById = (options) => (options.client ?? client).get({
|
|
3028
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3029
2654
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3030
2655
|
url: "/applications/{id}",
|
|
3031
2656
|
...options
|
|
3032
2657
|
});
|
|
3033
2658
|
var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
3034
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3035
2659
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3036
2660
|
url: "/applications/{id}",
|
|
3037
2661
|
...options,
|
|
@@ -3041,18 +2665,11 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
|
3041
2665
|
}
|
|
3042
2666
|
});
|
|
3043
2667
|
var getSearchHealth = (options) => (options.client ?? client).get({
|
|
3044
|
-
querySerializer: {
|
|
3045
|
-
parameters: {
|
|
3046
|
-
filter: { object: { style: "form" } },
|
|
3047
|
-
fields: { object: { style: "form" } }
|
|
3048
|
-
}
|
|
3049
|
-
},
|
|
3050
2668
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3051
2669
|
url: "/search/health",
|
|
3052
2670
|
...options
|
|
3053
2671
|
});
|
|
3054
2672
|
var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? client).patch({
|
|
3055
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3056
2673
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3057
2674
|
url: "/extraction/documents/{id}/verification",
|
|
3058
2675
|
...options,
|
|
@@ -3062,7 +2679,6 @@ var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? c
|
|
|
3062
2679
|
}
|
|
3063
2680
|
});
|
|
3064
2681
|
var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
3065
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3066
2682
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3067
2683
|
url: "/threads/{id}/fork",
|
|
3068
2684
|
...options,
|
|
@@ -3072,30 +2688,16 @@ var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
|
3072
2688
|
}
|
|
3073
2689
|
});
|
|
3074
2690
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
3075
|
-
querySerializer: {
|
|
3076
|
-
parameters: {
|
|
3077
|
-
filter: { object: { style: "form" } },
|
|
3078
|
-
fields: { object: { style: "form" } }
|
|
3079
|
-
}
|
|
3080
|
-
},
|
|
3081
2691
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3082
2692
|
url: "/transactions",
|
|
3083
2693
|
...options
|
|
3084
2694
|
});
|
|
3085
2695
|
var getUserProfiles = (options) => (options.client ?? client).get({
|
|
3086
|
-
querySerializer: {
|
|
3087
|
-
parameters: {
|
|
3088
|
-
filter: { object: { style: "form" } },
|
|
3089
|
-
page: { object: { style: "form" } },
|
|
3090
|
-
fields: { object: { style: "form" } }
|
|
3091
|
-
}
|
|
3092
|
-
},
|
|
3093
2696
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3094
2697
|
url: "/user_profiles",
|
|
3095
2698
|
...options
|
|
3096
2699
|
});
|
|
3097
2700
|
var postUserProfiles = (options) => (options.client ?? client).post({
|
|
3098
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3099
2701
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3100
2702
|
url: "/user_profiles",
|
|
3101
2703
|
...options,
|
|
@@ -3105,7 +2707,6 @@ var postUserProfiles = (options) => (options.client ?? client).post({
|
|
|
3105
2707
|
}
|
|
3106
2708
|
});
|
|
3107
2709
|
var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
3108
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3109
2710
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3110
2711
|
url: "/users/{id}/confirm-email",
|
|
3111
2712
|
...options,
|
|
@@ -3115,13 +2716,11 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
|
3115
2716
|
}
|
|
3116
2717
|
});
|
|
3117
2718
|
var getThreadsSearch = (options) => (options.client ?? client).get({
|
|
3118
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3119
2719
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3120
2720
|
url: "/threads/search",
|
|
3121
2721
|
...options
|
|
3122
2722
|
});
|
|
3123
2723
|
var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
|
|
3124
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3125
2724
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3126
2725
|
url: "/search/saved/{id}/run",
|
|
3127
2726
|
...options,
|
|
@@ -3131,7 +2730,6 @@ var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
|
|
|
3131
2730
|
}
|
|
3132
2731
|
});
|
|
3133
2732
|
var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
3134
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3135
2733
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3136
2734
|
url: "/wallet/plan",
|
|
3137
2735
|
...options,
|
|
@@ -3141,13 +2739,11 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
|
3141
2739
|
}
|
|
3142
2740
|
});
|
|
3143
2741
|
var getPlansSlugBySlug = (options) => (options.client ?? client).get({
|
|
3144
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3145
2742
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3146
2743
|
url: "/plans/slug/{slug}",
|
|
3147
2744
|
...options
|
|
3148
2745
|
});
|
|
3149
2746
|
var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client).patch({
|
|
3150
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3151
2747
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3152
2748
|
url: "/extraction/documents/{id}/restore",
|
|
3153
2749
|
...options,
|
|
@@ -3157,24 +2753,16 @@ var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client
|
|
|
3157
2753
|
}
|
|
3158
2754
|
});
|
|
3159
2755
|
var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
3160
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3161
2756
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3162
2757
|
url: "/llm_analytics/{id}",
|
|
3163
2758
|
...options
|
|
3164
2759
|
});
|
|
3165
2760
|
var getPermissions = (options) => (options.client ?? client).get({
|
|
3166
|
-
querySerializer: {
|
|
3167
|
-
parameters: {
|
|
3168
|
-
filter: { object: { style: "form" } },
|
|
3169
|
-
fields: { object: { style: "form" } }
|
|
3170
|
-
}
|
|
3171
|
-
},
|
|
3172
2761
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3173
2762
|
url: "/permissions",
|
|
3174
2763
|
...options
|
|
3175
2764
|
});
|
|
3176
2765
|
var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? client).patch({
|
|
3177
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3178
2766
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3179
2767
|
url: "/extraction/documents/{id}/mark_trained",
|
|
3180
2768
|
...options,
|
|
@@ -3184,7 +2772,6 @@ var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? cl
|
|
|
3184
2772
|
}
|
|
3185
2773
|
});
|
|
3186
2774
|
var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
|
|
3187
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3188
2775
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3189
2776
|
url: "/applications/{id}/grant-credits",
|
|
3190
2777
|
...options,
|
|
@@ -3194,29 +2781,16 @@ var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).
|
|
|
3194
2781
|
}
|
|
3195
2782
|
});
|
|
3196
2783
|
var getSearchStatus = (options) => (options.client ?? client).get({
|
|
3197
|
-
querySerializer: {
|
|
3198
|
-
parameters: {
|
|
3199
|
-
filter: { object: { style: "form" } },
|
|
3200
|
-
fields: { object: { style: "form" } }
|
|
3201
|
-
}
|
|
3202
|
-
},
|
|
3203
2784
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3204
2785
|
url: "/search/status",
|
|
3205
2786
|
...options
|
|
3206
2787
|
});
|
|
3207
2788
|
var getTenantsByTenantIdWorkspaceStats = (options) => (options.client ?? client).get({
|
|
3208
|
-
querySerializer: {
|
|
3209
|
-
parameters: {
|
|
3210
|
-
filter: { object: { style: "form" } },
|
|
3211
|
-
fields: { object: { style: "form" } }
|
|
3212
|
-
}
|
|
3213
|
-
},
|
|
3214
2789
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3215
2790
|
url: "/tenants/{tenant_id}/workspace_stats",
|
|
3216
2791
|
...options
|
|
3217
2792
|
});
|
|
3218
2793
|
var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
3219
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3220
2794
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3221
2795
|
url: "/api_keys/{id}/allocate",
|
|
3222
2796
|
...options,
|
|
@@ -3226,13 +2800,11 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
|
3226
2800
|
}
|
|
3227
2801
|
});
|
|
3228
2802
|
var getWatcherClaimsById = (options) => (options.client ?? client).get({
|
|
3229
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3230
2803
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3231
2804
|
url: "/watcher/claims/{id}",
|
|
3232
2805
|
...options
|
|
3233
2806
|
});
|
|
3234
2807
|
var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
|
|
3235
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3236
2808
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3237
2809
|
url: "/watcher/claims/{id}",
|
|
3238
2810
|
...options,
|
|
@@ -3242,7 +2814,6 @@ var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
|
|
|
3242
2814
|
}
|
|
3243
2815
|
});
|
|
3244
2816
|
var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
3245
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3246
2817
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3247
2818
|
url: "/users/auth/login",
|
|
3248
2819
|
...options,
|
|
@@ -3252,19 +2823,11 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
|
3252
2823
|
}
|
|
3253
2824
|
});
|
|
3254
2825
|
var getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus = (options) => (options.client ?? client).get({
|
|
3255
|
-
querySerializer: {
|
|
3256
|
-
parameters: {
|
|
3257
|
-
filter: { object: { style: "form" } },
|
|
3258
|
-
page: { object: { style: "form" } },
|
|
3259
|
-
fields: { object: { style: "form" } }
|
|
3260
|
-
}
|
|
3261
|
-
},
|
|
3262
2826
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3263
2827
|
url: "/extraction/documents/workspace/{workspace_id}/by_status/{status}",
|
|
3264
2828
|
...options
|
|
3265
2829
|
});
|
|
3266
2830
|
var postAiEmbed = (options) => (options.client ?? client).post({
|
|
3267
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3268
2831
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3269
2832
|
url: "/ai/embed",
|
|
3270
2833
|
...options,
|
|
@@ -3283,18 +2846,11 @@ var postWebhookConfigsByIdReplay = (options) => (options.client ?? client).post(
|
|
|
3283
2846
|
}
|
|
3284
2847
|
});
|
|
3285
2848
|
var getWorkspacesMine = (options) => (options.client ?? client).get({
|
|
3286
|
-
querySerializer: {
|
|
3287
|
-
parameters: {
|
|
3288
|
-
filter: { object: { style: "form" } },
|
|
3289
|
-
fields: { object: { style: "form" } }
|
|
3290
|
-
}
|
|
3291
|
-
},
|
|
3292
2849
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3293
2850
|
url: "/workspaces/mine",
|
|
3294
2851
|
...options
|
|
3295
2852
|
});
|
|
3296
2853
|
var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
3297
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3298
2854
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3299
2855
|
url: "/tenants/isv",
|
|
3300
2856
|
...options,
|
|
@@ -3304,7 +2860,6 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
|
3304
2860
|
}
|
|
3305
2861
|
});
|
|
3306
2862
|
var postSearchReindex = (options) => (options.client ?? client).post({
|
|
3307
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3308
2863
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3309
2864
|
url: "/search/reindex",
|
|
3310
2865
|
...options,
|
|
@@ -3314,7 +2869,6 @@ var postSearchReindex = (options) => (options.client ?? client).post({
|
|
|
3314
2869
|
}
|
|
3315
2870
|
});
|
|
3316
2871
|
var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
|
|
3317
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3318
2872
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3319
2873
|
url: "/extraction/results/{id}/regenerate",
|
|
3320
2874
|
...options,
|
|
@@ -3324,7 +2878,6 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
|
|
|
3324
2878
|
}
|
|
3325
2879
|
});
|
|
3326
2880
|
var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
3327
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3328
2881
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3329
2882
|
url: "/users/auth/confirm",
|
|
3330
2883
|
...options,
|
|
@@ -3334,18 +2887,11 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
3334
2887
|
}
|
|
3335
2888
|
});
|
|
3336
2889
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
3337
|
-
querySerializer: {
|
|
3338
|
-
parameters: {
|
|
3339
|
-
filter: { object: { style: "form" } },
|
|
3340
|
-
fields: { object: { style: "form" } }
|
|
3341
|
-
}
|
|
3342
|
-
},
|
|
3343
2890
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3344
2891
|
url: "/storage/stats",
|
|
3345
2892
|
...options
|
|
3346
2893
|
});
|
|
3347
2894
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
3348
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3349
2895
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3350
2896
|
url: "/tenants/{id}/buy-storage",
|
|
3351
2897
|
...options,
|
|
@@ -3355,19 +2901,11 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
3355
2901
|
}
|
|
3356
2902
|
});
|
|
3357
2903
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
3358
|
-
querySerializer: {
|
|
3359
|
-
parameters: {
|
|
3360
|
-
filter: { object: { style: "form" } },
|
|
3361
|
-
page: { object: { style: "form" } },
|
|
3362
|
-
fields: { object: { style: "form" } }
|
|
3363
|
-
}
|
|
3364
|
-
},
|
|
3365
2904
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3366
2905
|
url: "/workspace-memberships",
|
|
3367
2906
|
...options
|
|
3368
2907
|
});
|
|
3369
2908
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
3370
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3371
2909
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3372
2910
|
url: "/workspace-memberships",
|
|
3373
2911
|
...options,
|
|
@@ -3377,7 +2915,6 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
3377
2915
|
}
|
|
3378
2916
|
});
|
|
3379
2917
|
var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch({
|
|
3380
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3381
2918
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3382
2919
|
url: "/api_keys/{id}/reset-period",
|
|
3383
2920
|
...options,
|
|
@@ -3387,25 +2924,16 @@ var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch(
|
|
|
3387
2924
|
}
|
|
3388
2925
|
});
|
|
3389
2926
|
var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
|
|
3390
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3391
2927
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3392
2928
|
url: "/tenants/{tenant_id}/document_stats",
|
|
3393
2929
|
...options
|
|
3394
2930
|
});
|
|
3395
2931
|
var getSearchAnalytics = (options) => (options.client ?? client).get({
|
|
3396
|
-
querySerializer: {
|
|
3397
|
-
parameters: {
|
|
3398
|
-
filter: { object: { style: "form" } },
|
|
3399
|
-
page: { object: { style: "form" } },
|
|
3400
|
-
fields: { object: { style: "form" } }
|
|
3401
|
-
}
|
|
3402
|
-
},
|
|
3403
2932
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3404
2933
|
url: "/search/analytics",
|
|
3405
2934
|
...options
|
|
3406
2935
|
});
|
|
3407
2936
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
3408
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3409
2937
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3410
2938
|
url: "/users/auth/magic_link/request",
|
|
3411
2939
|
...options,
|
|
@@ -3415,18 +2943,11 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
3415
2943
|
}
|
|
3416
2944
|
});
|
|
3417
2945
|
var getPermissionsPresetsById = (options) => (options.client ?? client).get({
|
|
3418
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3419
2946
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3420
2947
|
url: "/permissions/presets/{id}",
|
|
3421
2948
|
...options
|
|
3422
2949
|
});
|
|
3423
2950
|
var getPermissionsPresets = (options) => (options.client ?? client).get({
|
|
3424
|
-
querySerializer: {
|
|
3425
|
-
parameters: {
|
|
3426
|
-
filter: { object: { style: "form" } },
|
|
3427
|
-
fields: { object: { style: "form" } }
|
|
3428
|
-
}
|
|
3429
|
-
},
|
|
3430
2951
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3431
2952
|
url: "/permissions/presets",
|
|
3432
2953
|
...options
|
|
@@ -3441,7 +2962,6 @@ var postWebhookDeliveriesBulkRetry = (options) => (options.client ?? client).pos
|
|
|
3441
2962
|
}
|
|
3442
2963
|
});
|
|
3443
2964
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
3444
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3445
2965
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3446
2966
|
url: "/users/auth/register",
|
|
3447
2967
|
...options,
|
|
@@ -3465,19 +2985,16 @@ var postAgentsByIdSchemaVersionsByVersionIdActivate = (options) => (options.clie
|
|
|
3465
2985
|
...options
|
|
3466
2986
|
});
|
|
3467
2987
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
3468
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3469
2988
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3470
2989
|
url: "/buckets/{id}",
|
|
3471
2990
|
...options
|
|
3472
2991
|
});
|
|
3473
2992
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
3474
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3475
2993
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3476
2994
|
url: "/buckets/{id}",
|
|
3477
2995
|
...options
|
|
3478
2996
|
});
|
|
3479
2997
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
3480
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3481
2998
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3482
2999
|
url: "/buckets/{id}",
|
|
3483
3000
|
...options,
|
|
@@ -3487,35 +3004,21 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
3487
3004
|
}
|
|
3488
3005
|
});
|
|
3489
3006
|
var getPermissionsById = (options) => (options.client ?? client).get({
|
|
3490
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3491
3007
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3492
3008
|
url: "/permissions/{id}",
|
|
3493
3009
|
...options
|
|
3494
3010
|
});
|
|
3495
3011
|
var getAiGraphNodesBySourceNodeIdRelated = (options) => (options.client ?? client).get({
|
|
3496
|
-
querySerializer: {
|
|
3497
|
-
parameters: {
|
|
3498
|
-
filter: { object: { style: "form" } },
|
|
3499
|
-
fields: { object: { style: "form" } }
|
|
3500
|
-
}
|
|
3501
|
-
},
|
|
3502
3012
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3503
3013
|
url: "/ai/graph/nodes/{source_node_id}/related",
|
|
3504
3014
|
...options
|
|
3505
3015
|
});
|
|
3506
3016
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
3507
|
-
querySerializer: {
|
|
3508
|
-
parameters: {
|
|
3509
|
-
filter: { object: { style: "form" } },
|
|
3510
|
-
fields: { object: { style: "form" } }
|
|
3511
|
-
}
|
|
3512
|
-
},
|
|
3513
3017
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3514
3018
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
3515
3019
|
...options
|
|
3516
3020
|
});
|
|
3517
3021
|
var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? client).patch({
|
|
3518
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3519
3022
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3520
3023
|
url: "/applications/{id}/allocate-credits",
|
|
3521
3024
|
...options,
|
|
@@ -3525,30 +3028,16 @@ var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? clien
|
|
|
3525
3028
|
}
|
|
3526
3029
|
});
|
|
3527
3030
|
var getExtractionResultsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
3528
|
-
querySerializer: {
|
|
3529
|
-
parameters: {
|
|
3530
|
-
filter: { object: { style: "form" } },
|
|
3531
|
-
page: { object: { style: "form" } },
|
|
3532
|
-
fields: { object: { style: "form" } }
|
|
3533
|
-
}
|
|
3534
|
-
},
|
|
3535
3031
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3536
3032
|
url: "/extraction/results/workspace/{workspace_id}",
|
|
3537
3033
|
...options
|
|
3538
3034
|
});
|
|
3539
3035
|
var getSearchAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
3540
|
-
querySerializer: {
|
|
3541
|
-
parameters: {
|
|
3542
|
-
filter: { object: { style: "form" } },
|
|
3543
|
-
fields: { object: { style: "form" } }
|
|
3544
|
-
}
|
|
3545
|
-
},
|
|
3546
3036
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3547
3037
|
url: "/search/analytics/summary",
|
|
3548
3038
|
...options
|
|
3549
3039
|
});
|
|
3550
3040
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
3551
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3552
3041
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3553
3042
|
url: "/extraction/documents/begin_upload",
|
|
3554
3043
|
...options,
|
|
@@ -3558,25 +3047,21 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
3558
3047
|
}
|
|
3559
3048
|
});
|
|
3560
3049
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
3561
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3562
3050
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3563
3051
|
url: "/ai/graph/edges/{id}",
|
|
3564
3052
|
...options
|
|
3565
3053
|
});
|
|
3566
3054
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
3567
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3568
3055
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3569
3056
|
url: "/tenants/{id}",
|
|
3570
3057
|
...options
|
|
3571
3058
|
});
|
|
3572
3059
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
3573
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3574
3060
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3575
3061
|
url: "/tenants/{id}",
|
|
3576
3062
|
...options
|
|
3577
3063
|
});
|
|
3578
3064
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
3579
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3580
3065
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3581
3066
|
url: "/tenants/{id}",
|
|
3582
3067
|
...options,
|
|
@@ -3586,19 +3071,11 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
3586
3071
|
}
|
|
3587
3072
|
});
|
|
3588
3073
|
var getPlans = (options) => (options.client ?? client).get({
|
|
3589
|
-
querySerializer: {
|
|
3590
|
-
parameters: {
|
|
3591
|
-
filter: { object: { style: "form" } },
|
|
3592
|
-
page: { object: { style: "form" } },
|
|
3593
|
-
fields: { object: { style: "form" } }
|
|
3594
|
-
}
|
|
3595
|
-
},
|
|
3596
3074
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3597
3075
|
url: "/plans",
|
|
3598
3076
|
...options
|
|
3599
3077
|
});
|
|
3600
3078
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
3601
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3602
3079
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3603
3080
|
url: "/agents/{id}/test",
|
|
3604
3081
|
...options,
|
|
@@ -3608,24 +3085,16 @@ var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
|
3608
3085
|
}
|
|
3609
3086
|
});
|
|
3610
3087
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
3611
|
-
querySerializer: {
|
|
3612
|
-
parameters: {
|
|
3613
|
-
filter: { object: { style: "form" } },
|
|
3614
|
-
fields: { object: { style: "form" } }
|
|
3615
|
-
}
|
|
3616
|
-
},
|
|
3617
3088
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3618
3089
|
url: "/extraction/documents",
|
|
3619
3090
|
...options
|
|
3620
3091
|
});
|
|
3621
3092
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
3622
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3623
3093
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3624
3094
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
3625
3095
|
...options
|
|
3626
3096
|
});
|
|
3627
3097
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
3628
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3629
3098
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3630
3099
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
3631
3100
|
...options,
|
|
@@ -3635,7 +3104,6 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
3635
3104
|
}
|
|
3636
3105
|
});
|
|
3637
3106
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
3638
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3639
3107
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3640
3108
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
3641
3109
|
...options,
|
|
@@ -3645,18 +3113,11 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
3645
3113
|
}
|
|
3646
3114
|
});
|
|
3647
3115
|
var getAuditLogsActivity = (options) => (options.client ?? client).get({
|
|
3648
|
-
querySerializer: {
|
|
3649
|
-
parameters: {
|
|
3650
|
-
filter: { object: { style: "form" } },
|
|
3651
|
-
fields: { object: { style: "form" } }
|
|
3652
|
-
}
|
|
3653
|
-
},
|
|
3654
3116
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3655
3117
|
url: "/audit-logs/activity",
|
|
3656
3118
|
...options
|
|
3657
3119
|
});
|
|
3658
3120
|
var postUsersAuthResendConfirmation = (options) => (options.client ?? client).post({
|
|
3659
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3660
3121
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3661
3122
|
url: "/users/auth/resend-confirmation",
|
|
3662
3123
|
...options,
|
|
@@ -3666,18 +3127,11 @@ var postUsersAuthResendConfirmation = (options) => (options.client ?? client).po
|
|
|
3666
3127
|
}
|
|
3667
3128
|
});
|
|
3668
3129
|
var getFieldTemplates = (options) => (options.client ?? client).get({
|
|
3669
|
-
querySerializer: {
|
|
3670
|
-
parameters: {
|
|
3671
|
-
filter: { object: { style: "form" } },
|
|
3672
|
-
fields: { object: { style: "form" } }
|
|
3673
|
-
}
|
|
3674
|
-
},
|
|
3675
3130
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3676
3131
|
url: "/field_templates",
|
|
3677
3132
|
...options
|
|
3678
3133
|
});
|
|
3679
3134
|
var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
3680
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3681
3135
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3682
3136
|
url: "/field_templates",
|
|
3683
3137
|
...options,
|
|
@@ -3687,19 +3141,11 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
|
3687
3141
|
}
|
|
3688
3142
|
});
|
|
3689
3143
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
3690
|
-
querySerializer: {
|
|
3691
|
-
parameters: {
|
|
3692
|
-
filter: { object: { style: "form" } },
|
|
3693
|
-
page: { object: { style: "form" } },
|
|
3694
|
-
fields: { object: { style: "form" } }
|
|
3695
|
-
}
|
|
3696
|
-
},
|
|
3697
3144
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3698
3145
|
url: "/ai/messages",
|
|
3699
3146
|
...options
|
|
3700
3147
|
});
|
|
3701
3148
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
3702
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3703
3149
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3704
3150
|
url: "/ai/messages",
|
|
3705
3151
|
...options,
|
|
@@ -3709,13 +3155,6 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
3709
3155
|
}
|
|
3710
3156
|
});
|
|
3711
3157
|
var getWatcherEvents = (options) => (options.client ?? client).get({
|
|
3712
|
-
querySerializer: {
|
|
3713
|
-
parameters: {
|
|
3714
|
-
filter: { object: { style: "form" } },
|
|
3715
|
-
page: { object: { style: "form" } },
|
|
3716
|
-
fields: { object: { style: "form" } }
|
|
3717
|
-
}
|
|
3718
|
-
},
|
|
3719
3158
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3720
3159
|
url: "/watcher/events",
|
|
3721
3160
|
...options
|
|
@@ -3730,7 +3169,6 @@ var postWatcherEvents = (options) => (options.client ?? client).post({
|
|
|
3730
3169
|
}
|
|
3731
3170
|
});
|
|
3732
3171
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
3733
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3734
3172
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3735
3173
|
url: "/storage/sign_upload",
|
|
3736
3174
|
...options,
|
|
@@ -3740,7 +3178,6 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
3740
3178
|
}
|
|
3741
3179
|
});
|
|
3742
3180
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
3743
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3744
3181
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3745
3182
|
url: "/webhook_deliveries/{id}/retry",
|
|
3746
3183
|
...options,
|
|
@@ -3750,19 +3187,11 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
3750
3187
|
}
|
|
3751
3188
|
});
|
|
3752
3189
|
var getNotificationMethods = (options) => (options.client ?? client).get({
|
|
3753
|
-
querySerializer: {
|
|
3754
|
-
parameters: {
|
|
3755
|
-
filter: { object: { style: "form" } },
|
|
3756
|
-
page: { object: { style: "form" } },
|
|
3757
|
-
fields: { object: { style: "form" } }
|
|
3758
|
-
}
|
|
3759
|
-
},
|
|
3760
3190
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3761
3191
|
url: "/notification_methods",
|
|
3762
3192
|
...options
|
|
3763
3193
|
});
|
|
3764
3194
|
var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
3765
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3766
3195
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3767
3196
|
url: "/notification_methods",
|
|
3768
3197
|
...options,
|
|
@@ -3772,7 +3201,6 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
3772
3201
|
}
|
|
3773
3202
|
});
|
|
3774
3203
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
3775
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3776
3204
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3777
3205
|
url: "/threads/{id}/summarize",
|
|
3778
3206
|
...options,
|
|
@@ -3782,7 +3210,6 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
3782
3210
|
}
|
|
3783
3211
|
});
|
|
3784
3212
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
3785
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3786
3213
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3787
3214
|
url: "/configs/{key}",
|
|
3788
3215
|
...options,
|
|
@@ -3792,7 +3219,6 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
3792
3219
|
}
|
|
3793
3220
|
});
|
|
3794
3221
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
3795
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3796
3222
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3797
3223
|
url: "/api_keys/{id}/rotate",
|
|
3798
3224
|
...options,
|
|
@@ -3802,7 +3228,6 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
3802
3228
|
}
|
|
3803
3229
|
});
|
|
3804
3230
|
var postExtractionResults = (options) => (options.client ?? client).post({
|
|
3805
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3806
3231
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3807
3232
|
url: "/extraction/results",
|
|
3808
3233
|
...options,
|
|
@@ -3812,7 +3237,6 @@ var postExtractionResults = (options) => (options.client ?? client).post({
|
|
|
3812
3237
|
}
|
|
3813
3238
|
});
|
|
3814
3239
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
3815
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3816
3240
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3817
3241
|
url: "/agents/{id}/clone",
|
|
3818
3242
|
...options,
|
|
@@ -3822,19 +3246,16 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
3822
3246
|
}
|
|
3823
3247
|
});
|
|
3824
3248
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
3825
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3826
3249
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3827
3250
|
url: "/ai/conversations/{id}",
|
|
3828
3251
|
...options
|
|
3829
3252
|
});
|
|
3830
3253
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
3831
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3832
3254
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3833
3255
|
url: "/ai/conversations/{id}",
|
|
3834
3256
|
...options
|
|
3835
3257
|
});
|
|
3836
3258
|
var patchAiConversationsById = (options) => (options.client ?? client).patch({
|
|
3837
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3838
3259
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3839
3260
|
url: "/ai/conversations/{id}",
|
|
3840
3261
|
...options,
|
|
@@ -3844,19 +3265,16 @@ var patchAiConversationsById = (options) => (options.client ?? client).patch({
|
|
|
3844
3265
|
}
|
|
3845
3266
|
});
|
|
3846
3267
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
3847
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3848
3268
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3849
3269
|
url: "/user_profiles/{id}",
|
|
3850
3270
|
...options
|
|
3851
3271
|
});
|
|
3852
3272
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
3853
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3854
3273
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3855
3274
|
url: "/user_profiles/{id}",
|
|
3856
3275
|
...options
|
|
3857
3276
|
});
|
|
3858
3277
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
3859
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3860
3278
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3861
3279
|
url: "/user_profiles/{id}",
|
|
3862
3280
|
...options,
|
|
@@ -3866,12 +3284,6 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
3866
3284
|
}
|
|
3867
3285
|
});
|
|
3868
3286
|
var getInvitationsMe = (options) => (options.client ?? client).get({
|
|
3869
|
-
querySerializer: {
|
|
3870
|
-
parameters: {
|
|
3871
|
-
filter: { object: { style: "form" } },
|
|
3872
|
-
fields: { object: { style: "form" } }
|
|
3873
|
-
}
|
|
3874
|
-
},
|
|
3875
3287
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3876
3288
|
url: "/invitations/me",
|
|
3877
3289
|
...options
|
|
@@ -3886,7 +3298,6 @@ var patchAgentsByIdSchemaVersionsByVersionId = (options) => (options.client ?? c
|
|
|
3886
3298
|
}
|
|
3887
3299
|
});
|
|
3888
3300
|
var postSearchBatch = (options) => (options.client ?? client).post({
|
|
3889
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3890
3301
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3891
3302
|
url: "/search/batch",
|
|
3892
3303
|
...options,
|
|
@@ -3901,43 +3312,26 @@ var getThreadsWorkspaceStats = (options) => (options.client ?? client).get({
|
|
|
3901
3312
|
...options
|
|
3902
3313
|
});
|
|
3903
3314
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
3904
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3905
3315
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3906
3316
|
url: "/objects/{id}",
|
|
3907
3317
|
...options
|
|
3908
3318
|
});
|
|
3909
3319
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
3910
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3911
3320
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3912
3321
|
url: "/objects/{id}",
|
|
3913
3322
|
...options
|
|
3914
3323
|
});
|
|
3915
3324
|
var getExtractionDocumentsWorkspaceByWorkspaceIdExcluded = (options) => (options.client ?? client).get({
|
|
3916
|
-
querySerializer: {
|
|
3917
|
-
parameters: {
|
|
3918
|
-
filter: { object: { style: "form" } },
|
|
3919
|
-
page: { object: { style: "form" } },
|
|
3920
|
-
fields: { object: { style: "form" } }
|
|
3921
|
-
}
|
|
3922
|
-
},
|
|
3923
3325
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3924
3326
|
url: "/extraction/documents/workspace/{workspace_id}/excluded",
|
|
3925
3327
|
...options
|
|
3926
3328
|
});
|
|
3927
3329
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
3928
|
-
querySerializer: {
|
|
3929
|
-
parameters: {
|
|
3930
|
-
filter: { object: { style: "form" } },
|
|
3931
|
-
page: { object: { style: "form" } },
|
|
3932
|
-
fields: { object: { style: "form" } }
|
|
3933
|
-
}
|
|
3934
|
-
},
|
|
3935
3330
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3936
3331
|
url: "/webhook_configs",
|
|
3937
3332
|
...options
|
|
3938
3333
|
});
|
|
3939
3334
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
3940
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3941
3335
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3942
3336
|
url: "/webhook_configs",
|
|
3943
3337
|
...options,
|
|
@@ -3947,7 +3341,6 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
3947
3341
|
}
|
|
3948
3342
|
});
|
|
3949
3343
|
var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
|
|
3950
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3951
3344
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3952
3345
|
url: "/agents/{id}/publish_version",
|
|
3953
3346
|
...options,
|
|
@@ -3957,7 +3350,6 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
|
|
|
3957
3350
|
}
|
|
3958
3351
|
});
|
|
3959
3352
|
var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? client).post({
|
|
3960
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3961
3353
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3962
3354
|
url: "/extraction/documents/bulk-reprocess",
|
|
3963
3355
|
...options,
|
|
@@ -3967,7 +3359,6 @@ var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? clien
|
|
|
3967
3359
|
}
|
|
3968
3360
|
});
|
|
3969
3361
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
3970
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3971
3362
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3972
3363
|
url: "/objects/bulk-destroy",
|
|
3973
3364
|
...options,
|
|
@@ -3977,42 +3368,31 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
3977
3368
|
}
|
|
3978
3369
|
});
|
|
3979
3370
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
3980
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3981
3371
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3982
3372
|
url: "/applications/by-slug/{slug}",
|
|
3983
3373
|
...options
|
|
3984
3374
|
});
|
|
3985
3375
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
3986
|
-
querySerializer: {
|
|
3987
|
-
parameters: {
|
|
3988
|
-
filter: { object: { style: "form" } },
|
|
3989
|
-
fields: { object: { style: "form" } }
|
|
3990
|
-
}
|
|
3991
|
-
},
|
|
3992
3376
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3993
3377
|
url: "/notification_logs",
|
|
3994
3378
|
...options
|
|
3995
3379
|
});
|
|
3996
3380
|
var getWallet = (options) => (options.client ?? client).get({
|
|
3997
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3998
3381
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3999
3382
|
url: "/wallet",
|
|
4000
3383
|
...options
|
|
4001
3384
|
});
|
|
4002
3385
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
4003
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4004
3386
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4005
3387
|
url: "/messages/{id}",
|
|
4006
3388
|
...options
|
|
4007
3389
|
});
|
|
4008
3390
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
4009
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4010
3391
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4011
3392
|
url: "/messages/{id}",
|
|
4012
3393
|
...options
|
|
4013
3394
|
});
|
|
4014
3395
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
4015
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4016
3396
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4017
3397
|
url: "/messages/{id}",
|
|
4018
3398
|
...options,
|
|
@@ -4031,36 +3411,26 @@ var postAgentsByIdDiscoverSchema = (options) => (options.client ?? client).post(
|
|
|
4031
3411
|
}
|
|
4032
3412
|
});
|
|
4033
3413
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
4034
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4035
3414
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4036
3415
|
url: "/llm_analytics/usage",
|
|
4037
3416
|
...options
|
|
4038
3417
|
});
|
|
4039
3418
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
4040
|
-
querySerializer: {
|
|
4041
|
-
parameters: {
|
|
4042
|
-
filter: { object: { style: "form" } },
|
|
4043
|
-
fields: { object: { style: "form" } }
|
|
4044
|
-
}
|
|
4045
|
-
},
|
|
4046
3419
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4047
3420
|
url: "/search/stats",
|
|
4048
3421
|
...options
|
|
4049
3422
|
});
|
|
4050
3423
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
4051
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4052
3424
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4053
3425
|
url: "/notification_preferences/{id}",
|
|
4054
3426
|
...options
|
|
4055
3427
|
});
|
|
4056
3428
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
4057
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4058
3429
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4059
3430
|
url: "/notification_preferences/{id}",
|
|
4060
3431
|
...options
|
|
4061
3432
|
});
|
|
4062
3433
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
4063
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4064
3434
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4065
3435
|
url: "/notification_preferences/{id}",
|
|
4066
3436
|
...options,
|
|
@@ -4070,19 +3440,11 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
4070
3440
|
}
|
|
4071
3441
|
});
|
|
4072
3442
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
4073
|
-
querySerializer: {
|
|
4074
|
-
parameters: {
|
|
4075
|
-
filter: { object: { style: "form" } },
|
|
4076
|
-
page: { object: { style: "form" } },
|
|
4077
|
-
fields: { object: { style: "form" } }
|
|
4078
|
-
}
|
|
4079
|
-
},
|
|
4080
3443
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4081
3444
|
url: "/ai/graph/nodes",
|
|
4082
3445
|
...options
|
|
4083
3446
|
});
|
|
4084
3447
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
4085
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4086
3448
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4087
3449
|
url: "/ai/graph/nodes",
|
|
4088
3450
|
...options,
|
|
@@ -4092,19 +3454,11 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
4092
3454
|
}
|
|
4093
3455
|
});
|
|
4094
3456
|
var getAgents = (options) => (options.client ?? client).get({
|
|
4095
|
-
querySerializer: {
|
|
4096
|
-
parameters: {
|
|
4097
|
-
filter: { object: { style: "form" } },
|
|
4098
|
-
page: { object: { style: "form" } },
|
|
4099
|
-
fields: { object: { style: "form" } }
|
|
4100
|
-
}
|
|
4101
|
-
},
|
|
4102
3457
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4103
3458
|
url: "/agents",
|
|
4104
3459
|
...options
|
|
4105
3460
|
});
|
|
4106
3461
|
var postAgents = (options) => (options.client ?? client).post({
|
|
4107
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4108
3462
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4109
3463
|
url: "/agents",
|
|
4110
3464
|
...options,
|
|
@@ -4114,19 +3468,16 @@ var postAgents = (options) => (options.client ?? client).post({
|
|
|
4114
3468
|
}
|
|
4115
3469
|
});
|
|
4116
3470
|
var deleteApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).delete({
|
|
4117
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4118
3471
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4119
3472
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
4120
3473
|
...options
|
|
4121
3474
|
});
|
|
4122
3475
|
var getApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).get({
|
|
4123
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4124
3476
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4125
3477
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
4126
3478
|
...options
|
|
4127
3479
|
});
|
|
4128
3480
|
var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).patch({
|
|
4129
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4130
3481
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4131
3482
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
4132
3483
|
...options,
|
|
@@ -4141,7 +3492,6 @@ var postAgentsByIdExport = (options) => (options.client ?? client).post({
|
|
|
4141
3492
|
...options
|
|
4142
3493
|
});
|
|
4143
3494
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
4144
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4145
3495
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4146
3496
|
url: "/users/register_isv",
|
|
4147
3497
|
...options,
|
|
@@ -4151,31 +3501,21 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
4151
3501
|
}
|
|
4152
3502
|
});
|
|
4153
3503
|
var deleteExtractionBatchesById = (options) => (options.client ?? client).delete({
|
|
4154
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4155
3504
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4156
3505
|
url: "/extraction/batches/{id}",
|
|
4157
3506
|
...options
|
|
4158
3507
|
});
|
|
4159
3508
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
4160
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4161
3509
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4162
3510
|
url: "/extraction/batches/{id}",
|
|
4163
3511
|
...options
|
|
4164
3512
|
});
|
|
4165
3513
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
4166
|
-
querySerializer: {
|
|
4167
|
-
parameters: {
|
|
4168
|
-
filter: { object: { style: "form" } },
|
|
4169
|
-
page: { object: { style: "form" } },
|
|
4170
|
-
fields: { object: { style: "form" } }
|
|
4171
|
-
}
|
|
4172
|
-
},
|
|
4173
3514
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4174
3515
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
4175
3516
|
...options
|
|
4176
3517
|
});
|
|
4177
3518
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
4178
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4179
3519
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4180
3520
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
4181
3521
|
...options,
|
|
@@ -4185,13 +3525,11 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
4185
3525
|
}
|
|
4186
3526
|
});
|
|
4187
3527
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
4188
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4189
3528
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4190
3529
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
4191
3530
|
...options
|
|
4192
3531
|
});
|
|
4193
3532
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
4194
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4195
3533
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4196
3534
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
4197
3535
|
...options,
|
|
@@ -4201,49 +3539,21 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
4201
3539
|
}
|
|
4202
3540
|
});
|
|
4203
3541
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrashed = (options) => (options.client ?? client).get({
|
|
4204
|
-
querySerializer: {
|
|
4205
|
-
parameters: {
|
|
4206
|
-
filter: { object: { style: "form" } },
|
|
4207
|
-
page: { object: { style: "form" } },
|
|
4208
|
-
fields: { object: { style: "form" } }
|
|
4209
|
-
}
|
|
4210
|
-
},
|
|
4211
3542
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4212
3543
|
url: "/extraction/documents/workspace/{workspace_id}/trashed",
|
|
4213
3544
|
...options
|
|
4214
3545
|
});
|
|
4215
3546
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
4216
|
-
querySerializer: {
|
|
4217
|
-
parameters: {
|
|
4218
|
-
filter: { object: { style: "form" } },
|
|
4219
|
-
page: { object: { style: "form" } },
|
|
4220
|
-
fields: { object: { style: "form" } }
|
|
4221
|
-
}
|
|
4222
|
-
},
|
|
4223
3547
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4224
3548
|
url: "/credit-packages",
|
|
4225
3549
|
...options
|
|
4226
3550
|
});
|
|
4227
3551
|
var getUsers = (options) => (options.client ?? client).get({
|
|
4228
|
-
querySerializer: {
|
|
4229
|
-
parameters: {
|
|
4230
|
-
filter: { object: { style: "form" } },
|
|
4231
|
-
page: { object: { style: "form" } },
|
|
4232
|
-
fields: { object: { style: "form" } }
|
|
4233
|
-
}
|
|
4234
|
-
},
|
|
4235
3552
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4236
3553
|
url: "/users",
|
|
4237
3554
|
...options
|
|
4238
3555
|
});
|
|
4239
3556
|
var getObjects = (options) => (options.client ?? client).get({
|
|
4240
|
-
querySerializer: {
|
|
4241
|
-
parameters: {
|
|
4242
|
-
filter: { object: { style: "form" } },
|
|
4243
|
-
page: { object: { style: "form" } },
|
|
4244
|
-
fields: { object: { style: "form" } }
|
|
4245
|
-
}
|
|
4246
|
-
},
|
|
4247
3557
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4248
3558
|
url: "/objects",
|
|
4249
3559
|
...options
|