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