@tradeport/sui-trading-sdk 0.4.5 → 0.4.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @tradeport/sui-trading-sdk
2
2
 
3
+ ## 0.4.6
4
+
5
+ ### Patch Changes
6
+
7
+ - a49cac7: Fixed passing multi bid id to cancel collection bid transaction
8
+
3
9
  ## 0.4.5
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -6113,7 +6113,8 @@ var removeCollectionBids = async ({ bidIds, tx: existingTx }, context) => {
6113
6113
  nftTokenId: bid?.nft?.token_id,
6114
6114
  bidAmount: bid?.price,
6115
6115
  sellerKiosk: bid?.nft?.chain_state?.kiosk_id,
6116
- bidMarketName: bid?.market_contract?.name
6116
+ bidMarketName: bid?.market_contract?.name,
6117
+ multiBidId: bid?.multi_bid_id
6117
6118
  };
6118
6119
  switch (txData.bidMarketName) {
6119
6120
  case "tradeport":