@triadxyz/triad-protocol 2.4.8-beta → 2.4.9-beta

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/dist/index.js CHANGED
@@ -827,7 +827,8 @@ class TriadProtocolClient {
827
827
  .marketAskOrder({
828
828
  shares: new bn_js_1.default(sharesToSell),
829
829
  orderDirection: direction,
830
- bidOrderId: new bn_js_1.default(bidOrderId)
830
+ bidOrderId: new bn_js_1.default(bidOrderId),
831
+ bookOrderBidId: new bn_js_1.default(order.id)
831
832
  })
832
833
  .accounts({
833
834
  signer: this.program.provider.publicKey,
@@ -2659,6 +2659,10 @@
2659
2659
  "name": "bid_order_id",
2660
2660
  "type": "u64"
2661
2661
  },
2662
+ {
2663
+ "name": "book_order_bid_id",
2664
+ "type": "u64"
2665
+ },
2662
2666
  {
2663
2667
  "name": "order_direction",
2664
2668
  "type": {
@@ -3438,6 +3438,10 @@ export type TriadProtocol = {
3438
3438
  name: 'bidOrderId';
3439
3439
  type: 'u64';
3440
3440
  },
3441
+ {
3442
+ name: 'bookOrderBidId';
3443
+ type: 'u64';
3444
+ },
3441
3445
  {
3442
3446
  name: 'orderDirection';
3443
3447
  type: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "2.4.8-beta",
3
+ "version": "2.4.9-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",