pmxtjs 2.45.1 → 2.46.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.
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
@@ -17,7 +17,7 @@
17
17
  * console.log(markets[0].title);
18
18
  * ```
19
19
  */
20
- import { Exchange, Polymarket, Kalshi, KalshiDemo, Limitless, Myriad, Probable, Baozi, Opinion, Metaculus, Smarkets, PolymarketUS, GeminiTitan, Hyperliquid, Mock } from "./pmxt/client.js";
20
+ import { Exchange, Polymarket, Kalshi, KalshiDemo, Limitless, Myriad, Probable, Baozi, Opinion, Metaculus, Smarkets, PolymarketUS, GeminiTitan, Hyperliquid, SuiBets, Mock } from "./pmxt/client.js";
21
21
  import { Router } from "./pmxt/router.js";
22
22
  import { ServerManager } from "./pmxt/server-manager.js";
23
23
  import * as models from "./pmxt/models.js";
@@ -88,6 +88,7 @@ declare const pmxt: {
88
88
  PolymarketUS: typeof PolymarketUS;
89
89
  GeminiTitan: typeof GeminiTitan;
90
90
  Hyperliquid: typeof Hyperliquid;
91
+ SuiBets: typeof SuiBets;
91
92
  Mock: typeof Mock;
92
93
  Router: typeof Router;
93
94
  ServerManager: typeof ServerManager;
package/dist/esm/index.js CHANGED
@@ -17,7 +17,7 @@
17
17
  * console.log(markets[0].title);
18
18
  * ```
19
19
  */
20
- import { Exchange, Polymarket, Kalshi, KalshiDemo, Limitless, Myriad, Probable, Baozi, Opinion, Metaculus, Smarkets, PolymarketUS, GeminiTitan, Hyperliquid, Mock } from "./pmxt/client.js";
20
+ import { Exchange, Polymarket, Kalshi, KalshiDemo, Limitless, Myriad, Probable, Baozi, Opinion, Metaculus, Smarkets, PolymarketUS, GeminiTitan, Hyperliquid, SuiBets, Mock } from "./pmxt/client.js";
21
21
  import { Router } from "./pmxt/router.js";
22
22
  import { ServerManager } from "./pmxt/server-manager.js";
23
23
  import * as models from "./pmxt/models.js";
