@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 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<GetUserLiquidationsHistoryResponse>;
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<GetUserLiquidationsHistoryResponse>;
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {