@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.
- package/dist/browser/bullet_wasm_bg.wasm +0 -0
- package/dist/browser/index.js +5 -3
- package/dist/browser/index.js.map +3 -3
- package/dist/node/bullet_wasm_bg.wasm +0 -0
- package/dist/node/index.js +5 -3
- package/dist/node/index.js.map +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/zod-types/rest.d.ts +44 -22
- package/dist/types/zod-types/rest.d.ts.map +1 -1
- package/package.json +1 -1
|
Binary file
|
package/dist/node/index.js
CHANGED
|
@@ -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
|
-
|
|
2062
|
+
notional_open_bid_orders: DecimalSchema,
|
|
2063
|
+
notional_open_ask_orders: DecimalSchema,
|
|
2063
2064
|
twap_ids: z3.array(TwapId),
|
|
2064
|
-
|
|
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=
|
|
4438
|
+
//# debugId=EC531C2A75DC4F1364756E2164756E21
|