@ember-finance/sdk 2.0.0-beta.1 → 2.0.0
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/README.md +60 -64
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -1
- package/dist/src/abis/index.js +22 -10
- package/dist/src/api/api.d.ts +2 -2
- package/dist/src/api/api.js +18 -2
- package/dist/src/api/apis/accounts-api.d.ts +9 -9
- package/dist/src/api/apis/accounts-api.js +73 -63
- package/dist/src/api/apis/vaults-api.d.ts +20 -20
- package/dist/src/api/apis/vaults-api.js +140 -130
- package/dist/src/api/base.d.ts +1 -1
- package/dist/src/api/base.js +15 -7
- package/dist/src/api/common.d.ts +2 -2
- package/dist/src/api/common.js +25 -13
- package/dist/src/api/configuration.js +6 -2
- package/dist/src/api/index.d.ts +3 -3
- package/dist/src/api/index.js +19 -3
- package/dist/src/api/models/account-transaction-transaction-data.d.ts +5 -5
- package/dist/src/api/models/account-transaction-transaction-data.js +2 -1
- package/dist/src/api/models/account-transaction.d.ts +1 -1
- package/dist/src/api/models/account-transaction.js +4 -1
- package/dist/src/api/models/account-withdrawal-request.d.ts +2 -2
- package/dist/src/api/models/account-withdrawal-request.js +4 -1
- package/dist/src/api/models/apy-history-v2.d.ts +1 -1
- package/dist/src/api/models/apy-history-v2.js +2 -1
- package/dist/src/api/models/apy-history.js +2 -1
- package/dist/src/api/models/asset.js +2 -1
- package/dist/src/api/models/borrowed.d.ts +1 -1
- package/dist/src/api/models/borrowed.js +2 -1
- package/dist/src/api/models/chain.js +4 -1
- package/dist/src/api/models/coin-price.js +2 -1
- package/dist/src/api/models/deposit-transaction.d.ts +2 -2
- package/dist/src/api/models/deposit-transaction.js +2 -1
- package/dist/src/api/models/ember-position.d.ts +1 -1
- package/dist/src/api/models/ember-position.js +2 -1
- package/dist/src/api/models/exposure-coin.d.ts +1 -1
- package/dist/src/api/models/exposure-coin.js +2 -1
- package/dist/src/api/models/exposure-protocol.d.ts +6 -6
- package/dist/src/api/models/exposure-protocol.js +2 -1
- package/dist/src/api/models/exposure.d.ts +2 -2
- package/dist/src/api/models/exposure.js +2 -1
- package/dist/src/api/models/fee.d.ts +1 -1
- package/dist/src/api/models/fee.js +2 -1
- package/dist/src/api/models/fees.js +2 -1
- package/dist/src/api/models/history-interval.js +4 -1
- package/dist/src/api/models/index.d.ts +78 -78
- package/dist/src/api/models/index.js +94 -78
- package/dist/src/api/models/lp.d.ts +3 -3
- package/dist/src/api/models/lp.js +2 -1
- package/dist/src/api/models/manager.js +2 -1
- package/dist/src/api/models/min-withdrawal-shares-updated-event.js +2 -1
- package/dist/src/api/models/perps.d.ts +1 -1
- package/dist/src/api/models/perps.js +2 -1
- package/dist/src/api/models/pnl-history-interval.js +4 -1
- package/dist/src/api/models/pnl-history.js +2 -1
- package/dist/src/api/models/poc-report-asset.js +2 -1
- package/dist/src/api/models/poc-report-assets.d.ts +1 -1
- package/dist/src/api/models/poc-report-assets.js +2 -1
- package/dist/src/api/models/poc-report-exchange.d.ts +1 -1
- package/dist/src/api/models/poc-report-exchange.js +2 -1
- package/dist/src/api/models/poc-report-exchanges.d.ts +1 -1
- package/dist/src/api/models/poc-report-exchanges.js +2 -1
- package/dist/src/api/models/poc-report-protocol.js +2 -1
- package/dist/src/api/models/poc-report-token.js +2 -1
- package/dist/src/api/models/poc-report-wallet.d.ts +2 -2
- package/dist/src/api/models/poc-report-wallet.js +2 -1
- package/dist/src/api/models/poc-report-wallets.d.ts +1 -1
- package/dist/src/api/models/poc-report-wallets.js +2 -1
- package/dist/src/api/models/position-history-interval.js +4 -1
- package/dist/src/api/models/position-history.js +4 -1
- package/dist/src/api/models/position-value.js +4 -1
- package/dist/src/api/models/position.js +2 -1
- package/dist/src/api/models/process-requests-summary-event.js +2 -1
- package/dist/src/api/models/proof-of-capital-report.d.ts +3 -3
- package/dist/src/api/models/proof-of-capital-report.js +2 -1
- package/dist/src/api/models/protocol-fee-collected-event.js +2 -1
- package/dist/src/api/models/protocol-info.d.ts +3 -3
- package/dist/src/api/models/protocol-info.js +2 -1
- package/dist/src/api/models/protocol.js +2 -1
- package/dist/src/api/models/raw-event-event-data.d.ts +17 -17
- package/dist/src/api/models/raw-event-event-data.js +2 -1
- package/dist/src/api/models/raw-event.d.ts +1 -1
- package/dist/src/api/models/raw-event.js +4 -1
- package/dist/src/api/models/redeem-request-cancelled-transaction.d.ts +2 -2
- package/dist/src/api/models/redeem-request-cancelled-transaction.js +2 -1
- package/dist/src/api/models/redeem-request-processed-transaction.d.ts +2 -2
- package/dist/src/api/models/redeem-request-processed-transaction.js +2 -1
- package/dist/src/api/models/redeem-request-skipped-transaction.d.ts +2 -2
- package/dist/src/api/models/redeem-request-skipped-transaction.js +2 -1
- package/dist/src/api/models/redeem-request-transaction.d.ts +2 -2
- package/dist/src/api/models/redeem-request-transaction.js +2 -1
- package/dist/src/api/models/reported-apy.js +2 -1
- package/dist/src/api/models/request-processed-event.js +2 -1
- package/dist/src/api/models/request-redeemed-event.js +2 -1
- package/dist/src/api/models/reward-token.js +2 -1
- package/dist/src/api/models/reward.d.ts +1 -1
- package/dist/src/api/models/reward.js +2 -1
- package/dist/src/api/models/share-price-history.js +2 -1
- package/dist/src/api/models/strategy-account.d.ts +1 -1
- package/dist/src/api/models/strategy-account.js +2 -1
- package/dist/src/api/models/strategy.js +2 -1
- package/dist/src/api/models/sub-account.d.ts +1 -1
- package/dist/src/api/models/sub-account.js +2 -1
- package/dist/src/api/models/supplied.d.ts +1 -1
- package/dist/src/api/models/supplied.js +2 -1
- package/dist/src/api/models/tag.js +2 -1
- package/dist/src/api/models/tvl-history.js +2 -1
- package/dist/src/api/models/ultra-coin-info.js +2 -1
- package/dist/src/api/models/update-vault-strategies.d.ts +1 -1
- package/dist/src/api/models/update-vault-strategies.js +2 -1
- package/dist/src/api/models/vault-admin-changed-event.js +2 -1
- package/dist/src/api/models/vault-created-event.js +2 -1
- package/dist/src/api/models/vault-deposit-event.js +2 -1
- package/dist/src/api/models/vault-deposit-without-minting-shares-event.js +2 -1
- package/dist/src/api/models/vault-detail.d.ts +7 -7
- package/dist/src/api/models/vault-detail.js +4 -1
- package/dist/src/api/models/vault-fee-percentage-updated-event.js +2 -1
- package/dist/src/api/models/vault-info.js +2 -1
- package/dist/src/api/models/vault-max-tvl-updated-event.js +2 -1
- package/dist/src/api/models/vault-operator-changed-event.js +2 -1
- package/dist/src/api/models/vault-paused-status-updated-event.js +2 -1
- package/dist/src/api/models/vault-platform-fee-charged-event.js +2 -1
- package/dist/src/api/models/vault-protocol.js +2 -1
- package/dist/src/api/models/vault-rate-updated-event.js +2 -1
- package/dist/src/api/models/vault-slice.js +2 -1
- package/dist/src/api/models/vault-sub-account-updated-event.js +2 -1
- package/dist/src/api/models/vault-withdrawal-without-redeeming-shares-event.js +2 -1
- package/dist/src/api/models/vaults-stats.js +2 -1
- package/dist/src/api/models/yield-aggregate-value.js +2 -1
- package/dist/src/api/v2/api.d.ts +2 -2
- package/dist/src/api/v2/api.js +18 -2
- package/dist/src/api/v2/apis/accounts-api.d.ts +9 -9
- package/dist/src/api/v2/apis/accounts-api.js +66 -56
- package/dist/src/api/v2/apis/vaults-api.d.ts +20 -20
- package/dist/src/api/v2/apis/vaults-api.js +124 -114
- package/dist/src/api/v2/base.d.ts +1 -1
- package/dist/src/api/v2/base.js +15 -7
- package/dist/src/api/v2/common.d.ts +2 -2
- package/dist/src/api/v2/common.js +25 -13
- package/dist/src/api/v2/configuration.js +6 -2
- package/dist/src/api/v2/index.d.ts +3 -3
- package/dist/src/api/v2/index.js +19 -3
- package/dist/src/api/v2/models/account-transaction-transaction-data.d.ts +5 -5
- package/dist/src/api/v2/models/account-transaction-transaction-data.js +2 -1
- package/dist/src/api/v2/models/account-transaction.d.ts +1 -1
- package/dist/src/api/v2/models/account-transaction.js +4 -1
- package/dist/src/api/v2/models/account-vault-position-history.js +4 -1
- package/dist/src/api/v2/models/account-withdrawal-request.d.ts +2 -2
- package/dist/src/api/v2/models/account-withdrawal-request.js +4 -1
- package/dist/src/api/v2/models/aggregated-account-position-history.js +4 -1
- package/dist/src/api/v2/models/aggregated-proof-of-capital-report.d.ts +2 -2
- package/dist/src/api/v2/models/aggregated-proof-of-capital-report.js +2 -1
- package/dist/src/api/v2/models/apy-averages.d.ts +1 -1
- package/dist/src/api/v2/models/apy-averages.js +2 -1
- package/dist/src/api/v2/models/apy-history-response.d.ts +1 -1
- package/dist/src/api/v2/models/apy-history-response.js +2 -1
- package/dist/src/api/v2/models/apy-history.js +2 -1
- package/dist/src/api/v2/models/apy-period-average.js +2 -1
- package/dist/src/api/v2/models/asset.js +2 -1
- package/dist/src/api/v2/models/borrowed.d.ts +1 -1
- package/dist/src/api/v2/models/borrowed.js +2 -1
- package/dist/src/api/v2/models/chain-vault-details.d.ts +2 -2
- package/dist/src/api/v2/models/chain-vault-details.js +2 -1
- package/dist/src/api/v2/models/chain.js +4 -1
- package/dist/src/api/v2/models/coin-price.js +2 -1
- package/dist/src/api/v2/models/deposit-transaction.d.ts +2 -2
- package/dist/src/api/v2/models/deposit-transaction.js +2 -1
- package/dist/src/api/v2/models/ember-position.d.ts +1 -1
- package/dist/src/api/v2/models/ember-position.js +2 -1
- package/dist/src/api/v2/models/evm-contracts.d.ts +5 -5
- package/dist/src/api/v2/models/evm-contracts.js +2 -1
- package/dist/src/api/v2/models/evm-deposit-token.js +2 -1
- package/dist/src/api/v2/models/evm-price-feed.js +2 -1
- package/dist/src/api/v2/models/evm-protocol-config.js +2 -1
- package/dist/src/api/v2/models/evm-protocol-info.d.ts +1 -1
- package/dist/src/api/v2/models/evm-protocol-info.js +2 -1
- package/dist/src/api/v2/models/evm-receipt-token.js +2 -1
- package/dist/src/api/v2/models/evm-vault.js +2 -1
- package/dist/src/api/v2/models/exposure-coin.d.ts +1 -1
- package/dist/src/api/v2/models/exposure-coin.js +2 -1
- package/dist/src/api/v2/models/exposure-protocol.d.ts +6 -6
- package/dist/src/api/v2/models/exposure-protocol.js +2 -1
- package/dist/src/api/v2/models/exposure.d.ts +2 -2
- package/dist/src/api/v2/models/exposure.js +2 -1
- package/dist/src/api/v2/models/fee.d.ts +1 -1
- package/dist/src/api/v2/models/fee.js +2 -1
- package/dist/src/api/v2/models/fees.js +2 -1
- package/dist/src/api/v2/models/history-interval.js +4 -1
- package/dist/src/api/v2/models/index.d.ts +100 -100
- package/dist/src/api/v2/models/index.js +116 -100
- package/dist/src/api/v2/models/lp.d.ts +3 -3
- package/dist/src/api/v2/models/lp.js +2 -1
- package/dist/src/api/v2/models/manager.js +2 -1
- package/dist/src/api/v2/models/min-withdrawal-shares-updated-event.js +2 -1
- package/dist/src/api/v2/models/perps.d.ts +1 -1
- package/dist/src/api/v2/models/perps.js +2 -1
- package/dist/src/api/v2/models/pnl-by-chain.js +2 -1
- package/dist/src/api/v2/models/pnl-history-interval.js +4 -1
- package/dist/src/api/v2/models/pnl-history.js +2 -1
- package/dist/src/api/v2/models/poc-report-asset.js +2 -1
- package/dist/src/api/v2/models/poc-report-assets.d.ts +1 -1
- package/dist/src/api/v2/models/poc-report-assets.js +2 -1
- package/dist/src/api/v2/models/poc-report-exchange.d.ts +1 -1
- package/dist/src/api/v2/models/poc-report-exchange.js +2 -1
- package/dist/src/api/v2/models/poc-report-exchanges.d.ts +1 -1
- package/dist/src/api/v2/models/poc-report-exchanges.js +2 -1
- package/dist/src/api/v2/models/poc-report-protocol.js +2 -1
- package/dist/src/api/v2/models/poc-report-token.js +2 -1
- package/dist/src/api/v2/models/poc-report-wallet.d.ts +2 -2
- package/dist/src/api/v2/models/poc-report-wallet.js +2 -1
- package/dist/src/api/v2/models/poc-report-wallets.d.ts +1 -1
- package/dist/src/api/v2/models/poc-report-wallets.js +2 -1
- package/dist/src/api/v2/models/position-history-interval.js +4 -1
- package/dist/src/api/v2/models/position-value.js +4 -1
- package/dist/src/api/v2/models/position.js +2 -1
- package/dist/src/api/v2/models/process-requests-summary-event.js +2 -1
- package/dist/src/api/v2/models/proof-of-capital-report-status.js +4 -1
- package/dist/src/api/v2/models/proof-of-capital-report.d.ts +4 -4
- package/dist/src/api/v2/models/proof-of-capital-report.js +2 -1
- package/dist/src/api/v2/models/protocol-fee-collected-event.js +2 -1
- package/dist/src/api/v2/models/protocol-pnl-history.js +2 -1
- package/dist/src/api/v2/models/protocol-tvl-history.js +2 -1
- package/dist/src/api/v2/models/protocol.js +2 -1
- package/dist/src/api/v2/models/raw-event-event-data.d.ts +17 -17
- package/dist/src/api/v2/models/raw-event-event-data.js +2 -1
- package/dist/src/api/v2/models/raw-event.d.ts +1 -1
- package/dist/src/api/v2/models/raw-event.js +4 -1
- package/dist/src/api/v2/models/redeem-request-cancelled-transaction.d.ts +2 -2
- package/dist/src/api/v2/models/redeem-request-cancelled-transaction.js +2 -1
- package/dist/src/api/v2/models/redeem-request-processed-transaction.d.ts +2 -2
- package/dist/src/api/v2/models/redeem-request-processed-transaction.js +2 -1
- package/dist/src/api/v2/models/redeem-request-skipped-transaction.d.ts +2 -2
- package/dist/src/api/v2/models/redeem-request-skipped-transaction.js +2 -1
- package/dist/src/api/v2/models/redeem-request-transaction.d.ts +2 -2
- package/dist/src/api/v2/models/redeem-request-transaction.js +2 -1
- package/dist/src/api/v2/models/reported-apy.js +2 -1
- package/dist/src/api/v2/models/request-processed-event.js +2 -1
- package/dist/src/api/v2/models/request-redeemed-event.js +2 -1
- package/dist/src/api/v2/models/reward-token.js +2 -1
- package/dist/src/api/v2/models/reward.d.ts +1 -1
- package/dist/src/api/v2/models/reward.js +2 -1
- package/dist/src/api/v2/models/share-price-history.js +2 -1
- package/dist/src/api/v2/models/strategy-account.d.ts +1 -1
- package/dist/src/api/v2/models/strategy-account.js +2 -1
- package/dist/src/api/v2/models/strategy.js +2 -1
- package/dist/src/api/v2/models/sub-account.d.ts +1 -1
- package/dist/src/api/v2/models/sub-account.js +2 -1
- package/dist/src/api/v2/models/sui-protocol-info.d.ts +3 -3
- package/dist/src/api/v2/models/sui-protocol-info.js +2 -1
- package/dist/src/api/v2/models/supplied.d.ts +1 -1
- package/dist/src/api/v2/models/supplied.js +2 -1
- package/dist/src/api/v2/models/tag.js +2 -1
- package/dist/src/api/v2/models/tvl-by-chain.js +2 -1
- package/dist/src/api/v2/models/tvl-history.d.ts +1 -1
- package/dist/src/api/v2/models/tvl-history.js +2 -1
- package/dist/src/api/v2/models/ultra-coin-info.js +2 -1
- package/dist/src/api/v2/models/update-vault-strategies.d.ts +1 -1
- package/dist/src/api/v2/models/update-vault-strategies.js +2 -1
- package/dist/src/api/v2/models/vault-admin-changed-event.js +2 -1
- package/dist/src/api/v2/models/vault-created-event.js +2 -1
- package/dist/src/api/v2/models/vault-deposit-eligibility.js +2 -1
- package/dist/src/api/v2/models/vault-deposit-event.js +2 -1
- package/dist/src/api/v2/models/vault-deposit-without-minting-shares-event.js +2 -1
- package/dist/src/api/v2/models/vault-detail.d.ts +14 -8
- package/dist/src/api/v2/models/vault-detail.js +4 -1
- package/dist/src/api/v2/models/vault-fee-percentage-updated-event.js +2 -1
- package/dist/src/api/v2/models/vault-info.js +2 -1
- package/dist/src/api/v2/models/vault-max-tvl-updated-event.js +2 -1
- package/dist/src/api/v2/models/vault-operator-changed-event.js +2 -1
- package/dist/src/api/v2/models/vault-paused-status-updated-event.js +2 -1
- package/dist/src/api/v2/models/vault-platform-fee-charged-event.js +2 -1
- package/dist/src/api/v2/models/vault-proof-of-capital-summary.d.ts +2 -2
- package/dist/src/api/v2/models/vault-proof-of-capital-summary.js +2 -1
- package/dist/src/api/v2/models/vault-protocol.js +2 -1
- package/dist/src/api/v2/models/vault-rate-updated-event.js +2 -1
- package/dist/src/api/v2/models/vault-slice.js +2 -1
- package/dist/src/api/v2/models/vault-sub-account-updated-event.js +2 -1
- package/dist/src/api/v2/models/vault-tag.js +2 -1
- package/dist/src/api/v2/models/vault-withdrawal-without-redeeming-shares-event.js +2 -1
- package/dist/src/api/v2/models/vaults-deployment-config-config.d.ts +2 -2
- package/dist/src/api/v2/models/vaults-deployment-config-config.js +2 -1
- package/dist/src/api/v2/models/vaults-deployment-config.d.ts +1 -1
- package/dist/src/api/v2/models/vaults-deployment-config.js +4 -1
- package/dist/src/api/v2/models/vaults-stats.js +2 -1
- package/dist/src/api/v2/models/yield-aggregate-value.js +2 -1
- package/dist/src/common/types.js +2 -1
- package/dist/src/ember-vaults.d.ts +17 -17
- package/dist/src/ember-vaults.js +37 -33
- package/dist/src/evm-vaults/index.d.ts +3 -3
- package/dist/src/evm-vaults/index.js +19 -3
- package/dist/src/evm-vaults/interfaces/index.js +2 -1
- package/dist/src/evm-vaults/on-chain-calls/admin.d.ts +3 -3
- package/dist/src/evm-vaults/on-chain-calls/admin.js +6 -2
- package/dist/src/evm-vaults/on-chain-calls/index.d.ts +7 -7
- package/dist/src/evm-vaults/on-chain-calls/index.js +23 -7
- package/dist/src/evm-vaults/on-chain-calls/onchain-calls.d.ts +3 -3
- package/dist/src/evm-vaults/on-chain-calls/onchain-calls.js +13 -9
- package/dist/src/evm-vaults/on-chain-calls/operator.d.ts +3 -3
- package/dist/src/evm-vaults/on-chain-calls/operator.js +6 -2
- package/dist/src/evm-vaults/on-chain-calls/tx-builder.d.ts +3 -3
- package/dist/src/evm-vaults/on-chain-calls/tx-builder.js +41 -34
- package/dist/src/evm-vaults/on-chain-calls/user.d.ts +3 -3
- package/dist/src/evm-vaults/on-chain-calls/user.js +15 -8
- package/dist/src/evm-vaults/on-chain-calls/vault-admin.d.ts +3 -3
- package/dist/src/evm-vaults/on-chain-calls/vault-admin.js +6 -2
- package/dist/src/evm-vaults/on-chain-calls/vault-reader.d.ts +3 -3
- package/dist/src/evm-vaults/on-chain-calls/vault-reader.js +19 -12
- package/dist/src/evm-vaults/utils/deployment-parser.d.ts +1 -1
- package/dist/src/evm-vaults/utils/deployment-parser.js +5 -1
- package/dist/src/evm-vaults/utils/index.d.ts +2 -2
- package/dist/src/evm-vaults/utils/index.js +18 -2
- package/dist/src/evm-vaults/utils/permit-utils.d.ts +2 -2
- package/dist/src/evm-vaults/utils/permit-utils.js +53 -12
- package/dist/src/index.d.ts +3 -3
- package/dist/src/index.js +19 -3
- package/dist/src/sui-vaults/index.d.ts +4 -4
- package/dist/src/sui-vaults/index.js +20 -4
- package/dist/src/sui-vaults/interfaces/bcs.js +18 -15
- package/dist/src/sui-vaults/interfaces/index.js +2 -1
- package/dist/src/sui-vaults/on-chain-calls/admin.d.ts +2 -2
- package/dist/src/sui-vaults/on-chain-calls/admin.js +17 -13
- package/dist/src/sui-vaults/on-chain-calls/index.d.ts +6 -6
- package/dist/src/sui-vaults/on-chain-calls/index.js +22 -6
- package/dist/src/sui-vaults/on-chain-calls/onchain-calls.d.ts +3 -3
- package/dist/src/sui-vaults/on-chain-calls/onchain-calls.js +12 -8
- package/dist/src/sui-vaults/on-chain-calls/operator.d.ts +2 -2
- package/dist/src/sui-vaults/on-chain-calls/operator.js +19 -15
- package/dist/src/sui-vaults/on-chain-calls/tx-builder.d.ts +2 -2
- package/dist/src/sui-vaults/on-chain-calls/tx-builder.js +50 -46
- package/dist/src/sui-vaults/on-chain-calls/user.d.ts +2 -2
- package/dist/src/sui-vaults/on-chain-calls/user.js +22 -18
- package/dist/src/sui-vaults/on-chain-calls/vault-admin.d.ts +2 -2
- package/dist/src/sui-vaults/on-chain-calls/vault-admin.js +14 -10
- package/dist/src/sui-vaults/on-chain-calls/vault.d.ts +1 -1
- package/dist/src/sui-vaults/on-chain-calls/vault.js +7 -3
- package/dist/src/sui-vaults/utils/common.js +7 -3
- package/dist/src/sui-vaults/utils/deployment-parser.d.ts +1 -1
- package/dist/src/sui-vaults/utils/deployment-parser.js +5 -1
- package/dist/src/sui-vaults/utils/index.d.ts +2 -2
- package/dist/src/sui-vaults/utils/index.js +18 -2
- package/package.json +14 -24
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
export * from "./account-transaction
|
|
2
|
-
export * from "./account-transaction-transaction-data
|
|
3
|
-
export * from "./account-withdrawal-request
|
|
4
|
-
export * from "./apy-history
|
|
5
|
-
export * from "./apy-history-v2
|
|
6
|
-
export * from "./asset
|
|
7
|
-
export * from "./borrowed
|
|
8
|
-
export * from "./chain
|
|
9
|
-
export * from "./coin-price
|
|
10
|
-
export * from "./deposit-transaction
|
|
11
|
-
export * from "./ember-position
|
|
12
|
-
export * from "./exposure
|
|
13
|
-
export * from "./exposure-coin
|
|
14
|
-
export * from "./exposure-protocol
|
|
15
|
-
export * from "./fee
|
|
16
|
-
export * from "./fees
|
|
17
|
-
export * from "./history-interval
|
|
18
|
-
export * from "./lp
|
|
19
|
-
export * from "./manager
|
|
20
|
-
export * from "./min-withdrawal-shares-updated-event
|
|
21
|
-
export * from "./perps
|
|
22
|
-
export * from "./pnl-history
|
|
23
|
-
export * from "./pnl-history-interval
|
|
24
|
-
export * from "./poc-report-asset
|
|
25
|
-
export * from "./poc-report-assets
|
|
26
|
-
export * from "./poc-report-exchange
|
|
27
|
-
export * from "./poc-report-exchanges
|
|
28
|
-
export * from "./poc-report-protocol
|
|
29
|
-
export * from "./poc-report-token
|
|
30
|
-
export * from "./poc-report-wallet
|
|
31
|
-
export * from "./poc-report-wallets
|
|
32
|
-
export * from "./position
|
|
33
|
-
export * from "./position-history
|
|
34
|
-
export * from "./position-history-interval
|
|
35
|
-
export * from "./position-value
|
|
36
|
-
export * from "./process-requests-summary-event
|
|
37
|
-
export * from "./proof-of-capital-report
|
|
38
|
-
export * from "./protocol
|
|
39
|
-
export * from "./protocol-fee-collected-event
|
|
40
|
-
export * from "./protocol-info
|
|
41
|
-
export * from "./raw-event
|
|
42
|
-
export * from "./raw-event-event-data
|
|
43
|
-
export * from "./redeem-request-cancelled-transaction
|
|
44
|
-
export * from "./redeem-request-processed-transaction
|
|
45
|
-
export * from "./redeem-request-skipped-transaction
|
|
46
|
-
export * from "./redeem-request-transaction
|
|
47
|
-
export * from "./reported-apy
|
|
48
|
-
export * from "./request-processed-event
|
|
49
|
-
export * from "./request-redeemed-event
|
|
50
|
-
export * from "./reward
|
|
51
|
-
export * from "./reward-token
|
|
52
|
-
export * from "./share-price-history
|
|
53
|
-
export * from "./strategy
|
|
54
|
-
export * from "./strategy-account
|
|
55
|
-
export * from "./sub-account
|
|
56
|
-
export * from "./supplied
|
|
57
|
-
export * from "./tag
|
|
58
|
-
export * from "./tvl-history
|
|
59
|
-
export * from "./ultra-coin-info
|
|
60
|
-
export * from "./update-vault-strategies
|
|
61
|
-
export * from "./vault-admin-changed-event
|
|
62
|
-
export * from "./vault-created-event
|
|
63
|
-
export * from "./vault-deposit-event
|
|
64
|
-
export * from "./vault-deposit-without-minting-shares-event
|
|
65
|
-
export * from "./vault-detail
|
|
66
|
-
export * from "./vault-fee-percentage-updated-event
|
|
67
|
-
export * from "./vault-info
|
|
68
|
-
export * from "./vault-max-tvl-updated-event
|
|
69
|
-
export * from "./vault-operator-changed-event
|
|
70
|
-
export * from "./vault-paused-status-updated-event
|
|
71
|
-
export * from "./vault-platform-fee-charged-event
|
|
72
|
-
export * from "./vault-protocol
|
|
73
|
-
export * from "./vault-rate-updated-event
|
|
74
|
-
export * from "./vault-slice
|
|
75
|
-
export * from "./vault-sub-account-updated-event
|
|
76
|
-
export * from "./vault-withdrawal-without-redeeming-shares-event
|
|
77
|
-
export * from "./vaults-stats
|
|
78
|
-
export * from "./yield-aggregate-value
|
|
1
|
+
export * from "./account-transaction";
|
|
2
|
+
export * from "./account-transaction-transaction-data";
|
|
3
|
+
export * from "./account-withdrawal-request";
|
|
4
|
+
export * from "./apy-history";
|
|
5
|
+
export * from "./apy-history-v2";
|
|
6
|
+
export * from "./asset";
|
|
7
|
+
export * from "./borrowed";
|
|
8
|
+
export * from "./chain";
|
|
9
|
+
export * from "./coin-price";
|
|
10
|
+
export * from "./deposit-transaction";
|
|
11
|
+
export * from "./ember-position";
|
|
12
|
+
export * from "./exposure";
|
|
13
|
+
export * from "./exposure-coin";
|
|
14
|
+
export * from "./exposure-protocol";
|
|
15
|
+
export * from "./fee";
|
|
16
|
+
export * from "./fees";
|
|
17
|
+
export * from "./history-interval";
|
|
18
|
+
export * from "./lp";
|
|
19
|
+
export * from "./manager";
|
|
20
|
+
export * from "./min-withdrawal-shares-updated-event";
|
|
21
|
+
export * from "./perps";
|
|
22
|
+
export * from "./pnl-history";
|
|
23
|
+
export * from "./pnl-history-interval";
|
|
24
|
+
export * from "./poc-report-asset";
|
|
25
|
+
export * from "./poc-report-assets";
|
|
26
|
+
export * from "./poc-report-exchange";
|
|
27
|
+
export * from "./poc-report-exchanges";
|
|
28
|
+
export * from "./poc-report-protocol";
|
|
29
|
+
export * from "./poc-report-token";
|
|
30
|
+
export * from "./poc-report-wallet";
|
|
31
|
+
export * from "./poc-report-wallets";
|
|
32
|
+
export * from "./position";
|
|
33
|
+
export * from "./position-history";
|
|
34
|
+
export * from "./position-history-interval";
|
|
35
|
+
export * from "./position-value";
|
|
36
|
+
export * from "./process-requests-summary-event";
|
|
37
|
+
export * from "./proof-of-capital-report";
|
|
38
|
+
export * from "./protocol";
|
|
39
|
+
export * from "./protocol-fee-collected-event";
|
|
40
|
+
export * from "./protocol-info";
|
|
41
|
+
export * from "./raw-event";
|
|
42
|
+
export * from "./raw-event-event-data";
|
|
43
|
+
export * from "./redeem-request-cancelled-transaction";
|
|
44
|
+
export * from "./redeem-request-processed-transaction";
|
|
45
|
+
export * from "./redeem-request-skipped-transaction";
|
|
46
|
+
export * from "./redeem-request-transaction";
|
|
47
|
+
export * from "./reported-apy";
|
|
48
|
+
export * from "./request-processed-event";
|
|
49
|
+
export * from "./request-redeemed-event";
|
|
50
|
+
export * from "./reward";
|
|
51
|
+
export * from "./reward-token";
|
|
52
|
+
export * from "./share-price-history";
|
|
53
|
+
export * from "./strategy";
|
|
54
|
+
export * from "./strategy-account";
|
|
55
|
+
export * from "./sub-account";
|
|
56
|
+
export * from "./supplied";
|
|
57
|
+
export * from "./tag";
|
|
58
|
+
export * from "./tvl-history";
|
|
59
|
+
export * from "./ultra-coin-info";
|
|
60
|
+
export * from "./update-vault-strategies";
|
|
61
|
+
export * from "./vault-admin-changed-event";
|
|
62
|
+
export * from "./vault-created-event";
|
|
63
|
+
export * from "./vault-deposit-event";
|
|
64
|
+
export * from "./vault-deposit-without-minting-shares-event";
|
|
65
|
+
export * from "./vault-detail";
|
|
66
|
+
export * from "./vault-fee-percentage-updated-event";
|
|
67
|
+
export * from "./vault-info";
|
|
68
|
+
export * from "./vault-max-tvl-updated-event";
|
|
69
|
+
export * from "./vault-operator-changed-event";
|
|
70
|
+
export * from "./vault-paused-status-updated-event";
|
|
71
|
+
export * from "./vault-platform-fee-charged-event";
|
|
72
|
+
export * from "./vault-protocol";
|
|
73
|
+
export * from "./vault-rate-updated-event";
|
|
74
|
+
export * from "./vault-slice";
|
|
75
|
+
export * from "./vault-sub-account-updated-event";
|
|
76
|
+
export * from "./vault-withdrawal-without-redeeming-shares-event";
|
|
77
|
+
export * from "./vaults-stats";
|
|
78
|
+
export * from "./yield-aggregate-value";
|
|
@@ -1,78 +1,94 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./account-transaction"), exports);
|
|
18
|
+
__exportStar(require("./account-transaction-transaction-data"), exports);
|
|
19
|
+
__exportStar(require("./account-withdrawal-request"), exports);
|
|
20
|
+
__exportStar(require("./apy-history"), exports);
|
|
21
|
+
__exportStar(require("./apy-history-v2"), exports);
|
|
22
|
+
__exportStar(require("./asset"), exports);
|
|
23
|
+
__exportStar(require("./borrowed"), exports);
|
|
24
|
+
__exportStar(require("./chain"), exports);
|
|
25
|
+
__exportStar(require("./coin-price"), exports);
|
|
26
|
+
__exportStar(require("./deposit-transaction"), exports);
|
|
27
|
+
__exportStar(require("./ember-position"), exports);
|
|
28
|
+
__exportStar(require("./exposure"), exports);
|
|
29
|
+
__exportStar(require("./exposure-coin"), exports);
|
|
30
|
+
__exportStar(require("./exposure-protocol"), exports);
|
|
31
|
+
__exportStar(require("./fee"), exports);
|
|
32
|
+
__exportStar(require("./fees"), exports);
|
|
33
|
+
__exportStar(require("./history-interval"), exports);
|
|
34
|
+
__exportStar(require("./lp"), exports);
|
|
35
|
+
__exportStar(require("./manager"), exports);
|
|
36
|
+
__exportStar(require("./min-withdrawal-shares-updated-event"), exports);
|
|
37
|
+
__exportStar(require("./perps"), exports);
|
|
38
|
+
__exportStar(require("./pnl-history"), exports);
|
|
39
|
+
__exportStar(require("./pnl-history-interval"), exports);
|
|
40
|
+
__exportStar(require("./poc-report-asset"), exports);
|
|
41
|
+
__exportStar(require("./poc-report-assets"), exports);
|
|
42
|
+
__exportStar(require("./poc-report-exchange"), exports);
|
|
43
|
+
__exportStar(require("./poc-report-exchanges"), exports);
|
|
44
|
+
__exportStar(require("./poc-report-protocol"), exports);
|
|
45
|
+
__exportStar(require("./poc-report-token"), exports);
|
|
46
|
+
__exportStar(require("./poc-report-wallet"), exports);
|
|
47
|
+
__exportStar(require("./poc-report-wallets"), exports);
|
|
48
|
+
__exportStar(require("./position"), exports);
|
|
49
|
+
__exportStar(require("./position-history"), exports);
|
|
50
|
+
__exportStar(require("./position-history-interval"), exports);
|
|
51
|
+
__exportStar(require("./position-value"), exports);
|
|
52
|
+
__exportStar(require("./process-requests-summary-event"), exports);
|
|
53
|
+
__exportStar(require("./proof-of-capital-report"), exports);
|
|
54
|
+
__exportStar(require("./protocol"), exports);
|
|
55
|
+
__exportStar(require("./protocol-fee-collected-event"), exports);
|
|
56
|
+
__exportStar(require("./protocol-info"), exports);
|
|
57
|
+
__exportStar(require("./raw-event"), exports);
|
|
58
|
+
__exportStar(require("./raw-event-event-data"), exports);
|
|
59
|
+
__exportStar(require("./redeem-request-cancelled-transaction"), exports);
|
|
60
|
+
__exportStar(require("./redeem-request-processed-transaction"), exports);
|
|
61
|
+
__exportStar(require("./redeem-request-skipped-transaction"), exports);
|
|
62
|
+
__exportStar(require("./redeem-request-transaction"), exports);
|
|
63
|
+
__exportStar(require("./reported-apy"), exports);
|
|
64
|
+
__exportStar(require("./request-processed-event"), exports);
|
|
65
|
+
__exportStar(require("./request-redeemed-event"), exports);
|
|
66
|
+
__exportStar(require("./reward"), exports);
|
|
67
|
+
__exportStar(require("./reward-token"), exports);
|
|
68
|
+
__exportStar(require("./share-price-history"), exports);
|
|
69
|
+
__exportStar(require("./strategy"), exports);
|
|
70
|
+
__exportStar(require("./strategy-account"), exports);
|
|
71
|
+
__exportStar(require("./sub-account"), exports);
|
|
72
|
+
__exportStar(require("./supplied"), exports);
|
|
73
|
+
__exportStar(require("./tag"), exports);
|
|
74
|
+
__exportStar(require("./tvl-history"), exports);
|
|
75
|
+
__exportStar(require("./ultra-coin-info"), exports);
|
|
76
|
+
__exportStar(require("./update-vault-strategies"), exports);
|
|
77
|
+
__exportStar(require("./vault-admin-changed-event"), exports);
|
|
78
|
+
__exportStar(require("./vault-created-event"), exports);
|
|
79
|
+
__exportStar(require("./vault-deposit-event"), exports);
|
|
80
|
+
__exportStar(require("./vault-deposit-without-minting-shares-event"), exports);
|
|
81
|
+
__exportStar(require("./vault-detail"), exports);
|
|
82
|
+
__exportStar(require("./vault-fee-percentage-updated-event"), exports);
|
|
83
|
+
__exportStar(require("./vault-info"), exports);
|
|
84
|
+
__exportStar(require("./vault-max-tvl-updated-event"), exports);
|
|
85
|
+
__exportStar(require("./vault-operator-changed-event"), exports);
|
|
86
|
+
__exportStar(require("./vault-paused-status-updated-event"), exports);
|
|
87
|
+
__exportStar(require("./vault-platform-fee-charged-event"), exports);
|
|
88
|
+
__exportStar(require("./vault-protocol"), exports);
|
|
89
|
+
__exportStar(require("./vault-rate-updated-event"), exports);
|
|
90
|
+
__exportStar(require("./vault-slice"), exports);
|
|
91
|
+
__exportStar(require("./vault-sub-account-updated-event"), exports);
|
|
92
|
+
__exportStar(require("./vault-withdrawal-without-redeeming-shares-event"), exports);
|
|
93
|
+
__exportStar(require("./vaults-stats"), exports);
|
|
94
|
+
__exportStar(require("./yield-aggregate-value"), exports);
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { Asset } from "./asset
|
|
13
|
-
import type { Fee } from "./fee
|
|
14
|
-
import type { Reward } from "./reward
|
|
12
|
+
import type { Asset } from "./asset";
|
|
13
|
+
import type { Fee } from "./fee";
|
|
14
|
+
import type { Reward } from "./reward";
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
17
17
|
* @export
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
/* tslint:disable */
|
|
2
3
|
/* eslint-disable */
|
|
3
4
|
/**
|
|
@@ -11,12 +12,14 @@
|
|
|
11
12
|
* https://openapi-generator.tech
|
|
12
13
|
* Do not edit the class manually.
|
|
13
14
|
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PnlHistoryInterval = void 0;
|
|
14
17
|
/**
|
|
15
18
|
*
|
|
16
19
|
* @export
|
|
17
20
|
* @enum {string}
|
|
18
21
|
*/
|
|
19
|
-
|
|
22
|
+
exports.PnlHistoryInterval = {
|
|
20
23
|
_1d: "1d",
|
|
21
24
|
_1w: "1w",
|
|
22
25
|
_1mon: "1mon"
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { PocReportProtocol } from "./poc-report-protocol
|
|
13
|
-
import type { PocReportToken } from "./poc-report-token
|
|
12
|
+
import type { PocReportProtocol } from "./poc-report-protocol";
|
|
13
|
+
import type { PocReportToken } from "./poc-report-token";
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
/* tslint:disable */
|
|
2
3
|
/* eslint-disable */
|
|
3
4
|
/**
|
|
@@ -11,12 +12,14 @@
|
|
|
11
12
|
* https://openapi-generator.tech
|
|
12
13
|
* Do not edit the class manually.
|
|
13
14
|
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PositionHistoryInterval = void 0;
|
|
14
17
|
/**
|
|
15
18
|
*
|
|
16
19
|
* @export
|
|
17
20
|
* @enum {string}
|
|
18
21
|
*/
|
|
19
|
-
|
|
22
|
+
exports.PositionHistoryInterval = {
|
|
20
23
|
_1d: "1d",
|
|
21
24
|
_1w: "1w",
|
|
22
25
|
_1mon: "1mon"
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
/* tslint:disable */
|
|
2
3
|
/* eslint-disable */
|
|
3
4
|
/**
|
|
@@ -11,7 +12,9 @@
|
|
|
11
12
|
* https://openapi-generator.tech
|
|
12
13
|
* Do not edit the class manually.
|
|
13
14
|
*/
|
|
14
|
-
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PositionHistoryStatusEnum = void 0;
|
|
17
|
+
exports.PositionHistoryStatusEnum = {
|
|
15
18
|
Sync: "SYNC",
|
|
16
19
|
OutOfSync: "OUT_OF_SYNC"
|
|
17
20
|
};
|