@nightlylabs/dex-sdk 0.1.71 → 0.1.72

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
@@ -69,7 +69,8 @@ interface BorrowLendingHistoricalData {
69
69
  borrowAmount: string;
70
70
  suppliers: string;
71
71
  borrowers: string;
72
- timestamp: string;
72
+ timestampOpen: string;
73
+ timestampClose: string;
73
74
  }
74
75
  declare enum BoxRewardTier {
75
76
  Common = "Common",
@@ -794,7 +795,8 @@ interface GetUserRewardsValueRequest {
794
795
  interface UserRewardsValue {
795
796
  userId: string;
796
797
  rewardsValueInUsd: string;
797
- timestamp: string;
798
+ timestampOpen: string;
799
+ timestampClose: string;
798
800
  }
799
801
  interface GetUserRewardsValueResponse {
800
802
  rewardsValues: UserRewardsValue[];
@@ -937,7 +939,8 @@ interface VaultHistoricalData {
937
939
  vaultId: string;
938
940
  totalShares: string;
939
941
  holders: string;
940
- timestamp: string;
942
+ timestampOpen: string;
943
+ timestampClose: string;
941
944
  }
942
945
  interface GetVaultHistoricalDataResponse {
943
946
  data: VaultHistoricalData[];
package/dist/index.d.ts CHANGED
@@ -69,7 +69,8 @@ interface BorrowLendingHistoricalData {
69
69
  borrowAmount: string;
70
70
  suppliers: string;
71
71
  borrowers: string;
72
- timestamp: string;
72
+ timestampOpen: string;
73
+ timestampClose: string;
73
74
  }
74
75
  declare enum BoxRewardTier {
75
76
  Common = "Common",
@@ -794,7 +795,8 @@ interface GetUserRewardsValueRequest {
794
795
  interface UserRewardsValue {
795
796
  userId: string;
796
797
  rewardsValueInUsd: string;
797
- timestamp: string;
798
+ timestampOpen: string;
799
+ timestampClose: string;
798
800
  }
799
801
  interface GetUserRewardsValueResponse {
800
802
  rewardsValues: UserRewardsValue[];
@@ -937,7 +939,8 @@ interface VaultHistoricalData {
937
939
  vaultId: string;
938
940
  totalShares: string;
939
941
  holders: string;
940
- timestamp: string;
942
+ timestampOpen: string;
943
+ timestampClose: string;
941
944
  }
942
945
  interface GetVaultHistoricalDataResponse {
943
946
  data: VaultHistoricalData[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {