@gpt-core/client 0.6.41 → 0.6.52
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 +6318 -743
- package/dist/index.d.ts +6318 -743
- package/dist/index.js +11 -498
- package/dist/index.mjs +10 -498
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -195,6 +195,7 @@ __export(index_exports, {
|
|
|
195
195
|
patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
|
|
196
196
|
patchExtractionSchemaFieldsById: () => patchExtractionSchemaFieldsById,
|
|
197
197
|
patchExtractionSchemasById: () => patchExtractionSchemasById,
|
|
198
|
+
patchExtractionSchemasByIdFields: () => patchExtractionSchemasByIdFields,
|
|
198
199
|
patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
|
|
199
200
|
patchInvitationsByIdResend: () => patchInvitationsByIdResend,
|
|
200
201
|
patchInvitationsByIdRevoke: () => patchInvitationsByIdRevoke,
|
|
@@ -1132,7 +1133,6 @@ var client = createClient(
|
|
|
1132
1133
|
|
|
1133
1134
|
// src/_internal/sdk.gen.ts
|
|
1134
1135
|
var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
1135
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1136
1136
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1137
1137
|
url: "/ai/search/advanced",
|
|
1138
1138
|
...options,
|
|
@@ -1142,31 +1142,21 @@ var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
|
1142
1142
|
}
|
|
1143
1143
|
});
|
|
1144
1144
|
var deleteExtractionDocumentsById = (options) => (options.client ?? client).delete({
|
|
1145
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1146
1145
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1147
1146
|
url: "/extraction/documents/{id}",
|
|
1148
1147
|
...options
|
|
1149
1148
|
});
|
|
1150
1149
|
var getExtractionDocumentsById = (options) => (options.client ?? client).get({
|
|
1151
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1152
1150
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1153
1151
|
url: "/extraction/documents/{id}",
|
|
1154
1152
|
...options
|
|
1155
1153
|
});
|
|
1156
1154
|
var getThreads = (options) => (options.client ?? client).get({
|
|
1157
|
-
querySerializer: {
|
|
1158
|
-
parameters: {
|
|
1159
|
-
filter: { object: { style: "form" } },
|
|
1160
|
-
page: { object: { style: "form" } },
|
|
1161
|
-
fields: { object: { style: "form" } }
|
|
1162
|
-
}
|
|
1163
|
-
},
|
|
1164
1155
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1165
1156
|
url: "/threads",
|
|
1166
1157
|
...options
|
|
1167
1158
|
});
|
|
1168
1159
|
var postThreads = (options) => (options.client ?? client).post({
|
|
1169
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1170
1160
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1171
1161
|
url: "/threads",
|
|
1172
1162
|
...options,
|
|
@@ -1176,25 +1166,21 @@ var postThreads = (options) => (options.client ?? client).post({
|
|
|
1176
1166
|
}
|
|
1177
1167
|
});
|
|
1178
1168
|
var getExtractionSchemasWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1179
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1180
1169
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1181
1170
|
url: "/extraction/schemas/workspace/{workspace_id}",
|
|
1182
1171
|
...options
|
|
1183
1172
|
});
|
|
1184
1173
|
var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
1185
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1186
1174
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1187
1175
|
url: "/llm_analytics/costs",
|
|
1188
1176
|
...options
|
|
1189
1177
|
});
|
|
1190
1178
|
var getAiChunksDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
1191
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1192
1179
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1193
1180
|
url: "/ai/chunks/document/{document_id}",
|
|
1194
1181
|
...options
|
|
1195
1182
|
});
|
|
1196
1183
|
var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
1197
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1198
1184
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1199
1185
|
url: "/wallet/credits",
|
|
1200
1186
|
...options,
|
|
@@ -1204,18 +1190,11 @@ var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
|
1204
1190
|
}
|
|
1205
1191
|
});
|
|
1206
1192
|
var getWorkspaces = (options) => (options.client ?? client).get({
|
|
1207
|
-
querySerializer: {
|
|
1208
|
-
parameters: {
|
|
1209
|
-
filter: { object: { style: "form" } },
|
|
1210
|
-
fields: { object: { style: "form" } }
|
|
1211
|
-
}
|
|
1212
|
-
},
|
|
1213
1193
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1214
1194
|
url: "/workspaces",
|
|
1215
1195
|
...options
|
|
1216
1196
|
});
|
|
1217
1197
|
var postWorkspaces = (options) => (options.client ?? client).post({
|
|
1218
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1219
1198
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1220
1199
|
url: "/workspaces",
|
|
1221
1200
|
...options,
|
|
@@ -1225,13 +1204,11 @@ var postWorkspaces = (options) => (options.client ?? client).post({
|
|
|
1225
1204
|
}
|
|
1226
1205
|
});
|
|
1227
1206
|
var getDocumentsStats = (options) => (options.client ?? client).get({
|
|
1228
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1229
1207
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1230
1208
|
url: "/documents/stats",
|
|
1231
1209
|
...options
|
|
1232
1210
|
});
|
|
1233
1211
|
var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
1234
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1235
1212
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1236
1213
|
url: "/objects/register",
|
|
1237
1214
|
...options,
|
|
@@ -1241,30 +1218,21 @@ var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
|
1241
1218
|
}
|
|
1242
1219
|
});
|
|
1243
1220
|
var getLlmAnalyticsWorkspace = (options) => (options.client ?? client).get({
|
|
1244
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1245
1221
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1246
1222
|
url: "/llm_analytics/workspace",
|
|
1247
1223
|
...options
|
|
1248
1224
|
});
|
|
1249
1225
|
var getSearchIndexes = (options) => (options.client ?? client).get({
|
|
1250
|
-
querySerializer: {
|
|
1251
|
-
parameters: {
|
|
1252
|
-
filter: { object: { style: "form" } },
|
|
1253
|
-
fields: { object: { style: "form" } }
|
|
1254
|
-
}
|
|
1255
|
-
},
|
|
1256
1226
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1257
1227
|
url: "/search/indexes",
|
|
1258
1228
|
...options
|
|
1259
1229
|
});
|
|
1260
1230
|
var getCreditPackagesSlugBySlug = (options) => (options.client ?? client).get({
|
|
1261
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1262
1231
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1263
1232
|
url: "/credit-packages/slug/{slug}",
|
|
1264
1233
|
...options
|
|
1265
1234
|
});
|
|
1266
1235
|
var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
1267
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1268
1236
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1269
1237
|
url: "/extraction/batches",
|
|
1270
1238
|
...options,
|
|
@@ -1274,13 +1242,11 @@ var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
|
1274
1242
|
}
|
|
1275
1243
|
});
|
|
1276
1244
|
var getLlmAnalyticsPlatform = (options) => (options.client ?? client).get({
|
|
1277
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1278
1245
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1279
1246
|
url: "/llm_analytics/platform",
|
|
1280
1247
|
...options
|
|
1281
1248
|
});
|
|
1282
1249
|
var postPayments = (options) => (options.client ?? client).post({
|
|
1283
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1284
1250
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1285
1251
|
url: "/payments",
|
|
1286
1252
|
...options,
|
|
@@ -1290,18 +1256,11 @@ var postPayments = (options) => (options.client ?? client).post({
|
|
|
1290
1256
|
}
|
|
1291
1257
|
});
|
|
1292
1258
|
var getExtractionBatchesWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1293
|
-
querySerializer: {
|
|
1294
|
-
parameters: {
|
|
1295
|
-
filter: { object: { style: "form" } },
|
|
1296
|
-
fields: { object: { style: "form" } }
|
|
1297
|
-
}
|
|
1298
|
-
},
|
|
1299
1259
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1300
1260
|
url: "/extraction/batches/workspace/{workspace_id}",
|
|
1301
1261
|
...options
|
|
1302
1262
|
});
|
|
1303
1263
|
var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1304
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1305
1264
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1306
1265
|
url: "/api_keys/{id}/revoke",
|
|
1307
1266
|
...options,
|
|
@@ -1311,19 +1270,16 @@ var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1311
1270
|
}
|
|
1312
1271
|
});
|
|
1313
1272
|
var getInvitationsConsumeByToken = (options) => (options.client ?? client).get({
|
|
1314
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1315
1273
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1316
1274
|
url: "/invitations/consume/{token}",
|
|
1317
1275
|
...options
|
|
1318
1276
|
});
|
|
1319
1277
|
var getExtractionDocumentsByIdStatus = (options) => (options.client ?? client).get({
|
|
1320
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1321
1278
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1322
1279
|
url: "/extraction/documents/{id}/status",
|
|
1323
1280
|
...options
|
|
1324
1281
|
});
|
|
1325
1282
|
var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client).patch({
|
|
1326
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1327
1283
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1328
1284
|
url: "/extraction/documents/{id}/status",
|
|
1329
1285
|
...options,
|
|
@@ -1333,7 +1289,6 @@ var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client)
|
|
|
1333
1289
|
}
|
|
1334
1290
|
});
|
|
1335
1291
|
var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? client).patch({
|
|
1336
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1337
1292
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1338
1293
|
url: "/extraction/documents/{id}/finish_upload",
|
|
1339
1294
|
...options,
|
|
@@ -1343,7 +1298,6 @@ var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? c
|
|
|
1343
1298
|
}
|
|
1344
1299
|
});
|
|
1345
1300
|
var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch({
|
|
1346
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1347
1301
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1348
1302
|
url: "/workspaces/{id}/allocate",
|
|
1349
1303
|
...options,
|
|
@@ -1353,7 +1307,6 @@ var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch(
|
|
|
1353
1307
|
}
|
|
1354
1308
|
});
|
|
1355
1309
|
var postThreadsActive = (options) => (options.client ?? client).post({
|
|
1356
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1357
1310
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1358
1311
|
url: "/threads/active",
|
|
1359
1312
|
...options,
|
|
@@ -1363,7 +1316,6 @@ var postThreadsActive = (options) => (options.client ?? client).post({
|
|
|
1363
1316
|
}
|
|
1364
1317
|
});
|
|
1365
1318
|
var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1366
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1367
1319
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1368
1320
|
url: "/invitations/{id}/revoke",
|
|
1369
1321
|
...options,
|
|
@@ -1373,19 +1325,11 @@ var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1373
1325
|
}
|
|
1374
1326
|
});
|
|
1375
1327
|
var getConfigs = (options) => (options.client ?? client).get({
|
|
1376
|
-
querySerializer: {
|
|
1377
|
-
parameters: {
|
|
1378
|
-
filter: { object: { style: "form" } },
|
|
1379
|
-
page: { object: { style: "form" } },
|
|
1380
|
-
fields: { object: { style: "form" } }
|
|
1381
|
-
}
|
|
1382
|
-
},
|
|
1383
1328
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1384
1329
|
url: "/configs",
|
|
1385
1330
|
...options
|
|
1386
1331
|
});
|
|
1387
1332
|
var postConfigs = (options) => (options.client ?? client).post({
|
|
1388
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1389
1333
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1390
1334
|
url: "/configs",
|
|
1391
1335
|
...options,
|
|
@@ -1395,7 +1339,6 @@ var postConfigs = (options) => (options.client ?? client).post({
|
|
|
1395
1339
|
}
|
|
1396
1340
|
});
|
|
1397
1341
|
var postTokens = (options) => (options.client ?? client).post({
|
|
1398
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1399
1342
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1400
1343
|
url: "/tokens",
|
|
1401
1344
|
...options,
|
|
@@ -1405,19 +1348,16 @@ var postTokens = (options) => (options.client ?? client).post({
|
|
|
1405
1348
|
}
|
|
1406
1349
|
});
|
|
1407
1350
|
var deleteTrainingExamplesById = (options) => (options.client ?? client).delete({
|
|
1408
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1409
1351
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1410
1352
|
url: "/training_examples/{id}",
|
|
1411
1353
|
...options
|
|
1412
1354
|
});
|
|
1413
1355
|
var getTrainingExamplesById = (options) => (options.client ?? client).get({
|
|
1414
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1415
1356
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1416
1357
|
url: "/training_examples/{id}",
|
|
1417
1358
|
...options
|
|
1418
1359
|
});
|
|
1419
1360
|
var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
1420
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1421
1361
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1422
1362
|
url: "/training_examples/{id}",
|
|
1423
1363
|
...options,
|
|
@@ -1427,13 +1367,11 @@ var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
|
1427
1367
|
}
|
|
1428
1368
|
});
|
|
1429
1369
|
var deleteSearchSavedById = (options) => (options.client ?? client).delete({
|
|
1430
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1431
1370
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1432
1371
|
url: "/search/saved/{id}",
|
|
1433
1372
|
...options
|
|
1434
1373
|
});
|
|
1435
1374
|
var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
1436
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1437
1375
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1438
1376
|
url: "/users/{id}/admin/email",
|
|
1439
1377
|
...options,
|
|
@@ -1443,7 +1381,6 @@ var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
|
1443
1381
|
}
|
|
1444
1382
|
});
|
|
1445
1383
|
var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch({
|
|
1446
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1447
1384
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1448
1385
|
url: "/users/auth/reset-password",
|
|
1449
1386
|
...options,
|
|
@@ -1453,13 +1390,11 @@ var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch(
|
|
|
1453
1390
|
}
|
|
1454
1391
|
});
|
|
1455
1392
|
var getBucketsByIdStats = (options) => (options.client ?? client).get({
|
|
1456
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1457
1393
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1458
1394
|
url: "/buckets/{id}/stats",
|
|
1459
1395
|
...options
|
|
1460
1396
|
});
|
|
1461
1397
|
var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? client).patch({
|
|
1462
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1463
1398
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1464
1399
|
url: "/notification_methods/{id}/set_primary",
|
|
1465
1400
|
...options,
|
|
@@ -1469,13 +1404,11 @@ var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? cli
|
|
|
1469
1404
|
}
|
|
1470
1405
|
});
|
|
1471
1406
|
var getBucketsByIdObjects = (options) => (options.client ?? client).get({
|
|
1472
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1473
1407
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1474
1408
|
url: "/buckets/{id}/objects",
|
|
1475
1409
|
...options
|
|
1476
1410
|
});
|
|
1477
1411
|
var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
1478
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1479
1412
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1480
1413
|
url: "/invitations/{id}/resend",
|
|
1481
1414
|
...options,
|
|
@@ -1485,18 +1418,11 @@ var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
|
1485
1418
|
}
|
|
1486
1419
|
});
|
|
1487
1420
|
var getSearchSaved = (options) => (options.client ?? client).get({
|
|
1488
|
-
querySerializer: {
|
|
1489
|
-
parameters: {
|
|
1490
|
-
filter: { object: { style: "form" } },
|
|
1491
|
-
fields: { object: { style: "form" } }
|
|
1492
|
-
}
|
|
1493
|
-
},
|
|
1494
1421
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1495
1422
|
url: "/search/saved",
|
|
1496
1423
|
...options
|
|
1497
1424
|
});
|
|
1498
1425
|
var postSearchSaved = (options) => (options.client ?? client).post({
|
|
1499
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1500
1426
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1501
1427
|
url: "/search/saved",
|
|
1502
1428
|
...options,
|
|
@@ -1506,31 +1432,26 @@ var postSearchSaved = (options) => (options.client ?? client).post({
|
|
|
1506
1432
|
}
|
|
1507
1433
|
});
|
|
1508
1434
|
var deleteFieldTemplatesById = (options) => (options.client ?? client).delete({
|
|
1509
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1510
1435
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1511
1436
|
url: "/field_templates/{id}",
|
|
1512
1437
|
...options
|
|
1513
1438
|
});
|
|
1514
1439
|
var getFieldTemplatesById = (options) => (options.client ?? client).get({
|
|
1515
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1516
1440
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1517
1441
|
url: "/field_templates/{id}",
|
|
1518
1442
|
...options
|
|
1519
1443
|
});
|
|
1520
1444
|
var getWorkspacesByWorkspaceIdTrainingAnalytics = (options) => (options.client ?? client).get({
|
|
1521
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1522
1445
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1523
1446
|
url: "/workspaces/{workspace_id}/training/analytics",
|
|
1524
1447
|
...options
|
|
1525
1448
|
});
|
|
1526
1449
|
var getUserProfilesMe = (options) => (options.client ?? client).get({
|
|
1527
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1528
1450
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1529
1451
|
url: "/user_profiles/me",
|
|
1530
1452
|
...options
|
|
1531
1453
|
});
|
|
1532
1454
|
var postInvitationsInvite = (options) => (options.client ?? client).post({
|
|
1533
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1534
1455
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1535
1456
|
url: "/invitations/invite",
|
|
1536
1457
|
...options,
|
|
@@ -1540,18 +1461,11 @@ var postInvitationsInvite = (options) => (options.client ?? client).post({
|
|
|
1540
1461
|
}
|
|
1541
1462
|
});
|
|
1542
1463
|
var getAgentVersions = (options) => (options.client ?? client).get({
|
|
1543
|
-
querySerializer: {
|
|
1544
|
-
parameters: {
|
|
1545
|
-
filter: { object: { style: "form" } },
|
|
1546
|
-
fields: { object: { style: "form" } }
|
|
1547
|
-
}
|
|
1548
|
-
},
|
|
1549
1464
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1550
1465
|
url: "/agent_versions",
|
|
1551
1466
|
...options
|
|
1552
1467
|
});
|
|
1553
1468
|
var postAgentVersions = (options) => (options.client ?? client).post({
|
|
1554
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1555
1469
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1556
1470
|
url: "/agent_versions",
|
|
1557
1471
|
...options,
|
|
@@ -1561,19 +1475,16 @@ var postAgentVersions = (options) => (options.client ?? client).post({
|
|
|
1561
1475
|
}
|
|
1562
1476
|
});
|
|
1563
1477
|
var deleteWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
1564
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1565
1478
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1566
1479
|
url: "/webhook_configs/{id}",
|
|
1567
1480
|
...options
|
|
1568
1481
|
});
|
|
1569
1482
|
var getWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
1570
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1571
1483
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1572
1484
|
url: "/webhook_configs/{id}",
|
|
1573
1485
|
...options
|
|
1574
1486
|
});
|
|
1575
1487
|
var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
1576
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1577
1488
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1578
1489
|
url: "/webhook_configs/{id}",
|
|
1579
1490
|
...options,
|
|
@@ -1583,7 +1494,6 @@ var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
|
1583
1494
|
}
|
|
1584
1495
|
});
|
|
1585
1496
|
var postInvitationsAcceptByToken = (options) => (options.client ?? client).post({
|
|
1586
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1587
1497
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1588
1498
|
url: "/invitations/accept_by_token",
|
|
1589
1499
|
...options,
|
|
@@ -1593,13 +1503,11 @@ var postInvitationsAcceptByToken = (options) => (options.client ?? client).post(
|
|
|
1593
1503
|
}
|
|
1594
1504
|
});
|
|
1595
1505
|
var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
|
|
1596
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1597
1506
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1598
1507
|
url: "/extraction/batches/{id}/upload-urls",
|
|
1599
1508
|
...options
|
|
1600
1509
|
});
|
|
1601
1510
|
var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
1602
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1603
1511
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1604
1512
|
url: "/documents/bulk_delete",
|
|
1605
1513
|
...options,
|
|
@@ -1609,13 +1517,11 @@ var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
|
1609
1517
|
}
|
|
1610
1518
|
});
|
|
1611
1519
|
var getAgentVersionsById = (options) => (options.client ?? client).get({
|
|
1612
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1613
1520
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1614
1521
|
url: "/agent_versions/{id}",
|
|
1615
1522
|
...options
|
|
1616
1523
|
});
|
|
1617
1524
|
var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
1618
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1619
1525
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1620
1526
|
url: "/ai/chunks/search",
|
|
1621
1527
|
...options,
|
|
@@ -1625,7 +1531,6 @@ var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
|
1625
1531
|
}
|
|
1626
1532
|
});
|
|
1627
1533
|
var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
1628
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1629
1534
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1630
1535
|
url: "/threads/{id}/messages",
|
|
1631
1536
|
...options,
|
|
@@ -1635,7 +1540,6 @@ var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
|
1635
1540
|
}
|
|
1636
1541
|
});
|
|
1637
1542
|
var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
1638
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1639
1543
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1640
1544
|
url: "/agents/clone_for_workspace",
|
|
1641
1545
|
...options,
|
|
@@ -1645,7 +1549,6 @@ var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
|
1645
1549
|
}
|
|
1646
1550
|
});
|
|
1647
1551
|
var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
1648
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1649
1552
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1650
1553
|
url: "/invitations/{id}/accept",
|
|
1651
1554
|
...options,
|
|
@@ -1655,25 +1558,21 @@ var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
|
1655
1558
|
}
|
|
1656
1559
|
});
|
|
1657
1560
|
var getCreditPackagesById = (options) => (options.client ?? client).get({
|
|
1658
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1659
1561
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1660
1562
|
url: "/credit-packages/{id}",
|
|
1661
1563
|
...options
|
|
1662
1564
|
});
|
|
1663
1565
|
var getUsersById = (options) => (options.client ?? client).get({
|
|
1664
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1665
1566
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1666
1567
|
url: "/users/{id}",
|
|
1667
1568
|
...options
|
|
1668
1569
|
});
|
|
1669
1570
|
var getExtractionResultsById = (options) => (options.client ?? client).get({
|
|
1670
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1671
1571
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1672
1572
|
url: "/extraction/results/{id}",
|
|
1673
1573
|
...options
|
|
1674
1574
|
});
|
|
1675
1575
|
var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
1676
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1677
1576
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1678
1577
|
url: "/agents/{id}/validate",
|
|
1679
1578
|
...options,
|
|
@@ -1683,7 +1582,6 @@ var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
|
1683
1582
|
}
|
|
1684
1583
|
});
|
|
1685
1584
|
var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
1686
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1687
1585
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1688
1586
|
url: "/webhook_configs/{id}/test",
|
|
1689
1587
|
...options,
|
|
@@ -1693,13 +1591,11 @@ var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
|
1693
1591
|
}
|
|
1694
1592
|
});
|
|
1695
1593
|
var getUsersMe = (options) => (options.client ?? client).get({
|
|
1696
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1697
1594
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1698
1595
|
url: "/users/me",
|
|
1699
1596
|
...options
|
|
1700
1597
|
});
|
|
1701
1598
|
var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
|
|
1702
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1703
1599
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1704
1600
|
url: "/users/auth/register_with_oidc",
|
|
1705
1601
|
...options,
|
|
@@ -1709,7 +1605,6 @@ var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post
|
|
|
1709
1605
|
}
|
|
1710
1606
|
});
|
|
1711
1607
|
var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
1712
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1713
1608
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1714
1609
|
url: "/tenants/{id}/credit",
|
|
1715
1610
|
...options,
|
|
@@ -1719,25 +1614,16 @@ var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
|
1719
1614
|
}
|
|
1720
1615
|
});
|
|
1721
1616
|
var getTransactionsById = (options) => (options.client ?? client).get({
|
|
1722
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1723
1617
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1724
1618
|
url: "/transactions/{id}",
|
|
1725
1619
|
...options
|
|
1726
1620
|
});
|
|
1727
1621
|
var getTenantMemberships = (options) => (options.client ?? client).get({
|
|
1728
|
-
querySerializer: {
|
|
1729
|
-
parameters: {
|
|
1730
|
-
filter: { object: { style: "form" } },
|
|
1731
|
-
page: { object: { style: "form" } },
|
|
1732
|
-
fields: { object: { style: "form" } }
|
|
1733
|
-
}
|
|
1734
|
-
},
|
|
1735
1622
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1736
1623
|
url: "/tenant-memberships",
|
|
1737
1624
|
...options
|
|
1738
1625
|
});
|
|
1739
1626
|
var postTenantMemberships = (options) => (options.client ?? client).post({
|
|
1740
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1741
1627
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1742
1628
|
url: "/tenant-memberships",
|
|
1743
1629
|
...options,
|
|
@@ -1756,25 +1642,21 @@ var postTrainingExamplesBulkDelete = (options) => (options.client ?? client).pos
|
|
|
1756
1642
|
}
|
|
1757
1643
|
});
|
|
1758
1644
|
var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
1759
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1760
1645
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1761
1646
|
url: "/llm_analytics/summary",
|
|
1762
1647
|
...options
|
|
1763
1648
|
});
|
|
1764
1649
|
var deleteExtractionSchemaFieldsById = (options) => (options.client ?? client).delete({
|
|
1765
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1766
1650
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1767
1651
|
url: "/extraction/schema-fields/{id}",
|
|
1768
1652
|
...options
|
|
1769
1653
|
});
|
|
1770
1654
|
var getExtractionSchemaFieldsById = (options) => (options.client ?? client).get({
|
|
1771
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1772
1655
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1773
1656
|
url: "/extraction/schema-fields/{id}",
|
|
1774
1657
|
...options
|
|
1775
1658
|
});
|
|
1776
1659
|
var patchExtractionSchemaFieldsById = (options) => (options.client ?? client).patch({
|
|
1777
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1778
1660
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1779
1661
|
url: "/extraction/schema-fields/{id}",
|
|
1780
1662
|
...options,
|
|
@@ -1784,7 +1666,6 @@ var patchExtractionSchemaFieldsById = (options) => (options.client ?? client).pa
|
|
|
1784
1666
|
}
|
|
1785
1667
|
});
|
|
1786
1668
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
1787
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1788
1669
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1789
1670
|
url: "/storage/sign_download",
|
|
1790
1671
|
...options,
|
|
@@ -1794,19 +1675,16 @@ var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
|
1794
1675
|
}
|
|
1795
1676
|
});
|
|
1796
1677
|
var deleteNotificationMethodsById = (options) => (options.client ?? client).delete({
|
|
1797
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1798
1678
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1799
1679
|
url: "/notification_methods/{id}",
|
|
1800
1680
|
...options
|
|
1801
1681
|
});
|
|
1802
1682
|
var getNotificationMethodsById = (options) => (options.client ?? client).get({
|
|
1803
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1804
1683
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1805
1684
|
url: "/notification_methods/{id}",
|
|
1806
1685
|
...options
|
|
1807
1686
|
});
|
|
1808
1687
|
var patchNotificationMethodsById = (options) => (options.client ?? client).patch({
|
|
1809
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1810
1688
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1811
1689
|
url: "/notification_methods/{id}",
|
|
1812
1690
|
...options,
|
|
@@ -1816,64 +1694,31 @@ var patchNotificationMethodsById = (options) => (options.client ?? client).patch
|
|
|
1816
1694
|
}
|
|
1817
1695
|
});
|
|
1818
1696
|
var getWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
1819
|
-
querySerializer: {
|
|
1820
|
-
parameters: {
|
|
1821
|
-
filter: { object: { style: "form" } },
|
|
1822
|
-
page: { object: { style: "form" } },
|
|
1823
|
-
fields: { object: { style: "form" } }
|
|
1824
|
-
}
|
|
1825
|
-
},
|
|
1826
1697
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1827
1698
|
url: "/webhook_deliveries",
|
|
1828
1699
|
...options
|
|
1829
1700
|
});
|
|
1830
1701
|
var getSearch = (options) => (options.client ?? client).get({
|
|
1831
|
-
querySerializer: {
|
|
1832
|
-
parameters: {
|
|
1833
|
-
filter: { object: { style: "form" } },
|
|
1834
|
-
fields: { object: { style: "form" } }
|
|
1835
|
-
}
|
|
1836
|
-
},
|
|
1837
1702
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1838
1703
|
url: "/search",
|
|
1839
1704
|
...options
|
|
1840
1705
|
});
|
|
1841
1706
|
var getInvitations = (options) => (options.client ?? client).get({
|
|
1842
|
-
querySerializer: {
|
|
1843
|
-
parameters: {
|
|
1844
|
-
filter: { object: { style: "form" } },
|
|
1845
|
-
fields: { object: { style: "form" } }
|
|
1846
|
-
}
|
|
1847
|
-
},
|
|
1848
1707
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1849
1708
|
url: "/invitations",
|
|
1850
1709
|
...options
|
|
1851
1710
|
});
|
|
1852
1711
|
var getSearchSemantic = (options) => (options.client ?? client).get({
|
|
1853
|
-
querySerializer: {
|
|
1854
|
-
parameters: {
|
|
1855
|
-
filter: { object: { style: "form" } },
|
|
1856
|
-
fields: { object: { style: "form" } }
|
|
1857
|
-
}
|
|
1858
|
-
},
|
|
1859
1712
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1860
1713
|
url: "/search/semantic",
|
|
1861
1714
|
...options
|
|
1862
1715
|
});
|
|
1863
1716
|
var getMessages = (options) => (options.client ?? client).get({
|
|
1864
|
-
querySerializer: {
|
|
1865
|
-
parameters: {
|
|
1866
|
-
filter: { object: { style: "form" } },
|
|
1867
|
-
page: { object: { style: "form" } },
|
|
1868
|
-
fields: { object: { style: "form" } }
|
|
1869
|
-
}
|
|
1870
|
-
},
|
|
1871
1717
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1872
1718
|
url: "/messages",
|
|
1873
1719
|
...options
|
|
1874
1720
|
});
|
|
1875
1721
|
var postMessages = (options) => (options.client ?? client).post({
|
|
1876
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1877
1722
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1878
1723
|
url: "/messages",
|
|
1879
1724
|
...options,
|
|
@@ -1883,19 +1728,11 @@ var postMessages = (options) => (options.client ?? client).post({
|
|
|
1883
1728
|
}
|
|
1884
1729
|
});
|
|
1885
1730
|
var getNotificationPreferences = (options) => (options.client ?? client).get({
|
|
1886
|
-
querySerializer: {
|
|
1887
|
-
parameters: {
|
|
1888
|
-
filter: { object: { style: "form" } },
|
|
1889
|
-
page: { object: { style: "form" } },
|
|
1890
|
-
fields: { object: { style: "form" } }
|
|
1891
|
-
}
|
|
1892
|
-
},
|
|
1893
1731
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1894
1732
|
url: "/notification_preferences",
|
|
1895
1733
|
...options
|
|
1896
1734
|
});
|
|
1897
1735
|
var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
1898
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1899
1736
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1900
1737
|
url: "/notification_preferences",
|
|
1901
1738
|
...options,
|
|
@@ -1905,19 +1742,11 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
|
1905
1742
|
}
|
|
1906
1743
|
});
|
|
1907
1744
|
var getApplications = (options) => (options.client ?? client).get({
|
|
1908
|
-
querySerializer: {
|
|
1909
|
-
parameters: {
|
|
1910
|
-
filter: { object: { style: "form" } },
|
|
1911
|
-
page: { object: { style: "form" } },
|
|
1912
|
-
fields: { object: { style: "form" } }
|
|
1913
|
-
}
|
|
1914
|
-
},
|
|
1915
1745
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1916
1746
|
url: "/applications",
|
|
1917
1747
|
...options
|
|
1918
1748
|
});
|
|
1919
1749
|
var postApplications = (options) => (options.client ?? client).post({
|
|
1920
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1921
1750
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1922
1751
|
url: "/applications",
|
|
1923
1752
|
...options,
|
|
@@ -1936,19 +1765,16 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
1936
1765
|
}
|
|
1937
1766
|
});
|
|
1938
1767
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
1939
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1940
1768
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1941
1769
|
url: "/threads/{id}",
|
|
1942
1770
|
...options
|
|
1943
1771
|
});
|
|
1944
1772
|
var getThreadsById = (options) => (options.client ?? client).get({
|
|
1945
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1946
1773
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1947
1774
|
url: "/threads/{id}",
|
|
1948
1775
|
...options
|
|
1949
1776
|
});
|
|
1950
1777
|
var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
1951
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1952
1778
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1953
1779
|
url: "/threads/{id}",
|
|
1954
1780
|
...options,
|
|
@@ -1958,19 +1784,11 @@ var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
|
1958
1784
|
}
|
|
1959
1785
|
});
|
|
1960
1786
|
var getLlmAnalytics = (options) => (options.client ?? client).get({
|
|
1961
|
-
querySerializer: {
|
|
1962
|
-
parameters: {
|
|
1963
|
-
filter: { object: { style: "form" } },
|
|
1964
|
-
page: { object: { style: "form" } },
|
|
1965
|
-
fields: { object: { style: "form" } }
|
|
1966
|
-
}
|
|
1967
|
-
},
|
|
1968
1787
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1969
1788
|
url: "/llm_analytics",
|
|
1970
1789
|
...options
|
|
1971
1790
|
});
|
|
1972
1791
|
var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
1973
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1974
1792
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1975
1793
|
url: "/llm_analytics",
|
|
1976
1794
|
...options,
|
|
@@ -1980,7 +1798,6 @@ var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
|
1980
1798
|
}
|
|
1981
1799
|
});
|
|
1982
1800
|
var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch({
|
|
1983
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1984
1801
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1985
1802
|
url: "/users/{id}/reset-password",
|
|
1986
1803
|
...options,
|
|
@@ -1990,7 +1807,6 @@ var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch(
|
|
|
1990
1807
|
}
|
|
1991
1808
|
});
|
|
1992
1809
|
var postDocumentsPresignedUpload = (options) => (options.client ?? client).post({
|
|
1993
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1994
1810
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1995
1811
|
url: "/documents/presigned_upload",
|
|
1996
1812
|
...options,
|
|
@@ -2000,13 +1816,11 @@ var postDocumentsPresignedUpload = (options) => (options.client ?? client).post(
|
|
|
2000
1816
|
}
|
|
2001
1817
|
});
|
|
2002
1818
|
var getMessagesSearch = (options) => (options.client ?? client).get({
|
|
2003
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2004
1819
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2005
1820
|
url: "/messages/search",
|
|
2006
1821
|
...options
|
|
2007
1822
|
});
|
|
2008
1823
|
var postExtractionDocumentsUpload = (options) => (options.client ?? client).post({
|
|
2009
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2010
1824
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2011
1825
|
url: "/extraction/documents/upload",
|
|
2012
1826
|
...options,
|
|
@@ -2016,7 +1830,6 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
|
|
|
2016
1830
|
}
|
|
2017
1831
|
});
|
|
2018
1832
|
var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
|
|
2019
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2020
1833
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2021
1834
|
url: "/extraction/results/{id}/corrections",
|
|
2022
1835
|
...options,
|
|
@@ -2026,25 +1839,21 @@ var patchExtractionResultsByIdCorrections = (options) => (options.client ?? clie
|
|
|
2026
1839
|
}
|
|
2027
1840
|
});
|
|
2028
1841
|
var getExtractionResultsDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
2029
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2030
1842
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2031
1843
|
url: "/extraction/results/document/{document_id}",
|
|
2032
1844
|
...options
|
|
2033
1845
|
});
|
|
2034
1846
|
var deleteWorkspacesById = (options) => (options.client ?? client).delete({
|
|
2035
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2036
1847
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2037
1848
|
url: "/workspaces/{id}",
|
|
2038
1849
|
...options
|
|
2039
1850
|
});
|
|
2040
1851
|
var getWorkspacesById = (options) => (options.client ?? client).get({
|
|
2041
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2042
1852
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2043
1853
|
url: "/workspaces/{id}",
|
|
2044
1854
|
...options
|
|
2045
1855
|
});
|
|
2046
1856
|
var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
2047
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2048
1857
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2049
1858
|
url: "/workspaces/{id}",
|
|
2050
1859
|
...options,
|
|
@@ -2054,19 +1863,11 @@ var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
|
2054
1863
|
}
|
|
2055
1864
|
});
|
|
2056
1865
|
var getTenants = (options) => (options.client ?? client).get({
|
|
2057
|
-
querySerializer: {
|
|
2058
|
-
parameters: {
|
|
2059
|
-
filter: { object: { style: "form" } },
|
|
2060
|
-
page: { object: { style: "form" } },
|
|
2061
|
-
fields: { object: { style: "form" } }
|
|
2062
|
-
}
|
|
2063
|
-
},
|
|
2064
1866
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2065
1867
|
url: "/tenants",
|
|
2066
1868
|
...options
|
|
2067
1869
|
});
|
|
2068
1870
|
var postTenants = (options) => (options.client ?? client).post({
|
|
2069
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2070
1871
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2071
1872
|
url: "/tenants",
|
|
2072
1873
|
...options,
|
|
@@ -2076,7 +1877,6 @@ var postTenants = (options) => (options.client ?? client).post({
|
|
|
2076
1877
|
}
|
|
2077
1878
|
});
|
|
2078
1879
|
var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post({
|
|
2079
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2080
1880
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2081
1881
|
url: "/tenants/{id}/remove-storage",
|
|
2082
1882
|
...options,
|
|
@@ -2086,49 +1886,31 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
|
|
|
2086
1886
|
}
|
|
2087
1887
|
});
|
|
2088
1888
|
var getNotificationLogsById = (options) => (options.client ?? client).get({
|
|
2089
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2090
1889
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2091
1890
|
url: "/notification_logs/{id}",
|
|
2092
1891
|
...options
|
|
2093
1892
|
});
|
|
2094
1893
|
var getExtractionDocumentsByIdView = (options) => (options.client ?? client).get({
|
|
2095
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2096
1894
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2097
1895
|
url: "/extraction/documents/{id}/view",
|
|
2098
1896
|
...options
|
|
2099
1897
|
});
|
|
2100
1898
|
var getWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
2101
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2102
1899
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2103
1900
|
url: "/webhook_deliveries/{id}",
|
|
2104
1901
|
...options
|
|
2105
1902
|
});
|
|
2106
1903
|
var getAuditLogs = (options) => (options.client ?? client).get({
|
|
2107
|
-
querySerializer: {
|
|
2108
|
-
parameters: {
|
|
2109
|
-
filter: { object: { style: "form" } },
|
|
2110
|
-
page: { object: { style: "form" } },
|
|
2111
|
-
fields: { object: { style: "form" } }
|
|
2112
|
-
}
|
|
2113
|
-
},
|
|
2114
1904
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2115
1905
|
url: "/audit-logs",
|
|
2116
1906
|
...options
|
|
2117
1907
|
});
|
|
2118
1908
|
var getAiGraphEdges = (options) => (options.client ?? client).get({
|
|
2119
|
-
querySerializer: {
|
|
2120
|
-
parameters: {
|
|
2121
|
-
filter: { object: { style: "form" } },
|
|
2122
|
-
page: { object: { style: "form" } },
|
|
2123
|
-
fields: { object: { style: "form" } }
|
|
2124
|
-
}
|
|
2125
|
-
},
|
|
2126
1909
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2127
1910
|
url: "/ai/graph/edges",
|
|
2128
1911
|
...options
|
|
2129
1912
|
});
|
|
2130
1913
|
var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
2131
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2132
1914
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2133
1915
|
url: "/ai/graph/edges",
|
|
2134
1916
|
...options,
|
|
@@ -2138,18 +1920,11 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
|
2138
1920
|
}
|
|
2139
1921
|
});
|
|
2140
1922
|
var getTrainingExamples = (options) => (options.client ?? client).get({
|
|
2141
|
-
querySerializer: {
|
|
2142
|
-
parameters: {
|
|
2143
|
-
filter: { object: { style: "form" } },
|
|
2144
|
-
fields: { object: { style: "form" } }
|
|
2145
|
-
}
|
|
2146
|
-
},
|
|
2147
1923
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2148
1924
|
url: "/training_examples",
|
|
2149
1925
|
...options
|
|
2150
1926
|
});
|
|
2151
1927
|
var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
2152
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2153
1928
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2154
1929
|
url: "/training_examples",
|
|
2155
1930
|
...options,
|
|
@@ -2159,7 +1934,6 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
|
2159
1934
|
}
|
|
2160
1935
|
});
|
|
2161
1936
|
var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
|
|
2162
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2163
1937
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2164
1938
|
url: "/workspaces/{workspace_id}/extraction/exports/{id}",
|
|
2165
1939
|
...options
|
|
@@ -2170,19 +1944,11 @@ var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
|
2170
1944
|
...options
|
|
2171
1945
|
});
|
|
2172
1946
|
var getBuckets = (options) => (options.client ?? client).get({
|
|
2173
|
-
querySerializer: {
|
|
2174
|
-
parameters: {
|
|
2175
|
-
filter: { object: { style: "form" } },
|
|
2176
|
-
page: { object: { style: "form" } },
|
|
2177
|
-
fields: { object: { style: "form" } }
|
|
2178
|
-
}
|
|
2179
|
-
},
|
|
2180
1947
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2181
1948
|
url: "/buckets",
|
|
2182
1949
|
...options
|
|
2183
1950
|
});
|
|
2184
1951
|
var postBuckets = (options) => (options.client ?? client).post({
|
|
2185
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2186
1952
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2187
1953
|
url: "/buckets",
|
|
2188
1954
|
...options,
|
|
@@ -2192,19 +1958,16 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
2192
1958
|
}
|
|
2193
1959
|
});
|
|
2194
1960
|
var getPlansById = (options) => (options.client ?? client).get({
|
|
2195
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2196
1961
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2197
1962
|
url: "/plans/{id}",
|
|
2198
1963
|
...options
|
|
2199
1964
|
});
|
|
2200
1965
|
var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
|
|
2201
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2202
1966
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2203
1967
|
url: "/tenants/{tenant_id}/stats",
|
|
2204
1968
|
...options
|
|
2205
1969
|
});
|
|
2206
1970
|
var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
2207
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2208
1971
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2209
1972
|
url: "/wallet/addons",
|
|
2210
1973
|
...options,
|
|
@@ -2214,7 +1977,6 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
|
2214
1977
|
}
|
|
2215
1978
|
});
|
|
2216
1979
|
var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
2217
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2218
1980
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2219
1981
|
url: "/users/auth/magic_link/login",
|
|
2220
1982
|
...options,
|
|
@@ -2224,19 +1986,11 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
|
2224
1986
|
}
|
|
2225
1987
|
});
|
|
2226
1988
|
var getApiKeys = (options) => (options.client ?? client).get({
|
|
2227
|
-
querySerializer: {
|
|
2228
|
-
parameters: {
|
|
2229
|
-
filter: { object: { style: "form" } },
|
|
2230
|
-
page: { object: { style: "form" } },
|
|
2231
|
-
fields: { object: { style: "form" } }
|
|
2232
|
-
}
|
|
2233
|
-
},
|
|
2234
1989
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2235
1990
|
url: "/api_keys",
|
|
2236
1991
|
...options
|
|
2237
1992
|
});
|
|
2238
1993
|
var postApiKeys = (options) => (options.client ?? client).post({
|
|
2239
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2240
1994
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2241
1995
|
url: "/api_keys",
|
|
2242
1996
|
...options,
|
|
@@ -2246,7 +2000,6 @@ var postApiKeys = (options) => (options.client ?? client).post({
|
|
|
2246
2000
|
}
|
|
2247
2001
|
});
|
|
2248
2002
|
var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
2249
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2250
2003
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2251
2004
|
url: "/users/{id}/admin",
|
|
2252
2005
|
...options,
|
|
@@ -2256,19 +2009,16 @@ var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
|
2256
2009
|
}
|
|
2257
2010
|
});
|
|
2258
2011
|
var deleteAgentsById = (options) => (options.client ?? client).delete({
|
|
2259
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2260
2012
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2261
2013
|
url: "/agents/{id}",
|
|
2262
2014
|
...options
|
|
2263
2015
|
});
|
|
2264
2016
|
var getAgentsById = (options) => (options.client ?? client).get({
|
|
2265
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2266
2017
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2267
2018
|
url: "/agents/{id}",
|
|
2268
2019
|
...options
|
|
2269
2020
|
});
|
|
2270
2021
|
var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
2271
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2272
2022
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2273
2023
|
url: "/agents/{id}",
|
|
2274
2024
|
...options,
|
|
@@ -2278,19 +2028,16 @@ var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
|
2278
2028
|
}
|
|
2279
2029
|
});
|
|
2280
2030
|
var deleteApiKeysById = (options) => (options.client ?? client).delete({
|
|
2281
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2282
2031
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2283
2032
|
url: "/api_keys/{id}",
|
|
2284
2033
|
...options
|
|
2285
2034
|
});
|
|
2286
2035
|
var getApiKeysById = (options) => (options.client ?? client).get({
|
|
2287
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2288
2036
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2289
2037
|
url: "/api_keys/{id}",
|
|
2290
2038
|
...options
|
|
2291
2039
|
});
|
|
2292
2040
|
var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
2293
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2294
2041
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2295
2042
|
url: "/api_keys/{id}",
|
|
2296
2043
|
...options,
|
|
@@ -2300,19 +2047,11 @@ var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
|
2300
2047
|
}
|
|
2301
2048
|
});
|
|
2302
2049
|
var getAiConversations = (options) => (options.client ?? client).get({
|
|
2303
|
-
querySerializer: {
|
|
2304
|
-
parameters: {
|
|
2305
|
-
filter: { object: { style: "form" } },
|
|
2306
|
-
page: { object: { style: "form" } },
|
|
2307
|
-
fields: { object: { style: "form" } }
|
|
2308
|
-
}
|
|
2309
|
-
},
|
|
2310
2050
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2311
2051
|
url: "/ai/conversations",
|
|
2312
2052
|
...options
|
|
2313
2053
|
});
|
|
2314
2054
|
var postAiConversations = (options) => (options.client ?? client).post({
|
|
2315
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2316
2055
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2317
2056
|
url: "/ai/conversations",
|
|
2318
2057
|
...options,
|
|
@@ -2322,7 +2061,6 @@ var postAiConversations = (options) => (options.client ?? client).post({
|
|
|
2322
2061
|
}
|
|
2323
2062
|
});
|
|
2324
2063
|
var postAgentsByIdLearnFromDocument = (options) => (options.client ?? client).post({
|
|
2325
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2326
2064
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2327
2065
|
url: "/agents/{id}/learn_from_document",
|
|
2328
2066
|
...options,
|
|
@@ -2332,7 +2070,6 @@ var postAgentsByIdLearnFromDocument = (options) => (options.client ?? client).po
|
|
|
2332
2070
|
}
|
|
2333
2071
|
});
|
|
2334
2072
|
var postAiSearch = (options) => (options.client ?? client).post({
|
|
2335
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2336
2073
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2337
2074
|
url: "/ai/search",
|
|
2338
2075
|
...options,
|
|
@@ -2342,13 +2079,11 @@ var postAiSearch = (options) => (options.client ?? client).post({
|
|
|
2342
2079
|
}
|
|
2343
2080
|
});
|
|
2344
2081
|
var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
|
|
2345
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2346
2082
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2347
2083
|
url: "/ai/graph/nodes/{id}",
|
|
2348
2084
|
...options
|
|
2349
2085
|
});
|
|
2350
2086
|
var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
|
|
2351
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2352
2087
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2353
2088
|
url: "/wallet/addons/{addon_slug}/cancel",
|
|
2354
2089
|
...options,
|
|
@@ -2358,19 +2093,16 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
|
|
|
2358
2093
|
}
|
|
2359
2094
|
});
|
|
2360
2095
|
var deleteApplicationsById = (options) => (options.client ?? client).delete({
|
|
2361
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2362
2096
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2363
2097
|
url: "/applications/{id}",
|
|
2364
2098
|
...options
|
|
2365
2099
|
});
|
|
2366
2100
|
var getApplicationsById = (options) => (options.client ?? client).get({
|
|
2367
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2368
2101
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2369
2102
|
url: "/applications/{id}",
|
|
2370
2103
|
...options
|
|
2371
2104
|
});
|
|
2372
2105
|
var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
2373
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2374
2106
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2375
2107
|
url: "/applications/{id}",
|
|
2376
2108
|
...options,
|
|
@@ -2380,41 +2112,21 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
|
2380
2112
|
}
|
|
2381
2113
|
});
|
|
2382
2114
|
var getSearchHealth = (options) => (options.client ?? client).get({
|
|
2383
|
-
querySerializer: {
|
|
2384
|
-
parameters: {
|
|
2385
|
-
filter: { object: { style: "form" } },
|
|
2386
|
-
fields: { object: { style: "form" } }
|
|
2387
|
-
}
|
|
2388
|
-
},
|
|
2389
2115
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2390
2116
|
url: "/search/health",
|
|
2391
2117
|
...options
|
|
2392
2118
|
});
|
|
2393
2119
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
2394
|
-
querySerializer: {
|
|
2395
|
-
parameters: {
|
|
2396
|
-
filter: { object: { style: "form" } },
|
|
2397
|
-
fields: { object: { style: "form" } }
|
|
2398
|
-
}
|
|
2399
|
-
},
|
|
2400
2120
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2401
2121
|
url: "/transactions",
|
|
2402
2122
|
...options
|
|
2403
2123
|
});
|
|
2404
2124
|
var getUserProfiles = (options) => (options.client ?? client).get({
|
|
2405
|
-
querySerializer: {
|
|
2406
|
-
parameters: {
|
|
2407
|
-
filter: { object: { style: "form" } },
|
|
2408
|
-
page: { object: { style: "form" } },
|
|
2409
|
-
fields: { object: { style: "form" } }
|
|
2410
|
-
}
|
|
2411
|
-
},
|
|
2412
2125
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2413
2126
|
url: "/user_profiles",
|
|
2414
2127
|
...options
|
|
2415
2128
|
});
|
|
2416
2129
|
var postUserProfiles = (options) => (options.client ?? client).post({
|
|
2417
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2418
2130
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2419
2131
|
url: "/user_profiles",
|
|
2420
2132
|
...options,
|
|
@@ -2424,7 +2136,6 @@ var postUserProfiles = (options) => (options.client ?? client).post({
|
|
|
2424
2136
|
}
|
|
2425
2137
|
});
|
|
2426
2138
|
var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
2427
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2428
2139
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2429
2140
|
url: "/users/{id}/confirm-email",
|
|
2430
2141
|
...options,
|
|
@@ -2434,13 +2145,11 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
|
2434
2145
|
}
|
|
2435
2146
|
});
|
|
2436
2147
|
var getThreadsSearch = (options) => (options.client ?? client).get({
|
|
2437
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2438
2148
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2439
2149
|
url: "/threads/search",
|
|
2440
2150
|
...options
|
|
2441
2151
|
});
|
|
2442
2152
|
var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
2443
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2444
2153
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2445
2154
|
url: "/wallet/plan",
|
|
2446
2155
|
...options,
|
|
@@ -2450,31 +2159,21 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
|
2450
2159
|
}
|
|
2451
2160
|
});
|
|
2452
2161
|
var getPlansSlugBySlug = (options) => (options.client ?? client).get({
|
|
2453
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2454
2162
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2455
2163
|
url: "/plans/slug/{slug}",
|
|
2456
2164
|
...options
|
|
2457
2165
|
});
|
|
2458
2166
|
var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
2459
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2460
2167
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2461
2168
|
url: "/llm_analytics/{id}",
|
|
2462
2169
|
...options
|
|
2463
2170
|
});
|
|
2464
2171
|
var getExtractionSchemaFields = (options) => (options.client ?? client).get({
|
|
2465
|
-
querySerializer: {
|
|
2466
|
-
parameters: {
|
|
2467
|
-
filter: { object: { style: "form" } },
|
|
2468
|
-
page: { object: { style: "form" } },
|
|
2469
|
-
fields: { object: { style: "form" } }
|
|
2470
|
-
}
|
|
2471
|
-
},
|
|
2472
2172
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2473
2173
|
url: "/extraction/schema-fields",
|
|
2474
2174
|
...options
|
|
2475
2175
|
});
|
|
2476
2176
|
var postExtractionSchemaFields = (options) => (options.client ?? client).post({
|
|
2477
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2478
2177
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2479
2178
|
url: "/extraction/schema-fields",
|
|
2480
2179
|
...options,
|
|
@@ -2484,7 +2183,6 @@ var postExtractionSchemaFields = (options) => (options.client ?? client).post({
|
|
|
2484
2183
|
}
|
|
2485
2184
|
});
|
|
2486
2185
|
var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
|
|
2487
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2488
2186
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2489
2187
|
url: "/applications/{id}/grant-credits",
|
|
2490
2188
|
...options,
|
|
@@ -2494,29 +2192,16 @@ var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).
|
|
|
2494
2192
|
}
|
|
2495
2193
|
});
|
|
2496
2194
|
var getSearchStatus = (options) => (options.client ?? client).get({
|
|
2497
|
-
querySerializer: {
|
|
2498
|
-
parameters: {
|
|
2499
|
-
filter: { object: { style: "form" } },
|
|
2500
|
-
fields: { object: { style: "form" } }
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
2195
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2504
2196
|
url: "/search/status",
|
|
2505
2197
|
...options
|
|
2506
2198
|
});
|
|
2507
2199
|
var getTenantsByTenantIdWorkspaceStats = (options) => (options.client ?? client).get({
|
|
2508
|
-
querySerializer: {
|
|
2509
|
-
parameters: {
|
|
2510
|
-
filter: { object: { style: "form" } },
|
|
2511
|
-
fields: { object: { style: "form" } }
|
|
2512
|
-
}
|
|
2513
|
-
},
|
|
2514
2200
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2515
2201
|
url: "/tenants/{tenant_id}/workspace_stats",
|
|
2516
2202
|
...options
|
|
2517
2203
|
});
|
|
2518
2204
|
var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
2519
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2520
2205
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2521
2206
|
url: "/api_keys/{id}/allocate",
|
|
2522
2207
|
...options,
|
|
@@ -2526,7 +2211,6 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
|
2526
2211
|
}
|
|
2527
2212
|
});
|
|
2528
2213
|
var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
2529
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2530
2214
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2531
2215
|
url: "/users/auth/login",
|
|
2532
2216
|
...options,
|
|
@@ -2536,7 +2220,6 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
|
2536
2220
|
}
|
|
2537
2221
|
});
|
|
2538
2222
|
var postAiEmbed = (options) => (options.client ?? client).post({
|
|
2539
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2540
2223
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2541
2224
|
url: "/ai/embed",
|
|
2542
2225
|
...options,
|
|
@@ -2546,18 +2229,11 @@ var postAiEmbed = (options) => (options.client ?? client).post({
|
|
|
2546
2229
|
}
|
|
2547
2230
|
});
|
|
2548
2231
|
var getWorkspacesMine = (options) => (options.client ?? client).get({
|
|
2549
|
-
querySerializer: {
|
|
2550
|
-
parameters: {
|
|
2551
|
-
filter: { object: { style: "form" } },
|
|
2552
|
-
fields: { object: { style: "form" } }
|
|
2553
|
-
}
|
|
2554
|
-
},
|
|
2555
2232
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2556
2233
|
url: "/workspaces/mine",
|
|
2557
2234
|
...options
|
|
2558
2235
|
});
|
|
2559
2236
|
var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
2560
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2561
2237
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2562
2238
|
url: "/tenants/isv",
|
|
2563
2239
|
...options,
|
|
@@ -2567,7 +2243,6 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
|
2567
2243
|
}
|
|
2568
2244
|
});
|
|
2569
2245
|
var postSearchReindex = (options) => (options.client ?? client).post({
|
|
2570
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2571
2246
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2572
2247
|
url: "/search/reindex",
|
|
2573
2248
|
...options,
|
|
@@ -2577,7 +2252,6 @@ var postSearchReindex = (options) => (options.client ?? client).post({
|
|
|
2577
2252
|
}
|
|
2578
2253
|
});
|
|
2579
2254
|
var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
|
|
2580
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2581
2255
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2582
2256
|
url: "/extraction/results/{id}/regenerate",
|
|
2583
2257
|
...options,
|
|
@@ -2587,7 +2261,6 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
|
|
|
2587
2261
|
}
|
|
2588
2262
|
});
|
|
2589
2263
|
var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
2590
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2591
2264
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2592
2265
|
url: "/users/auth/confirm",
|
|
2593
2266
|
...options,
|
|
@@ -2597,7 +2270,6 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
2597
2270
|
}
|
|
2598
2271
|
});
|
|
2599
2272
|
var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
2600
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2601
2273
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2602
2274
|
url: "/extraction/schemas",
|
|
2603
2275
|
...options,
|
|
@@ -2607,18 +2279,11 @@ var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
|
2607
2279
|
}
|
|
2608
2280
|
});
|
|
2609
2281
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
2610
|
-
querySerializer: {
|
|
2611
|
-
parameters: {
|
|
2612
|
-
filter: { object: { style: "form" } },
|
|
2613
|
-
fields: { object: { style: "form" } }
|
|
2614
|
-
}
|
|
2615
|
-
},
|
|
2616
2282
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2617
2283
|
url: "/storage/stats",
|
|
2618
2284
|
...options
|
|
2619
2285
|
});
|
|
2620
2286
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
2621
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2622
2287
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2623
2288
|
url: "/tenants/{id}/buy-storage",
|
|
2624
2289
|
...options,
|
|
@@ -2628,19 +2293,11 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
2628
2293
|
}
|
|
2629
2294
|
});
|
|
2630
2295
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
2631
|
-
querySerializer: {
|
|
2632
|
-
parameters: {
|
|
2633
|
-
filter: { object: { style: "form" } },
|
|
2634
|
-
page: { object: { style: "form" } },
|
|
2635
|
-
fields: { object: { style: "form" } }
|
|
2636
|
-
}
|
|
2637
|
-
},
|
|
2638
2296
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2639
2297
|
url: "/workspace-memberships",
|
|
2640
2298
|
...options
|
|
2641
2299
|
});
|
|
2642
2300
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
2643
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2644
2301
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2645
2302
|
url: "/workspace-memberships",
|
|
2646
2303
|
...options,
|
|
@@ -2650,13 +2307,11 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
2650
2307
|
}
|
|
2651
2308
|
});
|
|
2652
2309
|
var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
|
|
2653
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2654
2310
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2655
2311
|
url: "/tenants/{tenant_id}/document_stats",
|
|
2656
2312
|
...options
|
|
2657
2313
|
});
|
|
2658
2314
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
2659
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2660
2315
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2661
2316
|
url: "/users/auth/magic_link/request",
|
|
2662
2317
|
...options,
|
|
@@ -2666,7 +2321,6 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
2666
2321
|
}
|
|
2667
2322
|
});
|
|
2668
2323
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
2669
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2670
2324
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2671
2325
|
url: "/users/auth/register",
|
|
2672
2326
|
...options,
|
|
@@ -2685,19 +2339,16 @@ var postTrainingExamplesBulk = (options) => (options.client ?? client).post({
|
|
|
2685
2339
|
}
|
|
2686
2340
|
});
|
|
2687
2341
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
2688
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2689
2342
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2690
2343
|
url: "/buckets/{id}",
|
|
2691
2344
|
...options
|
|
2692
2345
|
});
|
|
2693
2346
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
2694
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2695
2347
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2696
2348
|
url: "/buckets/{id}",
|
|
2697
2349
|
...options
|
|
2698
2350
|
});
|
|
2699
2351
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
2700
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2701
2352
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2702
2353
|
url: "/buckets/{id}",
|
|
2703
2354
|
...options,
|
|
@@ -2707,18 +2358,11 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
2707
2358
|
}
|
|
2708
2359
|
});
|
|
2709
2360
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
2710
|
-
querySerializer: {
|
|
2711
|
-
parameters: {
|
|
2712
|
-
filter: { object: { style: "form" } },
|
|
2713
|
-
fields: { object: { style: "form" } }
|
|
2714
|
-
}
|
|
2715
|
-
},
|
|
2716
2361
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2717
2362
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
2718
2363
|
...options
|
|
2719
2364
|
});
|
|
2720
2365
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
2721
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2722
2366
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2723
2367
|
url: "/extraction/documents/begin_upload",
|
|
2724
2368
|
...options,
|
|
@@ -2728,25 +2372,21 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
2728
2372
|
}
|
|
2729
2373
|
});
|
|
2730
2374
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
2731
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2732
2375
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2733
2376
|
url: "/ai/graph/edges/{id}",
|
|
2734
2377
|
...options
|
|
2735
2378
|
});
|
|
2736
2379
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
2737
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2738
2380
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2739
2381
|
url: "/tenants/{id}",
|
|
2740
2382
|
...options
|
|
2741
2383
|
});
|
|
2742
2384
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
2743
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2744
2385
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2745
2386
|
url: "/tenants/{id}",
|
|
2746
2387
|
...options
|
|
2747
2388
|
});
|
|
2748
2389
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
2749
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2750
2390
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2751
2391
|
url: "/tenants/{id}",
|
|
2752
2392
|
...options,
|
|
@@ -2756,25 +2396,25 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
2756
2396
|
}
|
|
2757
2397
|
});
|
|
2758
2398
|
var getPlans = (options) => (options.client ?? client).get({
|
|
2759
|
-
querySerializer: {
|
|
2760
|
-
parameters: {
|
|
2761
|
-
filter: { object: { style: "form" } },
|
|
2762
|
-
page: { object: { style: "form" } },
|
|
2763
|
-
fields: { object: { style: "form" } }
|
|
2764
|
-
}
|
|
2765
|
-
},
|
|
2766
2399
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2767
2400
|
url: "/plans",
|
|
2768
2401
|
...options
|
|
2769
2402
|
});
|
|
2403
|
+
var patchExtractionSchemasByIdFields = (options) => (options.client ?? client).patch({
|
|
2404
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2405
|
+
url: "/extraction/schemas/{id}/fields",
|
|
2406
|
+
...options,
|
|
2407
|
+
headers: {
|
|
2408
|
+
"Content-Type": "application/vnd.api+json",
|
|
2409
|
+
...options.headers
|
|
2410
|
+
}
|
|
2411
|
+
});
|
|
2770
2412
|
var getExtractionSchemasById = (options) => (options.client ?? client).get({
|
|
2771
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2772
2413
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2773
2414
|
url: "/extraction/schemas/{id}",
|
|
2774
2415
|
...options
|
|
2775
2416
|
});
|
|
2776
2417
|
var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
2777
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2778
2418
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2779
2419
|
url: "/extraction/schemas/{id}",
|
|
2780
2420
|
...options,
|
|
@@ -2784,7 +2424,6 @@ var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
|
2784
2424
|
}
|
|
2785
2425
|
});
|
|
2786
2426
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
2787
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2788
2427
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2789
2428
|
url: "/agents/{id}/test",
|
|
2790
2429
|
...options,
|
|
@@ -2794,24 +2433,16 @@ var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
|
2794
2433
|
}
|
|
2795
2434
|
});
|
|
2796
2435
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
2797
|
-
querySerializer: {
|
|
2798
|
-
parameters: {
|
|
2799
|
-
filter: { object: { style: "form" } },
|
|
2800
|
-
fields: { object: { style: "form" } }
|
|
2801
|
-
}
|
|
2802
|
-
},
|
|
2803
2436
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2804
2437
|
url: "/extraction/documents",
|
|
2805
2438
|
...options
|
|
2806
2439
|
});
|
|
2807
2440
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
2808
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2809
2441
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2810
2442
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2811
2443
|
...options
|
|
2812
2444
|
});
|
|
2813
2445
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
2814
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2815
2446
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2816
2447
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2817
2448
|
...options,
|
|
@@ -2821,7 +2452,6 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
2821
2452
|
}
|
|
2822
2453
|
});
|
|
2823
2454
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
2824
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2825
2455
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2826
2456
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
2827
2457
|
...options,
|
|
@@ -2831,18 +2461,11 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
2831
2461
|
}
|
|
2832
2462
|
});
|
|
2833
2463
|
var getFieldTemplates = (options) => (options.client ?? client).get({
|
|
2834
|
-
querySerializer: {
|
|
2835
|
-
parameters: {
|
|
2836
|
-
filter: { object: { style: "form" } },
|
|
2837
|
-
fields: { object: { style: "form" } }
|
|
2838
|
-
}
|
|
2839
|
-
},
|
|
2840
2464
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2841
2465
|
url: "/field_templates",
|
|
2842
2466
|
...options
|
|
2843
2467
|
});
|
|
2844
2468
|
var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
2845
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2846
2469
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2847
2470
|
url: "/field_templates",
|
|
2848
2471
|
...options,
|
|
@@ -2852,19 +2475,11 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
|
2852
2475
|
}
|
|
2853
2476
|
});
|
|
2854
2477
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
2855
|
-
querySerializer: {
|
|
2856
|
-
parameters: {
|
|
2857
|
-
filter: { object: { style: "form" } },
|
|
2858
|
-
page: { object: { style: "form" } },
|
|
2859
|
-
fields: { object: { style: "form" } }
|
|
2860
|
-
}
|
|
2861
|
-
},
|
|
2862
2478
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2863
2479
|
url: "/ai/messages",
|
|
2864
2480
|
...options
|
|
2865
2481
|
});
|
|
2866
2482
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
2867
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2868
2483
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2869
2484
|
url: "/ai/messages",
|
|
2870
2485
|
...options,
|
|
@@ -2874,7 +2489,6 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
2874
2489
|
}
|
|
2875
2490
|
});
|
|
2876
2491
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
2877
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2878
2492
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2879
2493
|
url: "/storage/sign_upload",
|
|
2880
2494
|
...options,
|
|
@@ -2884,7 +2498,6 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
2884
2498
|
}
|
|
2885
2499
|
});
|
|
2886
2500
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
2887
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2888
2501
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2889
2502
|
url: "/webhook_deliveries/{id}/retry",
|
|
2890
2503
|
...options,
|
|
@@ -2894,19 +2507,11 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
2894
2507
|
}
|
|
2895
2508
|
});
|
|
2896
2509
|
var getNotificationMethods = (options) => (options.client ?? client).get({
|
|
2897
|
-
querySerializer: {
|
|
2898
|
-
parameters: {
|
|
2899
|
-
filter: { object: { style: "form" } },
|
|
2900
|
-
page: { object: { style: "form" } },
|
|
2901
|
-
fields: { object: { style: "form" } }
|
|
2902
|
-
}
|
|
2903
|
-
},
|
|
2904
2510
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2905
2511
|
url: "/notification_methods",
|
|
2906
2512
|
...options
|
|
2907
2513
|
});
|
|
2908
2514
|
var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
2909
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2910
2515
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2911
2516
|
url: "/notification_methods",
|
|
2912
2517
|
...options,
|
|
@@ -2916,7 +2521,6 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
2916
2521
|
}
|
|
2917
2522
|
});
|
|
2918
2523
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
2919
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2920
2524
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2921
2525
|
url: "/threads/{id}/summarize",
|
|
2922
2526
|
...options,
|
|
@@ -2926,7 +2530,6 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
2926
2530
|
}
|
|
2927
2531
|
});
|
|
2928
2532
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
2929
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2930
2533
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2931
2534
|
url: "/configs/{key}",
|
|
2932
2535
|
...options,
|
|
@@ -2936,7 +2539,6 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
2936
2539
|
}
|
|
2937
2540
|
});
|
|
2938
2541
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
2939
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2940
2542
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2941
2543
|
url: "/api_keys/{id}/rotate",
|
|
2942
2544
|
...options,
|
|
@@ -2946,7 +2548,6 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
2946
2548
|
}
|
|
2947
2549
|
});
|
|
2948
2550
|
var postExtractionResults = (options) => (options.client ?? client).post({
|
|
2949
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2950
2551
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2951
2552
|
url: "/extraction/results",
|
|
2952
2553
|
...options,
|
|
@@ -2956,7 +2557,6 @@ var postExtractionResults = (options) => (options.client ?? client).post({
|
|
|
2956
2557
|
}
|
|
2957
2558
|
});
|
|
2958
2559
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
2959
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2960
2560
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2961
2561
|
url: "/agents/{id}/clone",
|
|
2962
2562
|
...options,
|
|
@@ -2966,19 +2566,16 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
2966
2566
|
}
|
|
2967
2567
|
});
|
|
2968
2568
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
2969
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2970
2569
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2971
2570
|
url: "/ai/conversations/{id}",
|
|
2972
2571
|
...options
|
|
2973
2572
|
});
|
|
2974
2573
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
2975
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2976
2574
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2977
2575
|
url: "/ai/conversations/{id}",
|
|
2978
2576
|
...options
|
|
2979
2577
|
});
|
|
2980
2578
|
var postExtractionSchemasBulkCreate = (options) => (options.client ?? client).post({
|
|
2981
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2982
2579
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2983
2580
|
url: "/extraction/schemas/bulk_create",
|
|
2984
2581
|
...options,
|
|
@@ -2988,19 +2585,16 @@ var postExtractionSchemasBulkCreate = (options) => (options.client ?? client).po
|
|
|
2988
2585
|
}
|
|
2989
2586
|
});
|
|
2990
2587
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
2991
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2992
2588
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2993
2589
|
url: "/user_profiles/{id}",
|
|
2994
2590
|
...options
|
|
2995
2591
|
});
|
|
2996
2592
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
2997
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2998
2593
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2999
2594
|
url: "/user_profiles/{id}",
|
|
3000
2595
|
...options
|
|
3001
2596
|
});
|
|
3002
2597
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
3003
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3004
2598
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3005
2599
|
url: "/user_profiles/{id}",
|
|
3006
2600
|
...options,
|
|
@@ -3010,31 +2604,21 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
3010
2604
|
}
|
|
3011
2605
|
});
|
|
3012
2606
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
3013
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3014
2607
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3015
2608
|
url: "/objects/{id}",
|
|
3016
2609
|
...options
|
|
3017
2610
|
});
|
|
3018
2611
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
3019
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3020
2612
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3021
2613
|
url: "/objects/{id}",
|
|
3022
2614
|
...options
|
|
3023
2615
|
});
|
|
3024
2616
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
3025
|
-
querySerializer: {
|
|
3026
|
-
parameters: {
|
|
3027
|
-
filter: { object: { style: "form" } },
|
|
3028
|
-
page: { object: { style: "form" } },
|
|
3029
|
-
fields: { object: { style: "form" } }
|
|
3030
|
-
}
|
|
3031
|
-
},
|
|
3032
2617
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3033
2618
|
url: "/webhook_configs",
|
|
3034
2619
|
...options
|
|
3035
2620
|
});
|
|
3036
2621
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
3037
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3038
2622
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3039
2623
|
url: "/webhook_configs",
|
|
3040
2624
|
...options,
|
|
@@ -3044,7 +2628,6 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
3044
2628
|
}
|
|
3045
2629
|
});
|
|
3046
2630
|
var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
|
|
3047
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3048
2631
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3049
2632
|
url: "/agents/{id}/publish_version",
|
|
3050
2633
|
...options,
|
|
@@ -3054,7 +2637,6 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
|
|
|
3054
2637
|
}
|
|
3055
2638
|
});
|
|
3056
2639
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
3057
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3058
2640
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3059
2641
|
url: "/objects/bulk-destroy",
|
|
3060
2642
|
...options,
|
|
@@ -3064,42 +2646,31 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
3064
2646
|
}
|
|
3065
2647
|
});
|
|
3066
2648
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
3067
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3068
2649
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3069
2650
|
url: "/applications/by-slug/{slug}",
|
|
3070
2651
|
...options
|
|
3071
2652
|
});
|
|
3072
2653
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
3073
|
-
querySerializer: {
|
|
3074
|
-
parameters: {
|
|
3075
|
-
filter: { object: { style: "form" } },
|
|
3076
|
-
fields: { object: { style: "form" } }
|
|
3077
|
-
}
|
|
3078
|
-
},
|
|
3079
2654
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3080
2655
|
url: "/notification_logs",
|
|
3081
2656
|
...options
|
|
3082
2657
|
});
|
|
3083
2658
|
var getWallet = (options) => (options.client ?? client).get({
|
|
3084
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3085
2659
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3086
2660
|
url: "/wallet",
|
|
3087
2661
|
...options
|
|
3088
2662
|
});
|
|
3089
2663
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
3090
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3091
2664
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3092
2665
|
url: "/messages/{id}",
|
|
3093
2666
|
...options
|
|
3094
2667
|
});
|
|
3095
2668
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
3096
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3097
2669
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3098
2670
|
url: "/messages/{id}",
|
|
3099
2671
|
...options
|
|
3100
2672
|
});
|
|
3101
2673
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
3102
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3103
2674
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3104
2675
|
url: "/messages/{id}",
|
|
3105
2676
|
...options,
|
|
@@ -3109,36 +2680,26 @@ var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
|
3109
2680
|
}
|
|
3110
2681
|
});
|
|
3111
2682
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
3112
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3113
2683
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3114
2684
|
url: "/llm_analytics/usage",
|
|
3115
2685
|
...options
|
|
3116
2686
|
});
|
|
3117
2687
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
3118
|
-
querySerializer: {
|
|
3119
|
-
parameters: {
|
|
3120
|
-
filter: { object: { style: "form" } },
|
|
3121
|
-
fields: { object: { style: "form" } }
|
|
3122
|
-
}
|
|
3123
|
-
},
|
|
3124
2688
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3125
2689
|
url: "/search/stats",
|
|
3126
2690
|
...options
|
|
3127
2691
|
});
|
|
3128
2692
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
3129
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3130
2693
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3131
2694
|
url: "/notification_preferences/{id}",
|
|
3132
2695
|
...options
|
|
3133
2696
|
});
|
|
3134
2697
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
3135
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3136
2698
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3137
2699
|
url: "/notification_preferences/{id}",
|
|
3138
2700
|
...options
|
|
3139
2701
|
});
|
|
3140
2702
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
3141
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3142
2703
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3143
2704
|
url: "/notification_preferences/{id}",
|
|
3144
2705
|
...options,
|
|
@@ -3148,19 +2709,11 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
3148
2709
|
}
|
|
3149
2710
|
});
|
|
3150
2711
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
3151
|
-
querySerializer: {
|
|
3152
|
-
parameters: {
|
|
3153
|
-
filter: { object: { style: "form" } },
|
|
3154
|
-
page: { object: { style: "form" } },
|
|
3155
|
-
fields: { object: { style: "form" } }
|
|
3156
|
-
}
|
|
3157
|
-
},
|
|
3158
2712
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3159
2713
|
url: "/ai/graph/nodes",
|
|
3160
2714
|
...options
|
|
3161
2715
|
});
|
|
3162
2716
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
3163
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3164
2717
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3165
2718
|
url: "/ai/graph/nodes",
|
|
3166
2719
|
...options,
|
|
@@ -3170,19 +2723,11 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
3170
2723
|
}
|
|
3171
2724
|
});
|
|
3172
2725
|
var getAgents = (options) => (options.client ?? client).get({
|
|
3173
|
-
querySerializer: {
|
|
3174
|
-
parameters: {
|
|
3175
|
-
filter: { object: { style: "form" } },
|
|
3176
|
-
page: { object: { style: "form" } },
|
|
3177
|
-
fields: { object: { style: "form" } }
|
|
3178
|
-
}
|
|
3179
|
-
},
|
|
3180
2726
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3181
2727
|
url: "/agents",
|
|
3182
2728
|
...options
|
|
3183
2729
|
});
|
|
3184
2730
|
var postAgents = (options) => (options.client ?? client).post({
|
|
3185
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3186
2731
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3187
2732
|
url: "/agents",
|
|
3188
2733
|
...options,
|
|
@@ -3192,7 +2737,6 @@ var postAgents = (options) => (options.client ?? client).post({
|
|
|
3192
2737
|
}
|
|
3193
2738
|
});
|
|
3194
2739
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
3195
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3196
2740
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3197
2741
|
url: "/users/register_isv",
|
|
3198
2742
|
...options,
|
|
@@ -3202,25 +2746,16 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
3202
2746
|
}
|
|
3203
2747
|
});
|
|
3204
2748
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
3205
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3206
2749
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3207
2750
|
url: "/extraction/batches/{id}",
|
|
3208
2751
|
...options
|
|
3209
2752
|
});
|
|
3210
2753
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
3211
|
-
querySerializer: {
|
|
3212
|
-
parameters: {
|
|
3213
|
-
filter: { object: { style: "form" } },
|
|
3214
|
-
page: { object: { style: "form" } },
|
|
3215
|
-
fields: { object: { style: "form" } }
|
|
3216
|
-
}
|
|
3217
|
-
},
|
|
3218
2754
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3219
2755
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
3220
2756
|
...options
|
|
3221
2757
|
});
|
|
3222
2758
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
3223
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3224
2759
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3225
2760
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
3226
2761
|
...options,
|
|
@@ -3230,13 +2765,11 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
3230
2765
|
}
|
|
3231
2766
|
});
|
|
3232
2767
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
3233
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3234
2768
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3235
2769
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
3236
2770
|
...options
|
|
3237
2771
|
});
|
|
3238
2772
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
3239
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3240
2773
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3241
2774
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
3242
2775
|
...options,
|
|
@@ -3246,37 +2779,16 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
3246
2779
|
}
|
|
3247
2780
|
});
|
|
3248
2781
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
3249
|
-
querySerializer: {
|
|
3250
|
-
parameters: {
|
|
3251
|
-
filter: { object: { style: "form" } },
|
|
3252
|
-
page: { object: { style: "form" } },
|
|
3253
|
-
fields: { object: { style: "form" } }
|
|
3254
|
-
}
|
|
3255
|
-
},
|
|
3256
2782
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3257
2783
|
url: "/credit-packages",
|
|
3258
2784
|
...options
|
|
3259
2785
|
});
|
|
3260
2786
|
var getUsers = (options) => (options.client ?? client).get({
|
|
3261
|
-
querySerializer: {
|
|
3262
|
-
parameters: {
|
|
3263
|
-
filter: { object: { style: "form" } },
|
|
3264
|
-
page: { object: { style: "form" } },
|
|
3265
|
-
fields: { object: { style: "form" } }
|
|
3266
|
-
}
|
|
3267
|
-
},
|
|
3268
2787
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3269
2788
|
url: "/users",
|
|
3270
2789
|
...options
|
|
3271
2790
|
});
|
|
3272
2791
|
var getObjects = (options) => (options.client ?? client).get({
|
|
3273
|
-
querySerializer: {
|
|
3274
|
-
parameters: {
|
|
3275
|
-
filter: { object: { style: "form" } },
|
|
3276
|
-
page: { object: { style: "form" } },
|
|
3277
|
-
fields: { object: { style: "form" } }
|
|
3278
|
-
}
|
|
3279
|
-
},
|
|
3280
2792
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3281
2793
|
url: "/objects",
|
|
3282
2794
|
...options
|
|
@@ -3794,6 +3306,7 @@ async function collectStreamedMessage(stream) {
|
|
|
3794
3306
|
patchExtractionResultsByIdRegenerate,
|
|
3795
3307
|
patchExtractionSchemaFieldsById,
|
|
3796
3308
|
patchExtractionSchemasById,
|
|
3309
|
+
patchExtractionSchemasByIdFields,
|
|
3797
3310
|
patchInvitationsByIdAccept,
|
|
3798
3311
|
patchInvitationsByIdResend,
|
|
3799
3312
|
patchInvitationsByIdRevoke,
|