@gpt-core/client 0.9.13 → 0.9.15
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.cjs +4043 -0
- package/dist/index.d.mts +14656 -2176
- package/dist/index.d.ts +14656 -2176
- package/dist/index.js +121 -777
- package/dist/index.mjs +109 -771
- package/llms.txt +48 -9
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -65,11 +65,13 @@ __export(index_exports, {
|
|
|
65
65
|
deleteBucketsById: () => deleteBucketsById,
|
|
66
66
|
deleteExtractionBatchesById: () => deleteExtractionBatchesById,
|
|
67
67
|
deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
|
|
68
|
+
deleteExtractionResultsById: () => deleteExtractionResultsById,
|
|
68
69
|
deleteFieldTemplatesById: () => deleteFieldTemplatesById,
|
|
69
70
|
deleteMessagesById: () => deleteMessagesById,
|
|
70
71
|
deleteNotificationMethodsById: () => deleteNotificationMethodsById,
|
|
71
72
|
deleteNotificationPreferencesById: () => deleteNotificationPreferencesById,
|
|
72
73
|
deleteObjectsById: () => deleteObjectsById,
|
|
74
|
+
deletePaymentMethodsById: () => deletePaymentMethodsById,
|
|
73
75
|
deleteSearchSavedById: () => deleteSearchSavedById,
|
|
74
76
|
deleteTenantMembershipsByTenantIdByUserId: () => deleteTenantMembershipsByTenantIdByUserId,
|
|
75
77
|
deleteTenantsById: () => deleteTenantsById,
|
|
@@ -81,8 +83,6 @@ __export(index_exports, {
|
|
|
81
83
|
deleteWebhookConfigsById: () => deleteWebhookConfigsById,
|
|
82
84
|
deleteWorkspaceMembershipsByWorkspaceIdByUserId: () => deleteWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
83
85
|
deleteWorkspacesById: () => deleteWorkspacesById,
|
|
84
|
-
getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions: () => getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions,
|
|
85
|
-
getAgentVersionRevisionsById: () => getAgentVersionRevisionsById,
|
|
86
86
|
getAgentVersions: () => getAgentVersions,
|
|
87
87
|
getAgentVersionsById: () => getAgentVersionsById,
|
|
88
88
|
getAgentVersionsByIdMetrics: () => getAgentVersionsByIdMetrics,
|
|
@@ -136,6 +136,7 @@ __export(index_exports, {
|
|
|
136
136
|
getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue: () => getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
|
|
137
137
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
138
138
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrashed: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
|
|
139
|
+
getExtractionResults: () => getExtractionResults,
|
|
139
140
|
getExtractionResultsById: () => getExtractionResultsById,
|
|
140
141
|
getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
|
|
141
142
|
getExtractionResultsWorkspaceByWorkspaceId: () => getExtractionResultsWorkspaceByWorkspaceId,
|
|
@@ -165,6 +166,8 @@ __export(index_exports, {
|
|
|
165
166
|
getNotificationPreferencesById: () => getNotificationPreferencesById,
|
|
166
167
|
getObjects: () => getObjects,
|
|
167
168
|
getObjectsById: () => getObjectsById,
|
|
169
|
+
getPaymentMethods: () => getPaymentMethods,
|
|
170
|
+
getPaymentMethodsById: () => getPaymentMethodsById,
|
|
168
171
|
getPermissions: () => getPermissions,
|
|
169
172
|
getPermissionsById: () => getPermissionsById,
|
|
170
173
|
getPermissionsMeta: () => getPermissionsMeta,
|
|
@@ -216,6 +219,7 @@ __export(index_exports, {
|
|
|
216
219
|
getUsersMeTenants: () => getUsersMeTenants,
|
|
217
220
|
getWallet: () => getWallet,
|
|
218
221
|
getWalletInvoices: () => getWalletInvoices,
|
|
222
|
+
getWalletPlanPreview: () => getWalletPlanPreview,
|
|
219
223
|
getWatcherClaims: () => getWatcherClaims,
|
|
220
224
|
getWatcherClaimsById: () => getWatcherClaimsById,
|
|
221
225
|
getWatcherClaimsStatus: () => getWatcherClaimsStatus,
|
|
@@ -269,8 +273,9 @@ __export(index_exports, {
|
|
|
269
273
|
patchExtractionDocumentsByIdRestore: () => patchExtractionDocumentsByIdRestore,
|
|
270
274
|
patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
|
|
271
275
|
patchExtractionDocumentsByIdVerification: () => patchExtractionDocumentsByIdVerification,
|
|
272
|
-
|
|
276
|
+
patchExtractionResultsById: () => patchExtractionResultsById,
|
|
273
277
|
patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
|
|
278
|
+
patchExtractionResultsByIdSaveCorrections: () => patchExtractionResultsByIdSaveCorrections,
|
|
274
279
|
patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
|
|
275
280
|
patchInvitationsByIdAcceptByUser: () => patchInvitationsByIdAcceptByUser,
|
|
276
281
|
patchInvitationsByIdDecline: () => patchInvitationsByIdDecline,
|
|
@@ -282,6 +287,8 @@ __export(index_exports, {
|
|
|
282
287
|
patchNotificationMethodsByIdSetPrimary: () => patchNotificationMethodsByIdSetPrimary,
|
|
283
288
|
patchNotificationMethodsByIdVerify: () => patchNotificationMethodsByIdVerify,
|
|
284
289
|
patchNotificationPreferencesById: () => patchNotificationPreferencesById,
|
|
290
|
+
patchPaymentMethodsById: () => patchPaymentMethodsById,
|
|
291
|
+
patchPaymentMethodsByIdDefault: () => patchPaymentMethodsByIdDefault,
|
|
285
292
|
patchSearchSavedById: () => patchSearchSavedById,
|
|
286
293
|
patchTenantMembershipsByTenantIdByUserId: () => patchTenantMembershipsByTenantIdByUserId,
|
|
287
294
|
patchTenantsById: () => patchTenantsById,
|
|
@@ -312,7 +319,6 @@ __export(index_exports, {
|
|
|
312
319
|
patchWorkspaceMembershipsByWorkspaceIdByUserId: () => patchWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
313
320
|
patchWorkspacesById: () => patchWorkspacesById,
|
|
314
321
|
patchWorkspacesByIdAllocate: () => patchWorkspacesByIdAllocate,
|
|
315
|
-
patchWorkspacesByIdPopulateHashes: () => patchWorkspacesByIdPopulateHashes,
|
|
316
322
|
patchWorkspacesByIdStorageSettings: () => patchWorkspacesByIdStorageSettings,
|
|
317
323
|
postAgentTestResults: () => postAgentTestResults,
|
|
318
324
|
postAgentVersionComparisons: () => postAgentVersionComparisons,
|
|
@@ -353,9 +359,7 @@ __export(index_exports, {
|
|
|
353
359
|
postExtractionBatches: () => postExtractionBatches,
|
|
354
360
|
postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
|
|
355
361
|
postExtractionDocumentsBulkReprocess: () => postExtractionDocumentsBulkReprocess,
|
|
356
|
-
postExtractionDocumentsFindOrBeginUpload: () => postExtractionDocumentsFindOrBeginUpload,
|
|
357
362
|
postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
|
|
358
|
-
postExtractionResults: () => postExtractionResults,
|
|
359
363
|
postExtractionSchemaDiscoveries: () => postExtractionSchemaDiscoveries,
|
|
360
364
|
postFieldTemplates: () => postFieldTemplates,
|
|
361
365
|
postInvitations: () => postInvitations,
|
|
@@ -368,6 +372,8 @@ __export(index_exports, {
|
|
|
368
372
|
postObjectsCopy: () => postObjectsCopy,
|
|
369
373
|
postObjectsMove: () => postObjectsMove,
|
|
370
374
|
postObjectsRegister: () => postObjectsRegister,
|
|
375
|
+
postPaymentMethods: () => postPaymentMethods,
|
|
376
|
+
postPaymentMethodsTokenize: () => postPaymentMethodsTokenize,
|
|
371
377
|
postPayments: () => postPayments,
|
|
372
378
|
postSearchBatch: () => postSearchBatch,
|
|
373
379
|
postSearchReindex: () => postSearchReindex,
|
|
@@ -440,11 +446,13 @@ __export(sdk_gen_exports, {
|
|
|
440
446
|
deleteBucketsById: () => deleteBucketsById,
|
|
441
447
|
deleteExtractionBatchesById: () => deleteExtractionBatchesById,
|
|
442
448
|
deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
|
|
449
|
+
deleteExtractionResultsById: () => deleteExtractionResultsById,
|
|
443
450
|
deleteFieldTemplatesById: () => deleteFieldTemplatesById,
|
|
444
451
|
deleteMessagesById: () => deleteMessagesById,
|
|
445
452
|
deleteNotificationMethodsById: () => deleteNotificationMethodsById,
|
|
446
453
|
deleteNotificationPreferencesById: () => deleteNotificationPreferencesById,
|
|
447
454
|
deleteObjectsById: () => deleteObjectsById,
|
|
455
|
+
deletePaymentMethodsById: () => deletePaymentMethodsById,
|
|
448
456
|
deleteSearchSavedById: () => deleteSearchSavedById,
|
|
449
457
|
deleteTenantMembershipsByTenantIdByUserId: () => deleteTenantMembershipsByTenantIdByUserId,
|
|
450
458
|
deleteTenantsById: () => deleteTenantsById,
|
|
@@ -456,8 +464,6 @@ __export(sdk_gen_exports, {
|
|
|
456
464
|
deleteWebhookConfigsById: () => deleteWebhookConfigsById,
|
|
457
465
|
deleteWorkspaceMembershipsByWorkspaceIdByUserId: () => deleteWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
458
466
|
deleteWorkspacesById: () => deleteWorkspacesById,
|
|
459
|
-
getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions: () => getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions,
|
|
460
|
-
getAgentVersionRevisionsById: () => getAgentVersionRevisionsById,
|
|
461
467
|
getAgentVersions: () => getAgentVersions,
|
|
462
468
|
getAgentVersionsById: () => getAgentVersionsById,
|
|
463
469
|
getAgentVersionsByIdMetrics: () => getAgentVersionsByIdMetrics,
|
|
@@ -511,6 +517,7 @@ __export(sdk_gen_exports, {
|
|
|
511
517
|
getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue: () => getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
|
|
512
518
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
513
519
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrashed: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
|
|
520
|
+
getExtractionResults: () => getExtractionResults,
|
|
514
521
|
getExtractionResultsById: () => getExtractionResultsById,
|
|
515
522
|
getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
|
|
516
523
|
getExtractionResultsWorkspaceByWorkspaceId: () => getExtractionResultsWorkspaceByWorkspaceId,
|
|
@@ -540,6 +547,8 @@ __export(sdk_gen_exports, {
|
|
|
540
547
|
getNotificationPreferencesById: () => getNotificationPreferencesById,
|
|
541
548
|
getObjects: () => getObjects,
|
|
542
549
|
getObjectsById: () => getObjectsById,
|
|
550
|
+
getPaymentMethods: () => getPaymentMethods,
|
|
551
|
+
getPaymentMethodsById: () => getPaymentMethodsById,
|
|
543
552
|
getPermissions: () => getPermissions,
|
|
544
553
|
getPermissionsById: () => getPermissionsById,
|
|
545
554
|
getPermissionsMeta: () => getPermissionsMeta,
|
|
@@ -591,6 +600,7 @@ __export(sdk_gen_exports, {
|
|
|
591
600
|
getUsersMeTenants: () => getUsersMeTenants,
|
|
592
601
|
getWallet: () => getWallet,
|
|
593
602
|
getWalletInvoices: () => getWalletInvoices,
|
|
603
|
+
getWalletPlanPreview: () => getWalletPlanPreview,
|
|
594
604
|
getWatcherClaims: () => getWatcherClaims,
|
|
595
605
|
getWatcherClaimsById: () => getWatcherClaimsById,
|
|
596
606
|
getWatcherClaimsStatus: () => getWatcherClaimsStatus,
|
|
@@ -640,8 +650,9 @@ __export(sdk_gen_exports, {
|
|
|
640
650
|
patchExtractionDocumentsByIdRestore: () => patchExtractionDocumentsByIdRestore,
|
|
641
651
|
patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
|
|
642
652
|
patchExtractionDocumentsByIdVerification: () => patchExtractionDocumentsByIdVerification,
|
|
643
|
-
|
|
653
|
+
patchExtractionResultsById: () => patchExtractionResultsById,
|
|
644
654
|
patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
|
|
655
|
+
patchExtractionResultsByIdSaveCorrections: () => patchExtractionResultsByIdSaveCorrections,
|
|
645
656
|
patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
|
|
646
657
|
patchInvitationsByIdAcceptByUser: () => patchInvitationsByIdAcceptByUser,
|
|
647
658
|
patchInvitationsByIdDecline: () => patchInvitationsByIdDecline,
|
|
@@ -653,6 +664,8 @@ __export(sdk_gen_exports, {
|
|
|
653
664
|
patchNotificationMethodsByIdSetPrimary: () => patchNotificationMethodsByIdSetPrimary,
|
|
654
665
|
patchNotificationMethodsByIdVerify: () => patchNotificationMethodsByIdVerify,
|
|
655
666
|
patchNotificationPreferencesById: () => patchNotificationPreferencesById,
|
|
667
|
+
patchPaymentMethodsById: () => patchPaymentMethodsById,
|
|
668
|
+
patchPaymentMethodsByIdDefault: () => patchPaymentMethodsByIdDefault,
|
|
656
669
|
patchSearchSavedById: () => patchSearchSavedById,
|
|
657
670
|
patchTenantMembershipsByTenantIdByUserId: () => patchTenantMembershipsByTenantIdByUserId,
|
|
658
671
|
patchTenantsById: () => patchTenantsById,
|
|
@@ -683,7 +696,6 @@ __export(sdk_gen_exports, {
|
|
|
683
696
|
patchWorkspaceMembershipsByWorkspaceIdByUserId: () => patchWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
684
697
|
patchWorkspacesById: () => patchWorkspacesById,
|
|
685
698
|
patchWorkspacesByIdAllocate: () => patchWorkspacesByIdAllocate,
|
|
686
|
-
patchWorkspacesByIdPopulateHashes: () => patchWorkspacesByIdPopulateHashes,
|
|
687
699
|
patchWorkspacesByIdStorageSettings: () => patchWorkspacesByIdStorageSettings,
|
|
688
700
|
postAgentTestResults: () => postAgentTestResults,
|
|
689
701
|
postAgentVersionComparisons: () => postAgentVersionComparisons,
|
|
@@ -724,9 +736,7 @@ __export(sdk_gen_exports, {
|
|
|
724
736
|
postExtractionBatches: () => postExtractionBatches,
|
|
725
737
|
postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
|
|
726
738
|
postExtractionDocumentsBulkReprocess: () => postExtractionDocumentsBulkReprocess,
|
|
727
|
-
postExtractionDocumentsFindOrBeginUpload: () => postExtractionDocumentsFindOrBeginUpload,
|
|
728
739
|
postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
|
|
729
|
-
postExtractionResults: () => postExtractionResults,
|
|
730
740
|
postExtractionSchemaDiscoveries: () => postExtractionSchemaDiscoveries,
|
|
731
741
|
postFieldTemplates: () => postFieldTemplates,
|
|
732
742
|
postInvitations: () => postInvitations,
|
|
@@ -739,6 +749,8 @@ __export(sdk_gen_exports, {
|
|
|
739
749
|
postObjectsCopy: () => postObjectsCopy,
|
|
740
750
|
postObjectsMove: () => postObjectsMove,
|
|
741
751
|
postObjectsRegister: () => postObjectsRegister,
|
|
752
|
+
postPaymentMethods: () => postPaymentMethods,
|
|
753
|
+
postPaymentMethodsTokenize: () => postPaymentMethodsTokenize,
|
|
742
754
|
postPayments: () => postPayments,
|
|
743
755
|
postSearchBatch: () => postSearchBatch,
|
|
744
756
|
postSearchReindex: () => postSearchReindex,
|
|
@@ -1611,7 +1623,6 @@ var client = createClient(
|
|
|
1611
1623
|
|
|
1612
1624
|
// src/_internal/sdk.gen.ts
|
|
1613
1625
|
var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
1614
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1615
1626
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1616
1627
|
url: "/ai/search/advanced",
|
|
1617
1628
|
...options,
|
|
@@ -1621,31 +1632,21 @@ var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
|
1621
1632
|
}
|
|
1622
1633
|
});
|
|
1623
1634
|
var deleteExtractionDocumentsById = (options) => (options.client ?? client).delete({
|
|
1624
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1625
1635
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1626
1636
|
url: "/extraction/documents/{id}",
|
|
1627
1637
|
...options
|
|
1628
1638
|
});
|
|
1629
1639
|
var getExtractionDocumentsById = (options) => (options.client ?? client).get({
|
|
1630
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1631
1640
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1632
1641
|
url: "/extraction/documents/{id}",
|
|
1633
1642
|
...options
|
|
1634
1643
|
});
|
|
1635
1644
|
var getThreads = (options) => (options.client ?? client).get({
|
|
1636
|
-
querySerializer: {
|
|
1637
|
-
parameters: {
|
|
1638
|
-
filter: { object: { style: "form" } },
|
|
1639
|
-
page: { object: { style: "form" } },
|
|
1640
|
-
fields: { object: { style: "form" } }
|
|
1641
|
-
}
|
|
1642
|
-
},
|
|
1643
1645
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1644
1646
|
url: "/threads",
|
|
1645
1647
|
...options
|
|
1646
1648
|
});
|
|
1647
1649
|
var postThreads = (options) => (options.client ?? client).post({
|
|
1648
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1649
1650
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1650
1651
|
url: "/threads",
|
|
1651
1652
|
...options,
|
|
@@ -1655,7 +1656,6 @@ var postThreads = (options) => (options.client ?? client).post({
|
|
|
1655
1656
|
}
|
|
1656
1657
|
});
|
|
1657
1658
|
var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client).patch({
|
|
1658
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1659
1659
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1660
1660
|
url: "/extraction/documents/{id}/cancel",
|
|
1661
1661
|
...options,
|
|
@@ -1665,36 +1665,26 @@ var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client)
|
|
|
1665
1665
|
}
|
|
1666
1666
|
});
|
|
1667
1667
|
var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
1668
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1669
1668
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1670
1669
|
url: "/llm_analytics/costs",
|
|
1671
1670
|
...options
|
|
1672
1671
|
});
|
|
1673
1672
|
var getTrainingSessionsAgentsByAgentIdSessions = (options) => (options.client ?? client).get({
|
|
1674
|
-
querySerializer: {
|
|
1675
|
-
parameters: {
|
|
1676
|
-
filter: { object: { style: "form" } },
|
|
1677
|
-
fields: { object: { style: "form" } }
|
|
1678
|
-
}
|
|
1679
|
-
},
|
|
1680
1673
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1681
1674
|
url: "/training_sessions/agents/{agent_id}/sessions",
|
|
1682
1675
|
...options
|
|
1683
1676
|
});
|
|
1684
1677
|
var getWatcherEventsById = (options) => (options.client ?? client).get({
|
|
1685
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1686
1678
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1687
1679
|
url: "/watcher/events/{id}",
|
|
1688
1680
|
...options
|
|
1689
1681
|
});
|
|
1690
1682
|
var getAiChunksDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
1691
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1692
1683
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1693
1684
|
url: "/ai/chunks/document/{document_id}",
|
|
1694
1685
|
...options
|
|
1695
1686
|
});
|
|
1696
1687
|
var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
1697
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1698
1688
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1699
1689
|
url: "/wallet/credits",
|
|
1700
1690
|
...options,
|
|
@@ -1714,18 +1704,11 @@ var getApplicationsCurrent = (options) => (options.client ?? client).get({
|
|
|
1714
1704
|
...options
|
|
1715
1705
|
});
|
|
1716
1706
|
var getWorkspaces = (options) => (options.client ?? client).get({
|
|
1717
|
-
querySerializer: {
|
|
1718
|
-
parameters: {
|
|
1719
|
-
filter: { object: { style: "form" } },
|
|
1720
|
-
fields: { object: { style: "form" } }
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
1707
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1724
1708
|
url: "/workspaces",
|
|
1725
1709
|
...options
|
|
1726
1710
|
});
|
|
1727
1711
|
var postWorkspaces = (options) => (options.client ?? client).post({
|
|
1728
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1729
1712
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1730
1713
|
url: "/workspaces",
|
|
1731
1714
|
...options,
|
|
@@ -1734,19 +1717,31 @@ var postWorkspaces = (options) => (options.client ?? client).post({
|
|
|
1734
1717
|
...options.headers
|
|
1735
1718
|
}
|
|
1736
1719
|
});
|
|
1720
|
+
var getPaymentMethods = (options) => (options.client ?? client).get({
|
|
1721
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1722
|
+
url: "/payment-methods",
|
|
1723
|
+
...options
|
|
1724
|
+
});
|
|
1725
|
+
var postPaymentMethods = (options) => (options.client ?? client).post({
|
|
1726
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1727
|
+
url: "/payment-methods",
|
|
1728
|
+
...options,
|
|
1729
|
+
headers: {
|
|
1730
|
+
"Content-Type": "application/vnd.api+json",
|
|
1731
|
+
...options.headers
|
|
1732
|
+
}
|
|
1733
|
+
});
|
|
1737
1734
|
var getAgentsByIdStats = (options) => (options.client ?? client).get({
|
|
1738
1735
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1739
1736
|
url: "/agents/{id}/stats",
|
|
1740
1737
|
...options
|
|
1741
1738
|
});
|
|
1742
1739
|
var getDocumentsStats = (options) => (options.client ?? client).get({
|
|
1743
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1744
1740
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1745
1741
|
url: "/documents/stats",
|
|
1746
1742
|
...options
|
|
1747
1743
|
});
|
|
1748
1744
|
var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client).patch({
|
|
1749
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1750
1745
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1751
1746
|
url: "/extraction/documents/{id}/dismiss",
|
|
1752
1747
|
...options,
|
|
@@ -1756,7 +1751,6 @@ var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client
|
|
|
1756
1751
|
}
|
|
1757
1752
|
});
|
|
1758
1753
|
var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
1759
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1760
1754
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1761
1755
|
url: "/objects/register",
|
|
1762
1756
|
...options,
|
|
@@ -1766,13 +1760,11 @@ var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
|
1766
1760
|
}
|
|
1767
1761
|
});
|
|
1768
1762
|
var getLlmAnalyticsWorkspace = (options) => (options.client ?? client).get({
|
|
1769
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1770
1763
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1771
1764
|
url: "/llm_analytics/workspace",
|
|
1772
1765
|
...options
|
|
1773
1766
|
});
|
|
1774
1767
|
var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?? client).patch({
|
|
1775
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1776
1768
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1777
1769
|
url: "/extraction/documents/{id}/dismiss-training",
|
|
1778
1770
|
...options,
|
|
@@ -1782,7 +1774,6 @@ var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?
|
|
|
1782
1774
|
}
|
|
1783
1775
|
});
|
|
1784
1776
|
var postAgentVersionComparisons = (options) => (options.client ?? client).post({
|
|
1785
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1786
1777
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1787
1778
|
url: "/agent_version_comparisons",
|
|
1788
1779
|
...options,
|
|
@@ -1792,12 +1783,6 @@ var postAgentVersionComparisons = (options) => (options.client ?? client).post({
|
|
|
1792
1783
|
}
|
|
1793
1784
|
});
|
|
1794
1785
|
var getSearchIndexes = (options) => (options.client ?? client).get({
|
|
1795
|
-
querySerializer: {
|
|
1796
|
-
parameters: {
|
|
1797
|
-
filter: { object: { style: "form" } },
|
|
1798
|
-
fields: { object: { style: "form" } }
|
|
1799
|
-
}
|
|
1800
|
-
},
|
|
1801
1786
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1802
1787
|
url: "/search/indexes",
|
|
1803
1788
|
...options
|
|
@@ -1812,13 +1797,11 @@ var postApplicationsByApplicationIdEmailTemplatesBySlugPreview = (options) => (o
|
|
|
1812
1797
|
}
|
|
1813
1798
|
});
|
|
1814
1799
|
var getCreditPackagesSlugBySlug = (options) => (options.client ?? client).get({
|
|
1815
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1816
1800
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1817
1801
|
url: "/credit-packages/slug/{slug}",
|
|
1818
1802
|
...options
|
|
1819
1803
|
});
|
|
1820
1804
|
var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch({
|
|
1821
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1822
1805
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1823
1806
|
url: "/users/auth/password/change",
|
|
1824
1807
|
...options,
|
|
@@ -1828,7 +1811,6 @@ var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch
|
|
|
1828
1811
|
}
|
|
1829
1812
|
});
|
|
1830
1813
|
var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
1831
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1832
1814
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1833
1815
|
url: "/extraction/batches",
|
|
1834
1816
|
...options,
|
|
@@ -1838,13 +1820,11 @@ var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
|
1838
1820
|
}
|
|
1839
1821
|
});
|
|
1840
1822
|
var getLlmAnalyticsPlatform = (options) => (options.client ?? client).get({
|
|
1841
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1842
1823
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1843
1824
|
url: "/llm_analytics/platform",
|
|
1844
1825
|
...options
|
|
1845
1826
|
});
|
|
1846
1827
|
var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client).patch({
|
|
1847
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1848
1828
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1849
1829
|
url: "/extraction/documents/{id}/exclude",
|
|
1850
1830
|
...options,
|
|
@@ -1854,7 +1834,6 @@ var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client
|
|
|
1854
1834
|
}
|
|
1855
1835
|
});
|
|
1856
1836
|
var postPayments = (options) => (options.client ?? client).post({
|
|
1857
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1858
1837
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1859
1838
|
url: "/payments",
|
|
1860
1839
|
...options,
|
|
@@ -1864,7 +1843,6 @@ var postPayments = (options) => (options.client ?? client).post({
|
|
|
1864
1843
|
}
|
|
1865
1844
|
});
|
|
1866
1845
|
var postAgentsImport = (options) => (options.client ?? client).post({
|
|
1867
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1868
1846
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1869
1847
|
url: "/agents/import",
|
|
1870
1848
|
...options,
|
|
@@ -1874,12 +1852,6 @@ var postAgentsImport = (options) => (options.client ?? client).post({
|
|
|
1874
1852
|
}
|
|
1875
1853
|
});
|
|
1876
1854
|
var getExtractionBatchesWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1877
|
-
querySerializer: {
|
|
1878
|
-
parameters: {
|
|
1879
|
-
filter: { object: { style: "form" } },
|
|
1880
|
-
fields: { object: { style: "form" } }
|
|
1881
|
-
}
|
|
1882
|
-
},
|
|
1883
1855
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1884
1856
|
url: "/extraction/batches/workspace/{workspace_id}",
|
|
1885
1857
|
...options
|
|
@@ -1894,7 +1866,6 @@ var postAgentVersionsByIdRemoveSystemField = (options) => (options.client ?? cli
|
|
|
1894
1866
|
}
|
|
1895
1867
|
});
|
|
1896
1868
|
var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1897
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1898
1869
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1899
1870
|
url: "/api_keys/{id}/revoke",
|
|
1900
1871
|
...options,
|
|
@@ -1904,19 +1875,16 @@ var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1904
1875
|
}
|
|
1905
1876
|
});
|
|
1906
1877
|
var getInvitationsConsumeByToken = (options) => (options.client ?? client).get({
|
|
1907
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1908
1878
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1909
1879
|
url: "/invitations/consume/{token}",
|
|
1910
1880
|
...options
|
|
1911
1881
|
});
|
|
1912
1882
|
var getExtractionDocumentsByIdStatus = (options) => (options.client ?? client).get({
|
|
1913
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1914
1883
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1915
1884
|
url: "/extraction/documents/{id}/status",
|
|
1916
1885
|
...options
|
|
1917
1886
|
});
|
|
1918
1887
|
var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client).patch({
|
|
1919
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1920
1888
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1921
1889
|
url: "/extraction/documents/{id}/status",
|
|
1922
1890
|
...options,
|
|
@@ -1926,7 +1894,6 @@ var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client)
|
|
|
1926
1894
|
}
|
|
1927
1895
|
});
|
|
1928
1896
|
var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? client).patch({
|
|
1929
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1930
1897
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1931
1898
|
url: "/extraction/documents/{id}/finish_upload",
|
|
1932
1899
|
...options,
|
|
@@ -1941,7 +1908,6 @@ var getUsersMeDashboard = (options) => (options.client ?? client).get({
|
|
|
1941
1908
|
...options
|
|
1942
1909
|
});
|
|
1943
1910
|
var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch({
|
|
1944
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1945
1911
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1946
1912
|
url: "/workspaces/{id}/allocate",
|
|
1947
1913
|
...options,
|
|
@@ -1951,7 +1917,6 @@ var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch(
|
|
|
1951
1917
|
}
|
|
1952
1918
|
});
|
|
1953
1919
|
var postThreadsActive = (options) => (options.client ?? client).post({
|
|
1954
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1955
1920
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1956
1921
|
url: "/threads/active",
|
|
1957
1922
|
...options,
|
|
@@ -1961,7 +1926,6 @@ var postThreadsActive = (options) => (options.client ?? client).post({
|
|
|
1961
1926
|
}
|
|
1962
1927
|
});
|
|
1963
1928
|
var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1964
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1965
1929
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1966
1930
|
url: "/invitations/{id}/revoke",
|
|
1967
1931
|
...options,
|
|
@@ -1971,18 +1935,11 @@ var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1971
1935
|
}
|
|
1972
1936
|
});
|
|
1973
1937
|
var getAiGraphNodesLabelByLabel = (options) => (options.client ?? client).get({
|
|
1974
|
-
querySerializer: {
|
|
1975
|
-
parameters: {
|
|
1976
|
-
filter: { object: { style: "form" } },
|
|
1977
|
-
fields: { object: { style: "form" } }
|
|
1978
|
-
}
|
|
1979
|
-
},
|
|
1980
1938
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1981
1939
|
url: "/ai/graph/nodes/label/{label}",
|
|
1982
1940
|
...options
|
|
1983
1941
|
});
|
|
1984
1942
|
var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options) => (options.client ?? client).post({
|
|
1985
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1986
1943
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1987
1944
|
url: "/workspaces/{workspace_id}/extraction/documents/dismiss-all-trained",
|
|
1988
1945
|
...options,
|
|
@@ -1992,19 +1949,11 @@ var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options)
|
|
|
1992
1949
|
}
|
|
1993
1950
|
});
|
|
1994
1951
|
var getConfigs = (options) => (options.client ?? client).get({
|
|
1995
|
-
querySerializer: {
|
|
1996
|
-
parameters: {
|
|
1997
|
-
filter: { object: { style: "form" } },
|
|
1998
|
-
page: { object: { style: "form" } },
|
|
1999
|
-
fields: { object: { style: "form" } }
|
|
2000
|
-
}
|
|
2001
|
-
},
|
|
2002
1952
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2003
1953
|
url: "/configs",
|
|
2004
1954
|
...options
|
|
2005
1955
|
});
|
|
2006
1956
|
var postConfigs = (options) => (options.client ?? client).post({
|
|
2007
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2008
1957
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2009
1958
|
url: "/configs",
|
|
2010
1959
|
...options,
|
|
@@ -2013,19 +1962,7 @@ var postConfigs = (options) => (options.client ?? client).post({
|
|
|
2013
1962
|
...options.headers
|
|
2014
1963
|
}
|
|
2015
1964
|
});
|
|
2016
|
-
var getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions = (options) => (options.client ?? client).get({
|
|
2017
|
-
querySerializer: {
|
|
2018
|
-
parameters: {
|
|
2019
|
-
filter: { object: { style: "form" } },
|
|
2020
|
-
fields: { object: { style: "form" } }
|
|
2021
|
-
}
|
|
2022
|
-
},
|
|
2023
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
2024
|
-
url: "/agent_version_revisions/agent_versions/{agent_version_id}/revisions",
|
|
2025
|
-
...options
|
|
2026
|
-
});
|
|
2027
1965
|
var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
2028
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2029
1966
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2030
1967
|
url: "/wallet/auto-top-up",
|
|
2031
1968
|
...options,
|
|
@@ -2035,7 +1972,6 @@ var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
|
2035
1972
|
}
|
|
2036
1973
|
});
|
|
2037
1974
|
var postTokens = (options) => (options.client ?? client).post({
|
|
2038
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2039
1975
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2040
1976
|
url: "/tokens",
|
|
2041
1977
|
...options,
|
|
@@ -2045,7 +1981,6 @@ var postTokens = (options) => (options.client ?? client).post({
|
|
|
2045
1981
|
}
|
|
2046
1982
|
});
|
|
2047
1983
|
var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
2048
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2049
1984
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2050
1985
|
url: "/api_keys/{id}/set_budget",
|
|
2051
1986
|
...options,
|
|
@@ -2055,19 +1990,16 @@ var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
|
2055
1990
|
}
|
|
2056
1991
|
});
|
|
2057
1992
|
var deleteTrainingExamplesById = (options) => (options.client ?? client).delete({
|
|
2058
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2059
1993
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2060
1994
|
url: "/training_examples/{id}",
|
|
2061
1995
|
...options
|
|
2062
1996
|
});
|
|
2063
1997
|
var getTrainingExamplesById = (options) => (options.client ?? client).get({
|
|
2064
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2065
1998
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2066
1999
|
url: "/training_examples/{id}",
|
|
2067
2000
|
...options
|
|
2068
2001
|
});
|
|
2069
2002
|
var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
2070
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2071
2003
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2072
2004
|
url: "/training_examples/{id}",
|
|
2073
2005
|
...options,
|
|
@@ -2077,13 +2009,11 @@ var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
|
2077
2009
|
}
|
|
2078
2010
|
});
|
|
2079
2011
|
var deleteSearchSavedById = (options) => (options.client ?? client).delete({
|
|
2080
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2081
2012
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2082
2013
|
url: "/search/saved/{id}",
|
|
2083
2014
|
...options
|
|
2084
2015
|
});
|
|
2085
2016
|
var patchSearchSavedById = (options) => (options.client ?? client).patch({
|
|
2086
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2087
2017
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2088
2018
|
url: "/search/saved/{id}",
|
|
2089
2019
|
...options,
|
|
@@ -2093,7 +2023,6 @@ var patchSearchSavedById = (options) => (options.client ?? client).patch({
|
|
|
2093
2023
|
}
|
|
2094
2024
|
});
|
|
2095
2025
|
var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
2096
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2097
2026
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2098
2027
|
url: "/users/{id}/admin/email",
|
|
2099
2028
|
...options,
|
|
@@ -2103,13 +2032,6 @@ var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
|
2103
2032
|
}
|
|
2104
2033
|
});
|
|
2105
2034
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrained = (options) => (options.client ?? client).get({
|
|
2106
|
-
querySerializer: {
|
|
2107
|
-
parameters: {
|
|
2108
|
-
filter: { object: { style: "form" } },
|
|
2109
|
-
page: { object: { style: "form" } },
|
|
2110
|
-
fields: { object: { style: "form" } }
|
|
2111
|
-
}
|
|
2112
|
-
},
|
|
2113
2035
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2114
2036
|
url: "/extraction/documents/workspace/{workspace_id}/trained",
|
|
2115
2037
|
...options
|
|
@@ -2129,7 +2051,6 @@ var getWatcherClaimsStatus = (options) => (options.client ?? client).get({
|
|
|
2129
2051
|
...options
|
|
2130
2052
|
});
|
|
2131
2053
|
var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch({
|
|
2132
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2133
2054
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2134
2055
|
url: "/users/auth/reset-password",
|
|
2135
2056
|
...options,
|
|
@@ -2139,25 +2060,16 @@ var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch(
|
|
|
2139
2060
|
}
|
|
2140
2061
|
});
|
|
2141
2062
|
var getBucketsByIdStats = (options) => (options.client ?? client).get({
|
|
2142
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2143
2063
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2144
2064
|
url: "/buckets/{id}/stats",
|
|
2145
2065
|
...options
|
|
2146
2066
|
});
|
|
2147
2067
|
var getApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).get({
|
|
2148
|
-
querySerializer: {
|
|
2149
|
-
parameters: {
|
|
2150
|
-
filter: { object: { style: "form" } },
|
|
2151
|
-
page: { object: { style: "form" } },
|
|
2152
|
-
fields: { object: { style: "form" } }
|
|
2153
|
-
}
|
|
2154
|
-
},
|
|
2155
2068
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2156
2069
|
url: "/applications/{application_id}/email-templates",
|
|
2157
2070
|
...options
|
|
2158
2071
|
});
|
|
2159
2072
|
var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).post({
|
|
2160
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2161
2073
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2162
2074
|
url: "/applications/{application_id}/email-templates",
|
|
2163
2075
|
...options,
|
|
@@ -2171,18 +2083,7 @@ var getAgentsUsage = (options) => (options.client ?? client).get({
|
|
|
2171
2083
|
url: "/agents/usage",
|
|
2172
2084
|
...options
|
|
2173
2085
|
});
|
|
2174
|
-
var patchWorkspacesByIdPopulateHashes = (options) => (options.client ?? client).patch({
|
|
2175
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2176
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
2177
|
-
url: "/workspaces/{id}/populate-hashes",
|
|
2178
|
-
...options,
|
|
2179
|
-
headers: {
|
|
2180
|
-
"Content-Type": "application/vnd.api+json",
|
|
2181
|
-
...options.headers
|
|
2182
|
-
}
|
|
2183
|
-
});
|
|
2184
2086
|
var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? client).patch({
|
|
2185
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2186
2087
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2187
2088
|
url: "/notification_methods/{id}/set_primary",
|
|
2188
2089
|
...options,
|
|
@@ -2192,13 +2093,11 @@ var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? cli
|
|
|
2192
2093
|
}
|
|
2193
2094
|
});
|
|
2194
2095
|
var getBucketsByIdObjects = (options) => (options.client ?? client).get({
|
|
2195
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2196
2096
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2197
2097
|
url: "/buckets/{id}/objects",
|
|
2198
2098
|
...options
|
|
2199
2099
|
});
|
|
2200
2100
|
var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
2201
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2202
2101
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2203
2102
|
url: "/invitations/{id}/resend",
|
|
2204
2103
|
...options,
|
|
@@ -2208,7 +2107,6 @@ var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
|
2208
2107
|
}
|
|
2209
2108
|
});
|
|
2210
2109
|
var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).post({
|
|
2211
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2212
2110
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2213
2111
|
url: "/extraction/schema_discoveries",
|
|
2214
2112
|
...options,
|
|
@@ -2218,18 +2116,11 @@ var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).po
|
|
|
2218
2116
|
}
|
|
2219
2117
|
});
|
|
2220
2118
|
var getSearchSaved = (options) => (options.client ?? client).get({
|
|
2221
|
-
querySerializer: {
|
|
2222
|
-
parameters: {
|
|
2223
|
-
filter: { object: { style: "form" } },
|
|
2224
|
-
fields: { object: { style: "form" } }
|
|
2225
|
-
}
|
|
2226
|
-
},
|
|
2227
2119
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2228
2120
|
url: "/search/saved",
|
|
2229
2121
|
...options
|
|
2230
2122
|
});
|
|
2231
2123
|
var postSearchSaved = (options) => (options.client ?? client).post({
|
|
2232
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2233
2124
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2234
2125
|
url: "/search/saved",
|
|
2235
2126
|
...options,
|
|
@@ -2239,7 +2130,6 @@ var postSearchSaved = (options) => (options.client ?? client).post({
|
|
|
2239
2130
|
}
|
|
2240
2131
|
});
|
|
2241
2132
|
var patchNotificationMethodsByIdSendVerification = (options) => (options.client ?? client).patch({
|
|
2242
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2243
2133
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2244
2134
|
url: "/notification_methods/{id}/send_verification",
|
|
2245
2135
|
...options,
|
|
@@ -2249,59 +2139,41 @@ var patchNotificationMethodsByIdSendVerification = (options) => (options.client
|
|
|
2249
2139
|
}
|
|
2250
2140
|
});
|
|
2251
2141
|
var deleteFieldTemplatesById = (options) => (options.client ?? client).delete({
|
|
2252
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2253
2142
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2254
2143
|
url: "/field_templates/{id}",
|
|
2255
2144
|
...options
|
|
2256
2145
|
});
|
|
2257
2146
|
var getFieldTemplatesById = (options) => (options.client ?? client).get({
|
|
2258
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2259
2147
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2260
2148
|
url: "/field_templates/{id}",
|
|
2261
2149
|
...options
|
|
2262
2150
|
});
|
|
2263
2151
|
var getWorkspacesByWorkspaceIdTrainingAnalytics = (options) => (options.client ?? client).get({
|
|
2264
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2265
2152
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2266
2153
|
url: "/workspaces/{workspace_id}/training/analytics",
|
|
2267
2154
|
...options
|
|
2268
2155
|
});
|
|
2269
2156
|
var getUserProfilesMe = (options) => (options.client ?? client).get({
|
|
2270
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2271
2157
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2272
2158
|
url: "/user_profiles/me",
|
|
2273
2159
|
...options
|
|
2274
2160
|
});
|
|
2275
2161
|
var getExtractionSchemaDiscoveriesById = (options) => (options.client ?? client).get({
|
|
2276
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2277
2162
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2278
2163
|
url: "/extraction/schema_discoveries/{id}",
|
|
2279
2164
|
...options
|
|
2280
2165
|
});
|
|
2281
2166
|
var getApiKeysActive = (options) => (options.client ?? client).get({
|
|
2282
|
-
querySerializer: {
|
|
2283
|
-
parameters: {
|
|
2284
|
-
filter: { object: { style: "form" } },
|
|
2285
|
-
fields: { object: { style: "form" } }
|
|
2286
|
-
}
|
|
2287
|
-
},
|
|
2288
2167
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2289
2168
|
url: "/api_keys/active",
|
|
2290
2169
|
...options
|
|
2291
2170
|
});
|
|
2292
2171
|
var getAgentVersions = (options) => (options.client ?? client).get({
|
|
2293
|
-
querySerializer: {
|
|
2294
|
-
parameters: {
|
|
2295
|
-
filter: { object: { style: "form" } },
|
|
2296
|
-
fields: { object: { style: "form" } }
|
|
2297
|
-
}
|
|
2298
|
-
},
|
|
2299
2172
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2300
2173
|
url: "/agent_versions",
|
|
2301
2174
|
...options
|
|
2302
2175
|
});
|
|
2303
2176
|
var postAgentVersions = (options) => (options.client ?? client).post({
|
|
2304
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2305
2177
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2306
2178
|
url: "/agent_versions",
|
|
2307
2179
|
...options,
|
|
@@ -2311,7 +2183,6 @@ var postAgentVersions = (options) => (options.client ?? client).post({
|
|
|
2311
2183
|
}
|
|
2312
2184
|
});
|
|
2313
2185
|
var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).patch({
|
|
2314
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2315
2186
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2316
2187
|
url: "/invitations/{id}/accept-by-user",
|
|
2317
2188
|
...options,
|
|
@@ -2321,7 +2192,6 @@ var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).p
|
|
|
2321
2192
|
}
|
|
2322
2193
|
});
|
|
2323
2194
|
var getPermissionsMeta = (options) => (options.client ?? client).get({
|
|
2324
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2325
2195
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2326
2196
|
url: "/permissions/meta",
|
|
2327
2197
|
...options
|
|
@@ -2336,30 +2206,21 @@ var postApplicationsByApplicationIdEmailTemplatesBySlugTest = (options) => (opti
|
|
|
2336
2206
|
}
|
|
2337
2207
|
});
|
|
2338
2208
|
var getSearchSuggest = (options) => (options.client ?? client).get({
|
|
2339
|
-
querySerializer: {
|
|
2340
|
-
parameters: {
|
|
2341
|
-
filter: { object: { style: "form" } },
|
|
2342
|
-
fields: { object: { style: "form" } }
|
|
2343
|
-
}
|
|
2344
|
-
},
|
|
2345
2209
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2346
2210
|
url: "/search/suggest",
|
|
2347
2211
|
...options
|
|
2348
2212
|
});
|
|
2349
2213
|
var deleteWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
2350
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2351
2214
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2352
2215
|
url: "/webhook_configs/{id}",
|
|
2353
2216
|
...options
|
|
2354
2217
|
});
|
|
2355
2218
|
var getWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
2356
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2357
2219
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2358
2220
|
url: "/webhook_configs/{id}",
|
|
2359
2221
|
...options
|
|
2360
2222
|
});
|
|
2361
2223
|
var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
2362
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2363
2224
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2364
2225
|
url: "/webhook_configs/{id}",
|
|
2365
2226
|
...options,
|
|
@@ -2378,7 +2239,6 @@ var postWebhookConfigsBulkEnable = (options) => (options.client ?? client).post(
|
|
|
2378
2239
|
}
|
|
2379
2240
|
});
|
|
2380
2241
|
var postInvitationsAcceptByToken = (options) => (options.client ?? client).post({
|
|
2381
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2382
2242
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2383
2243
|
url: "/invitations/accept_by_token",
|
|
2384
2244
|
...options,
|
|
@@ -2388,19 +2248,16 @@ var postInvitationsAcceptByToken = (options) => (options.client ?? client).post(
|
|
|
2388
2248
|
}
|
|
2389
2249
|
});
|
|
2390
2250
|
var deleteAiMessagesById = (options) => (options.client ?? client).delete({
|
|
2391
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2392
2251
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2393
2252
|
url: "/ai/messages/{id}",
|
|
2394
2253
|
...options
|
|
2395
2254
|
});
|
|
2396
2255
|
var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
|
|
2397
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2398
2256
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2399
2257
|
url: "/extraction/batches/{id}/upload-urls",
|
|
2400
2258
|
...options
|
|
2401
2259
|
});
|
|
2402
2260
|
var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
2403
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2404
2261
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2405
2262
|
url: "/documents/bulk_delete",
|
|
2406
2263
|
...options,
|
|
@@ -2410,19 +2267,16 @@ var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
|
2410
2267
|
}
|
|
2411
2268
|
});
|
|
2412
2269
|
var deleteAgentVersionsById = (options) => (options.client ?? client).delete({
|
|
2413
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2414
2270
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2415
2271
|
url: "/agent_versions/{id}",
|
|
2416
2272
|
...options
|
|
2417
2273
|
});
|
|
2418
2274
|
var getAgentVersionsById = (options) => (options.client ?? client).get({
|
|
2419
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2420
2275
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2421
2276
|
url: "/agent_versions/{id}",
|
|
2422
2277
|
...options
|
|
2423
2278
|
});
|
|
2424
2279
|
var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
2425
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2426
2280
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2427
2281
|
url: "/ai/chunks/search",
|
|
2428
2282
|
...options,
|
|
@@ -2432,13 +2286,11 @@ var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
|
2432
2286
|
}
|
|
2433
2287
|
});
|
|
2434
2288
|
var getThreadsByIdMessages = (options) => (options.client ?? client).get({
|
|
2435
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2436
2289
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2437
2290
|
url: "/threads/{id}/messages",
|
|
2438
2291
|
...options
|
|
2439
2292
|
});
|
|
2440
2293
|
var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
2441
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2442
2294
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2443
2295
|
url: "/threads/{id}/messages",
|
|
2444
2296
|
...options,
|
|
@@ -2448,7 +2300,6 @@ var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
|
2448
2300
|
}
|
|
2449
2301
|
});
|
|
2450
2302
|
var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
2451
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2452
2303
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2453
2304
|
url: "/agents/clone_for_workspace",
|
|
2454
2305
|
...options,
|
|
@@ -2458,7 +2309,6 @@ var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
|
2458
2309
|
}
|
|
2459
2310
|
});
|
|
2460
2311
|
var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
2461
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2462
2312
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2463
2313
|
url: "/invitations/{id}/accept",
|
|
2464
2314
|
...options,
|
|
@@ -2468,36 +2318,45 @@ var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
|
2468
2318
|
}
|
|
2469
2319
|
});
|
|
2470
2320
|
var getCreditPackagesById = (options) => (options.client ?? client).get({
|
|
2471
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2472
2321
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2473
2322
|
url: "/credit-packages/{id}",
|
|
2474
2323
|
...options
|
|
2475
2324
|
});
|
|
2476
2325
|
var deleteUsersById = (options) => (options.client ?? client).delete({
|
|
2477
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2478
2326
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2479
2327
|
url: "/users/{id}",
|
|
2480
2328
|
...options
|
|
2481
2329
|
});
|
|
2482
2330
|
var getUsersById = (options) => (options.client ?? client).get({
|
|
2483
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2484
2331
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2485
2332
|
url: "/users/{id}",
|
|
2486
2333
|
...options
|
|
2487
2334
|
});
|
|
2335
|
+
var deleteExtractionResultsById = (options) => (options.client ?? client).delete({
|
|
2336
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2337
|
+
url: "/extraction/results/{id}",
|
|
2338
|
+
...options
|
|
2339
|
+
});
|
|
2488
2340
|
var getExtractionResultsById = (options) => (options.client ?? client).get({
|
|
2489
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2490
2341
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2491
2342
|
url: "/extraction/results/{id}",
|
|
2492
2343
|
...options
|
|
2493
2344
|
});
|
|
2345
|
+
var patchExtractionResultsById = (options) => (options.client ?? client).patch({
|
|
2346
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2347
|
+
url: "/extraction/results/{id}",
|
|
2348
|
+
...options,
|
|
2349
|
+
headers: {
|
|
2350
|
+
"Content-Type": "application/vnd.api+json",
|
|
2351
|
+
...options.headers
|
|
2352
|
+
}
|
|
2353
|
+
});
|
|
2494
2354
|
var getWebhookDeliveriesStats = (options) => (options.client ?? client).get({
|
|
2495
2355
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2496
2356
|
url: "/webhook_deliveries/stats",
|
|
2497
2357
|
...options
|
|
2498
2358
|
});
|
|
2499
2359
|
var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
2500
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2501
2360
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2502
2361
|
url: "/agents/{id}/validate",
|
|
2503
2362
|
...options,
|
|
@@ -2507,7 +2366,6 @@ var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
|
2507
2366
|
}
|
|
2508
2367
|
});
|
|
2509
2368
|
var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
2510
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2511
2369
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2512
2370
|
url: "/webhook_configs/{id}/test",
|
|
2513
2371
|
...options,
|
|
@@ -2517,13 +2375,11 @@ var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
|
2517
2375
|
}
|
|
2518
2376
|
});
|
|
2519
2377
|
var getUsersMe = (options) => (options.client ?? client).get({
|
|
2520
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2521
2378
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2522
2379
|
url: "/users/me",
|
|
2523
2380
|
...options
|
|
2524
2381
|
});
|
|
2525
2382
|
var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
|
|
2526
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2527
2383
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2528
2384
|
url: "/users/auth/register_with_oidc",
|
|
2529
2385
|
...options,
|
|
@@ -2547,7 +2403,6 @@ var postAgentsByIdSchemaVersions = (options) => (options.client ?? client).post(
|
|
|
2547
2403
|
}
|
|
2548
2404
|
});
|
|
2549
2405
|
var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
2550
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2551
2406
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2552
2407
|
url: "/tenants/{id}/credit",
|
|
2553
2408
|
...options,
|
|
@@ -2557,7 +2412,6 @@ var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
|
2557
2412
|
}
|
|
2558
2413
|
});
|
|
2559
2414
|
var getTransactionsById = (options) => (options.client ?? client).get({
|
|
2560
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2561
2415
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2562
2416
|
url: "/transactions/{id}",
|
|
2563
2417
|
...options
|
|
@@ -2568,19 +2422,11 @@ var getUsersMeTenants = (options) => (options.client ?? client).get({
|
|
|
2568
2422
|
...options
|
|
2569
2423
|
});
|
|
2570
2424
|
var getTenantMemberships = (options) => (options.client ?? client).get({
|
|
2571
|
-
querySerializer: {
|
|
2572
|
-
parameters: {
|
|
2573
|
-
filter: { object: { style: "form" } },
|
|
2574
|
-
page: { object: { style: "form" } },
|
|
2575
|
-
fields: { object: { style: "form" } }
|
|
2576
|
-
}
|
|
2577
|
-
},
|
|
2578
2425
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2579
2426
|
url: "/tenant-memberships",
|
|
2580
2427
|
...options
|
|
2581
2428
|
});
|
|
2582
2429
|
var postTenantMemberships = (options) => (options.client ?? client).post({
|
|
2583
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2584
2430
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2585
2431
|
url: "/tenant-memberships",
|
|
2586
2432
|
...options,
|
|
@@ -2599,7 +2445,6 @@ var postTrainingExamplesBulkDelete = (options) => (options.client ?? client).pos
|
|
|
2599
2445
|
}
|
|
2600
2446
|
});
|
|
2601
2447
|
var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client).patch({
|
|
2602
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2603
2448
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2604
2449
|
url: "/extraction/documents/{id}/include",
|
|
2605
2450
|
...options,
|
|
@@ -2609,7 +2454,6 @@ var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client
|
|
|
2609
2454
|
}
|
|
2610
2455
|
});
|
|
2611
2456
|
var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
2612
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2613
2457
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2614
2458
|
url: "/llm_analytics/summary",
|
|
2615
2459
|
...options
|
|
@@ -2625,7 +2469,6 @@ var getUsersMeStats = (options) => (options.client ?? client).get({
|
|
|
2625
2469
|
...options
|
|
2626
2470
|
});
|
|
2627
2471
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
2628
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2629
2472
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2630
2473
|
url: "/storage/sign_download",
|
|
2631
2474
|
...options,
|
|
@@ -2635,37 +2478,31 @@ var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
|
2635
2478
|
}
|
|
2636
2479
|
});
|
|
2637
2480
|
var deleteTrainingSessionsById = (options) => (options.client ?? client).delete({
|
|
2638
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2639
2481
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2640
2482
|
url: "/training_sessions/{id}",
|
|
2641
2483
|
...options
|
|
2642
2484
|
});
|
|
2643
2485
|
var getTrainingSessionsById = (options) => (options.client ?? client).get({
|
|
2644
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2645
2486
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2646
2487
|
url: "/training_sessions/{id}",
|
|
2647
2488
|
...options
|
|
2648
2489
|
});
|
|
2649
2490
|
var getUsersByEmail = (options) => (options.client ?? client).get({
|
|
2650
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2651
2491
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2652
2492
|
url: "/users/by-email",
|
|
2653
2493
|
...options
|
|
2654
2494
|
});
|
|
2655
2495
|
var deleteNotificationMethodsById = (options) => (options.client ?? client).delete({
|
|
2656
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2657
2496
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2658
2497
|
url: "/notification_methods/{id}",
|
|
2659
2498
|
...options
|
|
2660
2499
|
});
|
|
2661
2500
|
var getNotificationMethodsById = (options) => (options.client ?? client).get({
|
|
2662
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2663
2501
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2664
2502
|
url: "/notification_methods/{id}",
|
|
2665
2503
|
...options
|
|
2666
2504
|
});
|
|
2667
2505
|
var patchNotificationMethodsById = (options) => (options.client ?? client).patch({
|
|
2668
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2669
2506
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2670
2507
|
url: "/notification_methods/{id}",
|
|
2671
2508
|
...options,
|
|
@@ -2675,13 +2512,6 @@ var patchNotificationMethodsById = (options) => (options.client ?? client).patch
|
|
|
2675
2512
|
}
|
|
2676
2513
|
});
|
|
2677
2514
|
var getWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
2678
|
-
querySerializer: {
|
|
2679
|
-
parameters: {
|
|
2680
|
-
filter: { object: { style: "form" } },
|
|
2681
|
-
page: { object: { style: "form" } },
|
|
2682
|
-
fields: { object: { style: "form" } }
|
|
2683
|
-
}
|
|
2684
|
-
},
|
|
2685
2515
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2686
2516
|
url: "/webhook_deliveries",
|
|
2687
2517
|
...options
|
|
@@ -2696,29 +2526,16 @@ var postWebhookConfigsBulkDisable = (options) => (options.client ?? client).post
|
|
|
2696
2526
|
}
|
|
2697
2527
|
});
|
|
2698
2528
|
var getSearch = (options) => (options.client ?? client).get({
|
|
2699
|
-
querySerializer: {
|
|
2700
|
-
parameters: {
|
|
2701
|
-
filter: { object: { style: "form" } },
|
|
2702
|
-
fields: { object: { style: "form" } }
|
|
2703
|
-
}
|
|
2704
|
-
},
|
|
2705
2529
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2706
2530
|
url: "/search",
|
|
2707
2531
|
...options
|
|
2708
2532
|
});
|
|
2709
2533
|
var getInvitations = (options) => (options.client ?? client).get({
|
|
2710
|
-
querySerializer: {
|
|
2711
|
-
parameters: {
|
|
2712
|
-
filter: { object: { style: "form" } },
|
|
2713
|
-
fields: { object: { style: "form" } }
|
|
2714
|
-
}
|
|
2715
|
-
},
|
|
2716
2534
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2717
2535
|
url: "/invitations",
|
|
2718
2536
|
...options
|
|
2719
2537
|
});
|
|
2720
2538
|
var postInvitations = (options) => (options.client ?? client).post({
|
|
2721
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2722
2539
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2723
2540
|
url: "/invitations",
|
|
2724
2541
|
...options,
|
|
@@ -2728,7 +2545,6 @@ var postInvitations = (options) => (options.client ?? client).post({
|
|
|
2728
2545
|
}
|
|
2729
2546
|
});
|
|
2730
2547
|
var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
|
|
2731
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2732
2548
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2733
2549
|
url: "/threads/{id}/archive",
|
|
2734
2550
|
...options,
|
|
@@ -2738,23 +2554,11 @@ var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
|
|
|
2738
2554
|
}
|
|
2739
2555
|
});
|
|
2740
2556
|
var getApiKeysStats = (options) => (options.client ?? client).get({
|
|
2741
|
-
querySerializer: {
|
|
2742
|
-
parameters: {
|
|
2743
|
-
filter: { object: { style: "form" } },
|
|
2744
|
-
fields: { object: { style: "form" } }
|
|
2745
|
-
}
|
|
2746
|
-
},
|
|
2747
2557
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2748
2558
|
url: "/api_keys/stats",
|
|
2749
2559
|
...options
|
|
2750
2560
|
});
|
|
2751
2561
|
var getSearchSemantic = (options) => (options.client ?? client).get({
|
|
2752
|
-
querySerializer: {
|
|
2753
|
-
parameters: {
|
|
2754
|
-
filter: { object: { style: "form" } },
|
|
2755
|
-
fields: { object: { style: "form" } }
|
|
2756
|
-
}
|
|
2757
|
-
},
|
|
2758
2562
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2759
2563
|
url: "/search/semantic",
|
|
2760
2564
|
...options
|
|
@@ -2765,19 +2569,11 @@ var getThreadsStats = (options) => (options.client ?? client).get({
|
|
|
2765
2569
|
...options
|
|
2766
2570
|
});
|
|
2767
2571
|
var getMessages = (options) => (options.client ?? client).get({
|
|
2768
|
-
querySerializer: {
|
|
2769
|
-
parameters: {
|
|
2770
|
-
filter: { object: { style: "form" } },
|
|
2771
|
-
page: { object: { style: "form" } },
|
|
2772
|
-
fields: { object: { style: "form" } }
|
|
2773
|
-
}
|
|
2774
|
-
},
|
|
2775
2572
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2776
2573
|
url: "/messages",
|
|
2777
2574
|
...options
|
|
2778
2575
|
});
|
|
2779
2576
|
var postMessages = (options) => (options.client ?? client).post({
|
|
2780
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2781
2577
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2782
2578
|
url: "/messages",
|
|
2783
2579
|
...options,
|
|
@@ -2787,19 +2583,11 @@ var postMessages = (options) => (options.client ?? client).post({
|
|
|
2787
2583
|
}
|
|
2788
2584
|
});
|
|
2789
2585
|
var getNotificationPreferences = (options) => (options.client ?? client).get({
|
|
2790
|
-
querySerializer: {
|
|
2791
|
-
parameters: {
|
|
2792
|
-
filter: { object: { style: "form" } },
|
|
2793
|
-
page: { object: { style: "form" } },
|
|
2794
|
-
fields: { object: { style: "form" } }
|
|
2795
|
-
}
|
|
2796
|
-
},
|
|
2797
2586
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2798
2587
|
url: "/notification_preferences",
|
|
2799
2588
|
...options
|
|
2800
2589
|
});
|
|
2801
2590
|
var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
2802
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2803
2591
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2804
2592
|
url: "/notification_preferences",
|
|
2805
2593
|
...options,
|
|
@@ -2809,19 +2597,11 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
|
2809
2597
|
}
|
|
2810
2598
|
});
|
|
2811
2599
|
var getApplications = (options) => (options.client ?? client).get({
|
|
2812
|
-
querySerializer: {
|
|
2813
|
-
parameters: {
|
|
2814
|
-
filter: { object: { style: "form" } },
|
|
2815
|
-
page: { object: { style: "form" } },
|
|
2816
|
-
fields: { object: { style: "form" } }
|
|
2817
|
-
}
|
|
2818
|
-
},
|
|
2819
2600
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2820
2601
|
url: "/applications",
|
|
2821
2602
|
...options
|
|
2822
2603
|
});
|
|
2823
2604
|
var postApplications = (options) => (options.client ?? client).post({
|
|
2824
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2825
2605
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2826
2606
|
url: "/applications",
|
|
2827
2607
|
...options,
|
|
@@ -2831,7 +2611,6 @@ var postApplications = (options) => (options.client ?? client).post({
|
|
|
2831
2611
|
}
|
|
2832
2612
|
});
|
|
2833
2613
|
var patchWatcherClaimsByIdRetry = (options) => (options.client ?? client).patch({
|
|
2834
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2835
2614
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2836
2615
|
url: "/watcher/claims/{id}/retry",
|
|
2837
2616
|
...options,
|
|
@@ -2850,7 +2629,6 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
2850
2629
|
}
|
|
2851
2630
|
});
|
|
2852
2631
|
var patchUserProfilesByIdDismissWelcome = (options) => (options.client ?? client).patch({
|
|
2853
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2854
2632
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2855
2633
|
url: "/user_profiles/{id}/dismiss-welcome",
|
|
2856
2634
|
...options,
|
|
@@ -2860,7 +2638,6 @@ var patchUserProfilesByIdDismissWelcome = (options) => (options.client ?? client
|
|
|
2860
2638
|
}
|
|
2861
2639
|
});
|
|
2862
2640
|
var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? client).patch({
|
|
2863
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2864
2641
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2865
2642
|
url: "/extraction/documents/{id}/reprocess",
|
|
2866
2643
|
...options,
|
|
@@ -2870,19 +2647,16 @@ var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? clie
|
|
|
2870
2647
|
}
|
|
2871
2648
|
});
|
|
2872
2649
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
2873
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2874
2650
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2875
2651
|
url: "/threads/{id}",
|
|
2876
2652
|
...options
|
|
2877
2653
|
});
|
|
2878
2654
|
var getThreadsById = (options) => (options.client ?? client).get({
|
|
2879
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2880
2655
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2881
2656
|
url: "/threads/{id}",
|
|
2882
2657
|
...options
|
|
2883
2658
|
});
|
|
2884
2659
|
var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
2885
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2886
2660
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2887
2661
|
url: "/threads/{id}",
|
|
2888
2662
|
...options,
|
|
@@ -2892,29 +2666,16 @@ var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
|
2892
2666
|
}
|
|
2893
2667
|
});
|
|
2894
2668
|
var getWorkspacesByIdMembers = (options) => (options.client ?? client).get({
|
|
2895
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2896
2669
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2897
2670
|
url: "/workspaces/{id}/members",
|
|
2898
2671
|
...options
|
|
2899
2672
|
});
|
|
2900
2673
|
var getBucketsAll = (options) => (options.client ?? client).get({
|
|
2901
|
-
querySerializer: {
|
|
2902
|
-
parameters: {
|
|
2903
|
-
filter: { object: { style: "form" } },
|
|
2904
|
-
fields: { object: { style: "form" } }
|
|
2905
|
-
}
|
|
2906
|
-
},
|
|
2907
2674
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2908
2675
|
url: "/buckets/all",
|
|
2909
2676
|
...options
|
|
2910
2677
|
});
|
|
2911
2678
|
var getWatcherClaims = (options) => (options.client ?? client).get({
|
|
2912
|
-
querySerializer: {
|
|
2913
|
-
parameters: {
|
|
2914
|
-
filter: { object: { style: "form" } },
|
|
2915
|
-
fields: { object: { style: "form" } }
|
|
2916
|
-
}
|
|
2917
|
-
},
|
|
2918
2679
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2919
2680
|
url: "/watcher/claims",
|
|
2920
2681
|
...options
|
|
@@ -2929,19 +2690,11 @@ var postWatcherClaims = (options) => (options.client ?? client).post({
|
|
|
2929
2690
|
}
|
|
2930
2691
|
});
|
|
2931
2692
|
var getLlmAnalytics = (options) => (options.client ?? client).get({
|
|
2932
|
-
querySerializer: {
|
|
2933
|
-
parameters: {
|
|
2934
|
-
filter: { object: { style: "form" } },
|
|
2935
|
-
page: { object: { style: "form" } },
|
|
2936
|
-
fields: { object: { style: "form" } }
|
|
2937
|
-
}
|
|
2938
|
-
},
|
|
2939
2693
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2940
2694
|
url: "/llm_analytics",
|
|
2941
2695
|
...options
|
|
2942
2696
|
});
|
|
2943
2697
|
var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
2944
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2945
2698
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2946
2699
|
url: "/llm_analytics",
|
|
2947
2700
|
...options,
|
|
@@ -2956,7 +2709,6 @@ var getStorageStatsTenantByTenantId = (options) => (options.client ?? client).ge
|
|
|
2956
2709
|
...options
|
|
2957
2710
|
});
|
|
2958
2711
|
var postAgentTestResults = (options) => (options.client ?? client).post({
|
|
2959
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2960
2712
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2961
2713
|
url: "/agent_test_results",
|
|
2962
2714
|
...options,
|
|
@@ -2966,7 +2718,6 @@ var postAgentTestResults = (options) => (options.client ?? client).post({
|
|
|
2966
2718
|
}
|
|
2967
2719
|
});
|
|
2968
2720
|
var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch({
|
|
2969
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2970
2721
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2971
2722
|
url: "/users/{id}/reset-password",
|
|
2972
2723
|
...options,
|
|
@@ -2985,7 +2736,6 @@ var postThreadsByIdExport = (options) => (options.client ?? client).post({
|
|
|
2985
2736
|
}
|
|
2986
2737
|
});
|
|
2987
2738
|
var postDocumentsPresignedUpload = (options) => (options.client ?? client).post({
|
|
2988
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2989
2739
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2990
2740
|
url: "/documents/presigned_upload",
|
|
2991
2741
|
...options,
|
|
@@ -3000,13 +2750,11 @@ var getWebhookConfigsByIdEvents = (options) => (options.client ?? client).get({
|
|
|
3000
2750
|
...options
|
|
3001
2751
|
});
|
|
3002
2752
|
var getMessagesSearch = (options) => (options.client ?? client).get({
|
|
3003
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3004
2753
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3005
2754
|
url: "/messages/search",
|
|
3006
2755
|
...options
|
|
3007
2756
|
});
|
|
3008
2757
|
var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
3009
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3010
2758
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3011
2759
|
url: "/agents/{id}/teach",
|
|
3012
2760
|
...options,
|
|
@@ -3016,19 +2764,11 @@ var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
|
3016
2764
|
}
|
|
3017
2765
|
});
|
|
3018
2766
|
var getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue = (options) => (options.client ?? client).get({
|
|
3019
|
-
querySerializer: {
|
|
3020
|
-
parameters: {
|
|
3021
|
-
filter: { object: { style: "form" } },
|
|
3022
|
-
page: { object: { style: "form" } },
|
|
3023
|
-
fields: { object: { style: "form" } }
|
|
3024
|
-
}
|
|
3025
|
-
},
|
|
3026
2767
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3027
2768
|
url: "/extraction/documents/workspace/{workspace_id}/review_queue",
|
|
3028
2769
|
...options
|
|
3029
2770
|
});
|
|
3030
2771
|
var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch({
|
|
3031
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3032
2772
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3033
2773
|
url: "/invitations/{id}/decline",
|
|
3034
2774
|
...options,
|
|
@@ -3038,7 +2778,6 @@ var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch(
|
|
|
3038
2778
|
}
|
|
3039
2779
|
});
|
|
3040
2780
|
var postExtractionDocumentsUpload = (options) => (options.client ?? client).post({
|
|
3041
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3042
2781
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3043
2782
|
url: "/extraction/documents/upload",
|
|
3044
2783
|
...options,
|
|
@@ -3047,18 +2786,7 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
|
|
|
3047
2786
|
...options.headers
|
|
3048
2787
|
}
|
|
3049
2788
|
});
|
|
3050
|
-
var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
|
|
3051
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3052
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3053
|
-
url: "/extraction/results/{id}/corrections",
|
|
3054
|
-
...options,
|
|
3055
|
-
headers: {
|
|
3056
|
-
"Content-Type": "application/vnd.api+json",
|
|
3057
|
-
...options.headers
|
|
3058
|
-
}
|
|
3059
|
-
});
|
|
3060
2789
|
var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client).patch({
|
|
3061
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3062
2790
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3063
2791
|
url: "/notification_methods/{id}/verify",
|
|
3064
2792
|
...options,
|
|
@@ -3068,13 +2796,11 @@ var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client)
|
|
|
3068
2796
|
}
|
|
3069
2797
|
});
|
|
3070
2798
|
var getExtractionResultsDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
3071
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3072
2799
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3073
2800
|
url: "/extraction/results/document/{document_id}",
|
|
3074
2801
|
...options
|
|
3075
2802
|
});
|
|
3076
2803
|
var patchUserProfilesByIdDismissAnnouncement = (options) => (options.client ?? client).patch({
|
|
3077
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3078
2804
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3079
2805
|
url: "/user_profiles/{id}/dismiss-announcement",
|
|
3080
2806
|
...options,
|
|
@@ -3084,19 +2810,16 @@ var patchUserProfilesByIdDismissAnnouncement = (options) => (options.client ?? c
|
|
|
3084
2810
|
}
|
|
3085
2811
|
});
|
|
3086
2812
|
var deleteWorkspacesById = (options) => (options.client ?? client).delete({
|
|
3087
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3088
2813
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3089
2814
|
url: "/workspaces/{id}",
|
|
3090
2815
|
...options
|
|
3091
2816
|
});
|
|
3092
2817
|
var getWorkspacesById = (options) => (options.client ?? client).get({
|
|
3093
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3094
2818
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3095
2819
|
url: "/workspaces/{id}",
|
|
3096
2820
|
...options
|
|
3097
2821
|
});
|
|
3098
2822
|
var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
3099
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3100
2823
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3101
2824
|
url: "/workspaces/{id}",
|
|
3102
2825
|
...options,
|
|
@@ -3106,19 +2829,11 @@ var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
|
3106
2829
|
}
|
|
3107
2830
|
});
|
|
3108
2831
|
var getTenants = (options) => (options.client ?? client).get({
|
|
3109
|
-
querySerializer: {
|
|
3110
|
-
parameters: {
|
|
3111
|
-
filter: { object: { style: "form" } },
|
|
3112
|
-
page: { object: { style: "form" } },
|
|
3113
|
-
fields: { object: { style: "form" } }
|
|
3114
|
-
}
|
|
3115
|
-
},
|
|
3116
2832
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3117
2833
|
url: "/tenants",
|
|
3118
2834
|
...options
|
|
3119
2835
|
});
|
|
3120
2836
|
var postTenants = (options) => (options.client ?? client).post({
|
|
3121
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3122
2837
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3123
2838
|
url: "/tenants",
|
|
3124
2839
|
...options,
|
|
@@ -3128,7 +2843,6 @@ var postTenants = (options) => (options.client ?? client).post({
|
|
|
3128
2843
|
}
|
|
3129
2844
|
});
|
|
3130
2845
|
var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post({
|
|
3131
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3132
2846
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3133
2847
|
url: "/tenants/{id}/remove-storage",
|
|
3134
2848
|
...options,
|
|
@@ -3138,13 +2852,20 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
|
|
|
3138
2852
|
}
|
|
3139
2853
|
});
|
|
3140
2854
|
var getWalletInvoices = (options) => (options.client ?? client).get({
|
|
3141
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3142
2855
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3143
2856
|
url: "/wallet/invoices",
|
|
3144
2857
|
...options
|
|
3145
2858
|
});
|
|
2859
|
+
var patchExtractionResultsByIdSaveCorrections = (options) => (options.client ?? client).patch({
|
|
2860
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2861
|
+
url: "/extraction/results/{id}/save_corrections",
|
|
2862
|
+
...options,
|
|
2863
|
+
headers: {
|
|
2864
|
+
"Content-Type": "application/vnd.api+json",
|
|
2865
|
+
...options.headers
|
|
2866
|
+
}
|
|
2867
|
+
});
|
|
3146
2868
|
var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client).patch({
|
|
3147
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3148
2869
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3149
2870
|
url: "/workspaces/{id}/storage-settings",
|
|
3150
2871
|
...options,
|
|
@@ -3154,49 +2875,31 @@ var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client)
|
|
|
3154
2875
|
}
|
|
3155
2876
|
});
|
|
3156
2877
|
var getNotificationLogsById = (options) => (options.client ?? client).get({
|
|
3157
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3158
2878
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3159
2879
|
url: "/notification_logs/{id}",
|
|
3160
2880
|
...options
|
|
3161
2881
|
});
|
|
3162
2882
|
var getExtractionDocumentsByIdView = (options) => (options.client ?? client).get({
|
|
3163
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3164
2883
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3165
2884
|
url: "/extraction/documents/{id}/view",
|
|
3166
2885
|
...options
|
|
3167
2886
|
});
|
|
3168
2887
|
var getWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
3169
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3170
2888
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3171
2889
|
url: "/webhook_deliveries/{id}",
|
|
3172
2890
|
...options
|
|
3173
2891
|
});
|
|
3174
2892
|
var getAuditLogs = (options) => (options.client ?? client).get({
|
|
3175
|
-
querySerializer: {
|
|
3176
|
-
parameters: {
|
|
3177
|
-
filter: { object: { style: "form" } },
|
|
3178
|
-
page: { object: { style: "form" } },
|
|
3179
|
-
fields: { object: { style: "form" } }
|
|
3180
|
-
}
|
|
3181
|
-
},
|
|
3182
2893
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3183
2894
|
url: "/audit-logs",
|
|
3184
2895
|
...options
|
|
3185
2896
|
});
|
|
3186
2897
|
var getAiGraphEdges = (options) => (options.client ?? client).get({
|
|
3187
|
-
querySerializer: {
|
|
3188
|
-
parameters: {
|
|
3189
|
-
filter: { object: { style: "form" } },
|
|
3190
|
-
page: { object: { style: "form" } },
|
|
3191
|
-
fields: { object: { style: "form" } }
|
|
3192
|
-
}
|
|
3193
|
-
},
|
|
3194
2898
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3195
2899
|
url: "/ai/graph/edges",
|
|
3196
2900
|
...options
|
|
3197
2901
|
});
|
|
3198
2902
|
var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
3199
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3200
2903
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3201
2904
|
url: "/ai/graph/edges",
|
|
3202
2905
|
...options,
|
|
@@ -3205,26 +2908,12 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
|
3205
2908
|
...options.headers
|
|
3206
2909
|
}
|
|
3207
2910
|
});
|
|
3208
|
-
var getAgentVersionRevisionsById = (options) => (options.client ?? client).get({
|
|
3209
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3210
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3211
|
-
url: "/agent_version_revisions/{id}",
|
|
3212
|
-
...options
|
|
3213
|
-
});
|
|
3214
2911
|
var getTrainingExamples = (options) => (options.client ?? client).get({
|
|
3215
|
-
querySerializer: {
|
|
3216
|
-
parameters: {
|
|
3217
|
-
filter: { object: { style: "form" } },
|
|
3218
|
-
page: { object: { style: "form" } },
|
|
3219
|
-
fields: { object: { style: "form" } }
|
|
3220
|
-
}
|
|
3221
|
-
},
|
|
3222
2912
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3223
2913
|
url: "/training_examples",
|
|
3224
2914
|
...options
|
|
3225
2915
|
});
|
|
3226
2916
|
var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
3227
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3228
2917
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3229
2918
|
url: "/training_examples",
|
|
3230
2919
|
...options,
|
|
@@ -3234,7 +2923,6 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
|
3234
2923
|
}
|
|
3235
2924
|
});
|
|
3236
2925
|
var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
|
|
3237
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3238
2926
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3239
2927
|
url: "/workspaces/{workspace_id}/extraction/exports/{id}",
|
|
3240
2928
|
...options
|
|
@@ -3245,7 +2933,6 @@ var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
|
3245
2933
|
...options
|
|
3246
2934
|
});
|
|
3247
2935
|
var postObjectsCopy = (options) => (options.client ?? client).post({
|
|
3248
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3249
2936
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3250
2937
|
url: "/objects/copy",
|
|
3251
2938
|
...options,
|
|
@@ -3255,18 +2942,11 @@ var postObjectsCopy = (options) => (options.client ?? client).post({
|
|
|
3255
2942
|
}
|
|
3256
2943
|
});
|
|
3257
2944
|
var getBuckets = (options) => (options.client ?? client).get({
|
|
3258
|
-
querySerializer: {
|
|
3259
|
-
parameters: {
|
|
3260
|
-
filter: { object: { style: "form" } },
|
|
3261
|
-
fields: { object: { style: "form" } }
|
|
3262
|
-
}
|
|
3263
|
-
},
|
|
3264
2945
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3265
2946
|
url: "/buckets",
|
|
3266
2947
|
...options
|
|
3267
2948
|
});
|
|
3268
2949
|
var postBuckets = (options) => (options.client ?? client).post({
|
|
3269
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3270
2950
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3271
2951
|
url: "/buckets",
|
|
3272
2952
|
...options,
|
|
@@ -3275,14 +2955,21 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
3275
2955
|
...options.headers
|
|
3276
2956
|
}
|
|
3277
2957
|
});
|
|
2958
|
+
var postPaymentMethodsTokenize = (options) => (options.client ?? client).post({
|
|
2959
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2960
|
+
url: "/payment-methods/tokenize",
|
|
2961
|
+
...options,
|
|
2962
|
+
headers: {
|
|
2963
|
+
"Content-Type": "application/vnd.api+json",
|
|
2964
|
+
...options.headers
|
|
2965
|
+
}
|
|
2966
|
+
});
|
|
3278
2967
|
var getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).get({
|
|
3279
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3280
2968
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3281
2969
|
url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
|
|
3282
2970
|
...options
|
|
3283
2971
|
});
|
|
3284
2972
|
var postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).post({
|
|
3285
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3286
2973
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3287
2974
|
url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
|
|
3288
2975
|
...options,
|
|
@@ -3302,19 +2989,16 @@ var getNotificationLogsStats = (options) => (options.client ?? client).get({
|
|
|
3302
2989
|
...options
|
|
3303
2990
|
});
|
|
3304
2991
|
var getPlansById = (options) => (options.client ?? client).get({
|
|
3305
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3306
2992
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3307
2993
|
url: "/plans/{id}",
|
|
3308
2994
|
...options
|
|
3309
2995
|
});
|
|
3310
2996
|
var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
|
|
3311
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3312
2997
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3313
2998
|
url: "/tenants/{tenant_id}/stats",
|
|
3314
2999
|
...options
|
|
3315
3000
|
});
|
|
3316
3001
|
var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
3317
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3318
3002
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3319
3003
|
url: "/wallet/addons",
|
|
3320
3004
|
...options,
|
|
@@ -3324,7 +3008,6 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
|
3324
3008
|
}
|
|
3325
3009
|
});
|
|
3326
3010
|
var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post({
|
|
3327
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3328
3011
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3329
3012
|
url: "/tenants/{id}/schedule-purge",
|
|
3330
3013
|
...options,
|
|
@@ -3334,13 +3017,11 @@ var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post(
|
|
|
3334
3017
|
}
|
|
3335
3018
|
});
|
|
3336
3019
|
var getMessagesSemanticSearch = (options) => (options.client ?? client).get({
|
|
3337
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3338
3020
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3339
3021
|
url: "/messages/semantic-search",
|
|
3340
3022
|
...options
|
|
3341
3023
|
});
|
|
3342
3024
|
var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
3343
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3344
3025
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3345
3026
|
url: "/users/auth/magic_link/login",
|
|
3346
3027
|
...options,
|
|
@@ -3350,19 +3031,11 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
|
3350
3031
|
}
|
|
3351
3032
|
});
|
|
3352
3033
|
var getApiKeys = (options) => (options.client ?? client).get({
|
|
3353
|
-
querySerializer: {
|
|
3354
|
-
parameters: {
|
|
3355
|
-
filter: { object: { style: "form" } },
|
|
3356
|
-
page: { object: { style: "form" } },
|
|
3357
|
-
fields: { object: { style: "form" } }
|
|
3358
|
-
}
|
|
3359
|
-
},
|
|
3360
3034
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3361
3035
|
url: "/api_keys",
|
|
3362
3036
|
...options
|
|
3363
3037
|
});
|
|
3364
3038
|
var postApiKeys = (options) => (options.client ?? client).post({
|
|
3365
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3366
3039
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3367
3040
|
url: "/api_keys",
|
|
3368
3041
|
...options,
|
|
@@ -3372,7 +3045,6 @@ var postApiKeys = (options) => (options.client ?? client).post({
|
|
|
3372
3045
|
}
|
|
3373
3046
|
});
|
|
3374
3047
|
var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
3375
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3376
3048
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3377
3049
|
url: "/users/{id}/admin",
|
|
3378
3050
|
...options,
|
|
@@ -3391,19 +3063,16 @@ var postObjectsMove = (options) => (options.client ?? client).post({
|
|
|
3391
3063
|
}
|
|
3392
3064
|
});
|
|
3393
3065
|
var deleteAgentsById = (options) => (options.client ?? client).delete({
|
|
3394
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3395
3066
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3396
3067
|
url: "/agents/{id}",
|
|
3397
3068
|
...options
|
|
3398
3069
|
});
|
|
3399
3070
|
var getAgentsById = (options) => (options.client ?? client).get({
|
|
3400
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3401
3071
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3402
3072
|
url: "/agents/{id}",
|
|
3403
3073
|
...options
|
|
3404
3074
|
});
|
|
3405
3075
|
var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
3406
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3407
3076
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3408
3077
|
url: "/agents/{id}",
|
|
3409
3078
|
...options,
|
|
@@ -3413,7 +3082,6 @@ var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
|
3413
3082
|
}
|
|
3414
3083
|
});
|
|
3415
3084
|
var patchThreadsByIdUnarchive = (options) => (options.client ?? client).patch({
|
|
3416
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3417
3085
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3418
3086
|
url: "/threads/{id}/unarchive",
|
|
3419
3087
|
...options,
|
|
@@ -3428,19 +3096,16 @@ var getAgentsByIdUsage = (options) => (options.client ?? client).get({
|
|
|
3428
3096
|
...options
|
|
3429
3097
|
});
|
|
3430
3098
|
var deleteApiKeysById = (options) => (options.client ?? client).delete({
|
|
3431
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3432
3099
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3433
3100
|
url: "/api_keys/{id}",
|
|
3434
3101
|
...options
|
|
3435
3102
|
});
|
|
3436
3103
|
var getApiKeysById = (options) => (options.client ?? client).get({
|
|
3437
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3438
3104
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3439
3105
|
url: "/api_keys/{id}",
|
|
3440
3106
|
...options
|
|
3441
3107
|
});
|
|
3442
3108
|
var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
3443
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3444
3109
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3445
3110
|
url: "/api_keys/{id}",
|
|
3446
3111
|
...options,
|
|
@@ -3459,7 +3124,6 @@ var postTrainingExamplesSearch = (options) => (options.client ?? client).post({
|
|
|
3459
3124
|
}
|
|
3460
3125
|
});
|
|
3461
3126
|
var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patch({
|
|
3462
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3463
3127
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3464
3128
|
url: "/watcher/claims/{id}/release",
|
|
3465
3129
|
...options,
|
|
@@ -3469,19 +3133,11 @@ var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patc
|
|
|
3469
3133
|
}
|
|
3470
3134
|
});
|
|
3471
3135
|
var getAiConversations = (options) => (options.client ?? client).get({
|
|
3472
|
-
querySerializer: {
|
|
3473
|
-
parameters: {
|
|
3474
|
-
filter: { object: { style: "form" } },
|
|
3475
|
-
page: { object: { style: "form" } },
|
|
3476
|
-
fields: { object: { style: "form" } }
|
|
3477
|
-
}
|
|
3478
|
-
},
|
|
3479
3136
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3480
3137
|
url: "/ai/conversations",
|
|
3481
3138
|
...options
|
|
3482
3139
|
});
|
|
3483
3140
|
var postAiConversations = (options) => (options.client ?? client).post({
|
|
3484
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3485
3141
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3486
3142
|
url: "/ai/conversations",
|
|
3487
3143
|
...options,
|
|
@@ -3491,7 +3147,6 @@ var postAiConversations = (options) => (options.client ?? client).post({
|
|
|
3491
3147
|
}
|
|
3492
3148
|
});
|
|
3493
3149
|
var postAiSearch = (options) => (options.client ?? client).post({
|
|
3494
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3495
3150
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3496
3151
|
url: "/ai/search",
|
|
3497
3152
|
...options,
|
|
@@ -3501,24 +3156,16 @@ var postAiSearch = (options) => (options.client ?? client).post({
|
|
|
3501
3156
|
}
|
|
3502
3157
|
});
|
|
3503
3158
|
var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
|
|
3504
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3505
3159
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3506
3160
|
url: "/ai/graph/nodes/{id}",
|
|
3507
3161
|
...options
|
|
3508
3162
|
});
|
|
3509
3163
|
var getWorkspacesShared = (options) => (options.client ?? client).get({
|
|
3510
|
-
querySerializer: {
|
|
3511
|
-
parameters: {
|
|
3512
|
-
filter: { object: { style: "form" } },
|
|
3513
|
-
fields: { object: { style: "form" } }
|
|
3514
|
-
}
|
|
3515
|
-
},
|
|
3516
3164
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3517
3165
|
url: "/workspaces/shared",
|
|
3518
3166
|
...options
|
|
3519
3167
|
});
|
|
3520
3168
|
var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
|
|
3521
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3522
3169
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3523
3170
|
url: "/wallet/addons/{addon_slug}/cancel",
|
|
3524
3171
|
...options,
|
|
@@ -3528,19 +3175,16 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
|
|
|
3528
3175
|
}
|
|
3529
3176
|
});
|
|
3530
3177
|
var deleteApplicationsById = (options) => (options.client ?? client).delete({
|
|
3531
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3532
3178
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3533
3179
|
url: "/applications/{id}",
|
|
3534
3180
|
...options
|
|
3535
3181
|
});
|
|
3536
3182
|
var getApplicationsById = (options) => (options.client ?? client).get({
|
|
3537
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3538
3183
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3539
3184
|
url: "/applications/{id}",
|
|
3540
3185
|
...options
|
|
3541
3186
|
});
|
|
3542
3187
|
var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
3543
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3544
3188
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3545
3189
|
url: "/applications/{id}",
|
|
3546
3190
|
...options,
|
|
@@ -3550,18 +3194,11 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
|
3550
3194
|
}
|
|
3551
3195
|
});
|
|
3552
3196
|
var getSearchHealth = (options) => (options.client ?? client).get({
|
|
3553
|
-
querySerializer: {
|
|
3554
|
-
parameters: {
|
|
3555
|
-
filter: { object: { style: "form" } },
|
|
3556
|
-
fields: { object: { style: "form" } }
|
|
3557
|
-
}
|
|
3558
|
-
},
|
|
3559
3197
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3560
3198
|
url: "/search/health",
|
|
3561
3199
|
...options
|
|
3562
3200
|
});
|
|
3563
3201
|
var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? client).patch({
|
|
3564
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3565
3202
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3566
3203
|
url: "/extraction/documents/{id}/verification",
|
|
3567
3204
|
...options,
|
|
@@ -3571,7 +3208,6 @@ var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? c
|
|
|
3571
3208
|
}
|
|
3572
3209
|
});
|
|
3573
3210
|
var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
3574
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3575
3211
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3576
3212
|
url: "/threads/{id}/fork",
|
|
3577
3213
|
...options,
|
|
@@ -3580,41 +3216,17 @@ var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
|
3580
3216
|
...options.headers
|
|
3581
3217
|
}
|
|
3582
3218
|
});
|
|
3583
|
-
var postExtractionDocumentsFindOrBeginUpload = (options) => (options.client ?? client).post({
|
|
3584
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3585
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3586
|
-
url: "/extraction/documents/find_or_begin_upload",
|
|
3587
|
-
...options,
|
|
3588
|
-
headers: {
|
|
3589
|
-
"Content-Type": "application/vnd.api+json",
|
|
3590
|
-
...options.headers
|
|
3591
|
-
}
|
|
3592
|
-
});
|
|
3593
3219
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
3594
|
-
querySerializer: {
|
|
3595
|
-
parameters: {
|
|
3596
|
-
filter: { object: { style: "form" } },
|
|
3597
|
-
fields: { object: { style: "form" } }
|
|
3598
|
-
}
|
|
3599
|
-
},
|
|
3600
3220
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3601
3221
|
url: "/transactions",
|
|
3602
3222
|
...options
|
|
3603
3223
|
});
|
|
3604
3224
|
var getUserProfiles = (options) => (options.client ?? client).get({
|
|
3605
|
-
querySerializer: {
|
|
3606
|
-
parameters: {
|
|
3607
|
-
filter: { object: { style: "form" } },
|
|
3608
|
-
page: { object: { style: "form" } },
|
|
3609
|
-
fields: { object: { style: "form" } }
|
|
3610
|
-
}
|
|
3611
|
-
},
|
|
3612
3225
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3613
3226
|
url: "/user_profiles",
|
|
3614
3227
|
...options
|
|
3615
3228
|
});
|
|
3616
3229
|
var postUserProfiles = (options) => (options.client ?? client).post({
|
|
3617
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3618
3230
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3619
3231
|
url: "/user_profiles",
|
|
3620
3232
|
...options,
|
|
@@ -3624,7 +3236,6 @@ var postUserProfiles = (options) => (options.client ?? client).post({
|
|
|
3624
3236
|
}
|
|
3625
3237
|
});
|
|
3626
3238
|
var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
3627
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3628
3239
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3629
3240
|
url: "/users/{id}/confirm-email",
|
|
3630
3241
|
...options,
|
|
@@ -3634,13 +3245,11 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
|
3634
3245
|
}
|
|
3635
3246
|
});
|
|
3636
3247
|
var getThreadsSearch = (options) => (options.client ?? client).get({
|
|
3637
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3638
3248
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3639
3249
|
url: "/threads/search",
|
|
3640
3250
|
...options
|
|
3641
3251
|
});
|
|
3642
3252
|
var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
|
|
3643
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3644
3253
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3645
3254
|
url: "/search/saved/{id}/run",
|
|
3646
3255
|
...options,
|
|
@@ -3650,7 +3259,6 @@ var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
|
|
|
3650
3259
|
}
|
|
3651
3260
|
});
|
|
3652
3261
|
var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
3653
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3654
3262
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3655
3263
|
url: "/wallet/plan",
|
|
3656
3264
|
...options,
|
|
@@ -3660,13 +3268,11 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
|
3660
3268
|
}
|
|
3661
3269
|
});
|
|
3662
3270
|
var getPlansSlugBySlug = (options) => (options.client ?? client).get({
|
|
3663
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3664
3271
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3665
3272
|
url: "/plans/slug/{slug}",
|
|
3666
3273
|
...options
|
|
3667
3274
|
});
|
|
3668
3275
|
var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client).patch({
|
|
3669
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3670
3276
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3671
3277
|
url: "/extraction/documents/{id}/restore",
|
|
3672
3278
|
...options,
|
|
@@ -3676,24 +3282,16 @@ var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client
|
|
|
3676
3282
|
}
|
|
3677
3283
|
});
|
|
3678
3284
|
var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
3679
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3680
3285
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3681
3286
|
url: "/llm_analytics/{id}",
|
|
3682
3287
|
...options
|
|
3683
3288
|
});
|
|
3684
3289
|
var getPermissions = (options) => (options.client ?? client).get({
|
|
3685
|
-
querySerializer: {
|
|
3686
|
-
parameters: {
|
|
3687
|
-
filter: { object: { style: "form" } },
|
|
3688
|
-
fields: { object: { style: "form" } }
|
|
3689
|
-
}
|
|
3690
|
-
},
|
|
3691
3290
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3692
3291
|
url: "/permissions",
|
|
3693
3292
|
...options
|
|
3694
3293
|
});
|
|
3695
3294
|
var patchUserProfilesByIdAcceptTos = (options) => (options.client ?? client).patch({
|
|
3696
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3697
3295
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3698
3296
|
url: "/user_profiles/{id}/accept-tos",
|
|
3699
3297
|
...options,
|
|
@@ -3703,7 +3301,6 @@ var patchUserProfilesByIdAcceptTos = (options) => (options.client ?? client).pat
|
|
|
3703
3301
|
}
|
|
3704
3302
|
});
|
|
3705
3303
|
var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? client).patch({
|
|
3706
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3707
3304
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3708
3305
|
url: "/extraction/documents/{id}/mark_trained",
|
|
3709
3306
|
...options,
|
|
@@ -3713,7 +3310,6 @@ var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? cl
|
|
|
3713
3310
|
}
|
|
3714
3311
|
});
|
|
3715
3312
|
var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
|
|
3716
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3717
3313
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3718
3314
|
url: "/applications/{id}/grant-credits",
|
|
3719
3315
|
...options,
|
|
@@ -3723,29 +3319,16 @@ var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).
|
|
|
3723
3319
|
}
|
|
3724
3320
|
});
|
|
3725
3321
|
var getSearchStatus = (options) => (options.client ?? client).get({
|
|
3726
|
-
querySerializer: {
|
|
3727
|
-
parameters: {
|
|
3728
|
-
filter: { object: { style: "form" } },
|
|
3729
|
-
fields: { object: { style: "form" } }
|
|
3730
|
-
}
|
|
3731
|
-
},
|
|
3732
3322
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3733
3323
|
url: "/search/status",
|
|
3734
3324
|
...options
|
|
3735
3325
|
});
|
|
3736
3326
|
var getTenantsByTenantIdWorkspaceStats = (options) => (options.client ?? client).get({
|
|
3737
|
-
querySerializer: {
|
|
3738
|
-
parameters: {
|
|
3739
|
-
filter: { object: { style: "form" } },
|
|
3740
|
-
fields: { object: { style: "form" } }
|
|
3741
|
-
}
|
|
3742
|
-
},
|
|
3743
3327
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3744
3328
|
url: "/tenants/{tenant_id}/workspace_stats",
|
|
3745
3329
|
...options
|
|
3746
3330
|
});
|
|
3747
3331
|
var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
3748
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3749
3332
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3750
3333
|
url: "/api_keys/{id}/allocate",
|
|
3751
3334
|
...options,
|
|
@@ -3755,13 +3338,11 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
|
3755
3338
|
}
|
|
3756
3339
|
});
|
|
3757
3340
|
var getWatcherClaimsById = (options) => (options.client ?? client).get({
|
|
3758
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3759
3341
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3760
3342
|
url: "/watcher/claims/{id}",
|
|
3761
3343
|
...options
|
|
3762
3344
|
});
|
|
3763
3345
|
var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
|
|
3764
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3765
3346
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3766
3347
|
url: "/watcher/claims/{id}",
|
|
3767
3348
|
...options,
|
|
@@ -3771,7 +3352,6 @@ var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
|
|
|
3771
3352
|
}
|
|
3772
3353
|
});
|
|
3773
3354
|
var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
3774
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3775
3355
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3776
3356
|
url: "/users/auth/login",
|
|
3777
3357
|
...options,
|
|
@@ -3781,19 +3361,11 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
|
3781
3361
|
}
|
|
3782
3362
|
});
|
|
3783
3363
|
var getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus = (options) => (options.client ?? client).get({
|
|
3784
|
-
querySerializer: {
|
|
3785
|
-
parameters: {
|
|
3786
|
-
filter: { object: { style: "form" } },
|
|
3787
|
-
page: { object: { style: "form" } },
|
|
3788
|
-
fields: { object: { style: "form" } }
|
|
3789
|
-
}
|
|
3790
|
-
},
|
|
3791
3364
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3792
3365
|
url: "/extraction/documents/workspace/{workspace_id}/by_status/{status}",
|
|
3793
3366
|
...options
|
|
3794
3367
|
});
|
|
3795
3368
|
var postAiEmbed = (options) => (options.client ?? client).post({
|
|
3796
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3797
3369
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3798
3370
|
url: "/ai/embed",
|
|
3799
3371
|
...options,
|
|
@@ -3812,18 +3384,11 @@ var postWebhookConfigsByIdReplay = (options) => (options.client ?? client).post(
|
|
|
3812
3384
|
}
|
|
3813
3385
|
});
|
|
3814
3386
|
var getWorkspacesMine = (options) => (options.client ?? client).get({
|
|
3815
|
-
querySerializer: {
|
|
3816
|
-
parameters: {
|
|
3817
|
-
filter: { object: { style: "form" } },
|
|
3818
|
-
fields: { object: { style: "form" } }
|
|
3819
|
-
}
|
|
3820
|
-
},
|
|
3821
3387
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3822
3388
|
url: "/workspaces/mine",
|
|
3823
3389
|
...options
|
|
3824
3390
|
});
|
|
3825
3391
|
var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
3826
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3827
3392
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3828
3393
|
url: "/tenants/isv",
|
|
3829
3394
|
...options,
|
|
@@ -3833,7 +3398,6 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
|
3833
3398
|
}
|
|
3834
3399
|
});
|
|
3835
3400
|
var postSearchReindex = (options) => (options.client ?? client).post({
|
|
3836
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3837
3401
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3838
3402
|
url: "/search/reindex",
|
|
3839
3403
|
...options,
|
|
@@ -3843,7 +3407,6 @@ var postSearchReindex = (options) => (options.client ?? client).post({
|
|
|
3843
3407
|
}
|
|
3844
3408
|
});
|
|
3845
3409
|
var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
|
|
3846
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3847
3410
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3848
3411
|
url: "/extraction/results/{id}/regenerate",
|
|
3849
3412
|
...options,
|
|
@@ -3853,7 +3416,6 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
|
|
|
3853
3416
|
}
|
|
3854
3417
|
});
|
|
3855
3418
|
var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
3856
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3857
3419
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3858
3420
|
url: "/users/auth/confirm",
|
|
3859
3421
|
...options,
|
|
@@ -3863,18 +3425,11 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
3863
3425
|
}
|
|
3864
3426
|
});
|
|
3865
3427
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
3866
|
-
querySerializer: {
|
|
3867
|
-
parameters: {
|
|
3868
|
-
filter: { object: { style: "form" } },
|
|
3869
|
-
fields: { object: { style: "form" } }
|
|
3870
|
-
}
|
|
3871
|
-
},
|
|
3872
3428
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3873
3429
|
url: "/storage/stats",
|
|
3874
3430
|
...options
|
|
3875
3431
|
});
|
|
3876
3432
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
3877
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3878
3433
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3879
3434
|
url: "/tenants/{id}/buy-storage",
|
|
3880
3435
|
...options,
|
|
@@ -3884,19 +3439,11 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
3884
3439
|
}
|
|
3885
3440
|
});
|
|
3886
3441
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
3887
|
-
querySerializer: {
|
|
3888
|
-
parameters: {
|
|
3889
|
-
filter: { object: { style: "form" } },
|
|
3890
|
-
page: { object: { style: "form" } },
|
|
3891
|
-
fields: { object: { style: "form" } }
|
|
3892
|
-
}
|
|
3893
|
-
},
|
|
3894
3442
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3895
3443
|
url: "/workspace-memberships",
|
|
3896
3444
|
...options
|
|
3897
3445
|
});
|
|
3898
3446
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
3899
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3900
3447
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3901
3448
|
url: "/workspace-memberships",
|
|
3902
3449
|
...options,
|
|
@@ -3906,7 +3453,6 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
3906
3453
|
}
|
|
3907
3454
|
});
|
|
3908
3455
|
var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch({
|
|
3909
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3910
3456
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3911
3457
|
url: "/api_keys/{id}/reset-period",
|
|
3912
3458
|
...options,
|
|
@@ -3916,25 +3462,16 @@ var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch(
|
|
|
3916
3462
|
}
|
|
3917
3463
|
});
|
|
3918
3464
|
var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
|
|
3919
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3920
3465
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3921
3466
|
url: "/tenants/{tenant_id}/document_stats",
|
|
3922
3467
|
...options
|
|
3923
3468
|
});
|
|
3924
3469
|
var getSearchAnalytics = (options) => (options.client ?? client).get({
|
|
3925
|
-
querySerializer: {
|
|
3926
|
-
parameters: {
|
|
3927
|
-
filter: { object: { style: "form" } },
|
|
3928
|
-
page: { object: { style: "form" } },
|
|
3929
|
-
fields: { object: { style: "form" } }
|
|
3930
|
-
}
|
|
3931
|
-
},
|
|
3932
3470
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3933
3471
|
url: "/search/analytics",
|
|
3934
3472
|
...options
|
|
3935
3473
|
});
|
|
3936
3474
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
3937
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3938
3475
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3939
3476
|
url: "/users/auth/magic_link/request",
|
|
3940
3477
|
...options,
|
|
@@ -3944,18 +3481,11 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
3944
3481
|
}
|
|
3945
3482
|
});
|
|
3946
3483
|
var getPermissionsPresetsById = (options) => (options.client ?? client).get({
|
|
3947
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3948
3484
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3949
3485
|
url: "/permissions/presets/{id}",
|
|
3950
3486
|
...options
|
|
3951
3487
|
});
|
|
3952
3488
|
var getPermissionsPresets = (options) => (options.client ?? client).get({
|
|
3953
|
-
querySerializer: {
|
|
3954
|
-
parameters: {
|
|
3955
|
-
filter: { object: { style: "form" } },
|
|
3956
|
-
fields: { object: { style: "form" } }
|
|
3957
|
-
}
|
|
3958
|
-
},
|
|
3959
3489
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3960
3490
|
url: "/permissions/presets",
|
|
3961
3491
|
...options
|
|
@@ -3970,7 +3500,6 @@ var postWebhookDeliveriesBulkRetry = (options) => (options.client ?? client).pos
|
|
|
3970
3500
|
}
|
|
3971
3501
|
});
|
|
3972
3502
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
3973
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3974
3503
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3975
3504
|
url: "/users/auth/register",
|
|
3976
3505
|
...options,
|
|
@@ -3993,20 +3522,36 @@ var postAgentsByIdSchemaVersionsByVersionIdActivate = (options) => (options.clie
|
|
|
3993
3522
|
url: "/agents/{id}/schema_versions/{version_id}/activate",
|
|
3994
3523
|
...options
|
|
3995
3524
|
});
|
|
3525
|
+
var deletePaymentMethodsById = (options) => (options.client ?? client).delete({
|
|
3526
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3527
|
+
url: "/payment-methods/{id}",
|
|
3528
|
+
...options
|
|
3529
|
+
});
|
|
3530
|
+
var getPaymentMethodsById = (options) => (options.client ?? client).get({
|
|
3531
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3532
|
+
url: "/payment-methods/{id}",
|
|
3533
|
+
...options
|
|
3534
|
+
});
|
|
3535
|
+
var patchPaymentMethodsById = (options) => (options.client ?? client).patch({
|
|
3536
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3537
|
+
url: "/payment-methods/{id}",
|
|
3538
|
+
...options,
|
|
3539
|
+
headers: {
|
|
3540
|
+
"Content-Type": "application/vnd.api+json",
|
|
3541
|
+
...options.headers
|
|
3542
|
+
}
|
|
3543
|
+
});
|
|
3996
3544
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
3997
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3998
3545
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3999
3546
|
url: "/buckets/{id}",
|
|
4000
3547
|
...options
|
|
4001
3548
|
});
|
|
4002
3549
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
4003
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4004
3550
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4005
3551
|
url: "/buckets/{id}",
|
|
4006
3552
|
...options
|
|
4007
3553
|
});
|
|
4008
3554
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
4009
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4010
3555
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4011
3556
|
url: "/buckets/{id}",
|
|
4012
3557
|
...options,
|
|
@@ -4016,35 +3561,21 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
4016
3561
|
}
|
|
4017
3562
|
});
|
|
4018
3563
|
var getPermissionsById = (options) => (options.client ?? client).get({
|
|
4019
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4020
3564
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4021
3565
|
url: "/permissions/{id}",
|
|
4022
3566
|
...options
|
|
4023
3567
|
});
|
|
4024
3568
|
var getAiGraphNodesBySourceNodeIdRelated = (options) => (options.client ?? client).get({
|
|
4025
|
-
querySerializer: {
|
|
4026
|
-
parameters: {
|
|
4027
|
-
filter: { object: { style: "form" } },
|
|
4028
|
-
fields: { object: { style: "form" } }
|
|
4029
|
-
}
|
|
4030
|
-
},
|
|
4031
3569
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4032
3570
|
url: "/ai/graph/nodes/{source_node_id}/related",
|
|
4033
3571
|
...options
|
|
4034
3572
|
});
|
|
4035
3573
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
4036
|
-
querySerializer: {
|
|
4037
|
-
parameters: {
|
|
4038
|
-
filter: { object: { style: "form" } },
|
|
4039
|
-
fields: { object: { style: "form" } }
|
|
4040
|
-
}
|
|
4041
|
-
},
|
|
4042
3574
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4043
3575
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
4044
3576
|
...options
|
|
4045
3577
|
});
|
|
4046
3578
|
var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? client).patch({
|
|
4047
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4048
3579
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4049
3580
|
url: "/applications/{id}/allocate-credits",
|
|
4050
3581
|
...options,
|
|
@@ -4054,30 +3585,16 @@ var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? clien
|
|
|
4054
3585
|
}
|
|
4055
3586
|
});
|
|
4056
3587
|
var getExtractionResultsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
4057
|
-
querySerializer: {
|
|
4058
|
-
parameters: {
|
|
4059
|
-
filter: { object: { style: "form" } },
|
|
4060
|
-
page: { object: { style: "form" } },
|
|
4061
|
-
fields: { object: { style: "form" } }
|
|
4062
|
-
}
|
|
4063
|
-
},
|
|
4064
3588
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4065
3589
|
url: "/extraction/results/workspace/{workspace_id}",
|
|
4066
3590
|
...options
|
|
4067
3591
|
});
|
|
4068
3592
|
var getSearchAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
4069
|
-
querySerializer: {
|
|
4070
|
-
parameters: {
|
|
4071
|
-
filter: { object: { style: "form" } },
|
|
4072
|
-
fields: { object: { style: "form" } }
|
|
4073
|
-
}
|
|
4074
|
-
},
|
|
4075
3593
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4076
3594
|
url: "/search/analytics/summary",
|
|
4077
3595
|
...options
|
|
4078
3596
|
});
|
|
4079
3597
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
4080
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4081
3598
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4082
3599
|
url: "/extraction/documents/begin_upload",
|
|
4083
3600
|
...options,
|
|
@@ -4087,25 +3604,21 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
4087
3604
|
}
|
|
4088
3605
|
});
|
|
4089
3606
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
4090
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4091
3607
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4092
3608
|
url: "/ai/graph/edges/{id}",
|
|
4093
3609
|
...options
|
|
4094
3610
|
});
|
|
4095
3611
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
4096
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4097
3612
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4098
3613
|
url: "/tenants/{id}",
|
|
4099
3614
|
...options
|
|
4100
3615
|
});
|
|
4101
3616
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
4102
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4103
3617
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4104
3618
|
url: "/tenants/{id}",
|
|
4105
3619
|
...options
|
|
4106
3620
|
});
|
|
4107
3621
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
4108
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4109
3622
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4110
3623
|
url: "/tenants/{id}",
|
|
4111
3624
|
...options,
|
|
@@ -4115,19 +3628,11 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
4115
3628
|
}
|
|
4116
3629
|
});
|
|
4117
3630
|
var getPlans = (options) => (options.client ?? client).get({
|
|
4118
|
-
querySerializer: {
|
|
4119
|
-
parameters: {
|
|
4120
|
-
filter: { object: { style: "form" } },
|
|
4121
|
-
page: { object: { style: "form" } },
|
|
4122
|
-
fields: { object: { style: "form" } }
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
3631
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4126
3632
|
url: "/plans",
|
|
4127
3633
|
...options
|
|
4128
3634
|
});
|
|
4129
3635
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
4130
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4131
3636
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4132
3637
|
url: "/agents/{id}/test",
|
|
4133
3638
|
...options,
|
|
@@ -4146,24 +3651,16 @@ var postAgentVersionsByIdAddSystemField = (options) => (options.client ?? client
|
|
|
4146
3651
|
}
|
|
4147
3652
|
});
|
|
4148
3653
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
4149
|
-
querySerializer: {
|
|
4150
|
-
parameters: {
|
|
4151
|
-
filter: { object: { style: "form" } },
|
|
4152
|
-
fields: { object: { style: "form" } }
|
|
4153
|
-
}
|
|
4154
|
-
},
|
|
4155
3654
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4156
3655
|
url: "/extraction/documents",
|
|
4157
3656
|
...options
|
|
4158
3657
|
});
|
|
4159
3658
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
4160
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4161
3659
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4162
3660
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
4163
3661
|
...options
|
|
4164
3662
|
});
|
|
4165
3663
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
4166
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4167
3664
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4168
3665
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
4169
3666
|
...options,
|
|
@@ -4173,7 +3670,6 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
4173
3670
|
}
|
|
4174
3671
|
});
|
|
4175
3672
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
4176
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4177
3673
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4178
3674
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
4179
3675
|
...options,
|
|
@@ -4183,18 +3679,11 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
4183
3679
|
}
|
|
4184
3680
|
});
|
|
4185
3681
|
var getAuditLogsActivity = (options) => (options.client ?? client).get({
|
|
4186
|
-
querySerializer: {
|
|
4187
|
-
parameters: {
|
|
4188
|
-
filter: { object: { style: "form" } },
|
|
4189
|
-
fields: { object: { style: "form" } }
|
|
4190
|
-
}
|
|
4191
|
-
},
|
|
4192
3682
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4193
3683
|
url: "/audit-logs/activity",
|
|
4194
3684
|
...options
|
|
4195
3685
|
});
|
|
4196
3686
|
var postUsersAuthResendConfirmation = (options) => (options.client ?? client).post({
|
|
4197
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4198
3687
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4199
3688
|
url: "/users/auth/resend-confirmation",
|
|
4200
3689
|
...options,
|
|
@@ -4204,29 +3693,16 @@ var postUsersAuthResendConfirmation = (options) => (options.client ?? client).po
|
|
|
4204
3693
|
}
|
|
4205
3694
|
});
|
|
4206
3695
|
var getWorkspacesAnalyticsBatch = (options) => (options.client ?? client).get({
|
|
4207
|
-
querySerializer: {
|
|
4208
|
-
parameters: {
|
|
4209
|
-
filter: { object: { style: "form" } },
|
|
4210
|
-
fields: { object: { style: "form" } }
|
|
4211
|
-
}
|
|
4212
|
-
},
|
|
4213
3696
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4214
3697
|
url: "/workspaces/analytics-batch",
|
|
4215
3698
|
...options
|
|
4216
3699
|
});
|
|
4217
3700
|
var getFieldTemplates = (options) => (options.client ?? client).get({
|
|
4218
|
-
querySerializer: {
|
|
4219
|
-
parameters: {
|
|
4220
|
-
filter: { object: { style: "form" } },
|
|
4221
|
-
fields: { object: { style: "form" } }
|
|
4222
|
-
}
|
|
4223
|
-
},
|
|
4224
3701
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4225
3702
|
url: "/field_templates",
|
|
4226
3703
|
...options
|
|
4227
3704
|
});
|
|
4228
3705
|
var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
4229
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4230
3706
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4231
3707
|
url: "/field_templates",
|
|
4232
3708
|
...options,
|
|
@@ -4236,19 +3712,11 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
|
4236
3712
|
}
|
|
4237
3713
|
});
|
|
4238
3714
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
4239
|
-
querySerializer: {
|
|
4240
|
-
parameters: {
|
|
4241
|
-
filter: { object: { style: "form" } },
|
|
4242
|
-
page: { object: { style: "form" } },
|
|
4243
|
-
fields: { object: { style: "form" } }
|
|
4244
|
-
}
|
|
4245
|
-
},
|
|
4246
3715
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4247
3716
|
url: "/ai/messages",
|
|
4248
3717
|
...options
|
|
4249
3718
|
});
|
|
4250
3719
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
4251
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4252
3720
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4253
3721
|
url: "/ai/messages",
|
|
4254
3722
|
...options,
|
|
@@ -4258,13 +3726,6 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
4258
3726
|
}
|
|
4259
3727
|
});
|
|
4260
3728
|
var getWatcherEvents = (options) => (options.client ?? client).get({
|
|
4261
|
-
querySerializer: {
|
|
4262
|
-
parameters: {
|
|
4263
|
-
filter: { object: { style: "form" } },
|
|
4264
|
-
page: { object: { style: "form" } },
|
|
4265
|
-
fields: { object: { style: "form" } }
|
|
4266
|
-
}
|
|
4267
|
-
},
|
|
4268
3729
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4269
3730
|
url: "/watcher/events",
|
|
4270
3731
|
...options
|
|
@@ -4279,7 +3740,6 @@ var postWatcherEvents = (options) => (options.client ?? client).post({
|
|
|
4279
3740
|
}
|
|
4280
3741
|
});
|
|
4281
3742
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
4282
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4283
3743
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4284
3744
|
url: "/storage/sign_upload",
|
|
4285
3745
|
...options,
|
|
@@ -4289,7 +3749,6 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
4289
3749
|
}
|
|
4290
3750
|
});
|
|
4291
3751
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
4292
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4293
3752
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4294
3753
|
url: "/webhook_deliveries/{id}/retry",
|
|
4295
3754
|
...options,
|
|
@@ -4299,19 +3758,11 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
4299
3758
|
}
|
|
4300
3759
|
});
|
|
4301
3760
|
var getNotificationMethods = (options) => (options.client ?? client).get({
|
|
4302
|
-
querySerializer: {
|
|
4303
|
-
parameters: {
|
|
4304
|
-
filter: { object: { style: "form" } },
|
|
4305
|
-
page: { object: { style: "form" } },
|
|
4306
|
-
fields: { object: { style: "form" } }
|
|
4307
|
-
}
|
|
4308
|
-
},
|
|
4309
3761
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4310
3762
|
url: "/notification_methods",
|
|
4311
3763
|
...options
|
|
4312
3764
|
});
|
|
4313
3765
|
var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
4314
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4315
3766
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4316
3767
|
url: "/notification_methods",
|
|
4317
3768
|
...options,
|
|
@@ -4320,8 +3771,12 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
4320
3771
|
...options.headers
|
|
4321
3772
|
}
|
|
4322
3773
|
});
|
|
3774
|
+
var getWalletPlanPreview = (options) => (options.client ?? client).get({
|
|
3775
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3776
|
+
url: "/wallet/plan/preview",
|
|
3777
|
+
...options
|
|
3778
|
+
});
|
|
4323
3779
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
4324
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4325
3780
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4326
3781
|
url: "/threads/{id}/summarize",
|
|
4327
3782
|
...options,
|
|
@@ -4331,7 +3786,6 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
4331
3786
|
}
|
|
4332
3787
|
});
|
|
4333
3788
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
4334
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4335
3789
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4336
3790
|
url: "/configs/{key}",
|
|
4337
3791
|
...options,
|
|
@@ -4341,7 +3795,6 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
4341
3795
|
}
|
|
4342
3796
|
});
|
|
4343
3797
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
4344
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4345
3798
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4346
3799
|
url: "/api_keys/{id}/rotate",
|
|
4347
3800
|
...options,
|
|
@@ -4350,18 +3803,12 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
4350
3803
|
...options.headers
|
|
4351
3804
|
}
|
|
4352
3805
|
});
|
|
4353
|
-
var
|
|
4354
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3806
|
+
var getExtractionResults = (options) => (options.client ?? client).get({
|
|
4355
3807
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4356
3808
|
url: "/extraction/results",
|
|
4357
|
-
...options
|
|
4358
|
-
headers: {
|
|
4359
|
-
"Content-Type": "application/vnd.api+json",
|
|
4360
|
-
...options.headers
|
|
4361
|
-
}
|
|
3809
|
+
...options
|
|
4362
3810
|
});
|
|
4363
3811
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
4364
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4365
3812
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4366
3813
|
url: "/agents/{id}/clone",
|
|
4367
3814
|
...options,
|
|
@@ -4371,19 +3818,16 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
4371
3818
|
}
|
|
4372
3819
|
});
|
|
4373
3820
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
4374
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4375
3821
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4376
3822
|
url: "/ai/conversations/{id}",
|
|
4377
3823
|
...options
|
|
4378
3824
|
});
|
|
4379
3825
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
4380
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4381
3826
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4382
3827
|
url: "/ai/conversations/{id}",
|
|
4383
3828
|
...options
|
|
4384
3829
|
});
|
|
4385
3830
|
var patchAiConversationsById = (options) => (options.client ?? client).patch({
|
|
4386
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4387
3831
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4388
3832
|
url: "/ai/conversations/{id}",
|
|
4389
3833
|
...options,
|
|
@@ -4393,19 +3837,16 @@ var patchAiConversationsById = (options) => (options.client ?? client).patch({
|
|
|
4393
3837
|
}
|
|
4394
3838
|
});
|
|
4395
3839
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
4396
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4397
3840
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4398
3841
|
url: "/user_profiles/{id}",
|
|
4399
3842
|
...options
|
|
4400
3843
|
});
|
|
4401
3844
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
4402
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4403
3845
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4404
3846
|
url: "/user_profiles/{id}",
|
|
4405
3847
|
...options
|
|
4406
3848
|
});
|
|
4407
3849
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
4408
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4409
3850
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4410
3851
|
url: "/user_profiles/{id}",
|
|
4411
3852
|
...options,
|
|
@@ -4415,12 +3856,6 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
4415
3856
|
}
|
|
4416
3857
|
});
|
|
4417
3858
|
var getInvitationsMe = (options) => (options.client ?? client).get({
|
|
4418
|
-
querySerializer: {
|
|
4419
|
-
parameters: {
|
|
4420
|
-
filter: { object: { style: "form" } },
|
|
4421
|
-
fields: { object: { style: "form" } }
|
|
4422
|
-
}
|
|
4423
|
-
},
|
|
4424
3859
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4425
3860
|
url: "/invitations/me",
|
|
4426
3861
|
...options
|
|
@@ -4435,7 +3870,6 @@ var patchAgentsByIdSchemaVersionsByVersionId = (options) => (options.client ?? c
|
|
|
4435
3870
|
}
|
|
4436
3871
|
});
|
|
4437
3872
|
var postSearchBatch = (options) => (options.client ?? client).post({
|
|
4438
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4439
3873
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4440
3874
|
url: "/search/batch",
|
|
4441
3875
|
...options,
|
|
@@ -4450,43 +3884,26 @@ var getThreadsWorkspaceStats = (options) => (options.client ?? client).get({
|
|
|
4450
3884
|
...options
|
|
4451
3885
|
});
|
|
4452
3886
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
4453
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4454
3887
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4455
3888
|
url: "/objects/{id}",
|
|
4456
3889
|
...options
|
|
4457
3890
|
});
|
|
4458
3891
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
4459
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4460
3892
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4461
3893
|
url: "/objects/{id}",
|
|
4462
3894
|
...options
|
|
4463
3895
|
});
|
|
4464
3896
|
var getExtractionDocumentsWorkspaceByWorkspaceIdExcluded = (options) => (options.client ?? client).get({
|
|
4465
|
-
querySerializer: {
|
|
4466
|
-
parameters: {
|
|
4467
|
-
filter: { object: { style: "form" } },
|
|
4468
|
-
page: { object: { style: "form" } },
|
|
4469
|
-
fields: { object: { style: "form" } }
|
|
4470
|
-
}
|
|
4471
|
-
},
|
|
4472
3897
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4473
3898
|
url: "/extraction/documents/workspace/{workspace_id}/excluded",
|
|
4474
3899
|
...options
|
|
4475
3900
|
});
|
|
4476
3901
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
4477
|
-
querySerializer: {
|
|
4478
|
-
parameters: {
|
|
4479
|
-
filter: { object: { style: "form" } },
|
|
4480
|
-
page: { object: { style: "form" } },
|
|
4481
|
-
fields: { object: { style: "form" } }
|
|
4482
|
-
}
|
|
4483
|
-
},
|
|
4484
3902
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4485
3903
|
url: "/webhook_configs",
|
|
4486
3904
|
...options
|
|
4487
3905
|
});
|
|
4488
3906
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
4489
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4490
3907
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4491
3908
|
url: "/webhook_configs",
|
|
4492
3909
|
...options,
|
|
@@ -4496,7 +3913,6 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
4496
3913
|
}
|
|
4497
3914
|
});
|
|
4498
3915
|
var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
|
|
4499
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4500
3916
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4501
3917
|
url: "/agents/{id}/publish_version",
|
|
4502
3918
|
...options,
|
|
@@ -4506,7 +3922,6 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
|
|
|
4506
3922
|
}
|
|
4507
3923
|
});
|
|
4508
3924
|
var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? client).post({
|
|
4509
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4510
3925
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4511
3926
|
url: "/extraction/documents/bulk-reprocess",
|
|
4512
3927
|
...options,
|
|
@@ -4516,7 +3931,6 @@ var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? clien
|
|
|
4516
3931
|
}
|
|
4517
3932
|
});
|
|
4518
3933
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
4519
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4520
3934
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4521
3935
|
url: "/objects/bulk-destroy",
|
|
4522
3936
|
...options,
|
|
@@ -4526,42 +3940,31 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
4526
3940
|
}
|
|
4527
3941
|
});
|
|
4528
3942
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
4529
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4530
3943
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4531
3944
|
url: "/applications/by-slug/{slug}",
|
|
4532
3945
|
...options
|
|
4533
3946
|
});
|
|
4534
3947
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
4535
|
-
querySerializer: {
|
|
4536
|
-
parameters: {
|
|
4537
|
-
filter: { object: { style: "form" } },
|
|
4538
|
-
fields: { object: { style: "form" } }
|
|
4539
|
-
}
|
|
4540
|
-
},
|
|
4541
3948
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4542
3949
|
url: "/notification_logs",
|
|
4543
3950
|
...options
|
|
4544
3951
|
});
|
|
4545
3952
|
var getWallet = (options) => (options.client ?? client).get({
|
|
4546
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4547
3953
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4548
3954
|
url: "/wallet",
|
|
4549
3955
|
...options
|
|
4550
3956
|
});
|
|
4551
3957
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
4552
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4553
3958
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4554
3959
|
url: "/messages/{id}",
|
|
4555
3960
|
...options
|
|
4556
3961
|
});
|
|
4557
3962
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
4558
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4559
3963
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4560
3964
|
url: "/messages/{id}",
|
|
4561
3965
|
...options
|
|
4562
3966
|
});
|
|
4563
3967
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
4564
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4565
3968
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4566
3969
|
url: "/messages/{id}",
|
|
4567
3970
|
...options,
|
|
@@ -4580,36 +3983,26 @@ var postAgentsByIdDiscoverSchema = (options) => (options.client ?? client).post(
|
|
|
4580
3983
|
}
|
|
4581
3984
|
});
|
|
4582
3985
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
4583
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4584
3986
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4585
3987
|
url: "/llm_analytics/usage",
|
|
4586
3988
|
...options
|
|
4587
3989
|
});
|
|
4588
3990
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
4589
|
-
querySerializer: {
|
|
4590
|
-
parameters: {
|
|
4591
|
-
filter: { object: { style: "form" } },
|
|
4592
|
-
fields: { object: { style: "form" } }
|
|
4593
|
-
}
|
|
4594
|
-
},
|
|
4595
3991
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4596
3992
|
url: "/search/stats",
|
|
4597
3993
|
...options
|
|
4598
3994
|
});
|
|
4599
3995
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
4600
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4601
3996
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4602
3997
|
url: "/notification_preferences/{id}",
|
|
4603
3998
|
...options
|
|
4604
3999
|
});
|
|
4605
4000
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
4606
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4607
4001
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4608
4002
|
url: "/notification_preferences/{id}",
|
|
4609
4003
|
...options
|
|
4610
4004
|
});
|
|
4611
4005
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
4612
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4613
4006
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4614
4007
|
url: "/notification_preferences/{id}",
|
|
4615
4008
|
...options,
|
|
@@ -4619,19 +4012,11 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
4619
4012
|
}
|
|
4620
4013
|
});
|
|
4621
4014
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
4622
|
-
querySerializer: {
|
|
4623
|
-
parameters: {
|
|
4624
|
-
filter: { object: { style: "form" } },
|
|
4625
|
-
page: { object: { style: "form" } },
|
|
4626
|
-
fields: { object: { style: "form" } }
|
|
4627
|
-
}
|
|
4628
|
-
},
|
|
4629
4015
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4630
4016
|
url: "/ai/graph/nodes",
|
|
4631
4017
|
...options
|
|
4632
4018
|
});
|
|
4633
4019
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
4634
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4635
4020
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4636
4021
|
url: "/ai/graph/nodes",
|
|
4637
4022
|
...options,
|
|
@@ -4641,19 +4026,11 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
4641
4026
|
}
|
|
4642
4027
|
});
|
|
4643
4028
|
var getAgents = (options) => (options.client ?? client).get({
|
|
4644
|
-
querySerializer: {
|
|
4645
|
-
parameters: {
|
|
4646
|
-
filter: { object: { style: "form" } },
|
|
4647
|
-
page: { object: { style: "form" } },
|
|
4648
|
-
fields: { object: { style: "form" } }
|
|
4649
|
-
}
|
|
4650
|
-
},
|
|
4651
4029
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4652
4030
|
url: "/agents",
|
|
4653
4031
|
...options
|
|
4654
4032
|
});
|
|
4655
4033
|
var postAgents = (options) => (options.client ?? client).post({
|
|
4656
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4657
4034
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4658
4035
|
url: "/agents",
|
|
4659
4036
|
...options,
|
|
@@ -4663,19 +4040,16 @@ var postAgents = (options) => (options.client ?? client).post({
|
|
|
4663
4040
|
}
|
|
4664
4041
|
});
|
|
4665
4042
|
var deleteApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).delete({
|
|
4666
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4667
4043
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4668
4044
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
4669
4045
|
...options
|
|
4670
4046
|
});
|
|
4671
4047
|
var getApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).get({
|
|
4672
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4673
4048
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4674
4049
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
4675
4050
|
...options
|
|
4676
4051
|
});
|
|
4677
4052
|
var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).patch({
|
|
4678
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4679
4053
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4680
4054
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
4681
4055
|
...options,
|
|
@@ -4684,13 +4058,21 @@ var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options
|
|
|
4684
4058
|
...options.headers
|
|
4685
4059
|
}
|
|
4686
4060
|
});
|
|
4061
|
+
var patchPaymentMethodsByIdDefault = (options) => (options.client ?? client).patch({
|
|
4062
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
4063
|
+
url: "/payment-methods/{id}/default",
|
|
4064
|
+
...options,
|
|
4065
|
+
headers: {
|
|
4066
|
+
"Content-Type": "application/vnd.api+json",
|
|
4067
|
+
...options.headers
|
|
4068
|
+
}
|
|
4069
|
+
});
|
|
4687
4070
|
var postAgentsByIdExport = (options) => (options.client ?? client).post({
|
|
4688
4071
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4689
4072
|
url: "/agents/{id}/export",
|
|
4690
4073
|
...options
|
|
4691
4074
|
});
|
|
4692
4075
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
4693
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4694
4076
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4695
4077
|
url: "/users/register_isv",
|
|
4696
4078
|
...options,
|
|
@@ -4700,31 +4082,21 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
4700
4082
|
}
|
|
4701
4083
|
});
|
|
4702
4084
|
var deleteExtractionBatchesById = (options) => (options.client ?? client).delete({
|
|
4703
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4704
4085
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4705
4086
|
url: "/extraction/batches/{id}",
|
|
4706
4087
|
...options
|
|
4707
4088
|
});
|
|
4708
4089
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
4709
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4710
4090
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4711
4091
|
url: "/extraction/batches/{id}",
|
|
4712
4092
|
...options
|
|
4713
4093
|
});
|
|
4714
4094
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
4715
|
-
querySerializer: {
|
|
4716
|
-
parameters: {
|
|
4717
|
-
filter: { object: { style: "form" } },
|
|
4718
|
-
page: { object: { style: "form" } },
|
|
4719
|
-
fields: { object: { style: "form" } }
|
|
4720
|
-
}
|
|
4721
|
-
},
|
|
4722
4095
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4723
4096
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
4724
4097
|
...options
|
|
4725
4098
|
});
|
|
4726
4099
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
4727
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4728
4100
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4729
4101
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
4730
4102
|
...options,
|
|
@@ -4734,13 +4106,11 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
4734
4106
|
}
|
|
4735
4107
|
});
|
|
4736
4108
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
4737
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4738
4109
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4739
4110
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
4740
4111
|
...options
|
|
4741
4112
|
});
|
|
4742
4113
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
4743
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4744
4114
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4745
4115
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
4746
4116
|
...options,
|
|
@@ -4750,49 +4120,21 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
4750
4120
|
}
|
|
4751
4121
|
});
|
|
4752
4122
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrashed = (options) => (options.client ?? client).get({
|
|
4753
|
-
querySerializer: {
|
|
4754
|
-
parameters: {
|
|
4755
|
-
filter: { object: { style: "form" } },
|
|
4756
|
-
page: { object: { style: "form" } },
|
|
4757
|
-
fields: { object: { style: "form" } }
|
|
4758
|
-
}
|
|
4759
|
-
},
|
|
4760
4123
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4761
4124
|
url: "/extraction/documents/workspace/{workspace_id}/trashed",
|
|
4762
4125
|
...options
|
|
4763
4126
|
});
|
|
4764
4127
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
4765
|
-
querySerializer: {
|
|
4766
|
-
parameters: {
|
|
4767
|
-
filter: { object: { style: "form" } },
|
|
4768
|
-
page: { object: { style: "form" } },
|
|
4769
|
-
fields: { object: { style: "form" } }
|
|
4770
|
-
}
|
|
4771
|
-
},
|
|
4772
4128
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4773
4129
|
url: "/credit-packages",
|
|
4774
4130
|
...options
|
|
4775
4131
|
});
|
|
4776
4132
|
var getUsers = (options) => (options.client ?? client).get({
|
|
4777
|
-
querySerializer: {
|
|
4778
|
-
parameters: {
|
|
4779
|
-
filter: { object: { style: "form" } },
|
|
4780
|
-
page: { object: { style: "form" } },
|
|
4781
|
-
fields: { object: { style: "form" } }
|
|
4782
|
-
}
|
|
4783
|
-
},
|
|
4784
4133
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4785
4134
|
url: "/users",
|
|
4786
4135
|
...options
|
|
4787
4136
|
});
|
|
4788
4137
|
var getObjects = (options) => (options.client ?? client).get({
|
|
4789
|
-
querySerializer: {
|
|
4790
|
-
parameters: {
|
|
4791
|
-
filter: { object: { style: "form" } },
|
|
4792
|
-
page: { object: { style: "form" } },
|
|
4793
|
-
fields: { object: { style: "form" } }
|
|
4794
|
-
}
|
|
4795
|
-
},
|
|
4796
4138
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4797
4139
|
url: "/objects",
|
|
4798
4140
|
...options
|
|
@@ -4830,10 +4172,9 @@ var NotFoundError = class extends GptCoreError {
|
|
|
4830
4172
|
}
|
|
4831
4173
|
};
|
|
4832
4174
|
var ValidationError = class extends GptCoreError {
|
|
4833
|
-
constructor(message = "Validation failed", errors,
|
|
4834
|
-
super(message, { statusCode:
|
|
4175
|
+
constructor(message = "Validation failed", errors, options) {
|
|
4176
|
+
super(message, { statusCode: 422, ...options });
|
|
4835
4177
|
this.errors = errors;
|
|
4836
|
-
this.meta = meta;
|
|
4837
4178
|
}
|
|
4838
4179
|
};
|
|
4839
4180
|
var RateLimitError = class extends GptCoreError {
|
|
@@ -4865,15 +4206,12 @@ function handleApiError(error) {
|
|
|
4865
4206
|
const body = response?.body || response?.data || error?.body || error?.data || error;
|
|
4866
4207
|
let message = "An error occurred";
|
|
4867
4208
|
let errors;
|
|
4868
|
-
let meta;
|
|
4869
4209
|
if (body?.errors && Array.isArray(body.errors)) {
|
|
4870
4210
|
const firstError = body.errors[0];
|
|
4871
4211
|
message = firstError?.title || firstError?.detail || message;
|
|
4872
|
-
meta = firstError?.meta;
|
|
4873
4212
|
errors = body.errors.map((err) => ({
|
|
4874
4213
|
field: err.source?.pointer?.split("/").pop(),
|
|
4875
|
-
message: err.detail || err.title || "Unknown error"
|
|
4876
|
-
meta: err.meta
|
|
4214
|
+
message: err.detail || err.title || "Unknown error"
|
|
4877
4215
|
}));
|
|
4878
4216
|
} else if (body?.message) {
|
|
4879
4217
|
message = body.message;
|
|
@@ -4898,7 +4236,7 @@ function handleApiError(error) {
|
|
|
4898
4236
|
throw new NotFoundError(message, errorOptions);
|
|
4899
4237
|
case 400:
|
|
4900
4238
|
case 422:
|
|
4901
|
-
throw new ValidationError(message, errors,
|
|
4239
|
+
throw new ValidationError(message, errors, errorOptions);
|
|
4902
4240
|
case 429: {
|
|
4903
4241
|
const retryAfter = headers?.get?.("retry-after") || headers?.["retry-after"];
|
|
4904
4242
|
throw new RateLimitError(message, retryAfter ? parseInt(retryAfter, 10) : void 0, errorOptions);
|
|
@@ -5408,11 +4746,13 @@ var index_default = gptCore;
|
|
|
5408
4746
|
deleteBucketsById,
|
|
5409
4747
|
deleteExtractionBatchesById,
|
|
5410
4748
|
deleteExtractionDocumentsById,
|
|
4749
|
+
deleteExtractionResultsById,
|
|
5411
4750
|
deleteFieldTemplatesById,
|
|
5412
4751
|
deleteMessagesById,
|
|
5413
4752
|
deleteNotificationMethodsById,
|
|
5414
4753
|
deleteNotificationPreferencesById,
|
|
5415
4754
|
deleteObjectsById,
|
|
4755
|
+
deletePaymentMethodsById,
|
|
5416
4756
|
deleteSearchSavedById,
|
|
5417
4757
|
deleteTenantMembershipsByTenantIdByUserId,
|
|
5418
4758
|
deleteTenantsById,
|
|
@@ -5424,8 +4764,6 @@ var index_default = gptCore;
|
|
|
5424
4764
|
deleteWebhookConfigsById,
|
|
5425
4765
|
deleteWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
5426
4766
|
deleteWorkspacesById,
|
|
5427
|
-
getAgentVersionRevisionsAgentVersionsByAgentVersionIdRevisions,
|
|
5428
|
-
getAgentVersionRevisionsById,
|
|
5429
4767
|
getAgentVersions,
|
|
5430
4768
|
getAgentVersionsById,
|
|
5431
4769
|
getAgentVersionsByIdMetrics,
|
|
@@ -5479,6 +4817,7 @@ var index_default = gptCore;
|
|
|
5479
4817
|
getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
|
|
5480
4818
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
5481
4819
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
|
|
4820
|
+
getExtractionResults,
|
|
5482
4821
|
getExtractionResultsById,
|
|
5483
4822
|
getExtractionResultsDocumentByDocumentId,
|
|
5484
4823
|
getExtractionResultsWorkspaceByWorkspaceId,
|
|
@@ -5508,6 +4847,8 @@ var index_default = gptCore;
|
|
|
5508
4847
|
getNotificationPreferencesById,
|
|
5509
4848
|
getObjects,
|
|
5510
4849
|
getObjectsById,
|
|
4850
|
+
getPaymentMethods,
|
|
4851
|
+
getPaymentMethodsById,
|
|
5511
4852
|
getPermissions,
|
|
5512
4853
|
getPermissionsById,
|
|
5513
4854
|
getPermissionsMeta,
|
|
@@ -5559,6 +4900,7 @@ var index_default = gptCore;
|
|
|
5559
4900
|
getUsersMeTenants,
|
|
5560
4901
|
getWallet,
|
|
5561
4902
|
getWalletInvoices,
|
|
4903
|
+
getWalletPlanPreview,
|
|
5562
4904
|
getWatcherClaims,
|
|
5563
4905
|
getWatcherClaimsById,
|
|
5564
4906
|
getWatcherClaimsStatus,
|
|
@@ -5612,8 +4954,9 @@ var index_default = gptCore;
|
|
|
5612
4954
|
patchExtractionDocumentsByIdRestore,
|
|
5613
4955
|
patchExtractionDocumentsByIdStatus,
|
|
5614
4956
|
patchExtractionDocumentsByIdVerification,
|
|
5615
|
-
|
|
4957
|
+
patchExtractionResultsById,
|
|
5616
4958
|
patchExtractionResultsByIdRegenerate,
|
|
4959
|
+
patchExtractionResultsByIdSaveCorrections,
|
|
5617
4960
|
patchInvitationsByIdAccept,
|
|
5618
4961
|
patchInvitationsByIdAcceptByUser,
|
|
5619
4962
|
patchInvitationsByIdDecline,
|
|
@@ -5625,6 +4968,8 @@ var index_default = gptCore;
|
|
|
5625
4968
|
patchNotificationMethodsByIdSetPrimary,
|
|
5626
4969
|
patchNotificationMethodsByIdVerify,
|
|
5627
4970
|
patchNotificationPreferencesById,
|
|
4971
|
+
patchPaymentMethodsById,
|
|
4972
|
+
patchPaymentMethodsByIdDefault,
|
|
5628
4973
|
patchSearchSavedById,
|
|
5629
4974
|
patchTenantMembershipsByTenantIdByUserId,
|
|
5630
4975
|
patchTenantsById,
|
|
@@ -5655,7 +5000,6 @@ var index_default = gptCore;
|
|
|
5655
5000
|
patchWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
5656
5001
|
patchWorkspacesById,
|
|
5657
5002
|
patchWorkspacesByIdAllocate,
|
|
5658
|
-
patchWorkspacesByIdPopulateHashes,
|
|
5659
5003
|
patchWorkspacesByIdStorageSettings,
|
|
5660
5004
|
postAgentTestResults,
|
|
5661
5005
|
postAgentVersionComparisons,
|
|
@@ -5696,9 +5040,7 @@ var index_default = gptCore;
|
|
|
5696
5040
|
postExtractionBatches,
|
|
5697
5041
|
postExtractionDocumentsBeginUpload,
|
|
5698
5042
|
postExtractionDocumentsBulkReprocess,
|
|
5699
|
-
postExtractionDocumentsFindOrBeginUpload,
|
|
5700
5043
|
postExtractionDocumentsUpload,
|
|
5701
|
-
postExtractionResults,
|
|
5702
5044
|
postExtractionSchemaDiscoveries,
|
|
5703
5045
|
postFieldTemplates,
|
|
5704
5046
|
postInvitations,
|
|
@@ -5711,6 +5053,8 @@ var index_default = gptCore;
|
|
|
5711
5053
|
postObjectsCopy,
|
|
5712
5054
|
postObjectsMove,
|
|
5713
5055
|
postObjectsRegister,
|
|
5056
|
+
postPaymentMethods,
|
|
5057
|
+
postPaymentMethodsTokenize,
|
|
5714
5058
|
postPayments,
|
|
5715
5059
|
postSearchBatch,
|
|
5716
5060
|
postSearchReindex,
|