zklighter-perps 1.0.8 → 1.0.9

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.
Files changed (2) hide show
  1. package/openapi.json +1 -1
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -2861,7 +2861,7 @@
2861
2861
  "title": "Order",
2862
2862
  "required": [
2863
2863
  "market_index",
2864
- "-",
2864
+
2865
2865
  "owner_account_index",
2866
2866
  "initial_base_amount",
2867
2867
  "remaining_base_amount",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zklighter-perps",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "zkLighter Perps SDK",
5
5
  "main": "index.ts",
6
6
  "directories": {