pmxtjs 2.45.1 → 2.46.1

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.
Files changed (56) hide show
  1. package/dist/esm/generated/src/apis/DefaultApi.d.ts +34 -0
  2. package/dist/esm/generated/src/apis/DefaultApi.js +34 -0
  3. package/dist/esm/generated/src/models/ArbitrageOpportunity.d.ts +1 -0
  4. package/dist/esm/generated/src/models/ArbitrageOpportunity.js +1 -0
  5. package/dist/esm/generated/src/models/FetchArbitrageParams.d.ts +1 -0
  6. package/dist/esm/generated/src/models/FetchArbitrageParams.js +1 -0
  7. package/dist/esm/generated/src/models/FetchEventMatchesParams.d.ts +1 -0
  8. package/dist/esm/generated/src/models/FetchEventMatchesParams.js +1 -0
  9. package/dist/esm/generated/src/models/FetchMarketMatchesParams.d.ts +1 -0
  10. package/dist/esm/generated/src/models/FetchMarketMatchesParams.js +1 -0
  11. package/dist/esm/generated/src/models/FetchMatchedMarketsParams.d.ts +1 -0
  12. package/dist/esm/generated/src/models/FetchMatchedMarketsParams.js +1 -0
  13. package/dist/esm/generated/src/models/MatchResult.d.ts +1 -0
  14. package/dist/esm/generated/src/models/MatchResult.js +1 -0
  15. package/dist/esm/generated/src/models/MatchedMarketPair.d.ts +1 -0
  16. package/dist/esm/generated/src/models/MatchedMarketPair.js +1 -0
  17. package/dist/esm/generated/src/models/PriceComparison.d.ts +1 -0
  18. package/dist/esm/generated/src/models/PriceComparison.js +1 -0
  19. package/dist/esm/index.d.ts +2 -1
  20. package/dist/esm/index.js +2 -1
  21. package/dist/esm/pmxt/models.d.ts +1 -1
  22. package/dist/generated/src/apis/DefaultApi.d.ts +34 -0
  23. package/dist/generated/src/apis/DefaultApi.js +34 -0
  24. package/dist/generated/src/models/ArbitrageOpportunity.d.ts +1 -0
  25. package/dist/generated/src/models/ArbitrageOpportunity.js +1 -0
  26. package/dist/generated/src/models/FetchArbitrageParams.d.ts +1 -0
  27. package/dist/generated/src/models/FetchArbitrageParams.js +1 -0
  28. package/dist/generated/src/models/FetchEventMatchesParams.d.ts +1 -0
  29. package/dist/generated/src/models/FetchEventMatchesParams.js +1 -0
  30. package/dist/generated/src/models/FetchMarketMatchesParams.d.ts +1 -0
  31. package/dist/generated/src/models/FetchMarketMatchesParams.js +1 -0
  32. package/dist/generated/src/models/FetchMatchedMarketsParams.d.ts +1 -0
  33. package/dist/generated/src/models/FetchMatchedMarketsParams.js +1 -0
  34. package/dist/generated/src/models/MatchResult.d.ts +1 -0
  35. package/dist/generated/src/models/MatchResult.js +1 -0
  36. package/dist/generated/src/models/MatchedMarketPair.d.ts +1 -0
  37. package/dist/generated/src/models/MatchedMarketPair.js +1 -0
  38. package/dist/generated/src/models/PriceComparison.d.ts +1 -0
  39. package/dist/generated/src/models/PriceComparison.js +1 -0
  40. package/dist/index.d.ts +2 -1
  41. package/dist/index.js +1 -0
  42. package/dist/pmxt/models.d.ts +1 -1
  43. package/generated/docs/DefaultApi.md +68 -68
  44. package/generated/package.json +1 -1
  45. package/generated/src/apis/DefaultApi.ts +34 -0
  46. package/generated/src/models/ArbitrageOpportunity.ts +1 -0
  47. package/generated/src/models/FetchArbitrageParams.ts +1 -0
  48. package/generated/src/models/FetchEventMatchesParams.ts +1 -0
  49. package/generated/src/models/FetchMarketMatchesParams.ts +1 -0
  50. package/generated/src/models/FetchMatchedMarketsParams.ts +1 -0
  51. package/generated/src/models/MatchResult.ts +1 -0
  52. package/generated/src/models/MatchedMarketPair.ts +1 -0
  53. package/generated/src/models/PriceComparison.ts +1 -0
  54. package/index.ts +2 -1
  55. package/package.json +2 -2
  56. package/pmxt/models.ts +1 -1
@@ -648,6 +648,7 @@ export declare const BuildOrderOperationExchangeEnum: {
648
648
  readonly PolymarketUs: "polymarket_us";
649
649
  readonly GeminiTitan: "gemini-titan";
650
650
  readonly Hyperliquid: "hyperliquid";
651
+ readonly Suibets: "suibets";
651
652
  readonly Mock: "mock";
652
653
  readonly Router: "router";
653
654
  };
