zklighter-perps 1.0.56 → 1.0.57

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/models/Order.ts CHANGED
@@ -177,7 +177,8 @@ export const OrderTypeEnum = {
177
177
  TakeProfit: 'take-profit',
178
178
  TakeProfitLimit: 'take-profit-limit',
179
179
  Twap: 'twap',
180
- TwapSub: 'twap-sub'
180
+ TwapSub: 'twap-sub',
181
+ Liquidation: 'liquidation'
181
182
  } as const;
182
183
  export type OrderTypeEnum = typeof OrderTypeEnum[keyof typeof OrderTypeEnum];
183
184
 
package/openapi.json CHANGED
@@ -3078,7 +3078,8 @@
3078
3078
  "take-profit",
3079
3079
  "take-profit-limit",
3080
3080
  "twap",
3081
- "twap-sub"
3081
+ "twap-sub",
3082
+ "liquidation"
3082
3083
  ]
3083
3084
  },
3084
3085
  "time_in_force": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zklighter-perps",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "zkLighter Perps SDK",
5
5
  "main": "index.ts",
6
6
  "directories": {