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