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