@bulletxyz/bullet-sdk 0.24.0-rc.5 → 0.24.0-rc.6

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.
@@ -88,7 +88,6 @@ export declare class Client {
88
88
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
89
89
  parent_order_id: bigint | null;
90
90
  linked_tpsl_order_ids: bigint[];
91
- is_executable: boolean;
92
91
  }>;
93
92
  }>;
94
93
  }>;
@@ -97,7 +97,7 @@ type ExchangeCallMessage = {
97
97
  }[];
98
98
  publish_timestamp: number;
99
99
  };
100
- update_market_max_leverage: {
100
+ update_max_leverage_for_market: {
101
101
  market_id: MarketId;
102
102
  max_leverage: number;
103
103
  };
@@ -424,7 +424,6 @@ declare const Tpsl: z.ZodObject<{
424
424
  owner: z.ZodString;
425
425
  parent_order_id: z.ZodNullable<z.ZodBigInt>;
426
426
  linked_tpsl_order_ids: z.ZodArray<z.ZodBigInt, "many">;
427
- is_executable: z.ZodBoolean;
428
427
  }, "strip", z.ZodTypeAny, {
429
428
  side: "Bid" | "Ask";
430
429
  market_id: number;
@@ -439,7 +438,6 @@ declare const Tpsl: z.ZodObject<{
439
438
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
440
439
  parent_order_id: bigint | null;
441
440
  linked_tpsl_order_ids: bigint[];
442
- is_executable: boolean;
443
441
  }, {
444
442
  side: "Bid" | "Ask";
445
443
  market_id: number;
@@ -454,7 +452,6 @@ declare const Tpsl: z.ZodObject<{
454
452
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
455
453
  parent_order_id: bigint | null;
456
454
  linked_tpsl_order_ids: bigint[];
457
- is_executable: boolean;
458
455
  }>;
459
456
  export declare const Schemas: {
460
457
  readonly DummyValue: z.ZodNumber;
@@ -703,7 +700,6 @@ export declare const Schemas: {
703
700
  owner: z.ZodString;
704
701
  parent_order_id: z.ZodNullable<z.ZodBigInt>;
705
702
  linked_tpsl_order_ids: z.ZodArray<z.ZodBigInt, "many">;
706
- is_executable: z.ZodBoolean;
707
703
  }, "strip", z.ZodTypeAny, {
708
704
  side: "Bid" | "Ask";
709
705
  market_id: number;
@@ -718,7 +714,6 @@ export declare const Schemas: {
718
714
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
719
715
  parent_order_id: bigint | null;
720
716
  linked_tpsl_order_ids: bigint[];
721
- is_executable: boolean;
722
717
  }, {
723
718
  side: "Bid" | "Ask";
724
719
  market_id: number;
@@ -733,7 +728,6 @@ export declare const Schemas: {
733
728
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
734
729
  parent_order_id: bigint | null;
735
730
  linked_tpsl_order_ids: bigint[];
736
- is_executable: boolean;
737
731
  }>>, Map<bigint, {
738
732
  side: "Bid" | "Ask";
739
733
  market_id: number;
@@ -748,7 +742,6 @@ export declare const Schemas: {
748
742
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
749
743
  parent_order_id: bigint | null;
750
744
  linked_tpsl_order_ids: bigint[];
751
- is_executable: boolean;
752
745
  }>, Record<string, {
753
746
  side: "Bid" | "Ask";
754
747
  market_id: number;
@@ -763,7 +756,6 @@ export declare const Schemas: {
763
756
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
764
757
  parent_order_id: bigint | null;
765
758
  linked_tpsl_order_ids: bigint[];
766
- is_executable: boolean;
767
759
  }>>;
768
760
  }, "strip", z.ZodTypeAny, {
769
761
  orders: Map<bigint, {
@@ -802,7 +794,6 @@ export declare const Schemas: {
802
794
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
803
795
  parent_order_id: bigint | null;
804
796
  linked_tpsl_order_ids: bigint[];
805
- is_executable: boolean;
806
797
  }>;
807
798
  }, {
808
799
  orders: Record<string, {
@@ -841,7 +832,6 @@ export declare const Schemas: {
841
832
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
842
833
  parent_order_id: bigint | null;
843
834
  linked_tpsl_order_ids: bigint[];
844
- is_executable: boolean;
845
835
  }>;
846
836
  }>>, Map<number, {
847
837
  orders: Map<bigint, {
@@ -880,7 +870,6 @@ export declare const Schemas: {
880
870
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
881
871
  parent_order_id: bigint | null;
882
872
  linked_tpsl_order_ids: bigint[];
883
- is_executable: boolean;
884
873
  }>;
885
874
  }>, Record<string, {
886
875
  orders: Record<string, {
@@ -919,7 +908,6 @@ export declare const Schemas: {
919
908
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
920
909
  parent_order_id: bigint | null;
921
910
  linked_tpsl_order_ids: bigint[];
922
- is_executable: boolean;
923
911
  }>;
924
912
  }>>;
925
913
  }, "strip", z.ZodTypeAny, {
@@ -983,7 +971,6 @@ export declare const Schemas: {
983
971
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
984
972
  parent_order_id: bigint | null;
985
973
  linked_tpsl_order_ids: bigint[];
986
- is_executable: boolean;
987
974
  }>;
988
975
  }>;
989
976
  }, {
@@ -1047,7 +1034,6 @@ export declare const Schemas: {
1047
1034
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
1048
1035
  parent_order_id: bigint | null;
1049
1036
  linked_tpsl_order_ids: bigint[];
1050
- is_executable: boolean;
1051
1037
  }>;
1052
1038
  }>;
1053
1039
  }>;
@@ -2650,7 +2636,6 @@ export declare const ResponseSchemas: {
2650
2636
  owner: z.ZodString;
2651
2637
  parent_order_id: z.ZodNullable<z.ZodBigInt>;
2652
2638
  linked_tpsl_order_ids: z.ZodArray<z.ZodBigInt, "many">;
2653
- is_executable: z.ZodBoolean;
2654
2639
  }, "strip", z.ZodTypeAny, {
2655
2640
  side: "Bid" | "Ask";
2656
2641
  market_id: number;
@@ -2665,7 +2650,6 @@ export declare const ResponseSchemas: {
2665
2650
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
2666
2651
  parent_order_id: bigint | null;
2667
2652
  linked_tpsl_order_ids: bigint[];
2668
- is_executable: boolean;
2669
2653
  }, {
2670
2654
  side: "Bid" | "Ask";
2671
2655
  market_id: number;
@@ -2680,7 +2664,6 @@ export declare const ResponseSchemas: {
2680
2664
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
2681
2665
  parent_order_id: bigint | null;
2682
2666
  linked_tpsl_order_ids: bigint[];
2683
- is_executable: boolean;
2684
2667
  }>>, Map<bigint, {
2685
2668
  side: "Bid" | "Ask";
2686
2669
  market_id: number;
@@ -2695,7 +2678,6 @@ export declare const ResponseSchemas: {
2695
2678
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
2696
2679
  parent_order_id: bigint | null;
2697
2680
  linked_tpsl_order_ids: bigint[];
2698
- is_executable: boolean;
2699
2681
  }>, Record<string, {
2700
2682
  side: "Bid" | "Ask";
2701
2683
  market_id: number;
@@ -2710,7 +2692,6 @@ export declare const ResponseSchemas: {
2710
2692
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
2711
2693
  parent_order_id: bigint | null;
2712
2694
  linked_tpsl_order_ids: bigint[];
2713
- is_executable: boolean;
2714
2695
  }>>;
2715
2696
  }, "strip", z.ZodTypeAny, {
2716
2697
  orders: Map<bigint, {
@@ -2749,7 +2730,6 @@ export declare const ResponseSchemas: {
2749
2730
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
2750
2731
  parent_order_id: bigint | null;
2751
2732
  linked_tpsl_order_ids: bigint[];
2752
- is_executable: boolean;
2753
2733
  }>;
2754
2734
  }, {
2755
2735
  orders: Record<string, {
@@ -2788,7 +2768,6 @@ export declare const ResponseSchemas: {
2788
2768
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
2789
2769
  parent_order_id: bigint | null;
2790
2770
  linked_tpsl_order_ids: bigint[];
2791
- is_executable: boolean;
2792
2771
  }>;
2793
2772
  }>>, Map<number, {
2794
2773
  orders: Map<bigint, {
@@ -2827,7 +2806,6 @@ export declare const ResponseSchemas: {
2827
2806
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
2828
2807
  parent_order_id: bigint | null;
2829
2808
  linked_tpsl_order_ids: bigint[];
2830
- is_executable: boolean;
2831
2809
  }>;
2832
2810
  }>, Record<string, {
2833
2811
  orders: Record<string, {
@@ -2866,7 +2844,6 @@ export declare const ResponseSchemas: {
2866
2844
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
2867
2845
  parent_order_id: bigint | null;
2868
2846
  linked_tpsl_order_ids: bigint[];
2869
- is_executable: boolean;
2870
2847
  }>;
2871
2848
  }>>;
2872
2849
  }, "strip", z.ZodTypeAny, {
@@ -2930,7 +2907,6 @@ export declare const ResponseSchemas: {
2930
2907
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
2931
2908
  parent_order_id: bigint | null;
2932
2909
  linked_tpsl_order_ids: bigint[];
2933
- is_executable: boolean;
2934
2910
  }>;
2935
2911
  }>;
2936
2912
  }, {
@@ -2994,7 +2970,6 @@ export declare const ResponseSchemas: {
2994
2970
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
2995
2971
  parent_order_id: bigint | null;
2996
2972
  linked_tpsl_order_ids: bigint[];
2997
- is_executable: boolean;
2998
2973
  }>;
2999
2974
  }>;
3000
2975
  }>;
@@ -3061,7 +3036,6 @@ export declare const ResponseSchemas: {
3061
3036
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3062
3037
  parent_order_id: bigint | null;
3063
3038
  linked_tpsl_order_ids: bigint[];
3064
- is_executable: boolean;
3065
3039
  }>;
3066
3040
  }>;
3067
3041
  };
@@ -3128,7 +3102,6 @@ export declare const ResponseSchemas: {
3128
3102
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3129
3103
  parent_order_id: bigint | null;
3130
3104
  linked_tpsl_order_ids: bigint[];
3131
- is_executable: boolean;
3132
3105
  }>;
3133
3106
  }>;
3134
3107
  };
@@ -3198,7 +3171,6 @@ export declare const ResponseSchemas: {
3198
3171
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3199
3172
  parent_order_id: bigint | null;
3200
3173
  linked_tpsl_order_ids: bigint[];
3201
- is_executable: boolean;
3202
3174
  }>;
3203
3175
  }>;
3204
3176
  };
@@ -3268,7 +3240,6 @@ export declare const ResponseSchemas: {
3268
3240
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3269
3241
  parent_order_id: bigint | null;
3270
3242
  linked_tpsl_order_ids: bigint[];
3271
- is_executable: boolean;
3272
3243
  }>;
3273
3244
  }>;
3274
3245
  };
@@ -3486,7 +3457,6 @@ export declare const ResponseSchemas: {
3486
3457
  owner: z.ZodString;
3487
3458
  parent_order_id: z.ZodNullable<z.ZodBigInt>;
3488
3459
  linked_tpsl_order_ids: z.ZodArray<z.ZodBigInt, "many">;
3489
- is_executable: z.ZodBoolean;
3490
3460
  }, "strip", z.ZodTypeAny, {
3491
3461
  side: "Bid" | "Ask";
3492
3462
  market_id: number;
@@ -3501,7 +3471,6 @@ export declare const ResponseSchemas: {
3501
3471
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3502
3472
  parent_order_id: bigint | null;
3503
3473
  linked_tpsl_order_ids: bigint[];
3504
- is_executable: boolean;
3505
3474
  }, {
3506
3475
  side: "Bid" | "Ask";
3507
3476
  market_id: number;
@@ -3516,7 +3485,6 @@ export declare const ResponseSchemas: {
3516
3485
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3517
3486
  parent_order_id: bigint | null;
3518
3487
  linked_tpsl_order_ids: bigint[];
3519
- is_executable: boolean;
3520
3488
  }>>, Map<bigint, {
3521
3489
  side: "Bid" | "Ask";
3522
3490
  market_id: number;
@@ -3531,7 +3499,6 @@ export declare const ResponseSchemas: {
3531
3499
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3532
3500
  parent_order_id: bigint | null;
3533
3501
  linked_tpsl_order_ids: bigint[];
3534
- is_executable: boolean;
3535
3502
  }>, Record<string, {
3536
3503
  side: "Bid" | "Ask";
3537
3504
  market_id: number;
@@ -3546,7 +3513,6 @@ export declare const ResponseSchemas: {
3546
3513
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3547
3514
  parent_order_id: bigint | null;
3548
3515
  linked_tpsl_order_ids: bigint[];
3549
- is_executable: boolean;
3550
3516
  }>>;
3551
3517
  }, "strip", z.ZodTypeAny, {
3552
3518
  orders: Map<bigint, {
@@ -3585,7 +3551,6 @@ export declare const ResponseSchemas: {
3585
3551
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3586
3552
  parent_order_id: bigint | null;
3587
3553
  linked_tpsl_order_ids: bigint[];
3588
- is_executable: boolean;
3589
3554
  }>;
3590
3555
  }, {
3591
3556
  orders: Record<string, {
@@ -3624,7 +3589,6 @@ export declare const ResponseSchemas: {
3624
3589
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3625
3590
  parent_order_id: bigint | null;
3626
3591
  linked_tpsl_order_ids: bigint[];
3627
- is_executable: boolean;
3628
3592
  }>;
3629
3593
  }>>, Map<number, {
3630
3594
  orders: Map<bigint, {
@@ -3663,7 +3627,6 @@ export declare const ResponseSchemas: {
3663
3627
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3664
3628
  parent_order_id: bigint | null;
3665
3629
  linked_tpsl_order_ids: bigint[];
3666
- is_executable: boolean;
3667
3630
  }>;
3668
3631
  }>, Record<string, {
3669
3632
  orders: Record<string, {
@@ -3702,7 +3665,6 @@ export declare const ResponseSchemas: {
3702
3665
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3703
3666
  parent_order_id: bigint | null;
3704
3667
  linked_tpsl_order_ids: bigint[];
3705
- is_executable: boolean;
3706
3668
  }>;
3707
3669
  }>>;
3708
3670
  }, "strip", z.ZodTypeAny, {
@@ -3766,7 +3728,6 @@ export declare const ResponseSchemas: {
3766
3728
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3767
3729
  parent_order_id: bigint | null;
3768
3730
  linked_tpsl_order_ids: bigint[];
3769
- is_executable: boolean;
3770
3731
  }>;
3771
3732
  }>;
3772
3733
  }, {
@@ -3830,7 +3791,6 @@ export declare const ResponseSchemas: {
3830
3791
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3831
3792
  parent_order_id: bigint | null;
3832
3793
  linked_tpsl_order_ids: bigint[];
3833
- is_executable: boolean;
3834
3794
  }>;
3835
3795
  }>;
3836
3796
  }>>, Map<string, {
@@ -3894,7 +3854,6 @@ export declare const ResponseSchemas: {
3894
3854
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3895
3855
  parent_order_id: bigint | null;
3896
3856
  linked_tpsl_order_ids: bigint[];
3897
- is_executable: boolean;
3898
3857
  }>;
3899
3858
  }>;
3900
3859
  }>, Record<string, {
@@ -3958,7 +3917,6 @@ export declare const ResponseSchemas: {
3958
3917
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
3959
3918
  parent_order_id: bigint | null;
3960
3919
  linked_tpsl_order_ids: bigint[];
3961
- is_executable: boolean;
3962
3920
  }>;
3963
3921
  }>;
3964
3922
  }>>;
@@ -4025,7 +3983,6 @@ export declare const ResponseSchemas: {
4025
3983
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
4026
3984
  parent_order_id: bigint | null;
4027
3985
  linked_tpsl_order_ids: bigint[];
4028
- is_executable: boolean;
4029
3986
  }>;
4030
3987
  }>;
4031
3988
  }>;
@@ -4092,7 +4049,6 @@ export declare const ResponseSchemas: {
4092
4049
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
4093
4050
  parent_order_id: bigint | null;
4094
4051
  linked_tpsl_order_ids: bigint[];
4095
- is_executable: boolean;
4096
4052
  }>;
4097
4053
  }>;
4098
4054
  }>;
@@ -4162,7 +4118,6 @@ export declare const ResponseSchemas: {
4162
4118
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
4163
4119
  parent_order_id: bigint | null;
4164
4120
  linked_tpsl_order_ids: bigint[];
4165
- is_executable: boolean;
4166
4121
  }>;
4167
4122
  }>;
4168
4123
  }>;
@@ -4232,7 +4187,6 @@ export declare const ResponseSchemas: {
4232
4187
  order_type: "Limit" | "PostOnly" | "FillOrKill" | "ImmediateOrCancel" | "PostOnlySlide" | "PostOnlyFront";
4233
4188
  parent_order_id: bigint | null;
4234
4189
  linked_tpsl_order_ids: bigint[];
4235
- is_executable: boolean;
4236
4190
  }>;
4237
4191
  }>;
4238
4192
  }>;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/zetamarkets/bullet-sdk.git"
6
6
  },
7
- "version": "0.24.0-rc.5",
7
+ "version": "0.24.0-rc.6",
8
8
  "description": "Bullet SDK",
9
9
  "author": "@bulletxyz",
10
10
  "license": "Apache-2.0",