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

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