@@ -72,6 +72,7 @@ const pmxt = {
72
72
  PolymarketUS,
73
73
  GeminiTitan,
74
74
  Hyperliquid,
75
+ SuiBets,
75
76
  Mock,
76
77
  Router,
77
78
  ServerManager,
@@ -612,7 +612,7 @@ export interface SubscribedAddressSnapshot {
612
612
  timestamp: number;
613
613
  }
614
614
  /** Set-theoretic relation between two markets' resolution conditions. */
615
- export type MatchRelation = 'identity' | 'subset' | 'superset' | 'overlap' | 'disjoint';
615
+ export type MatchRelation = 'identity' | 'complement' | 'subset' | 'superset' | 'overlap' | 'disjoint';
616
616
  /** A cross-venue market match with relation classification.
617
617
  * Market properties (title, slug, url, etc.) are accessible directly on the result. */
618
618
  export interface MatchResult extends Readonly<UnifiedMarket> {
@@ -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
  };
@@ -1543,6 +1543,7 @@ exports.BuildOrderOperationExchangeEnum = {
1543
1543
  PolymarketUs: 'polymarket_us',
1544
1544
  GeminiTitan: 'gemini-titan',
1545
1545
  Hyperliquid: 'hyperliquid',
1546
+ Suibets: 'suibets',
1546
1547
  Mock: 'mock',
1547
1548
  Router: 'router'
1548
1549
  };
@@ -1563,6 +1564,7 @@ exports.CancelOrderOperationExchangeEnum = {
1563
1564
  PolymarketUs: 'polymarket_us',
1564
1565
  GeminiTitan: 'gemini-titan',
1565
1566
  Hyperliquid: 'hyperliquid',
1567
+ Suibets: 'suibets',
1566
1568
  Mock: 'mock',
1567
1569
  Router: 'router'
1568
1570
  };
@@ -1583,6 +1585,7 @@ exports.CloseOperationExchangeEnum = {
1583
1585
  PolymarketUs: 'polymarket_us',
1584
1586
  GeminiTitan: 'gemini-titan',
1585
1587
  Hyperliquid: 'hyperliquid',
1588
+ Suibets: 'suibets',
1586
1589
  Mock: 'mock',
1587
1590
  Router: 'router'
1588
1591
  };
@@ -1609,6 +1612,7 @@ exports.CreateOrderOperationExchangeEnum = {
1609
1612
  PolymarketUs: 'polymarket_us',
1610
1613
  GeminiTitan: 'gemini-titan',
1611
1614
  Hyperliquid: 'hyperliquid',
1615
+ Suibets: 'suibets',
1612
1616
  Mock: 'mock',
1613
1617
  Router: 'router'
1614
1618
  };
@@ -1629,6 +1633,7 @@ exports.FetchAllOrdersExchangeEnum = {
1629
1633
  PolymarketUs: 'polymarket_us',
1630
1634
  GeminiTitan: 'gemini-titan',
1631
1635
  Hyperliquid: 'hyperliquid',
1636
+ Suibets: 'suibets',
1632
1637
  Mock: 'mock',
1633
1638
  Router: 'router'
1634
1639
  };
@@ -1643,6 +1648,7 @@ exports.FetchArbitrageExchangeEnum = {
1643
1648
  */
1644
1649
  exports.FetchArbitrageRelationsEnum = {
1645
1650
  Identity: 'identity',
1651
+ Complement: 'complement',
1646
1652
  Subset: 'subset',
1647
1653
  Superset: 'superset',
1648
1654
  Overlap: 'overlap',
@@ -1665,6 +1671,7 @@ exports.FetchBalanceExchangeEnum = {
1665
1671
  PolymarketUs: 'polymarket_us',
1666
1672
  GeminiTitan: 'gemini-titan',
1667
1673
  Hyperliquid: 'hyperliquid',
1674
+ Suibets: 'suibets',
1668
1675
  Mock: 'mock',
1669
1676
  Router: 'router'
1670
1677
  };
@@ -1685,6 +1692,7 @@ exports.FetchClosedOrdersExchangeEnum = {
1685
1692
  PolymarketUs: 'polymarket_us',
1686
1693
  GeminiTitan: 'gemini-titan',
1687
1694
  Hyperliquid: 'hyperliquid',
1695
+ Suibets: 'suibets',
1688
1696
  Mock: 'mock',
1689
1697
  Router: 'router'
1690
1698
  };
@@ -1705,6 +1713,7 @@ exports.FetchEventExchangeEnum = {
1705
1713
  PolymarketUs: 'polymarket_us',
1706
1714
  GeminiTitan: 'gemini-titan',
1707
1715
  Hyperliquid: 'hyperliquid',
1716
+ Suibets: 'suibets',
1708
1717
  Mock: 'mock',
1709
1718
  Router: 'router'
1710
1719
  };
@@ -1744,6 +1753,7 @@ exports.FetchEventMatchesExchangeEnum = {
1744
1753
  */
1745
1754
  exports.FetchEventMatchesRelationEnum = {
1746
1755
  Identity: 'identity',
1756
+ Complement: 'complement',
1747
1757
  Subset: 'subset',
1748
1758
  Superset: 'superset',
1749
1759
  Overlap: 'overlap',
@@ -1766,6 +1776,7 @@ exports.FetchEventsExchangeEnum = {
1766
1776
  PolymarketUs: 'polymarket_us',
1767
1777
  GeminiTitan: 'gemini-titan',
1768
1778
  Hyperliquid: 'hyperliquid',
1779
+ Suibets: 'suibets',
1769
1780
  Mock: 'mock',
1770
1781
  Router: 'router'
1771
1782
  };
@@ -1811,6 +1822,7 @@ exports.FetchEventsPaginatedExchangeEnum = {
1811
1822
  PolymarketUs: 'polymarket_us',
1812
1823
  GeminiTitan: 'gemini-titan',
1813
1824
  Hyperliquid: 'hyperliquid',
1825
+ Suibets: 'suibets',
1814
1826
  Mock: 'mock',
1815
1827
  Router: 'router'
1816
1828
  };
@@ -1825,6 +1837,7 @@ exports.FetchHedgesExchangeEnum = {
1825
1837
  */
1826
1838
  exports.FetchHedgesRelationEnum = {
1827
1839
  Identity: 'identity',
1840
+ Complement: 'complement',
1828
1841
  Subset: 'subset',
1829
1842
  Superset: 'superset',
1830
1843
  Overlap: 'overlap',
@@ -1855,6 +1868,7 @@ exports.FetchMarketExchangeEnum = {
1855
1868
  PolymarketUs: 'polymarket_us',
1856
1869
  GeminiTitan: 'gemini-titan',
1857
1870
  Hyperliquid: 'hyperliquid',
1871
+ Suibets: 'suibets',
1858
1872
  Mock: 'mock',
1859
1873
  Router: 'router'
1860
1874
  };
@@ -1894,6 +1908,7 @@ exports.FetchMarketMatchesExchangeEnum = {
1894
1908
  */
1895
1909
  exports.FetchMarketMatchesRelationEnum = {
1896
1910
  Identity: 'identity',
1911
+ Complement: 'complement',
1897
1912
  Subset: 'subset',
1898
1913
  Superset: 'superset',
1899
1914
  Overlap: 'overlap',
@@ -1924,6 +1939,7 @@ exports.FetchMarketsExchangeEnum = {
1924
1939
  PolymarketUs: 'polymarket_us',
1925
1940
  GeminiTitan: 'gemini-titan',
1926
1941
  Hyperliquid: 'hyperliquid',
1942
+ Suibets: 'suibets',
1927
1943
  Mock: 'mock',
1928
1944
  Router: 'router'
1929
1945
  };
@@ -1969,6 +1985,7 @@ exports.FetchMarketsPaginatedExchangeEnum = {
1969
1985
  PolymarketUs: 'polymarket_us',
1970
1986
  GeminiTitan: 'gemini-titan',
1971
1987
  Hyperliquid: 'hyperliquid',
1988
+ Suibets: 'suibets',
1972
1989
  Mock: 'mock',
1973
1990
  Router: 'router'
1974
1991
  };
@@ -1983,6 +2000,7 @@ exports.FetchMatchedMarketsExchangeEnum = {
1983
2000
  */
1984
2001
  exports.FetchMatchedMarketsRelationsEnum = {
1985
2002
  Identity: 'identity',
2003
+ Complement: 'complement',
1986
2004
  Subset: 'subset',
1987
2005
  Superset: 'superset',
1988
2006
  Overlap: 'overlap',
@@ -1999,6 +2017,7 @@ exports.FetchMatchedPricesExchangeEnum = {
1999
2017
  */
2000
2018
  exports.FetchMatchedPricesRelationsEnum = {
2001
2019
  Identity: 'identity',
2020
+ Complement: 'complement',
2002
2021
  Subset: 'subset',
2003
2022
  Superset: 'superset',
2004
2023
  Overlap: 'overlap',
@@ -2021,6 +2040,7 @@ exports.FetchMyTradesExchangeEnum = {
2021
2040
  PolymarketUs: 'polymarket_us',
2022
2041
  GeminiTitan: 'gemini-titan',
2023
2042
  Hyperliquid: 'hyperliquid',
2043
+ Suibets: 'suibets',
2024
2044
  Mock: 'mock',
2025
2045
  Router: 'router'
2026
2046
  };
@@ -2041,6 +2061,7 @@ exports.FetchOHLCVExchangeEnum = {
2041
2061
  PolymarketUs: 'polymarket_us',
2042
2062
  GeminiTitan: 'gemini-titan',
2043
2063
  Hyperliquid: 'hyperliquid',
2064
+ Suibets: 'suibets',
2044
2065
  Mock: 'mock',
2045
2066
  Router: 'router'
2046
2067
  };
@@ -2061,6 +2082,7 @@ exports.FetchOpenOrdersExchangeEnum = {
2061
2082
  PolymarketUs: 'polymarket_us',
2062
2083
  GeminiTitan: 'gemini-titan',
2063
2084
  Hyperliquid: 'hyperliquid',
2085
+ Suibets: 'suibets',
2064
2086
  Mock: 'mock',
2065
2087
  Router: 'router'
2066
2088
  };
@@ -2081,6 +2103,7 @@ exports.FetchOrderExchangeEnum = {
2081
2103
  PolymarketUs: 'polymarket_us',
2082
2104
  GeminiTitan: 'gemini-titan',
2083
2105
  Hyperliquid: 'hyperliquid',
2106
+ Suibets: 'suibets',
2084
2107
  Mock: 'mock',
2085
2108
  Router: 'router'
2086
2109
  };
@@ -2101,6 +2124,7 @@ exports.FetchOrderBookExchangeEnum = {
2101
2124
  PolymarketUs: 'polymarket_us',
2102
2125
  GeminiTitan: 'gemini-titan',
2103
2126
  Hyperliquid: 'hyperliquid',
2127
+ Suibets: 'suibets',
2104
2128
  Mock: 'mock',
2105
2129
  Router: 'router'
2106
2130
  };
@@ -2128,6 +2152,7 @@ exports.FetchOrderBooksOperationExchangeEnum = {
2128
2152
  PolymarketUs: 'polymarket_us',
2129
2153
  GeminiTitan: 'gemini-titan',
2130
2154
  Hyperliquid: 'hyperliquid',
2155
+ Suibets: 'suibets',
2131
2156
  Mock: 'mock',
2132
2157
  Router: 'router'
2133
2158
  };
@@ -2148,6 +2173,7 @@ exports.FetchPositionsExchangeEnum = {
2148
2173
  PolymarketUs: 'polymarket_us',
2149
2174
  GeminiTitan: 'gemini-titan',
2150
2175
  Hyperliquid: 'hyperliquid',
2176
+ Suibets: 'suibets',
2151
2177
  Mock: 'mock',
2152
2178
  Router: 'router'
2153
2179
  };
@@ -2162,6 +2188,7 @@ exports.FetchRelatedMarketsExchangeEnum = {
2162
2188
  */
2163
2189
  exports.FetchRelatedMarketsRelationEnum = {
2164
2190
  Identity: 'identity',
2191
+ Complement: 'complement',
2165
2192
  Subset: 'subset',
2166
2193
  Superset: 'superset',
2167
2194
  Overlap: 'overlap',
@@ -2192,6 +2219,7 @@ exports.FetchTradesExchangeEnum = {
2192
2219
  PolymarketUs: 'polymarket_us',
2193
2220
  GeminiTitan: 'gemini-titan',
2194
2221
  Hyperliquid: 'hyperliquid',
2222
+ Suibets: 'suibets',
2195
2223
  Mock: 'mock',
2196
2224
  Router: 'router'
2197
2225
  };
@@ -2212,6 +2240,7 @@ exports.FilterEventsOperationExchangeEnum = {
2212
2240
  PolymarketUs: 'polymarket_us',
2213
2241
  GeminiTitan: 'gemini-titan',
2214
2242
  Hyperliquid: 'hyperliquid',
2243
+ Suibets: 'suibets',
2215
2244
  Mock: 'mock',
2216
2245
  Router: 'router'
2217
2246
  };
@@ -2232,6 +2261,7 @@ exports.FilterMarketsOperationExchangeEnum = {
2232
2261
  PolymarketUs: 'polymarket_us',
2233
2262
  GeminiTitan: 'gemini-titan',
2234
2263
  Hyperliquid: 'hyperliquid',
2264
+ Suibets: 'suibets',
2235
2265
  Mock: 'mock',
2236
2266
  Router: 'router'
2237
2267
  };
@@ -2252,6 +2282,7 @@ exports.GetExecutionPriceOperationExchangeEnum = {
2252
2282
  PolymarketUs: 'polymarket_us',
2253
2283
  GeminiTitan: 'gemini-titan',
2254
2284
  Hyperliquid: 'hyperliquid',
2285
+ Suibets: 'suibets',
2255
2286
  Mock: 'mock',
2256
2287
  Router: 'router'
2257
2288
  };
@@ -2272,6 +2303,7 @@ exports.GetExecutionPriceDetailedOperationExchangeEnum = {
2272
2303
  PolymarketUs: 'polymarket_us',
2273
2304
  GeminiTitan: 'gemini-titan',
2274
2305
  Hyperliquid: 'hyperliquid',
2306
+ Suibets: 'suibets',
2275
2307
  Mock: 'mock',
2276
2308
  Router: 'router'
2277
2309
  };
@@ -2292,6 +2324,7 @@ exports.LoadMarketsOperationExchangeEnum = {
2292
2324
  PolymarketUs: 'polymarket_us',
2293
2325
  GeminiTitan: 'gemini-titan',
2294
2326
  Hyperliquid: 'hyperliquid',
2327
+ Suibets: 'suibets',
2295
2328
  Mock: 'mock',
2296
2329
  Router: 'router'
2297
2330
  };
@@ -2312,6 +2345,7 @@ exports.SubmitOrderOperationExchangeEnum = {
2312
2345
  PolymarketUs: 'polymarket_us',
2313
2346
  GeminiTitan: 'gemini-titan',
2314
2347
  Hyperliquid: 'hyperliquid',
2348
+ Suibets: 'suibets',
2315
2349
  Mock: 'mock',
2316
2350
  Router: 'router'
2317
2351
  };
@@ -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";
@@ -25,6 +25,7 @@ const UnifiedMarket_1 = require("./UnifiedMarket");
25
25
  */
26
26
  exports.ArbitrageOpportunityRelationEnum = {
27
27
  Identity: 'identity',
28
+ Complement: 'complement',
28
29
  Subset: 'subset',
29
30
  Superset: 'superset',
30
31
  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";
@@ -24,6 +24,7 @@ exports.FetchArbitrageParamsToJSONTyped = FetchArbitrageParamsToJSONTyped;
24
24
  */
25
25
  exports.FetchArbitrageParamsRelationsEnum = {
26
26
  Identity: 'identity',
27
+ Complement: 'complement',
27
28
  Subset: 'subset',
28
29
  Superset: 'superset',
29
30
  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";
@@ -25,6 +25,7 @@ const UnifiedEvent_1 = require("./UnifiedEvent");
25
25
  */
26
26
  exports.FetchEventMatchesParamsRelationEnum = {
27
27
  Identity: 'identity',
28
+ Complement: 'complement',
28
29
  Subset: 'subset',
29
30
  Superset: 'superset',
30
31
  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";
@@ -25,6 +25,7 @@ const UnifiedMarket_1 = require("./UnifiedMarket");
25
25
  */
26
26
  exports.FetchMarketMatchesParamsRelationEnum = {
27
27
  Identity: 'identity',
28
+ Complement: 'complement',
28
29
  Subset: 'subset',
29
30
  Superset: 'superset',
30
31
  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";
@@ -24,6 +24,7 @@ exports.FetchMatchedMarketsParamsToJSONTyped = FetchMatchedMarketsParamsToJSONTy
24
24
  */
25
25
  exports.FetchMatchedMarketsParamsRelationsEnum = {
26
26
  Identity: 'identity',
27
+ Complement: 'complement',
27
28
  Subset: 'subset',
28
29
  Superset: 'superset',
29
30
  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";
@@ -25,6 +25,7 @@ const UnifiedMarket_1 = require("./UnifiedMarket");
25
25
  */
26
26
  exports.MatchResultRelationEnum = {
27
27
  Identity: 'identity',
28
+ Complement: 'complement',
28
29
  Subset: 'subset',
29
30
  Superset: 'superset',
30
31
  Overlap: 'overlap',