@gpt-core/client 0.7.63 → 0.7.65
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 +802 -1522
- package/dist/index.d.ts +802 -1522
- package/dist/index.js +62 -157
- package/dist/index.mjs +56 -144
- package/package.json +1 -1
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,
|
|
@@ -146,6 +141,7 @@ __export(index_exports, {
|
|
|
146
141
|
getPlans: () => getPlans,
|
|
147
142
|
getPlansById: () => getPlansById,
|
|
148
143
|
getPlansSlugBySlug: () => getPlansSlugBySlug,
|
|
144
|
+
getSchemaDiscoveriesById: () => getSchemaDiscoveriesById,
|
|
149
145
|
getSearch: () => getSearch,
|
|
150
146
|
getSearchHealth: () => getSearchHealth,
|
|
151
147
|
getSearchIndexes: () => getSearchIndexes,
|
|
@@ -212,10 +208,6 @@ __export(index_exports, {
|
|
|
212
208
|
patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
|
|
213
209
|
patchExtractionResultsByIdCorrections: () => patchExtractionResultsByIdCorrections,
|
|
214
210
|
patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
|
|
215
|
-
patchExtractionSchemaFieldsById: () => patchExtractionSchemaFieldsById,
|
|
216
|
-
patchExtractionSchemasById: () => patchExtractionSchemasById,
|
|
217
|
-
patchExtractionSchemasByIdActivate: () => patchExtractionSchemasByIdActivate,
|
|
218
|
-
patchExtractionSchemasByIdFields: () => patchExtractionSchemasByIdFields,
|
|
219
211
|
patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
|
|
220
212
|
patchInvitationsByIdResend: () => patchInvitationsByIdResend,
|
|
221
213
|
patchInvitationsByIdRevoke: () => patchInvitationsByIdRevoke,
|
|
@@ -245,7 +237,10 @@ __export(index_exports, {
|
|
|
245
237
|
postAgentVersions: () => postAgentVersions,
|
|
246
238
|
postAgents: () => postAgents,
|
|
247
239
|
postAgentsByIdClone: () => postAgentsByIdClone,
|
|
240
|
+
postAgentsByIdDiscoverSchema: () => postAgentsByIdDiscoverSchema,
|
|
248
241
|
postAgentsByIdPublishVersion: () => postAgentsByIdPublishVersion,
|
|
242
|
+
postAgentsByIdSchemaVersions: () => postAgentsByIdSchemaVersions,
|
|
243
|
+
postAgentsByIdSchemaVersionsByVersionIdActivate: () => postAgentsByIdSchemaVersionsByVersionIdActivate,
|
|
249
244
|
postAgentsByIdTeach: () => postAgentsByIdTeach,
|
|
250
245
|
postAgentsByIdTest: () => postAgentsByIdTest,
|
|
251
246
|
postAgentsByIdValidate: () => postAgentsByIdValidate,
|
|
@@ -267,11 +262,9 @@ __export(index_exports, {
|
|
|
267
262
|
postDocumentsPresignedUpload: () => postDocumentsPresignedUpload,
|
|
268
263
|
postExtractionBatches: () => postExtractionBatches,
|
|
269
264
|
postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
|
|
265
|
+
postExtractionDocumentsByIdReprocess: () => postExtractionDocumentsByIdReprocess,
|
|
270
266
|
postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
|
|
271
267
|
postExtractionResults: () => postExtractionResults,
|
|
272
|
-
postExtractionSchemaFields: () => postExtractionSchemaFields,
|
|
273
|
-
postExtractionSchemas: () => postExtractionSchemas,
|
|
274
|
-
postExtractionSchemasBulkCreate: () => postExtractionSchemasBulkCreate,
|
|
275
268
|
postFieldTemplates: () => postFieldTemplates,
|
|
276
269
|
postInvitationsAcceptByToken: () => postInvitationsAcceptByToken,
|
|
277
270
|
postInvitationsInvite: () => postInvitationsInvite,
|
|
@@ -336,7 +329,6 @@ __export(sdk_gen_exports, {
|
|
|
336
329
|
deleteApplicationsById: () => deleteApplicationsById,
|
|
337
330
|
deleteBucketsById: () => deleteBucketsById,
|
|
338
331
|
deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
|
|
339
|
-
deleteExtractionSchemaFieldsById: () => deleteExtractionSchemaFieldsById,
|
|
340
332
|
deleteFieldTemplatesById: () => deleteFieldTemplatesById,
|
|
341
333
|
deleteMessagesById: () => deleteMessagesById,
|
|
342
334
|
deleteNotificationMethodsById: () => deleteNotificationMethodsById,
|
|
@@ -356,6 +348,7 @@ __export(sdk_gen_exports, {
|
|
|
356
348
|
getAgentVersionsById: () => getAgentVersionsById,
|
|
357
349
|
getAgents: () => getAgents,
|
|
358
350
|
getAgentsById: () => getAgentsById,
|
|
351
|
+
getAgentsByIdSchemaVersions: () => getAgentsByIdSchemaVersions,
|
|
359
352
|
getAgentsByIdTrainingStats: () => getAgentsByIdTrainingStats,
|
|
360
353
|
getAiChunksDocumentByDocumentId: () => getAiChunksDocumentByDocumentId,
|
|
361
354
|
getAiConversations: () => getAiConversations,
|
|
@@ -391,11 +384,6 @@ __export(sdk_gen_exports, {
|
|
|
391
384
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
392
385
|
getExtractionResultsById: () => getExtractionResultsById,
|
|
393
386
|
getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
|
|
394
|
-
getExtractionSchemaFields: () => getExtractionSchemaFields,
|
|
395
|
-
getExtractionSchemaFieldsById: () => getExtractionSchemaFieldsById,
|
|
396
|
-
getExtractionSchemas: () => getExtractionSchemas,
|
|
397
|
-
getExtractionSchemasById: () => getExtractionSchemasById,
|
|
398
|
-
getExtractionSchemasWorkspaceByWorkspaceId: () => getExtractionSchemasWorkspaceByWorkspaceId,
|
|
399
387
|
getFieldTemplates: () => getFieldTemplates,
|
|
400
388
|
getFieldTemplatesById: () => getFieldTemplatesById,
|
|
401
389
|
getInvitations: () => getInvitations,
|
|
@@ -421,6 +409,7 @@ __export(sdk_gen_exports, {
|
|
|
421
409
|
getPlans: () => getPlans,
|
|
422
410
|
getPlansById: () => getPlansById,
|
|
423
411
|
getPlansSlugBySlug: () => getPlansSlugBySlug,
|
|
412
|
+
getSchemaDiscoveriesById: () => getSchemaDiscoveriesById,
|
|
424
413
|
getSearch: () => getSearch,
|
|
425
414
|
getSearchHealth: () => getSearchHealth,
|
|
426
415
|
getSearchIndexes: () => getSearchIndexes,
|
|
@@ -483,10 +472,6 @@ __export(sdk_gen_exports, {
|
|
|
483
472
|
patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
|
|
484
473
|
patchExtractionResultsByIdCorrections: () => patchExtractionResultsByIdCorrections,
|
|
485
474
|
patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
|
|
486
|
-
patchExtractionSchemaFieldsById: () => patchExtractionSchemaFieldsById,
|
|
487
|
-
patchExtractionSchemasById: () => patchExtractionSchemasById,
|
|
488
|
-
patchExtractionSchemasByIdActivate: () => patchExtractionSchemasByIdActivate,
|
|
489
|
-
patchExtractionSchemasByIdFields: () => patchExtractionSchemasByIdFields,
|
|
490
475
|
patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
|
|
491
476
|
patchInvitationsByIdResend: () => patchInvitationsByIdResend,
|
|
492
477
|
patchInvitationsByIdRevoke: () => patchInvitationsByIdRevoke,
|
|
@@ -516,7 +501,10 @@ __export(sdk_gen_exports, {
|
|
|
516
501
|
postAgentVersions: () => postAgentVersions,
|
|
517
502
|
postAgents: () => postAgents,
|
|
518
503
|
postAgentsByIdClone: () => postAgentsByIdClone,
|
|
504
|
+
postAgentsByIdDiscoverSchema: () => postAgentsByIdDiscoverSchema,
|
|
519
505
|
postAgentsByIdPublishVersion: () => postAgentsByIdPublishVersion,
|
|
506
|
+
postAgentsByIdSchemaVersions: () => postAgentsByIdSchemaVersions,
|
|
507
|
+
postAgentsByIdSchemaVersionsByVersionIdActivate: () => postAgentsByIdSchemaVersionsByVersionIdActivate,
|
|
520
508
|
postAgentsByIdTeach: () => postAgentsByIdTeach,
|
|
521
509
|
postAgentsByIdTest: () => postAgentsByIdTest,
|
|
522
510
|
postAgentsByIdValidate: () => postAgentsByIdValidate,
|
|
@@ -538,11 +526,9 @@ __export(sdk_gen_exports, {
|
|
|
538
526
|
postDocumentsPresignedUpload: () => postDocumentsPresignedUpload,
|
|
539
527
|
postExtractionBatches: () => postExtractionBatches,
|
|
540
528
|
postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
|
|
529
|
+
postExtractionDocumentsByIdReprocess: () => postExtractionDocumentsByIdReprocess,
|
|
541
530
|
postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
|
|
542
531
|
postExtractionResults: () => postExtractionResults,
|
|
543
|
-
postExtractionSchemaFields: () => postExtractionSchemaFields,
|
|
544
|
-
postExtractionSchemas: () => postExtractionSchemas,
|
|
545
|
-
postExtractionSchemasBulkCreate: () => postExtractionSchemasBulkCreate,
|
|
546
532
|
postFieldTemplates: () => postFieldTemplates,
|
|
547
533
|
postInvitationsAcceptByToken: () => postInvitationsAcceptByToken,
|
|
548
534
|
postInvitationsInvite: () => postInvitationsInvite,
|
|
@@ -1464,12 +1450,6 @@ var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client)
|
|
|
1464
1450
|
...options.headers
|
|
1465
1451
|
}
|
|
1466
1452
|
});
|
|
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
1453
|
var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
1474
1454
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1475
1455
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -2070,6 +2050,20 @@ var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post
|
|
|
2070
2050
|
...options.headers
|
|
2071
2051
|
}
|
|
2072
2052
|
});
|
|
2053
|
+
var getAgentsByIdSchemaVersions = (options) => (options.client ?? client).get({
|
|
2054
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2055
|
+
url: "/agents/{id}/schema_versions",
|
|
2056
|
+
...options
|
|
2057
|
+
});
|
|
2058
|
+
var postAgentsByIdSchemaVersions = (options) => (options.client ?? client).post({
|
|
2059
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2060
|
+
url: "/agents/{id}/schema_versions",
|
|
2061
|
+
...options,
|
|
2062
|
+
headers: {
|
|
2063
|
+
"Content-Type": "application/vnd.api+json",
|
|
2064
|
+
...options.headers
|
|
2065
|
+
}
|
|
2066
|
+
});
|
|
2073
2067
|
var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
2074
2068
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2075
2069
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -2133,28 +2127,6 @@ var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
|
2133
2127
|
url: "/llm_analytics/summary",
|
|
2134
2128
|
...options
|
|
2135
2129
|
});
|
|
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
2130
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
2159
2131
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2160
2132
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -2319,6 +2291,16 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
2319
2291
|
...options.headers
|
|
2320
2292
|
}
|
|
2321
2293
|
});
|
|
2294
|
+
var postExtractionDocumentsByIdReprocess = (options) => (options.client ?? client).post({
|
|
2295
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2296
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2297
|
+
url: "/extraction/documents/{id}/reprocess",
|
|
2298
|
+
...options,
|
|
2299
|
+
headers: {
|
|
2300
|
+
"Content-Type": "application/vnd.api+json",
|
|
2301
|
+
...options.headers
|
|
2302
|
+
}
|
|
2303
|
+
});
|
|
2322
2304
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
2323
2305
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2324
2306
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -2876,28 +2858,6 @@ var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
|
2876
2858
|
url: "/llm_analytics/{id}",
|
|
2877
2859
|
...options
|
|
2878
2860
|
});
|
|
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
2861
|
var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? client).patch({
|
|
2902
2862
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2903
2863
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3021,28 +2981,6 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
3021
2981
|
...options.headers
|
|
3022
2982
|
}
|
|
3023
2983
|
});
|
|
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
2984
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
3047
2985
|
querySerializer: {
|
|
3048
2986
|
parameters: {
|
|
@@ -3121,6 +3059,11 @@ var postTrainingExamplesBulk = (options) => (options.client ?? client).post({
|
|
|
3121
3059
|
...options.headers
|
|
3122
3060
|
}
|
|
3123
3061
|
});
|
|
3062
|
+
var postAgentsByIdSchemaVersionsByVersionIdActivate = (options) => (options.client ?? client).post({
|
|
3063
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3064
|
+
url: "/agents/{id}/schema_versions/{version_id}/activate",
|
|
3065
|
+
...options
|
|
3066
|
+
});
|
|
3124
3067
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
3125
3068
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3126
3069
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3204,32 +3147,6 @@ var getPlans = (options) => (options.client ?? client).get({
|
|
|
3204
3147
|
url: "/plans",
|
|
3205
3148
|
...options
|
|
3206
3149
|
});
|
|
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
3150
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
3234
3151
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3235
3152
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3424,16 +3341,6 @@ var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
|
3424
3341
|
url: "/ai/conversations/{id}",
|
|
3425
3342
|
...options
|
|
3426
3343
|
});
|
|
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
3344
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
3438
3345
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3439
3346
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3545,16 +3452,6 @@ var getWallet = (options) => (options.client ?? client).get({
|
|
|
3545
3452
|
url: "/wallet",
|
|
3546
3453
|
...options
|
|
3547
3454
|
});
|
|
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
3455
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
3559
3456
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3560
3457
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3577,6 +3474,15 @@ var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
|
3577
3474
|
...options.headers
|
|
3578
3475
|
}
|
|
3579
3476
|
});
|
|
3477
|
+
var postAgentsByIdDiscoverSchema = (options) => (options.client ?? client).post({
|
|
3478
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3479
|
+
url: "/agents/{id}/discover_schema",
|
|
3480
|
+
...options,
|
|
3481
|
+
headers: {
|
|
3482
|
+
"Content-Type": "application/vnd.api+json",
|
|
3483
|
+
...options.headers
|
|
3484
|
+
}
|
|
3485
|
+
});
|
|
3580
3486
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
3581
3487
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3582
3488
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3616,6 +3522,12 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
3616
3522
|
...options.headers
|
|
3617
3523
|
}
|
|
3618
3524
|
});
|
|
3525
|
+
var getSchemaDiscoveriesById = (options) => (options.client ?? client).get({
|
|
3526
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3527
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3528
|
+
url: "/schema_discoveries/{id}",
|
|
3529
|
+
...options
|
|
3530
|
+
});
|
|
3619
3531
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
3620
3532
|
querySerializer: {
|
|
3621
3533
|
parameters: {
|
|
@@ -4354,7 +4266,6 @@ var index_default = gptCore;
|
|
|
4354
4266
|
deleteApplicationsById,
|
|
4355
4267
|
deleteBucketsById,
|
|
4356
4268
|
deleteExtractionDocumentsById,
|
|
4357
|
-
deleteExtractionSchemaFieldsById,
|
|
4358
4269
|
deleteFieldTemplatesById,
|
|
4359
4270
|
deleteMessagesById,
|
|
4360
4271
|
deleteNotificationMethodsById,
|
|
@@ -4374,6 +4285,7 @@ var index_default = gptCore;
|
|
|
4374
4285
|
getAgentVersionsById,
|
|
4375
4286
|
getAgents,
|
|
4376
4287
|
getAgentsById,
|
|
4288
|
+
getAgentsByIdSchemaVersions,
|
|
4377
4289
|
getAgentsByIdTrainingStats,
|
|
4378
4290
|
getAiChunksDocumentByDocumentId,
|
|
4379
4291
|
getAiConversations,
|
|
@@ -4409,11 +4321,6 @@ var index_default = gptCore;
|
|
|
4409
4321
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
4410
4322
|
getExtractionResultsById,
|
|
4411
4323
|
getExtractionResultsDocumentByDocumentId,
|
|
4412
|
-
getExtractionSchemaFields,
|
|
4413
|
-
getExtractionSchemaFieldsById,
|
|
4414
|
-
getExtractionSchemas,
|
|
4415
|
-
getExtractionSchemasById,
|
|
4416
|
-
getExtractionSchemasWorkspaceByWorkspaceId,
|
|
4417
4324
|
getFieldTemplates,
|
|
4418
4325
|
getFieldTemplatesById,
|
|
4419
4326
|
getInvitations,
|
|
@@ -4439,6 +4346,7 @@ var index_default = gptCore;
|
|
|
4439
4346
|
getPlans,
|
|
4440
4347
|
getPlansById,
|
|
4441
4348
|
getPlansSlugBySlug,
|
|
4349
|
+
getSchemaDiscoveriesById,
|
|
4442
4350
|
getSearch,
|
|
4443
4351
|
getSearchHealth,
|
|
4444
4352
|
getSearchIndexes,
|
|
@@ -4505,10 +4413,6 @@ var index_default = gptCore;
|
|
|
4505
4413
|
patchExtractionDocumentsByIdStatus,
|
|
4506
4414
|
patchExtractionResultsByIdCorrections,
|
|
4507
4415
|
patchExtractionResultsByIdRegenerate,
|
|
4508
|
-
patchExtractionSchemaFieldsById,
|
|
4509
|
-
patchExtractionSchemasById,
|
|
4510
|
-
patchExtractionSchemasByIdActivate,
|
|
4511
|
-
patchExtractionSchemasByIdFields,
|
|
4512
4416
|
patchInvitationsByIdAccept,
|
|
4513
4417
|
patchInvitationsByIdResend,
|
|
4514
4418
|
patchInvitationsByIdRevoke,
|
|
@@ -4538,7 +4442,10 @@ var index_default = gptCore;
|
|
|
4538
4442
|
postAgentVersions,
|
|
4539
4443
|
postAgents,
|
|
4540
4444
|
postAgentsByIdClone,
|
|
4445
|
+
postAgentsByIdDiscoverSchema,
|
|
4541
4446
|
postAgentsByIdPublishVersion,
|
|
4447
|
+
postAgentsByIdSchemaVersions,
|
|
4448
|
+
postAgentsByIdSchemaVersionsByVersionIdActivate,
|
|
4542
4449
|
postAgentsByIdTeach,
|
|
4543
4450
|
postAgentsByIdTest,
|
|
4544
4451
|
postAgentsByIdValidate,
|
|
@@ -4560,11 +4467,9 @@ var index_default = gptCore;
|
|
|
4560
4467
|
postDocumentsPresignedUpload,
|
|
4561
4468
|
postExtractionBatches,
|
|
4562
4469
|
postExtractionDocumentsBeginUpload,
|
|
4470
|
+
postExtractionDocumentsByIdReprocess,
|
|
4563
4471
|
postExtractionDocumentsUpload,
|
|
4564
4472
|
postExtractionResults,
|
|
4565
|
-
postExtractionSchemaFields,
|
|
4566
|
-
postExtractionSchemas,
|
|
4567
|
-
postExtractionSchemasBulkCreate,
|
|
4568
4473
|
postFieldTemplates,
|
|
4569
4474
|
postInvitationsAcceptByToken,
|
|
4570
4475
|
postInvitationsInvite,
|