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