@gpt-core/client 0.7.62 → 0.7.64
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 +705 -1547
- package/dist/index.d.ts +705 -1547
- package/dist/index.js +53 -157
- package/dist/index.mjs +48 -144
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -61,7 +61,6 @@ __export(index_exports, {
|
|
|
61
61
|
deleteApplicationsById: () => deleteApplicationsById,
|
|
62
62
|
deleteBucketsById: () => deleteBucketsById,
|
|
63
63
|
deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
|
|
64
|
-
deleteExtractionSchemaFieldsById: () => deleteExtractionSchemaFieldsById,
|
|
65
64
|
deleteFieldTemplatesById: () => deleteFieldTemplatesById,
|
|
66
65
|
deleteMessagesById: () => deleteMessagesById,
|
|
67
66
|
deleteNotificationMethodsById: () => deleteNotificationMethodsById,
|
|
@@ -81,6 +80,7 @@ __export(index_exports, {
|
|
|
81
80
|
getAgentVersionsById: () => getAgentVersionsById,
|
|
82
81
|
getAgents: () => getAgents,
|
|
83
82
|
getAgentsById: () => getAgentsById,
|
|
83
|
+
getAgentsByIdSchemaVersions: () => getAgentsByIdSchemaVersions,
|
|
84
84
|
getAgentsByIdTrainingStats: () => getAgentsByIdTrainingStats,
|
|
85
85
|
getAiChunksDocumentByDocumentId: () => getAiChunksDocumentByDocumentId,
|
|
86
86
|
getAiConversations: () => getAiConversations,
|
|
@@ -116,11 +116,6 @@ __export(index_exports, {
|
|
|
116
116
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
117
117
|
getExtractionResultsById: () => getExtractionResultsById,
|
|
118
118
|
getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
|
|
119
|
-
getExtractionSchemaFields: () => getExtractionSchemaFields,
|
|
120
|
-
getExtractionSchemaFieldsById: () => getExtractionSchemaFieldsById,
|
|
121
|
-
getExtractionSchemas: () => getExtractionSchemas,
|
|
122
|
-
getExtractionSchemasById: () => getExtractionSchemasById,
|
|
123
|
-
getExtractionSchemasWorkspaceByWorkspaceId: () => getExtractionSchemasWorkspaceByWorkspaceId,
|
|
124
119
|
getFieldTemplates: () => getFieldTemplates,
|
|
125
120
|
getFieldTemplatesById: () => getFieldTemplatesById,
|
|
126
121
|
getInvitations: () => getInvitations,
|
|
@@ -212,10 +207,6 @@ __export(index_exports, {
|
|
|
212
207
|
patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
|
|
213
208
|
patchExtractionResultsByIdCorrections: () => patchExtractionResultsByIdCorrections,
|
|
214
209
|
patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
|
|
215
|
-
patchExtractionSchemaFieldsById: () => patchExtractionSchemaFieldsById,
|
|
216
|
-
patchExtractionSchemasById: () => patchExtractionSchemasById,
|
|
217
|
-
patchExtractionSchemasByIdActivate: () => patchExtractionSchemasByIdActivate,
|
|
218
|
-
patchExtractionSchemasByIdFields: () => patchExtractionSchemasByIdFields,
|
|
219
210
|
patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
|
|
220
211
|
patchInvitationsByIdResend: () => patchInvitationsByIdResend,
|
|
221
212
|
patchInvitationsByIdRevoke: () => patchInvitationsByIdRevoke,
|
|
@@ -245,7 +236,10 @@ __export(index_exports, {
|
|
|
245
236
|
postAgentVersions: () => postAgentVersions,
|
|
246
237
|
postAgents: () => postAgents,
|
|
247
238
|
postAgentsByIdClone: () => postAgentsByIdClone,
|
|
239
|
+
postAgentsByIdDiscoverSchema: () => postAgentsByIdDiscoverSchema,
|
|
248
240
|
postAgentsByIdPublishVersion: () => postAgentsByIdPublishVersion,
|
|
241
|
+
postAgentsByIdSchemaVersions: () => postAgentsByIdSchemaVersions,
|
|
242
|
+
postAgentsByIdSchemaVersionsByVersionIdActivate: () => postAgentsByIdSchemaVersionsByVersionIdActivate,
|
|
249
243
|
postAgentsByIdTeach: () => postAgentsByIdTeach,
|
|
250
244
|
postAgentsByIdTest: () => postAgentsByIdTest,
|
|
251
245
|
postAgentsByIdValidate: () => postAgentsByIdValidate,
|
|
@@ -267,11 +261,9 @@ __export(index_exports, {
|
|
|
267
261
|
postDocumentsPresignedUpload: () => postDocumentsPresignedUpload,
|
|
268
262
|
postExtractionBatches: () => postExtractionBatches,
|
|
269
263
|
postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
|
|
264
|
+
postExtractionDocumentsByIdReprocess: () => postExtractionDocumentsByIdReprocess,
|
|
270
265
|
postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
|
|
271
266
|
postExtractionResults: () => postExtractionResults,
|
|
272
|
-
postExtractionSchemaFields: () => postExtractionSchemaFields,
|
|
273
|
-
postExtractionSchemas: () => postExtractionSchemas,
|
|
274
|
-
postExtractionSchemasBulkCreate: () => postExtractionSchemasBulkCreate,
|
|
275
267
|
postFieldTemplates: () => postFieldTemplates,
|
|
276
268
|
postInvitationsAcceptByToken: () => postInvitationsAcceptByToken,
|
|
277
269
|
postInvitationsInvite: () => postInvitationsInvite,
|
|
@@ -336,7 +328,6 @@ __export(sdk_gen_exports, {
|
|
|
336
328
|
deleteApplicationsById: () => deleteApplicationsById,
|
|
337
329
|
deleteBucketsById: () => deleteBucketsById,
|
|
338
330
|
deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
|
|
339
|
-
deleteExtractionSchemaFieldsById: () => deleteExtractionSchemaFieldsById,
|
|
340
331
|
deleteFieldTemplatesById: () => deleteFieldTemplatesById,
|
|
341
332
|
deleteMessagesById: () => deleteMessagesById,
|
|
342
333
|
deleteNotificationMethodsById: () => deleteNotificationMethodsById,
|
|
@@ -356,6 +347,7 @@ __export(sdk_gen_exports, {
|
|
|
356
347
|
getAgentVersionsById: () => getAgentVersionsById,
|
|
357
348
|
getAgents: () => getAgents,
|
|
358
349
|
getAgentsById: () => getAgentsById,
|
|
350
|
+
getAgentsByIdSchemaVersions: () => getAgentsByIdSchemaVersions,
|
|
359
351
|
getAgentsByIdTrainingStats: () => getAgentsByIdTrainingStats,
|
|
360
352
|
getAiChunksDocumentByDocumentId: () => getAiChunksDocumentByDocumentId,
|
|
361
353
|
getAiConversations: () => getAiConversations,
|
|
@@ -391,11 +383,6 @@ __export(sdk_gen_exports, {
|
|
|
391
383
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
392
384
|
getExtractionResultsById: () => getExtractionResultsById,
|
|
393
385
|
getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
|
|
394
|
-
getExtractionSchemaFields: () => getExtractionSchemaFields,
|
|
395
|
-
getExtractionSchemaFieldsById: () => getExtractionSchemaFieldsById,
|
|
396
|
-
getExtractionSchemas: () => getExtractionSchemas,
|
|
397
|
-
getExtractionSchemasById: () => getExtractionSchemasById,
|
|
398
|
-
getExtractionSchemasWorkspaceByWorkspaceId: () => getExtractionSchemasWorkspaceByWorkspaceId,
|
|
399
386
|
getFieldTemplates: () => getFieldTemplates,
|
|
400
387
|
getFieldTemplatesById: () => getFieldTemplatesById,
|
|
401
388
|
getInvitations: () => getInvitations,
|
|
@@ -483,10 +470,6 @@ __export(sdk_gen_exports, {
|
|
|
483
470
|
patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
|
|
484
471
|
patchExtractionResultsByIdCorrections: () => patchExtractionResultsByIdCorrections,
|
|
485
472
|
patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
|
|
486
|
-
patchExtractionSchemaFieldsById: () => patchExtractionSchemaFieldsById,
|
|
487
|
-
patchExtractionSchemasById: () => patchExtractionSchemasById,
|
|
488
|
-
patchExtractionSchemasByIdActivate: () => patchExtractionSchemasByIdActivate,
|
|
489
|
-
patchExtractionSchemasByIdFields: () => patchExtractionSchemasByIdFields,
|
|
490
473
|
patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
|
|
491
474
|
patchInvitationsByIdResend: () => patchInvitationsByIdResend,
|
|
492
475
|
patchInvitationsByIdRevoke: () => patchInvitationsByIdRevoke,
|
|
@@ -516,7 +499,10 @@ __export(sdk_gen_exports, {
|
|
|
516
499
|
postAgentVersions: () => postAgentVersions,
|
|
517
500
|
postAgents: () => postAgents,
|
|
518
501
|
postAgentsByIdClone: () => postAgentsByIdClone,
|
|
502
|
+
postAgentsByIdDiscoverSchema: () => postAgentsByIdDiscoverSchema,
|
|
519
503
|
postAgentsByIdPublishVersion: () => postAgentsByIdPublishVersion,
|
|
504
|
+
postAgentsByIdSchemaVersions: () => postAgentsByIdSchemaVersions,
|
|
505
|
+
postAgentsByIdSchemaVersionsByVersionIdActivate: () => postAgentsByIdSchemaVersionsByVersionIdActivate,
|
|
520
506
|
postAgentsByIdTeach: () => postAgentsByIdTeach,
|
|
521
507
|
postAgentsByIdTest: () => postAgentsByIdTest,
|
|
522
508
|
postAgentsByIdValidate: () => postAgentsByIdValidate,
|
|
@@ -538,11 +524,9 @@ __export(sdk_gen_exports, {
|
|
|
538
524
|
postDocumentsPresignedUpload: () => postDocumentsPresignedUpload,
|
|
539
525
|
postExtractionBatches: () => postExtractionBatches,
|
|
540
526
|
postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
|
|
527
|
+
postExtractionDocumentsByIdReprocess: () => postExtractionDocumentsByIdReprocess,
|
|
541
528
|
postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
|
|
542
529
|
postExtractionResults: () => postExtractionResults,
|
|
543
|
-
postExtractionSchemaFields: () => postExtractionSchemaFields,
|
|
544
|
-
postExtractionSchemas: () => postExtractionSchemas,
|
|
545
|
-
postExtractionSchemasBulkCreate: () => postExtractionSchemasBulkCreate,
|
|
546
530
|
postFieldTemplates: () => postFieldTemplates,
|
|
547
531
|
postInvitationsAcceptByToken: () => postInvitationsAcceptByToken,
|
|
548
532
|
postInvitationsInvite: () => postInvitationsInvite,
|
|
@@ -1464,12 +1448,6 @@ var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client)
|
|
|
1464
1448
|
...options.headers
|
|
1465
1449
|
}
|
|
1466
1450
|
});
|
|
1467
|
-
var getExtractionSchemasWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1468
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1469
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
1470
|
-
url: "/extraction/schemas/workspace/{workspace_id}",
|
|
1471
|
-
...options
|
|
1472
|
-
});
|
|
1473
1451
|
var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
1474
1452
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1475
1453
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -2070,6 +2048,20 @@ var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post
|
|
|
2070
2048
|
...options.headers
|
|
2071
2049
|
}
|
|
2072
2050
|
});
|
|
2051
|
+
var getAgentsByIdSchemaVersions = (options) => (options.client ?? client).get({
|
|
2052
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2053
|
+
url: "/agents/{id}/schema_versions",
|
|
2054
|
+
...options
|
|
2055
|
+
});
|
|
2056
|
+
var postAgentsByIdSchemaVersions = (options) => (options.client ?? client).post({
|
|
2057
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2058
|
+
url: "/agents/{id}/schema_versions",
|
|
2059
|
+
...options,
|
|
2060
|
+
headers: {
|
|
2061
|
+
"Content-Type": "application/vnd.api+json",
|
|
2062
|
+
...options.headers
|
|
2063
|
+
}
|
|
2064
|
+
});
|
|
2073
2065
|
var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
2074
2066
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2075
2067
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -2133,28 +2125,6 @@ var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
|
2133
2125
|
url: "/llm_analytics/summary",
|
|
2134
2126
|
...options
|
|
2135
2127
|
});
|
|
2136
|
-
var deleteExtractionSchemaFieldsById = (options) => (options.client ?? client).delete({
|
|
2137
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2138
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
2139
|
-
url: "/extraction/schema-fields/{id}",
|
|
2140
|
-
...options
|
|
2141
|
-
});
|
|
2142
|
-
var getExtractionSchemaFieldsById = (options) => (options.client ?? client).get({
|
|
2143
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2144
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
2145
|
-
url: "/extraction/schema-fields/{id}",
|
|
2146
|
-
...options
|
|
2147
|
-
});
|
|
2148
|
-
var patchExtractionSchemaFieldsById = (options) => (options.client ?? client).patch({
|
|
2149
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2150
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
2151
|
-
url: "/extraction/schema-fields/{id}",
|
|
2152
|
-
...options,
|
|
2153
|
-
headers: {
|
|
2154
|
-
"Content-Type": "application/vnd.api+json",
|
|
2155
|
-
...options.headers
|
|
2156
|
-
}
|
|
2157
|
-
});
|
|
2158
2128
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
2159
2129
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2160
2130
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -2319,6 +2289,16 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
2319
2289
|
...options.headers
|
|
2320
2290
|
}
|
|
2321
2291
|
});
|
|
2292
|
+
var postExtractionDocumentsByIdReprocess = (options) => (options.client ?? client).post({
|
|
2293
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2294
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2295
|
+
url: "/extraction/documents/{id}/reprocess",
|
|
2296
|
+
...options,
|
|
2297
|
+
headers: {
|
|
2298
|
+
"Content-Type": "application/vnd.api+json",
|
|
2299
|
+
...options.headers
|
|
2300
|
+
}
|
|
2301
|
+
});
|
|
2322
2302
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
2323
2303
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2324
2304
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -2876,28 +2856,6 @@ var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
|
2876
2856
|
url: "/llm_analytics/{id}",
|
|
2877
2857
|
...options
|
|
2878
2858
|
});
|
|
2879
|
-
var getExtractionSchemaFields = (options) => (options.client ?? client).get({
|
|
2880
|
-
querySerializer: {
|
|
2881
|
-
parameters: {
|
|
2882
|
-
filter: { object: { style: "form" } },
|
|
2883
|
-
page: { object: { style: "form" } },
|
|
2884
|
-
fields: { object: { style: "form" } }
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
2888
|
-
url: "/extraction/schema-fields",
|
|
2889
|
-
...options
|
|
2890
|
-
});
|
|
2891
|
-
var postExtractionSchemaFields = (options) => (options.client ?? client).post({
|
|
2892
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2893
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
2894
|
-
url: "/extraction/schema-fields",
|
|
2895
|
-
...options,
|
|
2896
|
-
headers: {
|
|
2897
|
-
"Content-Type": "application/vnd.api+json",
|
|
2898
|
-
...options.headers
|
|
2899
|
-
}
|
|
2900
|
-
});
|
|
2901
2859
|
var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? client).patch({
|
|
2902
2860
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2903
2861
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3021,28 +2979,6 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
3021
2979
|
...options.headers
|
|
3022
2980
|
}
|
|
3023
2981
|
});
|
|
3024
|
-
var getExtractionSchemas = (options) => (options.client ?? client).get({
|
|
3025
|
-
querySerializer: {
|
|
3026
|
-
parameters: {
|
|
3027
|
-
filter: { object: { style: "form" } },
|
|
3028
|
-
page: { object: { style: "form" } },
|
|
3029
|
-
fields: { object: { style: "form" } }
|
|
3030
|
-
}
|
|
3031
|
-
},
|
|
3032
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3033
|
-
url: "/extraction/schemas",
|
|
3034
|
-
...options
|
|
3035
|
-
});
|
|
3036
|
-
var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
3037
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3038
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3039
|
-
url: "/extraction/schemas",
|
|
3040
|
-
...options,
|
|
3041
|
-
headers: {
|
|
3042
|
-
"Content-Type": "application/vnd.api+json",
|
|
3043
|
-
...options.headers
|
|
3044
|
-
}
|
|
3045
|
-
});
|
|
3046
2982
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
3047
2983
|
querySerializer: {
|
|
3048
2984
|
parameters: {
|
|
@@ -3121,6 +3057,11 @@ var postTrainingExamplesBulk = (options) => (options.client ?? client).post({
|
|
|
3121
3057
|
...options.headers
|
|
3122
3058
|
}
|
|
3123
3059
|
});
|
|
3060
|
+
var postAgentsByIdSchemaVersionsByVersionIdActivate = (options) => (options.client ?? client).post({
|
|
3061
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3062
|
+
url: "/agents/{id}/schema_versions/{version_id}/activate",
|
|
3063
|
+
...options
|
|
3064
|
+
});
|
|
3124
3065
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
3125
3066
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3126
3067
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3204,32 +3145,6 @@ var getPlans = (options) => (options.client ?? client).get({
|
|
|
3204
3145
|
url: "/plans",
|
|
3205
3146
|
...options
|
|
3206
3147
|
});
|
|
3207
|
-
var patchExtractionSchemasByIdFields = (options) => (options.client ?? client).patch({
|
|
3208
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3209
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3210
|
-
url: "/extraction/schemas/{id}/fields",
|
|
3211
|
-
...options,
|
|
3212
|
-
headers: {
|
|
3213
|
-
"Content-Type": "application/vnd.api+json",
|
|
3214
|
-
...options.headers
|
|
3215
|
-
}
|
|
3216
|
-
});
|
|
3217
|
-
var getExtractionSchemasById = (options) => (options.client ?? client).get({
|
|
3218
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3219
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3220
|
-
url: "/extraction/schemas/{id}",
|
|
3221
|
-
...options
|
|
3222
|
-
});
|
|
3223
|
-
var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
3224
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3225
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3226
|
-
url: "/extraction/schemas/{id}",
|
|
3227
|
-
...options,
|
|
3228
|
-
headers: {
|
|
3229
|
-
"Content-Type": "application/vnd.api+json",
|
|
3230
|
-
...options.headers
|
|
3231
|
-
}
|
|
3232
|
-
});
|
|
3233
3148
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
3234
3149
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3235
3150
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3424,16 +3339,6 @@ var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
|
3424
3339
|
url: "/ai/conversations/{id}",
|
|
3425
3340
|
...options
|
|
3426
3341
|
});
|
|
3427
|
-
var postExtractionSchemasBulkCreate = (options) => (options.client ?? client).post({
|
|
3428
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3429
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3430
|
-
url: "/extraction/schemas/bulk_create",
|
|
3431
|
-
...options,
|
|
3432
|
-
headers: {
|
|
3433
|
-
"Content-Type": "application/vnd.api+json",
|
|
3434
|
-
...options.headers
|
|
3435
|
-
}
|
|
3436
|
-
});
|
|
3437
3342
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
3438
3343
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3439
3344
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3545,16 +3450,6 @@ var getWallet = (options) => (options.client ?? client).get({
|
|
|
3545
3450
|
url: "/wallet",
|
|
3546
3451
|
...options
|
|
3547
3452
|
});
|
|
3548
|
-
var patchExtractionSchemasByIdActivate = (options) => (options.client ?? client).patch({
|
|
3549
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3550
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3551
|
-
url: "/extraction/schemas/{id}/activate",
|
|
3552
|
-
...options,
|
|
3553
|
-
headers: {
|
|
3554
|
-
"Content-Type": "application/vnd.api+json",
|
|
3555
|
-
...options.headers
|
|
3556
|
-
}
|
|
3557
|
-
});
|
|
3558
3453
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
3559
3454
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3560
3455
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3577,6 +3472,15 @@ var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
|
3577
3472
|
...options.headers
|
|
3578
3473
|
}
|
|
3579
3474
|
});
|
|
3475
|
+
var postAgentsByIdDiscoverSchema = (options) => (options.client ?? client).post({
|
|
3476
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3477
|
+
url: "/agents/{id}/discover_schema",
|
|
3478
|
+
...options,
|
|
3479
|
+
headers: {
|
|
3480
|
+
"Content-Type": "application/vnd.api+json",
|
|
3481
|
+
...options.headers
|
|
3482
|
+
}
|
|
3483
|
+
});
|
|
3580
3484
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
3581
3485
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3582
3486
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -4354,7 +4258,6 @@ var index_default = gptCore;
|
|
|
4354
4258
|
deleteApplicationsById,
|
|
4355
4259
|
deleteBucketsById,
|
|
4356
4260
|
deleteExtractionDocumentsById,
|
|
4357
|
-
deleteExtractionSchemaFieldsById,
|
|
4358
4261
|
deleteFieldTemplatesById,
|
|
4359
4262
|
deleteMessagesById,
|
|
4360
4263
|
deleteNotificationMethodsById,
|
|
@@ -4374,6 +4277,7 @@ var index_default = gptCore;
|
|
|
4374
4277
|
getAgentVersionsById,
|
|
4375
4278
|
getAgents,
|
|
4376
4279
|
getAgentsById,
|
|
4280
|
+
getAgentsByIdSchemaVersions,
|
|
4377
4281
|
getAgentsByIdTrainingStats,
|
|
4378
4282
|
getAiChunksDocumentByDocumentId,
|
|
4379
4283
|
getAiConversations,
|
|
@@ -4409,11 +4313,6 @@ var index_default = gptCore;
|
|
|
4409
4313
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
4410
4314
|
getExtractionResultsById,
|
|
4411
4315
|
getExtractionResultsDocumentByDocumentId,
|
|
4412
|
-
getExtractionSchemaFields,
|
|
4413
|
-
getExtractionSchemaFieldsById,
|
|
4414
|
-
getExtractionSchemas,
|
|
4415
|
-
getExtractionSchemasById,
|
|
4416
|
-
getExtractionSchemasWorkspaceByWorkspaceId,
|
|
4417
4316
|
getFieldTemplates,
|
|
4418
4317
|
getFieldTemplatesById,
|
|
4419
4318
|
getInvitations,
|
|
@@ -4505,10 +4404,6 @@ var index_default = gptCore;
|
|
|
4505
4404
|
patchExtractionDocumentsByIdStatus,
|
|
4506
4405
|
patchExtractionResultsByIdCorrections,
|
|
4507
4406
|
patchExtractionResultsByIdRegenerate,
|
|
4508
|
-
patchExtractionSchemaFieldsById,
|
|
4509
|
-
patchExtractionSchemasById,
|
|
4510
|
-
patchExtractionSchemasByIdActivate,
|
|
4511
|
-
patchExtractionSchemasByIdFields,
|
|
4512
4407
|
patchInvitationsByIdAccept,
|
|
4513
4408
|
patchInvitationsByIdResend,
|
|
4514
4409
|
patchInvitationsByIdRevoke,
|
|
@@ -4538,7 +4433,10 @@ var index_default = gptCore;
|
|
|
4538
4433
|
postAgentVersions,
|
|
4539
4434
|
postAgents,
|
|
4540
4435
|
postAgentsByIdClone,
|
|
4436
|
+
postAgentsByIdDiscoverSchema,
|
|
4541
4437
|
postAgentsByIdPublishVersion,
|
|
4438
|
+
postAgentsByIdSchemaVersions,
|
|
4439
|
+
postAgentsByIdSchemaVersionsByVersionIdActivate,
|
|
4542
4440
|
postAgentsByIdTeach,
|
|
4543
4441
|
postAgentsByIdTest,
|
|
4544
4442
|
postAgentsByIdValidate,
|
|
@@ -4560,11 +4458,9 @@ var index_default = gptCore;
|
|
|
4560
4458
|
postDocumentsPresignedUpload,
|
|
4561
4459
|
postExtractionBatches,
|
|
4562
4460
|
postExtractionDocumentsBeginUpload,
|
|
4461
|
+
postExtractionDocumentsByIdReprocess,
|
|
4563
4462
|
postExtractionDocumentsUpload,
|
|
4564
4463
|
postExtractionResults,
|
|
4565
|
-
postExtractionSchemaFields,
|
|
4566
|
-
postExtractionSchemas,
|
|
4567
|
-
postExtractionSchemasBulkCreate,
|
|
4568
4464
|
postFieldTemplates,
|
|
4569
4465
|
postInvitationsAcceptByToken,
|
|
4570
4466
|
postInvitationsInvite,
|