@ember-finance/sdk 1.4.1 → 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/package.json +1 -1
|
@@ -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,22 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* The status of the report
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const ProofOfCapitalReportStatus: {
|
|
18
|
+
readonly PendingReview: "PendingReview";
|
|
19
|
+
readonly Reviewed: "Reviewed";
|
|
20
|
+
readonly Verified: "Verified";
|
|
21
|
+
};
|
|
22
|
+
export type ProofOfCapitalReportStatus = (typeof ProofOfCapitalReportStatus)[keyof typeof ProofOfCapitalReportStatus];
|
|
@@ -0,0 +1,26 @@
|
|
|
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 });
|
|
16
|
+
exports.ProofOfCapitalReportStatus = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The status of the report
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.ProofOfCapitalReportStatus = {
|
|
23
|
+
PendingReview: "PendingReview",
|
|
24
|
+
Reviewed: "Reviewed",
|
|
25
|
+
Verified: "Verified"
|
|
26
|
+
};
|
|
@@ -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).
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { PocReportAssets } from "./poc-report-assets";
|
|
13
13
|
import type { PocReportExchanges } from "./poc-report-exchanges";
|
|
14
14
|
import type { PocReportWallets } from "./poc-report-wallets";
|
|
15
|
+
import type { ProofOfCapitalReportStatus } from "./proof-of-capital-report-status";
|
|
15
16
|
/**
|
|
16
17
|
*
|
|
17
18
|
* @export
|
|
@@ -66,4 +67,22 @@ export interface ProofOfCapitalReport {
|
|
|
66
67
|
* @memberof ProofOfCapitalReport
|
|
67
68
|
*/
|
|
68
69
|
healthRatio: string;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @type {ProofOfCapitalReportStatus}
|
|
73
|
+
* @memberof ProofOfCapitalReport
|
|
74
|
+
*/
|
|
75
|
+
status: ProofOfCapitalReportStatus;
|
|
76
|
+
/**
|
|
77
|
+
* Notes/remarks added during review
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof ProofOfCapitalReport
|
|
80
|
+
*/
|
|
81
|
+
notes?: string;
|
|
82
|
+
/**
|
|
83
|
+
* The id of the report
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof ProofOfCapitalReport
|
|
86
|
+
*/
|
|
87
|
+
id: string;
|
|
69
88
|
}
|
|
@@ -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).
|
|
@@ -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).
|
|
@@ -40,6 +40,12 @@ export interface StrategyAccount {
|
|
|
40
40
|
* @memberof StrategyAccount
|
|
41
41
|
*/
|
|
42
42
|
isActive: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* The rank of the strategy account
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof StrategyAccount
|
|
47
|
+
*/
|
|
48
|
+
rank: number;
|
|
43
49
|
/**
|
|
44
50
|
*
|
|
45
51
|
* @type {Chain}
|
|
@@ -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).
|