@bulletxyz/bullet-sdk 0.49.2 → 0.49.3

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.
Binary file
@@ -2059,9 +2059,11 @@ var StateResponseSchemas = {
2059
2059
  trigger_order_ids: z3.array(TriggerOrderId),
2060
2060
  position: Position,
2061
2061
  user_selected_max_leverage: U16Schema,
2062
- notional_open_orders: DecimalSchema,
2062
+ notional_open_bid_orders: DecimalSchema,
2063
+ notional_open_ask_orders: DecimalSchema,
2063
2064
  twap_ids: z3.array(TwapId),
2064
- open_twap_lots: DecimalSchema
2065
+ twap_open_bid_lots: DecimalSchema,
2066
+ twap_open_ask_lots: DecimalSchema
2065
2067
  }), SpotLedger = z3.object({
2066
2068
  order_ids: z3.array(OrderId),
2067
2069
  trigger_order_ids: z3.array(TriggerOrderId),
@@ -4433,4 +4435,4 @@ export {
4433
4435
  AbortError
4434
4436
  };
4435
4437
 
4436
- //# debugId=3292D5FB9802B47E64756E2164756E21
4438
+ //# debugId=EC531C2A75DC4F1364756E2164756E21