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