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.
- package/dist/esm/generated/src/apis/DefaultApi.d.ts +58 -0
- package/dist/esm/generated/src/apis/DefaultApi.js +87 -29
- package/dist/generated/src/apis/DefaultApi.d.ts +58 -0
- package/dist/generated/src/apis/DefaultApi.js +87 -29
- package/generated/docs/DefaultApi.md +58 -58
- package/generated/package.json +1 -1
- package/generated/src/apis/DefaultApi.ts +87 -29
- package/package.json +2 -2
|
@@ -435,6 +435,8 @@ export declare const BuildOrderOperationExchangeEnum: {
|
|
|
435
435
|
readonly Baozi: "baozi";
|
|
436
436
|
readonly Myriad: "myriad";
|
|
437
437
|
readonly Opinion: "opinion";
|
|
438
|
+
readonly Metaculus: "metaculus";
|
|
439
|
+
readonly Smarkets: "smarkets";
|
|
438
440
|
};
|
|
439
441
|
export type BuildOrderOperationExchangeEnum = typeof BuildOrderOperationExchangeEnum[keyof typeof BuildOrderOperationExchangeEnum];
|
|
440
442
|
/**
|
|
@@ -448,6 +450,8 @@ export declare const CancelOrderOperationExchangeEnum: {
|
|
|
448
450
|
readonly Baozi: "baozi";
|
|
449
451
|
readonly Myriad: "myriad";
|
|
450
452
|
readonly Opinion: "opinion";
|
|
453
|
+
readonly Metaculus: "metaculus";
|
|
454
|
+
readonly Smarkets: "smarkets";
|
|
451
455
|
};
|
|
452
456
|
export type CancelOrderOperationExchangeEnum = typeof CancelOrderOperationExchangeEnum[keyof typeof CancelOrderOperationExchangeEnum];
|
|
453
457
|
/**
|
|
@@ -461,6 +465,8 @@ export declare const CloseOperationExchangeEnum: {
|
|
|
461
465
|
readonly Baozi: "baozi";
|
|
462
466
|
readonly Myriad: "myriad";
|
|
463
467
|
readonly Opinion: "opinion";
|
|
468
|
+
readonly Metaculus: "metaculus";
|
|
469
|
+
readonly Smarkets: "smarkets";
|
|
464
470
|
};
|
|
465
471
|
export type CloseOperationExchangeEnum = typeof CloseOperationExchangeEnum[keyof typeof CloseOperationExchangeEnum];
|
|
466
472
|
/**
|
|
@@ -474,6 +480,8 @@ export declare const CreateOrderOperationExchangeEnum: {
|
|
|
474
480
|
readonly Baozi: "baozi";
|
|
475
481
|
readonly Myriad: "myriad";
|
|
476
482
|
readonly Opinion: "opinion";
|
|
483
|
+
readonly Metaculus: "metaculus";
|
|
484
|
+
readonly Smarkets: "smarkets";
|
|
477
485
|
};
|
|
478
486
|
export type CreateOrderOperationExchangeEnum = typeof CreateOrderOperationExchangeEnum[keyof typeof CreateOrderOperationExchangeEnum];
|
|
479
487
|
/**
|
|
@@ -487,6 +495,8 @@ export declare const FetchAllOrdersOperationExchangeEnum: {
|
|
|
487
495
|
readonly Baozi: "baozi";
|
|
488
496
|
readonly Myriad: "myriad";
|
|
489
497
|
readonly Opinion: "opinion";
|
|
498
|
+
readonly Metaculus: "metaculus";
|
|
499
|
+
readonly Smarkets: "smarkets";
|
|
490
500
|
};
|
|
491
501
|
export type FetchAllOrdersOperationExchangeEnum = typeof FetchAllOrdersOperationExchangeEnum[keyof typeof FetchAllOrdersOperationExchangeEnum];
|
|
492
502
|
/**
|
|
@@ -500,6 +510,8 @@ export declare const FetchBalanceOperationExchangeEnum: {
|
|
|
500
510
|
readonly Baozi: "baozi";
|
|
501
511
|
readonly Myriad: "myriad";
|
|
502
512
|
readonly Opinion: "opinion";
|
|
513
|
+
readonly Metaculus: "metaculus";
|
|
514
|
+
readonly Smarkets: "smarkets";
|
|
503
515
|
};
|
|
504
516
|
export type FetchBalanceOperationExchangeEnum = typeof FetchBalanceOperationExchangeEnum[keyof typeof FetchBalanceOperationExchangeEnum];
|
|
505
517
|
/**
|
|
@@ -513,6 +525,8 @@ export declare const FetchClosedOrdersOperationExchangeEnum: {
|
|
|
513
525
|
readonly Baozi: "baozi";
|
|
514
526
|
readonly Myriad: "myriad";
|
|
515
527
|
readonly Opinion: "opinion";
|
|
528
|
+
readonly Metaculus: "metaculus";
|
|
529
|
+
readonly Smarkets: "smarkets";
|
|
516
530
|
};
|
|
517
531
|
export type FetchClosedOrdersOperationExchangeEnum = typeof FetchClosedOrdersOperationExchangeEnum[keyof typeof FetchClosedOrdersOperationExchangeEnum];
|
|
518
532
|
/**
|
|
@@ -526,6 +540,8 @@ export declare const FetchEventOperationExchangeEnum: {
|
|
|
526
540
|
readonly Baozi: "baozi";
|
|
527
541
|
readonly Myriad: "myriad";
|
|
528
542
|
readonly Opinion: "opinion";
|
|
543
|
+
readonly Metaculus: "metaculus";
|
|
544
|
+
readonly Smarkets: "smarkets";
|
|
529
545
|
};
|
|
530
546
|
export type FetchEventOperationExchangeEnum = typeof FetchEventOperationExchangeEnum[keyof typeof FetchEventOperationExchangeEnum];
|
|
531
547
|
/**
|
|
@@ -539,6 +555,8 @@ export declare const FetchEventsOperationExchangeEnum: {
|
|
|
539
555
|
readonly Baozi: "baozi";
|
|
540
556
|
readonly Myriad: "myriad";
|
|
541
557
|
readonly Opinion: "opinion";
|
|
558
|
+
readonly Metaculus: "metaculus";
|
|
559
|
+
readonly Smarkets: "smarkets";
|
|
542
560
|
};
|
|
543
561
|
export type FetchEventsOperationExchangeEnum = typeof FetchEventsOperationExchangeEnum[keyof typeof FetchEventsOperationExchangeEnum];
|
|
544
562
|
/**
|
|
@@ -552,6 +570,8 @@ export declare const FetchMarketOperationExchangeEnum: {
|
|
|
552
570
|
readonly Baozi: "baozi";
|
|
553
571
|
readonly Myriad: "myriad";
|
|
554
572
|
readonly Opinion: "opinion";
|
|
573
|
+
readonly Metaculus: "metaculus";
|
|
574
|
+
readonly Smarkets: "smarkets";
|
|
555
575
|
};
|
|
556
576
|
export type FetchMarketOperationExchangeEnum = typeof FetchMarketOperationExchangeEnum[keyof typeof FetchMarketOperationExchangeEnum];
|
|
557
577
|
/**
|
|
@@ -565,6 +585,8 @@ export declare const FetchMarketsOperationExchangeEnum: {
|
|
|
565
585
|
readonly Baozi: "baozi";
|
|
566
586
|
readonly Myriad: "myriad";
|
|
567
587
|
readonly Opinion: "opinion";
|
|
588
|
+
readonly Metaculus: "metaculus";
|
|
589
|
+
readonly Smarkets: "smarkets";
|
|
568
590
|
};
|
|
569
591
|
export type FetchMarketsOperationExchangeEnum = typeof FetchMarketsOperationExchangeEnum[keyof typeof FetchMarketsOperationExchangeEnum];
|
|
570
592
|
/**
|
|
@@ -578,6 +600,8 @@ export declare const FetchMarketsPaginatedOperationExchangeEnum: {
|
|
|
578
600
|
readonly Baozi: "baozi";
|
|
579
601
|
readonly Myriad: "myriad";
|
|
580
602
|
readonly Opinion: "opinion";
|
|
603
|
+
readonly Metaculus: "metaculus";
|
|
604
|
+
readonly Smarkets: "smarkets";
|
|
581
605
|
};
|
|
582
606
|
export type FetchMarketsPaginatedOperationExchangeEnum = typeof FetchMarketsPaginatedOperationExchangeEnum[keyof typeof FetchMarketsPaginatedOperationExchangeEnum];
|
|
583
607
|
/**
|
|
@@ -591,6 +615,8 @@ export declare const FetchMyTradesOperationExchangeEnum: {
|
|
|
591
615
|
readonly Baozi: "baozi";
|
|
592
616
|
readonly Myriad: "myriad";
|
|
593
617
|
readonly Opinion: "opinion";
|
|
618
|
+
readonly Metaculus: "metaculus";
|
|
619
|
+
readonly Smarkets: "smarkets";
|
|
594
620
|
};
|
|
595
621
|
export type FetchMyTradesOperationExchangeEnum = typeof FetchMyTradesOperationExchangeEnum[keyof typeof FetchMyTradesOperationExchangeEnum];
|
|
596
622
|
/**
|
|
@@ -604,6 +630,8 @@ export declare const FetchOHLCVOperationExchangeEnum: {
|
|
|
604
630
|
readonly Baozi: "baozi";
|
|
605
631
|
readonly Myriad: "myriad";
|
|
606
632
|
readonly Opinion: "opinion";
|
|
633
|
+
readonly Metaculus: "metaculus";
|
|
634
|
+
readonly Smarkets: "smarkets";
|
|
607
635
|
};
|
|
608
636
|
export type FetchOHLCVOperationExchangeEnum = typeof FetchOHLCVOperationExchangeEnum[keyof typeof FetchOHLCVOperationExchangeEnum];
|
|
609
637
|
/**
|
|
@@ -617,6 +645,8 @@ export declare const FetchOpenOrdersOperationExchangeEnum: {
|
|
|
617
645
|
readonly Baozi: "baozi";
|
|
618
646
|
readonly Myriad: "myriad";
|
|
619
647
|
readonly Opinion: "opinion";
|
|
648
|
+
readonly Metaculus: "metaculus";
|
|
649
|
+
readonly Smarkets: "smarkets";
|
|
620
650
|
};
|
|
621
651
|
export type FetchOpenOrdersOperationExchangeEnum = typeof FetchOpenOrdersOperationExchangeEnum[keyof typeof FetchOpenOrdersOperationExchangeEnum];
|
|
622
652
|
/**
|
|
@@ -630,6 +660,8 @@ export declare const FetchOrderOperationExchangeEnum: {
|
|
|
630
660
|
readonly Baozi: "baozi";
|
|
631
661
|
readonly Myriad: "myriad";
|
|
632
662
|
readonly Opinion: "opinion";
|
|
663
|
+
readonly Metaculus: "metaculus";
|
|
664
|
+
readonly Smarkets: "smarkets";
|
|
633
665
|
};
|
|
634
666
|
export type FetchOrderOperationExchangeEnum = typeof FetchOrderOperationExchangeEnum[keyof typeof FetchOrderOperationExchangeEnum];
|
|
635
667
|
/**
|
|
@@ -643,6 +675,8 @@ export declare const FetchOrderBookOperationExchangeEnum: {
|
|
|
643
675
|
readonly Baozi: "baozi";
|
|
644
676
|
readonly Myriad: "myriad";
|
|
645
677
|
readonly Opinion: "opinion";
|
|
678
|
+
readonly Metaculus: "metaculus";
|
|
679
|
+
readonly Smarkets: "smarkets";
|
|
646
680
|
};
|
|
647
681
|
export type FetchOrderBookOperationExchangeEnum = typeof FetchOrderBookOperationExchangeEnum[keyof typeof FetchOrderBookOperationExchangeEnum];
|
|
648
682
|
/**
|
|
@@ -656,6 +690,8 @@ export declare const FetchPositionsOperationExchangeEnum: {
|
|
|
656
690
|
readonly Baozi: "baozi";
|
|
657
691
|
readonly Myriad: "myriad";
|
|
658
692
|
readonly Opinion: "opinion";
|
|
693
|
+
readonly Metaculus: "metaculus";
|
|
694
|
+
readonly Smarkets: "smarkets";
|
|
659
695
|
};
|
|
660
696
|
export type FetchPositionsOperationExchangeEnum = typeof FetchPositionsOperationExchangeEnum[keyof typeof FetchPositionsOperationExchangeEnum];
|
|
661
697
|
/**
|
|
@@ -669,6 +705,8 @@ export declare const FetchTradesOperationExchangeEnum: {
|
|
|
669
705
|
readonly Baozi: "baozi";
|
|
670
706
|
readonly Myriad: "myriad";
|
|
671
707
|
readonly Opinion: "opinion";
|
|
708
|
+
readonly Metaculus: "metaculus";
|
|
709
|
+
readonly Smarkets: "smarkets";
|
|
672
710
|
};
|
|
673
711
|
export type FetchTradesOperationExchangeEnum = typeof FetchTradesOperationExchangeEnum[keyof typeof FetchTradesOperationExchangeEnum];
|
|
674
712
|
/**
|
|
@@ -682,6 +720,8 @@ export declare const FilterEventsOperationExchangeEnum: {
|
|
|
682
720
|
readonly Baozi: "baozi";
|
|
683
721
|
readonly Myriad: "myriad";
|
|
684
722
|
readonly Opinion: "opinion";
|
|
723
|
+
readonly Metaculus: "metaculus";
|
|
724
|
+
readonly Smarkets: "smarkets";
|
|
685
725
|
};
|
|
686
726
|
export type FilterEventsOperationExchangeEnum = typeof FilterEventsOperationExchangeEnum[keyof typeof FilterEventsOperationExchangeEnum];
|
|
687
727
|
/**
|
|
@@ -695,6 +735,8 @@ export declare const FilterMarketsOperationExchangeEnum: {
|
|
|
695
735
|
readonly Baozi: "baozi";
|
|
696
736
|
readonly Myriad: "myriad";
|
|
697
737
|
readonly Opinion: "opinion";
|
|
738
|
+
readonly Metaculus: "metaculus";
|
|
739
|
+
readonly Smarkets: "smarkets";
|
|
698
740
|
};
|
|
699
741
|
export type FilterMarketsOperationExchangeEnum = typeof FilterMarketsOperationExchangeEnum[keyof typeof FilterMarketsOperationExchangeEnum];
|
|
700
742
|
/**
|
|
@@ -708,6 +750,8 @@ export declare const GetExecutionPriceOperationExchangeEnum: {
|
|
|
708
750
|
readonly Baozi: "baozi";
|
|
709
751
|
readonly Myriad: "myriad";
|
|
710
752
|
readonly Opinion: "opinion";
|
|
753
|
+
readonly Metaculus: "metaculus";
|
|
754
|
+
readonly Smarkets: "smarkets";
|
|
711
755
|
};
|
|
712
756
|
export type GetExecutionPriceOperationExchangeEnum = typeof GetExecutionPriceOperationExchangeEnum[keyof typeof GetExecutionPriceOperationExchangeEnum];
|
|
713
757
|
/**
|
|
@@ -721,6 +765,8 @@ export declare const GetExecutionPriceDetailedOperationExchangeEnum: {
|
|
|
721
765
|
readonly Baozi: "baozi";
|
|
722
766
|
readonly Myriad: "myriad";
|
|
723
767
|
readonly Opinion: "opinion";
|
|
768
|
+
readonly Metaculus: "metaculus";
|
|
769
|
+
readonly Smarkets: "smarkets";
|
|
724
770
|
};
|
|
725
771
|
export type GetExecutionPriceDetailedOperationExchangeEnum = typeof GetExecutionPriceDetailedOperationExchangeEnum[keyof typeof GetExecutionPriceDetailedOperationExchangeEnum];
|
|
726
772
|
/**
|
|
@@ -734,6 +780,8 @@ export declare const LoadMarketsOperationExchangeEnum: {
|
|
|
734
780
|
readonly Baozi: "baozi";
|
|
735
781
|
readonly Myriad: "myriad";
|
|
736
782
|
readonly Opinion: "opinion";
|
|
783
|
+
readonly Metaculus: "metaculus";
|
|
784
|
+
readonly Smarkets: "smarkets";
|
|
737
785
|
};
|
|
738
786
|
export type LoadMarketsOperationExchangeEnum = typeof LoadMarketsOperationExchangeEnum[keyof typeof LoadMarketsOperationExchangeEnum];
|
|
739
787
|
/**
|
|
@@ -747,6 +795,8 @@ export declare const SubmitOrderOperationExchangeEnum: {
|
|
|
747
795
|
readonly Baozi: "baozi";
|
|
748
796
|
readonly Myriad: "myriad";
|
|
749
797
|
readonly Opinion: "opinion";
|
|
798
|
+
readonly Metaculus: "metaculus";
|
|
799
|
+
readonly Smarkets: "smarkets";
|
|
750
800
|
};
|
|
751
801
|
export type SubmitOrderOperationExchangeEnum = typeof SubmitOrderOperationExchangeEnum[keyof typeof SubmitOrderOperationExchangeEnum];
|
|
752
802
|
/**
|
|
@@ -760,6 +810,8 @@ export declare const UnwatchAddressOperationExchangeEnum: {
|
|
|
760
810
|
readonly Baozi: "baozi";
|
|
761
811
|
readonly Myriad: "myriad";
|
|
762
812
|
readonly Opinion: "opinion";
|
|
813
|
+
readonly Metaculus: "metaculus";
|
|
814
|
+
readonly Smarkets: "smarkets";
|
|
763
815
|
};
|
|
764
816
|
export type UnwatchAddressOperationExchangeEnum = typeof UnwatchAddressOperationExchangeEnum[keyof typeof UnwatchAddressOperationExchangeEnum];
|
|
765
817
|
/**
|
|
@@ -773,6 +825,8 @@ export declare const WatchAddressOperationExchangeEnum: {
|
|
|
773
825
|
readonly Baozi: "baozi";
|
|
774
826
|
readonly Myriad: "myriad";
|
|
775
827
|
readonly Opinion: "opinion";
|
|
828
|
+
readonly Metaculus: "metaculus";
|
|
829
|
+
readonly Smarkets: "smarkets";
|
|
776
830
|
};
|
|
777
831
|
export type WatchAddressOperationExchangeEnum = typeof WatchAddressOperationExchangeEnum[keyof typeof WatchAddressOperationExchangeEnum];
|
|
778
832
|
/**
|
|
@@ -786,6 +840,8 @@ export declare const WatchOrderBookOperationExchangeEnum: {
|
|
|
786
840
|
readonly Baozi: "baozi";
|
|
787
841
|
readonly Myriad: "myriad";
|
|
788
842
|
readonly Opinion: "opinion";
|
|
843
|
+
readonly Metaculus: "metaculus";
|
|
844
|
+
readonly Smarkets: "smarkets";
|
|
789
845
|
};
|
|
790
846
|
export type WatchOrderBookOperationExchangeEnum = typeof WatchOrderBookOperationExchangeEnum[keyof typeof WatchOrderBookOperationExchangeEnum];
|
|
791
847
|
/**
|
|
@@ -799,5 +855,7 @@ export declare const WatchTradesOperationExchangeEnum: {
|
|
|
799
855
|
readonly Baozi: "baozi";
|
|
800
856
|
readonly Myriad: "myriad";
|
|
801
857
|
readonly Opinion: "opinion";
|
|
858
|
+
readonly Metaculus: "metaculus";
|
|
859
|
+
readonly Smarkets: "smarkets";
|
|
802
860
|
};
|
|
803
861
|
export type WatchTradesOperationExchangeEnum = typeof WatchTradesOperationExchangeEnum[keyof typeof WatchTradesOperationExchangeEnum];
|
|
@@ -914,7 +914,9 @@ export const BuildOrderOperationExchangeEnum = {
|
|
|
914
914
|
Probable: 'probable',
|
|
915
915
|
Baozi: 'baozi',
|
|
916
916
|
Myriad: 'myriad',
|
|
917
|
-
Opinion: 'opinion'
|
|
917
|
+
Opinion: 'opinion',
|
|
918
|
+
Metaculus: 'metaculus',
|
|
919
|
+
Smarkets: 'smarkets'
|
|
918
920
|
};
|
|
919
921
|
/**
|
|
920
922
|
* @export
|
|
@@ -926,7 +928,9 @@ export const CancelOrderOperationExchangeEnum = {
|
|
|
926
928
|
Probable: 'probable',
|
|
927
929
|
Baozi: 'baozi',
|
|
928
930
|
Myriad: 'myriad',
|
|
929
|
-
Opinion: 'opinion'
|
|
931
|
+
Opinion: 'opinion',
|
|
932
|
+
Metaculus: 'metaculus',
|
|
933
|
+
Smarkets: 'smarkets'
|
|
930
934
|
};
|
|
931
935
|
/**
|
|
932
936
|
* @export
|
|
@@ -938,7 +942,9 @@ export const CloseOperationExchangeEnum = {
|
|
|
938
942
|
Probable: 'probable',
|
|
939
943
|
Baozi: 'baozi',
|
|
940
944
|
Myriad: 'myriad',
|
|
941
|
-
Opinion: 'opinion'
|
|
945
|
+
Opinion: 'opinion',
|
|
946
|
+
Metaculus: 'metaculus',
|
|
947
|
+
Smarkets: 'smarkets'
|
|
942
948
|
};
|
|
943
949
|
/**
|
|
944
950
|
* @export
|
|
@@ -950,7 +956,9 @@ export const CreateOrderOperationExchangeEnum = {
|
|
|
950
956
|
Probable: 'probable',
|
|
951
957
|
Baozi: 'baozi',
|
|
952
958
|
Myriad: 'myriad',
|
|
953
|
-
Opinion: 'opinion'
|
|
959
|
+
Opinion: 'opinion',
|
|
960
|
+
Metaculus: 'metaculus',
|
|
961
|
+
Smarkets: 'smarkets'
|
|
954
962
|
};
|
|
955
963
|
/**
|
|
956
964
|
* @export
|
|
@@ -962,7 +970,9 @@ export const FetchAllOrdersOperationExchangeEnum = {
|
|
|
962
970
|
Probable: 'probable',
|
|
963
971
|
Baozi: 'baozi',
|
|
964
972
|
Myriad: 'myriad',
|
|
965
|
-
Opinion: 'opinion'
|
|
973
|
+
Opinion: 'opinion',
|
|
974
|
+
Metaculus: 'metaculus',
|
|
975
|
+
Smarkets: 'smarkets'
|
|
966
976
|
};
|
|
967
977
|
/**
|
|
968
978
|
* @export
|
|
@@ -974,7 +984,9 @@ export const FetchBalanceOperationExchangeEnum = {
|
|
|
974
984
|
Probable: 'probable',
|
|
975
985
|
Baozi: 'baozi',
|
|
976
986
|
Myriad: 'myriad',
|
|
977
|
-
Opinion: 'opinion'
|
|
987
|
+
Opinion: 'opinion',
|
|
988
|
+
Metaculus: 'metaculus',
|
|
989
|
+
Smarkets: 'smarkets'
|
|
978
990
|
};
|
|
979
991
|
/**
|
|
980
992
|
* @export
|
|
@@ -986,7 +998,9 @@ export const FetchClosedOrdersOperationExchangeEnum = {
|
|
|
986
998
|
Probable: 'probable',
|
|
987
999
|
Baozi: 'baozi',
|
|
988
1000
|
Myriad: 'myriad',
|
|
989
|
-
Opinion: 'opinion'
|
|
1001
|
+
Opinion: 'opinion',
|
|
1002
|
+
Metaculus: 'metaculus',
|
|
1003
|
+
Smarkets: 'smarkets'
|
|
990
1004
|
};
|
|
991
1005
|
/**
|
|
992
1006
|
* @export
|
|
@@ -998,7 +1012,9 @@ export const FetchEventOperationExchangeEnum = {
|
|
|
998
1012
|
Probable: 'probable',
|
|
999
1013
|
Baozi: 'baozi',
|
|
1000
1014
|
Myriad: 'myriad',
|
|
1001
|
-
Opinion: 'opinion'
|
|
1015
|
+
Opinion: 'opinion',
|
|
1016
|
+
Metaculus: 'metaculus',
|
|
1017
|
+
Smarkets: 'smarkets'
|
|
1002
1018
|
};
|
|
1003
1019
|
/**
|
|
1004
1020
|
* @export
|
|
@@ -1010,7 +1026,9 @@ export const FetchEventsOperationExchangeEnum = {
|
|
|
1010
1026
|
Probable: 'probable',
|
|
1011
1027
|
Baozi: 'baozi',
|
|
1012
1028
|
Myriad: 'myriad',
|
|
1013
|
-
Opinion: 'opinion'
|
|
1029
|
+
Opinion: 'opinion',
|
|
1030
|
+
Metaculus: 'metaculus',
|
|
1031
|
+
Smarkets: 'smarkets'
|
|
1014
1032
|
};
|
|
1015
1033
|
/**
|
|
1016
1034
|
* @export
|
|
@@ -1022,7 +1040,9 @@ export const FetchMarketOperationExchangeEnum = {
|
|
|
1022
1040
|
Probable: 'probable',
|
|
1023
1041
|
Baozi: 'baozi',
|
|
1024
1042
|
Myriad: 'myriad',
|
|
1025
|
-
Opinion: 'opinion'
|
|
1043
|
+
Opinion: 'opinion',
|
|
1044
|
+
Metaculus: 'metaculus',
|
|
1045
|
+
Smarkets: 'smarkets'
|
|
1026
1046
|
};
|
|
1027
1047
|
/**
|
|
1028
1048
|
* @export
|
|
@@ -1034,7 +1054,9 @@ export const FetchMarketsOperationExchangeEnum = {
|
|
|
1034
1054
|
Probable: 'probable',
|
|
1035
1055
|
Baozi: 'baozi',
|
|
1036
1056
|
Myriad: 'myriad',
|
|
1037
|
-
Opinion: 'opinion'
|
|
1057
|
+
Opinion: 'opinion',
|
|
1058
|
+
Metaculus: 'metaculus',
|
|
1059
|
+
Smarkets: 'smarkets'
|
|
1038
1060
|
};
|
|
1039
1061
|
/**
|
|
1040
1062
|
* @export
|
|
@@ -1046,7 +1068,9 @@ export const FetchMarketsPaginatedOperationExchangeEnum = {
|
|
|
1046
1068
|
Probable: 'probable',
|
|
1047
1069
|
Baozi: 'baozi',
|
|
1048
1070
|
Myriad: 'myriad',
|
|
1049
|
-
Opinion: 'opinion'
|
|
1071
|
+
Opinion: 'opinion',
|
|
1072
|
+
Metaculus: 'metaculus',
|
|
1073
|
+
Smarkets: 'smarkets'
|
|
1050
1074
|
};
|
|
1051
1075
|
/**
|
|
1052
1076
|
* @export
|
|
@@ -1058,7 +1082,9 @@ export const FetchMyTradesOperationExchangeEnum = {
|
|
|
1058
1082
|
Probable: 'probable',
|
|
1059
1083
|
Baozi: 'baozi',
|
|
1060
1084
|
Myriad: 'myriad',
|
|
1061
|
-
Opinion: 'opinion'
|
|
1085
|
+
Opinion: 'opinion',
|
|
1086
|
+
Metaculus: 'metaculus',
|
|
1087
|
+
Smarkets: 'smarkets'
|
|
1062
1088
|
};
|
|
1063
1089
|
/**
|
|
1064
1090
|
* @export
|
|
@@ -1070,7 +1096,9 @@ export const FetchOHLCVOperationExchangeEnum = {
|
|
|
1070
1096
|
Probable: 'probable',
|
|
1071
1097
|
Baozi: 'baozi',
|
|
1072
1098
|
Myriad: 'myriad',
|
|
1073
|
-
Opinion: 'opinion'
|
|
1099
|
+
Opinion: 'opinion',
|
|
1100
|
+
Metaculus: 'metaculus',
|
|
1101
|
+
Smarkets: 'smarkets'
|
|
1074
1102
|
};
|
|
1075
1103
|
/**
|
|
1076
1104
|
* @export
|
|
@@ -1082,7 +1110,9 @@ export const FetchOpenOrdersOperationExchangeEnum = {
|
|
|
1082
1110
|
Probable: 'probable',
|
|
1083
1111
|
Baozi: 'baozi',
|
|
1084
1112
|
Myriad: 'myriad',
|
|
1085
|
-
Opinion: 'opinion'
|
|
1113
|
+
Opinion: 'opinion',
|
|
1114
|
+
Metaculus: 'metaculus',
|
|
1115
|
+
Smarkets: 'smarkets'
|
|
1086
1116
|
};
|
|
1087
1117
|
/**
|
|
1088
1118
|
* @export
|
|
@@ -1094,7 +1124,9 @@ export const FetchOrderOperationExchangeEnum = {
|
|
|
1094
1124
|
Probable: 'probable',
|
|
1095
1125
|
Baozi: 'baozi',
|
|
1096
1126
|
Myriad: 'myriad',
|
|
1097
|
-
Opinion: 'opinion'
|
|
1127
|
+
Opinion: 'opinion',
|
|
1128
|
+
Metaculus: 'metaculus',
|
|
1129
|
+
Smarkets: 'smarkets'
|
|
1098
1130
|
};
|
|
1099
1131
|
/**
|
|
1100
1132
|
* @export
|
|
@@ -1106,7 +1138,9 @@ export const FetchOrderBookOperationExchangeEnum = {
|
|
|
1106
1138
|
Probable: 'probable',
|
|
1107
1139
|
Baozi: 'baozi',
|
|
1108
1140
|
Myriad: 'myriad',
|
|
1109
|
-
Opinion: 'opinion'
|
|
1141
|
+
Opinion: 'opinion',
|
|
1142
|
+
Metaculus: 'metaculus',
|
|
1143
|
+
Smarkets: 'smarkets'
|
|
1110
1144
|
};
|
|
1111
1145
|
/**
|
|
1112
1146
|
* @export
|
|
@@ -1118,7 +1152,9 @@ export const FetchPositionsOperationExchangeEnum = {
|
|
|
1118
1152
|
Probable: 'probable',
|
|
1119
1153
|
Baozi: 'baozi',
|
|
1120
1154
|
Myriad: 'myriad',
|
|
1121
|
-
Opinion: 'opinion'
|
|
1155
|
+
Opinion: 'opinion',
|
|
1156
|
+
Metaculus: 'metaculus',
|
|
1157
|
+
Smarkets: 'smarkets'
|
|
1122
1158
|
};
|
|
1123
1159
|
/**
|
|
1124
1160
|
* @export
|
|
@@ -1130,7 +1166,9 @@ export const FetchTradesOperationExchangeEnum = {
|
|
|
1130
1166
|
Probable: 'probable',
|
|
1131
1167
|
Baozi: 'baozi',
|
|
1132
1168
|
Myriad: 'myriad',
|
|
1133
|
-
Opinion: 'opinion'
|
|
1169
|
+
Opinion: 'opinion',
|
|
1170
|
+
Metaculus: 'metaculus',
|
|
1171
|
+
Smarkets: 'smarkets'
|
|
1134
1172
|
};
|
|
1135
1173
|
/**
|
|
1136
1174
|
* @export
|
|
@@ -1142,7 +1180,9 @@ export const FilterEventsOperationExchangeEnum = {
|
|
|
1142
1180
|
Probable: 'probable',
|
|
1143
1181
|
Baozi: 'baozi',
|
|
1144
1182
|
Myriad: 'myriad',
|
|
1145
|
-
Opinion: 'opinion'
|
|
1183
|
+
Opinion: 'opinion',
|
|
1184
|
+
Metaculus: 'metaculus',
|
|
1185
|
+
Smarkets: 'smarkets'
|
|
1146
1186
|
};
|
|
1147
1187
|
/**
|
|
1148
1188
|
* @export
|
|
@@ -1154,7 +1194,9 @@ export const FilterMarketsOperationExchangeEnum = {
|
|
|
1154
1194
|
Probable: 'probable',
|
|
1155
1195
|
Baozi: 'baozi',
|
|
1156
1196
|
Myriad: 'myriad',
|
|
1157
|
-
Opinion: 'opinion'
|
|
1197
|
+
Opinion: 'opinion',
|
|
1198
|
+
Metaculus: 'metaculus',
|
|
1199
|
+
Smarkets: 'smarkets'
|
|
1158
1200
|
};
|
|
1159
1201
|
/**
|
|
1160
1202
|
* @export
|
|
@@ -1166,7 +1208,9 @@ export const GetExecutionPriceOperationExchangeEnum = {
|
|
|
1166
1208
|
Probable: 'probable',
|
|
1167
1209
|
Baozi: 'baozi',
|
|
1168
1210
|
Myriad: 'myriad',
|
|
1169
|
-
Opinion: 'opinion'
|
|
1211
|
+
Opinion: 'opinion',
|
|
1212
|
+
Metaculus: 'metaculus',
|
|
1213
|
+
Smarkets: 'smarkets'
|
|
1170
1214
|
};
|
|
1171
1215
|
/**
|
|
1172
1216
|
* @export
|
|
@@ -1178,7 +1222,9 @@ export const GetExecutionPriceDetailedOperationExchangeEnum = {
|
|
|
1178
1222
|
Probable: 'probable',
|
|
1179
1223
|
Baozi: 'baozi',
|
|
1180
1224
|
Myriad: 'myriad',
|
|
1181
|
-
Opinion: 'opinion'
|
|
1225
|
+
Opinion: 'opinion',
|
|
1226
|
+
Metaculus: 'metaculus',
|
|
1227
|
+
Smarkets: 'smarkets'
|
|
1182
1228
|
};
|
|
1183
1229
|
/**
|
|
1184
1230
|
* @export
|
|
@@ -1190,7 +1236,9 @@ export const LoadMarketsOperationExchangeEnum = {
|
|
|
1190
1236
|
Probable: 'probable',
|
|
1191
1237
|
Baozi: 'baozi',
|
|
1192
1238
|
Myriad: 'myriad',
|
|
1193
|
-
Opinion: 'opinion'
|
|
1239
|
+
Opinion: 'opinion',
|
|
1240
|
+
Metaculus: 'metaculus',
|
|
1241
|
+
Smarkets: 'smarkets'
|
|
1194
1242
|
};
|
|
1195
1243
|
/**
|
|
1196
1244
|
* @export
|
|
@@ -1202,7 +1250,9 @@ export const SubmitOrderOperationExchangeEnum = {
|
|
|
1202
1250
|
Probable: 'probable',
|
|
1203
1251
|
Baozi: 'baozi',
|
|
1204
1252
|
Myriad: 'myriad',
|
|
1205
|
-
Opinion: 'opinion'
|
|
1253
|
+
Opinion: 'opinion',
|
|
1254
|
+
Metaculus: 'metaculus',
|
|
1255
|
+
Smarkets: 'smarkets'
|
|
1206
1256
|
};
|
|
1207
1257
|
/**
|
|
1208
1258
|
* @export
|
|
@@ -1214,7 +1264,9 @@ export const UnwatchAddressOperationExchangeEnum = {
|
|
|
1214
1264
|
Probable: 'probable',
|
|
1215
1265
|
Baozi: 'baozi',
|
|
1216
1266
|
Myriad: 'myriad',
|
|
1217
|
-
Opinion: 'opinion'
|
|
1267
|
+
Opinion: 'opinion',
|
|
1268
|
+
Metaculus: 'metaculus',
|
|
1269
|
+
Smarkets: 'smarkets'
|
|
1218
1270
|
};
|
|
1219
1271
|
/**
|
|
1220
1272
|
* @export
|
|
@@ -1226,7 +1278,9 @@ export const WatchAddressOperationExchangeEnum = {
|
|
|
1226
1278
|
Probable: 'probable',
|
|
1227
1279
|
Baozi: 'baozi',
|
|
1228
1280
|
Myriad: 'myriad',
|
|
1229
|
-
Opinion: 'opinion'
|
|
1281
|
+
Opinion: 'opinion',
|
|
1282
|
+
Metaculus: 'metaculus',
|
|
1283
|
+
Smarkets: 'smarkets'
|
|
1230
1284
|
};
|
|
1231
1285
|
/**
|
|
1232
1286
|
* @export
|
|
@@ -1238,7 +1292,9 @@ export const WatchOrderBookOperationExchangeEnum = {
|
|
|
1238
1292
|
Probable: 'probable',
|
|
1239
1293
|
Baozi: 'baozi',
|
|
1240
1294
|
Myriad: 'myriad',
|
|
1241
|
-
Opinion: 'opinion'
|
|
1295
|
+
Opinion: 'opinion',
|
|
1296
|
+
Metaculus: 'metaculus',
|
|
1297
|
+
Smarkets: 'smarkets'
|
|
1242
1298
|
};
|
|
1243
1299
|
/**
|
|
1244
1300
|
* @export
|
|
@@ -1250,5 +1306,7 @@ export const WatchTradesOperationExchangeEnum = {
|
|
|
1250
1306
|
Probable: 'probable',
|
|
1251
1307
|
Baozi: 'baozi',
|
|
1252
1308
|
Myriad: 'myriad',
|
|
1253
|
-
Opinion: 'opinion'
|
|
1309
|
+
Opinion: 'opinion',
|
|
1310
|
+
Metaculus: 'metaculus',
|
|
1311
|
+
Smarkets: 'smarkets'
|
|
1254
1312
|
};
|