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