@@ -669,6 +670,7 @@ export declare const CancelOrderOperationExchangeEnum: {
669
670
  readonly PolymarketUs: "polymarket_us";
670
671
  readonly GeminiTitan: "gemini-titan";
671
672
  readonly Hyperliquid: "hyperliquid";
673
+ readonly Suibets: "suibets";
672
674
  readonly Mock: "mock";
673
675
  readonly Router: "router";
674
676
  };
@@ -690,6 +692,7 @@ export declare const CloseOperationExchangeEnum: {
690
692
  readonly PolymarketUs: "polymarket_us";
691
693
  readonly GeminiTitan: "gemini-titan";
692
694
  readonly Hyperliquid: "hyperliquid";
695
+ readonly Suibets: "suibets";
693
696
  readonly Mock: "mock";
694
697
  readonly Router: "router";
695
698
  };
@@ -718,6 +721,7 @@ export declare const CreateOrderOperationExchangeEnum: {
718
721
  readonly PolymarketUs: "polymarket_us";
719
722
  readonly GeminiTitan: "gemini-titan";
720
723
  readonly Hyperliquid: "hyperliquid";
724
+ readonly Suibets: "suibets";
721
725
  readonly Mock: "mock";
722
726
  readonly Router: "router";
723
727
  };
@@ -739,6 +743,7 @@ export declare const FetchAllOrdersExchangeEnum: {
739
743
  readonly PolymarketUs: "polymarket_us";
740
744
  readonly GeminiTitan: "gemini-titan";
741
745
  readonly Hyperliquid: "hyperliquid";
746
+ readonly Suibets: "suibets";
742
747
  readonly Mock: "mock";
743
748
  readonly Router: "router";
744
749
  };
