pmxtjs 2.21.2 → 2.22.0
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/esm/generated/src/apis/DefaultApi.d.ts +29 -0
- package/dist/esm/generated/src/apis/DefaultApi.js +58 -29
- package/dist/generated/src/apis/DefaultApi.d.ts +29 -0
- package/dist/generated/src/apis/DefaultApi.js +58 -29
- package/generated/docs/DefaultApi.md +58 -58
- package/generated/package.json +1 -1
- package/generated/src/apis/DefaultApi.ts +58 -29
- package/package.json +2 -2
|
@@ -1568,7 +1568,8 @@ export const BuildOrderOperationExchangeEnum = {
|
|
|
1568
1568
|
Limitless: 'limitless',
|
|
1569
1569
|
Probable: 'probable',
|
|
1570
1570
|
Baozi: 'baozi',
|
|
1571
|
-
Myriad: 'myriad'
|
|
1571
|
+
Myriad: 'myriad',
|
|
1572
|
+
Opinion: 'opinion'
|
|
1572
1573
|
} as const;
|
|
1573
1574
|
export type BuildOrderOperationExchangeEnum = typeof BuildOrderOperationExchangeEnum[keyof typeof BuildOrderOperationExchangeEnum];
|
|
1574
1575
|
/**
|
|
@@ -1580,7 +1581,8 @@ export const CancelOrderOperationExchangeEnum = {
|
|
|
1580
1581
|
Limitless: 'limitless',
|
|
1581
1582
|
Probable: 'probable',
|
|
1582
1583
|
Baozi: 'baozi',
|
|
1583
|
-
Myriad: 'myriad'
|
|
1584
|
+
Myriad: 'myriad',
|
|
1585
|
+
Opinion: 'opinion'
|
|
1584
1586
|
} as const;
|
|
1585
1587
|
export type CancelOrderOperationExchangeEnum = typeof CancelOrderOperationExchangeEnum[keyof typeof CancelOrderOperationExchangeEnum];
|
|
1586
1588
|
/**
|
|
@@ -1592,7 +1594,8 @@ export const CloseOperationExchangeEnum = {
|
|
|
1592
1594
|
Limitless: 'limitless',
|
|
1593
1595
|
Probable: 'probable',
|
|
1594
1596
|
Baozi: 'baozi',
|
|
1595
|
-
Myriad: 'myriad'
|
|
1597
|
+
Myriad: 'myriad',
|
|
1598
|
+
Opinion: 'opinion'
|
|
1596
1599
|
} as const;
|
|
1597
1600
|
export type CloseOperationExchangeEnum = typeof CloseOperationExchangeEnum[keyof typeof CloseOperationExchangeEnum];
|
|
1598
1601
|
/**
|
|
@@ -1604,7 +1607,8 @@ export const CreateOrderOperationExchangeEnum = {
|
|
|
1604
1607
|
Limitless: 'limitless',
|
|
1605
1608
|
Probable: 'probable',
|
|
1606
1609
|
Baozi: 'baozi',
|
|
1607
|
-
Myriad: 'myriad'
|
|
1610
|
+
Myriad: 'myriad',
|
|
1611
|
+
Opinion: 'opinion'
|
|
1608
1612
|
} as const;
|
|
1609
1613
|
export type CreateOrderOperationExchangeEnum = typeof CreateOrderOperationExchangeEnum[keyof typeof CreateOrderOperationExchangeEnum];
|
|
1610
1614
|
/**
|
|
@@ -1616,7 +1620,8 @@ export const FetchAllOrdersOperationExchangeEnum = {
|
|
|
1616
1620
|
Limitless: 'limitless',
|
|
1617
1621
|
Probable: 'probable',
|
|
1618
1622
|
Baozi: 'baozi',
|
|
1619
|
-
Myriad: 'myriad'
|
|
1623
|
+
Myriad: 'myriad',
|
|
1624
|
+
Opinion: 'opinion'
|
|
1620
1625
|
} as const;
|
|
1621
1626
|
export type FetchAllOrdersOperationExchangeEnum = typeof FetchAllOrdersOperationExchangeEnum[keyof typeof FetchAllOrdersOperationExchangeEnum];
|
|
1622
1627
|
/**
|
|
@@ -1628,7 +1633,8 @@ export const FetchBalanceOperationExchangeEnum = {
|
|
|
1628
1633
|
Limitless: 'limitless',
|
|
1629
1634
|
Probable: 'probable',
|
|
1630
1635
|
Baozi: 'baozi',
|
|
1631
|
-
Myriad: 'myriad'
|
|
1636
|
+
Myriad: 'myriad',
|
|
1637
|
+
Opinion: 'opinion'
|
|
1632
1638
|
} as const;
|
|
1633
1639
|
export type FetchBalanceOperationExchangeEnum = typeof FetchBalanceOperationExchangeEnum[keyof typeof FetchBalanceOperationExchangeEnum];
|
|
1634
1640
|
/**
|
|
@@ -1640,7 +1646,8 @@ export const FetchClosedOrdersOperationExchangeEnum = {
|
|
|
1640
1646
|
Limitless: 'limitless',
|
|
1641
1647
|
Probable: 'probable',
|
|
1642
1648
|
Baozi: 'baozi',
|
|
1643
|
-
Myriad: 'myriad'
|
|
1649
|
+
Myriad: 'myriad',
|
|
1650
|
+
Opinion: 'opinion'
|
|
1644
1651
|
} as const;
|
|
1645
1652
|
export type FetchClosedOrdersOperationExchangeEnum = typeof FetchClosedOrdersOperationExchangeEnum[keyof typeof FetchClosedOrdersOperationExchangeEnum];
|
|
1646
1653
|
/**
|
|
@@ -1652,7 +1659,8 @@ export const FetchEventOperationExchangeEnum = {
|
|
|
1652
1659
|
Limitless: 'limitless',
|
|
1653
1660
|
Probable: 'probable',
|
|
1654
1661
|
Baozi: 'baozi',
|
|
1655
|
-
Myriad: 'myriad'
|
|
1662
|
+
Myriad: 'myriad',
|
|
1663
|
+
Opinion: 'opinion'
|
|
1656
1664
|
} as const;
|
|
1657
1665
|
export type FetchEventOperationExchangeEnum = typeof FetchEventOperationExchangeEnum[keyof typeof FetchEventOperationExchangeEnum];
|
|
1658
1666
|
/**
|
|
@@ -1664,7 +1672,8 @@ export const FetchEventsOperationExchangeEnum = {
|
|
|
1664
1672
|
Limitless: 'limitless',
|
|
1665
1673
|
Probable: 'probable',
|
|
1666
1674
|
Baozi: 'baozi',
|
|
1667
|
-
Myriad: 'myriad'
|
|
1675
|
+
Myriad: 'myriad',
|
|
1676
|
+
Opinion: 'opinion'
|
|
1668
1677
|
} as const;
|
|
1669
1678
|
export type FetchEventsOperationExchangeEnum = typeof FetchEventsOperationExchangeEnum[keyof typeof FetchEventsOperationExchangeEnum];
|
|
1670
1679
|
/**
|
|
@@ -1676,7 +1685,8 @@ export const FetchMarketOperationExchangeEnum = {
|
|
|
1676
1685
|
Limitless: 'limitless',
|
|
1677
1686
|
Probable: 'probable',
|
|
1678
1687
|
Baozi: 'baozi',
|
|
1679
|
-
Myriad: 'myriad'
|
|
1688
|
+
Myriad: 'myriad',
|
|
1689
|
+
Opinion: 'opinion'
|
|
1680
1690
|
} as const;
|
|
1681
1691
|
export type FetchMarketOperationExchangeEnum = typeof FetchMarketOperationExchangeEnum[keyof typeof FetchMarketOperationExchangeEnum];
|
|
1682
1692
|
/**
|
|
@@ -1688,7 +1698,8 @@ export const FetchMarketsOperationExchangeEnum = {
|
|
|
1688
1698
|
Limitless: 'limitless',
|
|
1689
1699
|
Probable: 'probable',
|
|
1690
1700
|
Baozi: 'baozi',
|
|
1691
|
-
Myriad: 'myriad'
|
|
1701
|
+
Myriad: 'myriad',
|
|
1702
|
+
Opinion: 'opinion'
|
|
1692
1703
|
} as const;
|
|
1693
1704
|
export type FetchMarketsOperationExchangeEnum = typeof FetchMarketsOperationExchangeEnum[keyof typeof FetchMarketsOperationExchangeEnum];
|
|
1694
1705
|
/**
|
|
@@ -1700,7 +1711,8 @@ export const FetchMarketsPaginatedOperationExchangeEnum = {
|
|
|
1700
1711
|
Limitless: 'limitless',
|
|
1701
1712
|
Probable: 'probable',
|
|
1702
1713
|
Baozi: 'baozi',
|
|
1703
|
-
Myriad: 'myriad'
|
|
1714
|
+
Myriad: 'myriad',
|
|
1715
|
+
Opinion: 'opinion'
|
|
1704
1716
|
} as const;
|
|
1705
1717
|
export type FetchMarketsPaginatedOperationExchangeEnum = typeof FetchMarketsPaginatedOperationExchangeEnum[keyof typeof FetchMarketsPaginatedOperationExchangeEnum];
|
|
1706
1718
|
/**
|
|
@@ -1712,7 +1724,8 @@ export const FetchMyTradesOperationExchangeEnum = {
|
|
|
1712
1724
|
Limitless: 'limitless',
|
|
1713
1725
|
Probable: 'probable',
|
|
1714
1726
|
Baozi: 'baozi',
|
|
1715
|
-
Myriad: 'myriad'
|
|
1727
|
+
Myriad: 'myriad',
|
|
1728
|
+
Opinion: 'opinion'
|
|
1716
1729
|
} as const;
|
|
1717
1730
|
export type FetchMyTradesOperationExchangeEnum = typeof FetchMyTradesOperationExchangeEnum[keyof typeof FetchMyTradesOperationExchangeEnum];
|
|
1718
1731
|
/**
|
|
@@ -1724,7 +1737,8 @@ export const FetchOHLCVOperationExchangeEnum = {
|
|
|
1724
1737
|
Limitless: 'limitless',
|
|
1725
1738
|
Probable: 'probable',
|
|
1726
1739
|
Baozi: 'baozi',
|
|
1727
|
-
Myriad: 'myriad'
|
|
1740
|
+
Myriad: 'myriad',
|
|
1741
|
+
Opinion: 'opinion'
|
|
1728
1742
|
} as const;
|
|
1729
1743
|
export type FetchOHLCVOperationExchangeEnum = typeof FetchOHLCVOperationExchangeEnum[keyof typeof FetchOHLCVOperationExchangeEnum];
|
|
1730
1744
|
/**
|
|
@@ -1736,7 +1750,8 @@ export const FetchOpenOrdersOperationExchangeEnum = {
|
|
|
1736
1750
|
Limitless: 'limitless',
|
|
1737
1751
|
Probable: 'probable',
|
|
1738
1752
|
Baozi: 'baozi',
|
|
1739
|
-
Myriad: 'myriad'
|
|
1753
|
+
Myriad: 'myriad',
|
|
1754
|
+
Opinion: 'opinion'
|
|
1740
1755
|
} as const;
|
|
1741
1756
|
export type FetchOpenOrdersOperationExchangeEnum = typeof FetchOpenOrdersOperationExchangeEnum[keyof typeof FetchOpenOrdersOperationExchangeEnum];
|
|
1742
1757
|
/**
|
|
@@ -1748,7 +1763,8 @@ export const FetchOrderOperationExchangeEnum = {
|
|
|
1748
1763
|
Limitless: 'limitless',
|
|
1749
1764
|
Probable: 'probable',
|
|
1750
1765
|
Baozi: 'baozi',
|
|
1751
|
-
Myriad: 'myriad'
|
|
1766
|
+
Myriad: 'myriad',
|
|
1767
|
+
Opinion: 'opinion'
|
|
1752
1768
|
} as const;
|
|
1753
1769
|
export type FetchOrderOperationExchangeEnum = typeof FetchOrderOperationExchangeEnum[keyof typeof FetchOrderOperationExchangeEnum];
|
|
1754
1770
|
/**
|
|
@@ -1760,7 +1776,8 @@ export const FetchOrderBookOperationExchangeEnum = {
|
|
|
1760
1776
|
Limitless: 'limitless',
|
|
1761
1777
|
Probable: 'probable',
|
|
1762
1778
|
Baozi: 'baozi',
|
|
1763
|
-
Myriad: 'myriad'
|
|
1779
|
+
Myriad: 'myriad',
|
|
1780
|
+
Opinion: 'opinion'
|
|
1764
1781
|
} as const;
|
|
1765
1782
|
export type FetchOrderBookOperationExchangeEnum = typeof FetchOrderBookOperationExchangeEnum[keyof typeof FetchOrderBookOperationExchangeEnum];
|
|
1766
1783
|
/**
|
|
@@ -1772,7 +1789,8 @@ export const FetchPositionsOperationExchangeEnum = {
|
|
|
1772
1789
|
Limitless: 'limitless',
|
|
1773
1790
|
Probable: 'probable',
|
|
1774
1791
|
Baozi: 'baozi',
|
|
1775
|
-
Myriad: 'myriad'
|
|
1792
|
+
Myriad: 'myriad',
|
|
1793
|
+
Opinion: 'opinion'
|
|
1776
1794
|
} as const;
|
|
1777
1795
|
export type FetchPositionsOperationExchangeEnum = typeof FetchPositionsOperationExchangeEnum[keyof typeof FetchPositionsOperationExchangeEnum];
|
|
1778
1796
|
/**
|
|
@@ -1784,7 +1802,8 @@ export const FetchTradesOperationExchangeEnum = {
|
|
|
1784
1802
|
Limitless: 'limitless',
|
|
1785
1803
|
Probable: 'probable',
|
|
1786
1804
|
Baozi: 'baozi',
|
|
1787
|
-
Myriad: 'myriad'
|
|
1805
|
+
Myriad: 'myriad',
|
|
1806
|
+
Opinion: 'opinion'
|
|
1788
1807
|
} as const;
|
|
1789
1808
|
export type FetchTradesOperationExchangeEnum = typeof FetchTradesOperationExchangeEnum[keyof typeof FetchTradesOperationExchangeEnum];
|
|
1790
1809
|
/**
|
|
@@ -1796,7 +1815,8 @@ export const FilterEventsOperationExchangeEnum = {
|
|
|
1796
1815
|
Limitless: 'limitless',
|
|
1797
1816
|
Probable: 'probable',
|
|
1798
1817
|
Baozi: 'baozi',
|
|
1799
|
-
Myriad: 'myriad'
|
|
1818
|
+
Myriad: 'myriad',
|
|
1819
|
+
Opinion: 'opinion'
|
|
1800
1820
|
} as const;
|
|
1801
1821
|
export type FilterEventsOperationExchangeEnum = typeof FilterEventsOperationExchangeEnum[keyof typeof FilterEventsOperationExchangeEnum];
|
|
1802
1822
|
/**
|
|
@@ -1808,7 +1828,8 @@ export const FilterMarketsOperationExchangeEnum = {
|
|
|
1808
1828
|
Limitless: 'limitless',
|
|
1809
1829
|
Probable: 'probable',
|
|
1810
1830
|
Baozi: 'baozi',
|
|
1811
|
-
Myriad: 'myriad'
|
|
1831
|
+
Myriad: 'myriad',
|
|
1832
|
+
Opinion: 'opinion'
|
|
1812
1833
|
} as const;
|
|
1813
1834
|
export type FilterMarketsOperationExchangeEnum = typeof FilterMarketsOperationExchangeEnum[keyof typeof FilterMarketsOperationExchangeEnum];
|
|
1814
1835
|
/**
|
|
@@ -1820,7 +1841,8 @@ export const GetExecutionPriceOperationExchangeEnum = {
|
|
|
1820
1841
|
Limitless: 'limitless',
|
|
1821
1842
|
Probable: 'probable',
|
|
1822
1843
|
Baozi: 'baozi',
|
|
1823
|
-
Myriad: 'myriad'
|
|
1844
|
+
Myriad: 'myriad',
|
|
1845
|
+
Opinion: 'opinion'
|
|
1824
1846
|
} as const;
|
|
1825
1847
|
export type GetExecutionPriceOperationExchangeEnum = typeof GetExecutionPriceOperationExchangeEnum[keyof typeof GetExecutionPriceOperationExchangeEnum];
|
|
1826
1848
|
/**
|
|
@@ -1832,7 +1854,8 @@ export const GetExecutionPriceDetailedOperationExchangeEnum = {
|
|
|
1832
1854
|
Limitless: 'limitless',
|
|
1833
1855
|
Probable: 'probable',
|
|
1834
1856
|
Baozi: 'baozi',
|
|
1835
|
-
Myriad: 'myriad'
|
|
1857
|
+
Myriad: 'myriad',
|
|
1858
|
+
Opinion: 'opinion'
|
|
1836
1859
|
} as const;
|
|
1837
1860
|
export type GetExecutionPriceDetailedOperationExchangeEnum = typeof GetExecutionPriceDetailedOperationExchangeEnum[keyof typeof GetExecutionPriceDetailedOperationExchangeEnum];
|
|
1838
1861
|
/**
|
|
@@ -1844,7 +1867,8 @@ export const LoadMarketsOperationExchangeEnum = {
|
|
|
1844
1867
|
Limitless: 'limitless',
|
|
1845
1868
|
Probable: 'probable',
|
|
1846
1869
|
Baozi: 'baozi',
|
|
1847
|
-
Myriad: 'myriad'
|
|
1870
|
+
Myriad: 'myriad',
|
|
1871
|
+
Opinion: 'opinion'
|
|
1848
1872
|
} as const;
|
|
1849
1873
|
export type LoadMarketsOperationExchangeEnum = typeof LoadMarketsOperationExchangeEnum[keyof typeof LoadMarketsOperationExchangeEnum];
|
|
1850
1874
|
/**
|
|
@@ -1856,7 +1880,8 @@ export const SubmitOrderOperationExchangeEnum = {
|
|
|
1856
1880
|
Limitless: 'limitless',
|
|
1857
1881
|
Probable: 'probable',
|
|
1858
1882
|
Baozi: 'baozi',
|
|
1859
|
-
Myriad: 'myriad'
|
|
1883
|
+
Myriad: 'myriad',
|
|
1884
|
+
Opinion: 'opinion'
|
|
1860
1885
|
} as const;
|
|
1861
1886
|
export type SubmitOrderOperationExchangeEnum = typeof SubmitOrderOperationExchangeEnum[keyof typeof SubmitOrderOperationExchangeEnum];
|
|
1862
1887
|
/**
|
|
@@ -1868,7 +1893,8 @@ export const UnwatchAddressOperationExchangeEnum = {
|
|
|
1868
1893
|
Limitless: 'limitless',
|
|
1869
1894
|
Probable: 'probable',
|
|
1870
1895
|
Baozi: 'baozi',
|
|
1871
|
-
Myriad: 'myriad'
|
|
1896
|
+
Myriad: 'myriad',
|
|
1897
|
+
Opinion: 'opinion'
|
|
1872
1898
|
} as const;
|
|
1873
1899
|
export type UnwatchAddressOperationExchangeEnum = typeof UnwatchAddressOperationExchangeEnum[keyof typeof UnwatchAddressOperationExchangeEnum];
|
|
1874
1900
|
/**
|
|
@@ -1880,7 +1906,8 @@ export const WatchAddressOperationExchangeEnum = {
|
|
|
1880
1906
|
Limitless: 'limitless',
|
|
1881
1907
|
Probable: 'probable',
|
|
1882
1908
|
Baozi: 'baozi',
|
|
1883
|
-
Myriad: 'myriad'
|
|
1909
|
+
Myriad: 'myriad',
|
|
1910
|
+
Opinion: 'opinion'
|
|
1884
1911
|
} as const;
|
|
1885
1912
|
export type WatchAddressOperationExchangeEnum = typeof WatchAddressOperationExchangeEnum[keyof typeof WatchAddressOperationExchangeEnum];
|
|
1886
1913
|
/**
|
|
@@ -1892,7 +1919,8 @@ export const WatchOrderBookOperationExchangeEnum = {
|
|
|
1892
1919
|
Limitless: 'limitless',
|
|
1893
1920
|
Probable: 'probable',
|
|
1894
1921
|
Baozi: 'baozi',
|
|
1895
|
-
Myriad: 'myriad'
|
|
1922
|
+
Myriad: 'myriad',
|
|
1923
|
+
Opinion: 'opinion'
|
|
1896
1924
|
} as const;
|
|
1897
1925
|
export type WatchOrderBookOperationExchangeEnum = typeof WatchOrderBookOperationExchangeEnum[keyof typeof WatchOrderBookOperationExchangeEnum];
|
|
1898
1926
|
/**
|
|
@@ -1904,6 +1932,7 @@ export const WatchTradesOperationExchangeEnum = {
|
|
|
1904
1932
|
Limitless: 'limitless',
|
|
1905
1933
|
Probable: 'probable',
|
|
1906
1934
|
Baozi: 'baozi',
|
|
1907
|
-
Myriad: 'myriad'
|
|
1935
|
+
Myriad: 'myriad',
|
|
1936
|
+
Opinion: 'opinion'
|
|
1908
1937
|
} as const;
|
|
1909
1938
|
export type WatchTradesOperationExchangeEnum = typeof WatchTradesOperationExchangeEnum[keyof typeof WatchTradesOperationExchangeEnum];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pmxtjs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.22.0",
|
|
4
4
|
"description": "Unified prediction market data API - The ccxt for prediction markets",
|
|
5
5
|
"author": "PMXT Contributors",
|
|
6
6
|
"repository": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"unified"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"pmxt-core": "2.
|
|
46
|
+
"pmxt-core": "2.22.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/jest": "^30.0.0",
|