@triadxyz/triad-protocol 0.5.7-beta.devnet → 0.5.8-beta.devnet

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.
@@ -1681,10 +1681,10 @@
1681
1681
  "type": "u64"
1682
1682
  },
1683
1683
  {
1684
- "name": "order_type",
1684
+ "name": "direction",
1685
1685
  "type": {
1686
1686
  "defined": {
1687
- "name": "OrderType"
1687
+ "name": "OrderDirection"
1688
1688
  }
1689
1689
  }
1690
1690
  },
@@ -2122,10 +2122,10 @@ export type TriadProtocol = {
2122
2122
  type: 'u64';
2123
2123
  },
2124
2124
  {
2125
- name: 'orderType';
2125
+ name: 'direction';
2126
2126
  type: {
2127
2127
  defined: {
2128
- name: 'orderType';
2128
+ name: 'orderDirection';
2129
2129
  };
2130
2130
  };
2131
2131
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "0.5.7-beta.devnet",
3
+ "version": "0.5.8-beta.devnet",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",