@gpt-core/client 0.9.11 → 0.9.12
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 +11476 -1063
- package/dist/index.d.ts +11476 -1063
- package/dist/index.js +0 -726
- package/dist/index.mjs +0 -726
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1623,7 +1623,6 @@ var client = createClient(
|
|
|
1623
1623
|
|
|
1624
1624
|
// src/_internal/sdk.gen.ts
|
|
1625
1625
|
var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
1626
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1627
1626
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1628
1627
|
url: "/ai/search/advanced",
|
|
1629
1628
|
...options,
|
|
@@ -1633,31 +1632,21 @@ var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
|
1633
1632
|
}
|
|
1634
1633
|
});
|
|
1635
1634
|
var deleteExtractionDocumentsById = (options) => (options.client ?? client).delete({
|
|
1636
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1637
1635
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1638
1636
|
url: "/extraction/documents/{id}",
|
|
1639
1637
|
...options
|
|
1640
1638
|
});
|
|
1641
1639
|
var getExtractionDocumentsById = (options) => (options.client ?? client).get({
|
|
1642
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1643
1640
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1644
1641
|
url: "/extraction/documents/{id}",
|
|
1645
1642
|
...options
|
|
1646
1643
|
});
|
|
1647
1644
|
var getThreads = (options) => (options.client ?? client).get({
|
|
1648
|
-
querySerializer: {
|
|
1649
|
-
parameters: {
|
|
1650
|
-
filter: { object: { style: "form" } },
|
|
1651
|
-
page: { object: { style: "form" } },
|
|
1652
|
-
fields: { object: { style: "form" } }
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
1645
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1656
1646
|
url: "/threads",
|
|
1657
1647
|
...options
|
|
1658
1648
|
});
|
|
1659
1649
|
var postThreads = (options) => (options.client ?? client).post({
|
|
1660
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1661
1650
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1662
1651
|
url: "/threads",
|
|
1663
1652
|
...options,
|
|
@@ -1667,7 +1656,6 @@ var postThreads = (options) => (options.client ?? client).post({
|
|
|
1667
1656
|
}
|
|
1668
1657
|
});
|
|
1669
1658
|
var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client).patch({
|
|
1670
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1671
1659
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1672
1660
|
url: "/extraction/documents/{id}/cancel",
|
|
1673
1661
|
...options,
|
|
@@ -1677,36 +1665,26 @@ var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client)
|
|
|
1677
1665
|
}
|
|
1678
1666
|
});
|
|
1679
1667
|
var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
1680
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1681
1668
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1682
1669
|
url: "/llm_analytics/costs",
|
|
1683
1670
|
...options
|
|
1684
1671
|
});
|
|
1685
1672
|
var getTrainingSessionsAgentsByAgentIdSessions = (options) => (options.client ?? client).get({
|
|
1686
|
-
querySerializer: {
|
|
1687
|
-
parameters: {
|
|
1688
|
-
filter: { object: { style: "form" } },
|
|
1689
|
-
fields: { object: { style: "form" } }
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
1673
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1693
1674
|
url: "/training_sessions/agents/{agent_id}/sessions",
|
|
1694
1675
|
...options
|
|
1695
1676
|
});
|
|
1696
1677
|
var getWatcherEventsById = (options) => (options.client ?? client).get({
|
|
1697
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1698
1678
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1699
1679
|
url: "/watcher/events/{id}",
|
|
1700
1680
|
...options
|
|
1701
1681
|
});
|
|
1702
1682
|
var getAiChunksDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
1703
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1704
1683
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1705
1684
|
url: "/ai/chunks/document/{document_id}",
|
|
1706
1685
|
...options
|
|
1707
1686
|
});
|
|
1708
1687
|
var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
1709
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1710
1688
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1711
1689
|
url: "/wallet/credits",
|
|
1712
1690
|
...options,
|
|
@@ -1726,18 +1704,11 @@ var getApplicationsCurrent = (options) => (options.client ?? client).get({
|
|
|
1726
1704
|
...options
|
|
1727
1705
|
});
|
|
1728
1706
|
var getWorkspaces = (options) => (options.client ?? client).get({
|
|
1729
|
-
querySerializer: {
|
|
1730
|
-
parameters: {
|
|
1731
|
-
filter: { object: { style: "form" } },
|
|
1732
|
-
fields: { object: { style: "form" } }
|
|
1733
|
-
}
|
|
1734
|
-
},
|
|
1735
1707
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1736
1708
|
url: "/workspaces",
|
|
1737
1709
|
...options
|
|
1738
1710
|
});
|
|
1739
1711
|
var postWorkspaces = (options) => (options.client ?? client).post({
|
|
1740
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1741
1712
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1742
1713
|
url: "/workspaces",
|
|
1743
1714
|
...options,
|
|
@@ -1747,19 +1718,11 @@ var postWorkspaces = (options) => (options.client ?? client).post({
|
|
|
1747
1718
|
}
|
|
1748
1719
|
});
|
|
1749
1720
|
var getPaymentMethods = (options) => (options.client ?? client).get({
|
|
1750
|
-
querySerializer: {
|
|
1751
|
-
parameters: {
|
|
1752
|
-
filter: { object: { style: "form" } },
|
|
1753
|
-
page: { object: { style: "form" } },
|
|
1754
|
-
fields: { object: { style: "form" } }
|
|
1755
|
-
}
|
|
1756
|
-
},
|
|
1757
1721
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1758
1722
|
url: "/payment-methods",
|
|
1759
1723
|
...options
|
|
1760
1724
|
});
|
|
1761
1725
|
var postPaymentMethods = (options) => (options.client ?? client).post({
|
|
1762
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1763
1726
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1764
1727
|
url: "/payment-methods",
|
|
1765
1728
|
...options,
|
|
@@ -1774,13 +1737,11 @@ var getAgentsByIdStats = (options) => (options.client ?? client).get({
|
|
|
1774
1737
|
...options
|
|
1775
1738
|
});
|
|
1776
1739
|
var getDocumentsStats = (options) => (options.client ?? client).get({
|
|
1777
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1778
1740
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1779
1741
|
url: "/documents/stats",
|
|
1780
1742
|
...options
|
|
1781
1743
|
});
|
|
1782
1744
|
var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client).patch({
|
|
1783
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1784
1745
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1785
1746
|
url: "/extraction/documents/{id}/dismiss",
|
|
1786
1747
|
...options,
|
|
@@ -1790,7 +1751,6 @@ var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client
|
|
|
1790
1751
|
}
|
|
1791
1752
|
});
|
|
1792
1753
|
var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
1793
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1794
1754
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1795
1755
|
url: "/objects/register",
|
|
1796
1756
|
...options,
|
|
@@ -1800,13 +1760,11 @@ var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
|
1800
1760
|
}
|
|
1801
1761
|
});
|
|
1802
1762
|
var getLlmAnalyticsWorkspace = (options) => (options.client ?? client).get({
|
|
1803
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1804
1763
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1805
1764
|
url: "/llm_analytics/workspace",
|
|
1806
1765
|
...options
|
|
1807
1766
|
});
|
|
1808
1767
|
var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?? client).patch({
|
|
1809
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1810
1768
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1811
1769
|
url: "/extraction/documents/{id}/dismiss-training",
|
|
1812
1770
|
...options,
|
|
@@ -1816,7 +1774,6 @@ var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?
|
|
|
1816
1774
|
}
|
|
1817
1775
|
});
|
|
1818
1776
|
var postAgentVersionComparisons = (options) => (options.client ?? client).post({
|
|
1819
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1820
1777
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1821
1778
|
url: "/agent_version_comparisons",
|
|
1822
1779
|
...options,
|
|
@@ -1826,12 +1783,6 @@ var postAgentVersionComparisons = (options) => (options.client ?? client).post({
|
|
|
1826
1783
|
}
|
|
1827
1784
|
});
|
|
1828
1785
|
var getSearchIndexes = (options) => (options.client ?? client).get({
|
|
1829
|
-
querySerializer: {
|
|
1830
|
-
parameters: {
|
|
1831
|
-
filter: { object: { style: "form" } },
|
|
1832
|
-
fields: { object: { style: "form" } }
|
|
1833
|
-
}
|
|
1834
|
-
},
|
|
1835
1786
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1836
1787
|
url: "/search/indexes",
|
|
1837
1788
|
...options
|
|
@@ -1846,13 +1797,11 @@ var postApplicationsByApplicationIdEmailTemplatesBySlugPreview = (options) => (o
|
|
|
1846
1797
|
}
|
|
1847
1798
|
});
|
|
1848
1799
|
var getCreditPackagesSlugBySlug = (options) => (options.client ?? client).get({
|
|
1849
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1850
1800
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1851
1801
|
url: "/credit-packages/slug/{slug}",
|
|
1852
1802
|
...options
|
|
1853
1803
|
});
|
|
1854
1804
|
var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch({
|
|
1855
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1856
1805
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1857
1806
|
url: "/users/auth/password/change",
|
|
1858
1807
|
...options,
|
|
@@ -1862,7 +1811,6 @@ var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch
|
|
|
1862
1811
|
}
|
|
1863
1812
|
});
|
|
1864
1813
|
var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
1865
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1866
1814
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1867
1815
|
url: "/extraction/batches",
|
|
1868
1816
|
...options,
|
|
@@ -1872,13 +1820,11 @@ var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
|
1872
1820
|
}
|
|
1873
1821
|
});
|
|
1874
1822
|
var getLlmAnalyticsPlatform = (options) => (options.client ?? client).get({
|
|
1875
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1876
1823
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1877
1824
|
url: "/llm_analytics/platform",
|
|
1878
1825
|
...options
|
|
1879
1826
|
});
|
|
1880
1827
|
var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client).patch({
|
|
1881
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1882
1828
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1883
1829
|
url: "/extraction/documents/{id}/exclude",
|
|
1884
1830
|
...options,
|
|
@@ -1888,7 +1834,6 @@ var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client
|
|
|
1888
1834
|
}
|
|
1889
1835
|
});
|
|
1890
1836
|
var postPayments = (options) => (options.client ?? client).post({
|
|
1891
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1892
1837
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1893
1838
|
url: "/payments",
|
|
1894
1839
|
...options,
|
|
@@ -1898,7 +1843,6 @@ var postPayments = (options) => (options.client ?? client).post({
|
|
|
1898
1843
|
}
|
|
1899
1844
|
});
|
|
1900
1845
|
var postAgentsImport = (options) => (options.client ?? client).post({
|
|
1901
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1902
1846
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1903
1847
|
url: "/agents/import",
|
|
1904
1848
|
...options,
|
|
@@ -1908,12 +1852,6 @@ var postAgentsImport = (options) => (options.client ?? client).post({
|
|
|
1908
1852
|
}
|
|
1909
1853
|
});
|
|
1910
1854
|
var getExtractionBatchesWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1911
|
-
querySerializer: {
|
|
1912
|
-
parameters: {
|
|
1913
|
-
filter: { object: { style: "form" } },
|
|
1914
|
-
fields: { object: { style: "form" } }
|
|
1915
|
-
}
|
|
1916
|
-
},
|
|
1917
1855
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1918
1856
|
url: "/extraction/batches/workspace/{workspace_id}",
|
|
1919
1857
|
...options
|
|
@@ -1928,7 +1866,6 @@ var postAgentVersionsByIdRemoveSystemField = (options) => (options.client ?? cli
|
|
|
1928
1866
|
}
|
|
1929
1867
|
});
|
|
1930
1868
|
var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1931
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1932
1869
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1933
1870
|
url: "/api_keys/{id}/revoke",
|
|
1934
1871
|
...options,
|
|
@@ -1938,19 +1875,16 @@ var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1938
1875
|
}
|
|
1939
1876
|
});
|
|
1940
1877
|
var getInvitationsConsumeByToken = (options) => (options.client ?? client).get({
|
|
1941
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1942
1878
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1943
1879
|
url: "/invitations/consume/{token}",
|
|
1944
1880
|
...options
|
|
1945
1881
|
});
|
|
1946
1882
|
var getExtractionDocumentsByIdStatus = (options) => (options.client ?? client).get({
|
|
1947
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1948
1883
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1949
1884
|
url: "/extraction/documents/{id}/status",
|
|
1950
1885
|
...options
|
|
1951
1886
|
});
|
|
1952
1887
|
var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client).patch({
|
|
1953
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1954
1888
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1955
1889
|
url: "/extraction/documents/{id}/status",
|
|
1956
1890
|
...options,
|
|
@@ -1960,7 +1894,6 @@ var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client)
|
|
|
1960
1894
|
}
|
|
1961
1895
|
});
|
|
1962
1896
|
var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? client).patch({
|
|
1963
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1964
1897
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1965
1898
|
url: "/extraction/documents/{id}/finish_upload",
|
|
1966
1899
|
...options,
|
|
@@ -1975,7 +1908,6 @@ var getUsersMeDashboard = (options) => (options.client ?? client).get({
|
|
|
1975
1908
|
...options
|
|
1976
1909
|
});
|
|
1977
1910
|
var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch({
|
|
1978
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1979
1911
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1980
1912
|
url: "/workspaces/{id}/allocate",
|
|
1981
1913
|
...options,
|
|
@@ -1985,7 +1917,6 @@ var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch(
|
|
|
1985
1917
|
}
|
|
1986
1918
|
});
|
|
1987
1919
|
var postThreadsActive = (options) => (options.client ?? client).post({
|
|
1988
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1989
1920
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1990
1921
|
url: "/threads/active",
|
|
1991
1922
|
...options,
|
|
@@ -1995,7 +1926,6 @@ var postThreadsActive = (options) => (options.client ?? client).post({
|
|
|
1995
1926
|
}
|
|
1996
1927
|
});
|
|
1997
1928
|
var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1998
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1999
1929
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2000
1930
|
url: "/invitations/{id}/revoke",
|
|
2001
1931
|
...options,
|
|
@@ -2005,18 +1935,11 @@ var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
2005
1935
|
}
|
|
2006
1936
|
});
|
|
2007
1937
|
var getAiGraphNodesLabelByLabel = (options) => (options.client ?? client).get({
|
|
2008
|
-
querySerializer: {
|
|
2009
|
-
parameters: {
|
|
2010
|
-
filter: { object: { style: "form" } },
|
|
2011
|
-
fields: { object: { style: "form" } }
|
|
2012
|
-
}
|
|
2013
|
-
},
|
|
2014
1938
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2015
1939
|
url: "/ai/graph/nodes/label/{label}",
|
|
2016
1940
|
...options
|
|
2017
1941
|
});
|
|
2018
1942
|
var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options) => (options.client ?? client).post({
|
|
2019
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2020
1943
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2021
1944
|
url: "/workspaces/{workspace_id}/extraction/documents/dismiss-all-trained",
|
|
2022
1945
|
...options,
|
|
@@ -2026,19 +1949,11 @@ var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options)
|
|
|
2026
1949
|
}
|
|
2027
1950
|
});
|
|
2028
1951
|
var getConfigs = (options) => (options.client ?? client).get({
|
|
2029
|
-
querySerializer: {
|
|
2030
|
-
parameters: {
|
|
2031
|
-
filter: { object: { style: "form" } },
|
|
2032
|
-
page: { object: { style: "form" } },
|
|
2033
|
-
fields: { object: { style: "form" } }
|
|
2034
|
-
}
|
|
2035
|
-
},
|
|
2036
1952
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2037
1953
|
url: "/configs",
|
|
2038
1954
|
...options
|
|
2039
1955
|
});
|
|
2040
1956
|
var postConfigs = (options) => (options.client ?? client).post({
|
|
2041
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2042
1957
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2043
1958
|
url: "/configs",
|
|
2044
1959
|
...options,
|
|
@@ -2048,7 +1963,6 @@ var postConfigs = (options) => (options.client ?? client).post({
|
|
|
2048
1963
|
}
|
|
2049
1964
|
});
|
|
2050
1965
|
var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
2051
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2052
1966
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2053
1967
|
url: "/wallet/auto-top-up",
|
|
2054
1968
|
...options,
|
|
@@ -2058,7 +1972,6 @@ var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
|
2058
1972
|
}
|
|
2059
1973
|
});
|
|
2060
1974
|
var postTokens = (options) => (options.client ?? client).post({
|
|
2061
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2062
1975
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2063
1976
|
url: "/tokens",
|
|
2064
1977
|
...options,
|
|
@@ -2068,7 +1981,6 @@ var postTokens = (options) => (options.client ?? client).post({
|
|
|
2068
1981
|
}
|
|
2069
1982
|
});
|
|
2070
1983
|
var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
2071
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2072
1984
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2073
1985
|
url: "/api_keys/{id}/set_budget",
|
|
2074
1986
|
...options,
|
|
@@ -2078,19 +1990,16 @@ var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
|
2078
1990
|
}
|
|
2079
1991
|
});
|
|
2080
1992
|
var deleteTrainingExamplesById = (options) => (options.client ?? client).delete({
|
|
2081
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2082
1993
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2083
1994
|
url: "/training_examples/{id}",
|
|
2084
1995
|
...options
|
|
2085
1996
|
});
|
|
2086
1997
|
var getTrainingExamplesById = (options) => (options.client ?? client).get({
|
|
2087
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2088
1998
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2089
1999
|
url: "/training_examples/{id}",
|
|
2090
2000
|
...options
|
|
2091
2001
|
});
|
|
2092
2002
|
var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
2093
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2094
2003
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2095
2004
|
url: "/training_examples/{id}",
|
|
2096
2005
|
...options,
|
|
@@ -2100,13 +2009,11 @@ var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
|
2100
2009
|
}
|
|
2101
2010
|
});
|
|
2102
2011
|
var deleteSearchSavedById = (options) => (options.client ?? client).delete({
|
|
2103
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2104
2012
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2105
2013
|
url: "/search/saved/{id}",
|
|
2106
2014
|
...options
|
|
2107
2015
|
});
|
|
2108
2016
|
var patchSearchSavedById = (options) => (options.client ?? client).patch({
|
|
2109
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2110
2017
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2111
2018
|
url: "/search/saved/{id}",
|
|
2112
2019
|
...options,
|
|
@@ -2116,7 +2023,6 @@ var patchSearchSavedById = (options) => (options.client ?? client).patch({
|
|
|
2116
2023
|
}
|
|
2117
2024
|
});
|
|
2118
2025
|
var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
2119
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2120
2026
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2121
2027
|
url: "/users/{id}/admin/email",
|
|
2122
2028
|
...options,
|
|
@@ -2126,13 +2032,6 @@ var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
|
2126
2032
|
}
|
|
2127
2033
|
});
|
|
2128
2034
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrained = (options) => (options.client ?? client).get({
|
|
2129
|
-
querySerializer: {
|
|
2130
|
-
parameters: {
|
|
2131
|
-
filter: { object: { style: "form" } },
|
|
2132
|
-
page: { object: { style: "form" } },
|
|
2133
|
-
fields: { object: { style: "form" } }
|
|
2134
|
-
}
|
|
2135
|
-
},
|
|
2136
2035
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2137
2036
|
url: "/extraction/documents/workspace/{workspace_id}/trained",
|
|
2138
2037
|
...options
|
|
@@ -2152,7 +2051,6 @@ var getWatcherClaimsStatus = (options) => (options.client ?? client).get({
|
|
|
2152
2051
|
...options
|
|
2153
2052
|
});
|
|
2154
2053
|
var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch({
|
|
2155
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2156
2054
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2157
2055
|
url: "/users/auth/reset-password",
|
|
2158
2056
|
...options,
|
|
@@ -2162,25 +2060,16 @@ var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch(
|
|
|
2162
2060
|
}
|
|
2163
2061
|
});
|
|
2164
2062
|
var getBucketsByIdStats = (options) => (options.client ?? client).get({
|
|
2165
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2166
2063
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2167
2064
|
url: "/buckets/{id}/stats",
|
|
2168
2065
|
...options
|
|
2169
2066
|
});
|
|
2170
2067
|
var getApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).get({
|
|
2171
|
-
querySerializer: {
|
|
2172
|
-
parameters: {
|
|
2173
|
-
filter: { object: { style: "form" } },
|
|
2174
|
-
page: { object: { style: "form" } },
|
|
2175
|
-
fields: { object: { style: "form" } }
|
|
2176
|
-
}
|
|
2177
|
-
},
|
|
2178
2068
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2179
2069
|
url: "/applications/{application_id}/email-templates",
|
|
2180
2070
|
...options
|
|
2181
2071
|
});
|
|
2182
2072
|
var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).post({
|
|
2183
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2184
2073
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2185
2074
|
url: "/applications/{application_id}/email-templates",
|
|
2186
2075
|
...options,
|
|
@@ -2195,7 +2084,6 @@ var getAgentsUsage = (options) => (options.client ?? client).get({
|
|
|
2195
2084
|
...options
|
|
2196
2085
|
});
|
|
2197
2086
|
var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? client).patch({
|
|
2198
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2199
2087
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2200
2088
|
url: "/notification_methods/{id}/set_primary",
|
|
2201
2089
|
...options,
|
|
@@ -2205,13 +2093,11 @@ var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? cli
|
|
|
2205
2093
|
}
|
|
2206
2094
|
});
|
|
2207
2095
|
var getBucketsByIdObjects = (options) => (options.client ?? client).get({
|
|
2208
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2209
2096
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2210
2097
|
url: "/buckets/{id}/objects",
|
|
2211
2098
|
...options
|
|
2212
2099
|
});
|
|
2213
2100
|
var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
2214
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2215
2101
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2216
2102
|
url: "/invitations/{id}/resend",
|
|
2217
2103
|
...options,
|
|
@@ -2221,7 +2107,6 @@ var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
|
2221
2107
|
}
|
|
2222
2108
|
});
|
|
2223
2109
|
var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).post({
|
|
2224
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2225
2110
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2226
2111
|
url: "/extraction/schema_discoveries",
|
|
2227
2112
|
...options,
|
|
@@ -2231,18 +2116,11 @@ var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).po
|
|
|
2231
2116
|
}
|
|
2232
2117
|
});
|
|
2233
2118
|
var getSearchSaved = (options) => (options.client ?? client).get({
|
|
2234
|
-
querySerializer: {
|
|
2235
|
-
parameters: {
|
|
2236
|
-
filter: { object: { style: "form" } },
|
|
2237
|
-
fields: { object: { style: "form" } }
|
|
2238
|
-
}
|
|
2239
|
-
},
|
|
2240
2119
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2241
2120
|
url: "/search/saved",
|
|
2242
2121
|
...options
|
|
2243
2122
|
});
|
|
2244
2123
|
var postSearchSaved = (options) => (options.client ?? client).post({
|
|
2245
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2246
2124
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2247
2125
|
url: "/search/saved",
|
|
2248
2126
|
...options,
|
|
@@ -2252,7 +2130,6 @@ var postSearchSaved = (options) => (options.client ?? client).post({
|
|
|
2252
2130
|
}
|
|
2253
2131
|
});
|
|
2254
2132
|
var patchNotificationMethodsByIdSendVerification = (options) => (options.client ?? client).patch({
|
|
2255
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2256
2133
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2257
2134
|
url: "/notification_methods/{id}/send_verification",
|
|
2258
2135
|
...options,
|
|
@@ -2262,59 +2139,41 @@ var patchNotificationMethodsByIdSendVerification = (options) => (options.client
|
|
|
2262
2139
|
}
|
|
2263
2140
|
});
|
|
2264
2141
|
var deleteFieldTemplatesById = (options) => (options.client ?? client).delete({
|
|
2265
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2266
2142
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2267
2143
|
url: "/field_templates/{id}",
|
|
2268
2144
|
...options
|
|
2269
2145
|
});
|
|
2270
2146
|
var getFieldTemplatesById = (options) => (options.client ?? client).get({
|
|
2271
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2272
2147
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2273
2148
|
url: "/field_templates/{id}",
|
|
2274
2149
|
...options
|
|
2275
2150
|
});
|
|
2276
2151
|
var getWorkspacesByWorkspaceIdTrainingAnalytics = (options) => (options.client ?? client).get({
|
|
2277
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2278
2152
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2279
2153
|
url: "/workspaces/{workspace_id}/training/analytics",
|
|
2280
2154
|
...options
|
|
2281
2155
|
});
|
|
2282
2156
|
var getUserProfilesMe = (options) => (options.client ?? client).get({
|
|
2283
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2284
2157
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2285
2158
|
url: "/user_profiles/me",
|
|
2286
2159
|
...options
|
|
2287
2160
|
});
|
|
2288
2161
|
var getExtractionSchemaDiscoveriesById = (options) => (options.client ?? client).get({
|
|
2289
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2290
2162
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2291
2163
|
url: "/extraction/schema_discoveries/{id}",
|
|
2292
2164
|
...options
|
|
2293
2165
|
});
|
|
2294
2166
|
var getApiKeysActive = (options) => (options.client ?? client).get({
|
|
2295
|
-
querySerializer: {
|
|
2296
|
-
parameters: {
|
|
2297
|
-
filter: { object: { style: "form" } },
|
|
2298
|
-
fields: { object: { style: "form" } }
|
|
2299
|
-
}
|
|
2300
|
-
},
|
|
2301
2167
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2302
2168
|
url: "/api_keys/active",
|
|
2303
2169
|
...options
|
|
2304
2170
|
});
|
|
2305
2171
|
var getAgentVersions = (options) => (options.client ?? client).get({
|
|
2306
|
-
querySerializer: {
|
|
2307
|
-
parameters: {
|
|
2308
|
-
filter: { object: { style: "form" } },
|
|
2309
|
-
fields: { object: { style: "form" } }
|
|
2310
|
-
}
|
|
2311
|
-
},
|
|
2312
2172
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2313
2173
|
url: "/agent_versions",
|
|
2314
2174
|
...options
|
|
2315
2175
|
});
|
|
2316
2176
|
var postAgentVersions = (options) => (options.client ?? client).post({
|
|
2317
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2318
2177
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2319
2178
|
url: "/agent_versions",
|
|
2320
2179
|
...options,
|
|
@@ -2324,7 +2183,6 @@ var postAgentVersions = (options) => (options.client ?? client).post({
|
|
|
2324
2183
|
}
|
|
2325
2184
|
});
|
|
2326
2185
|
var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).patch({
|
|
2327
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2328
2186
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2329
2187
|
url: "/invitations/{id}/accept-by-user",
|
|
2330
2188
|
...options,
|
|
@@ -2334,7 +2192,6 @@ var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).p
|
|
|
2334
2192
|
}
|
|
2335
2193
|
});
|
|
2336
2194
|
var getPermissionsMeta = (options) => (options.client ?? client).get({
|
|
2337
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2338
2195
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2339
2196
|
url: "/permissions/meta",
|
|
2340
2197
|
...options
|
|
@@ -2349,30 +2206,21 @@ var postApplicationsByApplicationIdEmailTemplatesBySlugTest = (options) => (opti
|
|
|
2349
2206
|
}
|
|
2350
2207
|
});
|
|
2351
2208
|
var getSearchSuggest = (options) => (options.client ?? client).get({
|
|
2352
|
-
querySerializer: {
|
|
2353
|
-
parameters: {
|
|
2354
|
-
filter: { object: { style: "form" } },
|
|
2355
|
-
fields: { object: { style: "form" } }
|
|
2356
|
-
}
|
|
2357
|
-
},
|
|
2358
2209
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2359
2210
|
url: "/search/suggest",
|
|
2360
2211
|
...options
|
|
2361
2212
|
});
|
|
2362
2213
|
var deleteWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
2363
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2364
2214
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2365
2215
|
url: "/webhook_configs/{id}",
|
|
2366
2216
|
...options
|
|
2367
2217
|
});
|
|
2368
2218
|
var getWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
2369
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2370
2219
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2371
2220
|
url: "/webhook_configs/{id}",
|
|
2372
2221
|
...options
|
|
2373
2222
|
});
|
|
2374
2223
|
var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
2375
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2376
2224
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2377
2225
|
url: "/webhook_configs/{id}",
|
|
2378
2226
|
...options,
|
|
@@ -2391,7 +2239,6 @@ var postWebhookConfigsBulkEnable = (options) => (options.client ?? client).post(
|
|
|
2391
2239
|
}
|
|
2392
2240
|
});
|
|
2393
2241
|
var postInvitationsAcceptByToken = (options) => (options.client ?? client).post({
|
|
2394
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2395
2242
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2396
2243
|
url: "/invitations/accept_by_token",
|
|
2397
2244
|
...options,
|
|
@@ -2401,19 +2248,16 @@ var postInvitationsAcceptByToken = (options) => (options.client ?? client).post(
|
|
|
2401
2248
|
}
|
|
2402
2249
|
});
|
|
2403
2250
|
var deleteAiMessagesById = (options) => (options.client ?? client).delete({
|
|
2404
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2405
2251
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2406
2252
|
url: "/ai/messages/{id}",
|
|
2407
2253
|
...options
|
|
2408
2254
|
});
|
|
2409
2255
|
var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
|
|
2410
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2411
2256
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2412
2257
|
url: "/extraction/batches/{id}/upload-urls",
|
|
2413
2258
|
...options
|
|
2414
2259
|
});
|
|
2415
2260
|
var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
2416
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2417
2261
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2418
2262
|
url: "/documents/bulk_delete",
|
|
2419
2263
|
...options,
|
|
@@ -2423,19 +2267,16 @@ var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
|
2423
2267
|
}
|
|
2424
2268
|
});
|
|
2425
2269
|
var deleteAgentVersionsById = (options) => (options.client ?? client).delete({
|
|
2426
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2427
2270
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2428
2271
|
url: "/agent_versions/{id}",
|
|
2429
2272
|
...options
|
|
2430
2273
|
});
|
|
2431
2274
|
var getAgentVersionsById = (options) => (options.client ?? client).get({
|
|
2432
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2433
2275
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2434
2276
|
url: "/agent_versions/{id}",
|
|
2435
2277
|
...options
|
|
2436
2278
|
});
|
|
2437
2279
|
var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
2438
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2439
2280
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2440
2281
|
url: "/ai/chunks/search",
|
|
2441
2282
|
...options,
|
|
@@ -2445,13 +2286,11 @@ var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
|
2445
2286
|
}
|
|
2446
2287
|
});
|
|
2447
2288
|
var getThreadsByIdMessages = (options) => (options.client ?? client).get({
|
|
2448
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2449
2289
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2450
2290
|
url: "/threads/{id}/messages",
|
|
2451
2291
|
...options
|
|
2452
2292
|
});
|
|
2453
2293
|
var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
2454
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2455
2294
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2456
2295
|
url: "/threads/{id}/messages",
|
|
2457
2296
|
...options,
|
|
@@ -2461,7 +2300,6 @@ var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
|
2461
2300
|
}
|
|
2462
2301
|
});
|
|
2463
2302
|
var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
2464
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2465
2303
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2466
2304
|
url: "/agents/clone_for_workspace",
|
|
2467
2305
|
...options,
|
|
@@ -2471,7 +2309,6 @@ var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
|
2471
2309
|
}
|
|
2472
2310
|
});
|
|
2473
2311
|
var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
2474
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2475
2312
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2476
2313
|
url: "/invitations/{id}/accept",
|
|
2477
2314
|
...options,
|
|
@@ -2481,37 +2318,31 @@ var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
|
2481
2318
|
}
|
|
2482
2319
|
});
|
|
2483
2320
|
var getCreditPackagesById = (options) => (options.client ?? client).get({
|
|
2484
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2485
2321
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2486
2322
|
url: "/credit-packages/{id}",
|
|
2487
2323
|
...options
|
|
2488
2324
|
});
|
|
2489
2325
|
var deleteUsersById = (options) => (options.client ?? client).delete({
|
|
2490
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2491
2326
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2492
2327
|
url: "/users/{id}",
|
|
2493
2328
|
...options
|
|
2494
2329
|
});
|
|
2495
2330
|
var getUsersById = (options) => (options.client ?? client).get({
|
|
2496
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2497
2331
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2498
2332
|
url: "/users/{id}",
|
|
2499
2333
|
...options
|
|
2500
2334
|
});
|
|
2501
2335
|
var deleteExtractionResultsById = (options) => (options.client ?? client).delete({
|
|
2502
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2503
2336
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2504
2337
|
url: "/extraction/results/{id}",
|
|
2505
2338
|
...options
|
|
2506
2339
|
});
|
|
2507
2340
|
var getExtractionResultsById = (options) => (options.client ?? client).get({
|
|
2508
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2509
2341
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2510
2342
|
url: "/extraction/results/{id}",
|
|
2511
2343
|
...options
|
|
2512
2344
|
});
|
|
2513
2345
|
var patchExtractionResultsById = (options) => (options.client ?? client).patch({
|
|
2514
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2515
2346
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2516
2347
|
url: "/extraction/results/{id}",
|
|
2517
2348
|
...options,
|
|
@@ -2526,7 +2357,6 @@ var getWebhookDeliveriesStats = (options) => (options.client ?? client).get({
|
|
|
2526
2357
|
...options
|
|
2527
2358
|
});
|
|
2528
2359
|
var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
2529
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2530
2360
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2531
2361
|
url: "/agents/{id}/validate",
|
|
2532
2362
|
...options,
|
|
@@ -2536,7 +2366,6 @@ var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
|
2536
2366
|
}
|
|
2537
2367
|
});
|
|
2538
2368
|
var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
2539
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2540
2369
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2541
2370
|
url: "/webhook_configs/{id}/test",
|
|
2542
2371
|
...options,
|
|
@@ -2546,13 +2375,11 @@ var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
|
2546
2375
|
}
|
|
2547
2376
|
});
|
|
2548
2377
|
var getUsersMe = (options) => (options.client ?? client).get({
|
|
2549
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2550
2378
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2551
2379
|
url: "/users/me",
|
|
2552
2380
|
...options
|
|
2553
2381
|
});
|
|
2554
2382
|
var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
|
|
2555
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2556
2383
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2557
2384
|
url: "/users/auth/register_with_oidc",
|
|
2558
2385
|
...options,
|
|
@@ -2576,7 +2403,6 @@ var postAgentsByIdSchemaVersions = (options) => (options.client ?? client).post(
|
|
|
2576
2403
|
}
|
|
2577
2404
|
});
|
|
2578
2405
|
var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
2579
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2580
2406
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2581
2407
|
url: "/tenants/{id}/credit",
|
|
2582
2408
|
...options,
|
|
@@ -2586,7 +2412,6 @@ var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
|
2586
2412
|
}
|
|
2587
2413
|
});
|
|
2588
2414
|
var getTransactionsById = (options) => (options.client ?? client).get({
|
|
2589
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2590
2415
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2591
2416
|
url: "/transactions/{id}",
|
|
2592
2417
|
...options
|
|
@@ -2597,19 +2422,11 @@ var getUsersMeTenants = (options) => (options.client ?? client).get({
|
|
|
2597
2422
|
...options
|
|
2598
2423
|
});
|
|
2599
2424
|
var getTenantMemberships = (options) => (options.client ?? client).get({
|
|
2600
|
-
querySerializer: {
|
|
2601
|
-
parameters: {
|
|
2602
|
-
filter: { object: { style: "form" } },
|
|
2603
|
-
page: { object: { style: "form" } },
|
|
2604
|
-
fields: { object: { style: "form" } }
|
|
2605
|
-
}
|
|
2606
|
-
},
|
|
2607
2425
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2608
2426
|
url: "/tenant-memberships",
|
|
2609
2427
|
...options
|
|
2610
2428
|
});
|
|
2611
2429
|
var postTenantMemberships = (options) => (options.client ?? client).post({
|
|
2612
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2613
2430
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2614
2431
|
url: "/tenant-memberships",
|
|
2615
2432
|
...options,
|
|
@@ -2628,7 +2445,6 @@ var postTrainingExamplesBulkDelete = (options) => (options.client ?? client).pos
|
|
|
2628
2445
|
}
|
|
2629
2446
|
});
|
|
2630
2447
|
var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client).patch({
|
|
2631
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2632
2448
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2633
2449
|
url: "/extraction/documents/{id}/include",
|
|
2634
2450
|
...options,
|
|
@@ -2638,7 +2454,6 @@ var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client
|
|
|
2638
2454
|
}
|
|
2639
2455
|
});
|
|
2640
2456
|
var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
2641
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2642
2457
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2643
2458
|
url: "/llm_analytics/summary",
|
|
2644
2459
|
...options
|
|
@@ -2654,7 +2469,6 @@ var getUsersMeStats = (options) => (options.client ?? client).get({
|
|
|
2654
2469
|
...options
|
|
2655
2470
|
});
|
|
2656
2471
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
2657
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2658
2472
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2659
2473
|
url: "/storage/sign_download",
|
|
2660
2474
|
...options,
|
|
@@ -2664,37 +2478,31 @@ var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
|
2664
2478
|
}
|
|
2665
2479
|
});
|
|
2666
2480
|
var deleteTrainingSessionsById = (options) => (options.client ?? client).delete({
|
|
2667
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2668
2481
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2669
2482
|
url: "/training_sessions/{id}",
|
|
2670
2483
|
...options
|
|
2671
2484
|
});
|
|
2672
2485
|
var getTrainingSessionsById = (options) => (options.client ?? client).get({
|
|
2673
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2674
2486
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2675
2487
|
url: "/training_sessions/{id}",
|
|
2676
2488
|
...options
|
|
2677
2489
|
});
|
|
2678
2490
|
var getUsersByEmail = (options) => (options.client ?? client).get({
|
|
2679
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2680
2491
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2681
2492
|
url: "/users/by-email",
|
|
2682
2493
|
...options
|
|
2683
2494
|
});
|
|
2684
2495
|
var deleteNotificationMethodsById = (options) => (options.client ?? client).delete({
|
|
2685
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2686
2496
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2687
2497
|
url: "/notification_methods/{id}",
|
|
2688
2498
|
...options
|
|
2689
2499
|
});
|
|
2690
2500
|
var getNotificationMethodsById = (options) => (options.client ?? client).get({
|
|
2691
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2692
2501
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2693
2502
|
url: "/notification_methods/{id}",
|
|
2694
2503
|
...options
|
|
2695
2504
|
});
|
|
2696
2505
|
var patchNotificationMethodsById = (options) => (options.client ?? client).patch({
|
|
2697
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2698
2506
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2699
2507
|
url: "/notification_methods/{id}",
|
|
2700
2508
|
...options,
|
|
@@ -2704,13 +2512,6 @@ var patchNotificationMethodsById = (options) => (options.client ?? client).patch
|
|
|
2704
2512
|
}
|
|
2705
2513
|
});
|
|
2706
2514
|
var getWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
2707
|
-
querySerializer: {
|
|
2708
|
-
parameters: {
|
|
2709
|
-
filter: { object: { style: "form" } },
|
|
2710
|
-
page: { object: { style: "form" } },
|
|
2711
|
-
fields: { object: { style: "form" } }
|
|
2712
|
-
}
|
|
2713
|
-
},
|
|
2714
2515
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2715
2516
|
url: "/webhook_deliveries",
|
|
2716
2517
|
...options
|
|
@@ -2725,29 +2526,16 @@ var postWebhookConfigsBulkDisable = (options) => (options.client ?? client).post
|
|
|
2725
2526
|
}
|
|
2726
2527
|
});
|
|
2727
2528
|
var getSearch = (options) => (options.client ?? client).get({
|
|
2728
|
-
querySerializer: {
|
|
2729
|
-
parameters: {
|
|
2730
|
-
filter: { object: { style: "form" } },
|
|
2731
|
-
fields: { object: { style: "form" } }
|
|
2732
|
-
}
|
|
2733
|
-
},
|
|
2734
2529
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2735
2530
|
url: "/search",
|
|
2736
2531
|
...options
|
|
2737
2532
|
});
|
|
2738
2533
|
var getInvitations = (options) => (options.client ?? client).get({
|
|
2739
|
-
querySerializer: {
|
|
2740
|
-
parameters: {
|
|
2741
|
-
filter: { object: { style: "form" } },
|
|
2742
|
-
fields: { object: { style: "form" } }
|
|
2743
|
-
}
|
|
2744
|
-
},
|
|
2745
2534
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2746
2535
|
url: "/invitations",
|
|
2747
2536
|
...options
|
|
2748
2537
|
});
|
|
2749
2538
|
var postInvitations = (options) => (options.client ?? client).post({
|
|
2750
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2751
2539
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2752
2540
|
url: "/invitations",
|
|
2753
2541
|
...options,
|
|
@@ -2757,7 +2545,6 @@ var postInvitations = (options) => (options.client ?? client).post({
|
|
|
2757
2545
|
}
|
|
2758
2546
|
});
|
|
2759
2547
|
var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
|
|
2760
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2761
2548
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2762
2549
|
url: "/threads/{id}/archive",
|
|
2763
2550
|
...options,
|
|
@@ -2767,23 +2554,11 @@ var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
|
|
|
2767
2554
|
}
|
|
2768
2555
|
});
|
|
2769
2556
|
var getApiKeysStats = (options) => (options.client ?? client).get({
|
|
2770
|
-
querySerializer: {
|
|
2771
|
-
parameters: {
|
|
2772
|
-
filter: { object: { style: "form" } },
|
|
2773
|
-
fields: { object: { style: "form" } }
|
|
2774
|
-
}
|
|
2775
|
-
},
|
|
2776
2557
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2777
2558
|
url: "/api_keys/stats",
|
|
2778
2559
|
...options
|
|
2779
2560
|
});
|
|
2780
2561
|
var getSearchSemantic = (options) => (options.client ?? client).get({
|
|
2781
|
-
querySerializer: {
|
|
2782
|
-
parameters: {
|
|
2783
|
-
filter: { object: { style: "form" } },
|
|
2784
|
-
fields: { object: { style: "form" } }
|
|
2785
|
-
}
|
|
2786
|
-
},
|
|
2787
2562
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2788
2563
|
url: "/search/semantic",
|
|
2789
2564
|
...options
|
|
@@ -2794,19 +2569,11 @@ var getThreadsStats = (options) => (options.client ?? client).get({
|
|
|
2794
2569
|
...options
|
|
2795
2570
|
});
|
|
2796
2571
|
var getMessages = (options) => (options.client ?? client).get({
|
|
2797
|
-
querySerializer: {
|
|
2798
|
-
parameters: {
|
|
2799
|
-
filter: { object: { style: "form" } },
|
|
2800
|
-
page: { object: { style: "form" } },
|
|
2801
|
-
fields: { object: { style: "form" } }
|
|
2802
|
-
}
|
|
2803
|
-
},
|
|
2804
2572
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2805
2573
|
url: "/messages",
|
|
2806
2574
|
...options
|
|
2807
2575
|
});
|
|
2808
2576
|
var postMessages = (options) => (options.client ?? client).post({
|
|
2809
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2810
2577
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2811
2578
|
url: "/messages",
|
|
2812
2579
|
...options,
|
|
@@ -2816,19 +2583,11 @@ var postMessages = (options) => (options.client ?? client).post({
|
|
|
2816
2583
|
}
|
|
2817
2584
|
});
|
|
2818
2585
|
var getNotificationPreferences = (options) => (options.client ?? client).get({
|
|
2819
|
-
querySerializer: {
|
|
2820
|
-
parameters: {
|
|
2821
|
-
filter: { object: { style: "form" } },
|
|
2822
|
-
page: { object: { style: "form" } },
|
|
2823
|
-
fields: { object: { style: "form" } }
|
|
2824
|
-
}
|
|
2825
|
-
},
|
|
2826
2586
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2827
2587
|
url: "/notification_preferences",
|
|
2828
2588
|
...options
|
|
2829
2589
|
});
|
|
2830
2590
|
var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
2831
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2832
2591
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2833
2592
|
url: "/notification_preferences",
|
|
2834
2593
|
...options,
|
|
@@ -2838,19 +2597,11 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
|
2838
2597
|
}
|
|
2839
2598
|
});
|
|
2840
2599
|
var getApplications = (options) => (options.client ?? client).get({
|
|
2841
|
-
querySerializer: {
|
|
2842
|
-
parameters: {
|
|
2843
|
-
filter: { object: { style: "form" } },
|
|
2844
|
-
page: { object: { style: "form" } },
|
|
2845
|
-
fields: { object: { style: "form" } }
|
|
2846
|
-
}
|
|
2847
|
-
},
|
|
2848
2600
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2849
2601
|
url: "/applications",
|
|
2850
2602
|
...options
|
|
2851
2603
|
});
|
|
2852
2604
|
var postApplications = (options) => (options.client ?? client).post({
|
|
2853
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2854
2605
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2855
2606
|
url: "/applications",
|
|
2856
2607
|
...options,
|
|
@@ -2860,7 +2611,6 @@ var postApplications = (options) => (options.client ?? client).post({
|
|
|
2860
2611
|
}
|
|
2861
2612
|
});
|
|
2862
2613
|
var patchWatcherClaimsByIdRetry = (options) => (options.client ?? client).patch({
|
|
2863
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2864
2614
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2865
2615
|
url: "/watcher/claims/{id}/retry",
|
|
2866
2616
|
...options,
|
|
@@ -2879,7 +2629,6 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
2879
2629
|
}
|
|
2880
2630
|
});
|
|
2881
2631
|
var patchUserProfilesByIdDismissWelcome = (options) => (options.client ?? client).patch({
|
|
2882
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2883
2632
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2884
2633
|
url: "/user_profiles/{id}/dismiss-welcome",
|
|
2885
2634
|
...options,
|
|
@@ -2889,7 +2638,6 @@ var patchUserProfilesByIdDismissWelcome = (options) => (options.client ?? client
|
|
|
2889
2638
|
}
|
|
2890
2639
|
});
|
|
2891
2640
|
var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? client).patch({
|
|
2892
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2893
2641
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2894
2642
|
url: "/extraction/documents/{id}/reprocess",
|
|
2895
2643
|
...options,
|
|
@@ -2899,19 +2647,16 @@ var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? clie
|
|
|
2899
2647
|
}
|
|
2900
2648
|
});
|
|
2901
2649
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
2902
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2903
2650
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2904
2651
|
url: "/threads/{id}",
|
|
2905
2652
|
...options
|
|
2906
2653
|
});
|
|
2907
2654
|
var getThreadsById = (options) => (options.client ?? client).get({
|
|
2908
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2909
2655
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2910
2656
|
url: "/threads/{id}",
|
|
2911
2657
|
...options
|
|
2912
2658
|
});
|
|
2913
2659
|
var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
2914
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2915
2660
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2916
2661
|
url: "/threads/{id}",
|
|
2917
2662
|
...options,
|
|
@@ -2921,29 +2666,16 @@ var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
|
2921
2666
|
}
|
|
2922
2667
|
});
|
|
2923
2668
|
var getWorkspacesByIdMembers = (options) => (options.client ?? client).get({
|
|
2924
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2925
2669
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2926
2670
|
url: "/workspaces/{id}/members",
|
|
2927
2671
|
...options
|
|
2928
2672
|
});
|
|
2929
2673
|
var getBucketsAll = (options) => (options.client ?? client).get({
|
|
2930
|
-
querySerializer: {
|
|
2931
|
-
parameters: {
|
|
2932
|
-
filter: { object: { style: "form" } },
|
|
2933
|
-
fields: { object: { style: "form" } }
|
|
2934
|
-
}
|
|
2935
|
-
},
|
|
2936
2674
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2937
2675
|
url: "/buckets/all",
|
|
2938
2676
|
...options
|
|
2939
2677
|
});
|
|
2940
2678
|
var getWatcherClaims = (options) => (options.client ?? client).get({
|
|
2941
|
-
querySerializer: {
|
|
2942
|
-
parameters: {
|
|
2943
|
-
filter: { object: { style: "form" } },
|
|
2944
|
-
fields: { object: { style: "form" } }
|
|
2945
|
-
}
|
|
2946
|
-
},
|
|
2947
2679
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2948
2680
|
url: "/watcher/claims",
|
|
2949
2681
|
...options
|
|
@@ -2958,19 +2690,11 @@ var postWatcherClaims = (options) => (options.client ?? client).post({
|
|
|
2958
2690
|
}
|
|
2959
2691
|
});
|
|
2960
2692
|
var getLlmAnalytics = (options) => (options.client ?? client).get({
|
|
2961
|
-
querySerializer: {
|
|
2962
|
-
parameters: {
|
|
2963
|
-
filter: { object: { style: "form" } },
|
|
2964
|
-
page: { object: { style: "form" } },
|
|
2965
|
-
fields: { object: { style: "form" } }
|
|
2966
|
-
}
|
|
2967
|
-
},
|
|
2968
2693
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2969
2694
|
url: "/llm_analytics",
|
|
2970
2695
|
...options
|
|
2971
2696
|
});
|
|
2972
2697
|
var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
2973
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2974
2698
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2975
2699
|
url: "/llm_analytics",
|
|
2976
2700
|
...options,
|
|
@@ -2985,7 +2709,6 @@ var getStorageStatsTenantByTenantId = (options) => (options.client ?? client).ge
|
|
|
2985
2709
|
...options
|
|
2986
2710
|
});
|
|
2987
2711
|
var postAgentTestResults = (options) => (options.client ?? client).post({
|
|
2988
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2989
2712
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2990
2713
|
url: "/agent_test_results",
|
|
2991
2714
|
...options,
|
|
@@ -2995,7 +2718,6 @@ var postAgentTestResults = (options) => (options.client ?? client).post({
|
|
|
2995
2718
|
}
|
|
2996
2719
|
});
|
|
2997
2720
|
var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch({
|
|
2998
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2999
2721
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3000
2722
|
url: "/users/{id}/reset-password",
|
|
3001
2723
|
...options,
|
|
@@ -3014,7 +2736,6 @@ var postThreadsByIdExport = (options) => (options.client ?? client).post({
|
|
|
3014
2736
|
}
|
|
3015
2737
|
});
|
|
3016
2738
|
var postDocumentsPresignedUpload = (options) => (options.client ?? client).post({
|
|
3017
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3018
2739
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3019
2740
|
url: "/documents/presigned_upload",
|
|
3020
2741
|
...options,
|
|
@@ -3029,13 +2750,11 @@ var getWebhookConfigsByIdEvents = (options) => (options.client ?? client).get({
|
|
|
3029
2750
|
...options
|
|
3030
2751
|
});
|
|
3031
2752
|
var getMessagesSearch = (options) => (options.client ?? client).get({
|
|
3032
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3033
2753
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3034
2754
|
url: "/messages/search",
|
|
3035
2755
|
...options
|
|
3036
2756
|
});
|
|
3037
2757
|
var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
3038
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3039
2758
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3040
2759
|
url: "/agents/{id}/teach",
|
|
3041
2760
|
...options,
|
|
@@ -3045,19 +2764,11 @@ var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
|
3045
2764
|
}
|
|
3046
2765
|
});
|
|
3047
2766
|
var getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue = (options) => (options.client ?? client).get({
|
|
3048
|
-
querySerializer: {
|
|
3049
|
-
parameters: {
|
|
3050
|
-
filter: { object: { style: "form" } },
|
|
3051
|
-
page: { object: { style: "form" } },
|
|
3052
|
-
fields: { object: { style: "form" } }
|
|
3053
|
-
}
|
|
3054
|
-
},
|
|
3055
2767
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3056
2768
|
url: "/extraction/documents/workspace/{workspace_id}/review_queue",
|
|
3057
2769
|
...options
|
|
3058
2770
|
});
|
|
3059
2771
|
var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch({
|
|
3060
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3061
2772
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3062
2773
|
url: "/invitations/{id}/decline",
|
|
3063
2774
|
...options,
|
|
@@ -3067,7 +2778,6 @@ var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch(
|
|
|
3067
2778
|
}
|
|
3068
2779
|
});
|
|
3069
2780
|
var postExtractionDocumentsUpload = (options) => (options.client ?? client).post({
|
|
3070
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3071
2781
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3072
2782
|
url: "/extraction/documents/upload",
|
|
3073
2783
|
...options,
|
|
@@ -3077,7 +2787,6 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
|
|
|
3077
2787
|
}
|
|
3078
2788
|
});
|
|
3079
2789
|
var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client).patch({
|
|
3080
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3081
2790
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3082
2791
|
url: "/notification_methods/{id}/verify",
|
|
3083
2792
|
...options,
|
|
@@ -3087,13 +2796,11 @@ var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client)
|
|
|
3087
2796
|
}
|
|
3088
2797
|
});
|
|
3089
2798
|
var getExtractionResultsDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
3090
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3091
2799
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3092
2800
|
url: "/extraction/results/document/{document_id}",
|
|
3093
2801
|
...options
|
|
3094
2802
|
});
|
|
3095
2803
|
var patchUserProfilesByIdDismissAnnouncement = (options) => (options.client ?? client).patch({
|
|
3096
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3097
2804
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3098
2805
|
url: "/user_profiles/{id}/dismiss-announcement",
|
|
3099
2806
|
...options,
|
|
@@ -3103,19 +2810,16 @@ var patchUserProfilesByIdDismissAnnouncement = (options) => (options.client ?? c
|
|
|
3103
2810
|
}
|
|
3104
2811
|
});
|
|
3105
2812
|
var deleteWorkspacesById = (options) => (options.client ?? client).delete({
|
|
3106
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3107
2813
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3108
2814
|
url: "/workspaces/{id}",
|
|
3109
2815
|
...options
|
|
3110
2816
|
});
|
|
3111
2817
|
var getWorkspacesById = (options) => (options.client ?? client).get({
|
|
3112
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3113
2818
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3114
2819
|
url: "/workspaces/{id}",
|
|
3115
2820
|
...options
|
|
3116
2821
|
});
|
|
3117
2822
|
var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
3118
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3119
2823
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3120
2824
|
url: "/workspaces/{id}",
|
|
3121
2825
|
...options,
|
|
@@ -3125,19 +2829,11 @@ var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
|
3125
2829
|
}
|
|
3126
2830
|
});
|
|
3127
2831
|
var getTenants = (options) => (options.client ?? client).get({
|
|
3128
|
-
querySerializer: {
|
|
3129
|
-
parameters: {
|
|
3130
|
-
filter: { object: { style: "form" } },
|
|
3131
|
-
page: { object: { style: "form" } },
|
|
3132
|
-
fields: { object: { style: "form" } }
|
|
3133
|
-
}
|
|
3134
|
-
},
|
|
3135
2832
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3136
2833
|
url: "/tenants",
|
|
3137
2834
|
...options
|
|
3138
2835
|
});
|
|
3139
2836
|
var postTenants = (options) => (options.client ?? client).post({
|
|
3140
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3141
2837
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3142
2838
|
url: "/tenants",
|
|
3143
2839
|
...options,
|
|
@@ -3147,7 +2843,6 @@ var postTenants = (options) => (options.client ?? client).post({
|
|
|
3147
2843
|
}
|
|
3148
2844
|
});
|
|
3149
2845
|
var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post({
|
|
3150
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3151
2846
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3152
2847
|
url: "/tenants/{id}/remove-storage",
|
|
3153
2848
|
...options,
|
|
@@ -3157,19 +2852,11 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
|
|
|
3157
2852
|
}
|
|
3158
2853
|
});
|
|
3159
2854
|
var getWalletInvoices = (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
2855
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3168
2856
|
url: "/wallet/invoices",
|
|
3169
2857
|
...options
|
|
3170
2858
|
});
|
|
3171
2859
|
var patchExtractionResultsByIdSaveCorrections = (options) => (options.client ?? client).patch({
|
|
3172
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3173
2860
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3174
2861
|
url: "/extraction/results/{id}/save_corrections",
|
|
3175
2862
|
...options,
|
|
@@ -3179,7 +2866,6 @@ var patchExtractionResultsByIdSaveCorrections = (options) => (options.client ??
|
|
|
3179
2866
|
}
|
|
3180
2867
|
});
|
|
3181
2868
|
var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client).patch({
|
|
3182
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3183
2869
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3184
2870
|
url: "/workspaces/{id}/storage-settings",
|
|
3185
2871
|
...options,
|
|
@@ -3189,49 +2875,31 @@ var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client)
|
|
|
3189
2875
|
}
|
|
3190
2876
|
});
|
|
3191
2877
|
var getNotificationLogsById = (options) => (options.client ?? client).get({
|
|
3192
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3193
2878
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3194
2879
|
url: "/notification_logs/{id}",
|
|
3195
2880
|
...options
|
|
3196
2881
|
});
|
|
3197
2882
|
var getExtractionDocumentsByIdView = (options) => (options.client ?? client).get({
|
|
3198
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3199
2883
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3200
2884
|
url: "/extraction/documents/{id}/view",
|
|
3201
2885
|
...options
|
|
3202
2886
|
});
|
|
3203
2887
|
var getWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
3204
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3205
2888
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3206
2889
|
url: "/webhook_deliveries/{id}",
|
|
3207
2890
|
...options
|
|
3208
2891
|
});
|
|
3209
2892
|
var getAuditLogs = (options) => (options.client ?? client).get({
|
|
3210
|
-
querySerializer: {
|
|
3211
|
-
parameters: {
|
|
3212
|
-
filter: { object: { style: "form" } },
|
|
3213
|
-
page: { object: { style: "form" } },
|
|
3214
|
-
fields: { object: { style: "form" } }
|
|
3215
|
-
}
|
|
3216
|
-
},
|
|
3217
2893
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3218
2894
|
url: "/audit-logs",
|
|
3219
2895
|
...options
|
|
3220
2896
|
});
|
|
3221
2897
|
var getAiGraphEdges = (options) => (options.client ?? client).get({
|
|
3222
|
-
querySerializer: {
|
|
3223
|
-
parameters: {
|
|
3224
|
-
filter: { object: { style: "form" } },
|
|
3225
|
-
page: { object: { style: "form" } },
|
|
3226
|
-
fields: { object: { style: "form" } }
|
|
3227
|
-
}
|
|
3228
|
-
},
|
|
3229
2898
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3230
2899
|
url: "/ai/graph/edges",
|
|
3231
2900
|
...options
|
|
3232
2901
|
});
|
|
3233
2902
|
var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
3234
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3235
2903
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3236
2904
|
url: "/ai/graph/edges",
|
|
3237
2905
|
...options,
|
|
@@ -3241,19 +2909,11 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
|
3241
2909
|
}
|
|
3242
2910
|
});
|
|
3243
2911
|
var getTrainingExamples = (options) => (options.client ?? client).get({
|
|
3244
|
-
querySerializer: {
|
|
3245
|
-
parameters: {
|
|
3246
|
-
filter: { object: { style: "form" } },
|
|
3247
|
-
page: { object: { style: "form" } },
|
|
3248
|
-
fields: { object: { style: "form" } }
|
|
3249
|
-
}
|
|
3250
|
-
},
|
|
3251
2912
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3252
2913
|
url: "/training_examples",
|
|
3253
2914
|
...options
|
|
3254
2915
|
});
|
|
3255
2916
|
var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
3256
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3257
2917
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3258
2918
|
url: "/training_examples",
|
|
3259
2919
|
...options,
|
|
@@ -3263,7 +2923,6 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
|
3263
2923
|
}
|
|
3264
2924
|
});
|
|
3265
2925
|
var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
|
|
3266
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3267
2926
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3268
2927
|
url: "/workspaces/{workspace_id}/extraction/exports/{id}",
|
|
3269
2928
|
...options
|
|
@@ -3274,7 +2933,6 @@ var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
|
3274
2933
|
...options
|
|
3275
2934
|
});
|
|
3276
2935
|
var postObjectsCopy = (options) => (options.client ?? client).post({
|
|
3277
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3278
2936
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3279
2937
|
url: "/objects/copy",
|
|
3280
2938
|
...options,
|
|
@@ -3284,18 +2942,11 @@ var postObjectsCopy = (options) => (options.client ?? client).post({
|
|
|
3284
2942
|
}
|
|
3285
2943
|
});
|
|
3286
2944
|
var getBuckets = (options) => (options.client ?? client).get({
|
|
3287
|
-
querySerializer: {
|
|
3288
|
-
parameters: {
|
|
3289
|
-
filter: { object: { style: "form" } },
|
|
3290
|
-
fields: { object: { style: "form" } }
|
|
3291
|
-
}
|
|
3292
|
-
},
|
|
3293
2945
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3294
2946
|
url: "/buckets",
|
|
3295
2947
|
...options
|
|
3296
2948
|
});
|
|
3297
2949
|
var postBuckets = (options) => (options.client ?? client).post({
|
|
3298
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3299
2950
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3300
2951
|
url: "/buckets",
|
|
3301
2952
|
...options,
|
|
@@ -3305,7 +2956,6 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
3305
2956
|
}
|
|
3306
2957
|
});
|
|
3307
2958
|
var postPaymentMethodsTokenize = (options) => (options.client ?? client).post({
|
|
3308
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3309
2959
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3310
2960
|
url: "/payment-methods/tokenize",
|
|
3311
2961
|
...options,
|
|
@@ -3315,13 +2965,11 @@ var postPaymentMethodsTokenize = (options) => (options.client ?? client).post({
|
|
|
3315
2965
|
}
|
|
3316
2966
|
});
|
|
3317
2967
|
var getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).get({
|
|
3318
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3319
2968
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3320
2969
|
url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
|
|
3321
2970
|
...options
|
|
3322
2971
|
});
|
|
3323
2972
|
var postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).post({
|
|
3324
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3325
2973
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3326
2974
|
url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
|
|
3327
2975
|
...options,
|
|
@@ -3341,19 +2989,16 @@ var getNotificationLogsStats = (options) => (options.client ?? client).get({
|
|
|
3341
2989
|
...options
|
|
3342
2990
|
});
|
|
3343
2991
|
var getPlansById = (options) => (options.client ?? client).get({
|
|
3344
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3345
2992
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3346
2993
|
url: "/plans/{id}",
|
|
3347
2994
|
...options
|
|
3348
2995
|
});
|
|
3349
2996
|
var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
|
|
3350
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3351
2997
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3352
2998
|
url: "/tenants/{tenant_id}/stats",
|
|
3353
2999
|
...options
|
|
3354
3000
|
});
|
|
3355
3001
|
var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
3356
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3357
3002
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3358
3003
|
url: "/wallet/addons",
|
|
3359
3004
|
...options,
|
|
@@ -3363,7 +3008,6 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
|
3363
3008
|
}
|
|
3364
3009
|
});
|
|
3365
3010
|
var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post({
|
|
3366
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3367
3011
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3368
3012
|
url: "/tenants/{id}/schedule-purge",
|
|
3369
3013
|
...options,
|
|
@@ -3373,13 +3017,11 @@ var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post(
|
|
|
3373
3017
|
}
|
|
3374
3018
|
});
|
|
3375
3019
|
var getMessagesSemanticSearch = (options) => (options.client ?? client).get({
|
|
3376
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3377
3020
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3378
3021
|
url: "/messages/semantic-search",
|
|
3379
3022
|
...options
|
|
3380
3023
|
});
|
|
3381
3024
|
var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
3382
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3383
3025
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3384
3026
|
url: "/users/auth/magic_link/login",
|
|
3385
3027
|
...options,
|
|
@@ -3389,19 +3031,11 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
|
3389
3031
|
}
|
|
3390
3032
|
});
|
|
3391
3033
|
var getApiKeys = (options) => (options.client ?? client).get({
|
|
3392
|
-
querySerializer: {
|
|
3393
|
-
parameters: {
|
|
3394
|
-
filter: { object: { style: "form" } },
|
|
3395
|
-
page: { object: { style: "form" } },
|
|
3396
|
-
fields: { object: { style: "form" } }
|
|
3397
|
-
}
|
|
3398
|
-
},
|
|
3399
3034
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3400
3035
|
url: "/api_keys",
|
|
3401
3036
|
...options
|
|
3402
3037
|
});
|
|
3403
3038
|
var postApiKeys = (options) => (options.client ?? client).post({
|
|
3404
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3405
3039
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3406
3040
|
url: "/api_keys",
|
|
3407
3041
|
...options,
|
|
@@ -3411,7 +3045,6 @@ var postApiKeys = (options) => (options.client ?? client).post({
|
|
|
3411
3045
|
}
|
|
3412
3046
|
});
|
|
3413
3047
|
var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
3414
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3415
3048
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3416
3049
|
url: "/users/{id}/admin",
|
|
3417
3050
|
...options,
|
|
@@ -3430,19 +3063,16 @@ var postObjectsMove = (options) => (options.client ?? client).post({
|
|
|
3430
3063
|
}
|
|
3431
3064
|
});
|
|
3432
3065
|
var deleteAgentsById = (options) => (options.client ?? client).delete({
|
|
3433
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3434
3066
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3435
3067
|
url: "/agents/{id}",
|
|
3436
3068
|
...options
|
|
3437
3069
|
});
|
|
3438
3070
|
var getAgentsById = (options) => (options.client ?? client).get({
|
|
3439
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3440
3071
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3441
3072
|
url: "/agents/{id}",
|
|
3442
3073
|
...options
|
|
3443
3074
|
});
|
|
3444
3075
|
var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
3445
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3446
3076
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3447
3077
|
url: "/agents/{id}",
|
|
3448
3078
|
...options,
|
|
@@ -3452,7 +3082,6 @@ var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
|
3452
3082
|
}
|
|
3453
3083
|
});
|
|
3454
3084
|
var patchThreadsByIdUnarchive = (options) => (options.client ?? client).patch({
|
|
3455
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3456
3085
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3457
3086
|
url: "/threads/{id}/unarchive",
|
|
3458
3087
|
...options,
|
|
@@ -3467,19 +3096,16 @@ var getAgentsByIdUsage = (options) => (options.client ?? client).get({
|
|
|
3467
3096
|
...options
|
|
3468
3097
|
});
|
|
3469
3098
|
var deleteApiKeysById = (options) => (options.client ?? client).delete({
|
|
3470
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3471
3099
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3472
3100
|
url: "/api_keys/{id}",
|
|
3473
3101
|
...options
|
|
3474
3102
|
});
|
|
3475
3103
|
var getApiKeysById = (options) => (options.client ?? client).get({
|
|
3476
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3477
3104
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3478
3105
|
url: "/api_keys/{id}",
|
|
3479
3106
|
...options
|
|
3480
3107
|
});
|
|
3481
3108
|
var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
3482
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3483
3109
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3484
3110
|
url: "/api_keys/{id}",
|
|
3485
3111
|
...options,
|
|
@@ -3498,7 +3124,6 @@ var postTrainingExamplesSearch = (options) => (options.client ?? client).post({
|
|
|
3498
3124
|
}
|
|
3499
3125
|
});
|
|
3500
3126
|
var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patch({
|
|
3501
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3502
3127
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3503
3128
|
url: "/watcher/claims/{id}/release",
|
|
3504
3129
|
...options,
|
|
@@ -3508,19 +3133,11 @@ var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patc
|
|
|
3508
3133
|
}
|
|
3509
3134
|
});
|
|
3510
3135
|
var getAiConversations = (options) => (options.client ?? client).get({
|
|
3511
|
-
querySerializer: {
|
|
3512
|
-
parameters: {
|
|
3513
|
-
filter: { object: { style: "form" } },
|
|
3514
|
-
page: { object: { style: "form" } },
|
|
3515
|
-
fields: { object: { style: "form" } }
|
|
3516
|
-
}
|
|
3517
|
-
},
|
|
3518
3136
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3519
3137
|
url: "/ai/conversations",
|
|
3520
3138
|
...options
|
|
3521
3139
|
});
|
|
3522
3140
|
var postAiConversations = (options) => (options.client ?? client).post({
|
|
3523
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3524
3141
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3525
3142
|
url: "/ai/conversations",
|
|
3526
3143
|
...options,
|
|
@@ -3530,7 +3147,6 @@ var postAiConversations = (options) => (options.client ?? client).post({
|
|
|
3530
3147
|
}
|
|
3531
3148
|
});
|
|
3532
3149
|
var postAiSearch = (options) => (options.client ?? client).post({
|
|
3533
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3534
3150
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3535
3151
|
url: "/ai/search",
|
|
3536
3152
|
...options,
|
|
@@ -3540,24 +3156,16 @@ var postAiSearch = (options) => (options.client ?? client).post({
|
|
|
3540
3156
|
}
|
|
3541
3157
|
});
|
|
3542
3158
|
var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
|
|
3543
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3544
3159
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3545
3160
|
url: "/ai/graph/nodes/{id}",
|
|
3546
3161
|
...options
|
|
3547
3162
|
});
|
|
3548
3163
|
var getWorkspacesShared = (options) => (options.client ?? client).get({
|
|
3549
|
-
querySerializer: {
|
|
3550
|
-
parameters: {
|
|
3551
|
-
filter: { object: { style: "form" } },
|
|
3552
|
-
fields: { object: { style: "form" } }
|
|
3553
|
-
}
|
|
3554
|
-
},
|
|
3555
3164
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3556
3165
|
url: "/workspaces/shared",
|
|
3557
3166
|
...options
|
|
3558
3167
|
});
|
|
3559
3168
|
var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
|
|
3560
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3561
3169
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3562
3170
|
url: "/wallet/addons/{addon_slug}/cancel",
|
|
3563
3171
|
...options,
|
|
@@ -3567,19 +3175,16 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
|
|
|
3567
3175
|
}
|
|
3568
3176
|
});
|
|
3569
3177
|
var deleteApplicationsById = (options) => (options.client ?? client).delete({
|
|
3570
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3571
3178
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3572
3179
|
url: "/applications/{id}",
|
|
3573
3180
|
...options
|
|
3574
3181
|
});
|
|
3575
3182
|
var getApplicationsById = (options) => (options.client ?? client).get({
|
|
3576
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3577
3183
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3578
3184
|
url: "/applications/{id}",
|
|
3579
3185
|
...options
|
|
3580
3186
|
});
|
|
3581
3187
|
var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
3582
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3583
3188
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3584
3189
|
url: "/applications/{id}",
|
|
3585
3190
|
...options,
|
|
@@ -3589,18 +3194,11 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
|
3589
3194
|
}
|
|
3590
3195
|
});
|
|
3591
3196
|
var getSearchHealth = (options) => (options.client ?? client).get({
|
|
3592
|
-
querySerializer: {
|
|
3593
|
-
parameters: {
|
|
3594
|
-
filter: { object: { style: "form" } },
|
|
3595
|
-
fields: { object: { style: "form" } }
|
|
3596
|
-
}
|
|
3597
|
-
},
|
|
3598
3197
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3599
3198
|
url: "/search/health",
|
|
3600
3199
|
...options
|
|
3601
3200
|
});
|
|
3602
3201
|
var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? client).patch({
|
|
3603
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3604
3202
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3605
3203
|
url: "/extraction/documents/{id}/verification",
|
|
3606
3204
|
...options,
|
|
@@ -3610,7 +3208,6 @@ var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? c
|
|
|
3610
3208
|
}
|
|
3611
3209
|
});
|
|
3612
3210
|
var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
3613
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3614
3211
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3615
3212
|
url: "/threads/{id}/fork",
|
|
3616
3213
|
...options,
|
|
@@ -3620,30 +3217,16 @@ var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
|
3620
3217
|
}
|
|
3621
3218
|
});
|
|
3622
3219
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
3623
|
-
querySerializer: {
|
|
3624
|
-
parameters: {
|
|
3625
|
-
filter: { object: { style: "form" } },
|
|
3626
|
-
fields: { object: { style: "form" } }
|
|
3627
|
-
}
|
|
3628
|
-
},
|
|
3629
3220
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3630
3221
|
url: "/transactions",
|
|
3631
3222
|
...options
|
|
3632
3223
|
});
|
|
3633
3224
|
var getUserProfiles = (options) => (options.client ?? client).get({
|
|
3634
|
-
querySerializer: {
|
|
3635
|
-
parameters: {
|
|
3636
|
-
filter: { object: { style: "form" } },
|
|
3637
|
-
page: { object: { style: "form" } },
|
|
3638
|
-
fields: { object: { style: "form" } }
|
|
3639
|
-
}
|
|
3640
|
-
},
|
|
3641
3225
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3642
3226
|
url: "/user_profiles",
|
|
3643
3227
|
...options
|
|
3644
3228
|
});
|
|
3645
3229
|
var postUserProfiles = (options) => (options.client ?? client).post({
|
|
3646
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3647
3230
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3648
3231
|
url: "/user_profiles",
|
|
3649
3232
|
...options,
|
|
@@ -3653,7 +3236,6 @@ var postUserProfiles = (options) => (options.client ?? client).post({
|
|
|
3653
3236
|
}
|
|
3654
3237
|
});
|
|
3655
3238
|
var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
3656
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3657
3239
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3658
3240
|
url: "/users/{id}/confirm-email",
|
|
3659
3241
|
...options,
|
|
@@ -3663,13 +3245,11 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
|
3663
3245
|
}
|
|
3664
3246
|
});
|
|
3665
3247
|
var getThreadsSearch = (options) => (options.client ?? client).get({
|
|
3666
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3667
3248
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3668
3249
|
url: "/threads/search",
|
|
3669
3250
|
...options
|
|
3670
3251
|
});
|
|
3671
3252
|
var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
|
|
3672
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3673
3253
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3674
3254
|
url: "/search/saved/{id}/run",
|
|
3675
3255
|
...options,
|
|
@@ -3679,7 +3259,6 @@ var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
|
|
|
3679
3259
|
}
|
|
3680
3260
|
});
|
|
3681
3261
|
var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
3682
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3683
3262
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3684
3263
|
url: "/wallet/plan",
|
|
3685
3264
|
...options,
|
|
@@ -3689,13 +3268,11 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
|
3689
3268
|
}
|
|
3690
3269
|
});
|
|
3691
3270
|
var getPlansSlugBySlug = (options) => (options.client ?? client).get({
|
|
3692
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3693
3271
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3694
3272
|
url: "/plans/slug/{slug}",
|
|
3695
3273
|
...options
|
|
3696
3274
|
});
|
|
3697
3275
|
var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client).patch({
|
|
3698
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3699
3276
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3700
3277
|
url: "/extraction/documents/{id}/restore",
|
|
3701
3278
|
...options,
|
|
@@ -3705,24 +3282,16 @@ var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client
|
|
|
3705
3282
|
}
|
|
3706
3283
|
});
|
|
3707
3284
|
var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
3708
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3709
3285
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3710
3286
|
url: "/llm_analytics/{id}",
|
|
3711
3287
|
...options
|
|
3712
3288
|
});
|
|
3713
3289
|
var getPermissions = (options) => (options.client ?? client).get({
|
|
3714
|
-
querySerializer: {
|
|
3715
|
-
parameters: {
|
|
3716
|
-
filter: { object: { style: "form" } },
|
|
3717
|
-
fields: { object: { style: "form" } }
|
|
3718
|
-
}
|
|
3719
|
-
},
|
|
3720
3290
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3721
3291
|
url: "/permissions",
|
|
3722
3292
|
...options
|
|
3723
3293
|
});
|
|
3724
3294
|
var patchUserProfilesByIdAcceptTos = (options) => (options.client ?? client).patch({
|
|
3725
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3726
3295
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3727
3296
|
url: "/user_profiles/{id}/accept-tos",
|
|
3728
3297
|
...options,
|
|
@@ -3732,7 +3301,6 @@ var patchUserProfilesByIdAcceptTos = (options) => (options.client ?? client).pat
|
|
|
3732
3301
|
}
|
|
3733
3302
|
});
|
|
3734
3303
|
var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? client).patch({
|
|
3735
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3736
3304
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3737
3305
|
url: "/extraction/documents/{id}/mark_trained",
|
|
3738
3306
|
...options,
|
|
@@ -3742,7 +3310,6 @@ var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? cl
|
|
|
3742
3310
|
}
|
|
3743
3311
|
});
|
|
3744
3312
|
var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
|
|
3745
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3746
3313
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3747
3314
|
url: "/applications/{id}/grant-credits",
|
|
3748
3315
|
...options,
|
|
@@ -3752,29 +3319,16 @@ var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).
|
|
|
3752
3319
|
}
|
|
3753
3320
|
});
|
|
3754
3321
|
var getSearchStatus = (options) => (options.client ?? client).get({
|
|
3755
|
-
querySerializer: {
|
|
3756
|
-
parameters: {
|
|
3757
|
-
filter: { object: { style: "form" } },
|
|
3758
|
-
fields: { object: { style: "form" } }
|
|
3759
|
-
}
|
|
3760
|
-
},
|
|
3761
3322
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3762
3323
|
url: "/search/status",
|
|
3763
3324
|
...options
|
|
3764
3325
|
});
|
|
3765
3326
|
var getTenantsByTenantIdWorkspaceStats = (options) => (options.client ?? client).get({
|
|
3766
|
-
querySerializer: {
|
|
3767
|
-
parameters: {
|
|
3768
|
-
filter: { object: { style: "form" } },
|
|
3769
|
-
fields: { object: { style: "form" } }
|
|
3770
|
-
}
|
|
3771
|
-
},
|
|
3772
3327
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3773
3328
|
url: "/tenants/{tenant_id}/workspace_stats",
|
|
3774
3329
|
...options
|
|
3775
3330
|
});
|
|
3776
3331
|
var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
3777
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3778
3332
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3779
3333
|
url: "/api_keys/{id}/allocate",
|
|
3780
3334
|
...options,
|
|
@@ -3784,13 +3338,11 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
|
3784
3338
|
}
|
|
3785
3339
|
});
|
|
3786
3340
|
var getWatcherClaimsById = (options) => (options.client ?? client).get({
|
|
3787
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3788
3341
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3789
3342
|
url: "/watcher/claims/{id}",
|
|
3790
3343
|
...options
|
|
3791
3344
|
});
|
|
3792
3345
|
var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
|
|
3793
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3794
3346
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3795
3347
|
url: "/watcher/claims/{id}",
|
|
3796
3348
|
...options,
|
|
@@ -3800,7 +3352,6 @@ var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
|
|
|
3800
3352
|
}
|
|
3801
3353
|
});
|
|
3802
3354
|
var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
3803
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3804
3355
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3805
3356
|
url: "/users/auth/login",
|
|
3806
3357
|
...options,
|
|
@@ -3810,19 +3361,11 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
|
3810
3361
|
}
|
|
3811
3362
|
});
|
|
3812
3363
|
var getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus = (options) => (options.client ?? client).get({
|
|
3813
|
-
querySerializer: {
|
|
3814
|
-
parameters: {
|
|
3815
|
-
filter: { object: { style: "form" } },
|
|
3816
|
-
page: { object: { style: "form" } },
|
|
3817
|
-
fields: { object: { style: "form" } }
|
|
3818
|
-
}
|
|
3819
|
-
},
|
|
3820
3364
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3821
3365
|
url: "/extraction/documents/workspace/{workspace_id}/by_status/{status}",
|
|
3822
3366
|
...options
|
|
3823
3367
|
});
|
|
3824
3368
|
var postAiEmbed = (options) => (options.client ?? client).post({
|
|
3825
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3826
3369
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3827
3370
|
url: "/ai/embed",
|
|
3828
3371
|
...options,
|
|
@@ -3841,18 +3384,11 @@ var postWebhookConfigsByIdReplay = (options) => (options.client ?? client).post(
|
|
|
3841
3384
|
}
|
|
3842
3385
|
});
|
|
3843
3386
|
var getWorkspacesMine = (options) => (options.client ?? client).get({
|
|
3844
|
-
querySerializer: {
|
|
3845
|
-
parameters: {
|
|
3846
|
-
filter: { object: { style: "form" } },
|
|
3847
|
-
fields: { object: { style: "form" } }
|
|
3848
|
-
}
|
|
3849
|
-
},
|
|
3850
3387
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3851
3388
|
url: "/workspaces/mine",
|
|
3852
3389
|
...options
|
|
3853
3390
|
});
|
|
3854
3391
|
var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
3855
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3856
3392
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3857
3393
|
url: "/tenants/isv",
|
|
3858
3394
|
...options,
|
|
@@ -3862,7 +3398,6 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
|
3862
3398
|
}
|
|
3863
3399
|
});
|
|
3864
3400
|
var postSearchReindex = (options) => (options.client ?? client).post({
|
|
3865
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3866
3401
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3867
3402
|
url: "/search/reindex",
|
|
3868
3403
|
...options,
|
|
@@ -3872,7 +3407,6 @@ var postSearchReindex = (options) => (options.client ?? client).post({
|
|
|
3872
3407
|
}
|
|
3873
3408
|
});
|
|
3874
3409
|
var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
|
|
3875
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3876
3410
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3877
3411
|
url: "/extraction/results/{id}/regenerate",
|
|
3878
3412
|
...options,
|
|
@@ -3882,7 +3416,6 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
|
|
|
3882
3416
|
}
|
|
3883
3417
|
});
|
|
3884
3418
|
var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
3885
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3886
3419
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3887
3420
|
url: "/users/auth/confirm",
|
|
3888
3421
|
...options,
|
|
@@ -3892,18 +3425,11 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
3892
3425
|
}
|
|
3893
3426
|
});
|
|
3894
3427
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
3895
|
-
querySerializer: {
|
|
3896
|
-
parameters: {
|
|
3897
|
-
filter: { object: { style: "form" } },
|
|
3898
|
-
fields: { object: { style: "form" } }
|
|
3899
|
-
}
|
|
3900
|
-
},
|
|
3901
3428
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3902
3429
|
url: "/storage/stats",
|
|
3903
3430
|
...options
|
|
3904
3431
|
});
|
|
3905
3432
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
3906
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3907
3433
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3908
3434
|
url: "/tenants/{id}/buy-storage",
|
|
3909
3435
|
...options,
|
|
@@ -3913,19 +3439,11 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
3913
3439
|
}
|
|
3914
3440
|
});
|
|
3915
3441
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
3916
|
-
querySerializer: {
|
|
3917
|
-
parameters: {
|
|
3918
|
-
filter: { object: { style: "form" } },
|
|
3919
|
-
page: { object: { style: "form" } },
|
|
3920
|
-
fields: { object: { style: "form" } }
|
|
3921
|
-
}
|
|
3922
|
-
},
|
|
3923
3442
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3924
3443
|
url: "/workspace-memberships",
|
|
3925
3444
|
...options
|
|
3926
3445
|
});
|
|
3927
3446
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
3928
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3929
3447
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3930
3448
|
url: "/workspace-memberships",
|
|
3931
3449
|
...options,
|
|
@@ -3935,7 +3453,6 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
3935
3453
|
}
|
|
3936
3454
|
});
|
|
3937
3455
|
var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch({
|
|
3938
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3939
3456
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3940
3457
|
url: "/api_keys/{id}/reset-period",
|
|
3941
3458
|
...options,
|
|
@@ -3945,25 +3462,16 @@ var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch(
|
|
|
3945
3462
|
}
|
|
3946
3463
|
});
|
|
3947
3464
|
var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
|
|
3948
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3949
3465
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3950
3466
|
url: "/tenants/{tenant_id}/document_stats",
|
|
3951
3467
|
...options
|
|
3952
3468
|
});
|
|
3953
3469
|
var getSearchAnalytics = (options) => (options.client ?? client).get({
|
|
3954
|
-
querySerializer: {
|
|
3955
|
-
parameters: {
|
|
3956
|
-
filter: { object: { style: "form" } },
|
|
3957
|
-
page: { object: { style: "form" } },
|
|
3958
|
-
fields: { object: { style: "form" } }
|
|
3959
|
-
}
|
|
3960
|
-
},
|
|
3961
3470
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3962
3471
|
url: "/search/analytics",
|
|
3963
3472
|
...options
|
|
3964
3473
|
});
|
|
3965
3474
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
3966
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3967
3475
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3968
3476
|
url: "/users/auth/magic_link/request",
|
|
3969
3477
|
...options,
|
|
@@ -3973,18 +3481,11 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
3973
3481
|
}
|
|
3974
3482
|
});
|
|
3975
3483
|
var getPermissionsPresetsById = (options) => (options.client ?? client).get({
|
|
3976
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3977
3484
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3978
3485
|
url: "/permissions/presets/{id}",
|
|
3979
3486
|
...options
|
|
3980
3487
|
});
|
|
3981
3488
|
var getPermissionsPresets = (options) => (options.client ?? client).get({
|
|
3982
|
-
querySerializer: {
|
|
3983
|
-
parameters: {
|
|
3984
|
-
filter: { object: { style: "form" } },
|
|
3985
|
-
fields: { object: { style: "form" } }
|
|
3986
|
-
}
|
|
3987
|
-
},
|
|
3988
3489
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3989
3490
|
url: "/permissions/presets",
|
|
3990
3491
|
...options
|
|
@@ -3999,7 +3500,6 @@ var postWebhookDeliveriesBulkRetry = (options) => (options.client ?? client).pos
|
|
|
3999
3500
|
}
|
|
4000
3501
|
});
|
|
4001
3502
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
4002
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4003
3503
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4004
3504
|
url: "/users/auth/register",
|
|
4005
3505
|
...options,
|
|
@@ -4023,19 +3523,16 @@ var postAgentsByIdSchemaVersionsByVersionIdActivate = (options) => (options.clie
|
|
|
4023
3523
|
...options
|
|
4024
3524
|
});
|
|
4025
3525
|
var deletePaymentMethodsById = (options) => (options.client ?? client).delete({
|
|
4026
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4027
3526
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4028
3527
|
url: "/payment-methods/{id}",
|
|
4029
3528
|
...options
|
|
4030
3529
|
});
|
|
4031
3530
|
var getPaymentMethodsById = (options) => (options.client ?? client).get({
|
|
4032
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4033
3531
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4034
3532
|
url: "/payment-methods/{id}",
|
|
4035
3533
|
...options
|
|
4036
3534
|
});
|
|
4037
3535
|
var patchPaymentMethodsById = (options) => (options.client ?? client).patch({
|
|
4038
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4039
3536
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4040
3537
|
url: "/payment-methods/{id}",
|
|
4041
3538
|
...options,
|
|
@@ -4045,19 +3542,16 @@ var patchPaymentMethodsById = (options) => (options.client ?? client).patch({
|
|
|
4045
3542
|
}
|
|
4046
3543
|
});
|
|
4047
3544
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
4048
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4049
3545
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4050
3546
|
url: "/buckets/{id}",
|
|
4051
3547
|
...options
|
|
4052
3548
|
});
|
|
4053
3549
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
4054
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4055
3550
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4056
3551
|
url: "/buckets/{id}",
|
|
4057
3552
|
...options
|
|
4058
3553
|
});
|
|
4059
3554
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
4060
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4061
3555
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4062
3556
|
url: "/buckets/{id}",
|
|
4063
3557
|
...options,
|
|
@@ -4067,35 +3561,21 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
4067
3561
|
}
|
|
4068
3562
|
});
|
|
4069
3563
|
var getPermissionsById = (options) => (options.client ?? client).get({
|
|
4070
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4071
3564
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4072
3565
|
url: "/permissions/{id}",
|
|
4073
3566
|
...options
|
|
4074
3567
|
});
|
|
4075
3568
|
var getAiGraphNodesBySourceNodeIdRelated = (options) => (options.client ?? client).get({
|
|
4076
|
-
querySerializer: {
|
|
4077
|
-
parameters: {
|
|
4078
|
-
filter: { object: { style: "form" } },
|
|
4079
|
-
fields: { object: { style: "form" } }
|
|
4080
|
-
}
|
|
4081
|
-
},
|
|
4082
3569
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4083
3570
|
url: "/ai/graph/nodes/{source_node_id}/related",
|
|
4084
3571
|
...options
|
|
4085
3572
|
});
|
|
4086
3573
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
4087
|
-
querySerializer: {
|
|
4088
|
-
parameters: {
|
|
4089
|
-
filter: { object: { style: "form" } },
|
|
4090
|
-
fields: { object: { style: "form" } }
|
|
4091
|
-
}
|
|
4092
|
-
},
|
|
4093
3574
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4094
3575
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
4095
3576
|
...options
|
|
4096
3577
|
});
|
|
4097
3578
|
var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? client).patch({
|
|
4098
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4099
3579
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4100
3580
|
url: "/applications/{id}/allocate-credits",
|
|
4101
3581
|
...options,
|
|
@@ -4105,30 +3585,16 @@ var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? clien
|
|
|
4105
3585
|
}
|
|
4106
3586
|
});
|
|
4107
3587
|
var getExtractionResultsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
4108
|
-
querySerializer: {
|
|
4109
|
-
parameters: {
|
|
4110
|
-
filter: { object: { style: "form" } },
|
|
4111
|
-
page: { object: { style: "form" } },
|
|
4112
|
-
fields: { object: { style: "form" } }
|
|
4113
|
-
}
|
|
4114
|
-
},
|
|
4115
3588
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4116
3589
|
url: "/extraction/results/workspace/{workspace_id}",
|
|
4117
3590
|
...options
|
|
4118
3591
|
});
|
|
4119
3592
|
var getSearchAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
4120
|
-
querySerializer: {
|
|
4121
|
-
parameters: {
|
|
4122
|
-
filter: { object: { style: "form" } },
|
|
4123
|
-
fields: { object: { style: "form" } }
|
|
4124
|
-
}
|
|
4125
|
-
},
|
|
4126
3593
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4127
3594
|
url: "/search/analytics/summary",
|
|
4128
3595
|
...options
|
|
4129
3596
|
});
|
|
4130
3597
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
4131
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4132
3598
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4133
3599
|
url: "/extraction/documents/begin_upload",
|
|
4134
3600
|
...options,
|
|
@@ -4138,25 +3604,21 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
4138
3604
|
}
|
|
4139
3605
|
});
|
|
4140
3606
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
4141
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4142
3607
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4143
3608
|
url: "/ai/graph/edges/{id}",
|
|
4144
3609
|
...options
|
|
4145
3610
|
});
|
|
4146
3611
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
4147
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4148
3612
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4149
3613
|
url: "/tenants/{id}",
|
|
4150
3614
|
...options
|
|
4151
3615
|
});
|
|
4152
3616
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
4153
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4154
3617
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4155
3618
|
url: "/tenants/{id}",
|
|
4156
3619
|
...options
|
|
4157
3620
|
});
|
|
4158
3621
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
4159
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4160
3622
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4161
3623
|
url: "/tenants/{id}",
|
|
4162
3624
|
...options,
|
|
@@ -4166,19 +3628,11 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
4166
3628
|
}
|
|
4167
3629
|
});
|
|
4168
3630
|
var getPlans = (options) => (options.client ?? client).get({
|
|
4169
|
-
querySerializer: {
|
|
4170
|
-
parameters: {
|
|
4171
|
-
filter: { object: { style: "form" } },
|
|
4172
|
-
page: { object: { style: "form" } },
|
|
4173
|
-
fields: { object: { style: "form" } }
|
|
4174
|
-
}
|
|
4175
|
-
},
|
|
4176
3631
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4177
3632
|
url: "/plans",
|
|
4178
3633
|
...options
|
|
4179
3634
|
});
|
|
4180
3635
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
4181
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4182
3636
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4183
3637
|
url: "/agents/{id}/test",
|
|
4184
3638
|
...options,
|
|
@@ -4197,24 +3651,16 @@ var postAgentVersionsByIdAddSystemField = (options) => (options.client ?? client
|
|
|
4197
3651
|
}
|
|
4198
3652
|
});
|
|
4199
3653
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
4200
|
-
querySerializer: {
|
|
4201
|
-
parameters: {
|
|
4202
|
-
filter: { object: { style: "form" } },
|
|
4203
|
-
fields: { object: { style: "form" } }
|
|
4204
|
-
}
|
|
4205
|
-
},
|
|
4206
3654
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4207
3655
|
url: "/extraction/documents",
|
|
4208
3656
|
...options
|
|
4209
3657
|
});
|
|
4210
3658
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
4211
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4212
3659
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4213
3660
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
4214
3661
|
...options
|
|
4215
3662
|
});
|
|
4216
3663
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
4217
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4218
3664
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4219
3665
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
4220
3666
|
...options,
|
|
@@ -4224,7 +3670,6 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
4224
3670
|
}
|
|
4225
3671
|
});
|
|
4226
3672
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
4227
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4228
3673
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4229
3674
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
4230
3675
|
...options,
|
|
@@ -4234,18 +3679,11 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
4234
3679
|
}
|
|
4235
3680
|
});
|
|
4236
3681
|
var getAuditLogsActivity = (options) => (options.client ?? client).get({
|
|
4237
|
-
querySerializer: {
|
|
4238
|
-
parameters: {
|
|
4239
|
-
filter: { object: { style: "form" } },
|
|
4240
|
-
fields: { object: { style: "form" } }
|
|
4241
|
-
}
|
|
4242
|
-
},
|
|
4243
3682
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4244
3683
|
url: "/audit-logs/activity",
|
|
4245
3684
|
...options
|
|
4246
3685
|
});
|
|
4247
3686
|
var postUsersAuthResendConfirmation = (options) => (options.client ?? client).post({
|
|
4248
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4249
3687
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4250
3688
|
url: "/users/auth/resend-confirmation",
|
|
4251
3689
|
...options,
|
|
@@ -4255,29 +3693,16 @@ var postUsersAuthResendConfirmation = (options) => (options.client ?? client).po
|
|
|
4255
3693
|
}
|
|
4256
3694
|
});
|
|
4257
3695
|
var getWorkspacesAnalyticsBatch = (options) => (options.client ?? client).get({
|
|
4258
|
-
querySerializer: {
|
|
4259
|
-
parameters: {
|
|
4260
|
-
filter: { object: { style: "form" } },
|
|
4261
|
-
fields: { object: { style: "form" } }
|
|
4262
|
-
}
|
|
4263
|
-
},
|
|
4264
3696
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4265
3697
|
url: "/workspaces/analytics-batch",
|
|
4266
3698
|
...options
|
|
4267
3699
|
});
|
|
4268
3700
|
var getFieldTemplates = (options) => (options.client ?? client).get({
|
|
4269
|
-
querySerializer: {
|
|
4270
|
-
parameters: {
|
|
4271
|
-
filter: { object: { style: "form" } },
|
|
4272
|
-
fields: { object: { style: "form" } }
|
|
4273
|
-
}
|
|
4274
|
-
},
|
|
4275
3701
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4276
3702
|
url: "/field_templates",
|
|
4277
3703
|
...options
|
|
4278
3704
|
});
|
|
4279
3705
|
var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
4280
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4281
3706
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4282
3707
|
url: "/field_templates",
|
|
4283
3708
|
...options,
|
|
@@ -4287,19 +3712,11 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
|
4287
3712
|
}
|
|
4288
3713
|
});
|
|
4289
3714
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
4290
|
-
querySerializer: {
|
|
4291
|
-
parameters: {
|
|
4292
|
-
filter: { object: { style: "form" } },
|
|
4293
|
-
page: { object: { style: "form" } },
|
|
4294
|
-
fields: { object: { style: "form" } }
|
|
4295
|
-
}
|
|
4296
|
-
},
|
|
4297
3715
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4298
3716
|
url: "/ai/messages",
|
|
4299
3717
|
...options
|
|
4300
3718
|
});
|
|
4301
3719
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
4302
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4303
3720
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4304
3721
|
url: "/ai/messages",
|
|
4305
3722
|
...options,
|
|
@@ -4309,13 +3726,6 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
4309
3726
|
}
|
|
4310
3727
|
});
|
|
4311
3728
|
var getWatcherEvents = (options) => (options.client ?? client).get({
|
|
4312
|
-
querySerializer: {
|
|
4313
|
-
parameters: {
|
|
4314
|
-
filter: { object: { style: "form" } },
|
|
4315
|
-
page: { object: { style: "form" } },
|
|
4316
|
-
fields: { object: { style: "form" } }
|
|
4317
|
-
}
|
|
4318
|
-
},
|
|
4319
3729
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4320
3730
|
url: "/watcher/events",
|
|
4321
3731
|
...options
|
|
@@ -4330,7 +3740,6 @@ var postWatcherEvents = (options) => (options.client ?? client).post({
|
|
|
4330
3740
|
}
|
|
4331
3741
|
});
|
|
4332
3742
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
4333
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4334
3743
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4335
3744
|
url: "/storage/sign_upload",
|
|
4336
3745
|
...options,
|
|
@@ -4340,7 +3749,6 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
4340
3749
|
}
|
|
4341
3750
|
});
|
|
4342
3751
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
4343
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4344
3752
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4345
3753
|
url: "/webhook_deliveries/{id}/retry",
|
|
4346
3754
|
...options,
|
|
@@ -4350,19 +3758,11 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
4350
3758
|
}
|
|
4351
3759
|
});
|
|
4352
3760
|
var getNotificationMethods = (options) => (options.client ?? client).get({
|
|
4353
|
-
querySerializer: {
|
|
4354
|
-
parameters: {
|
|
4355
|
-
filter: { object: { style: "form" } },
|
|
4356
|
-
page: { object: { style: "form" } },
|
|
4357
|
-
fields: { object: { style: "form" } }
|
|
4358
|
-
}
|
|
4359
|
-
},
|
|
4360
3761
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4361
3762
|
url: "/notification_methods",
|
|
4362
3763
|
...options
|
|
4363
3764
|
});
|
|
4364
3765
|
var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
4365
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4366
3766
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4367
3767
|
url: "/notification_methods",
|
|
4368
3768
|
...options,
|
|
@@ -4372,13 +3772,11 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
4372
3772
|
}
|
|
4373
3773
|
});
|
|
4374
3774
|
var getWalletPlanPreview = (options) => (options.client ?? client).get({
|
|
4375
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4376
3775
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4377
3776
|
url: "/wallet/plan/preview",
|
|
4378
3777
|
...options
|
|
4379
3778
|
});
|
|
4380
3779
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
4381
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4382
3780
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4383
3781
|
url: "/threads/{id}/summarize",
|
|
4384
3782
|
...options,
|
|
@@ -4388,7 +3786,6 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
4388
3786
|
}
|
|
4389
3787
|
});
|
|
4390
3788
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
4391
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4392
3789
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4393
3790
|
url: "/configs/{key}",
|
|
4394
3791
|
...options,
|
|
@@ -4398,7 +3795,6 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
4398
3795
|
}
|
|
4399
3796
|
});
|
|
4400
3797
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
4401
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4402
3798
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4403
3799
|
url: "/api_keys/{id}/rotate",
|
|
4404
3800
|
...options,
|
|
@@ -4408,18 +3804,11 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
4408
3804
|
}
|
|
4409
3805
|
});
|
|
4410
3806
|
var getExtractionResults = (options) => (options.client ?? client).get({
|
|
4411
|
-
querySerializer: {
|
|
4412
|
-
parameters: {
|
|
4413
|
-
filter: { object: { style: "form" } },
|
|
4414
|
-
fields: { object: { style: "form" } }
|
|
4415
|
-
}
|
|
4416
|
-
},
|
|
4417
3807
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4418
3808
|
url: "/extraction/results",
|
|
4419
3809
|
...options
|
|
4420
3810
|
});
|
|
4421
3811
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
4422
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4423
3812
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4424
3813
|
url: "/agents/{id}/clone",
|
|
4425
3814
|
...options,
|
|
@@ -4429,19 +3818,16 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
4429
3818
|
}
|
|
4430
3819
|
});
|
|
4431
3820
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
4432
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4433
3821
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4434
3822
|
url: "/ai/conversations/{id}",
|
|
4435
3823
|
...options
|
|
4436
3824
|
});
|
|
4437
3825
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
4438
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4439
3826
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4440
3827
|
url: "/ai/conversations/{id}",
|
|
4441
3828
|
...options
|
|
4442
3829
|
});
|
|
4443
3830
|
var patchAiConversationsById = (options) => (options.client ?? client).patch({
|
|
4444
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4445
3831
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4446
3832
|
url: "/ai/conversations/{id}",
|
|
4447
3833
|
...options,
|
|
@@ -4451,19 +3837,16 @@ var patchAiConversationsById = (options) => (options.client ?? client).patch({
|
|
|
4451
3837
|
}
|
|
4452
3838
|
});
|
|
4453
3839
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
4454
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4455
3840
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4456
3841
|
url: "/user_profiles/{id}",
|
|
4457
3842
|
...options
|
|
4458
3843
|
});
|
|
4459
3844
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
4460
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4461
3845
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4462
3846
|
url: "/user_profiles/{id}",
|
|
4463
3847
|
...options
|
|
4464
3848
|
});
|
|
4465
3849
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
4466
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4467
3850
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4468
3851
|
url: "/user_profiles/{id}",
|
|
4469
3852
|
...options,
|
|
@@ -4473,12 +3856,6 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
4473
3856
|
}
|
|
4474
3857
|
});
|
|
4475
3858
|
var getInvitationsMe = (options) => (options.client ?? client).get({
|
|
4476
|
-
querySerializer: {
|
|
4477
|
-
parameters: {
|
|
4478
|
-
filter: { object: { style: "form" } },
|
|
4479
|
-
fields: { object: { style: "form" } }
|
|
4480
|
-
}
|
|
4481
|
-
},
|
|
4482
3859
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4483
3860
|
url: "/invitations/me",
|
|
4484
3861
|
...options
|
|
@@ -4493,7 +3870,6 @@ var patchAgentsByIdSchemaVersionsByVersionId = (options) => (options.client ?? c
|
|
|
4493
3870
|
}
|
|
4494
3871
|
});
|
|
4495
3872
|
var postSearchBatch = (options) => (options.client ?? client).post({
|
|
4496
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4497
3873
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4498
3874
|
url: "/search/batch",
|
|
4499
3875
|
...options,
|
|
@@ -4508,43 +3884,26 @@ var getThreadsWorkspaceStats = (options) => (options.client ?? client).get({
|
|
|
4508
3884
|
...options
|
|
4509
3885
|
});
|
|
4510
3886
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
4511
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4512
3887
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4513
3888
|
url: "/objects/{id}",
|
|
4514
3889
|
...options
|
|
4515
3890
|
});
|
|
4516
3891
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
4517
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4518
3892
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4519
3893
|
url: "/objects/{id}",
|
|
4520
3894
|
...options
|
|
4521
3895
|
});
|
|
4522
3896
|
var getExtractionDocumentsWorkspaceByWorkspaceIdExcluded = (options) => (options.client ?? client).get({
|
|
4523
|
-
querySerializer: {
|
|
4524
|
-
parameters: {
|
|
4525
|
-
filter: { object: { style: "form" } },
|
|
4526
|
-
page: { object: { style: "form" } },
|
|
4527
|
-
fields: { object: { style: "form" } }
|
|
4528
|
-
}
|
|
4529
|
-
},
|
|
4530
3897
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4531
3898
|
url: "/extraction/documents/workspace/{workspace_id}/excluded",
|
|
4532
3899
|
...options
|
|
4533
3900
|
});
|
|
4534
3901
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
4535
|
-
querySerializer: {
|
|
4536
|
-
parameters: {
|
|
4537
|
-
filter: { object: { style: "form" } },
|
|
4538
|
-
page: { object: { style: "form" } },
|
|
4539
|
-
fields: { object: { style: "form" } }
|
|
4540
|
-
}
|
|
4541
|
-
},
|
|
4542
3902
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4543
3903
|
url: "/webhook_configs",
|
|
4544
3904
|
...options
|
|
4545
3905
|
});
|
|
4546
3906
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
4547
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4548
3907
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4549
3908
|
url: "/webhook_configs",
|
|
4550
3909
|
...options,
|
|
@@ -4554,7 +3913,6 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
4554
3913
|
}
|
|
4555
3914
|
});
|
|
4556
3915
|
var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
|
|
4557
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4558
3916
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4559
3917
|
url: "/agents/{id}/publish_version",
|
|
4560
3918
|
...options,
|
|
@@ -4564,7 +3922,6 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
|
|
|
4564
3922
|
}
|
|
4565
3923
|
});
|
|
4566
3924
|
var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? client).post({
|
|
4567
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4568
3925
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4569
3926
|
url: "/extraction/documents/bulk-reprocess",
|
|
4570
3927
|
...options,
|
|
@@ -4574,7 +3931,6 @@ var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? clien
|
|
|
4574
3931
|
}
|
|
4575
3932
|
});
|
|
4576
3933
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
4577
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4578
3934
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4579
3935
|
url: "/objects/bulk-destroy",
|
|
4580
3936
|
...options,
|
|
@@ -4584,42 +3940,31 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
4584
3940
|
}
|
|
4585
3941
|
});
|
|
4586
3942
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
4587
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4588
3943
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4589
3944
|
url: "/applications/by-slug/{slug}",
|
|
4590
3945
|
...options
|
|
4591
3946
|
});
|
|
4592
3947
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
4593
|
-
querySerializer: {
|
|
4594
|
-
parameters: {
|
|
4595
|
-
filter: { object: { style: "form" } },
|
|
4596
|
-
fields: { object: { style: "form" } }
|
|
4597
|
-
}
|
|
4598
|
-
},
|
|
4599
3948
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4600
3949
|
url: "/notification_logs",
|
|
4601
3950
|
...options
|
|
4602
3951
|
});
|
|
4603
3952
|
var getWallet = (options) => (options.client ?? client).get({
|
|
4604
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4605
3953
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4606
3954
|
url: "/wallet",
|
|
4607
3955
|
...options
|
|
4608
3956
|
});
|
|
4609
3957
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
4610
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4611
3958
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4612
3959
|
url: "/messages/{id}",
|
|
4613
3960
|
...options
|
|
4614
3961
|
});
|
|
4615
3962
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
4616
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4617
3963
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4618
3964
|
url: "/messages/{id}",
|
|
4619
3965
|
...options
|
|
4620
3966
|
});
|
|
4621
3967
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
4622
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4623
3968
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4624
3969
|
url: "/messages/{id}",
|
|
4625
3970
|
...options,
|
|
@@ -4638,36 +3983,26 @@ var postAgentsByIdDiscoverSchema = (options) => (options.client ?? client).post(
|
|
|
4638
3983
|
}
|
|
4639
3984
|
});
|
|
4640
3985
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
4641
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4642
3986
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4643
3987
|
url: "/llm_analytics/usage",
|
|
4644
3988
|
...options
|
|
4645
3989
|
});
|
|
4646
3990
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
4647
|
-
querySerializer: {
|
|
4648
|
-
parameters: {
|
|
4649
|
-
filter: { object: { style: "form" } },
|
|
4650
|
-
fields: { object: { style: "form" } }
|
|
4651
|
-
}
|
|
4652
|
-
},
|
|
4653
3991
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4654
3992
|
url: "/search/stats",
|
|
4655
3993
|
...options
|
|
4656
3994
|
});
|
|
4657
3995
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
4658
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4659
3996
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4660
3997
|
url: "/notification_preferences/{id}",
|
|
4661
3998
|
...options
|
|
4662
3999
|
});
|
|
4663
4000
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
4664
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4665
4001
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4666
4002
|
url: "/notification_preferences/{id}",
|
|
4667
4003
|
...options
|
|
4668
4004
|
});
|
|
4669
4005
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
4670
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4671
4006
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4672
4007
|
url: "/notification_preferences/{id}",
|
|
4673
4008
|
...options,
|
|
@@ -4677,19 +4012,11 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
4677
4012
|
}
|
|
4678
4013
|
});
|
|
4679
4014
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
4680
|
-
querySerializer: {
|
|
4681
|
-
parameters: {
|
|
4682
|
-
filter: { object: { style: "form" } },
|
|
4683
|
-
page: { object: { style: "form" } },
|
|
4684
|
-
fields: { object: { style: "form" } }
|
|
4685
|
-
}
|
|
4686
|
-
},
|
|
4687
4015
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4688
4016
|
url: "/ai/graph/nodes",
|
|
4689
4017
|
...options
|
|
4690
4018
|
});
|
|
4691
4019
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
4692
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4693
4020
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4694
4021
|
url: "/ai/graph/nodes",
|
|
4695
4022
|
...options,
|
|
@@ -4699,19 +4026,11 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
4699
4026
|
}
|
|
4700
4027
|
});
|
|
4701
4028
|
var getAgents = (options) => (options.client ?? client).get({
|
|
4702
|
-
querySerializer: {
|
|
4703
|
-
parameters: {
|
|
4704
|
-
filter: { object: { style: "form" } },
|
|
4705
|
-
page: { object: { style: "form" } },
|
|
4706
|
-
fields: { object: { style: "form" } }
|
|
4707
|
-
}
|
|
4708
|
-
},
|
|
4709
4029
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4710
4030
|
url: "/agents",
|
|
4711
4031
|
...options
|
|
4712
4032
|
});
|
|
4713
4033
|
var postAgents = (options) => (options.client ?? client).post({
|
|
4714
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4715
4034
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4716
4035
|
url: "/agents",
|
|
4717
4036
|
...options,
|
|
@@ -4721,19 +4040,16 @@ var postAgents = (options) => (options.client ?? client).post({
|
|
|
4721
4040
|
}
|
|
4722
4041
|
});
|
|
4723
4042
|
var deleteApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).delete({
|
|
4724
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4725
4043
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4726
4044
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
4727
4045
|
...options
|
|
4728
4046
|
});
|
|
4729
4047
|
var getApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).get({
|
|
4730
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4731
4048
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4732
4049
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
4733
4050
|
...options
|
|
4734
4051
|
});
|
|
4735
4052
|
var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).patch({
|
|
4736
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4737
4053
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4738
4054
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
4739
4055
|
...options,
|
|
@@ -4743,7 +4059,6 @@ var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options
|
|
|
4743
4059
|
}
|
|
4744
4060
|
});
|
|
4745
4061
|
var patchPaymentMethodsByIdDefault = (options) => (options.client ?? client).patch({
|
|
4746
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4747
4062
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4748
4063
|
url: "/payment-methods/{id}/default",
|
|
4749
4064
|
...options,
|
|
@@ -4758,7 +4073,6 @@ var postAgentsByIdExport = (options) => (options.client ?? client).post({
|
|
|
4758
4073
|
...options
|
|
4759
4074
|
});
|
|
4760
4075
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
4761
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4762
4076
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4763
4077
|
url: "/users/register_isv",
|
|
4764
4078
|
...options,
|
|
@@ -4768,31 +4082,21 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
4768
4082
|
}
|
|
4769
4083
|
});
|
|
4770
4084
|
var deleteExtractionBatchesById = (options) => (options.client ?? client).delete({
|
|
4771
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4772
4085
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4773
4086
|
url: "/extraction/batches/{id}",
|
|
4774
4087
|
...options
|
|
4775
4088
|
});
|
|
4776
4089
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
4777
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4778
4090
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4779
4091
|
url: "/extraction/batches/{id}",
|
|
4780
4092
|
...options
|
|
4781
4093
|
});
|
|
4782
4094
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
4783
|
-
querySerializer: {
|
|
4784
|
-
parameters: {
|
|
4785
|
-
filter: { object: { style: "form" } },
|
|
4786
|
-
page: { object: { style: "form" } },
|
|
4787
|
-
fields: { object: { style: "form" } }
|
|
4788
|
-
}
|
|
4789
|
-
},
|
|
4790
4095
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4791
4096
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
4792
4097
|
...options
|
|
4793
4098
|
});
|
|
4794
4099
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
4795
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4796
4100
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4797
4101
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
4798
4102
|
...options,
|
|
@@ -4802,13 +4106,11 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
4802
4106
|
}
|
|
4803
4107
|
});
|
|
4804
4108
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
4805
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4806
4109
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4807
4110
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
4808
4111
|
...options
|
|
4809
4112
|
});
|
|
4810
4113
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
4811
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
4812
4114
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4813
4115
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
4814
4116
|
...options,
|
|
@@ -4818,49 +4120,21 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
4818
4120
|
}
|
|
4819
4121
|
});
|
|
4820
4122
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrashed = (options) => (options.client ?? client).get({
|
|
4821
|
-
querySerializer: {
|
|
4822
|
-
parameters: {
|
|
4823
|
-
filter: { object: { style: "form" } },
|
|
4824
|
-
page: { object: { style: "form" } },
|
|
4825
|
-
fields: { object: { style: "form" } }
|
|
4826
|
-
}
|
|
4827
|
-
},
|
|
4828
4123
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4829
4124
|
url: "/extraction/documents/workspace/{workspace_id}/trashed",
|
|
4830
4125
|
...options
|
|
4831
4126
|
});
|
|
4832
4127
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
4833
|
-
querySerializer: {
|
|
4834
|
-
parameters: {
|
|
4835
|
-
filter: { object: { style: "form" } },
|
|
4836
|
-
page: { object: { style: "form" } },
|
|
4837
|
-
fields: { object: { style: "form" } }
|
|
4838
|
-
}
|
|
4839
|
-
},
|
|
4840
4128
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4841
4129
|
url: "/credit-packages",
|
|
4842
4130
|
...options
|
|
4843
4131
|
});
|
|
4844
4132
|
var getUsers = (options) => (options.client ?? client).get({
|
|
4845
|
-
querySerializer: {
|
|
4846
|
-
parameters: {
|
|
4847
|
-
filter: { object: { style: "form" } },
|
|
4848
|
-
page: { object: { style: "form" } },
|
|
4849
|
-
fields: { object: { style: "form" } }
|
|
4850
|
-
}
|
|
4851
|
-
},
|
|
4852
4133
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4853
4134
|
url: "/users",
|
|
4854
4135
|
...options
|
|
4855
4136
|
});
|
|
4856
4137
|
var getObjects = (options) => (options.client ?? client).get({
|
|
4857
|
-
querySerializer: {
|
|
4858
|
-
parameters: {
|
|
4859
|
-
filter: { object: { style: "form" } },
|
|
4860
|
-
page: { object: { style: "form" } },
|
|
4861
|
-
fields: { object: { style: "form" } }
|
|
4862
|
-
}
|
|
4863
|
-
},
|
|
4864
4138
|
security: [{ scheme: "bearer", type: "http" }],
|
|
4865
4139
|
url: "/objects",
|
|
4866
4140
|
...options
|