@typemove/sui 1.5.2-rc.2 → 1.5.2-rc.3

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.
@@ -3941,6 +3941,16 @@ var kiosk;
3941
3941
  });
3942
3942
  }
3943
3943
  builder.closeAndWithdraw = closeAndWithdraw;
3944
+ function default_(tx, args) {
3945
+ const _args = [];
3946
+ _args.push((0, sui_3.transactionArgumentOrObject)(args[0], tx));
3947
+ // @ts-ignore
3948
+ return tx.moveCall({
3949
+ target: "0x2::kiosk::default",
3950
+ arguments: _args,
3951
+ });
3952
+ }
3953
+ builder.default_ = default_;
3944
3954
  function delist(tx, args, typeArguments) {
3945
3955
  const _args = [];
3946
3956
  _args.push((0, sui_3.transactionArgumentOrObject)(args[0], tx));
@@ -9972,6 +9982,22 @@ var transfer_policy;
9972
9982
  });
9973
9983
  }
9974
9984
  builder.confirmRequest = confirmRequest;
9985
+ function default_(tx, args, typeArguments) {
9986
+ const _args = [];
9987
+ _args.push((0, sui_3.transactionArgumentOrObject)(args[0], tx));
9988
+ _args.push((0, sui_3.transactionArgumentOrObject)(args[1], tx));
9989
+ // @ts-ignore
9990
+ return tx.moveCall({
9991
+ target: "0x2::transfer_policy::default",
9992
+ arguments: _args,
9993
+ typeArguments: [
9994
+ typeof typeArguments[0] === "string"
9995
+ ? typeArguments[0]
9996
+ : typeArguments[0].getSignature(),
9997
+ ],
9998
+ });
9999
+ }
10000
+ builder.default_ = default_;
9975
10001
  function destroyAndWithdraw(tx, args, typeArguments) {
9976
10002
  const _args = [];
9977
10003
  _args.push((0, sui_3.transactionArgumentOrPure)(args[0], tx));