@ember-finance/sdk 1.4.5 → 1.4.6

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.
@@ -217,6 +217,12 @@ export interface VaultDetail {
217
217
  * @memberof VaultDetail
218
218
  */
219
219
  isPrivate: boolean;
220
+ /**
221
+ * The redemption price of the vault in e9 form
222
+ * @type {string}
223
+ * @memberof VaultDetail
224
+ */
225
+ redemptionPriceE9?: string;
220
226
  }
221
227
  export declare const VaultDetailStatusEnum: {
222
228
  readonly Active: "active";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ember-finance/sdk",
3
3
  "description": "Ember Protocol SDK",
4
- "version": "1.4.5",
4
+ "version": "1.4.6",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",