@gpt-core/client 0.5.2 → 0.5.4
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 +919 -4818
- package/dist/index.d.ts +919 -4818
- package/dist/index.js +463 -0
- package/dist/index.mjs +461 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -71,6 +71,7 @@ __export(index_exports, {
|
|
|
71
71
|
deleteWorkspacesById: () => deleteWorkspacesById,
|
|
72
72
|
getAgents: () => getAgents,
|
|
73
73
|
getAgentsById: () => getAgentsById,
|
|
74
|
+
getAgentsByIdTrainingStats: () => getAgentsByIdTrainingStats,
|
|
74
75
|
getAiChunksDocumentByDocumentId: () => getAiChunksDocumentByDocumentId,
|
|
75
76
|
getAiConversations: () => getAiConversations,
|
|
76
77
|
getAiConversationsById: () => getAiConversationsById,
|
|
@@ -137,6 +138,7 @@ __export(index_exports, {
|
|
|
137
138
|
getTenantMemberships: () => getTenantMemberships,
|
|
138
139
|
getTenants: () => getTenants,
|
|
139
140
|
getTenantsById: () => getTenantsById,
|
|
141
|
+
getTenantsByTenantIdStats: () => getTenantsByTenantIdStats,
|
|
140
142
|
getThreads: () => getThreads,
|
|
141
143
|
getThreadsById: () => getThreadsById,
|
|
142
144
|
getThreadsSearch: () => getThreadsSearch,
|
|
@@ -1103,6 +1105,7 @@ var client = createClient(
|
|
|
1103
1105
|
|
|
1104
1106
|
// src/_internal/sdk.gen.ts
|
|
1105
1107
|
var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
1108
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1106
1109
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1107
1110
|
url: "/ai/search/advanced",
|
|
1108
1111
|
...options,
|
|
@@ -1112,21 +1115,31 @@ var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
|
1112
1115
|
}
|
|
1113
1116
|
});
|
|
1114
1117
|
var deleteExtractionDocumentsById = (options) => (options.client ?? client).delete({
|
|
1118
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1115
1119
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1116
1120
|
url: "/extraction/documents/{id}",
|
|
1117
1121
|
...options
|
|
1118
1122
|
});
|
|
1119
1123
|
var getExtractionDocumentsById = (options) => (options.client ?? client).get({
|
|
1124
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1120
1125
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1121
1126
|
url: "/extraction/documents/{id}",
|
|
1122
1127
|
...options
|
|
1123
1128
|
});
|
|
1124
1129
|
var getThreads = (options) => (options.client ?? client).get({
|
|
1130
|
+
querySerializer: {
|
|
1131
|
+
parameters: {
|
|
1132
|
+
filter: { object: { style: "form" } },
|
|
1133
|
+
page: { object: { style: "form" } },
|
|
1134
|
+
fields: { object: { style: "form" } }
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1125
1137
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1126
1138
|
url: "/threads",
|
|
1127
1139
|
...options
|
|
1128
1140
|
});
|
|
1129
1141
|
var postThreads = (options) => (options.client ?? client).post({
|
|
1142
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1130
1143
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1131
1144
|
url: "/threads",
|
|
1132
1145
|
...options,
|
|
@@ -1136,26 +1149,36 @@ var postThreads = (options) => (options.client ?? client).post({
|
|
|
1136
1149
|
}
|
|
1137
1150
|
});
|
|
1138
1151
|
var getExtractionSchemasWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1152
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1139
1153
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1140
1154
|
url: "/extraction/schemas/workspace/{workspace_id}",
|
|
1141
1155
|
...options
|
|
1142
1156
|
});
|
|
1143
1157
|
var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
1158
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1144
1159
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1145
1160
|
url: "/llm_analytics/costs",
|
|
1146
1161
|
...options
|
|
1147
1162
|
});
|
|
1148
1163
|
var getAiChunksDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
1164
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1149
1165
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1150
1166
|
url: "/ai/chunks/document/{document_id}",
|
|
1151
1167
|
...options
|
|
1152
1168
|
});
|
|
1153
1169
|
var getWorkspaces = (options) => (options.client ?? client).get({
|
|
1170
|
+
querySerializer: {
|
|
1171
|
+
parameters: {
|
|
1172
|
+
filter: { object: { style: "form" } },
|
|
1173
|
+
fields: { object: { style: "form" } }
|
|
1174
|
+
}
|
|
1175
|
+
},
|
|
1154
1176
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1155
1177
|
url: "/workspaces",
|
|
1156
1178
|
...options
|
|
1157
1179
|
});
|
|
1158
1180
|
var postWorkspaces = (options) => (options.client ?? client).post({
|
|
1181
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1159
1182
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1160
1183
|
url: "/workspaces",
|
|
1161
1184
|
...options,
|
|
@@ -1165,11 +1188,13 @@ var postWorkspaces = (options) => (options.client ?? client).post({
|
|
|
1165
1188
|
}
|
|
1166
1189
|
});
|
|
1167
1190
|
var getDocumentsStats = (options) => (options.client ?? client).get({
|
|
1191
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1168
1192
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1169
1193
|
url: "/documents/stats",
|
|
1170
1194
|
...options
|
|
1171
1195
|
});
|
|
1172
1196
|
var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
1197
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1173
1198
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1174
1199
|
url: "/objects/register",
|
|
1175
1200
|
...options,
|
|
@@ -1179,21 +1204,30 @@ var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
|
1179
1204
|
}
|
|
1180
1205
|
});
|
|
1181
1206
|
var getLlmAnalyticsWorkspace = (options) => (options.client ?? client).get({
|
|
1207
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1182
1208
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1183
1209
|
url: "/llm_analytics/workspace",
|
|
1184
1210
|
...options
|
|
1185
1211
|
});
|
|
1186
1212
|
var getSearchIndexes = (options) => (options.client ?? client).get({
|
|
1213
|
+
querySerializer: {
|
|
1214
|
+
parameters: {
|
|
1215
|
+
filter: { object: { style: "form" } },
|
|
1216
|
+
fields: { object: { style: "form" } }
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1187
1219
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1188
1220
|
url: "/search/indexes",
|
|
1189
1221
|
...options
|
|
1190
1222
|
});
|
|
1191
1223
|
var getCreditPackagesSlugBySlug = (options) => (options.client ?? client).get({
|
|
1224
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1192
1225
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1193
1226
|
url: "/credit-packages/slug/{slug}",
|
|
1194
1227
|
...options
|
|
1195
1228
|
});
|
|
1196
1229
|
var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
1230
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1197
1231
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1198
1232
|
url: "/extraction/batches",
|
|
1199
1233
|
...options,
|
|
@@ -1203,11 +1237,13 @@ var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
|
1203
1237
|
}
|
|
1204
1238
|
});
|
|
1205
1239
|
var getLlmAnalyticsPlatform = (options) => (options.client ?? client).get({
|
|
1240
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1206
1241
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1207
1242
|
url: "/llm_analytics/platform",
|
|
1208
1243
|
...options
|
|
1209
1244
|
});
|
|
1210
1245
|
var postPayments = (options) => (options.client ?? client).post({
|
|
1246
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1211
1247
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1212
1248
|
url: "/payments",
|
|
1213
1249
|
...options,
|
|
@@ -1217,11 +1253,18 @@ var postPayments = (options) => (options.client ?? client).post({
|
|
|
1217
1253
|
}
|
|
1218
1254
|
});
|
|
1219
1255
|
var getExtractionBatchesWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1256
|
+
querySerializer: {
|
|
1257
|
+
parameters: {
|
|
1258
|
+
filter: { object: { style: "form" } },
|
|
1259
|
+
fields: { object: { style: "form" } }
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1220
1262
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1221
1263
|
url: "/extraction/batches/workspace/{workspace_id}",
|
|
1222
1264
|
...options
|
|
1223
1265
|
});
|
|
1224
1266
|
var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1267
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1225
1268
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1226
1269
|
url: "/api_keys/{id}/revoke",
|
|
1227
1270
|
...options,
|
|
@@ -1231,16 +1274,19 @@ var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1231
1274
|
}
|
|
1232
1275
|
});
|
|
1233
1276
|
var getInvitationsConsumeByToken = (options) => (options.client ?? client).get({
|
|
1277
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1234
1278
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1235
1279
|
url: "/invitations/consume/{token}",
|
|
1236
1280
|
...options
|
|
1237
1281
|
});
|
|
1238
1282
|
var getExtractionDocumentsByIdStatus = (options) => (options.client ?? client).get({
|
|
1283
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1239
1284
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1240
1285
|
url: "/extraction/documents/{id}/status",
|
|
1241
1286
|
...options
|
|
1242
1287
|
});
|
|
1243
1288
|
var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client).patch({
|
|
1289
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1244
1290
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1245
1291
|
url: "/extraction/documents/{id}/status",
|
|
1246
1292
|
...options,
|
|
@@ -1250,6 +1296,7 @@ var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client)
|
|
|
1250
1296
|
}
|
|
1251
1297
|
});
|
|
1252
1298
|
var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? client).patch({
|
|
1299
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1253
1300
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1254
1301
|
url: "/extraction/documents/{id}/finish_upload",
|
|
1255
1302
|
...options,
|
|
@@ -1259,6 +1306,7 @@ var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? c
|
|
|
1259
1306
|
}
|
|
1260
1307
|
});
|
|
1261
1308
|
var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch({
|
|
1309
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1262
1310
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1263
1311
|
url: "/workspaces/{id}/allocate",
|
|
1264
1312
|
...options,
|
|
@@ -1268,6 +1316,7 @@ var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch(
|
|
|
1268
1316
|
}
|
|
1269
1317
|
});
|
|
1270
1318
|
var postThreadsActive = (options) => (options.client ?? client).post({
|
|
1319
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1271
1320
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1272
1321
|
url: "/threads/active",
|
|
1273
1322
|
...options,
|
|
@@ -1277,6 +1326,7 @@ var postThreadsActive = (options) => (options.client ?? client).post({
|
|
|
1277
1326
|
}
|
|
1278
1327
|
});
|
|
1279
1328
|
var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1329
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1280
1330
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1281
1331
|
url: "/invitations/{id}/revoke",
|
|
1282
1332
|
...options,
|
|
@@ -1286,11 +1336,19 @@ var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1286
1336
|
}
|
|
1287
1337
|
});
|
|
1288
1338
|
var getConfigs = (options) => (options.client ?? client).get({
|
|
1339
|
+
querySerializer: {
|
|
1340
|
+
parameters: {
|
|
1341
|
+
filter: { object: { style: "form" } },
|
|
1342
|
+
page: { object: { style: "form" } },
|
|
1343
|
+
fields: { object: { style: "form" } }
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1289
1346
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1290
1347
|
url: "/configs",
|
|
1291
1348
|
...options
|
|
1292
1349
|
});
|
|
1293
1350
|
var postConfigs = (options) => (options.client ?? client).post({
|
|
1351
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1294
1352
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1295
1353
|
url: "/configs",
|
|
1296
1354
|
...options,
|
|
@@ -1300,6 +1358,7 @@ var postConfigs = (options) => (options.client ?? client).post({
|
|
|
1300
1358
|
}
|
|
1301
1359
|
});
|
|
1302
1360
|
var postTokens = (options) => (options.client ?? client).post({
|
|
1361
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1303
1362
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1304
1363
|
url: "/tokens",
|
|
1305
1364
|
...options,
|
|
@@ -1309,16 +1368,19 @@ var postTokens = (options) => (options.client ?? client).post({
|
|
|
1309
1368
|
}
|
|
1310
1369
|
});
|
|
1311
1370
|
var deleteTrainingExamplesById = (options) => (options.client ?? client).delete({
|
|
1371
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1312
1372
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1313
1373
|
url: "/training_examples/{id}",
|
|
1314
1374
|
...options
|
|
1315
1375
|
});
|
|
1316
1376
|
var getTrainingExamplesById = (options) => (options.client ?? client).get({
|
|
1377
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1317
1378
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1318
1379
|
url: "/training_examples/{id}",
|
|
1319
1380
|
...options
|
|
1320
1381
|
});
|
|
1321
1382
|
var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
1383
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1322
1384
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1323
1385
|
url: "/training_examples/{id}",
|
|
1324
1386
|
...options,
|
|
@@ -1328,11 +1390,13 @@ var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
|
1328
1390
|
}
|
|
1329
1391
|
});
|
|
1330
1392
|
var deleteSearchSavedById = (options) => (options.client ?? client).delete({
|
|
1393
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1331
1394
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1332
1395
|
url: "/search/saved/{id}",
|
|
1333
1396
|
...options
|
|
1334
1397
|
});
|
|
1335
1398
|
var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch({
|
|
1399
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1336
1400
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1337
1401
|
url: "/users/auth/reset-password",
|
|
1338
1402
|
...options,
|
|
@@ -1342,16 +1406,19 @@ var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch(
|
|
|
1342
1406
|
}
|
|
1343
1407
|
});
|
|
1344
1408
|
var getBucketsByIdStats = (options) => (options.client ?? client).get({
|
|
1409
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1345
1410
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1346
1411
|
url: "/buckets/{id}/stats",
|
|
1347
1412
|
...options
|
|
1348
1413
|
});
|
|
1349
1414
|
var getBucketsByIdObjects = (options) => (options.client ?? client).get({
|
|
1415
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1350
1416
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1351
1417
|
url: "/buckets/{id}/objects",
|
|
1352
1418
|
...options
|
|
1353
1419
|
});
|
|
1354
1420
|
var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
1421
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1355
1422
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1356
1423
|
url: "/invitations/{id}/resend",
|
|
1357
1424
|
...options,
|
|
@@ -1361,11 +1428,18 @@ var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
|
1361
1428
|
}
|
|
1362
1429
|
});
|
|
1363
1430
|
var getSearchSaved = (options) => (options.client ?? client).get({
|
|
1431
|
+
querySerializer: {
|
|
1432
|
+
parameters: {
|
|
1433
|
+
filter: { object: { style: "form" } },
|
|
1434
|
+
fields: { object: { style: "form" } }
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1364
1437
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1365
1438
|
url: "/search/saved",
|
|
1366
1439
|
...options
|
|
1367
1440
|
});
|
|
1368
1441
|
var postSearchSaved = (options) => (options.client ?? client).post({
|
|
1442
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1369
1443
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1370
1444
|
url: "/search/saved",
|
|
1371
1445
|
...options,
|
|
@@ -1375,11 +1449,13 @@ var postSearchSaved = (options) => (options.client ?? client).post({
|
|
|
1375
1449
|
}
|
|
1376
1450
|
});
|
|
1377
1451
|
var getUserProfilesMe = (options) => (options.client ?? client).get({
|
|
1452
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1378
1453
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1379
1454
|
url: "/user_profiles/me",
|
|
1380
1455
|
...options
|
|
1381
1456
|
});
|
|
1382
1457
|
var postInvitationsInvite = (options) => (options.client ?? client).post({
|
|
1458
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1383
1459
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1384
1460
|
url: "/invitations/invite",
|
|
1385
1461
|
...options,
|
|
@@ -1389,16 +1465,19 @@ var postInvitationsInvite = (options) => (options.client ?? client).post({
|
|
|
1389
1465
|
}
|
|
1390
1466
|
});
|
|
1391
1467
|
var deleteWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
1468
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1392
1469
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1393
1470
|
url: "/webhook_configs/{id}",
|
|
1394
1471
|
...options
|
|
1395
1472
|
});
|
|
1396
1473
|
var getWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
1474
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1397
1475
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1398
1476
|
url: "/webhook_configs/{id}",
|
|
1399
1477
|
...options
|
|
1400
1478
|
});
|
|
1401
1479
|
var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
1480
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1402
1481
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1403
1482
|
url: "/webhook_configs/{id}",
|
|
1404
1483
|
...options,
|
|
@@ -1408,6 +1487,7 @@ var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
|
1408
1487
|
}
|
|
1409
1488
|
});
|
|
1410
1489
|
var postInvitationsAcceptByToken = (options) => (options.client ?? client).post({
|
|
1490
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1411
1491
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1412
1492
|
url: "/invitations/accept_by_token",
|
|
1413
1493
|
...options,
|
|
@@ -1417,11 +1497,13 @@ var postInvitationsAcceptByToken = (options) => (options.client ?? client).post(
|
|
|
1417
1497
|
}
|
|
1418
1498
|
});
|
|
1419
1499
|
var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
|
|
1500
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1420
1501
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1421
1502
|
url: "/extraction/batches/{id}/upload-urls",
|
|
1422
1503
|
...options
|
|
1423
1504
|
});
|
|
1424
1505
|
var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
1506
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1425
1507
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1426
1508
|
url: "/documents/bulk_delete",
|
|
1427
1509
|
...options,
|
|
@@ -1431,6 +1513,7 @@ var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
|
1431
1513
|
}
|
|
1432
1514
|
});
|
|
1433
1515
|
var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
1516
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1434
1517
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1435
1518
|
url: "/ai/chunks/search",
|
|
1436
1519
|
...options,
|
|
@@ -1440,6 +1523,7 @@ var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
|
1440
1523
|
}
|
|
1441
1524
|
});
|
|
1442
1525
|
var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
1526
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1443
1527
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1444
1528
|
url: "/threads/{id}/messages",
|
|
1445
1529
|
...options,
|
|
@@ -1449,6 +1533,7 @@ var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
|
1449
1533
|
}
|
|
1450
1534
|
});
|
|
1451
1535
|
var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
1536
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1452
1537
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1453
1538
|
url: "/agents/clone_for_workspace",
|
|
1454
1539
|
...options,
|
|
@@ -1458,6 +1543,7 @@ var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
|
1458
1543
|
}
|
|
1459
1544
|
});
|
|
1460
1545
|
var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
1546
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1461
1547
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1462
1548
|
url: "/invitations/{id}/accept",
|
|
1463
1549
|
...options,
|
|
@@ -1467,16 +1553,19 @@ var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
|
1467
1553
|
}
|
|
1468
1554
|
});
|
|
1469
1555
|
var getCreditPackagesById = (options) => (options.client ?? client).get({
|
|
1556
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1470
1557
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1471
1558
|
url: "/credit-packages/{id}",
|
|
1472
1559
|
...options
|
|
1473
1560
|
});
|
|
1474
1561
|
var getUsersById = (options) => (options.client ?? client).get({
|
|
1562
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1475
1563
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1476
1564
|
url: "/users/{id}",
|
|
1477
1565
|
...options
|
|
1478
1566
|
});
|
|
1479
1567
|
var patchUsersById = (options) => (options.client ?? client).patch({
|
|
1568
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1480
1569
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1481
1570
|
url: "/users/{id}",
|
|
1482
1571
|
...options,
|
|
@@ -1486,11 +1575,13 @@ var patchUsersById = (options) => (options.client ?? client).patch({
|
|
|
1486
1575
|
}
|
|
1487
1576
|
});
|
|
1488
1577
|
var getExtractionResultsById = (options) => (options.client ?? client).get({
|
|
1578
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1489
1579
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1490
1580
|
url: "/extraction/results/{id}",
|
|
1491
1581
|
...options
|
|
1492
1582
|
});
|
|
1493
1583
|
var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
1584
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1494
1585
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1495
1586
|
url: "/agents/{id}/validate",
|
|
1496
1587
|
...options,
|
|
@@ -1500,6 +1591,7 @@ var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
|
1500
1591
|
}
|
|
1501
1592
|
});
|
|
1502
1593
|
var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
1594
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1503
1595
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1504
1596
|
url: "/webhook_configs/{id}/test",
|
|
1505
1597
|
...options,
|
|
@@ -1509,11 +1601,13 @@ var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
|
1509
1601
|
}
|
|
1510
1602
|
});
|
|
1511
1603
|
var getUsersMe = (options) => (options.client ?? client).get({
|
|
1604
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1512
1605
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1513
1606
|
url: "/users/me",
|
|
1514
1607
|
...options
|
|
1515
1608
|
});
|
|
1516
1609
|
var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
|
|
1610
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1517
1611
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1518
1612
|
url: "/users/auth/register_with_oidc",
|
|
1519
1613
|
...options,
|
|
@@ -1523,16 +1617,25 @@ var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post
|
|
|
1523
1617
|
}
|
|
1524
1618
|
});
|
|
1525
1619
|
var getTransactionsById = (options) => (options.client ?? client).get({
|
|
1620
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1526
1621
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1527
1622
|
url: "/transactions/{id}",
|
|
1528
1623
|
...options
|
|
1529
1624
|
});
|
|
1530
1625
|
var getTenantMemberships = (options) => (options.client ?? client).get({
|
|
1626
|
+
querySerializer: {
|
|
1627
|
+
parameters: {
|
|
1628
|
+
filter: { object: { style: "form" } },
|
|
1629
|
+
page: { object: { style: "form" } },
|
|
1630
|
+
fields: { object: { style: "form" } }
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1531
1633
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1532
1634
|
url: "/tenant-memberships",
|
|
1533
1635
|
...options
|
|
1534
1636
|
});
|
|
1535
1637
|
var postTenantMemberships = (options) => (options.client ?? client).post({
|
|
1638
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1536
1639
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1537
1640
|
url: "/tenant-memberships",
|
|
1538
1641
|
...options,
|
|
@@ -1551,21 +1654,25 @@ var postTrainingExamplesBulkDelete = (options) => (options.client ?? client).pos
|
|
|
1551
1654
|
}
|
|
1552
1655
|
});
|
|
1553
1656
|
var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
1657
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1554
1658
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1555
1659
|
url: "/llm_analytics/summary",
|
|
1556
1660
|
...options
|
|
1557
1661
|
});
|
|
1558
1662
|
var deleteExtractionSchemaFieldsById = (options) => (options.client ?? client).delete({
|
|
1663
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1559
1664
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1560
1665
|
url: "/extraction/schema-fields/{id}",
|
|
1561
1666
|
...options
|
|
1562
1667
|
});
|
|
1563
1668
|
var getExtractionSchemaFieldsById = (options) => (options.client ?? client).get({
|
|
1669
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1564
1670
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1565
1671
|
url: "/extraction/schema-fields/{id}",
|
|
1566
1672
|
...options
|
|
1567
1673
|
});
|
|
1568
1674
|
var patchExtractionSchemaFieldsById = (options) => (options.client ?? client).patch({
|
|
1675
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1569
1676
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1570
1677
|
url: "/extraction/schema-fields/{id}",
|
|
1571
1678
|
...options,
|
|
@@ -1575,6 +1682,7 @@ var patchExtractionSchemaFieldsById = (options) => (options.client ?? client).pa
|
|
|
1575
1682
|
}
|
|
1576
1683
|
});
|
|
1577
1684
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
1685
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1578
1686
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1579
1687
|
url: "/storage/sign_download",
|
|
1580
1688
|
...options,
|
|
@@ -1584,31 +1692,64 @@ var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
|
1584
1692
|
}
|
|
1585
1693
|
});
|
|
1586
1694
|
var getWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
1695
|
+
querySerializer: {
|
|
1696
|
+
parameters: {
|
|
1697
|
+
filter: { object: { style: "form" } },
|
|
1698
|
+
page: { object: { style: "form" } },
|
|
1699
|
+
fields: { object: { style: "form" } }
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1587
1702
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1588
1703
|
url: "/webhook_deliveries",
|
|
1589
1704
|
...options
|
|
1590
1705
|
});
|
|
1591
1706
|
var getSearch = (options) => (options.client ?? client).get({
|
|
1707
|
+
querySerializer: {
|
|
1708
|
+
parameters: {
|
|
1709
|
+
filter: { object: { style: "form" } },
|
|
1710
|
+
fields: { object: { style: "form" } }
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1592
1713
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1593
1714
|
url: "/search",
|
|
1594
1715
|
...options
|
|
1595
1716
|
});
|
|
1596
1717
|
var getInvitations = (options) => (options.client ?? client).get({
|
|
1718
|
+
querySerializer: {
|
|
1719
|
+
parameters: {
|
|
1720
|
+
filter: { object: { style: "form" } },
|
|
1721
|
+
fields: { object: { style: "form" } }
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1597
1724
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1598
1725
|
url: "/invitations",
|
|
1599
1726
|
...options
|
|
1600
1727
|
});
|
|
1601
1728
|
var getSearchSemantic = (options) => (options.client ?? client).get({
|
|
1729
|
+
querySerializer: {
|
|
1730
|
+
parameters: {
|
|
1731
|
+
filter: { object: { style: "form" } },
|
|
1732
|
+
fields: { object: { style: "form" } }
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1602
1735
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1603
1736
|
url: "/search/semantic",
|
|
1604
1737
|
...options
|
|
1605
1738
|
});
|
|
1606
1739
|
var getMessages = (options) => (options.client ?? client).get({
|
|
1740
|
+
querySerializer: {
|
|
1741
|
+
parameters: {
|
|
1742
|
+
filter: { object: { style: "form" } },
|
|
1743
|
+
page: { object: { style: "form" } },
|
|
1744
|
+
fields: { object: { style: "form" } }
|
|
1745
|
+
}
|
|
1746
|
+
},
|
|
1607
1747
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1608
1748
|
url: "/messages",
|
|
1609
1749
|
...options
|
|
1610
1750
|
});
|
|
1611
1751
|
var postMessages = (options) => (options.client ?? client).post({
|
|
1752
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1612
1753
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1613
1754
|
url: "/messages",
|
|
1614
1755
|
...options,
|
|
@@ -1618,11 +1759,19 @@ var postMessages = (options) => (options.client ?? client).post({
|
|
|
1618
1759
|
}
|
|
1619
1760
|
});
|
|
1620
1761
|
var getNotificationPreferences = (options) => (options.client ?? client).get({
|
|
1762
|
+
querySerializer: {
|
|
1763
|
+
parameters: {
|
|
1764
|
+
filter: { object: { style: "form" } },
|
|
1765
|
+
page: { object: { style: "form" } },
|
|
1766
|
+
fields: { object: { style: "form" } }
|
|
1767
|
+
}
|
|
1768
|
+
},
|
|
1621
1769
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1622
1770
|
url: "/notification_preferences",
|
|
1623
1771
|
...options
|
|
1624
1772
|
});
|
|
1625
1773
|
var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
1774
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1626
1775
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1627
1776
|
url: "/notification_preferences",
|
|
1628
1777
|
...options,
|
|
@@ -1632,11 +1781,19 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
|
1632
1781
|
}
|
|
1633
1782
|
});
|
|
1634
1783
|
var getApplications = (options) => (options.client ?? client).get({
|
|
1784
|
+
querySerializer: {
|
|
1785
|
+
parameters: {
|
|
1786
|
+
filter: { object: { style: "form" } },
|
|
1787
|
+
page: { object: { style: "form" } },
|
|
1788
|
+
fields: { object: { style: "form" } }
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1635
1791
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1636
1792
|
url: "/applications",
|
|
1637
1793
|
...options
|
|
1638
1794
|
});
|
|
1639
1795
|
var postApplications = (options) => (options.client ?? client).post({
|
|
1796
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1640
1797
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1641
1798
|
url: "/applications",
|
|
1642
1799
|
...options,
|
|
@@ -1655,16 +1812,19 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
1655
1812
|
}
|
|
1656
1813
|
});
|
|
1657
1814
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
1815
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1658
1816
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1659
1817
|
url: "/threads/{id}",
|
|
1660
1818
|
...options
|
|
1661
1819
|
});
|
|
1662
1820
|
var getThreadsById = (options) => (options.client ?? client).get({
|
|
1821
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1663
1822
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1664
1823
|
url: "/threads/{id}",
|
|
1665
1824
|
...options
|
|
1666
1825
|
});
|
|
1667
1826
|
var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
1827
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1668
1828
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1669
1829
|
url: "/threads/{id}",
|
|
1670
1830
|
...options,
|
|
@@ -1674,11 +1834,19 @@ var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
|
1674
1834
|
}
|
|
1675
1835
|
});
|
|
1676
1836
|
var getLlmAnalytics = (options) => (options.client ?? client).get({
|
|
1837
|
+
querySerializer: {
|
|
1838
|
+
parameters: {
|
|
1839
|
+
filter: { object: { style: "form" } },
|
|
1840
|
+
page: { object: { style: "form" } },
|
|
1841
|
+
fields: { object: { style: "form" } }
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1677
1844
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1678
1845
|
url: "/llm_analytics",
|
|
1679
1846
|
...options
|
|
1680
1847
|
});
|
|
1681
1848
|
var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
1849
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1682
1850
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1683
1851
|
url: "/llm_analytics",
|
|
1684
1852
|
...options,
|
|
@@ -1688,6 +1856,7 @@ var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
|
1688
1856
|
}
|
|
1689
1857
|
});
|
|
1690
1858
|
var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch({
|
|
1859
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1691
1860
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1692
1861
|
url: "/users/{id}/reset-password",
|
|
1693
1862
|
...options,
|
|
@@ -1697,6 +1866,7 @@ var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch(
|
|
|
1697
1866
|
}
|
|
1698
1867
|
});
|
|
1699
1868
|
var postDocumentsPresignedUpload = (options) => (options.client ?? client).post({
|
|
1869
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1700
1870
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1701
1871
|
url: "/documents/presigned_upload",
|
|
1702
1872
|
...options,
|
|
@@ -1706,11 +1876,13 @@ var postDocumentsPresignedUpload = (options) => (options.client ?? client).post(
|
|
|
1706
1876
|
}
|
|
1707
1877
|
});
|
|
1708
1878
|
var getMessagesSearch = (options) => (options.client ?? client).get({
|
|
1879
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1709
1880
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1710
1881
|
url: "/messages/search",
|
|
1711
1882
|
...options
|
|
1712
1883
|
});
|
|
1713
1884
|
var postExtractionDocumentsUpload = (options) => (options.client ?? client).post({
|
|
1885
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1714
1886
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1715
1887
|
url: "/extraction/documents/upload",
|
|
1716
1888
|
...options,
|
|
@@ -1720,6 +1892,7 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
|
|
|
1720
1892
|
}
|
|
1721
1893
|
});
|
|
1722
1894
|
var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
|
|
1895
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1723
1896
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1724
1897
|
url: "/extraction/results/{id}/corrections",
|
|
1725
1898
|
...options,
|
|
@@ -1729,21 +1902,25 @@ var patchExtractionResultsByIdCorrections = (options) => (options.client ?? clie
|
|
|
1729
1902
|
}
|
|
1730
1903
|
});
|
|
1731
1904
|
var getExtractionResultsDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
1905
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1732
1906
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1733
1907
|
url: "/extraction/results/document/{document_id}",
|
|
1734
1908
|
...options
|
|
1735
1909
|
});
|
|
1736
1910
|
var deleteWorkspacesById = (options) => (options.client ?? client).delete({
|
|
1911
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1737
1912
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1738
1913
|
url: "/workspaces/{id}",
|
|
1739
1914
|
...options
|
|
1740
1915
|
});
|
|
1741
1916
|
var getWorkspacesById = (options) => (options.client ?? client).get({
|
|
1917
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1742
1918
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1743
1919
|
url: "/workspaces/{id}",
|
|
1744
1920
|
...options
|
|
1745
1921
|
});
|
|
1746
1922
|
var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
1923
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1747
1924
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1748
1925
|
url: "/workspaces/{id}",
|
|
1749
1926
|
...options,
|
|
@@ -1753,11 +1930,19 @@ var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
|
1753
1930
|
}
|
|
1754
1931
|
});
|
|
1755
1932
|
var getTenants = (options) => (options.client ?? client).get({
|
|
1933
|
+
querySerializer: {
|
|
1934
|
+
parameters: {
|
|
1935
|
+
filter: { object: { style: "form" } },
|
|
1936
|
+
page: { object: { style: "form" } },
|
|
1937
|
+
fields: { object: { style: "form" } }
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1756
1940
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1757
1941
|
url: "/tenants",
|
|
1758
1942
|
...options
|
|
1759
1943
|
});
|
|
1760
1944
|
var postTenants = (options) => (options.client ?? client).post({
|
|
1945
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1761
1946
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1762
1947
|
url: "/tenants",
|
|
1763
1948
|
...options,
|
|
@@ -1767,6 +1952,7 @@ var postTenants = (options) => (options.client ?? client).post({
|
|
|
1767
1952
|
}
|
|
1768
1953
|
});
|
|
1769
1954
|
var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post({
|
|
1955
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1770
1956
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1771
1957
|
url: "/tenants/{id}/remove-storage",
|
|
1772
1958
|
...options,
|
|
@@ -1776,11 +1962,13 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
|
|
|
1776
1962
|
}
|
|
1777
1963
|
});
|
|
1778
1964
|
var getNotificationLogsById = (options) => (options.client ?? client).get({
|
|
1965
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1779
1966
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1780
1967
|
url: "/notification_logs/{id}",
|
|
1781
1968
|
...options
|
|
1782
1969
|
});
|
|
1783
1970
|
var postExtractionDocumentsByIdView = (options) => (options.client ?? client).post({
|
|
1971
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1784
1972
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1785
1973
|
url: "/extraction/documents/{id}/view",
|
|
1786
1974
|
...options,
|
|
@@ -1790,21 +1978,37 @@ var postExtractionDocumentsByIdView = (options) => (options.client ?? client).po
|
|
|
1790
1978
|
}
|
|
1791
1979
|
});
|
|
1792
1980
|
var getWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
1981
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1793
1982
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1794
1983
|
url: "/webhook_deliveries/{id}",
|
|
1795
1984
|
...options
|
|
1796
1985
|
});
|
|
1797
1986
|
var getAuditLogs = (options) => (options.client ?? client).get({
|
|
1987
|
+
querySerializer: {
|
|
1988
|
+
parameters: {
|
|
1989
|
+
filter: { object: { style: "form" } },
|
|
1990
|
+
page: { object: { style: "form" } },
|
|
1991
|
+
fields: { object: { style: "form" } }
|
|
1992
|
+
}
|
|
1993
|
+
},
|
|
1798
1994
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1799
1995
|
url: "/audit-logs",
|
|
1800
1996
|
...options
|
|
1801
1997
|
});
|
|
1802
1998
|
var getAiGraphEdges = (options) => (options.client ?? client).get({
|
|
1999
|
+
querySerializer: {
|
|
2000
|
+
parameters: {
|
|
2001
|
+
filter: { object: { style: "form" } },
|
|
2002
|
+
page: { object: { style: "form" } },
|
|
2003
|
+
fields: { object: { style: "form" } }
|
|
2004
|
+
}
|
|
2005
|
+
},
|
|
1803
2006
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1804
2007
|
url: "/ai/graph/edges",
|
|
1805
2008
|
...options
|
|
1806
2009
|
});
|
|
1807
2010
|
var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
2011
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1808
2012
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1809
2013
|
url: "/ai/graph/edges",
|
|
1810
2014
|
...options,
|
|
@@ -1814,11 +2018,18 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
|
1814
2018
|
}
|
|
1815
2019
|
});
|
|
1816
2020
|
var getTrainingExamples = (options) => (options.client ?? client).get({
|
|
2021
|
+
querySerializer: {
|
|
2022
|
+
parameters: {
|
|
2023
|
+
filter: { object: { style: "form" } },
|
|
2024
|
+
fields: { object: { style: "form" } }
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
1817
2027
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1818
2028
|
url: "/training_examples",
|
|
1819
2029
|
...options
|
|
1820
2030
|
});
|
|
1821
2031
|
var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
2032
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1822
2033
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1823
2034
|
url: "/training_examples",
|
|
1824
2035
|
...options,
|
|
@@ -1828,16 +2039,30 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
|
1828
2039
|
}
|
|
1829
2040
|
});
|
|
1830
2041
|
var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
|
|
2042
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1831
2043
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1832
2044
|
url: "/workspaces/{workspace_id}/extraction/exports/{id}",
|
|
1833
2045
|
...options
|
|
1834
2046
|
});
|
|
2047
|
+
var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
2048
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2049
|
+
url: "/agents/{id}/training_stats",
|
|
2050
|
+
...options
|
|
2051
|
+
});
|
|
1835
2052
|
var getBuckets = (options) => (options.client ?? client).get({
|
|
2053
|
+
querySerializer: {
|
|
2054
|
+
parameters: {
|
|
2055
|
+
filter: { object: { style: "form" } },
|
|
2056
|
+
page: { object: { style: "form" } },
|
|
2057
|
+
fields: { object: { style: "form" } }
|
|
2058
|
+
}
|
|
2059
|
+
},
|
|
1836
2060
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1837
2061
|
url: "/buckets",
|
|
1838
2062
|
...options
|
|
1839
2063
|
});
|
|
1840
2064
|
var postBuckets = (options) => (options.client ?? client).post({
|
|
2065
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1841
2066
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1842
2067
|
url: "/buckets",
|
|
1843
2068
|
...options,
|
|
@@ -1847,11 +2072,19 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
1847
2072
|
}
|
|
1848
2073
|
});
|
|
1849
2074
|
var getPlansById = (options) => (options.client ?? client).get({
|
|
2075
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1850
2076
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1851
2077
|
url: "/plans/{id}",
|
|
1852
2078
|
...options
|
|
1853
2079
|
});
|
|
2080
|
+
var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
|
|
2081
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2082
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2083
|
+
url: "/tenants/{tenant_id}/stats",
|
|
2084
|
+
...options
|
|
2085
|
+
});
|
|
1854
2086
|
var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
2087
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1855
2088
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1856
2089
|
url: "/wallet/addons",
|
|
1857
2090
|
...options,
|
|
@@ -1861,6 +2094,7 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
|
1861
2094
|
}
|
|
1862
2095
|
});
|
|
1863
2096
|
var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
2097
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1864
2098
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1865
2099
|
url: "/users/auth/magic_link/login",
|
|
1866
2100
|
...options,
|
|
@@ -1870,11 +2104,19 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
|
1870
2104
|
}
|
|
1871
2105
|
});
|
|
1872
2106
|
var getApiKeys = (options) => (options.client ?? client).get({
|
|
2107
|
+
querySerializer: {
|
|
2108
|
+
parameters: {
|
|
2109
|
+
filter: { object: { style: "form" } },
|
|
2110
|
+
page: { object: { style: "form" } },
|
|
2111
|
+
fields: { object: { style: "form" } }
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
1873
2114
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1874
2115
|
url: "/api_keys",
|
|
1875
2116
|
...options
|
|
1876
2117
|
});
|
|
1877
2118
|
var postApiKeys = (options) => (options.client ?? client).post({
|
|
2119
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1878
2120
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1879
2121
|
url: "/api_keys",
|
|
1880
2122
|
...options,
|
|
@@ -1884,21 +2126,25 @@ var postApiKeys = (options) => (options.client ?? client).post({
|
|
|
1884
2126
|
}
|
|
1885
2127
|
});
|
|
1886
2128
|
var getAgentsById = (options) => (options.client ?? client).get({
|
|
2129
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1887
2130
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1888
2131
|
url: "/agents/{id}",
|
|
1889
2132
|
...options
|
|
1890
2133
|
});
|
|
1891
2134
|
var deleteApiKeysById = (options) => (options.client ?? client).delete({
|
|
2135
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1892
2136
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1893
2137
|
url: "/api_keys/{id}",
|
|
1894
2138
|
...options
|
|
1895
2139
|
});
|
|
1896
2140
|
var getApiKeysById = (options) => (options.client ?? client).get({
|
|
2141
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1897
2142
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1898
2143
|
url: "/api_keys/{id}",
|
|
1899
2144
|
...options
|
|
1900
2145
|
});
|
|
1901
2146
|
var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
2147
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1902
2148
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1903
2149
|
url: "/api_keys/{id}",
|
|
1904
2150
|
...options,
|
|
@@ -1908,11 +2154,19 @@ var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
|
1908
2154
|
}
|
|
1909
2155
|
});
|
|
1910
2156
|
var getAiConversations = (options) => (options.client ?? client).get({
|
|
2157
|
+
querySerializer: {
|
|
2158
|
+
parameters: {
|
|
2159
|
+
filter: { object: { style: "form" } },
|
|
2160
|
+
page: { object: { style: "form" } },
|
|
2161
|
+
fields: { object: { style: "form" } }
|
|
2162
|
+
}
|
|
2163
|
+
},
|
|
1911
2164
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1912
2165
|
url: "/ai/conversations",
|
|
1913
2166
|
...options
|
|
1914
2167
|
});
|
|
1915
2168
|
var postAiConversations = (options) => (options.client ?? client).post({
|
|
2169
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1916
2170
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1917
2171
|
url: "/ai/conversations",
|
|
1918
2172
|
...options,
|
|
@@ -1922,6 +2176,7 @@ var postAiConversations = (options) => (options.client ?? client).post({
|
|
|
1922
2176
|
}
|
|
1923
2177
|
});
|
|
1924
2178
|
var postAiSearch = (options) => (options.client ?? client).post({
|
|
2179
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1925
2180
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1926
2181
|
url: "/ai/search",
|
|
1927
2182
|
...options,
|
|
@@ -1931,11 +2186,13 @@ var postAiSearch = (options) => (options.client ?? client).post({
|
|
|
1931
2186
|
}
|
|
1932
2187
|
});
|
|
1933
2188
|
var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
|
|
2189
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1934
2190
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1935
2191
|
url: "/ai/graph/nodes/{id}",
|
|
1936
2192
|
...options
|
|
1937
2193
|
});
|
|
1938
2194
|
var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
|
|
2195
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1939
2196
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1940
2197
|
url: "/wallet/addons/{addon_slug}/cancel",
|
|
1941
2198
|
...options,
|
|
@@ -1945,16 +2202,19 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
|
|
|
1945
2202
|
}
|
|
1946
2203
|
});
|
|
1947
2204
|
var deleteApplicationsById = (options) => (options.client ?? client).delete({
|
|
2205
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1948
2206
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1949
2207
|
url: "/applications/{id}",
|
|
1950
2208
|
...options
|
|
1951
2209
|
});
|
|
1952
2210
|
var getApplicationsById = (options) => (options.client ?? client).get({
|
|
2211
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1953
2212
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1954
2213
|
url: "/applications/{id}",
|
|
1955
2214
|
...options
|
|
1956
2215
|
});
|
|
1957
2216
|
var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
2217
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1958
2218
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1959
2219
|
url: "/applications/{id}",
|
|
1960
2220
|
...options,
|
|
@@ -1964,21 +2224,41 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
|
1964
2224
|
}
|
|
1965
2225
|
});
|
|
1966
2226
|
var getSearchHealth = (options) => (options.client ?? client).get({
|
|
2227
|
+
querySerializer: {
|
|
2228
|
+
parameters: {
|
|
2229
|
+
filter: { object: { style: "form" } },
|
|
2230
|
+
fields: { object: { style: "form" } }
|
|
2231
|
+
}
|
|
2232
|
+
},
|
|
1967
2233
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1968
2234
|
url: "/search/health",
|
|
1969
2235
|
...options
|
|
1970
2236
|
});
|
|
1971
2237
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
2238
|
+
querySerializer: {
|
|
2239
|
+
parameters: {
|
|
2240
|
+
filter: { object: { style: "form" } },
|
|
2241
|
+
fields: { object: { style: "form" } }
|
|
2242
|
+
}
|
|
2243
|
+
},
|
|
1972
2244
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1973
2245
|
url: "/transactions",
|
|
1974
2246
|
...options
|
|
1975
2247
|
});
|
|
1976
2248
|
var getUserProfiles = (options) => (options.client ?? client).get({
|
|
2249
|
+
querySerializer: {
|
|
2250
|
+
parameters: {
|
|
2251
|
+
filter: { object: { style: "form" } },
|
|
2252
|
+
page: { object: { style: "form" } },
|
|
2253
|
+
fields: { object: { style: "form" } }
|
|
2254
|
+
}
|
|
2255
|
+
},
|
|
1977
2256
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1978
2257
|
url: "/user_profiles",
|
|
1979
2258
|
...options
|
|
1980
2259
|
});
|
|
1981
2260
|
var postUserProfiles = (options) => (options.client ?? client).post({
|
|
2261
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1982
2262
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1983
2263
|
url: "/user_profiles",
|
|
1984
2264
|
...options,
|
|
@@ -1988,6 +2268,7 @@ var postUserProfiles = (options) => (options.client ?? client).post({
|
|
|
1988
2268
|
}
|
|
1989
2269
|
});
|
|
1990
2270
|
var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
2271
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1991
2272
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1992
2273
|
url: "/users/{id}/confirm-email",
|
|
1993
2274
|
...options,
|
|
@@ -1997,11 +2278,13 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
|
1997
2278
|
}
|
|
1998
2279
|
});
|
|
1999
2280
|
var getThreadsSearch = (options) => (options.client ?? client).get({
|
|
2281
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2000
2282
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2001
2283
|
url: "/threads/search",
|
|
2002
2284
|
...options
|
|
2003
2285
|
});
|
|
2004
2286
|
var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
2287
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2005
2288
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2006
2289
|
url: "/wallet/plan",
|
|
2007
2290
|
...options,
|
|
@@ -2011,21 +2294,31 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
|
2011
2294
|
}
|
|
2012
2295
|
});
|
|
2013
2296
|
var getPlansSlugBySlug = (options) => (options.client ?? client).get({
|
|
2297
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2014
2298
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2015
2299
|
url: "/plans/slug/{slug}",
|
|
2016
2300
|
...options
|
|
2017
2301
|
});
|
|
2018
2302
|
var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
2303
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2019
2304
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2020
2305
|
url: "/llm_analytics/{id}",
|
|
2021
2306
|
...options
|
|
2022
2307
|
});
|
|
2023
2308
|
var getExtractionSchemaFields = (options) => (options.client ?? client).get({
|
|
2309
|
+
querySerializer: {
|
|
2310
|
+
parameters: {
|
|
2311
|
+
filter: { object: { style: "form" } },
|
|
2312
|
+
page: { object: { style: "form" } },
|
|
2313
|
+
fields: { object: { style: "form" } }
|
|
2314
|
+
}
|
|
2315
|
+
},
|
|
2024
2316
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2025
2317
|
url: "/extraction/schema-fields",
|
|
2026
2318
|
...options
|
|
2027
2319
|
});
|
|
2028
2320
|
var postExtractionSchemaFields = (options) => (options.client ?? client).post({
|
|
2321
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2029
2322
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2030
2323
|
url: "/extraction/schema-fields",
|
|
2031
2324
|
...options,
|
|
@@ -2035,11 +2328,18 @@ var postExtractionSchemaFields = (options) => (options.client ?? client).post({
|
|
|
2035
2328
|
}
|
|
2036
2329
|
});
|
|
2037
2330
|
var getSearchStatus = (options) => (options.client ?? client).get({
|
|
2331
|
+
querySerializer: {
|
|
2332
|
+
parameters: {
|
|
2333
|
+
filter: { object: { style: "form" } },
|
|
2334
|
+
fields: { object: { style: "form" } }
|
|
2335
|
+
}
|
|
2336
|
+
},
|
|
2038
2337
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2039
2338
|
url: "/search/status",
|
|
2040
2339
|
...options
|
|
2041
2340
|
});
|
|
2042
2341
|
var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
2342
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2043
2343
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2044
2344
|
url: "/api_keys/{id}/allocate",
|
|
2045
2345
|
...options,
|
|
@@ -2049,6 +2349,7 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
|
2049
2349
|
}
|
|
2050
2350
|
});
|
|
2051
2351
|
var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
2352
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2052
2353
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2053
2354
|
url: "/users/auth/login",
|
|
2054
2355
|
...options,
|
|
@@ -2058,6 +2359,7 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
|
2058
2359
|
}
|
|
2059
2360
|
});
|
|
2060
2361
|
var postAiEmbed = (options) => (options.client ?? client).post({
|
|
2362
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2061
2363
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2062
2364
|
url: "/ai/embed",
|
|
2063
2365
|
...options,
|
|
@@ -2067,11 +2369,18 @@ var postAiEmbed = (options) => (options.client ?? client).post({
|
|
|
2067
2369
|
}
|
|
2068
2370
|
});
|
|
2069
2371
|
var getWorkspacesMine = (options) => (options.client ?? client).get({
|
|
2372
|
+
querySerializer: {
|
|
2373
|
+
parameters: {
|
|
2374
|
+
filter: { object: { style: "form" } },
|
|
2375
|
+
fields: { object: { style: "form" } }
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2070
2378
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2071
2379
|
url: "/workspaces/mine",
|
|
2072
2380
|
...options
|
|
2073
2381
|
});
|
|
2074
2382
|
var postSearchReindex = (options) => (options.client ?? client).post({
|
|
2383
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2075
2384
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2076
2385
|
url: "/search/reindex",
|
|
2077
2386
|
...options,
|
|
@@ -2081,6 +2390,7 @@ var postSearchReindex = (options) => (options.client ?? client).post({
|
|
|
2081
2390
|
}
|
|
2082
2391
|
});
|
|
2083
2392
|
var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
|
|
2393
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2084
2394
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2085
2395
|
url: "/extraction/results/{id}/regenerate",
|
|
2086
2396
|
...options,
|
|
@@ -2090,6 +2400,7 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
|
|
|
2090
2400
|
}
|
|
2091
2401
|
});
|
|
2092
2402
|
var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
2403
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2093
2404
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2094
2405
|
url: "/users/auth/confirm",
|
|
2095
2406
|
...options,
|
|
@@ -2099,6 +2410,7 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
2099
2410
|
}
|
|
2100
2411
|
});
|
|
2101
2412
|
var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
2413
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2102
2414
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2103
2415
|
url: "/extraction/schemas",
|
|
2104
2416
|
...options,
|
|
@@ -2108,11 +2420,18 @@ var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
|
2108
2420
|
}
|
|
2109
2421
|
});
|
|
2110
2422
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
2423
|
+
querySerializer: {
|
|
2424
|
+
parameters: {
|
|
2425
|
+
filter: { object: { style: "form" } },
|
|
2426
|
+
fields: { object: { style: "form" } }
|
|
2427
|
+
}
|
|
2428
|
+
},
|
|
2111
2429
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2112
2430
|
url: "/storage/stats",
|
|
2113
2431
|
...options
|
|
2114
2432
|
});
|
|
2115
2433
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
2434
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2116
2435
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2117
2436
|
url: "/tenants/{id}/buy-storage",
|
|
2118
2437
|
...options,
|
|
@@ -2122,11 +2441,19 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
2122
2441
|
}
|
|
2123
2442
|
});
|
|
2124
2443
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
2444
|
+
querySerializer: {
|
|
2445
|
+
parameters: {
|
|
2446
|
+
filter: { object: { style: "form" } },
|
|
2447
|
+
page: { object: { style: "form" } },
|
|
2448
|
+
fields: { object: { style: "form" } }
|
|
2449
|
+
}
|
|
2450
|
+
},
|
|
2125
2451
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2126
2452
|
url: "/workspace-memberships",
|
|
2127
2453
|
...options
|
|
2128
2454
|
});
|
|
2129
2455
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
2456
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2130
2457
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2131
2458
|
url: "/workspace-memberships",
|
|
2132
2459
|
...options,
|
|
@@ -2136,6 +2463,7 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
2136
2463
|
}
|
|
2137
2464
|
});
|
|
2138
2465
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
2466
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2139
2467
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2140
2468
|
url: "/users/auth/magic_link/request",
|
|
2141
2469
|
...options,
|
|
@@ -2145,6 +2473,7 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
2145
2473
|
}
|
|
2146
2474
|
});
|
|
2147
2475
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
2476
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2148
2477
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2149
2478
|
url: "/users/auth/register",
|
|
2150
2479
|
...options,
|
|
@@ -2163,16 +2492,19 @@ var postTrainingExamplesBulk = (options) => (options.client ?? client).post({
|
|
|
2163
2492
|
}
|
|
2164
2493
|
});
|
|
2165
2494
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
2495
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2166
2496
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2167
2497
|
url: "/buckets/{id}",
|
|
2168
2498
|
...options
|
|
2169
2499
|
});
|
|
2170
2500
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
2501
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2171
2502
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2172
2503
|
url: "/buckets/{id}",
|
|
2173
2504
|
...options
|
|
2174
2505
|
});
|
|
2175
2506
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
2507
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2176
2508
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2177
2509
|
url: "/buckets/{id}",
|
|
2178
2510
|
...options,
|
|
@@ -2182,11 +2514,18 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
2182
2514
|
}
|
|
2183
2515
|
});
|
|
2184
2516
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
2517
|
+
querySerializer: {
|
|
2518
|
+
parameters: {
|
|
2519
|
+
filter: { object: { style: "form" } },
|
|
2520
|
+
fields: { object: { style: "form" } }
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2185
2523
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2186
2524
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
2187
2525
|
...options
|
|
2188
2526
|
});
|
|
2189
2527
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
2528
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2190
2529
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2191
2530
|
url: "/extraction/documents/begin_upload",
|
|
2192
2531
|
...options,
|
|
@@ -2196,21 +2535,25 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
2196
2535
|
}
|
|
2197
2536
|
});
|
|
2198
2537
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
2538
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2199
2539
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2200
2540
|
url: "/ai/graph/edges/{id}",
|
|
2201
2541
|
...options
|
|
2202
2542
|
});
|
|
2203
2543
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
2544
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2204
2545
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2205
2546
|
url: "/tenants/{id}",
|
|
2206
2547
|
...options
|
|
2207
2548
|
});
|
|
2208
2549
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
2550
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2209
2551
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2210
2552
|
url: "/tenants/{id}",
|
|
2211
2553
|
...options
|
|
2212
2554
|
});
|
|
2213
2555
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
2556
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2214
2557
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2215
2558
|
url: "/tenants/{id}",
|
|
2216
2559
|
...options,
|
|
@@ -2220,16 +2563,25 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
2220
2563
|
}
|
|
2221
2564
|
});
|
|
2222
2565
|
var getPlans = (options) => (options.client ?? client).get({
|
|
2566
|
+
querySerializer: {
|
|
2567
|
+
parameters: {
|
|
2568
|
+
filter: { object: { style: "form" } },
|
|
2569
|
+
page: { object: { style: "form" } },
|
|
2570
|
+
fields: { object: { style: "form" } }
|
|
2571
|
+
}
|
|
2572
|
+
},
|
|
2223
2573
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2224
2574
|
url: "/plans",
|
|
2225
2575
|
...options
|
|
2226
2576
|
});
|
|
2227
2577
|
var getExtractionSchemasById = (options) => (options.client ?? client).get({
|
|
2578
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2228
2579
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2229
2580
|
url: "/extraction/schemas/{id}",
|
|
2230
2581
|
...options
|
|
2231
2582
|
});
|
|
2232
2583
|
var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
2584
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2233
2585
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2234
2586
|
url: "/extraction/schemas/{id}",
|
|
2235
2587
|
...options,
|
|
@@ -2239,6 +2591,7 @@ var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
|
2239
2591
|
}
|
|
2240
2592
|
});
|
|
2241
2593
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
2594
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2242
2595
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2243
2596
|
url: "/agents/{id}/test",
|
|
2244
2597
|
...options,
|
|
@@ -2248,16 +2601,24 @@ var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
|
2248
2601
|
}
|
|
2249
2602
|
});
|
|
2250
2603
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
2604
|
+
querySerializer: {
|
|
2605
|
+
parameters: {
|
|
2606
|
+
filter: { object: { style: "form" } },
|
|
2607
|
+
fields: { object: { style: "form" } }
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2251
2610
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2252
2611
|
url: "/extraction/documents",
|
|
2253
2612
|
...options
|
|
2254
2613
|
});
|
|
2255
2614
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
2615
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2256
2616
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2257
2617
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2258
2618
|
...options
|
|
2259
2619
|
});
|
|
2260
2620
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
2621
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2261
2622
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2262
2623
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2263
2624
|
...options,
|
|
@@ -2267,6 +2628,7 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
2267
2628
|
}
|
|
2268
2629
|
});
|
|
2269
2630
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
2631
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2270
2632
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2271
2633
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
2272
2634
|
...options,
|
|
@@ -2276,11 +2638,19 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
2276
2638
|
}
|
|
2277
2639
|
});
|
|
2278
2640
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
2641
|
+
querySerializer: {
|
|
2642
|
+
parameters: {
|
|
2643
|
+
filter: { object: { style: "form" } },
|
|
2644
|
+
page: { object: { style: "form" } },
|
|
2645
|
+
fields: { object: { style: "form" } }
|
|
2646
|
+
}
|
|
2647
|
+
},
|
|
2279
2648
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2280
2649
|
url: "/ai/messages",
|
|
2281
2650
|
...options
|
|
2282
2651
|
});
|
|
2283
2652
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
2653
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2284
2654
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2285
2655
|
url: "/ai/messages",
|
|
2286
2656
|
...options,
|
|
@@ -2290,6 +2660,7 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
2290
2660
|
}
|
|
2291
2661
|
});
|
|
2292
2662
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
2663
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2293
2664
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2294
2665
|
url: "/storage/sign_upload",
|
|
2295
2666
|
...options,
|
|
@@ -2299,6 +2670,7 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
2299
2670
|
}
|
|
2300
2671
|
});
|
|
2301
2672
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
2673
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2302
2674
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2303
2675
|
url: "/webhook_deliveries/{id}/retry",
|
|
2304
2676
|
...options,
|
|
@@ -2308,6 +2680,7 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
2308
2680
|
}
|
|
2309
2681
|
});
|
|
2310
2682
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
2683
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2311
2684
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2312
2685
|
url: "/threads/{id}/summarize",
|
|
2313
2686
|
...options,
|
|
@@ -2317,6 +2690,7 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
2317
2690
|
}
|
|
2318
2691
|
});
|
|
2319
2692
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
2693
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2320
2694
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2321
2695
|
url: "/configs/{key}",
|
|
2322
2696
|
...options,
|
|
@@ -2326,6 +2700,7 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
2326
2700
|
}
|
|
2327
2701
|
});
|
|
2328
2702
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
2703
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2329
2704
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2330
2705
|
url: "/api_keys/{id}/rotate",
|
|
2331
2706
|
...options,
|
|
@@ -2335,6 +2710,7 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
2335
2710
|
}
|
|
2336
2711
|
});
|
|
2337
2712
|
var postExtractionResults = (options) => (options.client ?? client).post({
|
|
2713
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2338
2714
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2339
2715
|
url: "/extraction/results",
|
|
2340
2716
|
...options,
|
|
@@ -2344,6 +2720,7 @@ var postExtractionResults = (options) => (options.client ?? client).post({
|
|
|
2344
2720
|
}
|
|
2345
2721
|
});
|
|
2346
2722
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
2723
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2347
2724
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2348
2725
|
url: "/agents/{id}/clone",
|
|
2349
2726
|
...options,
|
|
@@ -2353,26 +2730,31 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
2353
2730
|
}
|
|
2354
2731
|
});
|
|
2355
2732
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
2733
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2356
2734
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2357
2735
|
url: "/ai/conversations/{id}",
|
|
2358
2736
|
...options
|
|
2359
2737
|
});
|
|
2360
2738
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
2739
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2361
2740
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2362
2741
|
url: "/ai/conversations/{id}",
|
|
2363
2742
|
...options
|
|
2364
2743
|
});
|
|
2365
2744
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
2745
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2366
2746
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2367
2747
|
url: "/user_profiles/{id}",
|
|
2368
2748
|
...options
|
|
2369
2749
|
});
|
|
2370
2750
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
2751
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2371
2752
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2372
2753
|
url: "/user_profiles/{id}",
|
|
2373
2754
|
...options
|
|
2374
2755
|
});
|
|
2375
2756
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
2757
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2376
2758
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2377
2759
|
url: "/user_profiles/{id}",
|
|
2378
2760
|
...options,
|
|
@@ -2382,21 +2764,31 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
2382
2764
|
}
|
|
2383
2765
|
});
|
|
2384
2766
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
2767
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2385
2768
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2386
2769
|
url: "/objects/{id}",
|
|
2387
2770
|
...options
|
|
2388
2771
|
});
|
|
2389
2772
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
2773
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2390
2774
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2391
2775
|
url: "/objects/{id}",
|
|
2392
2776
|
...options
|
|
2393
2777
|
});
|
|
2394
2778
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
2779
|
+
querySerializer: {
|
|
2780
|
+
parameters: {
|
|
2781
|
+
filter: { object: { style: "form" } },
|
|
2782
|
+
page: { object: { style: "form" } },
|
|
2783
|
+
fields: { object: { style: "form" } }
|
|
2784
|
+
}
|
|
2785
|
+
},
|
|
2395
2786
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2396
2787
|
url: "/webhook_configs",
|
|
2397
2788
|
...options
|
|
2398
2789
|
});
|
|
2399
2790
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
2791
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2400
2792
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2401
2793
|
url: "/webhook_configs",
|
|
2402
2794
|
...options,
|
|
@@ -2406,6 +2798,7 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
2406
2798
|
}
|
|
2407
2799
|
});
|
|
2408
2800
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
2801
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2409
2802
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2410
2803
|
url: "/objects/bulk-destroy",
|
|
2411
2804
|
...options,
|
|
@@ -2415,31 +2808,42 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
2415
2808
|
}
|
|
2416
2809
|
});
|
|
2417
2810
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
2811
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2418
2812
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2419
2813
|
url: "/applications/by-slug/{slug}",
|
|
2420
2814
|
...options
|
|
2421
2815
|
});
|
|
2422
2816
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
2817
|
+
querySerializer: {
|
|
2818
|
+
parameters: {
|
|
2819
|
+
filter: { object: { style: "form" } },
|
|
2820
|
+
fields: { object: { style: "form" } }
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2423
2823
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2424
2824
|
url: "/notification_logs",
|
|
2425
2825
|
...options
|
|
2426
2826
|
});
|
|
2427
2827
|
var getWallet = (options) => (options.client ?? client).get({
|
|
2828
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2428
2829
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2429
2830
|
url: "/wallet",
|
|
2430
2831
|
...options
|
|
2431
2832
|
});
|
|
2432
2833
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
2834
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2433
2835
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2434
2836
|
url: "/messages/{id}",
|
|
2435
2837
|
...options
|
|
2436
2838
|
});
|
|
2437
2839
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
2840
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2438
2841
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2439
2842
|
url: "/messages/{id}",
|
|
2440
2843
|
...options
|
|
2441
2844
|
});
|
|
2442
2845
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
2846
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2443
2847
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2444
2848
|
url: "/messages/{id}",
|
|
2445
2849
|
...options,
|
|
@@ -2449,26 +2853,36 @@ var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
|
2449
2853
|
}
|
|
2450
2854
|
});
|
|
2451
2855
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
2856
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2452
2857
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2453
2858
|
url: "/llm_analytics/usage",
|
|
2454
2859
|
...options
|
|
2455
2860
|
});
|
|
2456
2861
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
2862
|
+
querySerializer: {
|
|
2863
|
+
parameters: {
|
|
2864
|
+
filter: { object: { style: "form" } },
|
|
2865
|
+
fields: { object: { style: "form" } }
|
|
2866
|
+
}
|
|
2867
|
+
},
|
|
2457
2868
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2458
2869
|
url: "/search/stats",
|
|
2459
2870
|
...options
|
|
2460
2871
|
});
|
|
2461
2872
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
2873
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2462
2874
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2463
2875
|
url: "/notification_preferences/{id}",
|
|
2464
2876
|
...options
|
|
2465
2877
|
});
|
|
2466
2878
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
2879
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2467
2880
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2468
2881
|
url: "/notification_preferences/{id}",
|
|
2469
2882
|
...options
|
|
2470
2883
|
});
|
|
2471
2884
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
2885
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2472
2886
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2473
2887
|
url: "/notification_preferences/{id}",
|
|
2474
2888
|
...options,
|
|
@@ -2478,11 +2892,19 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
2478
2892
|
}
|
|
2479
2893
|
});
|
|
2480
2894
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
2895
|
+
querySerializer: {
|
|
2896
|
+
parameters: {
|
|
2897
|
+
filter: { object: { style: "form" } },
|
|
2898
|
+
page: { object: { style: "form" } },
|
|
2899
|
+
fields: { object: { style: "form" } }
|
|
2900
|
+
}
|
|
2901
|
+
},
|
|
2481
2902
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2482
2903
|
url: "/ai/graph/nodes",
|
|
2483
2904
|
...options
|
|
2484
2905
|
});
|
|
2485
2906
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
2907
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2486
2908
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2487
2909
|
url: "/ai/graph/nodes",
|
|
2488
2910
|
...options,
|
|
@@ -2492,11 +2914,18 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
2492
2914
|
}
|
|
2493
2915
|
});
|
|
2494
2916
|
var getAgents = (options) => (options.client ?? client).get({
|
|
2917
|
+
querySerializer: {
|
|
2918
|
+
parameters: {
|
|
2919
|
+
filter: { object: { style: "form" } },
|
|
2920
|
+
fields: { object: { style: "form" } }
|
|
2921
|
+
}
|
|
2922
|
+
},
|
|
2495
2923
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2496
2924
|
url: "/agents",
|
|
2497
2925
|
...options
|
|
2498
2926
|
});
|
|
2499
2927
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
2928
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2500
2929
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2501
2930
|
url: "/users/register_isv",
|
|
2502
2931
|
...options,
|
|
@@ -2506,16 +2935,25 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
2506
2935
|
}
|
|
2507
2936
|
});
|
|
2508
2937
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
2938
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2509
2939
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2510
2940
|
url: "/extraction/batches/{id}",
|
|
2511
2941
|
...options
|
|
2512
2942
|
});
|
|
2513
2943
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
2944
|
+
querySerializer: {
|
|
2945
|
+
parameters: {
|
|
2946
|
+
filter: { object: { style: "form" } },
|
|
2947
|
+
page: { object: { style: "form" } },
|
|
2948
|
+
fields: { object: { style: "form" } }
|
|
2949
|
+
}
|
|
2950
|
+
},
|
|
2514
2951
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2515
2952
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
2516
2953
|
...options
|
|
2517
2954
|
});
|
|
2518
2955
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
2956
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2519
2957
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2520
2958
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
2521
2959
|
...options,
|
|
@@ -2525,11 +2963,13 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
2525
2963
|
}
|
|
2526
2964
|
});
|
|
2527
2965
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
2966
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2528
2967
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2529
2968
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
2530
2969
|
...options
|
|
2531
2970
|
});
|
|
2532
2971
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
2972
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2533
2973
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2534
2974
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
2535
2975
|
...options,
|
|
@@ -2539,16 +2979,37 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
2539
2979
|
}
|
|
2540
2980
|
});
|
|
2541
2981
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
2982
|
+
querySerializer: {
|
|
2983
|
+
parameters: {
|
|
2984
|
+
filter: { object: { style: "form" } },
|
|
2985
|
+
page: { object: { style: "form" } },
|
|
2986
|
+
fields: { object: { style: "form" } }
|
|
2987
|
+
}
|
|
2988
|
+
},
|
|
2542
2989
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2543
2990
|
url: "/credit-packages",
|
|
2544
2991
|
...options
|
|
2545
2992
|
});
|
|
2546
2993
|
var getUsers = (options) => (options.client ?? client).get({
|
|
2994
|
+
querySerializer: {
|
|
2995
|
+
parameters: {
|
|
2996
|
+
filter: { object: { style: "form" } },
|
|
2997
|
+
page: { object: { style: "form" } },
|
|
2998
|
+
fields: { object: { style: "form" } }
|
|
2999
|
+
}
|
|
3000
|
+
},
|
|
2547
3001
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2548
3002
|
url: "/users",
|
|
2549
3003
|
...options
|
|
2550
3004
|
});
|
|
2551
3005
|
var getObjects = (options) => (options.client ?? client).get({
|
|
3006
|
+
querySerializer: {
|
|
3007
|
+
parameters: {
|
|
3008
|
+
filter: { object: { style: "form" } },
|
|
3009
|
+
page: { object: { style: "form" } },
|
|
3010
|
+
fields: { object: { style: "form" } }
|
|
3011
|
+
}
|
|
3012
|
+
},
|
|
2552
3013
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2553
3014
|
url: "/objects",
|
|
2554
3015
|
...options
|
|
@@ -2942,6 +3403,7 @@ async function collectStreamedMessage(stream) {
|
|
|
2942
3403
|
deleteWorkspacesById,
|
|
2943
3404
|
getAgents,
|
|
2944
3405
|
getAgentsById,
|
|
3406
|
+
getAgentsByIdTrainingStats,
|
|
2945
3407
|
getAiChunksDocumentByDocumentId,
|
|
2946
3408
|
getAiConversations,
|
|
2947
3409
|
getAiConversationsById,
|
|
@@ -3008,6 +3470,7 @@ async function collectStreamedMessage(stream) {
|
|
|
3008
3470
|
getTenantMemberships,
|
|
3009
3471
|
getTenants,
|
|
3010
3472
|
getTenantsById,
|
|
3473
|
+
getTenantsByTenantIdStats,
|
|
3011
3474
|
getThreads,
|
|
3012
3475
|
getThreadsById,
|
|
3013
3476
|
getThreadsSearch,
|