@nightlylabs/dex-sdk 0.0.80 → 0.0.81
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -384,7 +384,6 @@ interface User {
|
|
|
384
384
|
}
|
|
385
385
|
interface GetUserDataResponse {
|
|
386
386
|
userData: User;
|
|
387
|
-
perpOrdersCount: string;
|
|
388
387
|
}
|
|
389
388
|
interface GetUserDepositsRequest {
|
|
390
389
|
userId: string;
|
|
@@ -464,6 +463,7 @@ interface HistoricalTradeStats {
|
|
|
464
463
|
tradeVolumePerp: string;
|
|
465
464
|
tradeCountSpot: string;
|
|
466
465
|
tradeCountPerp: string;
|
|
466
|
+
paidFee: string;
|
|
467
467
|
timestampOpen: string;
|
|
468
468
|
timestampClose: string;
|
|
469
469
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -384,7 +384,6 @@ interface User {
|
|
|
384
384
|
}
|
|
385
385
|
interface GetUserDataResponse {
|
|
386
386
|
userData: User;
|
|
387
|
-
perpOrdersCount: string;
|
|
388
387
|
}
|
|
389
388
|
interface GetUserDepositsRequest {
|
|
390
389
|
userId: string;
|
|
@@ -464,6 +463,7 @@ interface HistoricalTradeStats {
|
|
|
464
463
|
tradeVolumePerp: string;
|
|
465
464
|
tradeCountSpot: string;
|
|
466
465
|
tradeCountPerp: string;
|
|
466
|
+
paidFee: string;
|
|
467
467
|
timestampOpen: string;
|
|
468
468
|
timestampClose: string;
|
|
469
469
|
}
|