@nightlylabs/dex-sdk 0.1.44 → 0.1.45

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
@@ -755,6 +755,7 @@ interface HistoricalVaultWithdraw {
755
755
  usdWithdrawAmount: string;
756
756
  burntShares: string;
757
757
  burntTokens: string;
758
+ usdFee: string;
758
759
  timestamp: string;
759
760
  }
760
761
  interface GetUserVaultWithdrawsResponse {
package/dist/index.d.ts CHANGED
@@ -755,6 +755,7 @@ interface HistoricalVaultWithdraw {
755
755
  usdWithdrawAmount: string;
756
756
  burntShares: string;
757
757
  burntTokens: string;
758
+ usdFee: string;
758
759
  timestamp: string;
759
760
  }
760
761
  interface GetUserVaultWithdrawsResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {