@triadxyz/triad-protocol 0.5.6-beta.devnet → 0.5.7-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.
@@ -1680,6 +1680,14 @@
1680
1680
  "name": "market_price",
1681
1681
  "type": "u64"
1682
1682
  },
1683
+ {
1684
+ "name": "order_type",
1685
+ "type": {
1686
+ "defined": {
1687
+ "name": "OrderType"
1688
+ }
1689
+ }
1690
+ },
1683
1691
  {
1684
1692
  "name": "timestamp",
1685
1693
  "type": "i64"
@@ -2121,6 +2121,14 @@ export type TriadProtocol = {
2121
2121
  name: 'marketPrice';
2122
2122
  type: 'u64';
2123
2123
  },
2124
+ {
2125
+ name: 'orderType';
2126
+ type: {
2127
+ defined: {
2128
+ name: 'orderType';
2129
+ };
2130
+ };
2131
+ },
2124
2132
  {
2125
2133
  name: 'timestamp';
2126
2134
  type: 'i64';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "0.5.6-beta.devnet",
3
+ "version": "0.5.7-beta.devnet",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",