@gpt-core/client 0.9.21 → 0.9.22
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 +1738 -3936
- package/dist/index.d.ts +1738 -3936
- package/dist/index.js +87 -206
- package/dist/index.mjs +80 -190
- package/package.json +1 -1
- package/dist/index.cjs +0 -4043
package/dist/index.js
CHANGED
|
@@ -65,13 +65,11 @@ __export(index_exports, {
|
|
|
65
65
|
deleteBucketsById: () => deleteBucketsById,
|
|
66
66
|
deleteExtractionBatchesById: () => deleteExtractionBatchesById,
|
|
67
67
|
deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
|
|
68
|
-
deleteExtractionResultsById: () => deleteExtractionResultsById,
|
|
69
68
|
deleteFieldTemplatesById: () => deleteFieldTemplatesById,
|
|
70
69
|
deleteMessagesById: () => deleteMessagesById,
|
|
71
70
|
deleteNotificationMethodsById: () => deleteNotificationMethodsById,
|
|
72
71
|
deleteNotificationPreferencesById: () => deleteNotificationPreferencesById,
|
|
73
72
|
deleteObjectsById: () => deleteObjectsById,
|
|
74
|
-
deletePaymentMethodsById: () => deletePaymentMethodsById,
|
|
75
73
|
deleteSearchSavedById: () => deleteSearchSavedById,
|
|
76
74
|
deleteTenantMembershipsByTenantIdByUserId: () => deleteTenantMembershipsByTenantIdByUserId,
|
|
77
75
|
deleteTenantsById: () => deleteTenantsById,
|
|
@@ -83,6 +81,8 @@ __export(index_exports, {
|
|
|
83
81
|
deleteWebhookConfigsById: () => deleteWebhookConfigsById,
|
|
84
82
|
deleteWorkspaceMembershipsByWorkspaceIdByUserId: () => deleteWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
85
83
|
deleteWorkspacesById: () => deleteWorkspacesById,
|
|
84
|
+
getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions: () => getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions,
|
|
85
|
+
getAgentVersionRevisionsById: () => getAgentVersionRevisionsById,
|
|
86
86
|
getAgentVersions: () => getAgentVersions,
|
|
87
87
|
getAgentVersionsById: () => getAgentVersionsById,
|
|
88
88
|
getAgentVersionsByIdMetrics: () => getAgentVersionsByIdMetrics,
|
|
@@ -126,8 +126,6 @@ __export(index_exports, {
|
|
|
126
126
|
getExtractionBatchesById: () => getExtractionBatchesById,
|
|
127
127
|
getExtractionBatchesByIdUploadUrls: () => getExtractionBatchesByIdUploadUrls,
|
|
128
128
|
getExtractionBatchesWorkspaceByWorkspaceId: () => getExtractionBatchesWorkspaceByWorkspaceId,
|
|
129
|
-
getExtractionConfigEnums: () => getExtractionConfigEnums,
|
|
130
|
-
getExtractionConfigEnumsById: () => getExtractionConfigEnumsById,
|
|
131
129
|
getExtractionDocuments: () => getExtractionDocuments,
|
|
132
130
|
getExtractionDocumentsById: () => getExtractionDocumentsById,
|
|
133
131
|
getExtractionDocumentsByIdStatus: () => getExtractionDocumentsByIdStatus,
|
|
@@ -138,7 +136,6 @@ __export(index_exports, {
|
|
|
138
136
|
getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue: () => getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
|
|
139
137
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
140
138
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrashed: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
|
|
141
|
-
getExtractionResults: () => getExtractionResults,
|
|
142
139
|
getExtractionResultsById: () => getExtractionResultsById,
|
|
143
140
|
getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
|
|
144
141
|
getExtractionResultsWorkspaceByWorkspaceId: () => getExtractionResultsWorkspaceByWorkspaceId,
|
|
@@ -168,8 +165,6 @@ __export(index_exports, {
|
|
|
168
165
|
getNotificationPreferencesById: () => getNotificationPreferencesById,
|
|
169
166
|
getObjects: () => getObjects,
|
|
170
167
|
getObjectsById: () => getObjectsById,
|
|
171
|
-
getPaymentMethods: () => getPaymentMethods,
|
|
172
|
-
getPaymentMethodsById: () => getPaymentMethodsById,
|
|
173
168
|
getPermissions: () => getPermissions,
|
|
174
169
|
getPermissionsById: () => getPermissionsById,
|
|
175
170
|
getPermissionsMeta: () => getPermissionsMeta,
|
|
@@ -221,9 +216,9 @@ __export(index_exports, {
|
|
|
221
216
|
getUsersMeTenants: () => getUsersMeTenants,
|
|
222
217
|
getWallet: () => getWallet,
|
|
223
218
|
getWalletInvoices: () => getWalletInvoices,
|
|
224
|
-
getWalletPlanPreview: () => getWalletPlanPreview,
|
|
225
219
|
getWatcherClaims: () => getWatcherClaims,
|
|
226
220
|
getWatcherClaimsById: () => getWatcherClaimsById,
|
|
221
|
+
getWatcherClaimsHistory: () => getWatcherClaimsHistory,
|
|
227
222
|
getWatcherClaimsStatus: () => getWatcherClaimsStatus,
|
|
228
223
|
getWatcherEvents: () => getWatcherEvents,
|
|
229
224
|
getWatcherEventsById: () => getWatcherEventsById,
|
|
@@ -264,7 +259,6 @@ __export(index_exports, {
|
|
|
264
259
|
patchApplicationsByIdGrantCredits: () => patchApplicationsByIdGrantCredits,
|
|
265
260
|
patchBucketsById: () => patchBucketsById,
|
|
266
261
|
patchConfigsByKey: () => patchConfigsByKey,
|
|
267
|
-
patchExtractionConfigEnumsById: () => patchExtractionConfigEnumsById,
|
|
268
262
|
patchExtractionDocumentsByIdCancel: () => patchExtractionDocumentsByIdCancel,
|
|
269
263
|
patchExtractionDocumentsByIdDismiss: () => patchExtractionDocumentsByIdDismiss,
|
|
270
264
|
patchExtractionDocumentsByIdDismissTraining: () => patchExtractionDocumentsByIdDismissTraining,
|
|
@@ -276,9 +270,8 @@ __export(index_exports, {
|
|
|
276
270
|
patchExtractionDocumentsByIdRestore: () => patchExtractionDocumentsByIdRestore,
|
|
277
271
|
patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
|
|
278
272
|
patchExtractionDocumentsByIdVerification: () => patchExtractionDocumentsByIdVerification,
|
|
279
|
-
|
|
273
|
+
patchExtractionResultsByIdCorrections: () => patchExtractionResultsByIdCorrections,
|
|
280
274
|
patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
|
|
281
|
-
patchExtractionResultsByIdSaveCorrections: () => patchExtractionResultsByIdSaveCorrections,
|
|
282
275
|
patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
|
|
283
276
|
patchInvitationsByIdAcceptByUser: () => patchInvitationsByIdAcceptByUser,
|
|
284
277
|
patchInvitationsByIdDecline: () => patchInvitationsByIdDecline,
|
|
@@ -290,8 +283,6 @@ __export(index_exports, {
|
|
|
290
283
|
patchNotificationMethodsByIdSetPrimary: () => patchNotificationMethodsByIdSetPrimary,
|
|
291
284
|
patchNotificationMethodsByIdVerify: () => patchNotificationMethodsByIdVerify,
|
|
292
285
|
patchNotificationPreferencesById: () => patchNotificationPreferencesById,
|
|
293
|
-
patchPaymentMethodsById: () => patchPaymentMethodsById,
|
|
294
|
-
patchPaymentMethodsByIdDefault: () => patchPaymentMethodsByIdDefault,
|
|
295
286
|
patchSearchSavedById: () => patchSearchSavedById,
|
|
296
287
|
patchTenantMembershipsByTenantIdByUserId: () => patchTenantMembershipsByTenantIdByUserId,
|
|
297
288
|
patchTenantsById: () => patchTenantsById,
|
|
@@ -322,6 +313,7 @@ __export(index_exports, {
|
|
|
322
313
|
patchWorkspaceMembershipsByWorkspaceIdByUserId: () => patchWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
323
314
|
patchWorkspacesById: () => patchWorkspacesById,
|
|
324
315
|
patchWorkspacesByIdAllocate: () => patchWorkspacesByIdAllocate,
|
|
316
|
+
patchWorkspacesByIdPopulateHashes: () => patchWorkspacesByIdPopulateHashes,
|
|
325
317
|
patchWorkspacesByIdStorageSettings: () => patchWorkspacesByIdStorageSettings,
|
|
326
318
|
postAgentTestResults: () => postAgentTestResults,
|
|
327
319
|
postAgentVersionComparisons: () => postAgentVersionComparisons,
|
|
@@ -360,10 +352,11 @@ __export(index_exports, {
|
|
|
360
352
|
postDocumentsBulkDelete: () => postDocumentsBulkDelete,
|
|
361
353
|
postDocumentsPresignedUpload: () => postDocumentsPresignedUpload,
|
|
362
354
|
postExtractionBatches: () => postExtractionBatches,
|
|
363
|
-
postExtractionConfigEnums: () => postExtractionConfigEnums,
|
|
364
355
|
postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
|
|
365
356
|
postExtractionDocumentsBulkReprocess: () => postExtractionDocumentsBulkReprocess,
|
|
357
|
+
postExtractionDocumentsFindOrBeginUpload: () => postExtractionDocumentsFindOrBeginUpload,
|
|
366
358
|
postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
|
|
359
|
+
postExtractionResults: () => postExtractionResults,
|
|
367
360
|
postExtractionSchemaDiscoveries: () => postExtractionSchemaDiscoveries,
|
|
368
361
|
postFieldTemplates: () => postFieldTemplates,
|
|
369
362
|
postInvitations: () => postInvitations,
|
|
@@ -376,8 +369,6 @@ __export(index_exports, {
|
|
|
376
369
|
postObjectsCopy: () => postObjectsCopy,
|
|
377
370
|
postObjectsMove: () => postObjectsMove,
|
|
378
371
|
postObjectsRegister: () => postObjectsRegister,
|
|
379
|
-
postPaymentMethods: () => postPaymentMethods,
|
|
380
|
-
postPaymentMethodsTokenize: () => postPaymentMethodsTokenize,
|
|
381
372
|
postPayments: () => postPayments,
|
|
382
373
|
postSearchBatch: () => postSearchBatch,
|
|
383
374
|
postSearchReindex: () => postSearchReindex,
|
|
@@ -450,13 +441,11 @@ __export(sdk_gen_exports, {
|
|
|
450
441
|
deleteBucketsById: () => deleteBucketsById,
|
|
451
442
|
deleteExtractionBatchesById: () => deleteExtractionBatchesById,
|
|
452
443
|
deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
|
|
453
|
-
deleteExtractionResultsById: () => deleteExtractionResultsById,
|
|
454
444
|
deleteFieldTemplatesById: () => deleteFieldTemplatesById,
|
|
455
445
|
deleteMessagesById: () => deleteMessagesById,
|
|
456
446
|
deleteNotificationMethodsById: () => deleteNotificationMethodsById,
|
|
457
447
|
deleteNotificationPreferencesById: () => deleteNotificationPreferencesById,
|
|
458
448
|
deleteObjectsById: () => deleteObjectsById,
|
|
459
|
-
deletePaymentMethodsById: () => deletePaymentMethodsById,
|
|
460
449
|
deleteSearchSavedById: () => deleteSearchSavedById,
|
|
461
450
|
deleteTenantMembershipsByTenantIdByUserId: () => deleteTenantMembershipsByTenantIdByUserId,
|
|
462
451
|
deleteTenantsById: () => deleteTenantsById,
|
|
@@ -468,6 +457,8 @@ __export(sdk_gen_exports, {
|
|
|
468
457
|
deleteWebhookConfigsById: () => deleteWebhookConfigsById,
|
|
469
458
|
deleteWorkspaceMembershipsByWorkspaceIdByUserId: () => deleteWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
470
459
|
deleteWorkspacesById: () => deleteWorkspacesById,
|
|
460
|
+
getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions: () => getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions,
|
|
461
|
+
getAgentVersionRevisionsById: () => getAgentVersionRevisionsById,
|
|
471
462
|
getAgentVersions: () => getAgentVersions,
|
|
472
463
|
getAgentVersionsById: () => getAgentVersionsById,
|
|
473
464
|
getAgentVersionsByIdMetrics: () => getAgentVersionsByIdMetrics,
|
|
@@ -511,8 +502,6 @@ __export(sdk_gen_exports, {
|
|
|
511
502
|
getExtractionBatchesById: () => getExtractionBatchesById,
|
|
512
503
|
getExtractionBatchesByIdUploadUrls: () => getExtractionBatchesByIdUploadUrls,
|
|
513
504
|
getExtractionBatchesWorkspaceByWorkspaceId: () => getExtractionBatchesWorkspaceByWorkspaceId,
|
|
514
|
-
getExtractionConfigEnums: () => getExtractionConfigEnums,
|
|
515
|
-
getExtractionConfigEnumsById: () => getExtractionConfigEnumsById,
|
|
516
505
|
getExtractionDocuments: () => getExtractionDocuments,
|
|
517
506
|
getExtractionDocumentsById: () => getExtractionDocumentsById,
|
|
518
507
|
getExtractionDocumentsByIdStatus: () => getExtractionDocumentsByIdStatus,
|
|
@@ -523,7 +512,6 @@ __export(sdk_gen_exports, {
|
|
|
523
512
|
getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue: () => getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
|
|
524
513
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
525
514
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrashed: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
|
|
526
|
-
getExtractionResults: () => getExtractionResults,
|
|
527
515
|
getExtractionResultsById: () => getExtractionResultsById,
|
|
528
516
|
getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
|
|
529
517
|
getExtractionResultsWorkspaceByWorkspaceId: () => getExtractionResultsWorkspaceByWorkspaceId,
|
|
@@ -553,8 +541,6 @@ __export(sdk_gen_exports, {
|
|
|
553
541
|
getNotificationPreferencesById: () => getNotificationPreferencesById,
|
|
554
542
|
getObjects: () => getObjects,
|
|
555
543
|
getObjectsById: () => getObjectsById,
|
|
556
|
-
getPaymentMethods: () => getPaymentMethods,
|
|
557
|
-
getPaymentMethodsById: () => getPaymentMethodsById,
|
|
558
544
|
getPermissions: () => getPermissions,
|
|
559
545
|
getPermissionsById: () => getPermissionsById,
|
|
560
546
|
getPermissionsMeta: () => getPermissionsMeta,
|
|
@@ -606,9 +592,9 @@ __export(sdk_gen_exports, {
|
|
|
606
592
|
getUsersMeTenants: () => getUsersMeTenants,
|
|
607
593
|
getWallet: () => getWallet,
|
|
608
594
|
getWalletInvoices: () => getWalletInvoices,
|
|
609
|
-
getWalletPlanPreview: () => getWalletPlanPreview,
|
|
610
595
|
getWatcherClaims: () => getWatcherClaims,
|
|
611
596
|
getWatcherClaimsById: () => getWatcherClaimsById,
|
|
597
|
+
getWatcherClaimsHistory: () => getWatcherClaimsHistory,
|
|
612
598
|
getWatcherClaimsStatus: () => getWatcherClaimsStatus,
|
|
613
599
|
getWatcherEvents: () => getWatcherEvents,
|
|
614
600
|
getWatcherEventsById: () => getWatcherEventsById,
|
|
@@ -645,7 +631,6 @@ __export(sdk_gen_exports, {
|
|
|
645
631
|
patchApplicationsByIdGrantCredits: () => patchApplicationsByIdGrantCredits,
|
|
646
632
|
patchBucketsById: () => patchBucketsById,
|
|
647
633
|
patchConfigsByKey: () => patchConfigsByKey,
|
|
648
|
-
patchExtractionConfigEnumsById: () => patchExtractionConfigEnumsById,
|
|
649
634
|
patchExtractionDocumentsByIdCancel: () => patchExtractionDocumentsByIdCancel,
|
|
650
635
|
patchExtractionDocumentsByIdDismiss: () => patchExtractionDocumentsByIdDismiss,
|
|
651
636
|
patchExtractionDocumentsByIdDismissTraining: () => patchExtractionDocumentsByIdDismissTraining,
|
|
@@ -657,9 +642,8 @@ __export(sdk_gen_exports, {
|
|
|
657
642
|
patchExtractionDocumentsByIdRestore: () => patchExtractionDocumentsByIdRestore,
|
|
658
643
|
patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
|
|
659
644
|
patchExtractionDocumentsByIdVerification: () => patchExtractionDocumentsByIdVerification,
|
|
660
|
-
|
|
645
|
+
patchExtractionResultsByIdCorrections: () => patchExtractionResultsByIdCorrections,
|
|
661
646
|
patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
|
|
662
|
-
patchExtractionResultsByIdSaveCorrections: () => patchExtractionResultsByIdSaveCorrections,
|
|
663
647
|
patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
|
|
664
648
|
patchInvitationsByIdAcceptByUser: () => patchInvitationsByIdAcceptByUser,
|
|
665
649
|
patchInvitationsByIdDecline: () => patchInvitationsByIdDecline,
|
|
@@ -671,8 +655,6 @@ __export(sdk_gen_exports, {
|
|
|
671
655
|
patchNotificationMethodsByIdSetPrimary: () => patchNotificationMethodsByIdSetPrimary,
|
|
672
656
|
patchNotificationMethodsByIdVerify: () => patchNotificationMethodsByIdVerify,
|
|
673
657
|
patchNotificationPreferencesById: () => patchNotificationPreferencesById,
|
|
674
|
-
patchPaymentMethodsById: () => patchPaymentMethodsById,
|
|
675
|
-
patchPaymentMethodsByIdDefault: () => patchPaymentMethodsByIdDefault,
|
|
676
658
|
patchSearchSavedById: () => patchSearchSavedById,
|
|
677
659
|
patchTenantMembershipsByTenantIdByUserId: () => patchTenantMembershipsByTenantIdByUserId,
|
|
678
660
|
patchTenantsById: () => patchTenantsById,
|
|
@@ -703,6 +685,7 @@ __export(sdk_gen_exports, {
|
|
|
703
685
|
patchWorkspaceMembershipsByWorkspaceIdByUserId: () => patchWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
704
686
|
patchWorkspacesById: () => patchWorkspacesById,
|
|
705
687
|
patchWorkspacesByIdAllocate: () => patchWorkspacesByIdAllocate,
|
|
688
|
+
patchWorkspacesByIdPopulateHashes: () => patchWorkspacesByIdPopulateHashes,
|
|
706
689
|
patchWorkspacesByIdStorageSettings: () => patchWorkspacesByIdStorageSettings,
|
|
707
690
|
postAgentTestResults: () => postAgentTestResults,
|
|
708
691
|
postAgentVersionComparisons: () => postAgentVersionComparisons,
|
|
@@ -741,10 +724,11 @@ __export(sdk_gen_exports, {
|
|
|
741
724
|
postDocumentsBulkDelete: () => postDocumentsBulkDelete,
|
|
742
725
|
postDocumentsPresignedUpload: () => postDocumentsPresignedUpload,
|
|
743
726
|
postExtractionBatches: () => postExtractionBatches,
|
|
744
|
-
postExtractionConfigEnums: () => postExtractionConfigEnums,
|
|
745
727
|
postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
|
|
746
728
|
postExtractionDocumentsBulkReprocess: () => postExtractionDocumentsBulkReprocess,
|
|
729
|
+
postExtractionDocumentsFindOrBeginUpload: () => postExtractionDocumentsFindOrBeginUpload,
|
|
747
730
|
postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
|
|
731
|
+
postExtractionResults: () => postExtractionResults,
|
|
748
732
|
postExtractionSchemaDiscoveries: () => postExtractionSchemaDiscoveries,
|
|
749
733
|
postFieldTemplates: () => postFieldTemplates,
|
|
750
734
|
postInvitations: () => postInvitations,
|
|
@@ -757,8 +741,6 @@ __export(sdk_gen_exports, {
|
|
|
757
741
|
postObjectsCopy: () => postObjectsCopy,
|
|
758
742
|
postObjectsMove: () => postObjectsMove,
|
|
759
743
|
postObjectsRegister: () => postObjectsRegister,
|
|
760
|
-
postPaymentMethods: () => postPaymentMethods,
|
|
761
|
-
postPaymentMethodsTokenize: () => postPaymentMethodsTokenize,
|
|
762
744
|
postPayments: () => postPayments,
|
|
763
745
|
postSearchBatch: () => postSearchBatch,
|
|
764
746
|
postSearchReindex: () => postSearchReindex,
|
|
@@ -1690,22 +1672,6 @@ var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
|
1690
1672
|
url: "/llm_analytics/costs",
|
|
1691
1673
|
...options
|
|
1692
1674
|
});
|
|
1693
|
-
var getExtractionConfigEnumsById = (options) => (options.client ?? client).get({
|
|
1694
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1695
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
1696
|
-
url: "/extraction/config-enums/{id}",
|
|
1697
|
-
...options
|
|
1698
|
-
});
|
|
1699
|
-
var patchExtractionConfigEnumsById = (options) => (options.client ?? client).patch({
|
|
1700
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1701
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
1702
|
-
url: "/extraction/config-enums/{id}",
|
|
1703
|
-
...options,
|
|
1704
|
-
headers: {
|
|
1705
|
-
"Content-Type": "application/vnd.api+json",
|
|
1706
|
-
...options.headers
|
|
1707
|
-
}
|
|
1708
|
-
});
|
|
1709
1675
|
var getTrainingSessionsAgentsByAgentIdSessions = (options) => (options.client ?? client).get({
|
|
1710
1676
|
querySerializer: {
|
|
1711
1677
|
parameters: {
|
|
@@ -1770,30 +1736,7 @@ var postWorkspaces = (options) => (options.client ?? client).post({
|
|
|
1770
1736
|
...options.headers
|
|
1771
1737
|
}
|
|
1772
1738
|
});
|
|
1773
|
-
var getPaymentMethods = (options) => (options.client ?? client).get({
|
|
1774
|
-
querySerializer: {
|
|
1775
|
-
parameters: {
|
|
1776
|
-
filter: { object: { style: "form" } },
|
|
1777
|
-
page: { object: { style: "form" } },
|
|
1778
|
-
fields: { object: { style: "form" } }
|
|
1779
|
-
}
|
|
1780
|
-
},
|
|
1781
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
1782
|
-
url: "/payment-methods",
|
|
1783
|
-
...options
|
|
1784
|
-
});
|
|
1785
|
-
var postPaymentMethods = (options) => (options.client ?? client).post({
|
|
1786
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1787
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
1788
|
-
url: "/payment-methods",
|
|
1789
|
-
...options,
|
|
1790
|
-
headers: {
|
|
1791
|
-
"Content-Type": "application/vnd.api+json",
|
|
1792
|
-
...options.headers
|
|
1793
|
-
}
|
|
1794
|
-
});
|
|
1795
1739
|
var getAgentsByIdStats = (options) => (options.client ?? client).get({
|
|
1796
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1797
1740
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1798
1741
|
url: "/agents/{id}/stats",
|
|
1799
1742
|
...options
|
|
@@ -2072,6 +2015,17 @@ var postConfigs = (options) => (options.client ?? client).post({
|
|
|
2072
2015
|
...options.headers
|
|
2073
2016
|
}
|
|
2074
2017
|
});
|
|
2018
|
+
var getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions = (options) => (options.client ?? client).get({
|
|
2019
|
+
querySerializer: {
|
|
2020
|
+
parameters: {
|
|
2021
|
+
filter: { object: { style: "form" } },
|
|
2022
|
+
fields: { object: { style: "form" } }
|
|
2023
|
+
}
|
|
2024
|
+
},
|
|
2025
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2026
|
+
url: "/agent_version_revisions/agent_versions/{agent_version_id}/revisions",
|
|
2027
|
+
...options
|
|
2028
|
+
});
|
|
2075
2029
|
var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
2076
2030
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2077
2031
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -2215,16 +2169,20 @@ var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client
|
|
|
2215
2169
|
}
|
|
2216
2170
|
});
|
|
2217
2171
|
var getAgentsUsage = (options) => (options.client ?? client).get({
|
|
2218
|
-
querySerializer: {
|
|
2219
|
-
parameters: {
|
|
2220
|
-
filter: { object: { style: "form" } },
|
|
2221
|
-
fields: { object: { style: "form" } }
|
|
2222
|
-
}
|
|
2223
|
-
},
|
|
2224
2172
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2225
2173
|
url: "/agents/usage",
|
|
2226
2174
|
...options
|
|
2227
2175
|
});
|
|
2176
|
+
var patchWorkspacesByIdPopulateHashes = (options) => (options.client ?? client).patch({
|
|
2177
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2178
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2179
|
+
url: "/workspaces/{id}/populate-hashes",
|
|
2180
|
+
...options,
|
|
2181
|
+
headers: {
|
|
2182
|
+
"Content-Type": "application/vnd.api+json",
|
|
2183
|
+
...options.headers
|
|
2184
|
+
}
|
|
2185
|
+
});
|
|
2228
2186
|
var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? client).patch({
|
|
2229
2187
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2230
2188
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -2529,28 +2487,12 @@ var getUsersById = (options) => (options.client ?? client).get({
|
|
|
2529
2487
|
url: "/users/{id}",
|
|
2530
2488
|
...options
|
|
2531
2489
|
});
|
|
2532
|
-
var deleteExtractionResultsById = (options) => (options.client ?? client).delete({
|
|
2533
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2534
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
2535
|
-
url: "/extraction/results/{id}",
|
|
2536
|
-
...options
|
|
2537
|
-
});
|
|
2538
2490
|
var getExtractionResultsById = (options) => (options.client ?? client).get({
|
|
2539
2491
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2540
2492
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2541
2493
|
url: "/extraction/results/{id}",
|
|
2542
2494
|
...options
|
|
2543
2495
|
});
|
|
2544
|
-
var patchExtractionResultsById = (options) => (options.client ?? client).patch({
|
|
2545
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2546
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
2547
|
-
url: "/extraction/results/{id}",
|
|
2548
|
-
...options,
|
|
2549
|
-
headers: {
|
|
2550
|
-
"Content-Type": "application/vnd.api+json",
|
|
2551
|
-
...options.headers
|
|
2552
|
-
}
|
|
2553
|
-
});
|
|
2554
2496
|
var getWebhookDeliveriesStats = (options) => (options.client ?? client).get({
|
|
2555
2497
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2556
2498
|
url: "/webhook_deliveries/stats",
|
|
@@ -2706,6 +2648,17 @@ var getTrainingSessionsById = (options) => (options.client ?? client).get({
|
|
|
2706
2648
|
url: "/training_sessions/{id}",
|
|
2707
2649
|
...options
|
|
2708
2650
|
});
|
|
2651
|
+
var getWatcherClaimsHistory = (options) => (options.client ?? client).get({
|
|
2652
|
+
querySerializer: {
|
|
2653
|
+
parameters: {
|
|
2654
|
+
filter: { object: { style: "form" } },
|
|
2655
|
+
fields: { object: { style: "form" } }
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2658
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2659
|
+
url: "/watcher/claims/history",
|
|
2660
|
+
...options
|
|
2661
|
+
});
|
|
2709
2662
|
var getUsersByEmail = (options) => (options.client ?? client).get({
|
|
2710
2663
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2711
2664
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -2820,7 +2773,6 @@ var getSearchSemantic = (options) => (options.client ?? client).get({
|
|
|
2820
2773
|
...options
|
|
2821
2774
|
});
|
|
2822
2775
|
var getThreadsStats = (options) => (options.client ?? client).get({
|
|
2823
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2824
2776
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2825
2777
|
url: "/threads/stats",
|
|
2826
2778
|
...options
|
|
@@ -3108,6 +3060,16 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
|
|
|
3108
3060
|
...options.headers
|
|
3109
3061
|
}
|
|
3110
3062
|
});
|
|
3063
|
+
var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
|
|
3064
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3065
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3066
|
+
url: "/extraction/results/{id}/corrections",
|
|
3067
|
+
...options,
|
|
3068
|
+
headers: {
|
|
3069
|
+
"Content-Type": "application/vnd.api+json",
|
|
3070
|
+
...options.headers
|
|
3071
|
+
}
|
|
3072
|
+
});
|
|
3111
3073
|
var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client).patch({
|
|
3112
3074
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3113
3075
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3189,26 +3151,11 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
|
|
|
3189
3151
|
}
|
|
3190
3152
|
});
|
|
3191
3153
|
var getWalletInvoices = (options) => (options.client ?? client).get({
|
|
3192
|
-
querySerializer: {
|
|
3193
|
-
parameters: {
|
|
3194
|
-
filter: { object: { style: "form" } },
|
|
3195
|
-
fields: { object: { style: "form" } }
|
|
3196
|
-
}
|
|
3197
|
-
},
|
|
3154
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3198
3155
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3199
3156
|
url: "/wallet/invoices",
|
|
3200
3157
|
...options
|
|
3201
3158
|
});
|
|
3202
|
-
var patchExtractionResultsByIdSaveCorrections = (options) => (options.client ?? client).patch({
|
|
3203
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3204
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3205
|
-
url: "/extraction/results/{id}/save_corrections",
|
|
3206
|
-
...options,
|
|
3207
|
-
headers: {
|
|
3208
|
-
"Content-Type": "application/vnd.api+json",
|
|
3209
|
-
...options.headers
|
|
3210
|
-
}
|
|
3211
|
-
});
|
|
3212
3159
|
var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client).patch({
|
|
3213
3160
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3214
3161
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3271,6 +3218,12 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
|
3271
3218
|
...options.headers
|
|
3272
3219
|
}
|
|
3273
3220
|
});
|
|
3221
|
+
var getAgentVersionRevisionsById = (options) => (options.client ?? client).get({
|
|
3222
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3223
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3224
|
+
url: "/agent_version_revisions/{id}",
|
|
3225
|
+
...options
|
|
3226
|
+
});
|
|
3274
3227
|
var getTrainingExamples = (options) => (options.client ?? client).get({
|
|
3275
3228
|
querySerializer: {
|
|
3276
3229
|
parameters: {
|
|
@@ -3300,7 +3253,6 @@ var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.clie
|
|
|
3300
3253
|
...options
|
|
3301
3254
|
});
|
|
3302
3255
|
var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
3303
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3304
3256
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3305
3257
|
url: "/agents/{id}/training_stats",
|
|
3306
3258
|
...options
|
|
@@ -3336,16 +3288,6 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
3336
3288
|
...options.headers
|
|
3337
3289
|
}
|
|
3338
3290
|
});
|
|
3339
|
-
var postPaymentMethodsTokenize = (options) => (options.client ?? client).post({
|
|
3340
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3341
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3342
|
-
url: "/payment-methods/tokenize",
|
|
3343
|
-
...options,
|
|
3344
|
-
headers: {
|
|
3345
|
-
"Content-Type": "application/vnd.api+json",
|
|
3346
|
-
...options.headers
|
|
3347
|
-
}
|
|
3348
|
-
});
|
|
3349
3291
|
var getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).get({
|
|
3350
3292
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3351
3293
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -3494,7 +3436,6 @@ var patchThreadsByIdUnarchive = (options) => (options.client ?? client).patch({
|
|
|
3494
3436
|
}
|
|
3495
3437
|
});
|
|
3496
3438
|
var getAgentsByIdUsage = (options) => (options.client ?? client).get({
|
|
3497
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3498
3439
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3499
3440
|
url: "/agents/{id}/usage",
|
|
3500
3441
|
...options
|
|
@@ -3652,6 +3593,16 @@ var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
|
3652
3593
|
...options.headers
|
|
3653
3594
|
}
|
|
3654
3595
|
});
|
|
3596
|
+
var postExtractionDocumentsFindOrBeginUpload = (options) => (options.client ?? client).post({
|
|
3597
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3598
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3599
|
+
url: "/extraction/documents/find_or_begin_upload",
|
|
3600
|
+
...options,
|
|
3601
|
+
headers: {
|
|
3602
|
+
"Content-Type": "application/vnd.api+json",
|
|
3603
|
+
...options.headers
|
|
3604
|
+
}
|
|
3605
|
+
});
|
|
3655
3606
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
3656
3607
|
querySerializer: {
|
|
3657
3608
|
parameters: {
|
|
@@ -4055,28 +4006,6 @@ var postAgentsByIdSchemaVersionsByVersionIdActivate = (options) => (options.clie
|
|
|
4055
4006
|
url: "/agents/{id}/schema_versions/{version_id}/activate",
|
|
4056
4007
|
...options
|
|
4057
4008
|
});
|
|
4058
|
-
var deletePaymentMethodsById = (options) => (options.client ?? client).delete({
|
|
4059
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4060
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
4061
|
-
url: "/payment-methods/{id}",
|
|
4062
|
-
...options
|
|
4063
|
-
});
|
|
4064
|
-
var getPaymentMethodsById = (options) => (options.client ?? client).get({
|
|
4065
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4066
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
4067
|
-
url: "/payment-methods/{id}",
|
|
4068
|
-
...options
|
|
4069
|
-
});
|
|
4070
|
-
var patchPaymentMethodsById = (options) => (options.client ?? client).patch({
|
|
4071
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4072
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
4073
|
-
url: "/payment-methods/{id}",
|
|
4074
|
-
...options,
|
|
4075
|
-
headers: {
|
|
4076
|
-
"Content-Type": "application/vnd.api+json",
|
|
4077
|
-
...options.headers
|
|
4078
|
-
}
|
|
4079
|
-
});
|
|
4080
4009
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
4081
4010
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4082
4011
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -4404,12 +4333,6 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
4404
4333
|
...options.headers
|
|
4405
4334
|
}
|
|
4406
4335
|
});
|
|
4407
|
-
var getWalletPlanPreview = (options) => (options.client ?? client).get({
|
|
4408
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4409
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
4410
|
-
url: "/wallet/plan/preview",
|
|
4411
|
-
...options
|
|
4412
|
-
});
|
|
4413
4336
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
4414
4337
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4415
4338
|
security: [{ scheme: "bearer", type: "http" }],
|
|
@@ -4440,16 +4363,15 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
4440
4363
|
...options.headers
|
|
4441
4364
|
}
|
|
4442
4365
|
});
|
|
4443
|
-
var
|
|
4444
|
-
querySerializer: {
|
|
4445
|
-
parameters: {
|
|
4446
|
-
filter: { object: { style: "form" } },
|
|
4447
|
-
fields: { object: { style: "form" } }
|
|
4448
|
-
}
|
|
4449
|
-
},
|
|
4366
|
+
var postExtractionResults = (options) => (options.client ?? client).post({
|
|
4367
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4450
4368
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4451
4369
|
url: "/extraction/results",
|
|
4452
|
-
...options
|
|
4370
|
+
...options,
|
|
4371
|
+
headers: {
|
|
4372
|
+
"Content-Type": "application/vnd.api+json",
|
|
4373
|
+
...options.headers
|
|
4374
|
+
}
|
|
4453
4375
|
});
|
|
4454
4376
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
4455
4377
|
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
@@ -4536,7 +4458,6 @@ var postSearchBatch = (options) => (options.client ?? client).post({
|
|
|
4536
4458
|
}
|
|
4537
4459
|
});
|
|
4538
4460
|
var getThreadsWorkspaceStats = (options) => (options.client ?? client).get({
|
|
4539
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4540
4461
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4541
4462
|
url: "/threads/workspace-stats",
|
|
4542
4463
|
...options
|
|
@@ -4776,16 +4697,6 @@ var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options
|
|
|
4776
4697
|
...options.headers
|
|
4777
4698
|
}
|
|
4778
4699
|
});
|
|
4779
|
-
var patchPaymentMethodsByIdDefault = (options) => (options.client ?? client).patch({
|
|
4780
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4781
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
4782
|
-
url: "/payment-methods/{id}/default",
|
|
4783
|
-
...options,
|
|
4784
|
-
headers: {
|
|
4785
|
-
"Content-Type": "application/vnd.api+json",
|
|
4786
|
-
...options.headers
|
|
4787
|
-
}
|
|
4788
|
-
});
|
|
4789
4700
|
var postAgentsByIdExport = (options) => (options.client ?? client).post({
|
|
4790
4701
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4791
4702
|
url: "/agents/{id}/export",
|
|
@@ -4851,27 +4762,6 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
4851
4762
|
...options.headers
|
|
4852
4763
|
}
|
|
4853
4764
|
});
|
|
4854
|
-
var getExtractionConfigEnums = (options) => (options.client ?? client).get({
|
|
4855
|
-
querySerializer: {
|
|
4856
|
-
parameters: {
|
|
4857
|
-
filter: { object: { style: "form" } },
|
|
4858
|
-
fields: { object: { style: "form" } }
|
|
4859
|
-
}
|
|
4860
|
-
},
|
|
4861
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
4862
|
-
url: "/extraction/config-enums",
|
|
4863
|
-
...options
|
|
4864
|
-
});
|
|
4865
|
-
var postExtractionConfigEnums = (options) => (options.client ?? client).post({
|
|
4866
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4867
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
4868
|
-
url: "/extraction/config-enums",
|
|
4869
|
-
...options,
|
|
4870
|
-
headers: {
|
|
4871
|
-
"Content-Type": "application/vnd.api+json",
|
|
4872
|
-
...options.headers
|
|
4873
|
-
}
|
|
4874
|
-
});
|
|
4875
4765
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrashed = (options) => (options.client ?? client).get({
|
|
4876
4766
|
querySerializer: {
|
|
4877
4767
|
parameters: {
|
|
@@ -5527,13 +5417,11 @@ var index_default = gptCore;
|
|
|
5527
5417
|
deleteBucketsById,
|
|
5528
5418
|
deleteExtractionBatchesById,
|
|
5529
5419
|
deleteExtractionDocumentsById,
|
|
5530
|
-
deleteExtractionResultsById,
|
|
5531
5420
|
deleteFieldTemplatesById,
|
|
5532
5421
|
deleteMessagesById,
|
|
5533
5422
|
deleteNotificationMethodsById,
|
|
5534
5423
|
deleteNotificationPreferencesById,
|
|
5535
5424
|
deleteObjectsById,
|
|
5536
|
-
deletePaymentMethodsById,
|
|
5537
5425
|
deleteSearchSavedById,
|
|
5538
5426
|
deleteTenantMembershipsByTenantIdByUserId,
|
|
5539
5427
|
deleteTenantsById,
|
|
@@ -5545,6 +5433,8 @@ var index_default = gptCore;
|
|
|
5545
5433
|
deleteWebhookConfigsById,
|
|
5546
5434
|
deleteWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
5547
5435
|
deleteWorkspacesById,
|
|
5436
|
+
getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions,
|
|
5437
|
+
getAgentVersionRevisionsById,
|
|
5548
5438
|
getAgentVersions,
|
|
5549
5439
|
getAgentVersionsById,
|
|
5550
5440
|
getAgentVersionsByIdMetrics,
|
|
@@ -5588,8 +5478,6 @@ var index_default = gptCore;
|
|
|
5588
5478
|
getExtractionBatchesById,
|
|
5589
5479
|
getExtractionBatchesByIdUploadUrls,
|
|
5590
5480
|
getExtractionBatchesWorkspaceByWorkspaceId,
|
|
5591
|
-
getExtractionConfigEnums,
|
|
5592
|
-
getExtractionConfigEnumsById,
|
|
5593
5481
|
getExtractionDocuments,
|
|
5594
5482
|
getExtractionDocumentsById,
|
|
5595
5483
|
getExtractionDocumentsByIdStatus,
|
|
@@ -5600,7 +5488,6 @@ var index_default = gptCore;
|
|
|
5600
5488
|
getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
|
|
5601
5489
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
5602
5490
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
|
|
5603
|
-
getExtractionResults,
|
|
5604
5491
|
getExtractionResultsById,
|
|
5605
5492
|
getExtractionResultsDocumentByDocumentId,
|
|
5606
5493
|
getExtractionResultsWorkspaceByWorkspaceId,
|
|
@@ -5630,8 +5517,6 @@ var index_default = gptCore;
|
|
|
5630
5517
|
getNotificationPreferencesById,
|
|
5631
5518
|
getObjects,
|
|
5632
5519
|
getObjectsById,
|
|
5633
|
-
getPaymentMethods,
|
|
5634
|
-
getPaymentMethodsById,
|
|
5635
5520
|
getPermissions,
|
|
5636
5521
|
getPermissionsById,
|
|
5637
5522
|
getPermissionsMeta,
|
|
@@ -5683,9 +5568,9 @@ var index_default = gptCore;
|
|
|
5683
5568
|
getUsersMeTenants,
|
|
5684
5569
|
getWallet,
|
|
5685
5570
|
getWalletInvoices,
|
|
5686
|
-
getWalletPlanPreview,
|
|
5687
5571
|
getWatcherClaims,
|
|
5688
5572
|
getWatcherClaimsById,
|
|
5573
|
+
getWatcherClaimsHistory,
|
|
5689
5574
|
getWatcherClaimsStatus,
|
|
5690
5575
|
getWatcherEvents,
|
|
5691
5576
|
getWatcherEventsById,
|
|
@@ -5726,7 +5611,6 @@ var index_default = gptCore;
|
|
|
5726
5611
|
patchApplicationsByIdGrantCredits,
|
|
5727
5612
|
patchBucketsById,
|
|
5728
5613
|
patchConfigsByKey,
|
|
5729
|
-
patchExtractionConfigEnumsById,
|
|
5730
5614
|
patchExtractionDocumentsByIdCancel,
|
|
5731
5615
|
patchExtractionDocumentsByIdDismiss,
|
|
5732
5616
|
patchExtractionDocumentsByIdDismissTraining,
|
|
@@ -5738,9 +5622,8 @@ var index_default = gptCore;
|
|
|
5738
5622
|
patchExtractionDocumentsByIdRestore,
|
|
5739
5623
|
patchExtractionDocumentsByIdStatus,
|
|
5740
5624
|
patchExtractionDocumentsByIdVerification,
|
|
5741
|
-
|
|
5625
|
+
patchExtractionResultsByIdCorrections,
|
|
5742
5626
|
patchExtractionResultsByIdRegenerate,
|
|
5743
|
-
patchExtractionResultsByIdSaveCorrections,
|
|
5744
5627
|
patchInvitationsByIdAccept,
|
|
5745
5628
|
patchInvitationsByIdAcceptByUser,
|
|
5746
5629
|
patchInvitationsByIdDecline,
|
|
@@ -5752,8 +5635,6 @@ var index_default = gptCore;
|
|
|
5752
5635
|
patchNotificationMethodsByIdSetPrimary,
|
|
5753
5636
|
patchNotificationMethodsByIdVerify,
|
|
5754
5637
|
patchNotificationPreferencesById,
|
|
5755
|
-
patchPaymentMethodsById,
|
|
5756
|
-
patchPaymentMethodsByIdDefault,
|
|
5757
5638
|
patchSearchSavedById,
|
|
5758
5639
|
patchTenantMembershipsByTenantIdByUserId,
|
|
5759
5640
|
patchTenantsById,
|
|
@@ -5784,6 +5665,7 @@ var index_default = gptCore;
|
|
|
5784
5665
|
patchWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
5785
5666
|
patchWorkspacesById,
|
|
5786
5667
|
patchWorkspacesByIdAllocate,
|
|
5668
|
+
patchWorkspacesByIdPopulateHashes,
|
|
5787
5669
|
patchWorkspacesByIdStorageSettings,
|
|
5788
5670
|
postAgentTestResults,
|
|
5789
5671
|
postAgentVersionComparisons,
|
|
@@ -5822,10 +5704,11 @@ var index_default = gptCore;
|
|
|
5822
5704
|
postDocumentsBulkDelete,
|
|
5823
5705
|
postDocumentsPresignedUpload,
|
|
5824
5706
|
postExtractionBatches,
|
|
5825
|
-
postExtractionConfigEnums,
|
|
5826
5707
|
postExtractionDocumentsBeginUpload,
|
|
5827
5708
|
postExtractionDocumentsBulkReprocess,
|
|
5709
|
+
postExtractionDocumentsFindOrBeginUpload,
|
|
5828
5710
|
postExtractionDocumentsUpload,
|
|
5711
|
+
postExtractionResults,
|
|
5829
5712
|
postExtractionSchemaDiscoveries,
|
|
5830
5713
|
postFieldTemplates,
|
|
5831
5714
|
postInvitations,
|
|
@@ -5838,8 +5721,6 @@ var index_default = gptCore;
|
|
|
5838
5721
|
postObjectsCopy,
|
|
5839
5722
|
postObjectsMove,
|
|
5840
5723
|
postObjectsRegister,
|
|
5841
|
-
postPaymentMethods,
|
|
5842
|
-
postPaymentMethodsTokenize,
|
|
5843
5724
|
postPayments,
|
|
5844
5725
|
postSearchBatch,
|
|
5845
5726
|
postSearchReindex,
|