@gpt-core/client 0.9.21 → 0.9.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +13818 -1666
- package/dist/index.d.ts +13818 -1666
- package/dist/index.js +56 -745
- package/dist/index.mjs +50 -745
- package/llms.txt +9 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -83,9 +83,12 @@ __export(index_exports, {
|
|
|
83
83
|
deleteWebhookConfigsById: () => deleteWebhookConfigsById,
|
|
84
84
|
deleteWorkspaceMembershipsByWorkspaceIdByUserId: () => deleteWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
85
85
|
deleteWorkspacesById: () => deleteWorkspacesById,
|
|
86
|
+
getAgentVersionRevisions: () => getAgentVersionRevisions,
|
|
87
|
+
getAgentVersionRevisionsById: () => getAgentVersionRevisionsById,
|
|
86
88
|
getAgentVersions: () => getAgentVersions,
|
|
87
89
|
getAgentVersionsById: () => getAgentVersionsById,
|
|
88
90
|
getAgentVersionsByIdMetrics: () => getAgentVersionsByIdMetrics,
|
|
91
|
+
getAgentVersionsByIdRevisions: () => getAgentVersionsByIdRevisions,
|
|
89
92
|
getAgents: () => getAgents,
|
|
90
93
|
getAgentsById: () => getAgentsById,
|
|
91
94
|
getAgentsByIdSchemaVersions: () => getAgentsByIdSchemaVersions,
|
|
@@ -224,6 +227,7 @@ __export(index_exports, {
|
|
|
224
227
|
getWalletPlanPreview: () => getWalletPlanPreview,
|
|
225
228
|
getWatcherClaims: () => getWatcherClaims,
|
|
226
229
|
getWatcherClaimsById: () => getWatcherClaimsById,
|
|
230
|
+
getWatcherClaimsHistory: () => getWatcherClaimsHistory,
|
|
227
231
|
getWatcherClaimsStatus: () => getWatcherClaimsStatus,
|
|
228
232
|
getWatcherEvents: () => getWatcherEvents,
|
|
229
233
|
getWatcherEventsById: () => getWatcherEventsById,
|
|
@@ -322,6 +326,7 @@ __export(index_exports, {
|
|
|
322
326
|
patchWorkspaceMembershipsByWorkspaceIdByUserId: () => patchWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
323
327
|
patchWorkspacesById: () => patchWorkspacesById,
|
|
324
328
|
patchWorkspacesByIdAllocate: () => patchWorkspacesByIdAllocate,
|
|
329
|
+
patchWorkspacesByIdPopulateHashes: () => patchWorkspacesByIdPopulateHashes,
|
|
325
330
|
patchWorkspacesByIdStorageSettings: () => patchWorkspacesByIdStorageSettings,
|
|
326
331
|
postAgentTestResults: () => postAgentTestResults,
|
|
327
332
|
postAgentVersionComparisons: () => postAgentVersionComparisons,
|
|
@@ -363,6 +368,7 @@ __export(index_exports, {
|
|
|
363
368
|
postExtractionConfigEnums: () => postExtractionConfigEnums,
|
|
364
369
|
postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
|
|
365
370
|
postExtractionDocumentsBulkReprocess: () => postExtractionDocumentsBulkReprocess,
|
|
371
|
+
postExtractionDocumentsFindOrBeginUpload: () => postExtractionDocumentsFindOrBeginUpload,
|
|
366
372
|
postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
|
|
367
373
|
postExtractionSchemaDiscoveries: () => postExtractionSchemaDiscoveries,
|
|
368
374
|
postFieldTemplates: () => postFieldTemplates,
|
|
@@ -468,9 +474,12 @@ __export(sdk_gen_exports, {
|
|
|
468
474
|
deleteWebhookConfigsById: () => deleteWebhookConfigsById,
|
|
469
475
|
deleteWorkspaceMembershipsByWorkspaceIdByUserId: () => deleteWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
470
476
|
deleteWorkspacesById: () => deleteWorkspacesById,
|
|
477
|
+
getAgentVersionRevisions: () => getAgentVersionRevisions,
|
|
478
|
+
getAgentVersionRevisionsById: () => getAgentVersionRevisionsById,
|
|
471
479
|
getAgentVersions: () => getAgentVersions,
|
|
472
480
|
getAgentVersionsById: () => getAgentVersionsById,
|
|
473
481
|
getAgentVersionsByIdMetrics: () => getAgentVersionsByIdMetrics,
|
|
482
|
+
getAgentVersionsByIdRevisions: () => getAgentVersionsByIdRevisions,
|
|
474
483
|
getAgents: () => getAgents,
|
|
475
484
|
getAgentsById: () => getAgentsById,
|
|
476
485
|
getAgentsByIdSchemaVersions: () => getAgentsByIdSchemaVersions,
|
|
@@ -609,6 +618,7 @@ __export(sdk_gen_exports, {
|
|
|
609
618
|
getWalletPlanPreview: () => getWalletPlanPreview,
|
|
610
619
|
getWatcherClaims: () => getWatcherClaims,
|
|
611
620
|
getWatcherClaimsById: () => getWatcherClaimsById,
|
|
621
|
+
getWatcherClaimsHistory: () => getWatcherClaimsHistory,
|
|
612
622
|
getWatcherClaimsStatus: () => getWatcherClaimsStatus,
|
|
613
623
|
getWatcherEvents: () => getWatcherEvents,
|
|
614
624
|
getWatcherEventsById: () => getWatcherEventsById,
|
|
@@ -703,6 +713,7 @@ __export(sdk_gen_exports, {
|
|
|
703
713
|
patchWorkspaceMembershipsByWorkspaceIdByUserId: () => patchWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
704
714
|
patchWorkspacesById: () => patchWorkspacesById,
|
|
705
715
|
patchWorkspacesByIdAllocate: () => patchWorkspacesByIdAllocate,
|
|
716
|
+
patchWorkspacesByIdPopulateHashes: () => patchWorkspacesByIdPopulateHashes,
|
|
706
717
|
patchWorkspacesByIdStorageSettings: () => patchWorkspacesByIdStorageSettings,
|
|
707
718
|
postAgentTestResults: () => postAgentTestResults,
|
|
708
719
|
postAgentVersionComparisons: () => postAgentVersionComparisons,
|
|
@@ -744,6 +755,7 @@ __export(sdk_gen_exports, {
|
|
|
744
755
|
postExtractionConfigEnums: () => postExtractionConfigEnums,
|
|
745
756
|
postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
|
|
746
757
|
postExtractionDocumentsBulkReprocess: () => postExtractionDocumentsBulkReprocess,
|
|
758
|
+
postExtractionDocumentsFindOrBeginUpload: () => postExtractionDocumentsFindOrBeginUpload,
|
|
747
759
|
postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
|
|
748
760
|
postExtractionSchemaDiscoveries: () => postExtractionSchemaDiscoveries,
|
|
749
761
|
postFieldTemplates: () => postFieldTemplates,
|
|
@@ -1631,7 +1643,6 @@ var client = createClient(
|
|
|
1631
1643
|
|
|
1632
1644
|
// src/_internal/sdk.gen.ts
|
|
1633
1645
|
var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
1634
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1635
1646
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1636
1647
|
url: "/ai/search/advanced",
|
|
1637
1648
|
...options,
|
|
@@ -1641,31 +1652,21 @@ var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
|
1641
1652
|
}
|
|
1642
1653
|
});
|
|
1643
1654
|
var deleteExtractionDocumentsById = (options) => (options.client ?? client).delete({
|
|
1644
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1645
1655
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1646
1656
|
url: "/extraction/documents/{id}",
|
|
1647
1657
|
...options
|
|
1648
1658
|
});
|
|
1649
1659
|
var getExtractionDocumentsById = (options) => (options.client ?? client).get({
|
|
1650
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1651
1660
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1652
1661
|
url: "/extraction/documents/{id}",
|
|
1653
1662
|
...options
|
|
1654
1663
|
});
|
|
1655
1664
|
var getThreads = (options) => (options.client ?? client).get({
|
|
1656
|
-
querySerializer: {
|
|
1657
|
-
parameters: {
|
|
1658
|
-
filter: { object: { style: "form" } },
|
|
1659
|
-
page: { object: { style: "form" } },
|
|
1660
|
-
fields: { object: { style: "form" } }
|
|
1661
|
-
}
|
|
1662
|
-
},
|
|
1663
1665
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1664
1666
|
url: "/threads",
|
|
1665
1667
|
...options
|
|
1666
1668
|
});
|
|
1667
1669
|
var postThreads = (options) => (options.client ?? client).post({
|
|
1668
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1669
1670
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1670
1671
|
url: "/threads",
|
|
1671
1672
|
...options,
|
|
@@ -1675,7 +1676,6 @@ var postThreads = (options) => (options.client ?? client).post({
|
|
|
1675
1676
|
}
|
|
1676
1677
|
});
|
|
1677
1678
|
var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client).patch({
|
|
1678
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1679
1679
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1680
1680
|
url: "/extraction/documents/{id}/cancel",
|
|
1681
1681
|
...options,
|
|
@@ -1685,19 +1685,16 @@ var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client)
|
|
|
1685
1685
|
}
|
|
1686
1686
|
});
|
|
1687
1687
|
var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
1688
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1689
1688
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1690
1689
|
url: "/llm_analytics/costs",
|
|
1691
1690
|
...options
|
|
1692
1691
|
});
|
|
1693
1692
|
var getExtractionConfigEnumsById = (options) => (options.client ?? client).get({
|
|
1694
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1695
1693
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1696
1694
|
url: "/extraction/config-enums/{id}",
|
|
1697
1695
|
...options
|
|
1698
1696
|
});
|
|
1699
1697
|
var patchExtractionConfigEnumsById = (options) => (options.client ?? client).patch({
|
|
1700
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1701
1698
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1702
1699
|
url: "/extraction/config-enums/{id}",
|
|
1703
1700
|
...options,
|
|
@@ -1707,30 +1704,21 @@ var patchExtractionConfigEnumsById = (options) => (options.client ?? client).pat
|
|
|
1707
1704
|
}
|
|
1708
1705
|
});
|
|
1709
1706
|
var getTrainingSessionsAgentsByAgentIdSessions = (options) => (options.client ?? client).get({
|
|
1710
|
-
querySerializer: {
|
|
1711
|
-
parameters: {
|
|
1712
|
-
filter: { object: { style: "form" } },
|
|
1713
|
-
fields: { object: { style: "form" } }
|
|
1714
|
-
}
|
|
1715
|
-
},
|
|
1716
1707
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1717
1708
|
url: "/training_sessions/agents/{agent_id}/sessions",
|
|
1718
1709
|
...options
|
|
1719
1710
|
});
|
|
1720
1711
|
var getWatcherEventsById = (options) => (options.client ?? client).get({
|
|
1721
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1722
1712
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1723
1713
|
url: "/watcher/events/{id}",
|
|
1724
1714
|
...options
|
|
1725
1715
|
});
|
|
1726
1716
|
var getAiChunksDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
1727
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1728
1717
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1729
1718
|
url: "/ai/chunks/document/{document_id}",
|
|
1730
1719
|
...options
|
|
1731
1720
|
});
|
|
1732
1721
|
var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
1733
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1734
1722
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1735
1723
|
url: "/wallet/credits",
|
|
1736
1724
|
...options,
|
|
@@ -1750,18 +1738,11 @@ var getApplicationsCurrent = (options) => (options.client ?? client).get({
|
|
|
1750
1738
|
...options
|
|
1751
1739
|
});
|
|
1752
1740
|
var getWorkspaces = (options) => (options.client ?? client).get({
|
|
1753
|
-
querySerializer: {
|
|
1754
|
-
parameters: {
|
|
1755
|
-
filter: { object: { style: "form" } },
|
|
1756
|
-
fields: { object: { style: "form" } }
|
|
1757
|
-
}
|
|
1758
|
-
},
|
|
1759
1741
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1760
1742
|
url: "/workspaces",
|
|
1761
1743
|
...options
|
|
1762
1744
|
});
|
|
1763
1745
|
var postWorkspaces = (options) => (options.client ?? client).post({
|
|
1764
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1765
1746
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1766
1747
|
url: "/workspaces",
|
|
1767
1748
|
...options,
|
|
@@ -1771,19 +1752,11 @@ var postWorkspaces = (options) => (options.client ?? client).post({
|
|
|
1771
1752
|
}
|
|
1772
1753
|
});
|
|
1773
1754
|
var getPaymentMethods = (options) => (options.client ?? client).get({
|
|
1774
|
-
querySerializer: {
|
|
1775
|
-
parameters: {
|
|
1776
|
-
filter: { object: { style: "form" } },
|
|
1777
|
-
page: { object: { style: "form" } },
|
|
1778
|
-
fields: { object: { style: "form" } }
|
|
1779
|
-
}
|
|
1780
|
-
},
|
|
1781
1755
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1782
1756
|
url: "/payment-methods",
|
|
1783
1757
|
...options
|
|
1784
1758
|
});
|
|
1785
1759
|
var postPaymentMethods = (options) => (options.client ?? client).post({
|
|
1786
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1787
1760
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1788
1761
|
url: "/payment-methods",
|
|
1789
1762
|
...options,
|
|
@@ -1793,19 +1766,16 @@ var postPaymentMethods = (options) => (options.client ?? client).post({
|
|
|
1793
1766
|
}
|
|
1794
1767
|
});
|
|
1795
1768
|
var getAgentsByIdStats = (options) => (options.client ?? client).get({
|
|
1796
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1797
1769
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1798
1770
|
url: "/agents/{id}/stats",
|
|
1799
1771
|
...options
|
|
1800
1772
|
});
|
|
1801
1773
|
var getDocumentsStats = (options) => (options.client ?? client).get({
|
|
1802
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1803
1774
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1804
1775
|
url: "/documents/stats",
|
|
1805
1776
|
...options
|
|
1806
1777
|
});
|
|
1807
1778
|
var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client).patch({
|
|
1808
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1809
1779
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1810
1780
|
url: "/extraction/documents/{id}/dismiss",
|
|
1811
1781
|
...options,
|
|
@@ -1815,7 +1785,6 @@ var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client
|
|
|
1815
1785
|
}
|
|
1816
1786
|
});
|
|
1817
1787
|
var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
1818
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1819
1788
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1820
1789
|
url: "/objects/register",
|
|
1821
1790
|
...options,
|
|
@@ -1825,13 +1794,11 @@ var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
|
1825
1794
|
}
|
|
1826
1795
|
});
|
|
1827
1796
|
var getLlmAnalyticsWorkspace = (options) => (options.client ?? client).get({
|
|
1828
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1829
1797
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1830
1798
|
url: "/llm_analytics/workspace",
|
|
1831
1799
|
...options
|
|
1832
1800
|
});
|
|
1833
1801
|
var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?? client).patch({
|
|
1834
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1835
1802
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1836
1803
|
url: "/extraction/documents/{id}/dismiss-training",
|
|
1837
1804
|
...options,
|
|
@@ -1841,7 +1808,6 @@ var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?
|
|
|
1841
1808
|
}
|
|
1842
1809
|
});
|
|
1843
1810
|
var postAgentVersionComparisons = (options) => (options.client ?? client).post({
|
|
1844
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1845
1811
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1846
1812
|
url: "/agent_version_comparisons",
|
|
1847
1813
|
...options,
|
|
@@ -1851,12 +1817,6 @@ var postAgentVersionComparisons = (options) => (options.client ?? client).post({
|
|
|
1851
1817
|
}
|
|
1852
1818
|
});
|
|
1853
1819
|
var getSearchIndexes = (options) => (options.client ?? client).get({
|
|
1854
|
-
querySerializer: {
|
|
1855
|
-
parameters: {
|
|
1856
|
-
filter: { object: { style: "form" } },
|
|
1857
|
-
fields: { object: { style: "form" } }
|
|
1858
|
-
}
|
|
1859
|
-
},
|
|
1860
1820
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1861
1821
|
url: "/search/indexes",
|
|
1862
1822
|
...options
|
|
@@ -1871,13 +1831,11 @@ var postApplicationsByApplicationIdEmailTemplatesBySlugPreview = (options) => (o
|
|
|
1871
1831
|
}
|
|
1872
1832
|
});
|
|
1873
1833
|
var getCreditPackagesSlugBySlug = (options) => (options.client ?? client).get({
|
|
1874
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1875
1834
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1876
1835
|
url: "/credit-packages/slug/{slug}",
|
|
1877
1836
|
...options
|
|
1878
1837
|
});
|
|
1879
1838
|
var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch({
|
|
1880
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1881
1839
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1882
1840
|
url: "/users/auth/password/change",
|
|
1883
1841
|
...options,
|
|
@@ -1887,7 +1845,6 @@ var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch
|
|
|
1887
1845
|
}
|
|
1888
1846
|
});
|
|
1889
1847
|
var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
1890
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1891
1848
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1892
1849
|
url: "/extraction/batches",
|
|
1893
1850
|
...options,
|
|
@@ -1897,13 +1854,11 @@ var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
|
1897
1854
|
}
|
|
1898
1855
|
});
|
|
1899
1856
|
var getLlmAnalyticsPlatform = (options) => (options.client ?? client).get({
|
|
1900
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1901
1857
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1902
1858
|
url: "/llm_analytics/platform",
|
|
1903
1859
|
...options
|
|
1904
1860
|
});
|
|
1905
1861
|
var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client).patch({
|
|
1906
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1907
1862
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1908
1863
|
url: "/extraction/documents/{id}/exclude",
|
|
1909
1864
|
...options,
|
|
@@ -1913,7 +1868,6 @@ var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client
|
|
|
1913
1868
|
}
|
|
1914
1869
|
});
|
|
1915
1870
|
var postPayments = (options) => (options.client ?? client).post({
|
|
1916
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1917
1871
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1918
1872
|
url: "/payments",
|
|
1919
1873
|
...options,
|
|
@@ -1923,7 +1877,6 @@ var postPayments = (options) => (options.client ?? client).post({
|
|
|
1923
1877
|
}
|
|
1924
1878
|
});
|
|
1925
1879
|
var postAgentsImport = (options) => (options.client ?? client).post({
|
|
1926
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1927
1880
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1928
1881
|
url: "/agents/import",
|
|
1929
1882
|
...options,
|
|
@@ -1933,12 +1886,6 @@ var postAgentsImport = (options) => (options.client ?? client).post({
|
|
|
1933
1886
|
}
|
|
1934
1887
|
});
|
|
1935
1888
|
var getExtractionBatchesWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1936
|
-
querySerializer: {
|
|
1937
|
-
parameters: {
|
|
1938
|
-
filter: { object: { style: "form" } },
|
|
1939
|
-
fields: { object: { style: "form" } }
|
|
1940
|
-
}
|
|
1941
|
-
},
|
|
1942
1889
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1943
1890
|
url: "/extraction/batches/workspace/{workspace_id}",
|
|
1944
1891
|
...options
|
|
@@ -1953,7 +1900,6 @@ var postAgentVersionsByIdRemoveSystemField = (options) => (options.client ?? cli
|
|
|
1953
1900
|
}
|
|
1954
1901
|
});
|
|
1955
1902
|
var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1956
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1957
1903
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1958
1904
|
url: "/api_keys/{id}/revoke",
|
|
1959
1905
|
...options,
|
|
@@ -1963,19 +1909,16 @@ var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1963
1909
|
}
|
|
1964
1910
|
});
|
|
1965
1911
|
var getInvitationsConsumeByToken = (options) => (options.client ?? client).get({
|
|
1966
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1967
1912
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1968
1913
|
url: "/invitations/consume/{token}",
|
|
1969
1914
|
...options
|
|
1970
1915
|
});
|
|
1971
1916
|
var getExtractionDocumentsByIdStatus = (options) => (options.client ?? client).get({
|
|
1972
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1973
1917
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1974
1918
|
url: "/extraction/documents/{id}/status",
|
|
1975
1919
|
...options
|
|
1976
1920
|
});
|
|
1977
1921
|
var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client).patch({
|
|
1978
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1979
1922
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1980
1923
|
url: "/extraction/documents/{id}/status",
|
|
1981
1924
|
...options,
|
|
@@ -1985,7 +1928,6 @@ var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client)
|
|
|
1985
1928
|
}
|
|
1986
1929
|
});
|
|
1987
1930
|
var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? client).patch({
|
|
1988
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1989
1931
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1990
1932
|
url: "/extraction/documents/{id}/finish_upload",
|
|
1991
1933
|
...options,
|
|
@@ -2000,7 +1942,6 @@ var getUsersMeDashboard = (options) => (options.client ?? client).get({
|
|
|
2000
1942
|
...options
|
|
2001
1943
|
});
|
|
2002
1944
|
var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch({
|
|
2003
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2004
1945
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2005
1946
|
url: "/workspaces/{id}/allocate",
|
|
2006
1947
|
...options,
|
|
@@ -2010,7 +1951,6 @@ var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch(
|
|
|
2010
1951
|
}
|
|
2011
1952
|
});
|
|
2012
1953
|
var postThreadsActive = (options) => (options.client ?? client).post({
|
|
2013
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2014
1954
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2015
1955
|
url: "/threads/active",
|
|
2016
1956
|
...options,
|
|
@@ -2020,7 +1960,6 @@ var postThreadsActive = (options) => (options.client ?? client).post({
|
|
|
2020
1960
|
}
|
|
2021
1961
|
});
|
|
2022
1962
|
var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
2023
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2024
1963
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2025
1964
|
url: "/invitations/{id}/revoke",
|
|
2026
1965
|
...options,
|
|
@@ -2030,18 +1969,11 @@ var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
2030
1969
|
}
|
|
2031
1970
|
});
|
|
2032
1971
|
var getAiGraphNodesLabelByLabel = (options) => (options.client ?? client).get({
|
|
2033
|
-
querySerializer: {
|
|
2034
|
-
parameters: {
|
|
2035
|
-
filter: { object: { style: "form" } },
|
|
2036
|
-
fields: { object: { style: "form" } }
|
|
2037
|
-
}
|
|
2038
|
-
},
|
|
2039
1972
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2040
1973
|
url: "/ai/graph/nodes/label/{label}",
|
|
2041
1974
|
...options
|
|
2042
1975
|
});
|
|
2043
1976
|
var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options) => (options.client ?? client).post({
|
|
2044
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2045
1977
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2046
1978
|
url: "/workspaces/{workspace_id}/extraction/documents/dismiss-all-trained",
|
|
2047
1979
|
...options,
|
|
@@ -2051,19 +1983,11 @@ var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options)
|
|
|
2051
1983
|
}
|
|
2052
1984
|
});
|
|
2053
1985
|
var getConfigs = (options) => (options.client ?? client).get({
|
|
2054
|
-
querySerializer: {
|
|
2055
|
-
parameters: {
|
|
2056
|
-
filter: { object: { style: "form" } },
|
|
2057
|
-
page: { object: { style: "form" } },
|
|
2058
|
-
fields: { object: { style: "form" } }
|
|
2059
|
-
}
|
|
2060
|
-
},
|
|
2061
1986
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2062
1987
|
url: "/configs",
|
|
2063
1988
|
...options
|
|
2064
1989
|
});
|
|
2065
1990
|
var postConfigs = (options) => (options.client ?? client).post({
|
|
2066
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2067
1991
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2068
1992
|
url: "/configs",
|
|
2069
1993
|
...options,
|
|
@@ -2073,7 +1997,6 @@ var postConfigs = (options) => (options.client ?? client).post({
|
|
|
2073
1997
|
}
|
|
2074
1998
|
});
|
|
2075
1999
|
var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
2076
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2077
2000
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2078
2001
|
url: "/wallet/auto-top-up",
|
|
2079
2002
|
...options,
|
|
@@ -2083,7 +2006,6 @@ var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
|
2083
2006
|
}
|
|
2084
2007
|
});
|
|
2085
2008
|
var postTokens = (options) => (options.client ?? client).post({
|
|
2086
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2087
2009
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2088
2010
|
url: "/tokens",
|
|
2089
2011
|
...options,
|
|
@@ -2093,7 +2015,6 @@ var postTokens = (options) => (options.client ?? client).post({
|
|
|
2093
2015
|
}
|
|
2094
2016
|
});
|
|
2095
2017
|
var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
2096
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2097
2018
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2098
2019
|
url: "/api_keys/{id}/set_budget",
|
|
2099
2020
|
...options,
|
|
@@ -2103,19 +2024,16 @@ var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
|
2103
2024
|
}
|
|
2104
2025
|
});
|
|
2105
2026
|
var deleteTrainingExamplesById = (options) => (options.client ?? client).delete({
|
|
2106
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2107
2027
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2108
2028
|
url: "/training_examples/{id}",
|
|
2109
2029
|
...options
|
|
2110
2030
|
});
|
|
2111
2031
|
var getTrainingExamplesById = (options) => (options.client ?? client).get({
|
|
2112
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2113
2032
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2114
2033
|
url: "/training_examples/{id}",
|
|
2115
2034
|
...options
|
|
2116
2035
|
});
|
|
2117
2036
|
var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
2118
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2119
2037
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2120
2038
|
url: "/training_examples/{id}",
|
|
2121
2039
|
...options,
|
|
@@ -2125,13 +2043,11 @@ var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
|
2125
2043
|
}
|
|
2126
2044
|
});
|
|
2127
2045
|
var deleteSearchSavedById = (options) => (options.client ?? client).delete({
|
|
2128
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2129
2046
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2130
2047
|
url: "/search/saved/{id}",
|
|
2131
2048
|
...options
|
|
2132
2049
|
});
|
|
2133
2050
|
var patchSearchSavedById = (options) => (options.client ?? client).patch({
|
|
2134
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2135
2051
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2136
2052
|
url: "/search/saved/{id}",
|
|
2137
2053
|
...options,
|
|
@@ -2141,7 +2057,6 @@ var patchSearchSavedById = (options) => (options.client ?? client).patch({
|
|
|
2141
2057
|
}
|
|
2142
2058
|
});
|
|
2143
2059
|
var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
2144
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2145
2060
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2146
2061
|
url: "/users/{id}/admin/email",
|
|
2147
2062
|
...options,
|
|
@@ -2151,13 +2066,6 @@ var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
|
2151
2066
|
}
|
|
2152
2067
|
});
|
|
2153
2068
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrained = (options) => (options.client ?? client).get({
|
|
2154
|
-
querySerializer: {
|
|
2155
|
-
parameters: {
|
|
2156
|
-
filter: { object: { style: "form" } },
|
|
2157
|
-
page: { object: { style: "form" } },
|
|
2158
|
-
fields: { object: { style: "form" } }
|
|
2159
|
-
}
|
|
2160
|
-
},
|
|
2161
2069
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2162
2070
|
url: "/extraction/documents/workspace/{workspace_id}/trained",
|
|
2163
2071
|
...options
|
|
@@ -2177,7 +2085,6 @@ var getWatcherClaimsStatus = (options) => (options.client ?? client).get({
|
|
|
2177
2085
|
...options
|
|
2178
2086
|
});
|
|
2179
2087
|
var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch({
|
|
2180
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2181
2088
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2182
2089
|
url: "/users/auth/reset-password",
|
|
2183
2090
|
...options,
|
|
@@ -2187,25 +2094,16 @@ var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch(
|
|
|
2187
2094
|
}
|
|
2188
2095
|
});
|
|
2189
2096
|
var getBucketsByIdStats = (options) => (options.client ?? client).get({
|
|
2190
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2191
2097
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2192
2098
|
url: "/buckets/{id}/stats",
|
|
2193
2099
|
...options
|
|
2194
2100
|
});
|
|
2195
2101
|
var getApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).get({
|
|
2196
|
-
querySerializer: {
|
|
2197
|
-
parameters: {
|
|
2198
|
-
filter: { object: { style: "form" } },
|
|
2199
|
-
page: { object: { style: "form" } },
|
|
2200
|
-
fields: { object: { style: "form" } }
|
|
2201
|
-
}
|
|
2202
|
-
},
|
|
2203
2102
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2204
2103
|
url: "/applications/{application_id}/email-templates",
|
|
2205
2104
|
...options
|
|
2206
2105
|
});
|
|
2207
2106
|
var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).post({
|
|
2208
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2209
2107
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2210
2108
|
url: "/applications/{application_id}/email-templates",
|
|
2211
2109
|
...options,
|
|
@@ -2215,18 +2113,20 @@ var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client
|
|
|
2215
2113
|
}
|
|
2216
2114
|
});
|
|
2217
2115
|
var getAgentsUsage = (options) => (options.client ?? client).get({
|
|
2218
|
-
querySerializer: {
|
|
2219
|
-
parameters: {
|
|
2220
|
-
filter: { object: { style: "form" } },
|
|
2221
|
-
fields: { object: { style: "form" } }
|
|
2222
|
-
}
|
|
2223
|
-
},
|
|
2224
2116
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2225
2117
|
url: "/agents/usage",
|
|
2226
2118
|
...options
|
|
2227
2119
|
});
|
|
2120
|
+
var patchWorkspacesByIdPopulateHashes = (options) => (options.client ?? client).patch({
|
|
2121
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2122
|
+
url: "/workspaces/{id}/populate-hashes",
|
|
2123
|
+
...options,
|
|
2124
|
+
headers: {
|
|
2125
|
+
"Content-Type": "application/vnd.api+json",
|
|
2126
|
+
...options.headers
|
|
2127
|
+
}
|
|
2128
|
+
});
|
|
2228
2129
|
var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? client).patch({
|
|
2229
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2230
2130
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2231
2131
|
url: "/notification_methods/{id}/set_primary",
|
|
2232
2132
|
...options,
|
|
@@ -2236,13 +2136,11 @@ var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? cli
|
|
|
2236
2136
|
}
|
|
2237
2137
|
});
|
|
2238
2138
|
var getBucketsByIdObjects = (options) => (options.client ?? client).get({
|
|
2239
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2240
2139
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2241
2140
|
url: "/buckets/{id}/objects",
|
|
2242
2141
|
...options
|
|
2243
2142
|
});
|
|
2244
2143
|
var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
2245
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2246
2144
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2247
2145
|
url: "/invitations/{id}/resend",
|
|
2248
2146
|
...options,
|
|
@@ -2252,7 +2150,6 @@ var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
|
2252
2150
|
}
|
|
2253
2151
|
});
|
|
2254
2152
|
var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).post({
|
|
2255
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2256
2153
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2257
2154
|
url: "/extraction/schema_discoveries",
|
|
2258
2155
|
...options,
|
|
@@ -2262,18 +2159,11 @@ var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).po
|
|
|
2262
2159
|
}
|
|
2263
2160
|
});
|
|
2264
2161
|
var getSearchSaved = (options) => (options.client ?? client).get({
|
|
2265
|
-
querySerializer: {
|
|
2266
|
-
parameters: {
|
|
2267
|
-
filter: { object: { style: "form" } },
|
|
2268
|
-
fields: { object: { style: "form" } }
|
|
2269
|
-
}
|
|
2270
|
-
},
|
|
2271
2162
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2272
2163
|
url: "/search/saved",
|
|
2273
2164
|
...options
|
|
2274
2165
|
});
|
|
2275
2166
|
var postSearchSaved = (options) => (options.client ?? client).post({
|
|
2276
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2277
2167
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2278
2168
|
url: "/search/saved",
|
|
2279
2169
|
...options,
|
|
@@ -2283,7 +2173,6 @@ var postSearchSaved = (options) => (options.client ?? client).post({
|
|
|
2283
2173
|
}
|
|
2284
2174
|
});
|
|
2285
2175
|
var patchNotificationMethodsByIdSendVerification = (options) => (options.client ?? client).patch({
|
|
2286
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2287
2176
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2288
2177
|
url: "/notification_methods/{id}/send_verification",
|
|
2289
2178
|
...options,
|
|
@@ -2293,59 +2182,41 @@ var patchNotificationMethodsByIdSendVerification = (options) => (options.client
|
|
|
2293
2182
|
}
|
|
2294
2183
|
});
|
|
2295
2184
|
var deleteFieldTemplatesById = (options) => (options.client ?? client).delete({
|
|
2296
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2297
2185
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2298
2186
|
url: "/field_templates/{id}",
|
|
2299
2187
|
...options
|
|
2300
2188
|
});
|
|
2301
2189
|
var getFieldTemplatesById = (options) => (options.client ?? client).get({
|
|
2302
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2303
2190
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2304
2191
|
url: "/field_templates/{id}",
|
|
2305
2192
|
...options
|
|
2306
2193
|
});
|
|
2307
2194
|
var getWorkspacesByWorkspaceIdTrainingAnalytics = (options) => (options.client ?? client).get({
|
|
2308
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2309
2195
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2310
2196
|
url: "/workspaces/{workspace_id}/training/analytics",
|
|
2311
2197
|
...options
|
|
2312
2198
|
});
|
|
2313
2199
|
var getUserProfilesMe = (options) => (options.client ?? client).get({
|
|
2314
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2315
2200
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2316
2201
|
url: "/user_profiles/me",
|
|
2317
2202
|
...options
|
|
2318
2203
|
});
|
|
2319
2204
|
var getExtractionSchemaDiscoveriesById = (options) => (options.client ?? client).get({
|
|
2320
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2321
2205
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2322
2206
|
url: "/extraction/schema_discoveries/{id}",
|
|
2323
2207
|
...options
|
|
2324
2208
|
});
|
|
2325
2209
|
var getApiKeysActive = (options) => (options.client ?? client).get({
|
|
2326
|
-
querySerializer: {
|
|
2327
|
-
parameters: {
|
|
2328
|
-
filter: { object: { style: "form" } },
|
|
2329
|
-
fields: { object: { style: "form" } }
|
|
2330
|
-
}
|
|
2331
|
-
},
|
|
2332
2210
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2333
2211
|
url: "/api_keys/active",
|
|
2334
2212
|
...options
|
|
2335
2213
|
});
|
|
2336
2214
|
var getAgentVersions = (options) => (options.client ?? client).get({
|
|
2337
|
-
querySerializer: {
|
|
2338
|
-
parameters: {
|
|
2339
|
-
filter: { object: { style: "form" } },
|
|
2340
|
-
fields: { object: { style: "form" } }
|
|
2341
|
-
}
|
|
2342
|
-
},
|
|
2343
2215
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2344
2216
|
url: "/agent_versions",
|
|
2345
2217
|
...options
|
|
2346
2218
|
});
|
|
2347
2219
|
var postAgentVersions = (options) => (options.client ?? client).post({
|
|
2348
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2349
2220
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2350
2221
|
url: "/agent_versions",
|
|
2351
2222
|
...options,
|
|
@@ -2355,7 +2226,6 @@ var postAgentVersions = (options) => (options.client ?? client).post({
|
|
|
2355
2226
|
}
|
|
2356
2227
|
});
|
|
2357
2228
|
var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).patch({
|
|
2358
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2359
2229
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2360
2230
|
url: "/invitations/{id}/accept-by-user",
|
|
2361
2231
|
...options,
|
|
@@ -2365,7 +2235,6 @@ var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).p
|
|
|
2365
2235
|
}
|
|
2366
2236
|
});
|
|
2367
2237
|
var getPermissionsMeta = (options) => (options.client ?? client).get({
|
|
2368
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2369
2238
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2370
2239
|
url: "/permissions/meta",
|
|
2371
2240
|
...options
|
|
@@ -2380,30 +2249,21 @@ var postApplicationsByApplicationIdEmailTemplatesBySlugTest = (options) => (opti
|
|
|
2380
2249
|
}
|
|
2381
2250
|
});
|
|
2382
2251
|
var getSearchSuggest = (options) => (options.client ?? client).get({
|
|
2383
|
-
querySerializer: {
|
|
2384
|
-
parameters: {
|
|
2385
|
-
filter: { object: { style: "form" } },
|
|
2386
|
-
fields: { object: { style: "form" } }
|
|
2387
|
-
}
|
|
2388
|
-
},
|
|
2389
2252
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2390
2253
|
url: "/search/suggest",
|
|
2391
2254
|
...options
|
|
2392
2255
|
});
|
|
2393
2256
|
var deleteWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
2394
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2395
2257
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2396
2258
|
url: "/webhook_configs/{id}",
|
|
2397
2259
|
...options
|
|
2398
2260
|
});
|
|
2399
2261
|
var getWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
2400
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2401
2262
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2402
2263
|
url: "/webhook_configs/{id}",
|
|
2403
2264
|
...options
|
|
2404
2265
|
});
|
|
2405
2266
|
var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
2406
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2407
2267
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2408
2268
|
url: "/webhook_configs/{id}",
|
|
2409
2269
|
...options,
|
|
@@ -2422,7 +2282,6 @@ var postWebhookConfigsBulkEnable = (options) => (options.client ?? client).post(
|
|
|
2422
2282
|
}
|
|
2423
2283
|
});
|
|
2424
2284
|
var postInvitationsAcceptByToken = (options) => (options.client ?? client).post({
|
|
2425
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2426
2285
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2427
2286
|
url: "/invitations/accept_by_token",
|
|
2428
2287
|
...options,
|
|
@@ -2432,19 +2291,16 @@ var postInvitationsAcceptByToken = (options) => (options.client ?? client).post(
|
|
|
2432
2291
|
}
|
|
2433
2292
|
});
|
|
2434
2293
|
var deleteAiMessagesById = (options) => (options.client ?? client).delete({
|
|
2435
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2436
2294
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2437
2295
|
url: "/ai/messages/{id}",
|
|
2438
2296
|
...options
|
|
2439
2297
|
});
|
|
2440
2298
|
var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
|
|
2441
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2442
2299
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2443
2300
|
url: "/extraction/batches/{id}/upload-urls",
|
|
2444
2301
|
...options
|
|
2445
2302
|
});
|
|
2446
2303
|
var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
2447
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2448
2304
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2449
2305
|
url: "/documents/bulk_delete",
|
|
2450
2306
|
...options,
|
|
@@ -2454,19 +2310,16 @@ var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
|
2454
2310
|
}
|
|
2455
2311
|
});
|
|
2456
2312
|
var deleteAgentVersionsById = (options) => (options.client ?? client).delete({
|
|
2457
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2458
2313
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2459
2314
|
url: "/agent_versions/{id}",
|
|
2460
2315
|
...options
|
|
2461
2316
|
});
|
|
2462
2317
|
var getAgentVersionsById = (options) => (options.client ?? client).get({
|
|
2463
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2464
2318
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2465
2319
|
url: "/agent_versions/{id}",
|
|
2466
2320
|
...options
|
|
2467
2321
|
});
|
|
2468
2322
|
var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
2469
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2470
2323
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2471
2324
|
url: "/ai/chunks/search",
|
|
2472
2325
|
...options,
|
|
@@ -2476,13 +2329,11 @@ var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
|
2476
2329
|
}
|
|
2477
2330
|
});
|
|
2478
2331
|
var getThreadsByIdMessages = (options) => (options.client ?? client).get({
|
|
2479
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2480
2332
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2481
2333
|
url: "/threads/{id}/messages",
|
|
2482
2334
|
...options
|
|
2483
2335
|
});
|
|
2484
2336
|
var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
2485
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2486
2337
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2487
2338
|
url: "/threads/{id}/messages",
|
|
2488
2339
|
...options,
|
|
@@ -2492,7 +2343,6 @@ var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
|
2492
2343
|
}
|
|
2493
2344
|
});
|
|
2494
2345
|
var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
2495
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2496
2346
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2497
2347
|
url: "/agents/clone_for_workspace",
|
|
2498
2348
|
...options,
|
|
@@ -2502,7 +2352,6 @@ var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
|
2502
2352
|
}
|
|
2503
2353
|
});
|
|
2504
2354
|
var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
2505
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2506
2355
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2507
2356
|
url: "/invitations/{id}/accept",
|
|
2508
2357
|
...options,
|
|
@@ -2512,37 +2361,31 @@ var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
|
2512
2361
|
}
|
|
2513
2362
|
});
|
|
2514
2363
|
var getCreditPackagesById = (options) => (options.client ?? client).get({
|
|
2515
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2516
2364
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2517
2365
|
url: "/credit-packages/{id}",
|
|
2518
2366
|
...options
|
|
2519
2367
|
});
|
|
2520
2368
|
var deleteUsersById = (options) => (options.client ?? client).delete({
|
|
2521
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2522
2369
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2523
2370
|
url: "/users/{id}",
|
|
2524
2371
|
...options
|
|
2525
2372
|
});
|
|
2526
2373
|
var getUsersById = (options) => (options.client ?? client).get({
|
|
2527
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2528
2374
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2529
2375
|
url: "/users/{id}",
|
|
2530
2376
|
...options
|
|
2531
2377
|
});
|
|
2532
2378
|
var deleteExtractionResultsById = (options) => (options.client ?? client).delete({
|
|
2533
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2534
2379
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2535
2380
|
url: "/extraction/results/{id}",
|
|
2536
2381
|
...options
|
|
2537
2382
|
});
|
|
2538
2383
|
var getExtractionResultsById = (options) => (options.client ?? client).get({
|
|
2539
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2540
2384
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2541
2385
|
url: "/extraction/results/{id}",
|
|
2542
2386
|
...options
|
|
2543
2387
|
});
|
|
2544
2388
|
var patchExtractionResultsById = (options) => (options.client ?? client).patch({
|
|
2545
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2546
2389
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2547
2390
|
url: "/extraction/results/{id}",
|
|
2548
2391
|
...options,
|
|
@@ -2557,7 +2400,6 @@ var getWebhookDeliveriesStats = (options) => (options.client ?? client).get({
|
|
|
2557
2400
|
...options
|
|
2558
2401
|
});
|
|
2559
2402
|
var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
2560
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2561
2403
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2562
2404
|
url: "/agents/{id}/validate",
|
|
2563
2405
|
...options,
|
|
@@ -2567,7 +2409,6 @@ var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
|
2567
2409
|
}
|
|
2568
2410
|
});
|
|
2569
2411
|
var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
2570
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2571
2412
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2572
2413
|
url: "/webhook_configs/{id}/test",
|
|
2573
2414
|
...options,
|
|
@@ -2577,13 +2418,11 @@ var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
|
2577
2418
|
}
|
|
2578
2419
|
});
|
|
2579
2420
|
var getUsersMe = (options) => (options.client ?? client).get({
|
|
2580
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2581
2421
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2582
2422
|
url: "/users/me",
|
|
2583
2423
|
...options
|
|
2584
2424
|
});
|
|
2585
2425
|
var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
|
|
2586
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2587
2426
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2588
2427
|
url: "/users/auth/register_with_oidc",
|
|
2589
2428
|
...options,
|
|
@@ -2607,7 +2446,6 @@ var postAgentsByIdSchemaVersions = (options) => (options.client ?? client).post(
|
|
|
2607
2446
|
}
|
|
2608
2447
|
});
|
|
2609
2448
|
var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
2610
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2611
2449
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2612
2450
|
url: "/tenants/{id}/credit",
|
|
2613
2451
|
...options,
|
|
@@ -2617,7 +2455,6 @@ var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
|
2617
2455
|
}
|
|
2618
2456
|
});
|
|
2619
2457
|
var getTransactionsById = (options) => (options.client ?? client).get({
|
|
2620
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2621
2458
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2622
2459
|
url: "/transactions/{id}",
|
|
2623
2460
|
...options
|
|
@@ -2628,19 +2465,11 @@ var getUsersMeTenants = (options) => (options.client ?? client).get({
|
|
|
2628
2465
|
...options
|
|
2629
2466
|
});
|
|
2630
2467
|
var getTenantMemberships = (options) => (options.client ?? client).get({
|
|
2631
|
-
querySerializer: {
|
|
2632
|
-
parameters: {
|
|
2633
|
-
filter: { object: { style: "form" } },
|
|
2634
|
-
page: { object: { style: "form" } },
|
|
2635
|
-
fields: { object: { style: "form" } }
|
|
2636
|
-
}
|
|
2637
|
-
},
|
|
2638
2468
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2639
2469
|
url: "/tenant-memberships",
|
|
2640
2470
|
...options
|
|
2641
2471
|
});
|
|
2642
2472
|
var postTenantMemberships = (options) => (options.client ?? client).post({
|
|
2643
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2644
2473
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2645
2474
|
url: "/tenant-memberships",
|
|
2646
2475
|
...options,
|
|
@@ -2659,7 +2488,6 @@ var postTrainingExamplesBulkDelete = (options) => (options.client ?? client).pos
|
|
|
2659
2488
|
}
|
|
2660
2489
|
});
|
|
2661
2490
|
var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client).patch({
|
|
2662
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2663
2491
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2664
2492
|
url: "/extraction/documents/{id}/include",
|
|
2665
2493
|
...options,
|
|
@@ -2669,7 +2497,6 @@ var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client
|
|
|
2669
2497
|
}
|
|
2670
2498
|
});
|
|
2671
2499
|
var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
2672
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2673
2500
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2674
2501
|
url: "/llm_analytics/summary",
|
|
2675
2502
|
...options
|
|
@@ -2685,7 +2512,6 @@ var getUsersMeStats = (options) => (options.client ?? client).get({
|
|
|
2685
2512
|
...options
|
|
2686
2513
|
});
|
|
2687
2514
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
2688
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2689
2515
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2690
2516
|
url: "/storage/sign_download",
|
|
2691
2517
|
...options,
|
|
@@ -2695,37 +2521,36 @@ var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
|
2695
2521
|
}
|
|
2696
2522
|
});
|
|
2697
2523
|
var deleteTrainingSessionsById = (options) => (options.client ?? client).delete({
|
|
2698
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2699
2524
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2700
2525
|
url: "/training_sessions/{id}",
|
|
2701
2526
|
...options
|
|
2702
2527
|
});
|
|
2703
2528
|
var getTrainingSessionsById = (options) => (options.client ?? client).get({
|
|
2704
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2705
2529
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2706
2530
|
url: "/training_sessions/{id}",
|
|
2707
2531
|
...options
|
|
2708
2532
|
});
|
|
2533
|
+
var getWatcherClaimsHistory = (options) => (options.client ?? client).get({
|
|
2534
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2535
|
+
url: "/watcher/claims/history",
|
|
2536
|
+
...options
|
|
2537
|
+
});
|
|
2709
2538
|
var getUsersByEmail = (options) => (options.client ?? client).get({
|
|
2710
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2711
2539
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2712
2540
|
url: "/users/by-email",
|
|
2713
2541
|
...options
|
|
2714
2542
|
});
|
|
2715
2543
|
var deleteNotificationMethodsById = (options) => (options.client ?? client).delete({
|
|
2716
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2717
2544
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2718
2545
|
url: "/notification_methods/{id}",
|
|
2719
2546
|
...options
|
|
2720
2547
|
});
|
|
2721
2548
|
var getNotificationMethodsById = (options) => (options.client ?? client).get({
|
|
2722
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2723
2549
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2724
2550
|
url: "/notification_methods/{id}",
|
|
2725
2551
|
...options
|
|
2726
2552
|
});
|
|
2727
2553
|
var patchNotificationMethodsById = (options) => (options.client ?? client).patch({
|
|
2728
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2729
2554
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2730
2555
|
url: "/notification_methods/{id}",
|
|
2731
2556
|
...options,
|
|
@@ -2735,13 +2560,6 @@ var patchNotificationMethodsById = (options) => (options.client ?? client).patch
|
|
|
2735
2560
|
}
|
|
2736
2561
|
});
|
|
2737
2562
|
var getWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
2738
|
-
querySerializer: {
|
|
2739
|
-
parameters: {
|
|
2740
|
-
filter: { object: { style: "form" } },
|
|
2741
|
-
page: { object: { style: "form" } },
|
|
2742
|
-
fields: { object: { style: "form" } }
|
|
2743
|
-
}
|
|
2744
|
-
},
|
|
2745
2563
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2746
2564
|
url: "/webhook_deliveries",
|
|
2747
2565
|
...options
|
|
@@ -2756,29 +2574,16 @@ var postWebhookConfigsBulkDisable = (options) => (options.client ?? client).post
|
|
|
2756
2574
|
}
|
|
2757
2575
|
});
|
|
2758
2576
|
var getSearch = (options) => (options.client ?? client).get({
|
|
2759
|
-
querySerializer: {
|
|
2760
|
-
parameters: {
|
|
2761
|
-
filter: { object: { style: "form" } },
|
|
2762
|
-
fields: { object: { style: "form" } }
|
|
2763
|
-
}
|
|
2764
|
-
},
|
|
2765
2577
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2766
2578
|
url: "/search",
|
|
2767
2579
|
...options
|
|
2768
2580
|
});
|
|
2769
2581
|
var getInvitations = (options) => (options.client ?? client).get({
|
|
2770
|
-
querySerializer: {
|
|
2771
|
-
parameters: {
|
|
2772
|
-
filter: { object: { style: "form" } },
|
|
2773
|
-
fields: { object: { style: "form" } }
|
|
2774
|
-
}
|
|
2775
|
-
},
|
|
2776
2582
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2777
2583
|
url: "/invitations",
|
|
2778
2584
|
...options
|
|
2779
2585
|
});
|
|
2780
2586
|
var postInvitations = (options) => (options.client ?? client).post({
|
|
2781
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2782
2587
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2783
2588
|
url: "/invitations",
|
|
2784
2589
|
...options,
|
|
@@ -2788,7 +2593,6 @@ var postInvitations = (options) => (options.client ?? client).post({
|
|
|
2788
2593
|
}
|
|
2789
2594
|
});
|
|
2790
2595
|
var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
|
|
2791
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2792
2596
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2793
2597
|
url: "/threads/{id}/archive",
|
|
2794
2598
|
...options,
|
|
@@ -2798,47 +2602,26 @@ var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
|
|
|
2798
2602
|
}
|
|
2799
2603
|
});
|
|
2800
2604
|
var getApiKeysStats = (options) => (options.client ?? client).get({
|
|
2801
|
-
querySerializer: {
|
|
2802
|
-
parameters: {
|
|
2803
|
-
filter: { object: { style: "form" } },
|
|
2804
|
-
fields: { object: { style: "form" } }
|
|
2805
|
-
}
|
|
2806
|
-
},
|
|
2807
2605
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2808
2606
|
url: "/api_keys/stats",
|
|
2809
2607
|
...options
|
|
2810
2608
|
});
|
|
2811
2609
|
var getSearchSemantic = (options) => (options.client ?? client).get({
|
|
2812
|
-
querySerializer: {
|
|
2813
|
-
parameters: {
|
|
2814
|
-
filter: { object: { style: "form" } },
|
|
2815
|
-
fields: { object: { style: "form" } }
|
|
2816
|
-
}
|
|
2817
|
-
},
|
|
2818
2610
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2819
2611
|
url: "/search/semantic",
|
|
2820
2612
|
...options
|
|
2821
2613
|
});
|
|
2822
2614
|
var getThreadsStats = (options) => (options.client ?? client).get({
|
|
2823
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2824
2615
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2825
2616
|
url: "/threads/stats",
|
|
2826
2617
|
...options
|
|
2827
2618
|
});
|
|
2828
2619
|
var getMessages = (options) => (options.client ?? client).get({
|
|
2829
|
-
querySerializer: {
|
|
2830
|
-
parameters: {
|
|
2831
|
-
filter: { object: { style: "form" } },
|
|
2832
|
-
page: { object: { style: "form" } },
|
|
2833
|
-
fields: { object: { style: "form" } }
|
|
2834
|
-
}
|
|
2835
|
-
},
|
|
2836
2620
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2837
2621
|
url: "/messages",
|
|
2838
2622
|
...options
|
|
2839
2623
|
});
|
|
2840
2624
|
var postMessages = (options) => (options.client ?? client).post({
|
|
2841
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2842
2625
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2843
2626
|
url: "/messages",
|
|
2844
2627
|
...options,
|
|
@@ -2848,19 +2631,11 @@ var postMessages = (options) => (options.client ?? client).post({
|
|
|
2848
2631
|
}
|
|
2849
2632
|
});
|
|
2850
2633
|
var getNotificationPreferences = (options) => (options.client ?? client).get({
|
|
2851
|
-
querySerializer: {
|
|
2852
|
-
parameters: {
|
|
2853
|
-
filter: { object: { style: "form" } },
|
|
2854
|
-
page: { object: { style: "form" } },
|
|
2855
|
-
fields: { object: { style: "form" } }
|
|
2856
|
-
}
|
|
2857
|
-
},
|
|
2858
2634
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2859
2635
|
url: "/notification_preferences",
|
|
2860
2636
|
...options
|
|
2861
2637
|
});
|
|
2862
2638
|
var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
2863
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2864
2639
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2865
2640
|
url: "/notification_preferences",
|
|
2866
2641
|
...options,
|
|
@@ -2870,19 +2645,11 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
|
2870
2645
|
}
|
|
2871
2646
|
});
|
|
2872
2647
|
var getApplications = (options) => (options.client ?? client).get({
|
|
2873
|
-
querySerializer: {
|
|
2874
|
-
parameters: {
|
|
2875
|
-
filter: { object: { style: "form" } },
|
|
2876
|
-
page: { object: { style: "form" } },
|
|
2877
|
-
fields: { object: { style: "form" } }
|
|
2878
|
-
}
|
|
2879
|
-
},
|
|
2880
2648
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2881
2649
|
url: "/applications",
|
|
2882
2650
|
...options
|
|
2883
2651
|
});
|
|
2884
2652
|
var postApplications = (options) => (options.client ?? client).post({
|
|
2885
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2886
2653
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2887
2654
|
url: "/applications",
|
|
2888
2655
|
...options,
|
|
@@ -2892,7 +2659,6 @@ var postApplications = (options) => (options.client ?? client).post({
|
|
|
2892
2659
|
}
|
|
2893
2660
|
});
|
|
2894
2661
|
var patchWatcherClaimsByIdRetry = (options) => (options.client ?? client).patch({
|
|
2895
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2896
2662
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2897
2663
|
url: "/watcher/claims/{id}/retry",
|
|
2898
2664
|
...options,
|
|
@@ -2911,7 +2677,6 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
2911
2677
|
}
|
|
2912
2678
|
});
|
|
2913
2679
|
var patchUserProfilesByIdDismissWelcome = (options) => (options.client ?? client).patch({
|
|
2914
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2915
2680
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2916
2681
|
url: "/user_profiles/{id}/dismiss-welcome",
|
|
2917
2682
|
...options,
|
|
@@ -2921,7 +2686,6 @@ var patchUserProfilesByIdDismissWelcome = (options) => (options.client ?? client
|
|
|
2921
2686
|
}
|
|
2922
2687
|
});
|
|
2923
2688
|
var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? client).patch({
|
|
2924
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2925
2689
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2926
2690
|
url: "/extraction/documents/{id}/reprocess",
|
|
2927
2691
|
...options,
|
|
@@ -2931,19 +2695,16 @@ var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? clie
|
|
|
2931
2695
|
}
|
|
2932
2696
|
});
|
|
2933
2697
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
2934
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2935
2698
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2936
2699
|
url: "/threads/{id}",
|
|
2937
2700
|
...options
|
|
2938
2701
|
});
|
|
2939
2702
|
var getThreadsById = (options) => (options.client ?? client).get({
|
|
2940
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2941
2703
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2942
2704
|
url: "/threads/{id}",
|
|
2943
2705
|
...options
|
|
2944
2706
|
});
|
|
2945
2707
|
var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
2946
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2947
2708
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2948
2709
|
url: "/threads/{id}",
|
|
2949
2710
|
...options,
|
|
@@ -2953,29 +2714,16 @@ var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
|
2953
2714
|
}
|
|
2954
2715
|
});
|
|
2955
2716
|
var getWorkspacesByIdMembers = (options) => (options.client ?? client).get({
|
|
2956
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2957
2717
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2958
2718
|
url: "/workspaces/{id}/members",
|
|
2959
2719
|
...options
|
|
2960
2720
|
});
|
|
2961
2721
|
var getBucketsAll = (options) => (options.client ?? client).get({
|
|
2962
|
-
querySerializer: {
|
|
2963
|
-
parameters: {
|
|
2964
|
-
filter: { object: { style: "form" } },
|
|
2965
|
-
fields: { object: { style: "form" } }
|
|
2966
|
-
}
|
|
2967
|
-
},
|
|
2968
2722
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2969
2723
|
url: "/buckets/all",
|
|
2970
2724
|
...options
|
|
2971
2725
|
});
|
|
2972
2726
|
var getWatcherClaims = (options) => (options.client ?? client).get({
|
|
2973
|
-
querySerializer: {
|
|
2974
|
-
parameters: {
|
|
2975
|
-
filter: { object: { style: "form" } },
|
|
2976
|
-
fields: { object: { style: "form" } }
|
|
2977
|
-
}
|
|
2978
|
-
},
|
|
2979
2727
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2980
2728
|
url: "/watcher/claims",
|
|
2981
2729
|
...options
|
|
@@ -2990,19 +2738,11 @@ var postWatcherClaims = (options) => (options.client ?? client).post({
|
|
|
2990
2738
|
}
|
|
2991
2739
|
});
|
|
2992
2740
|
var getLlmAnalytics = (options) => (options.client ?? client).get({
|
|
2993
|
-
querySerializer: {
|
|
2994
|
-
parameters: {
|
|
2995
|
-
filter: { object: { style: "form" } },
|
|
2996
|
-
page: { object: { style: "form" } },
|
|
2997
|
-
fields: { object: { style: "form" } }
|
|
2998
|
-
}
|
|
2999
|
-
},
|
|
3000
2741
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3001
2742
|
url: "/llm_analytics",
|
|
3002
2743
|
...options
|
|
3003
2744
|
});
|
|
3004
2745
|
var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
3005
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3006
2746
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3007
2747
|
url: "/llm_analytics",
|
|
3008
2748
|
...options,
|
|
@@ -3017,7 +2757,6 @@ var getStorageStatsTenantByTenantId = (options) => (options.client ?? client).ge
|
|
|
3017
2757
|
...options
|
|
3018
2758
|
});
|
|
3019
2759
|
var postAgentTestResults = (options) => (options.client ?? client).post({
|
|
3020
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3021
2760
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3022
2761
|
url: "/agent_test_results",
|
|
3023
2762
|
...options,
|
|
@@ -3027,7 +2766,6 @@ var postAgentTestResults = (options) => (options.client ?? client).post({
|
|
|
3027
2766
|
}
|
|
3028
2767
|
});
|
|
3029
2768
|
var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch({
|
|
3030
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3031
2769
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3032
2770
|
url: "/users/{id}/reset-password",
|
|
3033
2771
|
...options,
|
|
@@ -3046,7 +2784,6 @@ var postThreadsByIdExport = (options) => (options.client ?? client).post({
|
|
|
3046
2784
|
}
|
|
3047
2785
|
});
|
|
3048
2786
|
var postDocumentsPresignedUpload = (options) => (options.client ?? client).post({
|
|
3049
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3050
2787
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3051
2788
|
url: "/documents/presigned_upload",
|
|
3052
2789
|
...options,
|
|
@@ -3061,13 +2798,11 @@ var getWebhookConfigsByIdEvents = (options) => (options.client ?? client).get({
|
|
|
3061
2798
|
...options
|
|
3062
2799
|
});
|
|
3063
2800
|
var getMessagesSearch = (options) => (options.client ?? client).get({
|
|
3064
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3065
2801
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3066
2802
|
url: "/messages/search",
|
|
3067
2803
|
...options
|
|
3068
2804
|
});
|
|
3069
2805
|
var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
3070
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3071
2806
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3072
2807
|
url: "/agents/{id}/teach",
|
|
3073
2808
|
...options,
|
|
@@ -3077,19 +2812,11 @@ var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
|
3077
2812
|
}
|
|
3078
2813
|
});
|
|
3079
2814
|
var getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue = (options) => (options.client ?? client).get({
|
|
3080
|
-
querySerializer: {
|
|
3081
|
-
parameters: {
|
|
3082
|
-
filter: { object: { style: "form" } },
|
|
3083
|
-
page: { object: { style: "form" } },
|
|
3084
|
-
fields: { object: { style: "form" } }
|
|
3085
|
-
}
|
|
3086
|
-
},
|
|
3087
2815
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3088
2816
|
url: "/extraction/documents/workspace/{workspace_id}/review_queue",
|
|
3089
2817
|
...options
|
|
3090
2818
|
});
|
|
3091
2819
|
var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch({
|
|
3092
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3093
2820
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3094
2821
|
url: "/invitations/{id}/decline",
|
|
3095
2822
|
...options,
|
|
@@ -3099,7 +2826,6 @@ var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch(
|
|
|
3099
2826
|
}
|
|
3100
2827
|
});
|
|
3101
2828
|
var postExtractionDocumentsUpload = (options) => (options.client ?? client).post({
|
|
3102
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3103
2829
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3104
2830
|
url: "/extraction/documents/upload",
|
|
3105
2831
|
...options,
|
|
@@ -3109,7 +2835,6 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
|
|
|
3109
2835
|
}
|
|
3110
2836
|
});
|
|
3111
2837
|
var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client).patch({
|
|
3112
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3113
2838
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3114
2839
|
url: "/notification_methods/{id}/verify",
|
|
3115
2840
|
...options,
|
|
@@ -3119,13 +2844,11 @@ var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client)
|
|
|
3119
2844
|
}
|
|
3120
2845
|
});
|
|
3121
2846
|
var getExtractionResultsDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
3122
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3123
2847
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3124
2848
|
url: "/extraction/results/document/{document_id}",
|
|
3125
2849
|
...options
|
|
3126
2850
|
});
|
|
3127
2851
|
var patchUserProfilesByIdDismissAnnouncement = (options) => (options.client ?? client).patch({
|
|
3128
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3129
2852
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3130
2853
|
url: "/user_profiles/{id}/dismiss-announcement",
|
|
3131
2854
|
...options,
|
|
@@ -3135,19 +2858,16 @@ var patchUserProfilesByIdDismissAnnouncement = (options) => (options.client ?? c
|
|
|
3135
2858
|
}
|
|
3136
2859
|
});
|
|
3137
2860
|
var deleteWorkspacesById = (options) => (options.client ?? client).delete({
|
|
3138
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3139
2861
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3140
2862
|
url: "/workspaces/{id}",
|
|
3141
2863
|
...options
|
|
3142
2864
|
});
|
|
3143
2865
|
var getWorkspacesById = (options) => (options.client ?? client).get({
|
|
3144
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3145
2866
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3146
2867
|
url: "/workspaces/{id}",
|
|
3147
2868
|
...options
|
|
3148
2869
|
});
|
|
3149
2870
|
var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
3150
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3151
2871
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3152
2872
|
url: "/workspaces/{id}",
|
|
3153
2873
|
...options,
|
|
@@ -3157,19 +2877,11 @@ var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
|
3157
2877
|
}
|
|
3158
2878
|
});
|
|
3159
2879
|
var getTenants = (options) => (options.client ?? client).get({
|
|
3160
|
-
querySerializer: {
|
|
3161
|
-
parameters: {
|
|
3162
|
-
filter: { object: { style: "form" } },
|
|
3163
|
-
page: { object: { style: "form" } },
|
|
3164
|
-
fields: { object: { style: "form" } }
|
|
3165
|
-
}
|
|
3166
|
-
},
|
|
3167
2880
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3168
2881
|
url: "/tenants",
|
|
3169
2882
|
...options
|
|
3170
2883
|
});
|
|
3171
2884
|
var postTenants = (options) => (options.client ?? client).post({
|
|
3172
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3173
2885
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3174
2886
|
url: "/tenants",
|
|
3175
2887
|
...options,
|
|
@@ -3179,7 +2891,6 @@ var postTenants = (options) => (options.client ?? client).post({
|
|
|
3179
2891
|
}
|
|
3180
2892
|
});
|
|
3181
2893
|
var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post({
|
|
3182
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3183
2894
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3184
2895
|
url: "/tenants/{id}/remove-storage",
|
|
3185
2896
|
...options,
|
|
@@ -3189,18 +2900,11 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
|
|
|
3189
2900
|
}
|
|
3190
2901
|
});
|
|
3191
2902
|
var getWalletInvoices = (options) => (options.client ?? client).get({
|
|
3192
|
-
querySerializer: {
|
|
3193
|
-
parameters: {
|
|
3194
|
-
filter: { object: { style: "form" } },
|
|
3195
|
-
fields: { object: { style: "form" } }
|
|
3196
|
-
}
|
|
3197
|
-
},
|
|
3198
2903
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3199
2904
|
url: "/wallet/invoices",
|
|
3200
2905
|
...options
|
|
3201
2906
|
});
|
|
3202
2907
|
var patchExtractionResultsByIdSaveCorrections = (options) => (options.client ?? client).patch({
|
|
3203
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3204
2908
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3205
2909
|
url: "/extraction/results/{id}/save_corrections",
|
|
3206
2910
|
...options,
|
|
@@ -3210,7 +2914,6 @@ var patchExtractionResultsByIdSaveCorrections = (options) => (options.client ??
|
|
|
3210
2914
|
}
|
|
3211
2915
|
});
|
|
3212
2916
|
var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client).patch({
|
|
3213
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3214
2917
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3215
2918
|
url: "/workspaces/{id}/storage-settings",
|
|
3216
2919
|
...options,
|
|
@@ -3220,49 +2923,31 @@ var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client)
|
|
|
3220
2923
|
}
|
|
3221
2924
|
});
|
|
3222
2925
|
var getNotificationLogsById = (options) => (options.client ?? client).get({
|
|
3223
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3224
2926
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3225
2927
|
url: "/notification_logs/{id}",
|
|
3226
2928
|
...options
|
|
3227
2929
|
});
|
|
3228
2930
|
var getExtractionDocumentsByIdView = (options) => (options.client ?? client).get({
|
|
3229
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3230
2931
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3231
2932
|
url: "/extraction/documents/{id}/view",
|
|
3232
2933
|
...options
|
|
3233
2934
|
});
|
|
3234
2935
|
var getWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
3235
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3236
2936
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3237
2937
|
url: "/webhook_deliveries/{id}",
|
|
3238
2938
|
...options
|
|
3239
2939
|
});
|
|
3240
2940
|
var getAuditLogs = (options) => (options.client ?? client).get({
|
|
3241
|
-
querySerializer: {
|
|
3242
|
-
parameters: {
|
|
3243
|
-
filter: { object: { style: "form" } },
|
|
3244
|
-
page: { object: { style: "form" } },
|
|
3245
|
-
fields: { object: { style: "form" } }
|
|
3246
|
-
}
|
|
3247
|
-
},
|
|
3248
2941
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3249
2942
|
url: "/audit-logs",
|
|
3250
2943
|
...options
|
|
3251
2944
|
});
|
|
3252
2945
|
var getAiGraphEdges = (options) => (options.client ?? client).get({
|
|
3253
|
-
querySerializer: {
|
|
3254
|
-
parameters: {
|
|
3255
|
-
filter: { object: { style: "form" } },
|
|
3256
|
-
page: { object: { style: "form" } },
|
|
3257
|
-
fields: { object: { style: "form" } }
|
|
3258
|
-
}
|
|
3259
|
-
},
|
|
3260
2946
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3261
2947
|
url: "/ai/graph/edges",
|
|
3262
2948
|
...options
|
|
3263
2949
|
});
|
|
3264
2950
|
var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
3265
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3266
2951
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3267
2952
|
url: "/ai/graph/edges",
|
|
3268
2953
|
...options,
|
|
@@ -3271,20 +2956,17 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
|
3271
2956
|
...options.headers
|
|
3272
2957
|
}
|
|
3273
2958
|
});
|
|
2959
|
+
var getAgentVersionRevisionsById = (options) => (options.client ?? client).get({
|
|
2960
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2961
|
+
url: "/agent_version_revisions/{id}",
|
|
2962
|
+
...options
|
|
2963
|
+
});
|
|
3274
2964
|
var getTrainingExamples = (options) => (options.client ?? client).get({
|
|
3275
|
-
querySerializer: {
|
|
3276
|
-
parameters: {
|
|
3277
|
-
filter: { object: { style: "form" } },
|
|
3278
|
-
page: { object: { style: "form" } },
|
|
3279
|
-
fields: { object: { style: "form" } }
|
|
3280
|
-
}
|
|
3281
|
-
},
|
|
3282
2965
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3283
2966
|
url: "/training_examples",
|
|
3284
2967
|
...options
|
|
3285
2968
|
});
|
|
3286
2969
|
var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
3287
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3288
2970
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3289
2971
|
url: "/training_examples",
|
|
3290
2972
|
...options,
|
|
@@ -3294,19 +2976,16 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
|
3294
2976
|
}
|
|
3295
2977
|
});
|
|
3296
2978
|
var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
|
|
3297
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3298
2979
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3299
2980
|
url: "/workspaces/{workspace_id}/extraction/exports/{id}",
|
|
3300
2981
|
...options
|
|
3301
2982
|
});
|
|
3302
2983
|
var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
3303
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3304
2984
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3305
2985
|
url: "/agents/{id}/training_stats",
|
|
3306
2986
|
...options
|
|
3307
2987
|
});
|
|
3308
2988
|
var postObjectsCopy = (options) => (options.client ?? client).post({
|
|
3309
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3310
2989
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3311
2990
|
url: "/objects/copy",
|
|
3312
2991
|
...options,
|
|
@@ -3316,18 +2995,11 @@ var postObjectsCopy = (options) => (options.client ?? client).post({
|
|
|
3316
2995
|
}
|
|
3317
2996
|
});
|
|
3318
2997
|
var getBuckets = (options) => (options.client ?? client).get({
|
|
3319
|
-
querySerializer: {
|
|
3320
|
-
parameters: {
|
|
3321
|
-
filter: { object: { style: "form" } },
|
|
3322
|
-
fields: { object: { style: "form" } }
|
|
3323
|
-
}
|
|
3324
|
-
},
|
|
3325
2998
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3326
2999
|
url: "/buckets",
|
|
3327
3000
|
...options
|
|
3328
3001
|
});
|
|
3329
3002
|
var postBuckets = (options) => (options.client ?? client).post({
|
|
3330
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3331
3003
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3332
3004
|
url: "/buckets",
|
|
3333
3005
|
...options,
|
|
@@ -3336,8 +3008,12 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
3336
3008
|
...options.headers
|
|
3337
3009
|
}
|
|
3338
3010
|
});
|
|
3011
|
+
var getAgentVersionRevisions = (options) => (options.client ?? client).get({
|
|
3012
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3013
|
+
url: "/agent_version_revisions",
|
|
3014
|
+
...options
|
|
3015
|
+
});
|
|
3339
3016
|
var postPaymentMethodsTokenize = (options) => (options.client ?? client).post({
|
|
3340
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3341
3017
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3342
3018
|
url: "/payment-methods/tokenize",
|
|
3343
3019
|
...options,
|
|
@@ -3347,13 +3023,11 @@ var postPaymentMethodsTokenize = (options) => (options.client ?? client).post({
|
|
|
3347
3023
|
}
|
|
3348
3024
|
});
|
|
3349
3025
|
var getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).get({
|
|
3350
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3351
3026
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3352
3027
|
url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
|
|
3353
3028
|
...options
|
|
3354
3029
|
});
|
|
3355
3030
|
var postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).post({
|
|
3356
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3357
3031
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3358
3032
|
url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
|
|
3359
3033
|
...options,
|
|
@@ -3373,19 +3047,16 @@ var getNotificationLogsStats = (options) => (options.client ?? client).get({
|
|
|
3373
3047
|
...options
|
|
3374
3048
|
});
|
|
3375
3049
|
var getPlansById = (options) => (options.client ?? client).get({
|
|
3376
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3377
3050
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3378
3051
|
url: "/plans/{id}",
|
|
3379
3052
|
...options
|
|
3380
3053
|
});
|
|
3381
3054
|
var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
|
|
3382
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3383
3055
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3384
3056
|
url: "/tenants/{tenant_id}/stats",
|
|
3385
3057
|
...options
|
|
3386
3058
|
});
|
|
3387
3059
|
var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
3388
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3389
3060
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3390
3061
|
url: "/wallet/addons",
|
|
3391
3062
|
...options,
|
|
@@ -3395,7 +3066,6 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
|
3395
3066
|
}
|
|
3396
3067
|
});
|
|
3397
3068
|
var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post({
|
|
3398
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3399
3069
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3400
3070
|
url: "/tenants/{id}/schedule-purge",
|
|
3401
3071
|
...options,
|
|
@@ -3405,13 +3075,11 @@ var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post(
|
|
|
3405
3075
|
}
|
|
3406
3076
|
});
|
|
3407
3077
|
var getMessagesSemanticSearch = (options) => (options.client ?? client).get({
|
|
3408
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3409
3078
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3410
3079
|
url: "/messages/semantic-search",
|
|
3411
3080
|
...options
|
|
3412
3081
|
});
|
|
3413
3082
|
var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
3414
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3415
3083
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3416
3084
|
url: "/users/auth/magic_link/login",
|
|
3417
3085
|
...options,
|
|
@@ -3421,19 +3089,11 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
|
3421
3089
|
}
|
|
3422
3090
|
});
|
|
3423
3091
|
var getApiKeys = (options) => (options.client ?? client).get({
|
|
3424
|
-
querySerializer: {
|
|
3425
|
-
parameters: {
|
|
3426
|
-
filter: { object: { style: "form" } },
|
|
3427
|
-
page: { object: { style: "form" } },
|
|
3428
|
-
fields: { object: { style: "form" } }
|
|
3429
|
-
}
|
|
3430
|
-
},
|
|
3431
3092
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3432
3093
|
url: "/api_keys",
|
|
3433
3094
|
...options
|
|
3434
3095
|
});
|
|
3435
3096
|
var postApiKeys = (options) => (options.client ?? client).post({
|
|
3436
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3437
3097
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3438
3098
|
url: "/api_keys",
|
|
3439
3099
|
...options,
|
|
@@ -3443,7 +3103,6 @@ var postApiKeys = (options) => (options.client ?? client).post({
|
|
|
3443
3103
|
}
|
|
3444
3104
|
});
|
|
3445
3105
|
var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
3446
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3447
3106
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3448
3107
|
url: "/users/{id}/admin",
|
|
3449
3108
|
...options,
|
|
@@ -3462,19 +3121,16 @@ var postObjectsMove = (options) => (options.client ?? client).post({
|
|
|
3462
3121
|
}
|
|
3463
3122
|
});
|
|
3464
3123
|
var deleteAgentsById = (options) => (options.client ?? client).delete({
|
|
3465
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3466
3124
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3467
3125
|
url: "/agents/{id}",
|
|
3468
3126
|
...options
|
|
3469
3127
|
});
|
|
3470
3128
|
var getAgentsById = (options) => (options.client ?? client).get({
|
|
3471
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3472
3129
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3473
3130
|
url: "/agents/{id}",
|
|
3474
3131
|
...options
|
|
3475
3132
|
});
|
|
3476
3133
|
var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
3477
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3478
3134
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3479
3135
|
url: "/agents/{id}",
|
|
3480
3136
|
...options,
|
|
@@ -3484,7 +3140,6 @@ var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
|
3484
3140
|
}
|
|
3485
3141
|
});
|
|
3486
3142
|
var patchThreadsByIdUnarchive = (options) => (options.client ?? client).patch({
|
|
3487
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3488
3143
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3489
3144
|
url: "/threads/{id}/unarchive",
|
|
3490
3145
|
...options,
|
|
@@ -3494,25 +3149,21 @@ var patchThreadsByIdUnarchive = (options) => (options.client ?? client).patch({
|
|
|
3494
3149
|
}
|
|
3495
3150
|
});
|
|
3496
3151
|
var getAgentsByIdUsage = (options) => (options.client ?? client).get({
|
|
3497
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3498
3152
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3499
3153
|
url: "/agents/{id}/usage",
|
|
3500
3154
|
...options
|
|
3501
3155
|
});
|
|
3502
3156
|
var deleteApiKeysById = (options) => (options.client ?? client).delete({
|
|
3503
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3504
3157
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3505
3158
|
url: "/api_keys/{id}",
|
|
3506
3159
|
...options
|
|
3507
3160
|
});
|
|
3508
3161
|
var getApiKeysById = (options) => (options.client ?? client).get({
|
|
3509
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3510
3162
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3511
3163
|
url: "/api_keys/{id}",
|
|
3512
3164
|
...options
|
|
3513
3165
|
});
|
|
3514
3166
|
var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
3515
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3516
3167
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3517
3168
|
url: "/api_keys/{id}",
|
|
3518
3169
|
...options,
|
|
@@ -3531,7 +3182,6 @@ var postTrainingExamplesSearch = (options) => (options.client ?? client).post({
|
|
|
3531
3182
|
}
|
|
3532
3183
|
});
|
|
3533
3184
|
var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patch({
|
|
3534
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3535
3185
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3536
3186
|
url: "/watcher/claims/{id}/release",
|
|
3537
3187
|
...options,
|
|
@@ -3541,19 +3191,11 @@ var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patc
|
|
|
3541
3191
|
}
|
|
3542
3192
|
});
|
|
3543
3193
|
var getAiConversations = (options) => (options.client ?? client).get({
|
|
3544
|
-
querySerializer: {
|
|
3545
|
-
parameters: {
|
|
3546
|
-
filter: { object: { style: "form" } },
|
|
3547
|
-
page: { object: { style: "form" } },
|
|
3548
|
-
fields: { object: { style: "form" } }
|
|
3549
|
-
}
|
|
3550
|
-
},
|
|
3551
3194
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3552
3195
|
url: "/ai/conversations",
|
|
3553
3196
|
...options
|
|
3554
3197
|
});
|
|
3555
3198
|
var postAiConversations = (options) => (options.client ?? client).post({
|
|
3556
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3557
3199
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3558
3200
|
url: "/ai/conversations",
|
|
3559
3201
|
...options,
|
|
@@ -3563,7 +3205,6 @@ var postAiConversations = (options) => (options.client ?? client).post({
|
|
|
3563
3205
|
}
|
|
3564
3206
|
});
|
|
3565
3207
|
var postAiSearch = (options) => (options.client ?? client).post({
|
|
3566
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3567
3208
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3568
3209
|
url: "/ai/search",
|
|
3569
3210
|
...options,
|
|
@@ -3573,24 +3214,16 @@ var postAiSearch = (options) => (options.client ?? client).post({
|
|
|
3573
3214
|
}
|
|
3574
3215
|
});
|
|
3575
3216
|
var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
|
|
3576
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3577
3217
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3578
3218
|
url: "/ai/graph/nodes/{id}",
|
|
3579
3219
|
...options
|
|
3580
3220
|
});
|
|
3581
3221
|
var getWorkspacesShared = (options) => (options.client ?? client).get({
|
|
3582
|
-
querySerializer: {
|
|
3583
|
-
parameters: {
|
|
3584
|
-
filter: { object: { style: "form" } },
|
|
3585
|
-
fields: { object: { style: "form" } }
|
|
3586
|
-
}
|
|
3587
|
-
},
|
|
3588
3222
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3589
3223
|
url: "/workspaces/shared",
|
|
3590
3224
|
...options
|
|
3591
3225
|
});
|
|
3592
3226
|
var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
|
|
3593
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3594
3227
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3595
3228
|
url: "/wallet/addons/{addon_slug}/cancel",
|
|
3596
3229
|
...options,
|
|
@@ -3600,19 +3233,16 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
|
|
|
3600
3233
|
}
|
|
3601
3234
|
});
|
|
3602
3235
|
var deleteApplicationsById = (options) => (options.client ?? client).delete({
|
|
3603
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3604
3236
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3605
3237
|
url: "/applications/{id}",
|
|
3606
3238
|
...options
|
|
3607
3239
|
});
|
|
3608
3240
|
var getApplicationsById = (options) => (options.client ?? client).get({
|
|
3609
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3610
3241
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3611
3242
|
url: "/applications/{id}",
|
|
3612
3243
|
...options
|
|
3613
3244
|
});
|
|
3614
3245
|
var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
3615
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3616
3246
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3617
3247
|
url: "/applications/{id}",
|
|
3618
3248
|
...options,
|
|
@@ -3622,18 +3252,11 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
|
3622
3252
|
}
|
|
3623
3253
|
});
|
|
3624
3254
|
var getSearchHealth = (options) => (options.client ?? client).get({
|
|
3625
|
-
querySerializer: {
|
|
3626
|
-
parameters: {
|
|
3627
|
-
filter: { object: { style: "form" } },
|
|
3628
|
-
fields: { object: { style: "form" } }
|
|
3629
|
-
}
|
|
3630
|
-
},
|
|
3631
3255
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3632
3256
|
url: "/search/health",
|
|
3633
3257
|
...options
|
|
3634
3258
|
});
|
|
3635
3259
|
var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? client).patch({
|
|
3636
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3637
3260
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3638
3261
|
url: "/extraction/documents/{id}/verification",
|
|
3639
3262
|
...options,
|
|
@@ -3643,7 +3266,6 @@ var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? c
|
|
|
3643
3266
|
}
|
|
3644
3267
|
});
|
|
3645
3268
|
var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
3646
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3647
3269
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3648
3270
|
url: "/threads/{id}/fork",
|
|
3649
3271
|
...options,
|
|
@@ -3652,31 +3274,26 @@ var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
|
3652
3274
|
...options.headers
|
|
3653
3275
|
}
|
|
3654
3276
|
});
|
|
3277
|
+
var postExtractionDocumentsFindOrBeginUpload = (options) => (options.client ?? client).post({
|
|
3278
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3279
|
+
url: "/extraction/documents/find_or_begin_upload",
|
|
3280
|
+
...options,
|
|
3281
|
+
headers: {
|
|
3282
|
+
"Content-Type": "application/vnd.api+json",
|
|
3283
|
+
...options.headers
|
|
3284
|
+
}
|
|
3285
|
+
});
|
|
3655
3286
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
3656
|
-
querySerializer: {
|
|
3657
|
-
parameters: {
|
|
3658
|
-
filter: { object: { style: "form" } },
|
|
3659
|
-
fields: { object: { style: "form" } }
|
|
3660
|
-
}
|
|
3661
|
-
},
|
|
3662
3287
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3663
3288
|
url: "/transactions",
|
|
3664
3289
|
...options
|
|
3665
3290
|
});
|
|
3666
3291
|
var getUserProfiles = (options) => (options.client ?? client).get({
|
|
3667
|
-
querySerializer: {
|
|
3668
|
-
parameters: {
|
|
3669
|
-
filter: { object: { style: "form" } },
|
|
3670
|
-
page: { object: { style: "form" } },
|
|
3671
|
-
fields: { object: { style: "form" } }
|
|
3672
|
-
}
|
|
3673
|
-
},
|
|
3674
3292
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3675
3293
|
url: "/user_profiles",
|
|
3676
3294
|
...options
|
|
3677
3295
|
});
|
|
3678
3296
|
var postUserProfiles = (options) => (options.client ?? client).post({
|
|
3679
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3680
3297
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3681
3298
|
url: "/user_profiles",
|
|
3682
3299
|
...options,
|
|
@@ -3686,7 +3303,6 @@ var postUserProfiles = (options) => (options.client ?? client).post({
|
|
|
3686
3303
|
}
|
|
3687
3304
|
});
|
|
3688
3305
|
var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
3689
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3690
3306
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3691
3307
|
url: "/users/{id}/confirm-email",
|
|
3692
3308
|
...options,
|
|
@@ -3696,13 +3312,11 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
|
3696
3312
|
}
|
|
3697
3313
|
});
|
|
3698
3314
|
var getThreadsSearch = (options) => (options.client ?? client).get({
|
|
3699
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3700
3315
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3701
3316
|
url: "/threads/search",
|
|
3702
3317
|
...options
|
|
3703
3318
|
});
|
|
3704
3319
|
var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
|
|
3705
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3706
3320
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3707
3321
|
url: "/search/saved/{id}/run",
|
|
3708
3322
|
...options,
|
|
@@ -3712,7 +3326,6 @@ var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
|
|
|
3712
3326
|
}
|
|
3713
3327
|
});
|
|
3714
3328
|
var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
3715
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3716
3329
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3717
3330
|
url: "/wallet/plan",
|
|
3718
3331
|
...options,
|
|
@@ -3722,13 +3335,11 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
|
3722
3335
|
}
|
|
3723
3336
|
});
|
|
3724
3337
|
var getPlansSlugBySlug = (options) => (options.client ?? client).get({
|
|
3725
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3726
3338
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3727
3339
|
url: "/plans/slug/{slug}",
|
|
3728
3340
|
...options
|
|
3729
3341
|
});
|
|
3730
3342
|
var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client).patch({
|
|
3731
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3732
3343
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3733
3344
|
url: "/extraction/documents/{id}/restore",
|
|
3734
3345
|
...options,
|
|
@@ -3738,24 +3349,16 @@ var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client
|
|
|
3738
3349
|
}
|
|
3739
3350
|
});
|
|
3740
3351
|
var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
3741
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3742
3352
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3743
3353
|
url: "/llm_analytics/{id}",
|
|
3744
3354
|
...options
|
|
3745
3355
|
});
|
|
3746
3356
|
var getPermissions = (options) => (options.client ?? client).get({
|
|
3747
|
-
querySerializer: {
|
|
3748
|
-
parameters: {
|
|
3749
|
-
filter: { object: { style: "form" } },
|
|
3750
|
-
fields: { object: { style: "form" } }
|
|
3751
|
-
}
|
|
3752
|
-
},
|
|
3753
3357
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3754
3358
|
url: "/permissions",
|
|
3755
3359
|
...options
|
|
3756
3360
|
});
|
|
3757
3361
|
var patchUserProfilesByIdAcceptTos = (options) => (options.client ?? client).patch({
|
|
3758
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3759
3362
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3760
3363
|
url: "/user_profiles/{id}/accept-tos",
|
|
3761
3364
|
...options,
|
|
@@ -3765,7 +3368,6 @@ var patchUserProfilesByIdAcceptTos = (options) => (options.client ?? client).pat
|
|
|
3765
3368
|
}
|
|
3766
3369
|
});
|
|
3767
3370
|
var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? client).patch({
|
|
3768
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3769
3371
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3770
3372
|
url: "/extraction/documents/{id}/mark_trained",
|
|
3771
3373
|
...options,
|
|
@@ -3775,7 +3377,6 @@ var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? cl
|
|
|
3775
3377
|
}
|
|
3776
3378
|
});
|
|
3777
3379
|
var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
|
|
3778
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3779
3380
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3780
3381
|
url: "/applications/{id}/grant-credits",
|
|
3781
3382
|
...options,
|
|
@@ -3785,29 +3386,16 @@ var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).
|
|
|
3785
3386
|
}
|
|
3786
3387
|
});
|
|
3787
3388
|
var getSearchStatus = (options) => (options.client ?? client).get({
|
|
3788
|
-
querySerializer: {
|
|
3789
|
-
parameters: {
|
|
3790
|
-
filter: { object: { style: "form" } },
|
|
3791
|
-
fields: { object: { style: "form" } }
|
|
3792
|
-
}
|
|
3793
|
-
},
|
|
3794
3389
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3795
3390
|
url: "/search/status",
|
|
3796
3391
|
...options
|
|
3797
3392
|
});
|
|
3798
3393
|
var getTenantsByTenantIdWorkspaceStats = (options) => (options.client ?? client).get({
|
|
3799
|
-
querySerializer: {
|
|
3800
|
-
parameters: {
|
|
3801
|
-
filter: { object: { style: "form" } },
|
|
3802
|
-
fields: { object: { style: "form" } }
|
|
3803
|
-
}
|
|
3804
|
-
},
|
|
3805
3394
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3806
3395
|
url: "/tenants/{tenant_id}/workspace_stats",
|
|
3807
3396
|
...options
|
|
3808
3397
|
});
|
|
3809
3398
|
var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
3810
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3811
3399
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3812
3400
|
url: "/api_keys/{id}/allocate",
|
|
3813
3401
|
...options,
|
|
@@ -3817,13 +3405,11 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
|
3817
3405
|
}
|
|
3818
3406
|
});
|
|
3819
3407
|
var getWatcherClaimsById = (options) => (options.client ?? client).get({
|
|
3820
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3821
3408
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3822
3409
|
url: "/watcher/claims/{id}",
|
|
3823
3410
|
...options
|
|
3824
3411
|
});
|
|
3825
3412
|
var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
|
|
3826
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3827
3413
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3828
3414
|
url: "/watcher/claims/{id}",
|
|
3829
3415
|
...options,
|
|
@@ -3833,7 +3419,6 @@ var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
|
|
|
3833
3419
|
}
|
|
3834
3420
|
});
|
|
3835
3421
|
var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
3836
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3837
3422
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3838
3423
|
url: "/users/auth/login",
|
|
3839
3424
|
...options,
|
|
@@ -3843,19 +3428,11 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
|
3843
3428
|
}
|
|
3844
3429
|
});
|
|
3845
3430
|
var getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus = (options) => (options.client ?? client).get({
|
|
3846
|
-
querySerializer: {
|
|
3847
|
-
parameters: {
|
|
3848
|
-
filter: { object: { style: "form" } },
|
|
3849
|
-
page: { object: { style: "form" } },
|
|
3850
|
-
fields: { object: { style: "form" } }
|
|
3851
|
-
}
|
|
3852
|
-
},
|
|
3853
3431
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3854
3432
|
url: "/extraction/documents/workspace/{workspace_id}/by_status/{status}",
|
|
3855
3433
|
...options
|
|
3856
3434
|
});
|
|
3857
3435
|
var postAiEmbed = (options) => (options.client ?? client).post({
|
|
3858
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3859
3436
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3860
3437
|
url: "/ai/embed",
|
|
3861
3438
|
...options,
|
|
@@ -3874,18 +3451,11 @@ var postWebhookConfigsByIdReplay = (options) => (options.client ?? client).post(
|
|
|
3874
3451
|
}
|
|
3875
3452
|
});
|
|
3876
3453
|
var getWorkspacesMine = (options) => (options.client ?? client).get({
|
|
3877
|
-
querySerializer: {
|
|
3878
|
-
parameters: {
|
|
3879
|
-
filter: { object: { style: "form" } },
|
|
3880
|
-
fields: { object: { style: "form" } }
|
|
3881
|
-
}
|
|
3882
|
-
},
|
|
3883
3454
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3884
3455
|
url: "/workspaces/mine",
|
|
3885
3456
|
...options
|
|
3886
3457
|
});
|
|
3887
3458
|
var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
3888
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3889
3459
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3890
3460
|
url: "/tenants/isv",
|
|
3891
3461
|
...options,
|
|
@@ -3895,7 +3465,6 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
|
3895
3465
|
}
|
|
3896
3466
|
});
|
|
3897
3467
|
var postSearchReindex = (options) => (options.client ?? client).post({
|
|
3898
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3899
3468
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3900
3469
|
url: "/search/reindex",
|
|
3901
3470
|
...options,
|
|
@@ -3905,7 +3474,6 @@ var postSearchReindex = (options) => (options.client ?? client).post({
|
|
|
3905
3474
|
}
|
|
3906
3475
|
});
|
|
3907
3476
|
var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
|
|
3908
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3909
3477
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3910
3478
|
url: "/extraction/results/{id}/regenerate",
|
|
3911
3479
|
...options,
|
|
@@ -3915,7 +3483,6 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
|
|
|
3915
3483
|
}
|
|
3916
3484
|
});
|
|
3917
3485
|
var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
3918
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3919
3486
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3920
3487
|
url: "/users/auth/confirm",
|
|
3921
3488
|
...options,
|
|
@@ -3925,18 +3492,11 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
3925
3492
|
}
|
|
3926
3493
|
});
|
|
3927
3494
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
3928
|
-
querySerializer: {
|
|
3929
|
-
parameters: {
|
|
3930
|
-
filter: { object: { style: "form" } },
|
|
3931
|
-
fields: { object: { style: "form" } }
|
|
3932
|
-
}
|
|
3933
|
-
},
|
|
3934
3495
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3935
3496
|
url: "/storage/stats",
|
|
3936
3497
|
...options
|
|
3937
3498
|
});
|
|
3938
3499
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
3939
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3940
3500
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3941
3501
|
url: "/tenants/{id}/buy-storage",
|
|
3942
3502
|
...options,
|
|
@@ -3946,19 +3506,11 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
3946
3506
|
}
|
|
3947
3507
|
});
|
|
3948
3508
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
3949
|
-
querySerializer: {
|
|
3950
|
-
parameters: {
|
|
3951
|
-
filter: { object: { style: "form" } },
|
|
3952
|
-
page: { object: { style: "form" } },
|
|
3953
|
-
fields: { object: { style: "form" } }
|
|
3954
|
-
}
|
|
3955
|
-
},
|
|
3956
3509
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3957
3510
|
url: "/workspace-memberships",
|
|
3958
3511
|
...options
|
|
3959
3512
|
});
|
|
3960
3513
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
3961
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3962
3514
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3963
3515
|
url: "/workspace-memberships",
|
|
3964
3516
|
...options,
|
|
@@ -3968,7 +3520,6 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
3968
3520
|
}
|
|
3969
3521
|
});
|
|
3970
3522
|
var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch({
|
|
3971
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3972
3523
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3973
3524
|
url: "/api_keys/{id}/reset-period",
|
|
3974
3525
|
...options,
|
|
@@ -3978,25 +3529,16 @@ var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch(
|
|
|
3978
3529
|
}
|
|
3979
3530
|
});
|
|
3980
3531
|
var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
|
|
3981
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3982
3532
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3983
3533
|
url: "/tenants/{tenant_id}/document_stats",
|
|
3984
3534
|
...options
|
|
3985
3535
|
});
|
|
3986
3536
|
var getSearchAnalytics = (options) => (options.client ?? client).get({
|
|
3987
|
-
querySerializer: {
|
|
3988
|
-
parameters: {
|
|
3989
|
-
filter: { object: { style: "form" } },
|
|
3990
|
-
page: { object: { style: "form" } },
|
|
3991
|
-
fields: { object: { style: "form" } }
|
|
3992
|
-
}
|
|
3993
|
-
},
|
|
3994
3537
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3995
3538
|
url: "/search/analytics",
|
|
3996
3539
|
...options
|
|
3997
3540
|
});
|
|
3998
3541
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
3999
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4000
3542
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4001
3543
|
url: "/users/auth/magic_link/request",
|
|
4002
3544
|
...options,
|
|
@@ -4006,18 +3548,11 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
4006
3548
|
}
|
|
4007
3549
|
});
|
|
4008
3550
|
var getPermissionsPresetsById = (options) => (options.client ?? client).get({
|
|
4009
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4010
3551
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4011
3552
|
url: "/permissions/presets/{id}",
|
|
4012
3553
|
...options
|
|
4013
3554
|
});
|
|
4014
3555
|
var getPermissionsPresets = (options) => (options.client ?? client).get({
|
|
4015
|
-
querySerializer: {
|
|
4016
|
-
parameters: {
|
|
4017
|
-
filter: { object: { style: "form" } },
|
|
4018
|
-
fields: { object: { style: "form" } }
|
|
4019
|
-
}
|
|
4020
|
-
},
|
|
4021
3556
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4022
3557
|
url: "/permissions/presets",
|
|
4023
3558
|
...options
|
|
@@ -4032,7 +3567,6 @@ var postWebhookDeliveriesBulkRetry = (options) => (options.client ?? client).pos
|
|
|
4032
3567
|
}
|
|
4033
3568
|
});
|
|
4034
3569
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
4035
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4036
3570
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4037
3571
|
url: "/users/auth/register",
|
|
4038
3572
|
...options,
|
|
@@ -4056,19 +3590,16 @@ var postAgentsByIdSchemaVersionsByVersionIdActivate = (options) => (options.clie
|
|
|
4056
3590
|
...options
|
|
4057
3591
|
});
|
|
4058
3592
|
var deletePaymentMethodsById = (options) => (options.client ?? client).delete({
|
|
4059
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4060
3593
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4061
3594
|
url: "/payment-methods/{id}",
|
|
4062
3595
|
...options
|
|
4063
3596
|
});
|
|
4064
3597
|
var getPaymentMethodsById = (options) => (options.client ?? client).get({
|
|
4065
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4066
3598
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4067
3599
|
url: "/payment-methods/{id}",
|
|
4068
3600
|
...options
|
|
4069
3601
|
});
|
|
4070
3602
|
var patchPaymentMethodsById = (options) => (options.client ?? client).patch({
|
|
4071
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4072
3603
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4073
3604
|
url: "/payment-methods/{id}",
|
|
4074
3605
|
...options,
|
|
@@ -4078,19 +3609,16 @@ var patchPaymentMethodsById = (options) => (options.client ?? client).patch({
|
|
|
4078
3609
|
}
|
|
4079
3610
|
});
|
|
4080
3611
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
4081
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4082
3612
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4083
3613
|
url: "/buckets/{id}",
|
|
4084
3614
|
...options
|
|
4085
3615
|
});
|
|
4086
3616
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
4087
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4088
3617
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4089
3618
|
url: "/buckets/{id}",
|
|
4090
3619
|
...options
|
|
4091
3620
|
});
|
|
4092
3621
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
4093
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4094
3622
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4095
3623
|
url: "/buckets/{id}",
|
|
4096
3624
|
...options,
|
|
@@ -4100,35 +3628,21 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
4100
3628
|
}
|
|
4101
3629
|
});
|
|
4102
3630
|
var getPermissionsById = (options) => (options.client ?? client).get({
|
|
4103
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4104
3631
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4105
3632
|
url: "/permissions/{id}",
|
|
4106
3633
|
...options
|
|
4107
3634
|
});
|
|
4108
3635
|
var getAiGraphNodesBySourceNodeIdRelated = (options) => (options.client ?? client).get({
|
|
4109
|
-
querySerializer: {
|
|
4110
|
-
parameters: {
|
|
4111
|
-
filter: { object: { style: "form" } },
|
|
4112
|
-
fields: { object: { style: "form" } }
|
|
4113
|
-
}
|
|
4114
|
-
},
|
|
4115
3636
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4116
3637
|
url: "/ai/graph/nodes/{source_node_id}/related",
|
|
4117
3638
|
...options
|
|
4118
3639
|
});
|
|
4119
3640
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
4120
|
-
querySerializer: {
|
|
4121
|
-
parameters: {
|
|
4122
|
-
filter: { object: { style: "form" } },
|
|
4123
|
-
fields: { object: { style: "form" } }
|
|
4124
|
-
}
|
|
4125
|
-
},
|
|
4126
3641
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4127
3642
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
4128
3643
|
...options
|
|
4129
3644
|
});
|
|
4130
3645
|
var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? client).patch({
|
|
4131
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4132
3646
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4133
3647
|
url: "/applications/{id}/allocate-credits",
|
|
4134
3648
|
...options,
|
|
@@ -4138,30 +3652,16 @@ var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? clien
|
|
|
4138
3652
|
}
|
|
4139
3653
|
});
|
|
4140
3654
|
var getExtractionResultsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
4141
|
-
querySerializer: {
|
|
4142
|
-
parameters: {
|
|
4143
|
-
filter: { object: { style: "form" } },
|
|
4144
|
-
page: { object: { style: "form" } },
|
|
4145
|
-
fields: { object: { style: "form" } }
|
|
4146
|
-
}
|
|
4147
|
-
},
|
|
4148
3655
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4149
3656
|
url: "/extraction/results/workspace/{workspace_id}",
|
|
4150
3657
|
...options
|
|
4151
3658
|
});
|
|
4152
3659
|
var getSearchAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
4153
|
-
querySerializer: {
|
|
4154
|
-
parameters: {
|
|
4155
|
-
filter: { object: { style: "form" } },
|
|
4156
|
-
fields: { object: { style: "form" } }
|
|
4157
|
-
}
|
|
4158
|
-
},
|
|
4159
3660
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4160
3661
|
url: "/search/analytics/summary",
|
|
4161
3662
|
...options
|
|
4162
3663
|
});
|
|
4163
3664
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
4164
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4165
3665
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4166
3666
|
url: "/extraction/documents/begin_upload",
|
|
4167
3667
|
...options,
|
|
@@ -4171,25 +3671,21 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
4171
3671
|
}
|
|
4172
3672
|
});
|
|
4173
3673
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
4174
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4175
3674
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4176
3675
|
url: "/ai/graph/edges/{id}",
|
|
4177
3676
|
...options
|
|
4178
3677
|
});
|
|
4179
3678
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
4180
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4181
3679
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4182
3680
|
url: "/tenants/{id}",
|
|
4183
3681
|
...options
|
|
4184
3682
|
});
|
|
4185
3683
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
4186
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4187
3684
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4188
3685
|
url: "/tenants/{id}",
|
|
4189
3686
|
...options
|
|
4190
3687
|
});
|
|
4191
3688
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
4192
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4193
3689
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4194
3690
|
url: "/tenants/{id}",
|
|
4195
3691
|
...options,
|
|
@@ -4199,19 +3695,11 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
4199
3695
|
}
|
|
4200
3696
|
});
|
|
4201
3697
|
var getPlans = (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
|
-
},
|
|
4209
3698
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4210
3699
|
url: "/plans",
|
|
4211
3700
|
...options
|
|
4212
3701
|
});
|
|
4213
3702
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
4214
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4215
3703
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4216
3704
|
url: "/agents/{id}/test",
|
|
4217
3705
|
...options,
|
|
@@ -4230,24 +3718,16 @@ var postAgentVersionsByIdAddSystemField = (options) => (options.client ?? client
|
|
|
4230
3718
|
}
|
|
4231
3719
|
});
|
|
4232
3720
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
4233
|
-
querySerializer: {
|
|
4234
|
-
parameters: {
|
|
4235
|
-
filter: { object: { style: "form" } },
|
|
4236
|
-
fields: { object: { style: "form" } }
|
|
4237
|
-
}
|
|
4238
|
-
},
|
|
4239
3721
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4240
3722
|
url: "/extraction/documents",
|
|
4241
3723
|
...options
|
|
4242
3724
|
});
|
|
4243
3725
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
4244
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4245
3726
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4246
3727
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
4247
3728
|
...options
|
|
4248
3729
|
});
|
|
4249
3730
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
4250
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4251
3731
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4252
3732
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
4253
3733
|
...options,
|
|
@@ -4257,7 +3737,6 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
4257
3737
|
}
|
|
4258
3738
|
});
|
|
4259
3739
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
4260
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4261
3740
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4262
3741
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
4263
3742
|
...options,
|
|
@@ -4266,19 +3745,17 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
4266
3745
|
...options.headers
|
|
4267
3746
|
}
|
|
4268
3747
|
});
|
|
3748
|
+
var getAgentVersionsByIdRevisions = (options) => (options.client ?? client).get({
|
|
3749
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3750
|
+
url: "/agent_versions/{id}/revisions",
|
|
3751
|
+
...options
|
|
3752
|
+
});
|
|
4269
3753
|
var getAuditLogsActivity = (options) => (options.client ?? client).get({
|
|
4270
|
-
querySerializer: {
|
|
4271
|
-
parameters: {
|
|
4272
|
-
filter: { object: { style: "form" } },
|
|
4273
|
-
fields: { object: { style: "form" } }
|
|
4274
|
-
}
|
|
4275
|
-
},
|
|
4276
3754
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4277
3755
|
url: "/audit-logs/activity",
|
|
4278
3756
|
...options
|
|
4279
3757
|
});
|
|
4280
3758
|
var postUsersAuthResendConfirmation = (options) => (options.client ?? client).post({
|
|
4281
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4282
3759
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4283
3760
|
url: "/users/auth/resend-confirmation",
|
|
4284
3761
|
...options,
|
|
@@ -4288,29 +3765,16 @@ var postUsersAuthResendConfirmation = (options) => (options.client ?? client).po
|
|
|
4288
3765
|
}
|
|
4289
3766
|
});
|
|
4290
3767
|
var getWorkspacesAnalyticsBatch = (options) => (options.client ?? client).get({
|
|
4291
|
-
querySerializer: {
|
|
4292
|
-
parameters: {
|
|
4293
|
-
filter: { object: { style: "form" } },
|
|
4294
|
-
fields: { object: { style: "form" } }
|
|
4295
|
-
}
|
|
4296
|
-
},
|
|
4297
3768
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4298
3769
|
url: "/workspaces/analytics-batch",
|
|
4299
3770
|
...options
|
|
4300
3771
|
});
|
|
4301
3772
|
var getFieldTemplates = (options) => (options.client ?? client).get({
|
|
4302
|
-
querySerializer: {
|
|
4303
|
-
parameters: {
|
|
4304
|
-
filter: { object: { style: "form" } },
|
|
4305
|
-
fields: { object: { style: "form" } }
|
|
4306
|
-
}
|
|
4307
|
-
},
|
|
4308
3773
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4309
3774
|
url: "/field_templates",
|
|
4310
3775
|
...options
|
|
4311
3776
|
});
|
|
4312
3777
|
var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
4313
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4314
3778
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4315
3779
|
url: "/field_templates",
|
|
4316
3780
|
...options,
|
|
@@ -4320,19 +3784,11 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
|
4320
3784
|
}
|
|
4321
3785
|
});
|
|
4322
3786
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
4323
|
-
querySerializer: {
|
|
4324
|
-
parameters: {
|
|
4325
|
-
filter: { object: { style: "form" } },
|
|
4326
|
-
page: { object: { style: "form" } },
|
|
4327
|
-
fields: { object: { style: "form" } }
|
|
4328
|
-
}
|
|
4329
|
-
},
|
|
4330
3787
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4331
3788
|
url: "/ai/messages",
|
|
4332
3789
|
...options
|
|
4333
3790
|
});
|
|
4334
3791
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
4335
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4336
3792
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4337
3793
|
url: "/ai/messages",
|
|
4338
3794
|
...options,
|
|
@@ -4342,13 +3798,6 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
4342
3798
|
}
|
|
4343
3799
|
});
|
|
4344
3800
|
var getWatcherEvents = (options) => (options.client ?? client).get({
|
|
4345
|
-
querySerializer: {
|
|
4346
|
-
parameters: {
|
|
4347
|
-
filter: { object: { style: "form" } },
|
|
4348
|
-
page: { object: { style: "form" } },
|
|
4349
|
-
fields: { object: { style: "form" } }
|
|
4350
|
-
}
|
|
4351
|
-
},
|
|
4352
3801
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4353
3802
|
url: "/watcher/events",
|
|
4354
3803
|
...options
|
|
@@ -4363,7 +3812,6 @@ var postWatcherEvents = (options) => (options.client ?? client).post({
|
|
|
4363
3812
|
}
|
|
4364
3813
|
});
|
|
4365
3814
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
4366
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4367
3815
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4368
3816
|
url: "/storage/sign_upload",
|
|
4369
3817
|
...options,
|
|
@@ -4373,7 +3821,6 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
4373
3821
|
}
|
|
4374
3822
|
});
|
|
4375
3823
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
4376
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4377
3824
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4378
3825
|
url: "/webhook_deliveries/{id}/retry",
|
|
4379
3826
|
...options,
|
|
@@ -4383,19 +3830,11 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
4383
3830
|
}
|
|
4384
3831
|
});
|
|
4385
3832
|
var getNotificationMethods = (options) => (options.client ?? client).get({
|
|
4386
|
-
querySerializer: {
|
|
4387
|
-
parameters: {
|
|
4388
|
-
filter: { object: { style: "form" } },
|
|
4389
|
-
page: { object: { style: "form" } },
|
|
4390
|
-
fields: { object: { style: "form" } }
|
|
4391
|
-
}
|
|
4392
|
-
},
|
|
4393
3833
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4394
3834
|
url: "/notification_methods",
|
|
4395
3835
|
...options
|
|
4396
3836
|
});
|
|
4397
3837
|
var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
4398
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4399
3838
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4400
3839
|
url: "/notification_methods",
|
|
4401
3840
|
...options,
|
|
@@ -4405,13 +3844,11 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
4405
3844
|
}
|
|
4406
3845
|
});
|
|
4407
3846
|
var getWalletPlanPreview = (options) => (options.client ?? client).get({
|
|
4408
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4409
3847
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4410
3848
|
url: "/wallet/plan/preview",
|
|
4411
3849
|
...options
|
|
4412
3850
|
});
|
|
4413
3851
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
4414
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4415
3852
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4416
3853
|
url: "/threads/{id}/summarize",
|
|
4417
3854
|
...options,
|
|
@@ -4421,7 +3858,6 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
4421
3858
|
}
|
|
4422
3859
|
});
|
|
4423
3860
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
4424
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4425
3861
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4426
3862
|
url: "/configs/{key}",
|
|
4427
3863
|
...options,
|
|
@@ -4431,7 +3867,6 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
4431
3867
|
}
|
|
4432
3868
|
});
|
|
4433
3869
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
4434
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4435
3870
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4436
3871
|
url: "/api_keys/{id}/rotate",
|
|
4437
3872
|
...options,
|
|
@@ -4441,18 +3876,11 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
4441
3876
|
}
|
|
4442
3877
|
});
|
|
4443
3878
|
var getExtractionResults = (options) => (options.client ?? client).get({
|
|
4444
|
-
querySerializer: {
|
|
4445
|
-
parameters: {
|
|
4446
|
-
filter: { object: { style: "form" } },
|
|
4447
|
-
fields: { object: { style: "form" } }
|
|
4448
|
-
}
|
|
4449
|
-
},
|
|
4450
3879
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4451
3880
|
url: "/extraction/results",
|
|
4452
3881
|
...options
|
|
4453
3882
|
});
|
|
4454
3883
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
4455
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4456
3884
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4457
3885
|
url: "/agents/{id}/clone",
|
|
4458
3886
|
...options,
|
|
@@ -4462,19 +3890,16 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
4462
3890
|
}
|
|
4463
3891
|
});
|
|
4464
3892
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
4465
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4466
3893
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4467
3894
|
url: "/ai/conversations/{id}",
|
|
4468
3895
|
...options
|
|
4469
3896
|
});
|
|
4470
3897
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
4471
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4472
3898
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4473
3899
|
url: "/ai/conversations/{id}",
|
|
4474
3900
|
...options
|
|
4475
3901
|
});
|
|
4476
3902
|
var patchAiConversationsById = (options) => (options.client ?? client).patch({
|
|
4477
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4478
3903
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4479
3904
|
url: "/ai/conversations/{id}",
|
|
4480
3905
|
...options,
|
|
@@ -4484,19 +3909,16 @@ var patchAiConversationsById = (options) => (options.client ?? client).patch({
|
|
|
4484
3909
|
}
|
|
4485
3910
|
});
|
|
4486
3911
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
4487
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4488
3912
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4489
3913
|
url: "/user_profiles/{id}",
|
|
4490
3914
|
...options
|
|
4491
3915
|
});
|
|
4492
3916
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
4493
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4494
3917
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4495
3918
|
url: "/user_profiles/{id}",
|
|
4496
3919
|
...options
|
|
4497
3920
|
});
|
|
4498
3921
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
4499
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4500
3922
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4501
3923
|
url: "/user_profiles/{id}",
|
|
4502
3924
|
...options,
|
|
@@ -4506,12 +3928,6 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
4506
3928
|
}
|
|
4507
3929
|
});
|
|
4508
3930
|
var getInvitationsMe = (options) => (options.client ?? client).get({
|
|
4509
|
-
querySerializer: {
|
|
4510
|
-
parameters: {
|
|
4511
|
-
filter: { object: { style: "form" } },
|
|
4512
|
-
fields: { object: { style: "form" } }
|
|
4513
|
-
}
|
|
4514
|
-
},
|
|
4515
3931
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4516
3932
|
url: "/invitations/me",
|
|
4517
3933
|
...options
|
|
@@ -4526,7 +3942,6 @@ var patchAgentsByIdSchemaVersionsByVersionId = (options) => (options.client ?? c
|
|
|
4526
3942
|
}
|
|
4527
3943
|
});
|
|
4528
3944
|
var postSearchBatch = (options) => (options.client ?? client).post({
|
|
4529
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4530
3945
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4531
3946
|
url: "/search/batch",
|
|
4532
3947
|
...options,
|
|
@@ -4536,49 +3951,31 @@ var postSearchBatch = (options) => (options.client ?? client).post({
|
|
|
4536
3951
|
}
|
|
4537
3952
|
});
|
|
4538
3953
|
var getThreadsWorkspaceStats = (options) => (options.client ?? client).get({
|
|
4539
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4540
3954
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4541
3955
|
url: "/threads/workspace-stats",
|
|
4542
3956
|
...options
|
|
4543
3957
|
});
|
|
4544
3958
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
4545
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4546
3959
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4547
3960
|
url: "/objects/{id}",
|
|
4548
3961
|
...options
|
|
4549
3962
|
});
|
|
4550
3963
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
4551
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4552
3964
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4553
3965
|
url: "/objects/{id}",
|
|
4554
3966
|
...options
|
|
4555
3967
|
});
|
|
4556
3968
|
var getExtractionDocumentsWorkspaceByWorkspaceIdExcluded = (options) => (options.client ?? client).get({
|
|
4557
|
-
querySerializer: {
|
|
4558
|
-
parameters: {
|
|
4559
|
-
filter: { object: { style: "form" } },
|
|
4560
|
-
page: { object: { style: "form" } },
|
|
4561
|
-
fields: { object: { style: "form" } }
|
|
4562
|
-
}
|
|
4563
|
-
},
|
|
4564
3969
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4565
3970
|
url: "/extraction/documents/workspace/{workspace_id}/excluded",
|
|
4566
3971
|
...options
|
|
4567
3972
|
});
|
|
4568
3973
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
4569
|
-
querySerializer: {
|
|
4570
|
-
parameters: {
|
|
4571
|
-
filter: { object: { style: "form" } },
|
|
4572
|
-
page: { object: { style: "form" } },
|
|
4573
|
-
fields: { object: { style: "form" } }
|
|
4574
|
-
}
|
|
4575
|
-
},
|
|
4576
3974
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4577
3975
|
url: "/webhook_configs",
|
|
4578
3976
|
...options
|
|
4579
3977
|
});
|
|
4580
3978
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
4581
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4582
3979
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4583
3980
|
url: "/webhook_configs",
|
|
4584
3981
|
...options,
|
|
@@ -4588,7 +3985,6 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
4588
3985
|
}
|
|
4589
3986
|
});
|
|
4590
3987
|
var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
|
|
4591
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4592
3988
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4593
3989
|
url: "/agents/{id}/publish_version",
|
|
4594
3990
|
...options,
|
|
@@ -4598,7 +3994,6 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
|
|
|
4598
3994
|
}
|
|
4599
3995
|
});
|
|
4600
3996
|
var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? client).post({
|
|
4601
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4602
3997
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4603
3998
|
url: "/extraction/documents/bulk-reprocess",
|
|
4604
3999
|
...options,
|
|
@@ -4608,7 +4003,6 @@ var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? clien
|
|
|
4608
4003
|
}
|
|
4609
4004
|
});
|
|
4610
4005
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
4611
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4612
4006
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4613
4007
|
url: "/objects/bulk-destroy",
|
|
4614
4008
|
...options,
|
|
@@ -4618,42 +4012,31 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
4618
4012
|
}
|
|
4619
4013
|
});
|
|
4620
4014
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
4621
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4622
4015
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4623
4016
|
url: "/applications/by-slug/{slug}",
|
|
4624
4017
|
...options
|
|
4625
4018
|
});
|
|
4626
4019
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
4627
|
-
querySerializer: {
|
|
4628
|
-
parameters: {
|
|
4629
|
-
filter: { object: { style: "form" } },
|
|
4630
|
-
fields: { object: { style: "form" } }
|
|
4631
|
-
}
|
|
4632
|
-
},
|
|
4633
4020
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4634
4021
|
url: "/notification_logs",
|
|
4635
4022
|
...options
|
|
4636
4023
|
});
|
|
4637
4024
|
var getWallet = (options) => (options.client ?? client).get({
|
|
4638
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4639
4025
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4640
4026
|
url: "/wallet",
|
|
4641
4027
|
...options
|
|
4642
4028
|
});
|
|
4643
4029
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
4644
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4645
4030
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4646
4031
|
url: "/messages/{id}",
|
|
4647
4032
|
...options
|
|
4648
4033
|
});
|
|
4649
4034
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
4650
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4651
4035
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4652
4036
|
url: "/messages/{id}",
|
|
4653
4037
|
...options
|
|
4654
4038
|
});
|
|
4655
4039
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
4656
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4657
4040
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4658
4041
|
url: "/messages/{id}",
|
|
4659
4042
|
...options,
|
|
@@ -4672,36 +4055,26 @@ var postAgentsByIdDiscoverSchema = (options) => (options.client ?? client).post(
|
|
|
4672
4055
|
}
|
|
4673
4056
|
});
|
|
4674
4057
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
4675
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4676
4058
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4677
4059
|
url: "/llm_analytics/usage",
|
|
4678
4060
|
...options
|
|
4679
4061
|
});
|
|
4680
4062
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
4681
|
-
querySerializer: {
|
|
4682
|
-
parameters: {
|
|
4683
|
-
filter: { object: { style: "form" } },
|
|
4684
|
-
fields: { object: { style: "form" } }
|
|
4685
|
-
}
|
|
4686
|
-
},
|
|
4687
4063
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4688
4064
|
url: "/search/stats",
|
|
4689
4065
|
...options
|
|
4690
4066
|
});
|
|
4691
4067
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
4692
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4693
4068
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4694
4069
|
url: "/notification_preferences/{id}",
|
|
4695
4070
|
...options
|
|
4696
4071
|
});
|
|
4697
4072
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
4698
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4699
4073
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4700
4074
|
url: "/notification_preferences/{id}",
|
|
4701
4075
|
...options
|
|
4702
4076
|
});
|
|
4703
4077
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
4704
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4705
4078
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4706
4079
|
url: "/notification_preferences/{id}",
|
|
4707
4080
|
...options,
|
|
@@ -4711,19 +4084,11 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
4711
4084
|
}
|
|
4712
4085
|
});
|
|
4713
4086
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
4714
|
-
querySerializer: {
|
|
4715
|
-
parameters: {
|
|
4716
|
-
filter: { object: { style: "form" } },
|
|
4717
|
-
page: { object: { style: "form" } },
|
|
4718
|
-
fields: { object: { style: "form" } }
|
|
4719
|
-
}
|
|
4720
|
-
},
|
|
4721
4087
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4722
4088
|
url: "/ai/graph/nodes",
|
|
4723
4089
|
...options
|
|
4724
4090
|
});
|
|
4725
4091
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
4726
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4727
4092
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4728
4093
|
url: "/ai/graph/nodes",
|
|
4729
4094
|
...options,
|
|
@@ -4733,19 +4098,11 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
4733
4098
|
}
|
|
4734
4099
|
});
|
|
4735
4100
|
var getAgents = (options) => (options.client ?? client).get({
|
|
4736
|
-
querySerializer: {
|
|
4737
|
-
parameters: {
|
|
4738
|
-
filter: { object: { style: "form" } },
|
|
4739
|
-
page: { object: { style: "form" } },
|
|
4740
|
-
fields: { object: { style: "form" } }
|
|
4741
|
-
}
|
|
4742
|
-
},
|
|
4743
4101
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4744
4102
|
url: "/agents",
|
|
4745
4103
|
...options
|
|
4746
4104
|
});
|
|
4747
4105
|
var postAgents = (options) => (options.client ?? client).post({
|
|
4748
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4749
4106
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4750
4107
|
url: "/agents",
|
|
4751
4108
|
...options,
|
|
@@ -4755,19 +4112,16 @@ var postAgents = (options) => (options.client ?? client).post({
|
|
|
4755
4112
|
}
|
|
4756
4113
|
});
|
|
4757
4114
|
var deleteApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).delete({
|
|
4758
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4759
4115
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4760
4116
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
4761
4117
|
...options
|
|
4762
4118
|
});
|
|
4763
4119
|
var getApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).get({
|
|
4764
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4765
4120
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4766
4121
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
4767
4122
|
...options
|
|
4768
4123
|
});
|
|
4769
4124
|
var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).patch({
|
|
4770
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4771
4125
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4772
4126
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
4773
4127
|
...options,
|
|
@@ -4777,7 +4131,6 @@ var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options
|
|
|
4777
4131
|
}
|
|
4778
4132
|
});
|
|
4779
4133
|
var patchPaymentMethodsByIdDefault = (options) => (options.client ?? client).patch({
|
|
4780
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4781
4134
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4782
4135
|
url: "/payment-methods/{id}/default",
|
|
4783
4136
|
...options,
|
|
@@ -4792,7 +4145,6 @@ var postAgentsByIdExport = (options) => (options.client ?? client).post({
|
|
|
4792
4145
|
...options
|
|
4793
4146
|
});
|
|
4794
4147
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
4795
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4796
4148
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4797
4149
|
url: "/users/register_isv",
|
|
4798
4150
|
...options,
|
|
@@ -4802,31 +4154,21 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
4802
4154
|
}
|
|
4803
4155
|
});
|
|
4804
4156
|
var deleteExtractionBatchesById = (options) => (options.client ?? client).delete({
|
|
4805
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4806
4157
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4807
4158
|
url: "/extraction/batches/{id}",
|
|
4808
4159
|
...options
|
|
4809
4160
|
});
|
|
4810
4161
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
4811
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4812
4162
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4813
4163
|
url: "/extraction/batches/{id}",
|
|
4814
4164
|
...options
|
|
4815
4165
|
});
|
|
4816
4166
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
4817
|
-
querySerializer: {
|
|
4818
|
-
parameters: {
|
|
4819
|
-
filter: { object: { style: "form" } },
|
|
4820
|
-
page: { object: { style: "form" } },
|
|
4821
|
-
fields: { object: { style: "form" } }
|
|
4822
|
-
}
|
|
4823
|
-
},
|
|
4824
4167
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4825
4168
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
4826
4169
|
...options
|
|
4827
4170
|
});
|
|
4828
4171
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
4829
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4830
4172
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4831
4173
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
4832
4174
|
...options,
|
|
@@ -4836,13 +4178,11 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
4836
4178
|
}
|
|
4837
4179
|
});
|
|
4838
4180
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
4839
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4840
4181
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4841
4182
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
4842
4183
|
...options
|
|
4843
4184
|
});
|
|
4844
4185
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
4845
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4846
4186
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4847
4187
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
4848
4188
|
...options,
|
|
@@ -4852,18 +4192,11 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
4852
4192
|
}
|
|
4853
4193
|
});
|
|
4854
4194
|
var getExtractionConfigEnums = (options) => (options.client ?? client).get({
|
|
4855
|
-
querySerializer: {
|
|
4856
|
-
parameters: {
|
|
4857
|
-
filter: { object: { style: "form" } },
|
|
4858
|
-
fields: { object: { style: "form" } }
|
|
4859
|
-
}
|
|
4860
|
-
},
|
|
4861
4195
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4862
4196
|
url: "/extraction/config-enums",
|
|
4863
4197
|
...options
|
|
4864
4198
|
});
|
|
4865
4199
|
var postExtractionConfigEnums = (options) => (options.client ?? client).post({
|
|
4866
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4867
4200
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4868
4201
|
url: "/extraction/config-enums",
|
|
4869
4202
|
...options,
|
|
@@ -4873,49 +4206,21 @@ var postExtractionConfigEnums = (options) => (options.client ?? client).post({
|
|
|
4873
4206
|
}
|
|
4874
4207
|
});
|
|
4875
4208
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrashed = (options) => (options.client ?? client).get({
|
|
4876
|
-
querySerializer: {
|
|
4877
|
-
parameters: {
|
|
4878
|
-
filter: { object: { style: "form" } },
|
|
4879
|
-
page: { object: { style: "form" } },
|
|
4880
|
-
fields: { object: { style: "form" } }
|
|
4881
|
-
}
|
|
4882
|
-
},
|
|
4883
4209
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4884
4210
|
url: "/extraction/documents/workspace/{workspace_id}/trashed",
|
|
4885
4211
|
...options
|
|
4886
4212
|
});
|
|
4887
4213
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
4888
|
-
querySerializer: {
|
|
4889
|
-
parameters: {
|
|
4890
|
-
filter: { object: { style: "form" } },
|
|
4891
|
-
page: { object: { style: "form" } },
|
|
4892
|
-
fields: { object: { style: "form" } }
|
|
4893
|
-
}
|
|
4894
|
-
},
|
|
4895
4214
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4896
4215
|
url: "/credit-packages",
|
|
4897
4216
|
...options
|
|
4898
4217
|
});
|
|
4899
4218
|
var getUsers = (options) => (options.client ?? client).get({
|
|
4900
|
-
querySerializer: {
|
|
4901
|
-
parameters: {
|
|
4902
|
-
filter: { object: { style: "form" } },
|
|
4903
|
-
page: { object: { style: "form" } },
|
|
4904
|
-
fields: { object: { style: "form" } }
|
|
4905
|
-
}
|
|
4906
|
-
},
|
|
4907
4219
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4908
4220
|
url: "/users",
|
|
4909
4221
|
...options
|
|
4910
4222
|
});
|
|
4911
4223
|
var getObjects = (options) => (options.client ?? client).get({
|
|
4912
|
-
querySerializer: {
|
|
4913
|
-
parameters: {
|
|
4914
|
-
filter: { object: { style: "form" } },
|
|
4915
|
-
page: { object: { style: "form" } },
|
|
4916
|
-
fields: { object: { style: "form" } }
|
|
4917
|
-
}
|
|
4918
|
-
},
|
|
4919
4224
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4920
4225
|
url: "/objects",
|
|
4921
4226
|
...options
|
|
@@ -5545,9 +4850,12 @@ var index_default = gptCore;
|
|
|
5545
4850
|
deleteWebhookConfigsById,
|
|
5546
4851
|
deleteWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
5547
4852
|
deleteWorkspacesById,
|
|
4853
|
+
getAgentVersionRevisions,
|
|
4854
|
+
getAgentVersionRevisionsById,
|
|
5548
4855
|
getAgentVersions,
|
|
5549
4856
|
getAgentVersionsById,
|
|
5550
4857
|
getAgentVersionsByIdMetrics,
|
|
4858
|
+
getAgentVersionsByIdRevisions,
|
|
5551
4859
|
getAgents,
|
|
5552
4860
|
getAgentsById,
|
|
5553
4861
|
getAgentsByIdSchemaVersions,
|
|
@@ -5686,6 +4994,7 @@ var index_default = gptCore;
|
|
|
5686
4994
|
getWalletPlanPreview,
|
|
5687
4995
|
getWatcherClaims,
|
|
5688
4996
|
getWatcherClaimsById,
|
|
4997
|
+
getWatcherClaimsHistory,
|
|
5689
4998
|
getWatcherClaimsStatus,
|
|
5690
4999
|
getWatcherEvents,
|
|
5691
5000
|
getWatcherEventsById,
|
|
@@ -5784,6 +5093,7 @@ var index_default = gptCore;
|
|
|
5784
5093
|
patchWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
5785
5094
|
patchWorkspacesById,
|
|
5786
5095
|
patchWorkspacesByIdAllocate,
|
|
5096
|
+
patchWorkspacesByIdPopulateHashes,
|
|
5787
5097
|
patchWorkspacesByIdStorageSettings,
|
|
5788
5098
|
postAgentTestResults,
|
|
5789
5099
|
postAgentVersionComparisons,
|
|
@@ -5825,6 +5135,7 @@ var index_default = gptCore;
|
|
|
5825
5135
|
postExtractionConfigEnums,
|
|
5826
5136
|
postExtractionDocumentsBeginUpload,
|
|
5827
5137
|
postExtractionDocumentsBulkReprocess,
|
|
5138
|
+
postExtractionDocumentsFindOrBeginUpload,
|
|
5828
5139
|
postExtractionDocumentsUpload,
|
|
5829
5140
|
postExtractionSchemaDiscoveries,
|
|
5830
5141
|
postFieldTemplates,
|