zklighter-perps 1.0.290 → 1.0.291

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/Asset.ts CHANGED
@@ -135,7 +135,8 @@ export interface Asset {
135
135
  */
136
136
  export const AssetMarginModeEnum = {
137
137
  Enabled: 'enabled',
138
- Disabled: 'disabled'
138
+ Disabled: 'disabled',
139
+ PricedOnly: 'priced_only'
139
140
  } as const;
140
141
  export type AssetMarginModeEnum = typeof AssetMarginModeEnum[keyof typeof AssetMarginModeEnum];
141
142
 
package/openapi.json CHANGED
@@ -6500,7 +6500,8 @@
6500
6500
  "example": "enabled",
6501
6501
  "enum": [
6502
6502
  "enabled",
6503
- "disabled"
6503
+ "disabled",
6504
+ "priced_only"
6504
6505
  ]
6505
6506
  },
6506
6507
  "index_price": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zklighter-perps",
3
- "version": "1.0.290",
3
+ "version": "1.0.291",
4
4
  "description": "Lighter Perps SDK",
5
5
  "main": "index.ts",
6
6
  "directories": {