@nightlylabs/dex-sdk 0.1.58 → 0.1.59

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.d.cts CHANGED
@@ -1388,6 +1388,7 @@ interface TransferToUserParams {
1388
1388
  amount: string;
1389
1389
  borrow: boolean;
1390
1390
  recipient: string;
1391
+ max: boolean;
1391
1392
  }
1392
1393
  interface WithdrawTokenParams {
1393
1394
  userId: string;
package/dist/index.d.ts CHANGED
@@ -1388,6 +1388,7 @@ interface TransferToUserParams {
1388
1388
  amount: string;
1389
1389
  borrow: boolean;
1390
1390
  recipient: string;
1391
+ max: boolean;
1391
1392
  }
1392
1393
  interface WithdrawTokenParams {
1393
1394
  userId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.1.58",
3
+ "version": "0.1.59",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {