@nightlylabs/dex-sdk 0.3.4 → 0.3.5
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
|
@@ -5751,7 +5751,7 @@ declare class Client {
|
|
|
5751
5751
|
getUserClaimedReferralKickbackHistory: (request: GetUserClaimedReferralKickbackHistoryRequest) => Promise<GetUserClaimedReferralKickbackHistoryResponse>;
|
|
5752
5752
|
getUserTransfersHistory: (request: GetUserTransferHistoryRequest) => Promise<GetUserTransferHistoryResponse>;
|
|
5753
5753
|
getUserLiquidations: (request: GetUserFullLiquidationsHistoryRequest) => Promise<GetUserLiquidationsHistoryResponse>;
|
|
5754
|
-
getUserPartialLiquidations: (request: GetUserPartialLiquidationsHistoryRequest) => Promise<
|
|
5754
|
+
getUserPartialLiquidations: (request: GetUserPartialLiquidationsHistoryRequest) => Promise<GetUserPartialLiquidationsHistoryResponse>;
|
|
5755
5755
|
getBorrowLendHistoricalState: (request: GetBorrowLendingHistoricalDataRequest) => Promise<GetBorrowLendingHistoricalDataResponse>;
|
|
5756
5756
|
getBorrowLendAggregatedStats: (request: GetBorrowLendingAggregatedStatsRequest) => Promise<GetBorrowLendingAggregatedStatsResponse>;
|
|
5757
5757
|
getTokenStats: (request: GetTokenStatsHistoryRequest) => Promise<GetTokenStatsHistoryResponse>;
|
package/dist/index.d.ts
CHANGED
|
@@ -5751,7 +5751,7 @@ declare class Client {
|
|
|
5751
5751
|
getUserClaimedReferralKickbackHistory: (request: GetUserClaimedReferralKickbackHistoryRequest) => Promise<GetUserClaimedReferralKickbackHistoryResponse>;
|
|
5752
5752
|
getUserTransfersHistory: (request: GetUserTransferHistoryRequest) => Promise<GetUserTransferHistoryResponse>;
|
|
5753
5753
|
getUserLiquidations: (request: GetUserFullLiquidationsHistoryRequest) => Promise<GetUserLiquidationsHistoryResponse>;
|
|
5754
|
-
getUserPartialLiquidations: (request: GetUserPartialLiquidationsHistoryRequest) => Promise<
|
|
5754
|
+
getUserPartialLiquidations: (request: GetUserPartialLiquidationsHistoryRequest) => Promise<GetUserPartialLiquidationsHistoryResponse>;
|
|
5755
5755
|
getBorrowLendHistoricalState: (request: GetBorrowLendingHistoricalDataRequest) => Promise<GetBorrowLendingHistoricalDataResponse>;
|
|
5756
5756
|
getBorrowLendAggregatedStats: (request: GetBorrowLendingAggregatedStatsRequest) => Promise<GetBorrowLendingAggregatedStatsResponse>;
|
|
5757
5757
|
getTokenStats: (request: GetTokenStatsHistoryRequest) => Promise<GetTokenStatsHistoryResponse>;
|