pmxtjs 2.23.0 → 2.25.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.
@@ -1569,7 +1569,9 @@ export const BuildOrderOperationExchangeEnum = {
1569
1569
  Probable: 'probable',
1570
1570
  Baozi: 'baozi',
1571
1571
  Myriad: 'myriad',
1572
- Opinion: 'opinion'
1572
+ Opinion: 'opinion',
1573
+ Metaculus: 'metaculus',
1574
+ Smarkets: 'smarkets'
1573
1575
  } as const;
1574
1576
  export type BuildOrderOperationExchangeEnum = typeof BuildOrderOperationExchangeEnum[keyof typeof BuildOrderOperationExchangeEnum];
1575
1577
  /**
@@ -1582,7 +1584,9 @@ export const CancelOrderOperationExchangeEnum = {
1582
1584
  Probable: 'probable',
1583
1585
  Baozi: 'baozi',
1584
1586
  Myriad: 'myriad',
1585
- Opinion: 'opinion'
1587
+ Opinion: 'opinion',
1588
+ Metaculus: 'metaculus',
1589
+ Smarkets: 'smarkets'
1586
1590
  } as const;
1587
1591
  export type CancelOrderOperationExchangeEnum = typeof CancelOrderOperationExchangeEnum[keyof typeof CancelOrderOperationExchangeEnum];
1588
1592
  /**
@@ -1595,7 +1599,9 @@ export const CloseOperationExchangeEnum = {
1595
1599
  Probable: 'probable',
1596
1600
  Baozi: 'baozi',
1597
1601
  Myriad: 'myriad',
1598
- Opinion: 'opinion'
1602
+ Opinion: 'opinion',
1603
+ Metaculus: 'metaculus',
1604
+ Smarkets: 'smarkets'
1599
1605
  } as const;
1600
1606
  export type CloseOperationExchangeEnum = typeof CloseOperationExchangeEnum[keyof typeof CloseOperationExchangeEnum];
1601
1607
  /**
@@ -1608,7 +1614,9 @@ export const CreateOrderOperationExchangeEnum = {
1608
1614
  Probable: 'probable',
1609
1615
  Baozi: 'baozi',
1610
1616
  Myriad: 'myriad',
1611
- Opinion: 'opinion'
1617
+ Opinion: 'opinion',
1618
+ Metaculus: 'metaculus',
1619
+ Smarkets: 'smarkets'
1612
1620
  } as const;
1613
1621
  export type CreateOrderOperationExchangeEnum = typeof CreateOrderOperationExchangeEnum[keyof typeof CreateOrderOperationExchangeEnum];
1614
1622
  /**
@@ -1621,7 +1629,9 @@ export const FetchAllOrdersOperationExchangeEnum = {
1621
1629
  Probable: 'probable',
1622
1630
  Baozi: 'baozi',
1623
1631
  Myriad: 'myriad',
1624
- Opinion: 'opinion'
1632
+ Opinion: 'opinion',
1633
+ Metaculus: 'metaculus',
1634
+ Smarkets: 'smarkets'
1625
1635
  } as const;
1626
1636
  export type FetchAllOrdersOperationExchangeEnum = typeof FetchAllOrdersOperationExchangeEnum[keyof typeof FetchAllOrdersOperationExchangeEnum];
1627
1637
  /**
@@ -1634,7 +1644,9 @@ export const FetchBalanceOperationExchangeEnum = {
1634
1644
  Probable: 'probable',
1635
1645
  Baozi: 'baozi',
1636
1646
  Myriad: 'myriad',
1637
- Opinion: 'opinion'
1647
+ Opinion: 'opinion',
1648
+ Metaculus: 'metaculus',
1649
+ Smarkets: 'smarkets'
1638
1650
  } as const;
1639
1651
  export type FetchBalanceOperationExchangeEnum = typeof FetchBalanceOperationExchangeEnum[keyof typeof FetchBalanceOperationExchangeEnum];
1640
1652
  /**
@@ -1647,7 +1659,9 @@ export const FetchClosedOrdersOperationExchangeEnum = {
1647
1659
  Probable: 'probable',
1648
1660
  Baozi: 'baozi',
1649
1661
  Myriad: 'myriad',
1650
- Opinion: 'opinion'
1662
+ Opinion: 'opinion',
1663
+ Metaculus: 'metaculus',
1664
+ Smarkets: 'smarkets'
1651
1665
  } as const;
1652
1666
  export type FetchClosedOrdersOperationExchangeEnum = typeof FetchClosedOrdersOperationExchangeEnum[keyof typeof FetchClosedOrdersOperationExchangeEnum];
1653
1667
  /**
@@ -1660,7 +1674,9 @@ export const FetchEventOperationExchangeEnum = {
1660
1674
  Probable: 'probable',
1661
1675
  Baozi: 'baozi',
1662
1676
  Myriad: 'myriad',
1663
- Opinion: 'opinion'
1677
+ Opinion: 'opinion',
1678
+ Metaculus: 'metaculus',
1679
+ Smarkets: 'smarkets'
1664
1680
  } as const;
1665
1681
  export type FetchEventOperationExchangeEnum = typeof FetchEventOperationExchangeEnum[keyof typeof FetchEventOperationExchangeEnum];
1666
1682
  /**
@@ -1673,7 +1689,9 @@ export const FetchEventsOperationExchangeEnum = {
1673
1689
  Probable: 'probable',
1674
1690
  Baozi: 'baozi',
1675
1691
  Myriad: 'myriad',
1676
- Opinion: 'opinion'
1692
+ Opinion: 'opinion',
1693
+ Metaculus: 'metaculus',
1694
+ Smarkets: 'smarkets'
1677
1695
  } as const;
1678
1696
  export type FetchEventsOperationExchangeEnum = typeof FetchEventsOperationExchangeEnum[keyof typeof FetchEventsOperationExchangeEnum];
1679
1697
  /**
@@ -1686,7 +1704,9 @@ export const FetchMarketOperationExchangeEnum = {
1686
1704
  Probable: 'probable',
1687
1705
  Baozi: 'baozi',
1688
1706
  Myriad: 'myriad',
1689
- Opinion: 'opinion'
1707
+ Opinion: 'opinion',
1708
+ Metaculus: 'metaculus',
1709
+ Smarkets: 'smarkets'
1690
1710
  } as const;
1691
1711
  export type FetchMarketOperationExchangeEnum = typeof FetchMarketOperationExchangeEnum[keyof typeof FetchMarketOperationExchangeEnum];
1692
1712
  /**
@@ -1699,7 +1719,9 @@ export const FetchMarketsOperationExchangeEnum = {
1699
1719
  Probable: 'probable',
1700
1720
  Baozi: 'baozi',
1701
1721
  Myriad: 'myriad',
1702
- Opinion: 'opinion'
1722
+ Opinion: 'opinion',
1723
+ Metaculus: 'metaculus',
1724
+ Smarkets: 'smarkets'
1703
1725
  } as const;
1704
1726
  export type FetchMarketsOperationExchangeEnum = typeof FetchMarketsOperationExchangeEnum[keyof typeof FetchMarketsOperationExchangeEnum];
1705
1727
  /**
@@ -1712,7 +1734,9 @@ export const FetchMarketsPaginatedOperationExchangeEnum = {
1712
1734
  Probable: 'probable',
1713
1735
  Baozi: 'baozi',
1714
1736
  Myriad: 'myriad',
1715
- Opinion: 'opinion'
1737
+ Opinion: 'opinion',
1738
+ Metaculus: 'metaculus',
1739
+ Smarkets: 'smarkets'
1716
1740
  } as const;
1717
1741
  export type FetchMarketsPaginatedOperationExchangeEnum = typeof FetchMarketsPaginatedOperationExchangeEnum[keyof typeof FetchMarketsPaginatedOperationExchangeEnum];
1718
1742
  /**
@@ -1725,7 +1749,9 @@ export const FetchMyTradesOperationExchangeEnum = {
1725
1749
  Probable: 'probable',
1726
1750
  Baozi: 'baozi',
1727
1751
  Myriad: 'myriad',
1728
- Opinion: 'opinion'
1752
+ Opinion: 'opinion',
1753
+ Metaculus: 'metaculus',
1754
+ Smarkets: 'smarkets'
1729
1755
  } as const;
1730
1756
  export type FetchMyTradesOperationExchangeEnum = typeof FetchMyTradesOperationExchangeEnum[keyof typeof FetchMyTradesOperationExchangeEnum];
1731
1757
  /**
@@ -1738,7 +1764,9 @@ export const FetchOHLCVOperationExchangeEnum = {
1738
1764
  Probable: 'probable',
1739
1765
  Baozi: 'baozi',
1740
1766
  Myriad: 'myriad',
1741
- Opinion: 'opinion'
1767
+ Opinion: 'opinion',
1768
+ Metaculus: 'metaculus',
1769
+ Smarkets: 'smarkets'
1742
1770
  } as const;
1743
1771
  export type FetchOHLCVOperationExchangeEnum = typeof FetchOHLCVOperationExchangeEnum[keyof typeof FetchOHLCVOperationExchangeEnum];
1744
1772
  /**
@@ -1751,7 +1779,9 @@ export const FetchOpenOrdersOperationExchangeEnum = {
1751
1779
  Probable: 'probable',
1752
1780
  Baozi: 'baozi',
1753
1781
  Myriad: 'myriad',
1754
- Opinion: 'opinion'
1782
+ Opinion: 'opinion',
1783
+ Metaculus: 'metaculus',
1784
+ Smarkets: 'smarkets'
1755
1785
  } as const;
1756
1786
  export type FetchOpenOrdersOperationExchangeEnum = typeof FetchOpenOrdersOperationExchangeEnum[keyof typeof FetchOpenOrdersOperationExchangeEnum];
1757
1787
  /**
@@ -1764,7 +1794,9 @@ export const FetchOrderOperationExchangeEnum = {
1764
1794
  Probable: 'probable',
1765
1795
  Baozi: 'baozi',
1766
1796
  Myriad: 'myriad',
1767
- Opinion: 'opinion'
1797
+ Opinion: 'opinion',
1798
+ Metaculus: 'metaculus',
1799
+ Smarkets: 'smarkets'
1768
1800
  } as const;
1769
1801
  export type FetchOrderOperationExchangeEnum = typeof FetchOrderOperationExchangeEnum[keyof typeof FetchOrderOperationExchangeEnum];
1770
1802
  /**
@@ -1777,7 +1809,9 @@ export const FetchOrderBookOperationExchangeEnum = {
1777
1809
  Probable: 'probable',
1778
1810
  Baozi: 'baozi',
1779
1811
  Myriad: 'myriad',
1780
- Opinion: 'opinion'
1812
+ Opinion: 'opinion',
1813
+ Metaculus: 'metaculus',
1814
+ Smarkets: 'smarkets'
1781
1815
  } as const;
1782
1816
  export type FetchOrderBookOperationExchangeEnum = typeof FetchOrderBookOperationExchangeEnum[keyof typeof FetchOrderBookOperationExchangeEnum];
1783
1817
  /**
@@ -1790,7 +1824,9 @@ export const FetchPositionsOperationExchangeEnum = {
1790
1824
  Probable: 'probable',
1791
1825
  Baozi: 'baozi',
1792
1826
  Myriad: 'myriad',
1793
- Opinion: 'opinion'
1827
+ Opinion: 'opinion',
1828
+ Metaculus: 'metaculus',
1829
+ Smarkets: 'smarkets'
1794
1830
  } as const;
1795
1831
  export type FetchPositionsOperationExchangeEnum = typeof FetchPositionsOperationExchangeEnum[keyof typeof FetchPositionsOperationExchangeEnum];
1796
1832
  /**
@@ -1803,7 +1839,9 @@ export const FetchTradesOperationExchangeEnum = {
1803
1839
  Probable: 'probable',
1804
1840
  Baozi: 'baozi',
1805
1841
  Myriad: 'myriad',
1806
- Opinion: 'opinion'
1842
+ Opinion: 'opinion',
1843
+ Metaculus: 'metaculus',
1844
+ Smarkets: 'smarkets'
1807
1845
  } as const;
1808
1846
  export type FetchTradesOperationExchangeEnum = typeof FetchTradesOperationExchangeEnum[keyof typeof FetchTradesOperationExchangeEnum];
1809
1847
  /**
@@ -1816,7 +1854,9 @@ export const FilterEventsOperationExchangeEnum = {
1816
1854
  Probable: 'probable',
1817
1855
  Baozi: 'baozi',
1818
1856
  Myriad: 'myriad',
1819
- Opinion: 'opinion'
1857
+ Opinion: 'opinion',
1858
+ Metaculus: 'metaculus',
1859
+ Smarkets: 'smarkets'
1820
1860
  } as const;
1821
1861
  export type FilterEventsOperationExchangeEnum = typeof FilterEventsOperationExchangeEnum[keyof typeof FilterEventsOperationExchangeEnum];
1822
1862
  /**
@@ -1829,7 +1869,9 @@ export const FilterMarketsOperationExchangeEnum = {
1829
1869
  Probable: 'probable',
1830
1870
  Baozi: 'baozi',
1831
1871
  Myriad: 'myriad',
1832
- Opinion: 'opinion'
1872
+ Opinion: 'opinion',
1873
+ Metaculus: 'metaculus',
1874
+ Smarkets: 'smarkets'
1833
1875
  } as const;
1834
1876
  export type FilterMarketsOperationExchangeEnum = typeof FilterMarketsOperationExchangeEnum[keyof typeof FilterMarketsOperationExchangeEnum];
1835
1877
  /**
@@ -1842,7 +1884,9 @@ export const GetExecutionPriceOperationExchangeEnum = {
1842
1884
  Probable: 'probable',
1843
1885
  Baozi: 'baozi',
1844
1886
  Myriad: 'myriad',
1845
- Opinion: 'opinion'
1887
+ Opinion: 'opinion',
1888
+ Metaculus: 'metaculus',
1889
+ Smarkets: 'smarkets'
1846
1890
  } as const;
1847
1891
  export type GetExecutionPriceOperationExchangeEnum = typeof GetExecutionPriceOperationExchangeEnum[keyof typeof GetExecutionPriceOperationExchangeEnum];
1848
1892
  /**
@@ -1855,7 +1899,9 @@ export const GetExecutionPriceDetailedOperationExchangeEnum = {
1855
1899
  Probable: 'probable',
1856
1900
  Baozi: 'baozi',
1857
1901
  Myriad: 'myriad',
1858
- Opinion: 'opinion'
1902
+ Opinion: 'opinion',
1903
+ Metaculus: 'metaculus',
1904
+ Smarkets: 'smarkets'
1859
1905
  } as const;
1860
1906
  export type GetExecutionPriceDetailedOperationExchangeEnum = typeof GetExecutionPriceDetailedOperationExchangeEnum[keyof typeof GetExecutionPriceDetailedOperationExchangeEnum];
1861
1907
  /**
@@ -1868,7 +1914,9 @@ export const LoadMarketsOperationExchangeEnum = {
1868
1914
  Probable: 'probable',
1869
1915
  Baozi: 'baozi',
1870
1916
  Myriad: 'myriad',
1871
- Opinion: 'opinion'
1917
+ Opinion: 'opinion',
1918
+ Metaculus: 'metaculus',
1919
+ Smarkets: 'smarkets'
1872
1920
  } as const;
1873
1921
  export type LoadMarketsOperationExchangeEnum = typeof LoadMarketsOperationExchangeEnum[keyof typeof LoadMarketsOperationExchangeEnum];
1874
1922
  /**
@@ -1881,7 +1929,9 @@ export const SubmitOrderOperationExchangeEnum = {
1881
1929
  Probable: 'probable',
1882
1930
  Baozi: 'baozi',
1883
1931
  Myriad: 'myriad',
1884
- Opinion: 'opinion'
1932
+ Opinion: 'opinion',
1933
+ Metaculus: 'metaculus',
1934
+ Smarkets: 'smarkets'
1885
1935
  } as const;
1886
1936
  export type SubmitOrderOperationExchangeEnum = typeof SubmitOrderOperationExchangeEnum[keyof typeof SubmitOrderOperationExchangeEnum];
1887
1937
  /**
@@ -1894,7 +1944,9 @@ export const UnwatchAddressOperationExchangeEnum = {
1894
1944
  Probable: 'probable',
1895
1945
  Baozi: 'baozi',
1896
1946
  Myriad: 'myriad',
1897
- Opinion: 'opinion'
1947
+ Opinion: 'opinion',
1948
+ Metaculus: 'metaculus',
1949
+ Smarkets: 'smarkets'
1898
1950
  } as const;
1899
1951
  export type UnwatchAddressOperationExchangeEnum = typeof UnwatchAddressOperationExchangeEnum[keyof typeof UnwatchAddressOperationExchangeEnum];
1900
1952
  /**
@@ -1907,7 +1959,9 @@ export const WatchAddressOperationExchangeEnum = {
1907
1959
  Probable: 'probable',
1908
1960
  Baozi: 'baozi',
1909
1961
  Myriad: 'myriad',
1910
- Opinion: 'opinion'
1962
+ Opinion: 'opinion',
1963
+ Metaculus: 'metaculus',
1964
+ Smarkets: 'smarkets'
1911
1965
  } as const;
1912
1966
  export type WatchAddressOperationExchangeEnum = typeof WatchAddressOperationExchangeEnum[keyof typeof WatchAddressOperationExchangeEnum];
1913
1967
  /**
@@ -1920,7 +1974,9 @@ export const WatchOrderBookOperationExchangeEnum = {
1920
1974
  Probable: 'probable',
1921
1975
  Baozi: 'baozi',
1922
1976
  Myriad: 'myriad',
1923
- Opinion: 'opinion'
1977
+ Opinion: 'opinion',
1978
+ Metaculus: 'metaculus',
1979
+ Smarkets: 'smarkets'
1924
1980
  } as const;
1925
1981
  export type WatchOrderBookOperationExchangeEnum = typeof WatchOrderBookOperationExchangeEnum[keyof typeof WatchOrderBookOperationExchangeEnum];
1926
1982
  /**
@@ -1933,6 +1989,8 @@ export const WatchTradesOperationExchangeEnum = {
1933
1989
  Probable: 'probable',
1934
1990
  Baozi: 'baozi',
1935
1991
  Myriad: 'myriad',
1936
- Opinion: 'opinion'
1992
+ Opinion: 'opinion',
1993
+ Metaculus: 'metaculus',
1994
+ Smarkets: 'smarkets'
1937
1995
  } as const;
1938
1996
  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.23.0",
3
+ "version": "2.25.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.23.0"
46
+ "pmxt-core": "2.25.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/jest": "^30.0.0",