@nftx/types
Advanced tools
Comparing version 0.4.0 to 0.4.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.4.4](https://github.com/NFTX-project/nftxjs/compare/v0.4.3...v0.4.4) (2023-01-30) | ||
### Bug Fixes | ||
* add totalFees and shutdownDate properties to vaults ([82fb6cb](https://github.com/NFTX-project/nftxjs/commit/82fb6cb57aa91d93a2015548a1711b427b4eda94)) | ||
# [0.4.0](https://github.com/NFTX-project/nftxjs/compare/v0.3.3...v0.4.0) (2023-01-12) | ||
@@ -8,0 +19,0 @@ |
@@ -39,2 +39,3 @@ import type { BigNumber } from '@ethersproject/bignumber'; | ||
totalRedeems: number; | ||
totalFees: BigNumber; | ||
holdings: VaultHolding[]; | ||
@@ -72,2 +73,3 @@ is1155: boolean; | ||
}; | ||
shutdownDate: number; | ||
}; | ||
@@ -74,0 +76,0 @@ export declare type VaultActivity = { |
{ | ||
"name": "@nftx/types", | ||
"version": "0.4.0", | ||
"version": "0.4.4", | ||
"description": " ", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/NFTX-project/nftxjs#readme", |
@@ -41,2 +41,3 @@ import type { BigNumber } from '@ethersproject/bignumber'; | ||
totalRedeems: number; | ||
totalFees: BigNumber; | ||
holdings: VaultHolding[]; | ||
@@ -72,2 +73,3 @@ is1155: boolean; | ||
}; | ||
shutdownDate: number; | ||
// feeReceipts: Pick<VaultFeeReceipt, 'amount' | 'date' | 'transfers'>[]; | ||
@@ -74,0 +76,0 @@ // activity: Pick<VaultActivity, 'vaultAddress' | 'vaultId'>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20897
642