@gpt-core/client 0.8.24 → 0.8.26
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 +2924 -9642
- package/dist/index.d.ts +2924 -9642
- package/dist/index.js +882 -0
- package/dist/index.mjs +866 -0
- package/llms.txt +23 -1
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -70,6 +70,7 @@ __export(index_exports, {
|
|
|
70
70
|
deleteNotificationMethodsById: () => deleteNotificationMethodsById,
|
|
71
71
|
deleteNotificationPreferencesById: () => deleteNotificationPreferencesById,
|
|
72
72
|
deleteObjectsById: () => deleteObjectsById,
|
|
73
|
+
deletePaymentMethodsById: () => deletePaymentMethodsById,
|
|
73
74
|
deleteSearchSavedById: () => deleteSearchSavedById,
|
|
74
75
|
deleteTenantMembershipsByTenantIdByUserId: () => deleteTenantMembershipsByTenantIdByUserId,
|
|
75
76
|
deleteTenantsById: () => deleteTenantsById,
|
|
@@ -89,6 +90,8 @@ __export(index_exports, {
|
|
|
89
90
|
getAgentsByIdSchemaVersions: () => getAgentsByIdSchemaVersions,
|
|
90
91
|
getAgentsByIdStats: () => getAgentsByIdStats,
|
|
91
92
|
getAgentsByIdTrainingStats: () => getAgentsByIdTrainingStats,
|
|
93
|
+
getAgentsByIdUsage: () => getAgentsByIdUsage,
|
|
94
|
+
getAgentsUsage: () => getAgentsUsage,
|
|
92
95
|
getAiChunksDocumentByDocumentId: () => getAiChunksDocumentByDocumentId,
|
|
93
96
|
getAiConversations: () => getAiConversations,
|
|
94
97
|
getAiConversationsById: () => getAiConversationsById,
|
|
@@ -161,6 +164,8 @@ __export(index_exports, {
|
|
|
161
164
|
getNotificationPreferencesById: () => getNotificationPreferencesById,
|
|
162
165
|
getObjects: () => getObjects,
|
|
163
166
|
getObjectsById: () => getObjectsById,
|
|
167
|
+
getPaymentMethods: () => getPaymentMethods,
|
|
168
|
+
getPaymentMethodsById: () => getPaymentMethodsById,
|
|
164
169
|
getPermissions: () => getPermissions,
|
|
165
170
|
getPermissionsById: () => getPermissionsById,
|
|
166
171
|
getPermissionsMeta: () => getPermissionsMeta,
|
|
@@ -212,6 +217,7 @@ __export(index_exports, {
|
|
|
212
217
|
getUsersMeTenants: () => getUsersMeTenants,
|
|
213
218
|
getWallet: () => getWallet,
|
|
214
219
|
getWalletInvoices: () => getWalletInvoices,
|
|
220
|
+
getWalletPlanPreview: () => getWalletPlanPreview,
|
|
215
221
|
getWatcherClaims: () => getWatcherClaims,
|
|
216
222
|
getWatcherClaimsById: () => getWatcherClaimsById,
|
|
217
223
|
getWatcherClaimsStatus: () => getWatcherClaimsStatus,
|
|
@@ -226,6 +232,7 @@ __export(index_exports, {
|
|
|
226
232
|
getWebhookDeliveriesStats: () => getWebhookDeliveriesStats,
|
|
227
233
|
getWorkspaceMemberships: () => getWorkspaceMemberships,
|
|
228
234
|
getWorkspaces: () => getWorkspaces,
|
|
235
|
+
getWorkspacesAnalyticsBatch: () => getWorkspacesAnalyticsBatch,
|
|
229
236
|
getWorkspacesById: () => getWorkspacesById,
|
|
230
237
|
getWorkspacesByIdMembers: () => getWorkspacesByIdMembers,
|
|
231
238
|
getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping: () => getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping,
|
|
@@ -277,6 +284,8 @@ __export(index_exports, {
|
|
|
277
284
|
patchNotificationMethodsByIdSetPrimary: () => patchNotificationMethodsByIdSetPrimary,
|
|
278
285
|
patchNotificationMethodsByIdVerify: () => patchNotificationMethodsByIdVerify,
|
|
279
286
|
patchNotificationPreferencesById: () => patchNotificationPreferencesById,
|
|
287
|
+
patchPaymentMethodsById: () => patchPaymentMethodsById,
|
|
288
|
+
patchPaymentMethodsByIdDefault: () => patchPaymentMethodsByIdDefault,
|
|
280
289
|
patchSearchSavedById: () => patchSearchSavedById,
|
|
281
290
|
patchTenantMembershipsByTenantIdByUserId: () => patchTenantMembershipsByTenantIdByUserId,
|
|
282
291
|
patchTenantsById: () => patchTenantsById,
|
|
@@ -285,6 +294,9 @@ __export(index_exports, {
|
|
|
285
294
|
patchThreadsByIdUnarchive: () => patchThreadsByIdUnarchive,
|
|
286
295
|
patchTrainingExamplesById: () => patchTrainingExamplesById,
|
|
287
296
|
patchUserProfilesById: () => patchUserProfilesById,
|
|
297
|
+
patchUserProfilesByIdAcceptTos: () => patchUserProfilesByIdAcceptTos,
|
|
298
|
+
patchUserProfilesByIdDismissAnnouncement: () => patchUserProfilesByIdDismissAnnouncement,
|
|
299
|
+
patchUserProfilesByIdDismissWelcome: () => patchUserProfilesByIdDismissWelcome,
|
|
288
300
|
patchUsersAuthPasswordChange: () => patchUsersAuthPasswordChange,
|
|
289
301
|
patchUsersAuthResetPassword: () => patchUsersAuthResetPassword,
|
|
290
302
|
patchUsersByIdAdmin: () => patchUsersByIdAdmin,
|
|
@@ -308,6 +320,9 @@ __export(index_exports, {
|
|
|
308
320
|
postAgentTestResults: () => postAgentTestResults,
|
|
309
321
|
postAgentVersionComparisons: () => postAgentVersionComparisons,
|
|
310
322
|
postAgentVersions: () => postAgentVersions,
|
|
323
|
+
postAgentVersionsByIdAddSystemField: () => postAgentVersionsByIdAddSystemField,
|
|
324
|
+
postAgentVersionsByIdRemoveSystemField: () => postAgentVersionsByIdRemoveSystemField,
|
|
325
|
+
postAgentVersionsByIdSetSystemFields: () => postAgentVersionsByIdSetSystemFields,
|
|
311
326
|
postAgents: () => postAgents,
|
|
312
327
|
postAgentsByIdClone: () => postAgentsByIdClone,
|
|
313
328
|
postAgentsByIdDiscoverSchema: () => postAgentsByIdDiscoverSchema,
|
|
@@ -355,6 +370,7 @@ __export(index_exports, {
|
|
|
355
370
|
postObjectsCopy: () => postObjectsCopy,
|
|
356
371
|
postObjectsMove: () => postObjectsMove,
|
|
357
372
|
postObjectsRegister: () => postObjectsRegister,
|
|
373
|
+
postPaymentMethods: () => postPaymentMethods,
|
|
358
374
|
postPayments: () => postPayments,
|
|
359
375
|
postSearchBatch: () => postSearchBatch,
|
|
360
376
|
postSearchReindex: () => postSearchReindex,
|
|
@@ -432,6 +448,7 @@ __export(sdk_gen_exports, {
|
|
|
432
448
|
deleteNotificationMethodsById: () => deleteNotificationMethodsById,
|
|
433
449
|
deleteNotificationPreferencesById: () => deleteNotificationPreferencesById,
|
|
434
450
|
deleteObjectsById: () => deleteObjectsById,
|
|
451
|
+
deletePaymentMethodsById: () => deletePaymentMethodsById,
|
|
435
452
|
deleteSearchSavedById: () => deleteSearchSavedById,
|
|
436
453
|
deleteTenantMembershipsByTenantIdByUserId: () => deleteTenantMembershipsByTenantIdByUserId,
|
|
437
454
|
deleteTenantsById: () => deleteTenantsById,
|
|
@@ -451,6 +468,8 @@ __export(sdk_gen_exports, {
|
|
|
451
468
|
getAgentsByIdSchemaVersions: () => getAgentsByIdSchemaVersions,
|
|
452
469
|
getAgentsByIdStats: () => getAgentsByIdStats,
|
|
453
470
|
getAgentsByIdTrainingStats: () => getAgentsByIdTrainingStats,
|
|
471
|
+
getAgentsByIdUsage: () => getAgentsByIdUsage,
|
|
472
|
+
getAgentsUsage: () => getAgentsUsage,
|
|
454
473
|
getAiChunksDocumentByDocumentId: () => getAiChunksDocumentByDocumentId,
|
|
455
474
|
getAiConversations: () => getAiConversations,
|
|
456
475
|
getAiConversationsById: () => getAiConversationsById,
|
|
@@ -523,6 +542,8 @@ __export(sdk_gen_exports, {
|
|
|
523
542
|
getNotificationPreferencesById: () => getNotificationPreferencesById,
|
|
524
543
|
getObjects: () => getObjects,
|
|
525
544
|
getObjectsById: () => getObjectsById,
|
|
545
|
+
getPaymentMethods: () => getPaymentMethods,
|
|
546
|
+
getPaymentMethodsById: () => getPaymentMethodsById,
|
|
526
547
|
getPermissions: () => getPermissions,
|
|
527
548
|
getPermissionsById: () => getPermissionsById,
|
|
528
549
|
getPermissionsMeta: () => getPermissionsMeta,
|
|
@@ -574,6 +595,7 @@ __export(sdk_gen_exports, {
|
|
|
574
595
|
getUsersMeTenants: () => getUsersMeTenants,
|
|
575
596
|
getWallet: () => getWallet,
|
|
576
597
|
getWalletInvoices: () => getWalletInvoices,
|
|
598
|
+
getWalletPlanPreview: () => getWalletPlanPreview,
|
|
577
599
|
getWatcherClaims: () => getWatcherClaims,
|
|
578
600
|
getWatcherClaimsById: () => getWatcherClaimsById,
|
|
579
601
|
getWatcherClaimsStatus: () => getWatcherClaimsStatus,
|
|
@@ -588,6 +610,7 @@ __export(sdk_gen_exports, {
|
|
|
588
610
|
getWebhookDeliveriesStats: () => getWebhookDeliveriesStats,
|
|
589
611
|
getWorkspaceMemberships: () => getWorkspaceMemberships,
|
|
590
612
|
getWorkspaces: () => getWorkspaces,
|
|
613
|
+
getWorkspacesAnalyticsBatch: () => getWorkspacesAnalyticsBatch,
|
|
591
614
|
getWorkspacesById: () => getWorkspacesById,
|
|
592
615
|
getWorkspacesByIdMembers: () => getWorkspacesByIdMembers,
|
|
593
616
|
getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping: () => getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping,
|
|
@@ -635,6 +658,8 @@ __export(sdk_gen_exports, {
|
|
|
635
658
|
patchNotificationMethodsByIdSetPrimary: () => patchNotificationMethodsByIdSetPrimary,
|
|
636
659
|
patchNotificationMethodsByIdVerify: () => patchNotificationMethodsByIdVerify,
|
|
637
660
|
patchNotificationPreferencesById: () => patchNotificationPreferencesById,
|
|
661
|
+
patchPaymentMethodsById: () => patchPaymentMethodsById,
|
|
662
|
+
patchPaymentMethodsByIdDefault: () => patchPaymentMethodsByIdDefault,
|
|
638
663
|
patchSearchSavedById: () => patchSearchSavedById,
|
|
639
664
|
patchTenantMembershipsByTenantIdByUserId: () => patchTenantMembershipsByTenantIdByUserId,
|
|
640
665
|
patchTenantsById: () => patchTenantsById,
|
|
@@ -643,6 +668,9 @@ __export(sdk_gen_exports, {
|
|
|
643
668
|
patchThreadsByIdUnarchive: () => patchThreadsByIdUnarchive,
|
|
644
669
|
patchTrainingExamplesById: () => patchTrainingExamplesById,
|
|
645
670
|
patchUserProfilesById: () => patchUserProfilesById,
|
|
671
|
+
patchUserProfilesByIdAcceptTos: () => patchUserProfilesByIdAcceptTos,
|
|
672
|
+
patchUserProfilesByIdDismissAnnouncement: () => patchUserProfilesByIdDismissAnnouncement,
|
|
673
|
+
patchUserProfilesByIdDismissWelcome: () => patchUserProfilesByIdDismissWelcome,
|
|
646
674
|
patchUsersAuthPasswordChange: () => patchUsersAuthPasswordChange,
|
|
647
675
|
patchUsersAuthResetPassword: () => patchUsersAuthResetPassword,
|
|
648
676
|
patchUsersByIdAdmin: () => patchUsersByIdAdmin,
|
|
@@ -666,6 +694,9 @@ __export(sdk_gen_exports, {
|
|
|
666
694
|
postAgentTestResults: () => postAgentTestResults,
|
|
667
695
|
postAgentVersionComparisons: () => postAgentVersionComparisons,
|
|
668
696
|
postAgentVersions: () => postAgentVersions,
|
|
697
|
+
postAgentVersionsByIdAddSystemField: () => postAgentVersionsByIdAddSystemField,
|
|
698
|
+
postAgentVersionsByIdRemoveSystemField: () => postAgentVersionsByIdRemoveSystemField,
|
|
699
|
+
postAgentVersionsByIdSetSystemFields: () => postAgentVersionsByIdSetSystemFields,
|
|
669
700
|
postAgents: () => postAgents,
|
|
670
701
|
postAgentsByIdClone: () => postAgentsByIdClone,
|
|
671
702
|
postAgentsByIdDiscoverSchema: () => postAgentsByIdDiscoverSchema,
|
|
@@ -713,6 +744,7 @@ __export(sdk_gen_exports, {
|
|
|
713
744
|
postObjectsCopy: () => postObjectsCopy,
|
|
714
745
|
postObjectsMove: () => postObjectsMove,
|
|
715
746
|
postObjectsRegister: () => postObjectsRegister,
|
|
747
|
+
postPaymentMethods: () => postPaymentMethods,
|
|
716
748
|
postPayments: () => postPayments,
|
|
717
749
|
postSearchBatch: () => postSearchBatch,
|
|
718
750
|
postSearchReindex: () => postSearchReindex,
|
|
@@ -1585,6 +1617,7 @@ var client = createClient(
|
|
|
1585
1617
|
|
|
1586
1618
|
// src/_internal/sdk.gen.ts
|
|
1587
1619
|
var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
1620
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1588
1621
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1589
1622
|
url: "/ai/search/advanced",
|
|
1590
1623
|
...options,
|
|
@@ -1594,21 +1627,31 @@ var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
|
1594
1627
|
}
|
|
1595
1628
|
});
|
|
1596
1629
|
var deleteExtractionDocumentsById = (options) => (options.client ?? client).delete({
|
|
1630
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1597
1631
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1598
1632
|
url: "/extraction/documents/{id}",
|
|
1599
1633
|
...options
|
|
1600
1634
|
});
|
|
1601
1635
|
var getExtractionDocumentsById = (options) => (options.client ?? client).get({
|
|
1636
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1602
1637
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1603
1638
|
url: "/extraction/documents/{id}",
|
|
1604
1639
|
...options
|
|
1605
1640
|
});
|
|
1606
1641
|
var getThreads = (options) => (options.client ?? client).get({
|
|
1642
|
+
querySerializer: {
|
|
1643
|
+
parameters: {
|
|
1644
|
+
filter: { object: { style: "form" } },
|
|
1645
|
+
page: { object: { style: "form" } },
|
|
1646
|
+
fields: { object: { style: "form" } }
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1607
1649
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1608
1650
|
url: "/threads",
|
|
1609
1651
|
...options
|
|
1610
1652
|
});
|
|
1611
1653
|
var postThreads = (options) => (options.client ?? client).post({
|
|
1654
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1612
1655
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1613
1656
|
url: "/threads",
|
|
1614
1657
|
...options,
|
|
@@ -1618,6 +1661,7 @@ var postThreads = (options) => (options.client ?? client).post({
|
|
|
1618
1661
|
}
|
|
1619
1662
|
});
|
|
1620
1663
|
var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client).patch({
|
|
1664
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1621
1665
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1622
1666
|
url: "/extraction/documents/{id}/cancel",
|
|
1623
1667
|
...options,
|
|
@@ -1627,26 +1671,36 @@ var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client)
|
|
|
1627
1671
|
}
|
|
1628
1672
|
});
|
|
1629
1673
|
var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
1674
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1630
1675
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1631
1676
|
url: "/llm_analytics/costs",
|
|
1632
1677
|
...options
|
|
1633
1678
|
});
|
|
1634
1679
|
var getTrainingSessionsAgentsByAgentIdSessions = (options) => (options.client ?? client).get({
|
|
1680
|
+
querySerializer: {
|
|
1681
|
+
parameters: {
|
|
1682
|
+
filter: { object: { style: "form" } },
|
|
1683
|
+
fields: { object: { style: "form" } }
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1635
1686
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1636
1687
|
url: "/training_sessions/agents/{agent_id}/sessions",
|
|
1637
1688
|
...options
|
|
1638
1689
|
});
|
|
1639
1690
|
var getWatcherEventsById = (options) => (options.client ?? client).get({
|
|
1691
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1640
1692
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1641
1693
|
url: "/watcher/events/{id}",
|
|
1642
1694
|
...options
|
|
1643
1695
|
});
|
|
1644
1696
|
var getAiChunksDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
1697
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1645
1698
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1646
1699
|
url: "/ai/chunks/document/{document_id}",
|
|
1647
1700
|
...options
|
|
1648
1701
|
});
|
|
1649
1702
|
var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
1703
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1650
1704
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1651
1705
|
url: "/wallet/credits",
|
|
1652
1706
|
...options,
|
|
@@ -1666,11 +1720,18 @@ var getApplicationsCurrent = (options) => (options.client ?? client).get({
|
|
|
1666
1720
|
...options
|
|
1667
1721
|
});
|
|
1668
1722
|
var getWorkspaces = (options) => (options.client ?? client).get({
|
|
1723
|
+
querySerializer: {
|
|
1724
|
+
parameters: {
|
|
1725
|
+
filter: { object: { style: "form" } },
|
|
1726
|
+
fields: { object: { style: "form" } }
|
|
1727
|
+
}
|
|
1728
|
+
},
|
|
1669
1729
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1670
1730
|
url: "/workspaces",
|
|
1671
1731
|
...options
|
|
1672
1732
|
});
|
|
1673
1733
|
var postWorkspaces = (options) => (options.client ?? client).post({
|
|
1734
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1674
1735
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1675
1736
|
url: "/workspaces",
|
|
1676
1737
|
...options,
|
|
@@ -1679,17 +1740,41 @@ var postWorkspaces = (options) => (options.client ?? client).post({
|
|
|
1679
1740
|
...options.headers
|
|
1680
1741
|
}
|
|
1681
1742
|
});
|
|
1743
|
+
var getPaymentMethods = (options) => (options.client ?? client).get({
|
|
1744
|
+
querySerializer: {
|
|
1745
|
+
parameters: {
|
|
1746
|
+
filter: { object: { style: "form" } },
|
|
1747
|
+
page: { object: { style: "form" } },
|
|
1748
|
+
fields: { object: { style: "form" } }
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1752
|
+
url: "/payment-methods",
|
|
1753
|
+
...options
|
|
1754
|
+
});
|
|
1755
|
+
var postPaymentMethods = (options) => (options.client ?? client).post({
|
|
1756
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1757
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1758
|
+
url: "/payment-methods",
|
|
1759
|
+
...options,
|
|
1760
|
+
headers: {
|
|
1761
|
+
"Content-Type": "application/vnd.api+json",
|
|
1762
|
+
...options.headers
|
|
1763
|
+
}
|
|
1764
|
+
});
|
|
1682
1765
|
var getAgentsByIdStats = (options) => (options.client ?? client).get({
|
|
1683
1766
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1684
1767
|
url: "/agents/{id}/stats",
|
|
1685
1768
|
...options
|
|
1686
1769
|
});
|
|
1687
1770
|
var getDocumentsStats = (options) => (options.client ?? client).get({
|
|
1771
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1688
1772
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1689
1773
|
url: "/documents/stats",
|
|
1690
1774
|
...options
|
|
1691
1775
|
});
|
|
1692
1776
|
var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client).patch({
|
|
1777
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1693
1778
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1694
1779
|
url: "/extraction/documents/{id}/dismiss",
|
|
1695
1780
|
...options,
|
|
@@ -1699,6 +1784,7 @@ var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client
|
|
|
1699
1784
|
}
|
|
1700
1785
|
});
|
|
1701
1786
|
var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
1787
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1702
1788
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1703
1789
|
url: "/objects/register",
|
|
1704
1790
|
...options,
|
|
@@ -1708,11 +1794,13 @@ var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
|
1708
1794
|
}
|
|
1709
1795
|
});
|
|
1710
1796
|
var getLlmAnalyticsWorkspace = (options) => (options.client ?? client).get({
|
|
1797
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1711
1798
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1712
1799
|
url: "/llm_analytics/workspace",
|
|
1713
1800
|
...options
|
|
1714
1801
|
});
|
|
1715
1802
|
var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?? client).patch({
|
|
1803
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1716
1804
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1717
1805
|
url: "/extraction/documents/{id}/dismiss-training",
|
|
1718
1806
|
...options,
|
|
@@ -1722,6 +1810,7 @@ var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?
|
|
|
1722
1810
|
}
|
|
1723
1811
|
});
|
|
1724
1812
|
var postAgentVersionComparisons = (options) => (options.client ?? client).post({
|
|
1813
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1725
1814
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1726
1815
|
url: "/agent_version_comparisons",
|
|
1727
1816
|
...options,
|
|
@@ -1731,6 +1820,12 @@ var postAgentVersionComparisons = (options) => (options.client ?? client).post({
|
|
|
1731
1820
|
}
|
|
1732
1821
|
});
|
|
1733
1822
|
var getSearchIndexes = (options) => (options.client ?? client).get({
|
|
1823
|
+
querySerializer: {
|
|
1824
|
+
parameters: {
|
|
1825
|
+
filter: { object: { style: "form" } },
|
|
1826
|
+
fields: { object: { style: "form" } }
|
|
1827
|
+
}
|
|
1828
|
+
},
|
|
1734
1829
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1735
1830
|
url: "/search/indexes",
|
|
1736
1831
|
...options
|
|
@@ -1745,11 +1840,13 @@ var postApplicationsByApplicationIdEmailTemplatesBySlugPreview = (options) => (o
|
|
|
1745
1840
|
}
|
|
1746
1841
|
});
|
|
1747
1842
|
var getCreditPackagesSlugBySlug = (options) => (options.client ?? client).get({
|
|
1843
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1748
1844
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1749
1845
|
url: "/credit-packages/slug/{slug}",
|
|
1750
1846
|
...options
|
|
1751
1847
|
});
|
|
1752
1848
|
var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch({
|
|
1849
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1753
1850
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1754
1851
|
url: "/users/auth/password/change",
|
|
1755
1852
|
...options,
|
|
@@ -1759,6 +1856,7 @@ var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch
|
|
|
1759
1856
|
}
|
|
1760
1857
|
});
|
|
1761
1858
|
var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
1859
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1762
1860
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1763
1861
|
url: "/extraction/batches",
|
|
1764
1862
|
...options,
|
|
@@ -1768,11 +1866,13 @@ var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
|
1768
1866
|
}
|
|
1769
1867
|
});
|
|
1770
1868
|
var getLlmAnalyticsPlatform = (options) => (options.client ?? client).get({
|
|
1869
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1771
1870
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1772
1871
|
url: "/llm_analytics/platform",
|
|
1773
1872
|
...options
|
|
1774
1873
|
});
|
|
1775
1874
|
var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client).patch({
|
|
1875
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1776
1876
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1777
1877
|
url: "/extraction/documents/{id}/exclude",
|
|
1778
1878
|
...options,
|
|
@@ -1782,6 +1882,7 @@ var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client
|
|
|
1782
1882
|
}
|
|
1783
1883
|
});
|
|
1784
1884
|
var postPayments = (options) => (options.client ?? client).post({
|
|
1885
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1785
1886
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1786
1887
|
url: "/payments",
|
|
1787
1888
|
...options,
|
|
@@ -1791,6 +1892,7 @@ var postPayments = (options) => (options.client ?? client).post({
|
|
|
1791
1892
|
}
|
|
1792
1893
|
});
|
|
1793
1894
|
var postAgentsImport = (options) => (options.client ?? client).post({
|
|
1895
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1794
1896
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1795
1897
|
url: "/agents/import",
|
|
1796
1898
|
...options,
|
|
@@ -1800,11 +1902,27 @@ var postAgentsImport = (options) => (options.client ?? client).post({
|
|
|
1800
1902
|
}
|
|
1801
1903
|
});
|
|
1802
1904
|
var getExtractionBatchesWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1905
|
+
querySerializer: {
|
|
1906
|
+
parameters: {
|
|
1907
|
+
filter: { object: { style: "form" } },
|
|
1908
|
+
fields: { object: { style: "form" } }
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1803
1911
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1804
1912
|
url: "/extraction/batches/workspace/{workspace_id}",
|
|
1805
1913
|
...options
|
|
1806
1914
|
});
|
|
1915
|
+
var postAgentVersionsByIdRemoveSystemField = (options) => (options.client ?? client).post({
|
|
1916
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1917
|
+
url: "/agent_versions/{id}/remove_system_field",
|
|
1918
|
+
...options,
|
|
1919
|
+
headers: {
|
|
1920
|
+
"Content-Type": "application/vnd.api+json",
|
|
1921
|
+
...options.headers
|
|
1922
|
+
}
|
|
1923
|
+
});
|
|
1807
1924
|
var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1925
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1808
1926
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1809
1927
|
url: "/api_keys/{id}/revoke",
|
|
1810
1928
|
...options,
|
|
@@ -1814,16 +1932,19 @@ var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1814
1932
|
}
|
|
1815
1933
|
});
|
|
1816
1934
|
var getInvitationsConsumeByToken = (options) => (options.client ?? client).get({
|
|
1935
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1817
1936
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1818
1937
|
url: "/invitations/consume/{token}",
|
|
1819
1938
|
...options
|
|
1820
1939
|
});
|
|
1821
1940
|
var getExtractionDocumentsByIdStatus = (options) => (options.client ?? client).get({
|
|
1941
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1822
1942
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1823
1943
|
url: "/extraction/documents/{id}/status",
|
|
1824
1944
|
...options
|
|
1825
1945
|
});
|
|
1826
1946
|
var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client).patch({
|
|
1947
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1827
1948
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1828
1949
|
url: "/extraction/documents/{id}/status",
|
|
1829
1950
|
...options,
|
|
@@ -1833,6 +1954,7 @@ var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client)
|
|
|
1833
1954
|
}
|
|
1834
1955
|
});
|
|
1835
1956
|
var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? client).patch({
|
|
1957
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1836
1958
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1837
1959
|
url: "/extraction/documents/{id}/finish_upload",
|
|
1838
1960
|
...options,
|
|
@@ -1847,6 +1969,7 @@ var getUsersMeDashboard = (options) => (options.client ?? client).get({
|
|
|
1847
1969
|
...options
|
|
1848
1970
|
});
|
|
1849
1971
|
var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch({
|
|
1972
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1850
1973
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1851
1974
|
url: "/workspaces/{id}/allocate",
|
|
1852
1975
|
...options,
|
|
@@ -1856,6 +1979,7 @@ var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch(
|
|
|
1856
1979
|
}
|
|
1857
1980
|
});
|
|
1858
1981
|
var postThreadsActive = (options) => (options.client ?? client).post({
|
|
1982
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1859
1983
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1860
1984
|
url: "/threads/active",
|
|
1861
1985
|
...options,
|
|
@@ -1865,6 +1989,7 @@ var postThreadsActive = (options) => (options.client ?? client).post({
|
|
|
1865
1989
|
}
|
|
1866
1990
|
});
|
|
1867
1991
|
var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1992
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1868
1993
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1869
1994
|
url: "/invitations/{id}/revoke",
|
|
1870
1995
|
...options,
|
|
@@ -1874,11 +1999,18 @@ var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1874
1999
|
}
|
|
1875
2000
|
});
|
|
1876
2001
|
var getAiGraphNodesLabelByLabel = (options) => (options.client ?? client).get({
|
|
2002
|
+
querySerializer: {
|
|
2003
|
+
parameters: {
|
|
2004
|
+
filter: { object: { style: "form" } },
|
|
2005
|
+
fields: { object: { style: "form" } }
|
|
2006
|
+
}
|
|
2007
|
+
},
|
|
1877
2008
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1878
2009
|
url: "/ai/graph/nodes/label/{label}",
|
|
1879
2010
|
...options
|
|
1880
2011
|
});
|
|
1881
2012
|
var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options) => (options.client ?? client).post({
|
|
2013
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1882
2014
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1883
2015
|
url: "/workspaces/{workspace_id}/extraction/documents/dismiss-all-trained",
|
|
1884
2016
|
...options,
|
|
@@ -1888,11 +2020,19 @@ var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options)
|
|
|
1888
2020
|
}
|
|
1889
2021
|
});
|
|
1890
2022
|
var getConfigs = (options) => (options.client ?? client).get({
|
|
2023
|
+
querySerializer: {
|
|
2024
|
+
parameters: {
|
|
2025
|
+
filter: { object: { style: "form" } },
|
|
2026
|
+
page: { object: { style: "form" } },
|
|
2027
|
+
fields: { object: { style: "form" } }
|
|
2028
|
+
}
|
|
2029
|
+
},
|
|
1891
2030
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1892
2031
|
url: "/configs",
|
|
1893
2032
|
...options
|
|
1894
2033
|
});
|
|
1895
2034
|
var postConfigs = (options) => (options.client ?? client).post({
|
|
2035
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1896
2036
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1897
2037
|
url: "/configs",
|
|
1898
2038
|
...options,
|
|
@@ -1902,6 +2042,7 @@ var postConfigs = (options) => (options.client ?? client).post({
|
|
|
1902
2042
|
}
|
|
1903
2043
|
});
|
|
1904
2044
|
var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
2045
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1905
2046
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1906
2047
|
url: "/wallet/auto-top-up",
|
|
1907
2048
|
...options,
|
|
@@ -1911,6 +2052,7 @@ var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
|
1911
2052
|
}
|
|
1912
2053
|
});
|
|
1913
2054
|
var postTokens = (options) => (options.client ?? client).post({
|
|
2055
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1914
2056
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1915
2057
|
url: "/tokens",
|
|
1916
2058
|
...options,
|
|
@@ -1920,6 +2062,7 @@ var postTokens = (options) => (options.client ?? client).post({
|
|
|
1920
2062
|
}
|
|
1921
2063
|
});
|
|
1922
2064
|
var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
2065
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1923
2066
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1924
2067
|
url: "/api_keys/{id}/set_budget",
|
|
1925
2068
|
...options,
|
|
@@ -1929,16 +2072,19 @@ var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
|
1929
2072
|
}
|
|
1930
2073
|
});
|
|
1931
2074
|
var deleteTrainingExamplesById = (options) => (options.client ?? client).delete({
|
|
2075
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1932
2076
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1933
2077
|
url: "/training_examples/{id}",
|
|
1934
2078
|
...options
|
|
1935
2079
|
});
|
|
1936
2080
|
var getTrainingExamplesById = (options) => (options.client ?? client).get({
|
|
2081
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1937
2082
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1938
2083
|
url: "/training_examples/{id}",
|
|
1939
2084
|
...options
|
|
1940
2085
|
});
|
|
1941
2086
|
var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
2087
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1942
2088
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1943
2089
|
url: "/training_examples/{id}",
|
|
1944
2090
|
...options,
|
|
@@ -1948,11 +2094,13 @@ var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
|
1948
2094
|
}
|
|
1949
2095
|
});
|
|
1950
2096
|
var deleteSearchSavedById = (options) => (options.client ?? client).delete({
|
|
2097
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1951
2098
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1952
2099
|
url: "/search/saved/{id}",
|
|
1953
2100
|
...options
|
|
1954
2101
|
});
|
|
1955
2102
|
var patchSearchSavedById = (options) => (options.client ?? client).patch({
|
|
2103
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1956
2104
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1957
2105
|
url: "/search/saved/{id}",
|
|
1958
2106
|
...options,
|
|
@@ -1962,6 +2110,7 @@ var patchSearchSavedById = (options) => (options.client ?? client).patch({
|
|
|
1962
2110
|
}
|
|
1963
2111
|
});
|
|
1964
2112
|
var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
2113
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1965
2114
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1966
2115
|
url: "/users/{id}/admin/email",
|
|
1967
2116
|
...options,
|
|
@@ -1971,16 +2120,33 @@ var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
|
1971
2120
|
}
|
|
1972
2121
|
});
|
|
1973
2122
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrained = (options) => (options.client ?? client).get({
|
|
2123
|
+
querySerializer: {
|
|
2124
|
+
parameters: {
|
|
2125
|
+
filter: { object: { style: "form" } },
|
|
2126
|
+
page: { object: { style: "form" } },
|
|
2127
|
+
fields: { object: { style: "form" } }
|
|
2128
|
+
}
|
|
2129
|
+
},
|
|
1974
2130
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1975
2131
|
url: "/extraction/documents/workspace/{workspace_id}/trained",
|
|
1976
2132
|
...options
|
|
1977
2133
|
});
|
|
2134
|
+
var postAgentVersionsByIdSetSystemFields = (options) => (options.client ?? client).post({
|
|
2135
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2136
|
+
url: "/agent_versions/{id}/set_system_fields",
|
|
2137
|
+
...options,
|
|
2138
|
+
headers: {
|
|
2139
|
+
"Content-Type": "application/vnd.api+json",
|
|
2140
|
+
...options.headers
|
|
2141
|
+
}
|
|
2142
|
+
});
|
|
1978
2143
|
var getWatcherClaimsStatus = (options) => (options.client ?? client).get({
|
|
1979
2144
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1980
2145
|
url: "/watcher/claims/status",
|
|
1981
2146
|
...options
|
|
1982
2147
|
});
|
|
1983
2148
|
var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch({
|
|
2149
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1984
2150
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1985
2151
|
url: "/users/auth/reset-password",
|
|
1986
2152
|
...options,
|
|
@@ -1990,16 +2156,25 @@ var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch(
|
|
|
1990
2156
|
}
|
|
1991
2157
|
});
|
|
1992
2158
|
var getBucketsByIdStats = (options) => (options.client ?? client).get({
|
|
2159
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1993
2160
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1994
2161
|
url: "/buckets/{id}/stats",
|
|
1995
2162
|
...options
|
|
1996
2163
|
});
|
|
1997
2164
|
var getApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).get({
|
|
2165
|
+
querySerializer: {
|
|
2166
|
+
parameters: {
|
|
2167
|
+
filter: { object: { style: "form" } },
|
|
2168
|
+
page: { object: { style: "form" } },
|
|
2169
|
+
fields: { object: { style: "form" } }
|
|
2170
|
+
}
|
|
2171
|
+
},
|
|
1998
2172
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1999
2173
|
url: "/applications/{application_id}/email-templates",
|
|
2000
2174
|
...options
|
|
2001
2175
|
});
|
|
2002
2176
|
var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).post({
|
|
2177
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2003
2178
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2004
2179
|
url: "/applications/{application_id}/email-templates",
|
|
2005
2180
|
...options,
|
|
@@ -2008,7 +2183,13 @@ var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client
|
|
|
2008
2183
|
...options.headers
|
|
2009
2184
|
}
|
|
2010
2185
|
});
|
|
2186
|
+
var getAgentsUsage = (options) => (options.client ?? client).get({
|
|
2187
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2188
|
+
url: "/agents/usage",
|
|
2189
|
+
...options
|
|
2190
|
+
});
|
|
2011
2191
|
var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? client).patch({
|
|
2192
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2012
2193
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2013
2194
|
url: "/notification_methods/{id}/set_primary",
|
|
2014
2195
|
...options,
|
|
@@ -2018,11 +2199,13 @@ var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? cli
|
|
|
2018
2199
|
}
|
|
2019
2200
|
});
|
|
2020
2201
|
var getBucketsByIdObjects = (options) => (options.client ?? client).get({
|
|
2202
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2021
2203
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2022
2204
|
url: "/buckets/{id}/objects",
|
|
2023
2205
|
...options
|
|
2024
2206
|
});
|
|
2025
2207
|
var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
2208
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2026
2209
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2027
2210
|
url: "/invitations/{id}/resend",
|
|
2028
2211
|
...options,
|
|
@@ -2032,6 +2215,7 @@ var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
|
2032
2215
|
}
|
|
2033
2216
|
});
|
|
2034
2217
|
var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).post({
|
|
2218
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2035
2219
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2036
2220
|
url: "/extraction/schema_discoveries",
|
|
2037
2221
|
...options,
|
|
@@ -2041,11 +2225,18 @@ var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).po
|
|
|
2041
2225
|
}
|
|
2042
2226
|
});
|
|
2043
2227
|
var getSearchSaved = (options) => (options.client ?? client).get({
|
|
2228
|
+
querySerializer: {
|
|
2229
|
+
parameters: {
|
|
2230
|
+
filter: { object: { style: "form" } },
|
|
2231
|
+
fields: { object: { style: "form" } }
|
|
2232
|
+
}
|
|
2233
|
+
},
|
|
2044
2234
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2045
2235
|
url: "/search/saved",
|
|
2046
2236
|
...options
|
|
2047
2237
|
});
|
|
2048
2238
|
var postSearchSaved = (options) => (options.client ?? client).post({
|
|
2239
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2049
2240
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2050
2241
|
url: "/search/saved",
|
|
2051
2242
|
...options,
|
|
@@ -2055,6 +2246,7 @@ var postSearchSaved = (options) => (options.client ?? client).post({
|
|
|
2055
2246
|
}
|
|
2056
2247
|
});
|
|
2057
2248
|
var patchNotificationMethodsByIdSendVerification = (options) => (options.client ?? client).patch({
|
|
2249
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2058
2250
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2059
2251
|
url: "/notification_methods/{id}/send_verification",
|
|
2060
2252
|
...options,
|
|
@@ -2064,41 +2256,59 @@ var patchNotificationMethodsByIdSendVerification = (options) => (options.client
|
|
|
2064
2256
|
}
|
|
2065
2257
|
});
|
|
2066
2258
|
var deleteFieldTemplatesById = (options) => (options.client ?? client).delete({
|
|
2259
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2067
2260
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2068
2261
|
url: "/field_templates/{id}",
|
|
2069
2262
|
...options
|
|
2070
2263
|
});
|
|
2071
2264
|
var getFieldTemplatesById = (options) => (options.client ?? client).get({
|
|
2265
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2072
2266
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2073
2267
|
url: "/field_templates/{id}",
|
|
2074
2268
|
...options
|
|
2075
2269
|
});
|
|
2076
2270
|
var getWorkspacesByWorkspaceIdTrainingAnalytics = (options) => (options.client ?? client).get({
|
|
2271
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2077
2272
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2078
2273
|
url: "/workspaces/{workspace_id}/training/analytics",
|
|
2079
2274
|
...options
|
|
2080
2275
|
});
|
|
2081
2276
|
var getUserProfilesMe = (options) => (options.client ?? client).get({
|
|
2277
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2082
2278
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2083
2279
|
url: "/user_profiles/me",
|
|
2084
2280
|
...options
|
|
2085
2281
|
});
|
|
2086
2282
|
var getExtractionSchemaDiscoveriesById = (options) => (options.client ?? client).get({
|
|
2283
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2087
2284
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2088
2285
|
url: "/extraction/schema_discoveries/{id}",
|
|
2089
2286
|
...options
|
|
2090
2287
|
});
|
|
2091
2288
|
var getApiKeysActive = (options) => (options.client ?? client).get({
|
|
2289
|
+
querySerializer: {
|
|
2290
|
+
parameters: {
|
|
2291
|
+
filter: { object: { style: "form" } },
|
|
2292
|
+
fields: { object: { style: "form" } }
|
|
2293
|
+
}
|
|
2294
|
+
},
|
|
2092
2295
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2093
2296
|
url: "/api_keys/active",
|
|
2094
2297
|
...options
|
|
2095
2298
|
});
|
|
2096
2299
|
var getAgentVersions = (options) => (options.client ?? client).get({
|
|
2300
|
+
querySerializer: {
|
|
2301
|
+
parameters: {
|
|
2302
|
+
filter: { object: { style: "form" } },
|
|
2303
|
+
fields: { object: { style: "form" } }
|
|
2304
|
+
}
|
|
2305
|
+
},
|
|
2097
2306
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2098
2307
|
url: "/agent_versions",
|
|
2099
2308
|
...options
|
|
2100
2309
|
});
|
|
2101
2310
|
var postAgentVersions = (options) => (options.client ?? client).post({
|
|
2311
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2102
2312
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2103
2313
|
url: "/agent_versions",
|
|
2104
2314
|
...options,
|
|
@@ -2108,6 +2318,7 @@ var postAgentVersions = (options) => (options.client ?? client).post({
|
|
|
2108
2318
|
}
|
|
2109
2319
|
});
|
|
2110
2320
|
var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).patch({
|
|
2321
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2111
2322
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2112
2323
|
url: "/invitations/{id}/accept-by-user",
|
|
2113
2324
|
...options,
|
|
@@ -2117,6 +2328,7 @@ var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).p
|
|
|
2117
2328
|
}
|
|
2118
2329
|
});
|
|
2119
2330
|
var getPermissionsMeta = (options) => (options.client ?? client).get({
|
|
2331
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2120
2332
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2121
2333
|
url: "/permissions/meta",
|
|
2122
2334
|
...options
|
|
@@ -2131,21 +2343,30 @@ var postApplicationsByApplicationIdEmailTemplatesBySlugTest = (options) => (opti
|
|
|
2131
2343
|
}
|
|
2132
2344
|
});
|
|
2133
2345
|
var getSearchSuggest = (options) => (options.client ?? client).get({
|
|
2346
|
+
querySerializer: {
|
|
2347
|
+
parameters: {
|
|
2348
|
+
filter: { object: { style: "form" } },
|
|
2349
|
+
fields: { object: { style: "form" } }
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2134
2352
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2135
2353
|
url: "/search/suggest",
|
|
2136
2354
|
...options
|
|
2137
2355
|
});
|
|
2138
2356
|
var deleteWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
2357
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2139
2358
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2140
2359
|
url: "/webhook_configs/{id}",
|
|
2141
2360
|
...options
|
|
2142
2361
|
});
|
|
2143
2362
|
var getWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
2363
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2144
2364
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2145
2365
|
url: "/webhook_configs/{id}",
|
|
2146
2366
|
...options
|
|
2147
2367
|
});
|
|
2148
2368
|
var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
2369
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2149
2370
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2150
2371
|
url: "/webhook_configs/{id}",
|
|
2151
2372
|
...options,
|
|
@@ -2164,6 +2385,7 @@ var postWebhookConfigsBulkEnable = (options) => (options.client ?? client).post(
|
|
|
2164
2385
|
}
|
|
2165
2386
|
});
|
|
2166
2387
|
var postInvitationsAcceptByToken = (options) => (options.client ?? client).post({
|
|
2388
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2167
2389
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2168
2390
|
url: "/invitations/accept_by_token",
|
|
2169
2391
|
...options,
|
|
@@ -2173,16 +2395,19 @@ var postInvitationsAcceptByToken = (options) => (options.client ?? client).post(
|
|
|
2173
2395
|
}
|
|
2174
2396
|
});
|
|
2175
2397
|
var deleteAiMessagesById = (options) => (options.client ?? client).delete({
|
|
2398
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2176
2399
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2177
2400
|
url: "/ai/messages/{id}",
|
|
2178
2401
|
...options
|
|
2179
2402
|
});
|
|
2180
2403
|
var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
|
|
2404
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2181
2405
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2182
2406
|
url: "/extraction/batches/{id}/upload-urls",
|
|
2183
2407
|
...options
|
|
2184
2408
|
});
|
|
2185
2409
|
var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
2410
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2186
2411
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2187
2412
|
url: "/documents/bulk_delete",
|
|
2188
2413
|
...options,
|
|
@@ -2192,16 +2417,19 @@ var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
|
2192
2417
|
}
|
|
2193
2418
|
});
|
|
2194
2419
|
var deleteAgentVersionsById = (options) => (options.client ?? client).delete({
|
|
2420
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2195
2421
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2196
2422
|
url: "/agent_versions/{id}",
|
|
2197
2423
|
...options
|
|
2198
2424
|
});
|
|
2199
2425
|
var getAgentVersionsById = (options) => (options.client ?? client).get({
|
|
2426
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2200
2427
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2201
2428
|
url: "/agent_versions/{id}",
|
|
2202
2429
|
...options
|
|
2203
2430
|
});
|
|
2204
2431
|
var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
2432
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2205
2433
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2206
2434
|
url: "/ai/chunks/search",
|
|
2207
2435
|
...options,
|
|
@@ -2211,11 +2439,13 @@ var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
|
2211
2439
|
}
|
|
2212
2440
|
});
|
|
2213
2441
|
var getThreadsByIdMessages = (options) => (options.client ?? client).get({
|
|
2442
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2214
2443
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2215
2444
|
url: "/threads/{id}/messages",
|
|
2216
2445
|
...options
|
|
2217
2446
|
});
|
|
2218
2447
|
var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
2448
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2219
2449
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2220
2450
|
url: "/threads/{id}/messages",
|
|
2221
2451
|
...options,
|
|
@@ -2225,6 +2455,7 @@ var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
|
2225
2455
|
}
|
|
2226
2456
|
});
|
|
2227
2457
|
var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
2458
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2228
2459
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2229
2460
|
url: "/agents/clone_for_workspace",
|
|
2230
2461
|
...options,
|
|
@@ -2234,6 +2465,7 @@ var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
|
2234
2465
|
}
|
|
2235
2466
|
});
|
|
2236
2467
|
var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
2468
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2237
2469
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2238
2470
|
url: "/invitations/{id}/accept",
|
|
2239
2471
|
...options,
|
|
@@ -2243,21 +2475,25 @@ var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
|
2243
2475
|
}
|
|
2244
2476
|
});
|
|
2245
2477
|
var getCreditPackagesById = (options) => (options.client ?? client).get({
|
|
2478
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2246
2479
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2247
2480
|
url: "/credit-packages/{id}",
|
|
2248
2481
|
...options
|
|
2249
2482
|
});
|
|
2250
2483
|
var deleteUsersById = (options) => (options.client ?? client).delete({
|
|
2484
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2251
2485
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2252
2486
|
url: "/users/{id}",
|
|
2253
2487
|
...options
|
|
2254
2488
|
});
|
|
2255
2489
|
var getUsersById = (options) => (options.client ?? client).get({
|
|
2490
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2256
2491
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2257
2492
|
url: "/users/{id}",
|
|
2258
2493
|
...options
|
|
2259
2494
|
});
|
|
2260
2495
|
var getExtractionResultsById = (options) => (options.client ?? client).get({
|
|
2496
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2261
2497
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2262
2498
|
url: "/extraction/results/{id}",
|
|
2263
2499
|
...options
|
|
@@ -2268,6 +2504,7 @@ var getWebhookDeliveriesStats = (options) => (options.client ?? client).get({
|
|
|
2268
2504
|
...options
|
|
2269
2505
|
});
|
|
2270
2506
|
var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
2507
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2271
2508
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2272
2509
|
url: "/agents/{id}/validate",
|
|
2273
2510
|
...options,
|
|
@@ -2277,6 +2514,7 @@ var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
|
2277
2514
|
}
|
|
2278
2515
|
});
|
|
2279
2516
|
var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
2517
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2280
2518
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2281
2519
|
url: "/webhook_configs/{id}/test",
|
|
2282
2520
|
...options,
|
|
@@ -2286,11 +2524,13 @@ var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
|
2286
2524
|
}
|
|
2287
2525
|
});
|
|
2288
2526
|
var getUsersMe = (options) => (options.client ?? client).get({
|
|
2527
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2289
2528
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2290
2529
|
url: "/users/me",
|
|
2291
2530
|
...options
|
|
2292
2531
|
});
|
|
2293
2532
|
var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
|
|
2533
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2294
2534
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2295
2535
|
url: "/users/auth/register_with_oidc",
|
|
2296
2536
|
...options,
|
|
@@ -2314,6 +2554,7 @@ var postAgentsByIdSchemaVersions = (options) => (options.client ?? client).post(
|
|
|
2314
2554
|
}
|
|
2315
2555
|
});
|
|
2316
2556
|
var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
2557
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2317
2558
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2318
2559
|
url: "/tenants/{id}/credit",
|
|
2319
2560
|
...options,
|
|
@@ -2323,6 +2564,7 @@ var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
|
2323
2564
|
}
|
|
2324
2565
|
});
|
|
2325
2566
|
var getTransactionsById = (options) => (options.client ?? client).get({
|
|
2567
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2326
2568
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2327
2569
|
url: "/transactions/{id}",
|
|
2328
2570
|
...options
|
|
@@ -2333,11 +2575,19 @@ var getUsersMeTenants = (options) => (options.client ?? client).get({
|
|
|
2333
2575
|
...options
|
|
2334
2576
|
});
|
|
2335
2577
|
var getTenantMemberships = (options) => (options.client ?? client).get({
|
|
2578
|
+
querySerializer: {
|
|
2579
|
+
parameters: {
|
|
2580
|
+
filter: { object: { style: "form" } },
|
|
2581
|
+
page: { object: { style: "form" } },
|
|
2582
|
+
fields: { object: { style: "form" } }
|
|
2583
|
+
}
|
|
2584
|
+
},
|
|
2336
2585
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2337
2586
|
url: "/tenant-memberships",
|
|
2338
2587
|
...options
|
|
2339
2588
|
});
|
|
2340
2589
|
var postTenantMemberships = (options) => (options.client ?? client).post({
|
|
2590
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2341
2591
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2342
2592
|
url: "/tenant-memberships",
|
|
2343
2593
|
...options,
|
|
@@ -2356,6 +2606,7 @@ var postTrainingExamplesBulkDelete = (options) => (options.client ?? client).pos
|
|
|
2356
2606
|
}
|
|
2357
2607
|
});
|
|
2358
2608
|
var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client).patch({
|
|
2609
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2359
2610
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2360
2611
|
url: "/extraction/documents/{id}/include",
|
|
2361
2612
|
...options,
|
|
@@ -2365,6 +2616,7 @@ var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client
|
|
|
2365
2616
|
}
|
|
2366
2617
|
});
|
|
2367
2618
|
var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
2619
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2368
2620
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2369
2621
|
url: "/llm_analytics/summary",
|
|
2370
2622
|
...options
|
|
@@ -2380,6 +2632,7 @@ var getUsersMeStats = (options) => (options.client ?? client).get({
|
|
|
2380
2632
|
...options
|
|
2381
2633
|
});
|
|
2382
2634
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
2635
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2383
2636
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2384
2637
|
url: "/storage/sign_download",
|
|
2385
2638
|
...options,
|
|
@@ -2389,31 +2642,37 @@ var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
|
2389
2642
|
}
|
|
2390
2643
|
});
|
|
2391
2644
|
var deleteTrainingSessionsById = (options) => (options.client ?? client).delete({
|
|
2645
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2392
2646
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2393
2647
|
url: "/training_sessions/{id}",
|
|
2394
2648
|
...options
|
|
2395
2649
|
});
|
|
2396
2650
|
var getTrainingSessionsById = (options) => (options.client ?? client).get({
|
|
2651
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2397
2652
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2398
2653
|
url: "/training_sessions/{id}",
|
|
2399
2654
|
...options
|
|
2400
2655
|
});
|
|
2401
2656
|
var getUsersByEmail = (options) => (options.client ?? client).get({
|
|
2657
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2402
2658
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2403
2659
|
url: "/users/by-email",
|
|
2404
2660
|
...options
|
|
2405
2661
|
});
|
|
2406
2662
|
var deleteNotificationMethodsById = (options) => (options.client ?? client).delete({
|
|
2663
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2407
2664
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2408
2665
|
url: "/notification_methods/{id}",
|
|
2409
2666
|
...options
|
|
2410
2667
|
});
|
|
2411
2668
|
var getNotificationMethodsById = (options) => (options.client ?? client).get({
|
|
2669
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2412
2670
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2413
2671
|
url: "/notification_methods/{id}",
|
|
2414
2672
|
...options
|
|
2415
2673
|
});
|
|
2416
2674
|
var patchNotificationMethodsById = (options) => (options.client ?? client).patch({
|
|
2675
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2417
2676
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2418
2677
|
url: "/notification_methods/{id}",
|
|
2419
2678
|
...options,
|
|
@@ -2423,6 +2682,13 @@ var patchNotificationMethodsById = (options) => (options.client ?? client).patch
|
|
|
2423
2682
|
}
|
|
2424
2683
|
});
|
|
2425
2684
|
var getWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
2685
|
+
querySerializer: {
|
|
2686
|
+
parameters: {
|
|
2687
|
+
filter: { object: { style: "form" } },
|
|
2688
|
+
page: { object: { style: "form" } },
|
|
2689
|
+
fields: { object: { style: "form" } }
|
|
2690
|
+
}
|
|
2691
|
+
},
|
|
2426
2692
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2427
2693
|
url: "/webhook_deliveries",
|
|
2428
2694
|
...options
|
|
@@ -2437,16 +2703,29 @@ var postWebhookConfigsBulkDisable = (options) => (options.client ?? client).post
|
|
|
2437
2703
|
}
|
|
2438
2704
|
});
|
|
2439
2705
|
var getSearch = (options) => (options.client ?? client).get({
|
|
2706
|
+
querySerializer: {
|
|
2707
|
+
parameters: {
|
|
2708
|
+
filter: { object: { style: "form" } },
|
|
2709
|
+
fields: { object: { style: "form" } }
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2440
2712
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2441
2713
|
url: "/search",
|
|
2442
2714
|
...options
|
|
2443
2715
|
});
|
|
2444
2716
|
var getInvitations = (options) => (options.client ?? client).get({
|
|
2717
|
+
querySerializer: {
|
|
2718
|
+
parameters: {
|
|
2719
|
+
filter: { object: { style: "form" } },
|
|
2720
|
+
fields: { object: { style: "form" } }
|
|
2721
|
+
}
|
|
2722
|
+
},
|
|
2445
2723
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2446
2724
|
url: "/invitations",
|
|
2447
2725
|
...options
|
|
2448
2726
|
});
|
|
2449
2727
|
var postInvitations = (options) => (options.client ?? client).post({
|
|
2728
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2450
2729
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2451
2730
|
url: "/invitations",
|
|
2452
2731
|
...options,
|
|
@@ -2456,6 +2735,7 @@ var postInvitations = (options) => (options.client ?? client).post({
|
|
|
2456
2735
|
}
|
|
2457
2736
|
});
|
|
2458
2737
|
var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
|
|
2738
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2459
2739
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2460
2740
|
url: "/threads/{id}/archive",
|
|
2461
2741
|
...options,
|
|
@@ -2465,11 +2745,23 @@ var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
|
|
|
2465
2745
|
}
|
|
2466
2746
|
});
|
|
2467
2747
|
var getApiKeysStats = (options) => (options.client ?? client).get({
|
|
2748
|
+
querySerializer: {
|
|
2749
|
+
parameters: {
|
|
2750
|
+
filter: { object: { style: "form" } },
|
|
2751
|
+
fields: { object: { style: "form" } }
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2468
2754
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2469
2755
|
url: "/api_keys/stats",
|
|
2470
2756
|
...options
|
|
2471
2757
|
});
|
|
2472
2758
|
var getSearchSemantic = (options) => (options.client ?? client).get({
|
|
2759
|
+
querySerializer: {
|
|
2760
|
+
parameters: {
|
|
2761
|
+
filter: { object: { style: "form" } },
|
|
2762
|
+
fields: { object: { style: "form" } }
|
|
2763
|
+
}
|
|
2764
|
+
},
|
|
2473
2765
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2474
2766
|
url: "/search/semantic",
|
|
2475
2767
|
...options
|
|
@@ -2480,11 +2772,19 @@ var getThreadsStats = (options) => (options.client ?? client).get({
|
|
|
2480
2772
|
...options
|
|
2481
2773
|
});
|
|
2482
2774
|
var getMessages = (options) => (options.client ?? client).get({
|
|
2775
|
+
querySerializer: {
|
|
2776
|
+
parameters: {
|
|
2777
|
+
filter: { object: { style: "form" } },
|
|
2778
|
+
page: { object: { style: "form" } },
|
|
2779
|
+
fields: { object: { style: "form" } }
|
|
2780
|
+
}
|
|
2781
|
+
},
|
|
2483
2782
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2484
2783
|
url: "/messages",
|
|
2485
2784
|
...options
|
|
2486
2785
|
});
|
|
2487
2786
|
var postMessages = (options) => (options.client ?? client).post({
|
|
2787
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2488
2788
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2489
2789
|
url: "/messages",
|
|
2490
2790
|
...options,
|
|
@@ -2494,11 +2794,19 @@ var postMessages = (options) => (options.client ?? client).post({
|
|
|
2494
2794
|
}
|
|
2495
2795
|
});
|
|
2496
2796
|
var getNotificationPreferences = (options) => (options.client ?? client).get({
|
|
2797
|
+
querySerializer: {
|
|
2798
|
+
parameters: {
|
|
2799
|
+
filter: { object: { style: "form" } },
|
|
2800
|
+
page: { object: { style: "form" } },
|
|
2801
|
+
fields: { object: { style: "form" } }
|
|
2802
|
+
}
|
|
2803
|
+
},
|
|
2497
2804
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2498
2805
|
url: "/notification_preferences",
|
|
2499
2806
|
...options
|
|
2500
2807
|
});
|
|
2501
2808
|
var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
2809
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2502
2810
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2503
2811
|
url: "/notification_preferences",
|
|
2504
2812
|
...options,
|
|
@@ -2508,11 +2816,19 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
|
2508
2816
|
}
|
|
2509
2817
|
});
|
|
2510
2818
|
var getApplications = (options) => (options.client ?? client).get({
|
|
2819
|
+
querySerializer: {
|
|
2820
|
+
parameters: {
|
|
2821
|
+
filter: { object: { style: "form" } },
|
|
2822
|
+
page: { object: { style: "form" } },
|
|
2823
|
+
fields: { object: { style: "form" } }
|
|
2824
|
+
}
|
|
2825
|
+
},
|
|
2511
2826
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2512
2827
|
url: "/applications",
|
|
2513
2828
|
...options
|
|
2514
2829
|
});
|
|
2515
2830
|
var postApplications = (options) => (options.client ?? client).post({
|
|
2831
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2516
2832
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2517
2833
|
url: "/applications",
|
|
2518
2834
|
...options,
|
|
@@ -2522,6 +2838,7 @@ var postApplications = (options) => (options.client ?? client).post({
|
|
|
2522
2838
|
}
|
|
2523
2839
|
});
|
|
2524
2840
|
var patchWatcherClaimsByIdRetry = (options) => (options.client ?? client).patch({
|
|
2841
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2525
2842
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2526
2843
|
url: "/watcher/claims/{id}/retry",
|
|
2527
2844
|
...options,
|
|
@@ -2539,7 +2856,18 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
2539
2856
|
...options.headers
|
|
2540
2857
|
}
|
|
2541
2858
|
});
|
|
2859
|
+
var patchUserProfilesByIdDismissWelcome = (options) => (options.client ?? client).patch({
|
|
2860
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2861
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2862
|
+
url: "/user_profiles/{id}/dismiss-welcome",
|
|
2863
|
+
...options,
|
|
2864
|
+
headers: {
|
|
2865
|
+
"Content-Type": "application/vnd.api+json",
|
|
2866
|
+
...options.headers
|
|
2867
|
+
}
|
|
2868
|
+
});
|
|
2542
2869
|
var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? client).patch({
|
|
2870
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2543
2871
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2544
2872
|
url: "/extraction/documents/{id}/reprocess",
|
|
2545
2873
|
...options,
|
|
@@ -2549,16 +2877,19 @@ var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? clie
|
|
|
2549
2877
|
}
|
|
2550
2878
|
});
|
|
2551
2879
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
2880
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2552
2881
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2553
2882
|
url: "/threads/{id}",
|
|
2554
2883
|
...options
|
|
2555
2884
|
});
|
|
2556
2885
|
var getThreadsById = (options) => (options.client ?? client).get({
|
|
2886
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2557
2887
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2558
2888
|
url: "/threads/{id}",
|
|
2559
2889
|
...options
|
|
2560
2890
|
});
|
|
2561
2891
|
var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
2892
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2562
2893
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2563
2894
|
url: "/threads/{id}",
|
|
2564
2895
|
...options,
|
|
@@ -2568,16 +2899,29 @@ var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
|
2568
2899
|
}
|
|
2569
2900
|
});
|
|
2570
2901
|
var getWorkspacesByIdMembers = (options) => (options.client ?? client).get({
|
|
2902
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2571
2903
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2572
2904
|
url: "/workspaces/{id}/members",
|
|
2573
2905
|
...options
|
|
2574
2906
|
});
|
|
2575
2907
|
var getBucketsAll = (options) => (options.client ?? client).get({
|
|
2908
|
+
querySerializer: {
|
|
2909
|
+
parameters: {
|
|
2910
|
+
filter: { object: { style: "form" } },
|
|
2911
|
+
fields: { object: { style: "form" } }
|
|
2912
|
+
}
|
|
2913
|
+
},
|
|
2576
2914
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2577
2915
|
url: "/buckets/all",
|
|
2578
2916
|
...options
|
|
2579
2917
|
});
|
|
2580
2918
|
var getWatcherClaims = (options) => (options.client ?? client).get({
|
|
2919
|
+
querySerializer: {
|
|
2920
|
+
parameters: {
|
|
2921
|
+
filter: { object: { style: "form" } },
|
|
2922
|
+
fields: { object: { style: "form" } }
|
|
2923
|
+
}
|
|
2924
|
+
},
|
|
2581
2925
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2582
2926
|
url: "/watcher/claims",
|
|
2583
2927
|
...options
|
|
@@ -2592,11 +2936,19 @@ var postWatcherClaims = (options) => (options.client ?? client).post({
|
|
|
2592
2936
|
}
|
|
2593
2937
|
});
|
|
2594
2938
|
var getLlmAnalytics = (options) => (options.client ?? client).get({
|
|
2939
|
+
querySerializer: {
|
|
2940
|
+
parameters: {
|
|
2941
|
+
filter: { object: { style: "form" } },
|
|
2942
|
+
page: { object: { style: "form" } },
|
|
2943
|
+
fields: { object: { style: "form" } }
|
|
2944
|
+
}
|
|
2945
|
+
},
|
|
2595
2946
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2596
2947
|
url: "/llm_analytics",
|
|
2597
2948
|
...options
|
|
2598
2949
|
});
|
|
2599
2950
|
var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
2951
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2600
2952
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2601
2953
|
url: "/llm_analytics",
|
|
2602
2954
|
...options,
|
|
@@ -2611,6 +2963,7 @@ var getStorageStatsTenantByTenantId = (options) => (options.client ?? client).ge
|
|
|
2611
2963
|
...options
|
|
2612
2964
|
});
|
|
2613
2965
|
var postAgentTestResults = (options) => (options.client ?? client).post({
|
|
2966
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2614
2967
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2615
2968
|
url: "/agent_test_results",
|
|
2616
2969
|
...options,
|
|
@@ -2620,6 +2973,7 @@ var postAgentTestResults = (options) => (options.client ?? client).post({
|
|
|
2620
2973
|
}
|
|
2621
2974
|
});
|
|
2622
2975
|
var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch({
|
|
2976
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2623
2977
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2624
2978
|
url: "/users/{id}/reset-password",
|
|
2625
2979
|
...options,
|
|
@@ -2638,6 +2992,7 @@ var postThreadsByIdExport = (options) => (options.client ?? client).post({
|
|
|
2638
2992
|
}
|
|
2639
2993
|
});
|
|
2640
2994
|
var postDocumentsPresignedUpload = (options) => (options.client ?? client).post({
|
|
2995
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2641
2996
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2642
2997
|
url: "/documents/presigned_upload",
|
|
2643
2998
|
...options,
|
|
@@ -2652,11 +3007,13 @@ var getWebhookConfigsByIdEvents = (options) => (options.client ?? client).get({
|
|
|
2652
3007
|
...options
|
|
2653
3008
|
});
|
|
2654
3009
|
var getMessagesSearch = (options) => (options.client ?? client).get({
|
|
3010
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2655
3011
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2656
3012
|
url: "/messages/search",
|
|
2657
3013
|
...options
|
|
2658
3014
|
});
|
|
2659
3015
|
var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
3016
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2660
3017
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2661
3018
|
url: "/agents/{id}/teach",
|
|
2662
3019
|
...options,
|
|
@@ -2666,11 +3023,19 @@ var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
|
2666
3023
|
}
|
|
2667
3024
|
});
|
|
2668
3025
|
var getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue = (options) => (options.client ?? client).get({
|
|
3026
|
+
querySerializer: {
|
|
3027
|
+
parameters: {
|
|
3028
|
+
filter: { object: { style: "form" } },
|
|
3029
|
+
page: { object: { style: "form" } },
|
|
3030
|
+
fields: { object: { style: "form" } }
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
2669
3033
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2670
3034
|
url: "/extraction/documents/workspace/{workspace_id}/review_queue",
|
|
2671
3035
|
...options
|
|
2672
3036
|
});
|
|
2673
3037
|
var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch({
|
|
3038
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2674
3039
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2675
3040
|
url: "/invitations/{id}/decline",
|
|
2676
3041
|
...options,
|
|
@@ -2680,6 +3045,7 @@ var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch(
|
|
|
2680
3045
|
}
|
|
2681
3046
|
});
|
|
2682
3047
|
var postExtractionDocumentsUpload = (options) => (options.client ?? client).post({
|
|
3048
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2683
3049
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2684
3050
|
url: "/extraction/documents/upload",
|
|
2685
3051
|
...options,
|
|
@@ -2689,6 +3055,7 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
|
|
|
2689
3055
|
}
|
|
2690
3056
|
});
|
|
2691
3057
|
var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
|
|
3058
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2692
3059
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2693
3060
|
url: "/extraction/results/{id}/corrections",
|
|
2694
3061
|
...options,
|
|
@@ -2698,6 +3065,7 @@ var patchExtractionResultsByIdCorrections = (options) => (options.client ?? clie
|
|
|
2698
3065
|
}
|
|
2699
3066
|
});
|
|
2700
3067
|
var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client).patch({
|
|
3068
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2701
3069
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2702
3070
|
url: "/notification_methods/{id}/verify",
|
|
2703
3071
|
...options,
|
|
@@ -2707,21 +3075,35 @@ var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client)
|
|
|
2707
3075
|
}
|
|
2708
3076
|
});
|
|
2709
3077
|
var getExtractionResultsDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
3078
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2710
3079
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2711
3080
|
url: "/extraction/results/document/{document_id}",
|
|
2712
3081
|
...options
|
|
2713
3082
|
});
|
|
3083
|
+
var patchUserProfilesByIdDismissAnnouncement = (options) => (options.client ?? client).patch({
|
|
3084
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3085
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3086
|
+
url: "/user_profiles/{id}/dismiss-announcement",
|
|
3087
|
+
...options,
|
|
3088
|
+
headers: {
|
|
3089
|
+
"Content-Type": "application/vnd.api+json",
|
|
3090
|
+
...options.headers
|
|
3091
|
+
}
|
|
3092
|
+
});
|
|
2714
3093
|
var deleteWorkspacesById = (options) => (options.client ?? client).delete({
|
|
3094
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2715
3095
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2716
3096
|
url: "/workspaces/{id}",
|
|
2717
3097
|
...options
|
|
2718
3098
|
});
|
|
2719
3099
|
var getWorkspacesById = (options) => (options.client ?? client).get({
|
|
3100
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2720
3101
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2721
3102
|
url: "/workspaces/{id}",
|
|
2722
3103
|
...options
|
|
2723
3104
|
});
|
|
2724
3105
|
var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
3106
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2725
3107
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2726
3108
|
url: "/workspaces/{id}",
|
|
2727
3109
|
...options,
|
|
@@ -2731,11 +3113,19 @@ var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
|
2731
3113
|
}
|
|
2732
3114
|
});
|
|
2733
3115
|
var getTenants = (options) => (options.client ?? client).get({
|
|
3116
|
+
querySerializer: {
|
|
3117
|
+
parameters: {
|
|
3118
|
+
filter: { object: { style: "form" } },
|
|
3119
|
+
page: { object: { style: "form" } },
|
|
3120
|
+
fields: { object: { style: "form" } }
|
|
3121
|
+
}
|
|
3122
|
+
},
|
|
2734
3123
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2735
3124
|
url: "/tenants",
|
|
2736
3125
|
...options
|
|
2737
3126
|
});
|
|
2738
3127
|
var postTenants = (options) => (options.client ?? client).post({
|
|
3128
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2739
3129
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2740
3130
|
url: "/tenants",
|
|
2741
3131
|
...options,
|
|
@@ -2745,6 +3135,7 @@ var postTenants = (options) => (options.client ?? client).post({
|
|
|
2745
3135
|
}
|
|
2746
3136
|
});
|
|
2747
3137
|
var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post({
|
|
3138
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2748
3139
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2749
3140
|
url: "/tenants/{id}/remove-storage",
|
|
2750
3141
|
...options,
|
|
@@ -2754,11 +3145,19 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
|
|
|
2754
3145
|
}
|
|
2755
3146
|
});
|
|
2756
3147
|
var getWalletInvoices = (options) => (options.client ?? client).get({
|
|
3148
|
+
querySerializer: {
|
|
3149
|
+
parameters: {
|
|
3150
|
+
filter: { object: { style: "form" } },
|
|
3151
|
+
page: { object: { style: "form" } },
|
|
3152
|
+
fields: { object: { style: "form" } }
|
|
3153
|
+
}
|
|
3154
|
+
},
|
|
2757
3155
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2758
3156
|
url: "/wallet/invoices",
|
|
2759
3157
|
...options
|
|
2760
3158
|
});
|
|
2761
3159
|
var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client).patch({
|
|
3160
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2762
3161
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2763
3162
|
url: "/workspaces/{id}/storage-settings",
|
|
2764
3163
|
...options,
|
|
@@ -2768,31 +3167,49 @@ var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client)
|
|
|
2768
3167
|
}
|
|
2769
3168
|
});
|
|
2770
3169
|
var getNotificationLogsById = (options) => (options.client ?? client).get({
|
|
3170
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2771
3171
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2772
3172
|
url: "/notification_logs/{id}",
|
|
2773
3173
|
...options
|
|
2774
3174
|
});
|
|
2775
3175
|
var getExtractionDocumentsByIdView = (options) => (options.client ?? client).get({
|
|
3176
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2776
3177
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2777
3178
|
url: "/extraction/documents/{id}/view",
|
|
2778
3179
|
...options
|
|
2779
3180
|
});
|
|
2780
3181
|
var getWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
3182
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2781
3183
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2782
3184
|
url: "/webhook_deliveries/{id}",
|
|
2783
3185
|
...options
|
|
2784
3186
|
});
|
|
2785
3187
|
var getAuditLogs = (options) => (options.client ?? client).get({
|
|
3188
|
+
querySerializer: {
|
|
3189
|
+
parameters: {
|
|
3190
|
+
filter: { object: { style: "form" } },
|
|
3191
|
+
page: { object: { style: "form" } },
|
|
3192
|
+
fields: { object: { style: "form" } }
|
|
3193
|
+
}
|
|
3194
|
+
},
|
|
2786
3195
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2787
3196
|
url: "/audit-logs",
|
|
2788
3197
|
...options
|
|
2789
3198
|
});
|
|
2790
3199
|
var getAiGraphEdges = (options) => (options.client ?? client).get({
|
|
3200
|
+
querySerializer: {
|
|
3201
|
+
parameters: {
|
|
3202
|
+
filter: { object: { style: "form" } },
|
|
3203
|
+
page: { object: { style: "form" } },
|
|
3204
|
+
fields: { object: { style: "form" } }
|
|
3205
|
+
}
|
|
3206
|
+
},
|
|
2791
3207
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2792
3208
|
url: "/ai/graph/edges",
|
|
2793
3209
|
...options
|
|
2794
3210
|
});
|
|
2795
3211
|
var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
3212
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2796
3213
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2797
3214
|
url: "/ai/graph/edges",
|
|
2798
3215
|
...options,
|
|
@@ -2802,11 +3219,19 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
|
2802
3219
|
}
|
|
2803
3220
|
});
|
|
2804
3221
|
var getTrainingExamples = (options) => (options.client ?? client).get({
|
|
3222
|
+
querySerializer: {
|
|
3223
|
+
parameters: {
|
|
3224
|
+
filter: { object: { style: "form" } },
|
|
3225
|
+
page: { object: { style: "form" } },
|
|
3226
|
+
fields: { object: { style: "form" } }
|
|
3227
|
+
}
|
|
3228
|
+
},
|
|
2805
3229
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2806
3230
|
url: "/training_examples",
|
|
2807
3231
|
...options
|
|
2808
3232
|
});
|
|
2809
3233
|
var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
3234
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2810
3235
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2811
3236
|
url: "/training_examples",
|
|
2812
3237
|
...options,
|
|
@@ -2816,6 +3241,7 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
|
2816
3241
|
}
|
|
2817
3242
|
});
|
|
2818
3243
|
var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
|
|
3244
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2819
3245
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2820
3246
|
url: "/workspaces/{workspace_id}/extraction/exports/{id}",
|
|
2821
3247
|
...options
|
|
@@ -2826,6 +3252,7 @@ var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
|
2826
3252
|
...options
|
|
2827
3253
|
});
|
|
2828
3254
|
var postObjectsCopy = (options) => (options.client ?? client).post({
|
|
3255
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2829
3256
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2830
3257
|
url: "/objects/copy",
|
|
2831
3258
|
...options,
|
|
@@ -2835,11 +3262,18 @@ var postObjectsCopy = (options) => (options.client ?? client).post({
|
|
|
2835
3262
|
}
|
|
2836
3263
|
});
|
|
2837
3264
|
var getBuckets = (options) => (options.client ?? client).get({
|
|
3265
|
+
querySerializer: {
|
|
3266
|
+
parameters: {
|
|
3267
|
+
filter: { object: { style: "form" } },
|
|
3268
|
+
fields: { object: { style: "form" } }
|
|
3269
|
+
}
|
|
3270
|
+
},
|
|
2838
3271
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2839
3272
|
url: "/buckets",
|
|
2840
3273
|
...options
|
|
2841
3274
|
});
|
|
2842
3275
|
var postBuckets = (options) => (options.client ?? client).post({
|
|
3276
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2843
3277
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2844
3278
|
url: "/buckets",
|
|
2845
3279
|
...options,
|
|
@@ -2849,11 +3283,13 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
2849
3283
|
}
|
|
2850
3284
|
});
|
|
2851
3285
|
var getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).get({
|
|
3286
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2852
3287
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2853
3288
|
url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
|
|
2854
3289
|
...options
|
|
2855
3290
|
});
|
|
2856
3291
|
var postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).post({
|
|
3292
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2857
3293
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2858
3294
|
url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
|
|
2859
3295
|
...options,
|
|
@@ -2873,16 +3309,19 @@ var getNotificationLogsStats = (options) => (options.client ?? client).get({
|
|
|
2873
3309
|
...options
|
|
2874
3310
|
});
|
|
2875
3311
|
var getPlansById = (options) => (options.client ?? client).get({
|
|
3312
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2876
3313
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2877
3314
|
url: "/plans/{id}",
|
|
2878
3315
|
...options
|
|
2879
3316
|
});
|
|
2880
3317
|
var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
|
|
3318
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2881
3319
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2882
3320
|
url: "/tenants/{tenant_id}/stats",
|
|
2883
3321
|
...options
|
|
2884
3322
|
});
|
|
2885
3323
|
var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
3324
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2886
3325
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2887
3326
|
url: "/wallet/addons",
|
|
2888
3327
|
...options,
|
|
@@ -2892,6 +3331,7 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
|
2892
3331
|
}
|
|
2893
3332
|
});
|
|
2894
3333
|
var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post({
|
|
3334
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2895
3335
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2896
3336
|
url: "/tenants/{id}/schedule-purge",
|
|
2897
3337
|
...options,
|
|
@@ -2901,11 +3341,13 @@ var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post(
|
|
|
2901
3341
|
}
|
|
2902
3342
|
});
|
|
2903
3343
|
var getMessagesSemanticSearch = (options) => (options.client ?? client).get({
|
|
3344
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2904
3345
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2905
3346
|
url: "/messages/semantic-search",
|
|
2906
3347
|
...options
|
|
2907
3348
|
});
|
|
2908
3349
|
var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
3350
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2909
3351
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2910
3352
|
url: "/users/auth/magic_link/login",
|
|
2911
3353
|
...options,
|
|
@@ -2915,11 +3357,19 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
|
2915
3357
|
}
|
|
2916
3358
|
});
|
|
2917
3359
|
var getApiKeys = (options) => (options.client ?? client).get({
|
|
3360
|
+
querySerializer: {
|
|
3361
|
+
parameters: {
|
|
3362
|
+
filter: { object: { style: "form" } },
|
|
3363
|
+
page: { object: { style: "form" } },
|
|
3364
|
+
fields: { object: { style: "form" } }
|
|
3365
|
+
}
|
|
3366
|
+
},
|
|
2918
3367
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2919
3368
|
url: "/api_keys",
|
|
2920
3369
|
...options
|
|
2921
3370
|
});
|
|
2922
3371
|
var postApiKeys = (options) => (options.client ?? client).post({
|
|
3372
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2923
3373
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2924
3374
|
url: "/api_keys",
|
|
2925
3375
|
...options,
|
|
@@ -2929,6 +3379,7 @@ var postApiKeys = (options) => (options.client ?? client).post({
|
|
|
2929
3379
|
}
|
|
2930
3380
|
});
|
|
2931
3381
|
var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
3382
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2932
3383
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2933
3384
|
url: "/users/{id}/admin",
|
|
2934
3385
|
...options,
|
|
@@ -2947,16 +3398,19 @@ var postObjectsMove = (options) => (options.client ?? client).post({
|
|
|
2947
3398
|
}
|
|
2948
3399
|
});
|
|
2949
3400
|
var deleteAgentsById = (options) => (options.client ?? client).delete({
|
|
3401
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2950
3402
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2951
3403
|
url: "/agents/{id}",
|
|
2952
3404
|
...options
|
|
2953
3405
|
});
|
|
2954
3406
|
var getAgentsById = (options) => (options.client ?? client).get({
|
|
3407
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2955
3408
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2956
3409
|
url: "/agents/{id}",
|
|
2957
3410
|
...options
|
|
2958
3411
|
});
|
|
2959
3412
|
var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
3413
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2960
3414
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2961
3415
|
url: "/agents/{id}",
|
|
2962
3416
|
...options,
|
|
@@ -2966,6 +3420,7 @@ var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
|
2966
3420
|
}
|
|
2967
3421
|
});
|
|
2968
3422
|
var patchThreadsByIdUnarchive = (options) => (options.client ?? client).patch({
|
|
3423
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2969
3424
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2970
3425
|
url: "/threads/{id}/unarchive",
|
|
2971
3426
|
...options,
|
|
@@ -2974,17 +3429,25 @@ var patchThreadsByIdUnarchive = (options) => (options.client ?? client).patch({
|
|
|
2974
3429
|
...options.headers
|
|
2975
3430
|
}
|
|
2976
3431
|
});
|
|
3432
|
+
var getAgentsByIdUsage = (options) => (options.client ?? client).get({
|
|
3433
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3434
|
+
url: "/agents/{id}/usage",
|
|
3435
|
+
...options
|
|
3436
|
+
});
|
|
2977
3437
|
var deleteApiKeysById = (options) => (options.client ?? client).delete({
|
|
3438
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2978
3439
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2979
3440
|
url: "/api_keys/{id}",
|
|
2980
3441
|
...options
|
|
2981
3442
|
});
|
|
2982
3443
|
var getApiKeysById = (options) => (options.client ?? client).get({
|
|
3444
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2983
3445
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2984
3446
|
url: "/api_keys/{id}",
|
|
2985
3447
|
...options
|
|
2986
3448
|
});
|
|
2987
3449
|
var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
3450
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2988
3451
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2989
3452
|
url: "/api_keys/{id}",
|
|
2990
3453
|
...options,
|
|
@@ -3003,6 +3466,7 @@ var postTrainingExamplesSearch = (options) => (options.client ?? client).post({
|
|
|
3003
3466
|
}
|
|
3004
3467
|
});
|
|
3005
3468
|
var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patch({
|
|
3469
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3006
3470
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3007
3471
|
url: "/watcher/claims/{id}/release",
|
|
3008
3472
|
...options,
|
|
@@ -3012,11 +3476,19 @@ var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patc
|
|
|
3012
3476
|
}
|
|
3013
3477
|
});
|
|
3014
3478
|
var getAiConversations = (options) => (options.client ?? client).get({
|
|
3479
|
+
querySerializer: {
|
|
3480
|
+
parameters: {
|
|
3481
|
+
filter: { object: { style: "form" } },
|
|
3482
|
+
page: { object: { style: "form" } },
|
|
3483
|
+
fields: { object: { style: "form" } }
|
|
3484
|
+
}
|
|
3485
|
+
},
|
|
3015
3486
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3016
3487
|
url: "/ai/conversations",
|
|
3017
3488
|
...options
|
|
3018
3489
|
});
|
|
3019
3490
|
var postAiConversations = (options) => (options.client ?? client).post({
|
|
3491
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3020
3492
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3021
3493
|
url: "/ai/conversations",
|
|
3022
3494
|
...options,
|
|
@@ -3026,6 +3498,7 @@ var postAiConversations = (options) => (options.client ?? client).post({
|
|
|
3026
3498
|
}
|
|
3027
3499
|
});
|
|
3028
3500
|
var postAiSearch = (options) => (options.client ?? client).post({
|
|
3501
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3029
3502
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3030
3503
|
url: "/ai/search",
|
|
3031
3504
|
...options,
|
|
@@ -3035,16 +3508,24 @@ var postAiSearch = (options) => (options.client ?? client).post({
|
|
|
3035
3508
|
}
|
|
3036
3509
|
});
|
|
3037
3510
|
var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
|
|
3511
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3038
3512
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3039
3513
|
url: "/ai/graph/nodes/{id}",
|
|
3040
3514
|
...options
|
|
3041
3515
|
});
|
|
3042
3516
|
var getWorkspacesShared = (options) => (options.client ?? client).get({
|
|
3517
|
+
querySerializer: {
|
|
3518
|
+
parameters: {
|
|
3519
|
+
filter: { object: { style: "form" } },
|
|
3520
|
+
fields: { object: { style: "form" } }
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3043
3523
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3044
3524
|
url: "/workspaces/shared",
|
|
3045
3525
|
...options
|
|
3046
3526
|
});
|
|
3047
3527
|
var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
|
|
3528
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3048
3529
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3049
3530
|
url: "/wallet/addons/{addon_slug}/cancel",
|
|
3050
3531
|
...options,
|
|
@@ -3054,16 +3535,19 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
|
|
|
3054
3535
|
}
|
|
3055
3536
|
});
|
|
3056
3537
|
var deleteApplicationsById = (options) => (options.client ?? client).delete({
|
|
3538
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3057
3539
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3058
3540
|
url: "/applications/{id}",
|
|
3059
3541
|
...options
|
|
3060
3542
|
});
|
|
3061
3543
|
var getApplicationsById = (options) => (options.client ?? client).get({
|
|
3544
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3062
3545
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3063
3546
|
url: "/applications/{id}",
|
|
3064
3547
|
...options
|
|
3065
3548
|
});
|
|
3066
3549
|
var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
3550
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3067
3551
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3068
3552
|
url: "/applications/{id}",
|
|
3069
3553
|
...options,
|
|
@@ -3073,11 +3557,18 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
|
3073
3557
|
}
|
|
3074
3558
|
});
|
|
3075
3559
|
var getSearchHealth = (options) => (options.client ?? client).get({
|
|
3560
|
+
querySerializer: {
|
|
3561
|
+
parameters: {
|
|
3562
|
+
filter: { object: { style: "form" } },
|
|
3563
|
+
fields: { object: { style: "form" } }
|
|
3564
|
+
}
|
|
3565
|
+
},
|
|
3076
3566
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3077
3567
|
url: "/search/health",
|
|
3078
3568
|
...options
|
|
3079
3569
|
});
|
|
3080
3570
|
var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? client).patch({
|
|
3571
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3081
3572
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3082
3573
|
url: "/extraction/documents/{id}/verification",
|
|
3083
3574
|
...options,
|
|
@@ -3087,6 +3578,7 @@ var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? c
|
|
|
3087
3578
|
}
|
|
3088
3579
|
});
|
|
3089
3580
|
var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
3581
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3090
3582
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3091
3583
|
url: "/threads/{id}/fork",
|
|
3092
3584
|
...options,
|
|
@@ -3096,16 +3588,30 @@ var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
|
3096
3588
|
}
|
|
3097
3589
|
});
|
|
3098
3590
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
3591
|
+
querySerializer: {
|
|
3592
|
+
parameters: {
|
|
3593
|
+
filter: { object: { style: "form" } },
|
|
3594
|
+
fields: { object: { style: "form" } }
|
|
3595
|
+
}
|
|
3596
|
+
},
|
|
3099
3597
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3100
3598
|
url: "/transactions",
|
|
3101
3599
|
...options
|
|
3102
3600
|
});
|
|
3103
3601
|
var getUserProfiles = (options) => (options.client ?? client).get({
|
|
3602
|
+
querySerializer: {
|
|
3603
|
+
parameters: {
|
|
3604
|
+
filter: { object: { style: "form" } },
|
|
3605
|
+
page: { object: { style: "form" } },
|
|
3606
|
+
fields: { object: { style: "form" } }
|
|
3607
|
+
}
|
|
3608
|
+
},
|
|
3104
3609
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3105
3610
|
url: "/user_profiles",
|
|
3106
3611
|
...options
|
|
3107
3612
|
});
|
|
3108
3613
|
var postUserProfiles = (options) => (options.client ?? client).post({
|
|
3614
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3109
3615
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3110
3616
|
url: "/user_profiles",
|
|
3111
3617
|
...options,
|
|
@@ -3115,6 +3621,7 @@ var postUserProfiles = (options) => (options.client ?? client).post({
|
|
|
3115
3621
|
}
|
|
3116
3622
|
});
|
|
3117
3623
|
var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
3624
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3118
3625
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3119
3626
|
url: "/users/{id}/confirm-email",
|
|
3120
3627
|
...options,
|
|
@@ -3124,11 +3631,13 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
|
3124
3631
|
}
|
|
3125
3632
|
});
|
|
3126
3633
|
var getThreadsSearch = (options) => (options.client ?? client).get({
|
|
3634
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3127
3635
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3128
3636
|
url: "/threads/search",
|
|
3129
3637
|
...options
|
|
3130
3638
|
});
|
|
3131
3639
|
var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
|
|
3640
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3132
3641
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3133
3642
|
url: "/search/saved/{id}/run",
|
|
3134
3643
|
...options,
|
|
@@ -3138,6 +3647,7 @@ var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
|
|
|
3138
3647
|
}
|
|
3139
3648
|
});
|
|
3140
3649
|
var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
3650
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3141
3651
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3142
3652
|
url: "/wallet/plan",
|
|
3143
3653
|
...options,
|
|
@@ -3147,11 +3657,13 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
|
3147
3657
|
}
|
|
3148
3658
|
});
|
|
3149
3659
|
var getPlansSlugBySlug = (options) => (options.client ?? client).get({
|
|
3660
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3150
3661
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3151
3662
|
url: "/plans/slug/{slug}",
|
|
3152
3663
|
...options
|
|
3153
3664
|
});
|
|
3154
3665
|
var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client).patch({
|
|
3666
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3155
3667
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3156
3668
|
url: "/extraction/documents/{id}/restore",
|
|
3157
3669
|
...options,
|
|
@@ -3161,16 +3673,34 @@ var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client
|
|
|
3161
3673
|
}
|
|
3162
3674
|
});
|
|
3163
3675
|
var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
3676
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3164
3677
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3165
3678
|
url: "/llm_analytics/{id}",
|
|
3166
3679
|
...options
|
|
3167
3680
|
});
|
|
3168
3681
|
var getPermissions = (options) => (options.client ?? client).get({
|
|
3682
|
+
querySerializer: {
|
|
3683
|
+
parameters: {
|
|
3684
|
+
filter: { object: { style: "form" } },
|
|
3685
|
+
fields: { object: { style: "form" } }
|
|
3686
|
+
}
|
|
3687
|
+
},
|
|
3169
3688
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3170
3689
|
url: "/permissions",
|
|
3171
3690
|
...options
|
|
3172
3691
|
});
|
|
3692
|
+
var patchUserProfilesByIdAcceptTos = (options) => (options.client ?? client).patch({
|
|
3693
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3694
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3695
|
+
url: "/user_profiles/{id}/accept-tos",
|
|
3696
|
+
...options,
|
|
3697
|
+
headers: {
|
|
3698
|
+
"Content-Type": "application/vnd.api+json",
|
|
3699
|
+
...options.headers
|
|
3700
|
+
}
|
|
3701
|
+
});
|
|
3173
3702
|
var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? client).patch({
|
|
3703
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3174
3704
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3175
3705
|
url: "/extraction/documents/{id}/mark_trained",
|
|
3176
3706
|
...options,
|
|
@@ -3180,6 +3710,7 @@ var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? cl
|
|
|
3180
3710
|
}
|
|
3181
3711
|
});
|
|
3182
3712
|
var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
|
|
3713
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3183
3714
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3184
3715
|
url: "/applications/{id}/grant-credits",
|
|
3185
3716
|
...options,
|
|
@@ -3189,16 +3720,29 @@ var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).
|
|
|
3189
3720
|
}
|
|
3190
3721
|
});
|
|
3191
3722
|
var getSearchStatus = (options) => (options.client ?? client).get({
|
|
3723
|
+
querySerializer: {
|
|
3724
|
+
parameters: {
|
|
3725
|
+
filter: { object: { style: "form" } },
|
|
3726
|
+
fields: { object: { style: "form" } }
|
|
3727
|
+
}
|
|
3728
|
+
},
|
|
3192
3729
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3193
3730
|
url: "/search/status",
|
|
3194
3731
|
...options
|
|
3195
3732
|
});
|
|
3196
3733
|
var getTenantsByTenantIdWorkspaceStats = (options) => (options.client ?? client).get({
|
|
3734
|
+
querySerializer: {
|
|
3735
|
+
parameters: {
|
|
3736
|
+
filter: { object: { style: "form" } },
|
|
3737
|
+
fields: { object: { style: "form" } }
|
|
3738
|
+
}
|
|
3739
|
+
},
|
|
3197
3740
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3198
3741
|
url: "/tenants/{tenant_id}/workspace_stats",
|
|
3199
3742
|
...options
|
|
3200
3743
|
});
|
|
3201
3744
|
var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
3745
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3202
3746
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3203
3747
|
url: "/api_keys/{id}/allocate",
|
|
3204
3748
|
...options,
|
|
@@ -3208,11 +3752,13 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
|
3208
3752
|
}
|
|
3209
3753
|
});
|
|
3210
3754
|
var getWatcherClaimsById = (options) => (options.client ?? client).get({
|
|
3755
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3211
3756
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3212
3757
|
url: "/watcher/claims/{id}",
|
|
3213
3758
|
...options
|
|
3214
3759
|
});
|
|
3215
3760
|
var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
|
|
3761
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3216
3762
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3217
3763
|
url: "/watcher/claims/{id}",
|
|
3218
3764
|
...options,
|
|
@@ -3222,6 +3768,7 @@ var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
|
|
|
3222
3768
|
}
|
|
3223
3769
|
});
|
|
3224
3770
|
var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
3771
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3225
3772
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3226
3773
|
url: "/users/auth/login",
|
|
3227
3774
|
...options,
|
|
@@ -3231,11 +3778,19 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
|
3231
3778
|
}
|
|
3232
3779
|
});
|
|
3233
3780
|
var getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus = (options) => (options.client ?? client).get({
|
|
3781
|
+
querySerializer: {
|
|
3782
|
+
parameters: {
|
|
3783
|
+
filter: { object: { style: "form" } },
|
|
3784
|
+
page: { object: { style: "form" } },
|
|
3785
|
+
fields: { object: { style: "form" } }
|
|
3786
|
+
}
|
|
3787
|
+
},
|
|
3234
3788
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3235
3789
|
url: "/extraction/documents/workspace/{workspace_id}/by_status/{status}",
|
|
3236
3790
|
...options
|
|
3237
3791
|
});
|
|
3238
3792
|
var postAiEmbed = (options) => (options.client ?? client).post({
|
|
3793
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3239
3794
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3240
3795
|
url: "/ai/embed",
|
|
3241
3796
|
...options,
|
|
@@ -3254,11 +3809,18 @@ var postWebhookConfigsByIdReplay = (options) => (options.client ?? client).post(
|
|
|
3254
3809
|
}
|
|
3255
3810
|
});
|
|
3256
3811
|
var getWorkspacesMine = (options) => (options.client ?? client).get({
|
|
3812
|
+
querySerializer: {
|
|
3813
|
+
parameters: {
|
|
3814
|
+
filter: { object: { style: "form" } },
|
|
3815
|
+
fields: { object: { style: "form" } }
|
|
3816
|
+
}
|
|
3817
|
+
},
|
|
3257
3818
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3258
3819
|
url: "/workspaces/mine",
|
|
3259
3820
|
...options
|
|
3260
3821
|
});
|
|
3261
3822
|
var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
3823
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3262
3824
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3263
3825
|
url: "/tenants/isv",
|
|
3264
3826
|
...options,
|
|
@@ -3268,6 +3830,7 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
|
3268
3830
|
}
|
|
3269
3831
|
});
|
|
3270
3832
|
var postSearchReindex = (options) => (options.client ?? client).post({
|
|
3833
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3271
3834
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3272
3835
|
url: "/search/reindex",
|
|
3273
3836
|
...options,
|
|
@@ -3277,6 +3840,7 @@ var postSearchReindex = (options) => (options.client ?? client).post({
|
|
|
3277
3840
|
}
|
|
3278
3841
|
});
|
|
3279
3842
|
var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
|
|
3843
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3280
3844
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3281
3845
|
url: "/extraction/results/{id}/regenerate",
|
|
3282
3846
|
...options,
|
|
@@ -3286,6 +3850,7 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
|
|
|
3286
3850
|
}
|
|
3287
3851
|
});
|
|
3288
3852
|
var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
3853
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3289
3854
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3290
3855
|
url: "/users/auth/confirm",
|
|
3291
3856
|
...options,
|
|
@@ -3295,11 +3860,18 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
3295
3860
|
}
|
|
3296
3861
|
});
|
|
3297
3862
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
3863
|
+
querySerializer: {
|
|
3864
|
+
parameters: {
|
|
3865
|
+
filter: { object: { style: "form" } },
|
|
3866
|
+
fields: { object: { style: "form" } }
|
|
3867
|
+
}
|
|
3868
|
+
},
|
|
3298
3869
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3299
3870
|
url: "/storage/stats",
|
|
3300
3871
|
...options
|
|
3301
3872
|
});
|
|
3302
3873
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
3874
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3303
3875
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3304
3876
|
url: "/tenants/{id}/buy-storage",
|
|
3305
3877
|
...options,
|
|
@@ -3309,11 +3881,19 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
3309
3881
|
}
|
|
3310
3882
|
});
|
|
3311
3883
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
3884
|
+
querySerializer: {
|
|
3885
|
+
parameters: {
|
|
3886
|
+
filter: { object: { style: "form" } },
|
|
3887
|
+
page: { object: { style: "form" } },
|
|
3888
|
+
fields: { object: { style: "form" } }
|
|
3889
|
+
}
|
|
3890
|
+
},
|
|
3312
3891
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3313
3892
|
url: "/workspace-memberships",
|
|
3314
3893
|
...options
|
|
3315
3894
|
});
|
|
3316
3895
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
3896
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3317
3897
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3318
3898
|
url: "/workspace-memberships",
|
|
3319
3899
|
...options,
|
|
@@ -3323,6 +3903,7 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
3323
3903
|
}
|
|
3324
3904
|
});
|
|
3325
3905
|
var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch({
|
|
3906
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3326
3907
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3327
3908
|
url: "/api_keys/{id}/reset-period",
|
|
3328
3909
|
...options,
|
|
@@ -3332,16 +3913,25 @@ var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch(
|
|
|
3332
3913
|
}
|
|
3333
3914
|
});
|
|
3334
3915
|
var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
|
|
3916
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3335
3917
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3336
3918
|
url: "/tenants/{tenant_id}/document_stats",
|
|
3337
3919
|
...options
|
|
3338
3920
|
});
|
|
3339
3921
|
var getSearchAnalytics = (options) => (options.client ?? client).get({
|
|
3922
|
+
querySerializer: {
|
|
3923
|
+
parameters: {
|
|
3924
|
+
filter: { object: { style: "form" } },
|
|
3925
|
+
page: { object: { style: "form" } },
|
|
3926
|
+
fields: { object: { style: "form" } }
|
|
3927
|
+
}
|
|
3928
|
+
},
|
|
3340
3929
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3341
3930
|
url: "/search/analytics",
|
|
3342
3931
|
...options
|
|
3343
3932
|
});
|
|
3344
3933
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
3934
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3345
3935
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3346
3936
|
url: "/users/auth/magic_link/request",
|
|
3347
3937
|
...options,
|
|
@@ -3351,11 +3941,18 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
3351
3941
|
}
|
|
3352
3942
|
});
|
|
3353
3943
|
var getPermissionsPresetsById = (options) => (options.client ?? client).get({
|
|
3944
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3354
3945
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3355
3946
|
url: "/permissions/presets/{id}",
|
|
3356
3947
|
...options
|
|
3357
3948
|
});
|
|
3358
3949
|
var getPermissionsPresets = (options) => (options.client ?? client).get({
|
|
3950
|
+
querySerializer: {
|
|
3951
|
+
parameters: {
|
|
3952
|
+
filter: { object: { style: "form" } },
|
|
3953
|
+
fields: { object: { style: "form" } }
|
|
3954
|
+
}
|
|
3955
|
+
},
|
|
3359
3956
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3360
3957
|
url: "/permissions/presets",
|
|
3361
3958
|
...options
|
|
@@ -3370,6 +3967,7 @@ var postWebhookDeliveriesBulkRetry = (options) => (options.client ?? client).pos
|
|
|
3370
3967
|
}
|
|
3371
3968
|
});
|
|
3372
3969
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
3970
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3373
3971
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3374
3972
|
url: "/users/auth/register",
|
|
3375
3973
|
...options,
|
|
@@ -3392,17 +3990,42 @@ var postAgentsByIdSchemaVersionsByVersionIdActivate = (options) => (options.clie
|
|
|
3392
3990
|
url: "/agents/{id}/schema_versions/{version_id}/activate",
|
|
3393
3991
|
...options
|
|
3394
3992
|
});
|
|
3993
|
+
var deletePaymentMethodsById = (options) => (options.client ?? client).delete({
|
|
3994
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3995
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3996
|
+
url: "/payment-methods/{id}",
|
|
3997
|
+
...options
|
|
3998
|
+
});
|
|
3999
|
+
var getPaymentMethodsById = (options) => (options.client ?? client).get({
|
|
4000
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4001
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
4002
|
+
url: "/payment-methods/{id}",
|
|
4003
|
+
...options
|
|
4004
|
+
});
|
|
4005
|
+
var patchPaymentMethodsById = (options) => (options.client ?? client).patch({
|
|
4006
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4007
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
4008
|
+
url: "/payment-methods/{id}",
|
|
4009
|
+
...options,
|
|
4010
|
+
headers: {
|
|
4011
|
+
"Content-Type": "application/vnd.api+json",
|
|
4012
|
+
...options.headers
|
|
4013
|
+
}
|
|
4014
|
+
});
|
|
3395
4015
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
4016
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3396
4017
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3397
4018
|
url: "/buckets/{id}",
|
|
3398
4019
|
...options
|
|
3399
4020
|
});
|
|
3400
4021
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
4022
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3401
4023
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3402
4024
|
url: "/buckets/{id}",
|
|
3403
4025
|
...options
|
|
3404
4026
|
});
|
|
3405
4027
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
4028
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3406
4029
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3407
4030
|
url: "/buckets/{id}",
|
|
3408
4031
|
...options,
|
|
@@ -3412,21 +4035,35 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
3412
4035
|
}
|
|
3413
4036
|
});
|
|
3414
4037
|
var getPermissionsById = (options) => (options.client ?? client).get({
|
|
4038
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3415
4039
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3416
4040
|
url: "/permissions/{id}",
|
|
3417
4041
|
...options
|
|
3418
4042
|
});
|
|
3419
4043
|
var getAiGraphNodesBySourceNodeIdRelated = (options) => (options.client ?? client).get({
|
|
4044
|
+
querySerializer: {
|
|
4045
|
+
parameters: {
|
|
4046
|
+
filter: { object: { style: "form" } },
|
|
4047
|
+
fields: { object: { style: "form" } }
|
|
4048
|
+
}
|
|
4049
|
+
},
|
|
3420
4050
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3421
4051
|
url: "/ai/graph/nodes/{source_node_id}/related",
|
|
3422
4052
|
...options
|
|
3423
4053
|
});
|
|
3424
4054
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
4055
|
+
querySerializer: {
|
|
4056
|
+
parameters: {
|
|
4057
|
+
filter: { object: { style: "form" } },
|
|
4058
|
+
fields: { object: { style: "form" } }
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
3425
4061
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3426
4062
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
3427
4063
|
...options
|
|
3428
4064
|
});
|
|
3429
4065
|
var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? client).patch({
|
|
4066
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3430
4067
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3431
4068
|
url: "/applications/{id}/allocate-credits",
|
|
3432
4069
|
...options,
|
|
@@ -3436,16 +4073,30 @@ var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? clien
|
|
|
3436
4073
|
}
|
|
3437
4074
|
});
|
|
3438
4075
|
var getExtractionResultsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
4076
|
+
querySerializer: {
|
|
4077
|
+
parameters: {
|
|
4078
|
+
filter: { object: { style: "form" } },
|
|
4079
|
+
page: { object: { style: "form" } },
|
|
4080
|
+
fields: { object: { style: "form" } }
|
|
4081
|
+
}
|
|
4082
|
+
},
|
|
3439
4083
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3440
4084
|
url: "/extraction/results/workspace/{workspace_id}",
|
|
3441
4085
|
...options
|
|
3442
4086
|
});
|
|
3443
4087
|
var getSearchAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
4088
|
+
querySerializer: {
|
|
4089
|
+
parameters: {
|
|
4090
|
+
filter: { object: { style: "form" } },
|
|
4091
|
+
fields: { object: { style: "form" } }
|
|
4092
|
+
}
|
|
4093
|
+
},
|
|
3444
4094
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3445
4095
|
url: "/search/analytics/summary",
|
|
3446
4096
|
...options
|
|
3447
4097
|
});
|
|
3448
4098
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
4099
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3449
4100
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3450
4101
|
url: "/extraction/documents/begin_upload",
|
|
3451
4102
|
...options,
|
|
@@ -3455,21 +4106,25 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
3455
4106
|
}
|
|
3456
4107
|
});
|
|
3457
4108
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
4109
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3458
4110
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3459
4111
|
url: "/ai/graph/edges/{id}",
|
|
3460
4112
|
...options
|
|
3461
4113
|
});
|
|
3462
4114
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
4115
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3463
4116
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3464
4117
|
url: "/tenants/{id}",
|
|
3465
4118
|
...options
|
|
3466
4119
|
});
|
|
3467
4120
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
4121
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3468
4122
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3469
4123
|
url: "/tenants/{id}",
|
|
3470
4124
|
...options
|
|
3471
4125
|
});
|
|
3472
4126
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
4127
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3473
4128
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3474
4129
|
url: "/tenants/{id}",
|
|
3475
4130
|
...options,
|
|
@@ -3479,11 +4134,19 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
3479
4134
|
}
|
|
3480
4135
|
});
|
|
3481
4136
|
var getPlans = (options) => (options.client ?? client).get({
|
|
4137
|
+
querySerializer: {
|
|
4138
|
+
parameters: {
|
|
4139
|
+
filter: { object: { style: "form" } },
|
|
4140
|
+
page: { object: { style: "form" } },
|
|
4141
|
+
fields: { object: { style: "form" } }
|
|
4142
|
+
}
|
|
4143
|
+
},
|
|
3482
4144
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3483
4145
|
url: "/plans",
|
|
3484
4146
|
...options
|
|
3485
4147
|
});
|
|
3486
4148
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
4149
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3487
4150
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3488
4151
|
url: "/agents/{id}/test",
|
|
3489
4152
|
...options,
|
|
@@ -3492,17 +4155,34 @@ var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
|
3492
4155
|
...options.headers
|
|
3493
4156
|
}
|
|
3494
4157
|
});
|
|
4158
|
+
var postAgentVersionsByIdAddSystemField = (options) => (options.client ?? client).post({
|
|
4159
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
4160
|
+
url: "/agent_versions/{id}/add_system_field",
|
|
4161
|
+
...options,
|
|
4162
|
+
headers: {
|
|
4163
|
+
"Content-Type": "application/vnd.api+json",
|
|
4164
|
+
...options.headers
|
|
4165
|
+
}
|
|
4166
|
+
});
|
|
3495
4167
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
4168
|
+
querySerializer: {
|
|
4169
|
+
parameters: {
|
|
4170
|
+
filter: { object: { style: "form" } },
|
|
4171
|
+
fields: { object: { style: "form" } }
|
|
4172
|
+
}
|
|
4173
|
+
},
|
|
3496
4174
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3497
4175
|
url: "/extraction/documents",
|
|
3498
4176
|
...options
|
|
3499
4177
|
});
|
|
3500
4178
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
4179
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3501
4180
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3502
4181
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
3503
4182
|
...options
|
|
3504
4183
|
});
|
|
3505
4184
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
4185
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3506
4186
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3507
4187
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
3508
4188
|
...options,
|
|
@@ -3512,6 +4192,7 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
3512
4192
|
}
|
|
3513
4193
|
});
|
|
3514
4194
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
4195
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3515
4196
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3516
4197
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
3517
4198
|
...options,
|
|
@@ -3521,11 +4202,18 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
3521
4202
|
}
|
|
3522
4203
|
});
|
|
3523
4204
|
var getAuditLogsActivity = (options) => (options.client ?? client).get({
|
|
4205
|
+
querySerializer: {
|
|
4206
|
+
parameters: {
|
|
4207
|
+
filter: { object: { style: "form" } },
|
|
4208
|
+
fields: { object: { style: "form" } }
|
|
4209
|
+
}
|
|
4210
|
+
},
|
|
3524
4211
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3525
4212
|
url: "/audit-logs/activity",
|
|
3526
4213
|
...options
|
|
3527
4214
|
});
|
|
3528
4215
|
var postUsersAuthResendConfirmation = (options) => (options.client ?? client).post({
|
|
4216
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3529
4217
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3530
4218
|
url: "/users/auth/resend-confirmation",
|
|
3531
4219
|
...options,
|
|
@@ -3534,12 +4222,30 @@ var postUsersAuthResendConfirmation = (options) => (options.client ?? client).po
|
|
|
3534
4222
|
...options.headers
|
|
3535
4223
|
}
|
|
3536
4224
|
});
|
|
4225
|
+
var getWorkspacesAnalyticsBatch = (options) => (options.client ?? client).get({
|
|
4226
|
+
querySerializer: {
|
|
4227
|
+
parameters: {
|
|
4228
|
+
filter: { object: { style: "form" } },
|
|
4229
|
+
fields: { object: { style: "form" } }
|
|
4230
|
+
}
|
|
4231
|
+
},
|
|
4232
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
4233
|
+
url: "/workspaces/analytics-batch",
|
|
4234
|
+
...options
|
|
4235
|
+
});
|
|
3537
4236
|
var getFieldTemplates = (options) => (options.client ?? client).get({
|
|
4237
|
+
querySerializer: {
|
|
4238
|
+
parameters: {
|
|
4239
|
+
filter: { object: { style: "form" } },
|
|
4240
|
+
fields: { object: { style: "form" } }
|
|
4241
|
+
}
|
|
4242
|
+
},
|
|
3538
4243
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3539
4244
|
url: "/field_templates",
|
|
3540
4245
|
...options
|
|
3541
4246
|
});
|
|
3542
4247
|
var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
4248
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3543
4249
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3544
4250
|
url: "/field_templates",
|
|
3545
4251
|
...options,
|
|
@@ -3549,11 +4255,19 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
|
3549
4255
|
}
|
|
3550
4256
|
});
|
|
3551
4257
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
4258
|
+
querySerializer: {
|
|
4259
|
+
parameters: {
|
|
4260
|
+
filter: { object: { style: "form" } },
|
|
4261
|
+
page: { object: { style: "form" } },
|
|
4262
|
+
fields: { object: { style: "form" } }
|
|
4263
|
+
}
|
|
4264
|
+
},
|
|
3552
4265
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3553
4266
|
url: "/ai/messages",
|
|
3554
4267
|
...options
|
|
3555
4268
|
});
|
|
3556
4269
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
4270
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3557
4271
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3558
4272
|
url: "/ai/messages",
|
|
3559
4273
|
...options,
|
|
@@ -3563,6 +4277,13 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
3563
4277
|
}
|
|
3564
4278
|
});
|
|
3565
4279
|
var getWatcherEvents = (options) => (options.client ?? client).get({
|
|
4280
|
+
querySerializer: {
|
|
4281
|
+
parameters: {
|
|
4282
|
+
filter: { object: { style: "form" } },
|
|
4283
|
+
page: { object: { style: "form" } },
|
|
4284
|
+
fields: { object: { style: "form" } }
|
|
4285
|
+
}
|
|
4286
|
+
},
|
|
3566
4287
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3567
4288
|
url: "/watcher/events",
|
|
3568
4289
|
...options
|
|
@@ -3577,6 +4298,7 @@ var postWatcherEvents = (options) => (options.client ?? client).post({
|
|
|
3577
4298
|
}
|
|
3578
4299
|
});
|
|
3579
4300
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
4301
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3580
4302
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3581
4303
|
url: "/storage/sign_upload",
|
|
3582
4304
|
...options,
|
|
@@ -3586,6 +4308,7 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
3586
4308
|
}
|
|
3587
4309
|
});
|
|
3588
4310
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
4311
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3589
4312
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3590
4313
|
url: "/webhook_deliveries/{id}/retry",
|
|
3591
4314
|
...options,
|
|
@@ -3595,11 +4318,19 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
3595
4318
|
}
|
|
3596
4319
|
});
|
|
3597
4320
|
var getNotificationMethods = (options) => (options.client ?? client).get({
|
|
4321
|
+
querySerializer: {
|
|
4322
|
+
parameters: {
|
|
4323
|
+
filter: { object: { style: "form" } },
|
|
4324
|
+
page: { object: { style: "form" } },
|
|
4325
|
+
fields: { object: { style: "form" } }
|
|
4326
|
+
}
|
|
4327
|
+
},
|
|
3598
4328
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3599
4329
|
url: "/notification_methods",
|
|
3600
4330
|
...options
|
|
3601
4331
|
});
|
|
3602
4332
|
var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
4333
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3603
4334
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3604
4335
|
url: "/notification_methods",
|
|
3605
4336
|
...options,
|
|
@@ -3608,7 +4339,14 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
3608
4339
|
...options.headers
|
|
3609
4340
|
}
|
|
3610
4341
|
});
|
|
4342
|
+
var getWalletPlanPreview = (options) => (options.client ?? client).get({
|
|
4343
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4344
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
4345
|
+
url: "/wallet/plan/preview",
|
|
4346
|
+
...options
|
|
4347
|
+
});
|
|
3611
4348
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
4349
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3612
4350
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3613
4351
|
url: "/threads/{id}/summarize",
|
|
3614
4352
|
...options,
|
|
@@ -3618,6 +4356,7 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
3618
4356
|
}
|
|
3619
4357
|
});
|
|
3620
4358
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
4359
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3621
4360
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3622
4361
|
url: "/configs/{key}",
|
|
3623
4362
|
...options,
|
|
@@ -3627,6 +4366,7 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
3627
4366
|
}
|
|
3628
4367
|
});
|
|
3629
4368
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
4369
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3630
4370
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3631
4371
|
url: "/api_keys/{id}/rotate",
|
|
3632
4372
|
...options,
|
|
@@ -3636,6 +4376,7 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
3636
4376
|
}
|
|
3637
4377
|
});
|
|
3638
4378
|
var postExtractionResults = (options) => (options.client ?? client).post({
|
|
4379
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3639
4380
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3640
4381
|
url: "/extraction/results",
|
|
3641
4382
|
...options,
|
|
@@ -3645,6 +4386,7 @@ var postExtractionResults = (options) => (options.client ?? client).post({
|
|
|
3645
4386
|
}
|
|
3646
4387
|
});
|
|
3647
4388
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
4389
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3648
4390
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3649
4391
|
url: "/agents/{id}/clone",
|
|
3650
4392
|
...options,
|
|
@@ -3654,16 +4396,19 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
3654
4396
|
}
|
|
3655
4397
|
});
|
|
3656
4398
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
4399
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3657
4400
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3658
4401
|
url: "/ai/conversations/{id}",
|
|
3659
4402
|
...options
|
|
3660
4403
|
});
|
|
3661
4404
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
4405
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3662
4406
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3663
4407
|
url: "/ai/conversations/{id}",
|
|
3664
4408
|
...options
|
|
3665
4409
|
});
|
|
3666
4410
|
var patchAiConversationsById = (options) => (options.client ?? client).patch({
|
|
4411
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3667
4412
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3668
4413
|
url: "/ai/conversations/{id}",
|
|
3669
4414
|
...options,
|
|
@@ -3673,16 +4418,19 @@ var patchAiConversationsById = (options) => (options.client ?? client).patch({
|
|
|
3673
4418
|
}
|
|
3674
4419
|
});
|
|
3675
4420
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
4421
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3676
4422
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3677
4423
|
url: "/user_profiles/{id}",
|
|
3678
4424
|
...options
|
|
3679
4425
|
});
|
|
3680
4426
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
4427
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3681
4428
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3682
4429
|
url: "/user_profiles/{id}",
|
|
3683
4430
|
...options
|
|
3684
4431
|
});
|
|
3685
4432
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
4433
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3686
4434
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3687
4435
|
url: "/user_profiles/{id}",
|
|
3688
4436
|
...options,
|
|
@@ -3692,6 +4440,12 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
3692
4440
|
}
|
|
3693
4441
|
});
|
|
3694
4442
|
var getInvitationsMe = (options) => (options.client ?? client).get({
|
|
4443
|
+
querySerializer: {
|
|
4444
|
+
parameters: {
|
|
4445
|
+
filter: { object: { style: "form" } },
|
|
4446
|
+
fields: { object: { style: "form" } }
|
|
4447
|
+
}
|
|
4448
|
+
},
|
|
3695
4449
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3696
4450
|
url: "/invitations/me",
|
|
3697
4451
|
...options
|
|
@@ -3706,6 +4460,7 @@ var patchAgentsByIdSchemaVersionsByVersionId = (options) => (options.client ?? c
|
|
|
3706
4460
|
}
|
|
3707
4461
|
});
|
|
3708
4462
|
var postSearchBatch = (options) => (options.client ?? client).post({
|
|
4463
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3709
4464
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3710
4465
|
url: "/search/batch",
|
|
3711
4466
|
...options,
|
|
@@ -3720,26 +4475,43 @@ var getThreadsWorkspaceStats = (options) => (options.client ?? client).get({
|
|
|
3720
4475
|
...options
|
|
3721
4476
|
});
|
|
3722
4477
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
4478
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3723
4479
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3724
4480
|
url: "/objects/{id}",
|
|
3725
4481
|
...options
|
|
3726
4482
|
});
|
|
3727
4483
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
4484
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3728
4485
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3729
4486
|
url: "/objects/{id}",
|
|
3730
4487
|
...options
|
|
3731
4488
|
});
|
|
3732
4489
|
var getExtractionDocumentsWorkspaceByWorkspaceIdExcluded = (options) => (options.client ?? client).get({
|
|
4490
|
+
querySerializer: {
|
|
4491
|
+
parameters: {
|
|
4492
|
+
filter: { object: { style: "form" } },
|
|
4493
|
+
page: { object: { style: "form" } },
|
|
4494
|
+
fields: { object: { style: "form" } }
|
|
4495
|
+
}
|
|
4496
|
+
},
|
|
3733
4497
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3734
4498
|
url: "/extraction/documents/workspace/{workspace_id}/excluded",
|
|
3735
4499
|
...options
|
|
3736
4500
|
});
|
|
3737
4501
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
4502
|
+
querySerializer: {
|
|
4503
|
+
parameters: {
|
|
4504
|
+
filter: { object: { style: "form" } },
|
|
4505
|
+
page: { object: { style: "form" } },
|
|
4506
|
+
fields: { object: { style: "form" } }
|
|
4507
|
+
}
|
|
4508
|
+
},
|
|
3738
4509
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3739
4510
|
url: "/webhook_configs",
|
|
3740
4511
|
...options
|
|
3741
4512
|
});
|
|
3742
4513
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
4514
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3743
4515
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3744
4516
|
url: "/webhook_configs",
|
|
3745
4517
|
...options,
|
|
@@ -3749,6 +4521,7 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
3749
4521
|
}
|
|
3750
4522
|
});
|
|
3751
4523
|
var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
|
|
4524
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3752
4525
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3753
4526
|
url: "/agents/{id}/publish_version",
|
|
3754
4527
|
...options,
|
|
@@ -3758,6 +4531,7 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
|
|
|
3758
4531
|
}
|
|
3759
4532
|
});
|
|
3760
4533
|
var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? client).post({
|
|
4534
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3761
4535
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3762
4536
|
url: "/extraction/documents/bulk-reprocess",
|
|
3763
4537
|
...options,
|
|
@@ -3767,6 +4541,7 @@ var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? clien
|
|
|
3767
4541
|
}
|
|
3768
4542
|
});
|
|
3769
4543
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
4544
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3770
4545
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3771
4546
|
url: "/objects/bulk-destroy",
|
|
3772
4547
|
...options,
|
|
@@ -3776,31 +4551,42 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
3776
4551
|
}
|
|
3777
4552
|
});
|
|
3778
4553
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
4554
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3779
4555
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3780
4556
|
url: "/applications/by-slug/{slug}",
|
|
3781
4557
|
...options
|
|
3782
4558
|
});
|
|
3783
4559
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
4560
|
+
querySerializer: {
|
|
4561
|
+
parameters: {
|
|
4562
|
+
filter: { object: { style: "form" } },
|
|
4563
|
+
fields: { object: { style: "form" } }
|
|
4564
|
+
}
|
|
4565
|
+
},
|
|
3784
4566
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3785
4567
|
url: "/notification_logs",
|
|
3786
4568
|
...options
|
|
3787
4569
|
});
|
|
3788
4570
|
var getWallet = (options) => (options.client ?? client).get({
|
|
4571
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3789
4572
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3790
4573
|
url: "/wallet",
|
|
3791
4574
|
...options
|
|
3792
4575
|
});
|
|
3793
4576
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
4577
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3794
4578
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3795
4579
|
url: "/messages/{id}",
|
|
3796
4580
|
...options
|
|
3797
4581
|
});
|
|
3798
4582
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
4583
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3799
4584
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3800
4585
|
url: "/messages/{id}",
|
|
3801
4586
|
...options
|
|
3802
4587
|
});
|
|
3803
4588
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
4589
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3804
4590
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3805
4591
|
url: "/messages/{id}",
|
|
3806
4592
|
...options,
|
|
@@ -3819,26 +4605,36 @@ var postAgentsByIdDiscoverSchema = (options) => (options.client ?? client).post(
|
|
|
3819
4605
|
}
|
|
3820
4606
|
});
|
|
3821
4607
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
4608
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3822
4609
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3823
4610
|
url: "/llm_analytics/usage",
|
|
3824
4611
|
...options
|
|
3825
4612
|
});
|
|
3826
4613
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
4614
|
+
querySerializer: {
|
|
4615
|
+
parameters: {
|
|
4616
|
+
filter: { object: { style: "form" } },
|
|
4617
|
+
fields: { object: { style: "form" } }
|
|
4618
|
+
}
|
|
4619
|
+
},
|
|
3827
4620
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3828
4621
|
url: "/search/stats",
|
|
3829
4622
|
...options
|
|
3830
4623
|
});
|
|
3831
4624
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
4625
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3832
4626
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3833
4627
|
url: "/notification_preferences/{id}",
|
|
3834
4628
|
...options
|
|
3835
4629
|
});
|
|
3836
4630
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
4631
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3837
4632
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3838
4633
|
url: "/notification_preferences/{id}",
|
|
3839
4634
|
...options
|
|
3840
4635
|
});
|
|
3841
4636
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
4637
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3842
4638
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3843
4639
|
url: "/notification_preferences/{id}",
|
|
3844
4640
|
...options,
|
|
@@ -3848,11 +4644,19 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
3848
4644
|
}
|
|
3849
4645
|
});
|
|
3850
4646
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
4647
|
+
querySerializer: {
|
|
4648
|
+
parameters: {
|
|
4649
|
+
filter: { object: { style: "form" } },
|
|
4650
|
+
page: { object: { style: "form" } },
|
|
4651
|
+
fields: { object: { style: "form" } }
|
|
4652
|
+
}
|
|
4653
|
+
},
|
|
3851
4654
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3852
4655
|
url: "/ai/graph/nodes",
|
|
3853
4656
|
...options
|
|
3854
4657
|
});
|
|
3855
4658
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
4659
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3856
4660
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3857
4661
|
url: "/ai/graph/nodes",
|
|
3858
4662
|
...options,
|
|
@@ -3862,11 +4666,19 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
3862
4666
|
}
|
|
3863
4667
|
});
|
|
3864
4668
|
var getAgents = (options) => (options.client ?? client).get({
|
|
4669
|
+
querySerializer: {
|
|
4670
|
+
parameters: {
|
|
4671
|
+
filter: { object: { style: "form" } },
|
|
4672
|
+
page: { object: { style: "form" } },
|
|
4673
|
+
fields: { object: { style: "form" } }
|
|
4674
|
+
}
|
|
4675
|
+
},
|
|
3865
4676
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3866
4677
|
url: "/agents",
|
|
3867
4678
|
...options
|
|
3868
4679
|
});
|
|
3869
4680
|
var postAgents = (options) => (options.client ?? client).post({
|
|
4681
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3870
4682
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3871
4683
|
url: "/agents",
|
|
3872
4684
|
...options,
|
|
@@ -3876,16 +4688,19 @@ var postAgents = (options) => (options.client ?? client).post({
|
|
|
3876
4688
|
}
|
|
3877
4689
|
});
|
|
3878
4690
|
var deleteApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).delete({
|
|
4691
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3879
4692
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3880
4693
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
3881
4694
|
...options
|
|
3882
4695
|
});
|
|
3883
4696
|
var getApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).get({
|
|
4697
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3884
4698
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3885
4699
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
3886
4700
|
...options
|
|
3887
4701
|
});
|
|
3888
4702
|
var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).patch({
|
|
4703
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3889
4704
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3890
4705
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
3891
4706
|
...options,
|
|
@@ -3894,12 +4709,23 @@ var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options
|
|
|
3894
4709
|
...options.headers
|
|
3895
4710
|
}
|
|
3896
4711
|
});
|
|
4712
|
+
var patchPaymentMethodsByIdDefault = (options) => (options.client ?? client).patch({
|
|
4713
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4714
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
4715
|
+
url: "/payment-methods/{id}/default",
|
|
4716
|
+
...options,
|
|
4717
|
+
headers: {
|
|
4718
|
+
"Content-Type": "application/vnd.api+json",
|
|
4719
|
+
...options.headers
|
|
4720
|
+
}
|
|
4721
|
+
});
|
|
3897
4722
|
var postAgentsByIdExport = (options) => (options.client ?? client).post({
|
|
3898
4723
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3899
4724
|
url: "/agents/{id}/export",
|
|
3900
4725
|
...options
|
|
3901
4726
|
});
|
|
3902
4727
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
4728
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3903
4729
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3904
4730
|
url: "/users/register_isv",
|
|
3905
4731
|
...options,
|
|
@@ -3909,21 +4735,31 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
3909
4735
|
}
|
|
3910
4736
|
});
|
|
3911
4737
|
var deleteExtractionBatchesById = (options) => (options.client ?? client).delete({
|
|
4738
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3912
4739
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3913
4740
|
url: "/extraction/batches/{id}",
|
|
3914
4741
|
...options
|
|
3915
4742
|
});
|
|
3916
4743
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
4744
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3917
4745
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3918
4746
|
url: "/extraction/batches/{id}",
|
|
3919
4747
|
...options
|
|
3920
4748
|
});
|
|
3921
4749
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
4750
|
+
querySerializer: {
|
|
4751
|
+
parameters: {
|
|
4752
|
+
filter: { object: { style: "form" } },
|
|
4753
|
+
page: { object: { style: "form" } },
|
|
4754
|
+
fields: { object: { style: "form" } }
|
|
4755
|
+
}
|
|
4756
|
+
},
|
|
3922
4757
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3923
4758
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
3924
4759
|
...options
|
|
3925
4760
|
});
|
|
3926
4761
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
4762
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3927
4763
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3928
4764
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
3929
4765
|
...options,
|
|
@@ -3933,11 +4769,13 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
3933
4769
|
}
|
|
3934
4770
|
});
|
|
3935
4771
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
4772
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3936
4773
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3937
4774
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
3938
4775
|
...options
|
|
3939
4776
|
});
|
|
3940
4777
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
4778
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3941
4779
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3942
4780
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
3943
4781
|
...options,
|
|
@@ -3947,21 +4785,49 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
3947
4785
|
}
|
|
3948
4786
|
});
|
|
3949
4787
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrashed = (options) => (options.client ?? client).get({
|
|
4788
|
+
querySerializer: {
|
|
4789
|
+
parameters: {
|
|
4790
|
+
filter: { object: { style: "form" } },
|
|
4791
|
+
page: { object: { style: "form" } },
|
|
4792
|
+
fields: { object: { style: "form" } }
|
|
4793
|
+
}
|
|
4794
|
+
},
|
|
3950
4795
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3951
4796
|
url: "/extraction/documents/workspace/{workspace_id}/trashed",
|
|
3952
4797
|
...options
|
|
3953
4798
|
});
|
|
3954
4799
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
4800
|
+
querySerializer: {
|
|
4801
|
+
parameters: {
|
|
4802
|
+
filter: { object: { style: "form" } },
|
|
4803
|
+
page: { object: { style: "form" } },
|
|
4804
|
+
fields: { object: { style: "form" } }
|
|
4805
|
+
}
|
|
4806
|
+
},
|
|
3955
4807
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3956
4808
|
url: "/credit-packages",
|
|
3957
4809
|
...options
|
|
3958
4810
|
});
|
|
3959
4811
|
var getUsers = (options) => (options.client ?? client).get({
|
|
4812
|
+
querySerializer: {
|
|
4813
|
+
parameters: {
|
|
4814
|
+
filter: { object: { style: "form" } },
|
|
4815
|
+
page: { object: { style: "form" } },
|
|
4816
|
+
fields: { object: { style: "form" } }
|
|
4817
|
+
}
|
|
4818
|
+
},
|
|
3960
4819
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3961
4820
|
url: "/users",
|
|
3962
4821
|
...options
|
|
3963
4822
|
});
|
|
3964
4823
|
var getObjects = (options) => (options.client ?? client).get({
|
|
4824
|
+
querySerializer: {
|
|
4825
|
+
parameters: {
|
|
4826
|
+
filter: { object: { style: "form" } },
|
|
4827
|
+
page: { object: { style: "form" } },
|
|
4828
|
+
fields: { object: { style: "form" } }
|
|
4829
|
+
}
|
|
4830
|
+
},
|
|
3965
4831
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3966
4832
|
url: "/objects",
|
|
3967
4833
|
...options
|
|
@@ -4578,6 +5444,7 @@ var index_default = gptCore;
|
|
|
4578
5444
|
deleteNotificationMethodsById,
|
|
4579
5445
|
deleteNotificationPreferencesById,
|
|
4580
5446
|
deleteObjectsById,
|
|
5447
|
+
deletePaymentMethodsById,
|
|
4581
5448
|
deleteSearchSavedById,
|
|
4582
5449
|
deleteTenantMembershipsByTenantIdByUserId,
|
|
4583
5450
|
deleteTenantsById,
|
|
@@ -4597,6 +5464,8 @@ var index_default = gptCore;
|
|
|
4597
5464
|
getAgentsByIdSchemaVersions,
|
|
4598
5465
|
getAgentsByIdStats,
|
|
4599
5466
|
getAgentsByIdTrainingStats,
|
|
5467
|
+
getAgentsByIdUsage,
|
|
5468
|
+
getAgentsUsage,
|
|
4600
5469
|
getAiChunksDocumentByDocumentId,
|
|
4601
5470
|
getAiConversations,
|
|
4602
5471
|
getAiConversationsById,
|
|
@@ -4669,6 +5538,8 @@ var index_default = gptCore;
|
|
|
4669
5538
|
getNotificationPreferencesById,
|
|
4670
5539
|
getObjects,
|
|
4671
5540
|
getObjectsById,
|
|
5541
|
+
getPaymentMethods,
|
|
5542
|
+
getPaymentMethodsById,
|
|
4672
5543
|
getPermissions,
|
|
4673
5544
|
getPermissionsById,
|
|
4674
5545
|
getPermissionsMeta,
|
|
@@ -4720,6 +5591,7 @@ var index_default = gptCore;
|
|
|
4720
5591
|
getUsersMeTenants,
|
|
4721
5592
|
getWallet,
|
|
4722
5593
|
getWalletInvoices,
|
|
5594
|
+
getWalletPlanPreview,
|
|
4723
5595
|
getWatcherClaims,
|
|
4724
5596
|
getWatcherClaimsById,
|
|
4725
5597
|
getWatcherClaimsStatus,
|
|
@@ -4734,6 +5606,7 @@ var index_default = gptCore;
|
|
|
4734
5606
|
getWebhookDeliveriesStats,
|
|
4735
5607
|
getWorkspaceMemberships,
|
|
4736
5608
|
getWorkspaces,
|
|
5609
|
+
getWorkspacesAnalyticsBatch,
|
|
4737
5610
|
getWorkspacesById,
|
|
4738
5611
|
getWorkspacesByIdMembers,
|
|
4739
5612
|
getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping,
|
|
@@ -4785,6 +5658,8 @@ var index_default = gptCore;
|
|
|
4785
5658
|
patchNotificationMethodsByIdSetPrimary,
|
|
4786
5659
|
patchNotificationMethodsByIdVerify,
|
|
4787
5660
|
patchNotificationPreferencesById,
|
|
5661
|
+
patchPaymentMethodsById,
|
|
5662
|
+
patchPaymentMethodsByIdDefault,
|
|
4788
5663
|
patchSearchSavedById,
|
|
4789
5664
|
patchTenantMembershipsByTenantIdByUserId,
|
|
4790
5665
|
patchTenantsById,
|
|
@@ -4793,6 +5668,9 @@ var index_default = gptCore;
|
|
|
4793
5668
|
patchThreadsByIdUnarchive,
|
|
4794
5669
|
patchTrainingExamplesById,
|
|
4795
5670
|
patchUserProfilesById,
|
|
5671
|
+
patchUserProfilesByIdAcceptTos,
|
|
5672
|
+
patchUserProfilesByIdDismissAnnouncement,
|
|
5673
|
+
patchUserProfilesByIdDismissWelcome,
|
|
4796
5674
|
patchUsersAuthPasswordChange,
|
|
4797
5675
|
patchUsersAuthResetPassword,
|
|
4798
5676
|
patchUsersByIdAdmin,
|
|
@@ -4816,6 +5694,9 @@ var index_default = gptCore;
|
|
|
4816
5694
|
postAgentTestResults,
|
|
4817
5695
|
postAgentVersionComparisons,
|
|
4818
5696
|
postAgentVersions,
|
|
5697
|
+
postAgentVersionsByIdAddSystemField,
|
|
5698
|
+
postAgentVersionsByIdRemoveSystemField,
|
|
5699
|
+
postAgentVersionsByIdSetSystemFields,
|
|
4819
5700
|
postAgents,
|
|
4820
5701
|
postAgentsByIdClone,
|
|
4821
5702
|
postAgentsByIdDiscoverSchema,
|
|
@@ -4863,6 +5744,7 @@ var index_default = gptCore;
|
|
|
4863
5744
|
postObjectsCopy,
|
|
4864
5745
|
postObjectsMove,
|
|
4865
5746
|
postObjectsRegister,
|
|
5747
|
+
postPaymentMethods,
|
|
4866
5748
|
postPayments,
|
|
4867
5749
|
postSearchBatch,
|
|
4868
5750
|
postSearchReindex,
|