@tradeport/sui-trading-sdk 0.4.13 → 0.4.14

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
@@ -1319,10 +1319,7 @@ var hasPersonalKioskRule = (transferPolicies) => getNativeKioskTransferPolicies(
1319
1319
  );
1320
1320
 
1321
1321
  // src/helpers/hasTransferPolicyRules.ts
1322
- var hasNativeKioskTransferPolicyRules = (transferPolicies) => {
1323
- const nativeKioskTransferPolicies = getNativeKioskTransferPolicies(transferPolicies);
1324
- return nativeKioskTransferPolicies?.some((policy) => policy?.rules?.length > 0);
1325
- };
1322
+ var hasNativeKioskTransferPolicyRules = (transferPolicies) => getNativeKioskTransferPolicies(transferPolicies)?.length > 0;
1326
1323
 
1327
1324
  // src/helpers/isSIngleBid.ts
1328
1325
  var isSingleBid = (bidType) => {