@@ -755,6 +760,7 @@ export type FetchArbitrageExchangeEnum = typeof FetchArbitrageExchangeEnum[keyof
755
760
  */
756
761
  export declare const FetchArbitrageRelationsEnum: {
757
762
  readonly Identity: "identity";
763
+ readonly Complement: "complement";
758
764
  readonly Subset: "subset";
759
765
  readonly Superset: "superset";
760
766
  readonly Overlap: "overlap";
@@ -778,6 +784,7 @@ export declare const FetchBalanceExchangeEnum: {
778
784
  readonly PolymarketUs: "polymarket_us";
779
785
  readonly GeminiTitan: "gemini-titan";
780
786
  readonly Hyperliquid: "hyperliquid";
787
+ readonly Suibets: "suibets";
781
788
  readonly Mock: "mock";
782
789
  readonly Router: "router";
783
790
  };
@@ -799,6 +806,7 @@ export declare const FetchClosedOrdersExchangeEnum: {
799
806
  readonly PolymarketUs: "polymarket_us";
800
807
  readonly GeminiTitan: "gemini-titan";
801
808
  readonly Hyperliquid: "hyperliquid";
809
+ readonly Suibets: "suibets";
802
810
  readonly Mock: "mock";
803
811
  readonly Router: "router";
804
812
  };
@@ -820,6 +828,7 @@ export declare const FetchEventExchangeEnum: {
820
828
  readonly PolymarketUs: "polymarket_us";
821
829
  readonly GeminiTitan: "gemini-titan";
822
830
  readonly Hyperliquid: "hyperliquid";
831
+ readonly Suibets: "suibets";
823
832
  readonly Mock: "mock";
824
833
  readonly Router: "router";
825
834
  };
@@ -864,6 +873,7 @@ export type FetchEventMatchesExchangeEnum = typeof FetchEventMatchesExchangeEnum
864
873
  */
865
874
  export declare const FetchEventMatchesRelationEnum: {
866
875
  readonly Identity: "identity";
876
+ readonly Complement: "complement";
867
877
  readonly Subset: "subset";
868
878
  readonly Superset: "superset";
869
879
  readonly Overlap: "overlap";
@@ -887,6 +897,7 @@ export declare const FetchEventsExchangeEnum: {
887
897
  readonly PolymarketUs: "polymarket_us";
888
898
  readonly GeminiTitan: "gemini-titan";
889
899
  readonly Hyperliquid: "hyperliquid";
900
+ readonly Suibets: "suibets";
890
901
  readonly Mock: "mock";
891
902
  readonly Router: "router";
892
903
  };
@@ -936,6 +947,7 @@ export declare const FetchEventsPaginatedExchangeEnum: {
936
947
  readonly PolymarketUs: "polymarket_us";
937
948
  readonly GeminiTitan: "gemini-titan";
938
949
  readonly Hyperliquid: "hyperliquid";
950
+ readonly Suibets: "suibets";
939
951
  readonly Mock: "mock";
940
952
  readonly Router: "router";
941
953
  };
@@ -952,6 +964,7 @@ export type FetchHedgesExchangeEnum = typeof FetchHedgesExchangeEnum[keyof typeo
952
964
  */
953
965
  export declare const FetchHedgesRelationEnum: {
954
966
  readonly Identity: "identity";
967
+ readonly Complement: "complement";
955
968
  readonly Subset: "subset";
956
969
  readonly Superset: "superset";
957
970
  readonly Overlap: "overlap";
@@ -984,6 +997,7 @@ export declare const FetchMarketExchangeEnum: {
984
997
  readonly PolymarketUs: "polymarket_us";
985
998
  readonly GeminiTitan: "gemini-titan";
986
999
  readonly Hyperliquid: "hyperliquid";
1000
+ readonly Suibets: "suibets";
987
1001
  readonly Mock: "mock";
988
1002
  readonly Router: "router";
989
1003
  };
@@ -1028,6 +1042,7 @@ export type FetchMarketMatchesExchangeEnum = typeof FetchMarketMatchesExchangeEn
1028
1042
  */
1029
1043
  export declare const FetchMarketMatchesRelationEnum: {
1030
1044
  readonly Identity: "identity";
1045
+ readonly Complement: "complement";
1031
1046
  readonly Subset: "subset";
1032
1047
  readonly Superset: "superset";
1033
1048
  readonly Overlap: "overlap";
@@ -1060,6 +1075,7 @@ export declare const FetchMarketsExchangeEnum: {
1060
1075
  readonly PolymarketUs: "polymarket_us";
1061
1076
  readonly GeminiTitan: "gemini-titan";
1062
1077
  readonly Hyperliquid: "hyperliquid";
1078
+ readonly Suibets: "suibets";
1063
1079
  readonly Mock: "mock";
1064
1080
  readonly Router: "router";
1065
1081
  };
@@ -1109,6 +1125,7 @@ export declare const FetchMarketsPaginatedExchangeEnum: {
1109
1125
  readonly PolymarketUs: "polymarket_us";
1110
1126
  readonly GeminiTitan: "gemini-titan";
1111
1127
  readonly Hyperliquid: "hyperliquid";
1128
+ readonly Suibets: "suibets";
1112
1129
  readonly Mock: "mock";
1113
1130
  readonly Router: "router";
1114
1131
  };
@@ -1125,6 +1142,7 @@ export type FetchMatchedMarketsExchangeEnum = typeof FetchMatchedMarketsExchange
1125
1142
  */
1126
1143
  export declare const FetchMatchedMarketsRelationsEnum: {
1127
1144
  readonly Identity: "identity";
1145
+ readonly Complement: "complement";
1128
1146
  readonly Subset: "subset";
1129
1147
  readonly Superset: "superset";
1130
1148
  readonly Overlap: "overlap";
@@ -1143,6 +1161,7 @@ export type FetchMatchedPricesExchangeEnum = typeof FetchMatchedPricesExchangeEn
1143
1161
  */
1144
1162
  export declare const FetchMatchedPricesRelationsEnum: {
1145
1163
  readonly Identity: "identity";
1164
+ readonly Complement: "complement";
1146
1165
  readonly Subset: "subset";
1147
1166
  readonly Superset: "superset";
1148
1167
  readonly Overlap: "overlap";
@@ -1166,6 +1185,7 @@ export declare const FetchMyTradesExchangeEnum: {
1166
1185
  readonly PolymarketUs: "polymarket_us";
1167
1186
  readonly GeminiTitan: "gemini-titan";
1168
1187
  readonly Hyperliquid: "hyperliquid";
1188
+ readonly Suibets: "suibets";
1169
1189
  readonly Mock: "mock";
1170
1190
  readonly Router: "router";
1171
1191
  };
@@ -1187,6 +1207,7 @@ export declare const FetchOHLCVExchangeEnum: {
1187
1207
  readonly PolymarketUs: "polymarket_us";
1188
1208
  readonly GeminiTitan: "gemini-titan";
1189
1209
  readonly Hyperliquid: "hyperliquid";
1210
+ readonly Suibets: "suibets";
1190
1211
  readonly Mock: "mock";
1191
1212
  readonly Router: "router";
1192
1213
  };
@@ -1208,6 +1229,7 @@ export declare const FetchOpenOrdersExchangeEnum: {
1208
1229
  readonly PolymarketUs: "polymarket_us";
1209
1230
  readonly GeminiTitan: "gemini-titan";
1210
1231
  readonly Hyperliquid: "hyperliquid";
1232
+ readonly Suibets: "suibets";
1211
1233
  readonly Mock: "mock";
1212
1234
  readonly Router: "router";
1213
1235
  };
@@ -1229,6 +1251,7 @@ export declare const FetchOrderExchangeEnum: {
1229
1251
  readonly PolymarketUs: "polymarket_us";
1230
1252
  readonly GeminiTitan: "gemini-titan";
1231
1253
  readonly Hyperliquid: "hyperliquid";
1254
+ readonly Suibets: "suibets";
1232
1255
  readonly Mock: "mock";
1233
1256
  readonly Router: "router";
1234
1257
  };
@@ -1250,6 +1273,7 @@ export declare const FetchOrderBookExchangeEnum: {
1250
1273
  readonly PolymarketUs: "polymarket_us";
1251
1274
  readonly GeminiTitan: "gemini-titan";
1252
1275
  readonly Hyperliquid: "hyperliquid";
1276
+ readonly Suibets: "suibets";
1253
1277
  readonly Mock: "mock";
1254
1278
  readonly Router: "router";
1255
1279
  };
@@ -1279,6 +1303,7 @@ export declare const FetchOrderBooksOperationExchangeEnum: {
1279
1303
  readonly PolymarketUs: "polymarket_us";
1280
1304
  readonly GeminiTitan: "gemini-titan";
1281
1305
  readonly Hyperliquid: "hyperliquid";
1306
+ readonly Suibets: "suibets";
1282
1307
  readonly Mock: "mock";
1283
1308
  readonly Router: "router";
1284
1309
  };
@@ -1300,6 +1325,7 @@ export declare const FetchPositionsExchangeEnum: {
1300
1325
  readonly PolymarketUs: "polymarket_us";
1301
1326
  readonly GeminiTitan: "gemini-titan";
1302
1327
  readonly Hyperliquid: "hyperliquid";
1328
+ readonly Suibets: "suibets";
1303
1329
  readonly Mock: "mock";
1304
1330
  readonly Router: "router";
1305
1331
  };
@@ -1316,6 +1342,7 @@ export type FetchRelatedMarketsExchangeEnum = typeof FetchRelatedMarketsExchange
1316
1342
  */
1317
1343
  export declare const FetchRelatedMarketsRelationEnum: {
1318
1344
  readonly Identity: "identity";
1345
+ readonly Complement: "complement";
1319
1346
  readonly Subset: "subset";
1320
1347
  readonly Superset: "superset";
1321
1348
  readonly Overlap: "overlap";
@@ -1348,6 +1375,7 @@ export declare const FetchTradesExchangeEnum: {
1348
1375
  readonly PolymarketUs: "polymarket_us";
1349
1376
  readonly GeminiTitan: "gemini-titan";
1350
1377
  readonly Hyperliquid: "hyperliquid";
1378
+ readonly Suibets: "suibets";
1351
1379
  readonly Mock: "mock";
1352
1380
  readonly Router: "router";
1353
1381
  };
@@ -1369,6 +1397,7 @@ export declare const FilterEventsOperationExchangeEnum: {
1369
1397
  readonly PolymarketUs: "polymarket_us";
1370
1398
  readonly GeminiTitan: "gemini-titan";
1371
1399
  readonly Hyperliquid: "hyperliquid";
1400
+ readonly Suibets: "suibets";
1372
1401
  readonly Mock: "mock";
1373
1402
  readonly Router: "router";
1374
1403
  };
@@ -1390,6 +1419,7 @@ export declare const FilterMarketsOperationExchangeEnum: {
1390
1419
  readonly PolymarketUs: "polymarket_us";
1391
1420
  readonly GeminiTitan: "gemini-titan";
1392
1421
  readonly Hyperliquid: "hyperliquid";
1422
+ readonly Suibets: "suibets";
1393
1423
  readonly Mock: "mock";
1394
1424
  readonly Router: "router";
1395
1425
  };
@@ -1411,6 +1441,7 @@ export declare const GetExecutionPriceOperationExchangeEnum: {
1411
1441
  readonly PolymarketUs: "polymarket_us";
1412
1442
  readonly GeminiTitan: "gemini-titan";
1413
1443
  readonly Hyperliquid: "hyperliquid";
1444
+ readonly Suibets: "suibets";
1414
1445
  readonly Mock: "mock";
1415
1446
  readonly Router: "router";
1416
1447
  };
@@ -1432,6 +1463,7 @@ export declare const GetExecutionPriceDetailedOperationExchangeEnum: {
1432
1463
  readonly PolymarketUs: "polymarket_us";
1433
1464
  readonly GeminiTitan: "gemini-titan";
1434
1465
  readonly Hyperliquid: "hyperliquid";
1466
+ readonly Suibets: "suibets";
1435
1467
  readonly Mock: "mock";
1436
1468
  readonly Router: "router";
1437
1469
  };
@@ -1453,6 +1485,7 @@ export declare const LoadMarketsOperationExchangeEnum: {
1453
1485
  readonly PolymarketUs: "polymarket_us";
1454
1486
  readonly GeminiTitan: "gemini-titan";
1455
1487
  readonly Hyperliquid: "hyperliquid";
1488
+ readonly Suibets: "suibets";
1456
1489
  readonly Mock: "mock";
1457
1490
  readonly Router: "router";
1458
1491
  };
@@ -1474,6 +1507,7 @@ export declare const SubmitOrderOperationExchangeEnum: {
1474
1507
  readonly PolymarketUs: "polymarket_us";
1475
1508
  readonly GeminiTitan: "gemini-titan";
1476
1509
  readonly Hyperliquid: "hyperliquid";
1510
+ readonly Suibets: "suibets";
1477
1511
  readonly Mock: "mock";
1478
1512
  readonly Router: "router";
1479
1513
  };
@@ -1505,6 +1505,7 @@ export const BuildOrderOperationExchangeEnum = {
1505
1505
  PolymarketUs: 'polymarket_us',
1506
1506
  GeminiTitan: 'gemini-titan',
1507
1507
  Hyperliquid: 'hyperliquid',
1508
+ Suibets: 'suibets',
1508
1509
  Mock: 'mock',
1509
1510
  Router: 'router'
1510
1511
  };
@@ -1525,6 +1526,7 @@ export const CancelOrderOperationExchangeEnum = {
1525
1526
  PolymarketUs: 'polymarket_us',
1526
1527
  GeminiTitan: 'gemini-titan',
1527
1528
  Hyperliquid: 'hyperliquid',
1529
+ Suibets: 'suibets',
1528
1530
  Mock: 'mock',
1529
1531
  Router: 'router'
1530
1532
  };
@@ -1545,6 +1547,7 @@ export const CloseOperationExchangeEnum = {
1545
1547
  PolymarketUs: 'polymarket_us',
1546
1548
  GeminiTitan: 'gemini-titan',
1547
1549
  Hyperliquid: 'hyperliquid',
1550
+ Suibets: 'suibets',
1548
1551
  Mock: 'mock',
1549
1552
  Router: 'router'
1550
1553
  };
@@ -1571,6 +1574,7 @@ export const CreateOrderOperationExchangeEnum = {
1571
1574
  PolymarketUs: 'polymarket_us',
1572
1575
  GeminiTitan: 'gemini-titan',
1573
1576
  Hyperliquid: 'hyperliquid',
1577
+ Suibets: 'suibets',
1574
1578
  Mock: 'mock',
1575
1579
  Router: 'router'
1576
1580
  };
@@ -1591,6 +1595,7 @@ export const FetchAllOrdersExchangeEnum = {
1591
1595
  PolymarketUs: 'polymarket_us',
1592
1596
  GeminiTitan: 'gemini-titan',
1593
1597
  Hyperliquid: 'hyperliquid',
1598
+ Suibets: 'suibets',
1594
1599
  Mock: 'mock',
1595
1600
  Router: 'router'
1596
1601
  };
@@ -1605,6 +1610,7 @@ export const FetchArbitrageExchangeEnum = {
1605
1610
  */
1606
1611
  export const FetchArbitrageRelationsEnum = {
1607
1612
  Identity: 'identity',
1613
+ Complement: 'complement',
1608
1614
  Subset: 'subset',
1609
1615
  Superset: 'superset',
1610
1616
  Overlap: 'overlap',
@@ -1627,6 +1633,7 @@ export const FetchBalanceExchangeEnum = {
1627
1633
  PolymarketUs: 'polymarket_us',
1628
1634
  GeminiTitan: 'gemini-titan',
1629
1635
  Hyperliquid: 'hyperliquid',
1636
+ Suibets: 'suibets',
1630
1637
  Mock: 'mock',
1631
1638
  Router: 'router'
1632
1639
  };
@@ -1647,6 +1654,7 @@ export const FetchClosedOrdersExchangeEnum = {
1647
1654
  PolymarketUs: 'polymarket_us',
1648
1655
  GeminiTitan: 'gemini-titan',
1649
1656
  Hyperliquid: 'hyperliquid',
1657
+ Suibets: 'suibets',
1650
1658
  Mock: 'mock',
1651
1659
  Router: 'router'
1652
1660
  };
@@ -1667,6 +1675,7 @@ export const FetchEventExchangeEnum = {
1667
1675
  PolymarketUs: 'polymarket_us',
1668
1676
  GeminiTitan: 'gemini-titan',
1669
1677
  Hyperliquid: 'hyperliquid',
1678
+ Suibets: 'suibets',
1670
1679
  Mock: 'mock',
1671
1680
  Router: 'router'
1672
1681
  };
@@ -1706,6 +1715,7 @@ export const FetchEventMatchesExchangeEnum = {
1706
1715
  */
1707
1716
  export const FetchEventMatchesRelationEnum = {
1708
1717
  Identity: 'identity',
1718
+ Complement: 'complement',
1709
1719
  Subset: 'subset',
1710
1720
  Superset: 'superset',
1711
1721
  Overlap: 'overlap',
@@ -1728,6 +1738,7 @@ export const FetchEventsExchangeEnum = {
1728
1738
  PolymarketUs: 'polymarket_us',
1729
1739
  GeminiTitan: 'gemini-titan',
1730
1740
  Hyperliquid: 'hyperliquid',
1741
+ Suibets: 'suibets',
1731
1742
  Mock: 'mock',
1732
1743
  Router: 'router'
1733
1744
  };
@@ -1773,6 +1784,7 @@ export const FetchEventsPaginatedExchangeEnum = {
1773
1784
  PolymarketUs: 'polymarket_us',
1774
1785
  GeminiTitan: 'gemini-titan',
1775
1786
  Hyperliquid: 'hyperliquid',
1787
+ Suibets: 'suibets',
1776
1788
  Mock: 'mock',
1777
1789
  Router: 'router'
1778
1790
  };
@@ -1787,6 +1799,7 @@ export const FetchHedgesExchangeEnum = {
1787
1799
  */
1788
1800
  export const FetchHedgesRelationEnum = {
1789
1801
  Identity: 'identity',
1802
+ Complement: 'complement',
1790
1803
  Subset: 'subset',
1791
1804
  Superset: 'superset',
1792
1805
  Overlap: 'overlap',
@@ -1817,6 +1830,7 @@ export const FetchMarketExchangeEnum = {
1817
1830
  PolymarketUs: 'polymarket_us',
1818
1831
  GeminiTitan: 'gemini-titan',
1819
1832
  Hyperliquid: 'hyperliquid',
1833
+ Suibets: 'suibets',
1820
1834
  Mock: 'mock',
1821
1835
  Router: 'router'
1822
1836
  };
@@ -1856,6 +1870,7 @@ export const FetchMarketMatchesExchangeEnum = {
1856
1870
  */
1857
1871
  export const FetchMarketMatchesRelationEnum = {
1858
1872
  Identity: 'identity',
1873
+ Complement: 'complement',
1859
1874
  Subset: 'subset',
1860
1875
  Superset: 'superset',
1861
1876
  Overlap: 'overlap',
@@ -1886,6 +1901,7 @@ export const FetchMarketsExchangeEnum = {
1886
1901
  PolymarketUs: 'polymarket_us',
1887
1902
  GeminiTitan: 'gemini-titan',
1888
1903
  Hyperliquid: 'hyperliquid',
1904
+ Suibets: 'suibets',
1889
1905
  Mock: 'mock',
1890
1906
  Router: 'router'
1891
1907
  };
@@ -1931,6 +1947,7 @@ export const FetchMarketsPaginatedExchangeEnum = {
1931
1947
  PolymarketUs: 'polymarket_us',
1932
1948
  GeminiTitan: 'gemini-titan',
1933
1949
  Hyperliquid: 'hyperliquid',
1950
+ Suibets: 'suibets',
1934
1951
  Mock: 'mock',
1935
1952
  Router: 'router'
1936
1953
  };
@@ -1945,6 +1962,7 @@ export const FetchMatchedMarketsExchangeEnum = {
1945
1962
  */
1946
1963
  export const FetchMatchedMarketsRelationsEnum = {
1947
1964
  Identity: 'identity',
1965
+ Complement: 'complement',
1948
1966
  Subset: 'subset',
1949
1967
  Superset: 'superset',
1950
1968
  Overlap: 'overlap',
@@ -1961,6 +1979,7 @@ export const FetchMatchedPricesExchangeEnum = {
1961
1979
  */
1962
1980
  export const FetchMatchedPricesRelationsEnum = {
1963
1981
  Identity: 'identity',
1982
+ Complement: 'complement',
1964
1983
  Subset: 'subset',
1965
1984
  Superset: 'superset',
1966
1985
  Overlap: 'overlap',
@@ -1983,6 +2002,7 @@ export const FetchMyTradesExchangeEnum = {
1983
2002
  PolymarketUs: 'polymarket_us',
1984
2003
  GeminiTitan: 'gemini-titan',
1985
2004
  Hyperliquid: 'hyperliquid',
2005
+ Suibets: 'suibets',
1986
2006
  Mock: 'mock',
1987
2007
  Router: 'router'
1988
2008
  };
@@ -2003,6 +2023,7 @@ export const FetchOHLCVExchangeEnum = {
2003
2023
  PolymarketUs: 'polymarket_us',
2004
2024
  GeminiTitan: 'gemini-titan',
2005
2025
  Hyperliquid: 'hyperliquid',
2026
+ Suibets: 'suibets',
2006
2027
  Mock: 'mock',
2007
2028
  Router: 'router'
2008
2029
  };
@@ -2023,6 +2044,7 @@ export const FetchOpenOrdersExchangeEnum = {
2023
2044
  PolymarketUs: 'polymarket_us',
2024
2045
  GeminiTitan: 'gemini-titan',
2025
2046
  Hyperliquid: 'hyperliquid',
2047
+ Suibets: 'suibets',
2026
2048
  Mock: 'mock',
2027
2049
  Router: 'router'
2028
2050
  };
@@ -2043,6 +2065,7 @@ export const FetchOrderExchangeEnum = {
2043
2065
  PolymarketUs: 'polymarket_us',
2044
2066
  GeminiTitan: 'gemini-titan',
2045
2067
  Hyperliquid: 'hyperliquid',
2068
+ Suibets: 'suibets',
2046
2069
  Mock: 'mock',
2047
2070
  Router: 'router'
2048
2071
  };
@@ -2063,6 +2086,7 @@ export const FetchOrderBookExchangeEnum = {
2063
2086
  PolymarketUs: 'polymarket_us',
2064
2087
  GeminiTitan: 'gemini-titan',
2065
2088
  Hyperliquid: 'hyperliquid',
2089
+ Suibets: 'suibets',
2066
2090
  Mock: 'mock',
2067
2091
  Router: 'router'
2068
2092
  };
@@ -2090,6 +2114,7 @@ export const FetchOrderBooksOperationExchangeEnum = {
2090
2114
  PolymarketUs: 'polymarket_us',
2091
2115
  GeminiTitan: 'gemini-titan',
2092
2116
  Hyperliquid: 'hyperliquid',
2117
+ Suibets: 'suibets',
2093
2118
  Mock: 'mock',
2094
2119
  Router: 'router'
2095
2120
  };
@@ -2110,6 +2135,7 @@ export const FetchPositionsExchangeEnum = {
2110
2135
  PolymarketUs: 'polymarket_us',
2111
2136
  GeminiTitan: 'gemini-titan',
2112
2137
  Hyperliquid: 'hyperliquid',
2138
+ Suibets: 'suibets',
2113
2139
  Mock: 'mock',
2114
2140
  Router: 'router'
2115
2141
  };
@@ -2124,6 +2150,7 @@ export const FetchRelatedMarketsExchangeEnum = {
2124
2150
  */
2125
2151
  export const FetchRelatedMarketsRelationEnum = {
2126
2152
  Identity: 'identity',
2153
+ Complement: 'complement',
2127
2154
  Subset: 'subset',
2128
2155
  Superset: 'superset',
2129
2156
  Overlap: 'overlap',
@@ -2154,6 +2181,7 @@ export const FetchTradesExchangeEnum = {
2154
2181
  PolymarketUs: 'polymarket_us',
2155
2182
  GeminiTitan: 'gemini-titan',
2156
2183
  Hyperliquid: 'hyperliquid',
2184
+ Suibets: 'suibets',
2157
2185
  Mock: 'mock',
2158
2186
  Router: 'router'
2159
2187
  };
@@ -2174,6 +2202,7 @@ export const FilterEventsOperationExchangeEnum = {
2174
2202
  PolymarketUs: 'polymarket_us',
2175
2203
  GeminiTitan: 'gemini-titan',
2176
2204
  Hyperliquid: 'hyperliquid',
2205
+ Suibets: 'suibets',
2177
2206
  Mock: 'mock',
2178
2207
  Router: 'router'
2179
2208
  };
@@ -2194,6 +2223,7 @@ export const FilterMarketsOperationExchangeEnum = {
2194
2223
  PolymarketUs: 'polymarket_us',
2195
2224
  GeminiTitan: 'gemini-titan',
2196
2225
  Hyperliquid: 'hyperliquid',
2226
+ Suibets: 'suibets',
2197
2227
  Mock: 'mock',
2198
2228
  Router: 'router'
2199
2229
  };
@@ -2214,6 +2244,7 @@ export const GetExecutionPriceOperationExchangeEnum = {
2214
2244
  PolymarketUs: 'polymarket_us',
2215
2245
  GeminiTitan: 'gemini-titan',
2216
2246
  Hyperliquid: 'hyperliquid',
2247
+ Suibets: 'suibets',
2217
2248
  Mock: 'mock',
2218
2249
  Router: 'router'
2219
2250
  };
@@ -2234,6 +2265,7 @@ export const GetExecutionPriceDetailedOperationExchangeEnum = {
2234
2265
  PolymarketUs: 'polymarket_us',
2235
2266
  GeminiTitan: 'gemini-titan',
2236
2267
  Hyperliquid: 'hyperliquid',
2268
+ Suibets: 'suibets',
2237
2269
  Mock: 'mock',
2238
2270
  Router: 'router'
2239
2271
  };
@@ -2254,6 +2286,7 @@ export const LoadMarketsOperationExchangeEnum = {
2254
2286
  PolymarketUs: 'polymarket_us',
2255
2287
  GeminiTitan: 'gemini-titan',
2256
2288
  Hyperliquid: 'hyperliquid',
2289
+ Suibets: 'suibets',
2257
2290
  Mock: 'mock',
2258
2291
  Router: 'router'
2259
2292
  };
@@ -2274,6 +2307,7 @@ export const SubmitOrderOperationExchangeEnum = {
2274
2307
  PolymarketUs: 'polymarket_us',
2275
2308
  GeminiTitan: 'gemini-titan',
2276
2309
  Hyperliquid: 'hyperliquid',
2310
+ Suibets: 'suibets',
2277
2311
  Mock: 'mock',
2278
2312
  Router: 'router'
2279
2313
  };
@@ -76,6 +76,7 @@ export interface ArbitrageOpportunity {
76
76
  */
77
77
  export declare const ArbitrageOpportunityRelationEnum: {
78
78
  readonly Identity: "identity";
79
+ readonly Complement: "complement";
79
80
  readonly Subset: "subset";
80
81
  readonly Superset: "superset";
81
82
  readonly Overlap: "overlap";
@@ -17,6 +17,7 @@ import { UnifiedMarketFromJSON, UnifiedMarketToJSON, } from './UnifiedMarket.js'
17
17
  */
18
18
  export const ArbitrageOpportunityRelationEnum = {
19
19
  Identity: 'identity',
20
+ Complement: 'complement',
20
21
  Subset: 'subset',
21
22
  Superset: 'superset',
22
23
  Overlap: 'overlap',
@@ -45,6 +45,7 @@ export interface FetchArbitrageParams {
45
45
  */
46
46
  export declare const FetchArbitrageParamsRelationsEnum: {
47
47
  readonly Identity: "identity";
48
+ readonly Complement: "complement";
48
49
  readonly Subset: "subset";
49
50
  readonly Superset: "superset";
50
51
  readonly Overlap: "overlap";
@@ -16,6 +16,7 @@
16
16
  */
17
17
  export const FetchArbitrageParamsRelationsEnum = {
18
18
  Identity: 'identity',
19
+ Complement: 'complement',
19
20
  Subset: 'subset',
20
21
  Superset: 'superset',
21
22
  Overlap: 'overlap',
@@ -76,6 +76,7 @@ export interface FetchEventMatchesParams {
76
76
  */
77
77
  export declare const FetchEventMatchesParamsRelationEnum: {
78
78
  readonly Identity: "identity";
79
+ readonly Complement: "complement";
79
80
  readonly Subset: "subset";
80
81
  readonly Superset: "superset";
81
82
  readonly Overlap: "overlap";
@@ -17,6 +17,7 @@ import { UnifiedEventFromJSON, UnifiedEventToJSON, } from './UnifiedEvent.js';
17
17
  */
18
18
  export const FetchEventMatchesParamsRelationEnum = {
19
19
  Identity: 'identity',
20
+ Complement: 'complement',
20
21
  Subset: 'subset',
21
22
  Superset: 'superset',
22
23
  Overlap: 'overlap',
@@ -94,6 +94,7 @@ export interface FetchMarketMatchesParams {
94
94
  */
95
95
  export declare const FetchMarketMatchesParamsRelationEnum: {
96
96
  readonly Identity: "identity";
97
+ readonly Complement: "complement";
97
98
  readonly Subset: "subset";
98
99
  readonly Superset: "superset";
99
100
  readonly Overlap: "overlap";
@@ -17,6 +17,7 @@ import { UnifiedMarketFromJSON, UnifiedMarketToJSON, } from './UnifiedMarket.js'
17
17
  */
18
18
  export const FetchMarketMatchesParamsRelationEnum = {
19
19
  Identity: 'identity',
20
+ Complement: 'complement',
20
21
  Subset: 'subset',
21
22
  Superset: 'superset',
22
23
  Overlap: 'overlap',
@@ -45,6 +45,7 @@ export interface FetchMatchedMarketsParams {
45
45
  */
46
46
  export declare const FetchMatchedMarketsParamsRelationsEnum: {
47
47
  readonly Identity: "identity";
48
+ readonly Complement: "complement";
48
49
  readonly Subset: "subset";
49
50
  readonly Superset: "superset";
50
51
  readonly Overlap: "overlap";
@@ -16,6 +16,7 @@
16
16
  */
17
17
  export const FetchMatchedMarketsParamsRelationsEnum = {
18
18
  Identity: 'identity',
19
+ Complement: 'complement',
19
20
  Subset: 'subset',
20
21
  Superset: 'superset',
21
22
  Overlap: 'overlap',
@@ -64,6 +64,7 @@ export interface MatchResult {
64
64
  */
65
65
  export declare const MatchResultRelationEnum: {
66
66
  readonly Identity: "identity";
67
+ readonly Complement: "complement";
67
68
  readonly Subset: "subset";
68
69
  readonly Superset: "superset";
69
70
  readonly Overlap: "overlap";
@@ -17,6 +17,7 @@ import { UnifiedMarketFromJSON, UnifiedMarketToJSON, } from './UnifiedMarket.js'
17
17
  */
18
18
  export const MatchResultRelationEnum = {
19
19
  Identity: 'identity',
20
+ Complement: 'complement',
20
21
  Subset: 'subset',
21
22
  Superset: 'superset',
22
23
  Overlap: 'overlap',
@@ -82,6 +82,7 @@ export interface MatchedMarketPair {
82
82
  */
83
83
  export declare const MatchedMarketPairRelationEnum: {
84
84
  readonly Identity: "identity";
85
+ readonly Complement: "complement";
85
86
  readonly Subset: "subset";
86
87
  readonly Superset: "superset";
87
88
  readonly Overlap: "overlap";
@@ -17,6 +17,7 @@ import { UnifiedMarketFromJSON, UnifiedMarketToJSON, } from './UnifiedMarket.js'
17
17
  */
18
18
  export const MatchedMarketPairRelationEnum = {
19
19
  Identity: 'identity',
20
+ Complement: 'complement',
20
21
  Subset: 'subset',
21
22
  Superset: 'superset',
22
23
  Overlap: 'overlap',
@@ -64,6 +64,7 @@ export interface PriceComparison {
64
64
  */
65
65
  export declare const PriceComparisonRelationEnum: {
66
66
  readonly Identity: "identity";
67
+ readonly Complement: "complement";
67
68
  readonly Subset: "subset";
68
69
  readonly Superset: "superset";
69
70
  readonly Overlap: "overlap";
@@ -17,6 +17,7 @@ import { UnifiedMarketFromJSON, UnifiedMarketToJSON, } from './UnifiedMarket.js'
17
17
  */
18
18
  export const PriceComparisonRelationEnum = {
19
19
  Identity: 'identity',
20
+ Complement: 'complement',
20
21
  Subset: 'subset',
21
22
  Superset: 'superset',
22
23
  Overlap: 'overlap',