@ember-finance/sdk 1.4.0 → 1.4.2
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/src/api/v2/api.d.ts +1 -1
- package/dist/src/api/v2/api.js +1 -1
- package/dist/src/api/v2/apis/accounts-api.d.ts +1 -1
- package/dist/src/api/v2/apis/accounts-api.js +1 -1
- package/dist/src/api/v2/apis/vaults-api.d.ts +35 -1
- package/dist/src/api/v2/apis/vaults-api.js +75 -1
- package/dist/src/api/v2/base.d.ts +1 -1
- package/dist/src/api/v2/base.js +1 -1
- package/dist/src/api/v2/common.d.ts +1 -1
- package/dist/src/api/v2/common.js +1 -1
- package/dist/src/api/v2/configuration.d.ts +1 -1
- package/dist/src/api/v2/configuration.js +1 -1
- package/dist/src/api/v2/index.d.ts +1 -1
- package/dist/src/api/v2/index.js +1 -1
- package/dist/src/api/v2/models/account-transaction-transaction-data.d.ts +1 -1
- package/dist/src/api/v2/models/account-transaction-transaction-data.js +1 -1
- package/dist/src/api/v2/models/account-transaction.d.ts +1 -1
- package/dist/src/api/v2/models/account-transaction.js +1 -1
- package/dist/src/api/v2/models/account-vault-position-history.d.ts +1 -1
- package/dist/src/api/v2/models/account-vault-position-history.js +1 -1
- package/dist/src/api/v2/models/account-withdrawal-request.d.ts +1 -1
- package/dist/src/api/v2/models/account-withdrawal-request.js +1 -1
- package/dist/src/api/v2/models/aggregated-account-position-history.d.ts +1 -1
- package/dist/src/api/v2/models/aggregated-account-position-history.js +1 -1
- package/dist/src/api/v2/models/aggregated-proof-of-capital-report.d.ts +68 -0
- package/dist/src/api/v2/models/aggregated-proof-of-capital-report.js +15 -0
- package/dist/src/api/v2/models/apy-history-response.d.ts +1 -1
- package/dist/src/api/v2/models/apy-history-response.js +1 -1
- package/dist/src/api/v2/models/apy-history.d.ts +1 -1
- package/dist/src/api/v2/models/apy-history.js +1 -1
- package/dist/src/api/v2/models/asset.d.ts +1 -1
- package/dist/src/api/v2/models/asset.js +1 -1
- package/dist/src/api/v2/models/borrowed.d.ts +1 -1
- package/dist/src/api/v2/models/borrowed.js +1 -1
- package/dist/src/api/v2/models/chain-vault-details.d.ts +1 -1
- package/dist/src/api/v2/models/chain-vault-details.js +1 -1
- package/dist/src/api/v2/models/chain.d.ts +1 -1
- package/dist/src/api/v2/models/chain.js +1 -1
- package/dist/src/api/v2/models/coin-price.d.ts +1 -1
- package/dist/src/api/v2/models/coin-price.js +1 -1
- package/dist/src/api/v2/models/deposit-transaction.d.ts +1 -1
- package/dist/src/api/v2/models/deposit-transaction.js +1 -1
- package/dist/src/api/v2/models/ember-position.d.ts +1 -1
- package/dist/src/api/v2/models/ember-position.js +1 -1
- package/dist/src/api/v2/models/evm-contracts.d.ts +1 -1
- package/dist/src/api/v2/models/evm-contracts.js +1 -1
- package/dist/src/api/v2/models/evm-deposit-token.d.ts +1 -1
- package/dist/src/api/v2/models/evm-deposit-token.js +1 -1
- package/dist/src/api/v2/models/evm-price-feed.d.ts +1 -1
- package/dist/src/api/v2/models/evm-price-feed.js +1 -1
- package/dist/src/api/v2/models/evm-protocol-config.d.ts +1 -1
- package/dist/src/api/v2/models/evm-protocol-config.js +1 -1
- package/dist/src/api/v2/models/evm-protocol-info.d.ts +1 -1
- package/dist/src/api/v2/models/evm-protocol-info.js +1 -1
- package/dist/src/api/v2/models/evm-receipt-token.d.ts +1 -1
- package/dist/src/api/v2/models/evm-receipt-token.js +1 -1
- package/dist/src/api/v2/models/evm-vault.d.ts +1 -1
- package/dist/src/api/v2/models/evm-vault.js +1 -1
- package/dist/src/api/v2/models/exposure-coin.d.ts +1 -1
- package/dist/src/api/v2/models/exposure-coin.js +1 -1
- package/dist/src/api/v2/models/exposure-protocol.d.ts +1 -1
- package/dist/src/api/v2/models/exposure-protocol.js +1 -1
- package/dist/src/api/v2/models/exposure.d.ts +1 -1
- package/dist/src/api/v2/models/exposure.js +1 -1
- package/dist/src/api/v2/models/fee.d.ts +1 -1
- package/dist/src/api/v2/models/fee.js +1 -1
- package/dist/src/api/v2/models/fees.d.ts +1 -1
- package/dist/src/api/v2/models/fees.js +1 -1
- package/dist/src/api/v2/models/history-interval.d.ts +1 -1
- package/dist/src/api/v2/models/history-interval.js +1 -1
- package/dist/src/api/v2/models/index.d.ts +3 -0
- package/dist/src/api/v2/models/index.js +3 -0
- package/dist/src/api/v2/models/lp.d.ts +1 -1
- package/dist/src/api/v2/models/lp.js +1 -1
- package/dist/src/api/v2/models/manager.d.ts +7 -1
- package/dist/src/api/v2/models/manager.js +1 -1
- package/dist/src/api/v2/models/min-withdrawal-shares-updated-event.d.ts +1 -1
- package/dist/src/api/v2/models/min-withdrawal-shares-updated-event.js +1 -1
- package/dist/src/api/v2/models/perps.d.ts +1 -1
- package/dist/src/api/v2/models/perps.js +1 -1
- package/dist/src/api/v2/models/pnl-by-chain.d.ts +1 -1
- package/dist/src/api/v2/models/pnl-by-chain.js +1 -1
- package/dist/src/api/v2/models/pnl-history-interval.d.ts +1 -1
- package/dist/src/api/v2/models/pnl-history-interval.js +1 -1
- package/dist/src/api/v2/models/pnl-history.d.ts +1 -1
- package/dist/src/api/v2/models/pnl-history.js +1 -1
- package/dist/src/api/v2/models/poc-report-asset.d.ts +1 -1
- package/dist/src/api/v2/models/poc-report-asset.js +1 -1
- package/dist/src/api/v2/models/poc-report-assets.d.ts +1 -1
- package/dist/src/api/v2/models/poc-report-assets.js +1 -1
- package/dist/src/api/v2/models/poc-report-exchange.d.ts +1 -1
- package/dist/src/api/v2/models/poc-report-exchange.js +1 -1
- package/dist/src/api/v2/models/poc-report-exchanges.d.ts +1 -1
- package/dist/src/api/v2/models/poc-report-exchanges.js +1 -1
- package/dist/src/api/v2/models/poc-report-protocol.d.ts +1 -1
- package/dist/src/api/v2/models/poc-report-protocol.js +1 -1
- package/dist/src/api/v2/models/poc-report-token.d.ts +1 -1
- package/dist/src/api/v2/models/poc-report-token.js +1 -1
- package/dist/src/api/v2/models/poc-report-wallet.d.ts +1 -1
- package/dist/src/api/v2/models/poc-report-wallet.js +1 -1
- package/dist/src/api/v2/models/poc-report-wallets.d.ts +1 -1
- package/dist/src/api/v2/models/poc-report-wallets.js +1 -1
- package/dist/src/api/v2/models/position-history-interval.d.ts +1 -1
- package/dist/src/api/v2/models/position-history-interval.js +1 -1
- package/dist/src/api/v2/models/position-value.d.ts +1 -1
- package/dist/src/api/v2/models/position-value.js +1 -1
- package/dist/src/api/v2/models/position.d.ts +1 -1
- package/dist/src/api/v2/models/position.js +1 -1
- package/dist/src/api/v2/models/process-requests-summary-event.d.ts +1 -1
- package/dist/src/api/v2/models/process-requests-summary-event.js +1 -1
- package/dist/src/api/v2/models/proof-of-capital-report-status.d.ts +22 -0
- package/dist/src/api/v2/models/proof-of-capital-report-status.js +26 -0
- package/dist/src/api/v2/models/proof-of-capital-report.d.ts +20 -1
- package/dist/src/api/v2/models/proof-of-capital-report.js +1 -1
- package/dist/src/api/v2/models/protocol-fee-collected-event.d.ts +1 -1
- package/dist/src/api/v2/models/protocol-fee-collected-event.js +1 -1
- package/dist/src/api/v2/models/protocol-pnl-history.d.ts +1 -1
- package/dist/src/api/v2/models/protocol-pnl-history.js +1 -1
- package/dist/src/api/v2/models/protocol-tvl-history.d.ts +1 -1
- package/dist/src/api/v2/models/protocol-tvl-history.js +1 -1
- package/dist/src/api/v2/models/protocol.d.ts +1 -1
- package/dist/src/api/v2/models/protocol.js +1 -1
- package/dist/src/api/v2/models/raw-event-event-data.d.ts +1 -1
- package/dist/src/api/v2/models/raw-event-event-data.js +1 -1
- package/dist/src/api/v2/models/raw-event.d.ts +1 -1
- package/dist/src/api/v2/models/raw-event.js +1 -1
- package/dist/src/api/v2/models/redeem-request-cancelled-transaction.d.ts +1 -1
- package/dist/src/api/v2/models/redeem-request-cancelled-transaction.js +1 -1
- package/dist/src/api/v2/models/redeem-request-processed-transaction.d.ts +1 -1
- package/dist/src/api/v2/models/redeem-request-processed-transaction.js +1 -1
- package/dist/src/api/v2/models/redeem-request-skipped-transaction.d.ts +1 -1
- package/dist/src/api/v2/models/redeem-request-skipped-transaction.js +1 -1
- package/dist/src/api/v2/models/redeem-request-transaction.d.ts +1 -1
- package/dist/src/api/v2/models/redeem-request-transaction.js +1 -1
- package/dist/src/api/v2/models/reported-apy.d.ts +1 -1
- package/dist/src/api/v2/models/reported-apy.js +1 -1
- package/dist/src/api/v2/models/request-processed-event.d.ts +1 -1
- package/dist/src/api/v2/models/request-processed-event.js +1 -1
- package/dist/src/api/v2/models/request-redeemed-event.d.ts +1 -1
- package/dist/src/api/v2/models/request-redeemed-event.js +1 -1
- package/dist/src/api/v2/models/reward-token.d.ts +1 -1
- package/dist/src/api/v2/models/reward-token.js +1 -1
- package/dist/src/api/v2/models/reward.d.ts +1 -1
- package/dist/src/api/v2/models/reward.js +1 -1
- package/dist/src/api/v2/models/share-price-history.d.ts +1 -1
- package/dist/src/api/v2/models/share-price-history.js +1 -1
- package/dist/src/api/v2/models/strategy-account.d.ts +7 -1
- package/dist/src/api/v2/models/strategy-account.js +1 -1
- package/dist/src/api/v2/models/strategy.d.ts +1 -1
- package/dist/src/api/v2/models/strategy.js +1 -1
- package/dist/src/api/v2/models/sub-account.d.ts +1 -1
- package/dist/src/api/v2/models/sub-account.js +1 -1
- package/dist/src/api/v2/models/sui-protocol-info.d.ts +1 -1
- package/dist/src/api/v2/models/sui-protocol-info.js +1 -1
- package/dist/src/api/v2/models/supplied.d.ts +1 -1
- package/dist/src/api/v2/models/supplied.js +1 -1
- package/dist/src/api/v2/models/tag.d.ts +1 -1
- package/dist/src/api/v2/models/tag.js +1 -1
- package/dist/src/api/v2/models/tvl-by-chain.d.ts +1 -1
- package/dist/src/api/v2/models/tvl-by-chain.js +1 -1
- package/dist/src/api/v2/models/tvl-history.d.ts +1 -1
- package/dist/src/api/v2/models/tvl-history.js +1 -1
- package/dist/src/api/v2/models/ultra-coin-info.d.ts +1 -1
- package/dist/src/api/v2/models/ultra-coin-info.js +1 -1
- package/dist/src/api/v2/models/update-vault-strategies.d.ts +1 -1
- package/dist/src/api/v2/models/update-vault-strategies.js +1 -1
- package/dist/src/api/v2/models/vault-admin-changed-event.d.ts +1 -1
- package/dist/src/api/v2/models/vault-admin-changed-event.js +1 -1
- package/dist/src/api/v2/models/vault-created-event.d.ts +1 -1
- package/dist/src/api/v2/models/vault-created-event.js +1 -1
- package/dist/src/api/v2/models/vault-deposit-event.d.ts +1 -1
- package/dist/src/api/v2/models/vault-deposit-event.js +1 -1
- package/dist/src/api/v2/models/vault-deposit-without-minting-shares-event.d.ts +1 -1
- package/dist/src/api/v2/models/vault-deposit-without-minting-shares-event.js +1 -1
- package/dist/src/api/v2/models/vault-detail.d.ts +13 -1
- package/dist/src/api/v2/models/vault-detail.js +1 -1
- package/dist/src/api/v2/models/vault-fee-percentage-updated-event.d.ts +1 -1
- package/dist/src/api/v2/models/vault-fee-percentage-updated-event.js +1 -1
- package/dist/src/api/v2/models/vault-info.d.ts +1 -1
- package/dist/src/api/v2/models/vault-info.js +1 -1
- package/dist/src/api/v2/models/vault-max-tvl-updated-event.d.ts +1 -1
- package/dist/src/api/v2/models/vault-max-tvl-updated-event.js +1 -1
- package/dist/src/api/v2/models/vault-operator-changed-event.d.ts +1 -1
- package/dist/src/api/v2/models/vault-operator-changed-event.js +1 -1
- package/dist/src/api/v2/models/vault-paused-status-updated-event.d.ts +1 -1
- package/dist/src/api/v2/models/vault-paused-status-updated-event.js +1 -1
- package/dist/src/api/v2/models/vault-platform-fee-charged-event.d.ts +1 -1
- package/dist/src/api/v2/models/vault-platform-fee-charged-event.js +1 -1
- package/dist/src/api/v2/models/vault-proof-of-capital-summary.d.ts +86 -0
- package/dist/src/api/v2/models/vault-proof-of-capital-summary.js +15 -0
- package/dist/src/api/v2/models/vault-protocol.d.ts +1 -1
- package/dist/src/api/v2/models/vault-protocol.js +1 -1
- package/dist/src/api/v2/models/vault-rate-updated-event.d.ts +1 -1
- package/dist/src/api/v2/models/vault-rate-updated-event.js +1 -1
- package/dist/src/api/v2/models/vault-slice.d.ts +1 -1
- package/dist/src/api/v2/models/vault-slice.js +1 -1
- package/dist/src/api/v2/models/vault-sub-account-updated-event.d.ts +1 -1
- package/dist/src/api/v2/models/vault-sub-account-updated-event.js +1 -1
- package/dist/src/api/v2/models/vault-tag.d.ts +1 -1
- package/dist/src/api/v2/models/vault-tag.js +1 -1
- package/dist/src/api/v2/models/vault-withdrawal-without-redeeming-shares-event.d.ts +1 -1
- package/dist/src/api/v2/models/vault-withdrawal-without-redeeming-shares-event.js +1 -1
- package/dist/src/api/v2/models/vaults-deployment-config-config.d.ts +1 -1
- package/dist/src/api/v2/models/vaults-deployment-config-config.js +1 -1
- package/dist/src/api/v2/models/vaults-deployment-config.d.ts +1 -1
- package/dist/src/api/v2/models/vaults-deployment-config.js +1 -1
- package/dist/src/api/v2/models/vaults-stats.d.ts +1 -1
- package/dist/src/api/v2/models/vaults-stats.js +1 -1
- package/dist/src/api/v2/models/yield-aggregate-value.d.ts +1 -1
- package/dist/src/api/v2/models/yield-aggregate-value.js +1 -1
- package/dist/src/sui-vaults/on-chain-calls/user.js +2 -2
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -72,6 +72,12 @@ export interface VaultDetail {
|
|
|
72
72
|
* @memberof VaultDetail
|
|
73
73
|
*/
|
|
74
74
|
publicType: string;
|
|
75
|
+
/**
|
|
76
|
+
* Category of the vault
|
|
77
|
+
* @type {string}
|
|
78
|
+
* @memberof VaultDetail
|
|
79
|
+
*/
|
|
80
|
+
category: string;
|
|
75
81
|
/**
|
|
76
82
|
* Internal type of the vault
|
|
77
83
|
* @type {string}
|
|
@@ -186,6 +192,12 @@ export interface VaultDetail {
|
|
|
186
192
|
* @memberof VaultDetail
|
|
187
193
|
*/
|
|
188
194
|
minWithdrawalSharesE18: string;
|
|
195
|
+
/**
|
|
196
|
+
* Whether proof of capital is enabled for this vault
|
|
197
|
+
* @type {boolean}
|
|
198
|
+
* @memberof VaultDetail
|
|
199
|
+
*/
|
|
200
|
+
pocEnabled: boolean;
|
|
189
201
|
}
|
|
190
202
|
export declare const VaultDetailStatusEnum: {
|
|
191
203
|
readonly Active: "active";
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Ember Protocol Vaults API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { PocReportWallet } from "./poc-report-wallet";
|
|
13
|
+
import type { ProofOfCapitalReportStatus } from "./proof-of-capital-report-status";
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface VaultProofOfCapitalSummary
|
|
18
|
+
*/
|
|
19
|
+
export interface VaultProofOfCapitalSummary {
|
|
20
|
+
/**
|
|
21
|
+
* The vault ID
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof VaultProofOfCapitalSummary
|
|
24
|
+
*/
|
|
25
|
+
vaultId: string;
|
|
26
|
+
/**
|
|
27
|
+
* The vault name
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof VaultProofOfCapitalSummary
|
|
30
|
+
*/
|
|
31
|
+
vaultName: string;
|
|
32
|
+
/**
|
|
33
|
+
* URL to the vault logo
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof VaultProofOfCapitalSummary
|
|
36
|
+
*/
|
|
37
|
+
vaultLogo?: string;
|
|
38
|
+
/**
|
|
39
|
+
* User deposits for this vault in e9 USD
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof VaultProofOfCapitalSummary
|
|
42
|
+
*/
|
|
43
|
+
userDepositsE9: string;
|
|
44
|
+
/**
|
|
45
|
+
* Vault balance in e9 USD
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof VaultProofOfCapitalSummary
|
|
48
|
+
*/
|
|
49
|
+
vaultBalanceE9: string;
|
|
50
|
+
/**
|
|
51
|
+
* Instantly redeemable amount in e9 USD
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof VaultProofOfCapitalSummary
|
|
54
|
+
*/
|
|
55
|
+
instantlyRedeemableE9: string;
|
|
56
|
+
/**
|
|
57
|
+
* Reserve ratio for this vault
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof VaultProofOfCapitalSummary
|
|
60
|
+
*/
|
|
61
|
+
reserveRatio: string;
|
|
62
|
+
/**
|
|
63
|
+
* Nested wallet information for this vault
|
|
64
|
+
* @type {Array<PocReportWallet>}
|
|
65
|
+
* @memberof VaultProofOfCapitalSummary
|
|
66
|
+
*/
|
|
67
|
+
wallets?: Array<PocReportWallet>;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {ProofOfCapitalReportStatus}
|
|
71
|
+
* @memberof VaultProofOfCapitalSummary
|
|
72
|
+
*/
|
|
73
|
+
status: ProofOfCapitalReportStatus;
|
|
74
|
+
/**
|
|
75
|
+
* Notes/remarks added during review
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof VaultProofOfCapitalSummary
|
|
78
|
+
*/
|
|
79
|
+
notes?: string;
|
|
80
|
+
/**
|
|
81
|
+
* The id of the report
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof VaultProofOfCapitalSummary
|
|
84
|
+
*/
|
|
85
|
+
id: string;
|
|
86
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Ember Protocol Vaults API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Ember Protocol Vaults API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.0.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Ember Protocol Vaults API
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2.0.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|