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