@nirvana-labs/nirvana 1.8.4 → 1.10.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/CHANGELOG.md +18 -0
- package/bin/migration-config.json +70 -0
- package/client.d.mts +6 -0
- package/client.d.mts.map +1 -1
- package/client.d.ts +6 -0
- package/client.d.ts.map +1 -1
- package/client.js +6 -0
- package/client.js.map +1 -1
- package/client.mjs +6 -0
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/connect/connect.d.mts +10 -0
- package/resources/connect/connect.d.mts.map +1 -0
- package/resources/connect/connect.d.ts +10 -0
- package/resources/connect/connect.d.ts.map +1 -0
- package/resources/connect/connect.js +17 -0
- package/resources/connect/connect.js.map +1 -0
- package/resources/connect/connect.mjs +12 -0
- package/resources/connect/connect.mjs.map +1 -0
- package/resources/connect/flux.d.mts +70 -0
- package/resources/connect/flux.d.mts.map +1 -0
- package/resources/connect/flux.d.ts +70 -0
- package/resources/connect/flux.d.ts.map +1 -0
- package/resources/connect/flux.js +22 -0
- package/resources/connect/flux.js.map +1 -0
- package/resources/connect/flux.mjs +18 -0
- package/resources/connect/flux.mjs.map +1 -0
- package/resources/connect/index.d.mts +3 -0
- package/resources/connect/index.d.mts.map +1 -0
- package/resources/connect/index.d.ts +3 -0
- package/resources/connect/index.d.ts.map +1 -0
- package/resources/connect/index.js +9 -0
- package/resources/connect/index.js.map +1 -0
- package/resources/connect/index.mjs +4 -0
- package/resources/connect/index.mjs.map +1 -0
- package/resources/connect.d.mts +2 -0
- package/resources/connect.d.mts.map +1 -0
- package/resources/connect.d.ts +2 -0
- package/resources/connect.d.ts.map +1 -0
- package/resources/connect.js +6 -0
- package/resources/connect.js.map +1 -0
- package/resources/connect.mjs +3 -0
- package/resources/connect.mjs.map +1 -0
- package/resources/index.d.mts +2 -0
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -0
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +5 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +2 -0
- package/resources/index.mjs.map +1 -1
- package/resources/networking/firewall-rules.d.mts +1 -1
- package/resources/networking/firewall-rules.d.mts.map +1 -1
- package/resources/networking/firewall-rules.d.ts +1 -1
- package/resources/networking/firewall-rules.d.ts.map +1 -1
- package/resources/vektor/balances.d.mts +114 -0
- package/resources/vektor/balances.d.mts.map +1 -0
- package/resources/vektor/balances.d.ts +114 -0
- package/resources/vektor/balances.d.ts.map +1 -0
- package/resources/vektor/balances.js +44 -0
- package/resources/vektor/balances.js.map +1 -0
- package/resources/vektor/balances.mjs +40 -0
- package/resources/vektor/balances.mjs.map +1 -0
- package/resources/vektor/borrow/accounts.d.mts +114 -0
- package/resources/vektor/borrow/accounts.d.mts.map +1 -0
- package/resources/vektor/borrow/accounts.d.ts +114 -0
- package/resources/vektor/borrow/accounts.d.ts.map +1 -0
- package/resources/vektor/borrow/accounts.js +44 -0
- package/resources/vektor/borrow/accounts.js.map +1 -0
- package/resources/vektor/borrow/accounts.mjs +40 -0
- package/resources/vektor/borrow/accounts.mjs.map +1 -0
- package/resources/vektor/borrow/borrow.d.mts +18 -0
- package/resources/vektor/borrow/borrow.d.mts.map +1 -0
- package/resources/vektor/borrow/borrow.d.ts +18 -0
- package/resources/vektor/borrow/borrow.d.ts.map +1 -0
- package/resources/vektor/borrow/borrow.js +25 -0
- package/resources/vektor/borrow/borrow.js.map +1 -0
- package/resources/vektor/borrow/borrow.mjs +20 -0
- package/resources/vektor/borrow/borrow.mjs.map +1 -0
- package/resources/vektor/borrow/index.d.mts +5 -0
- package/resources/vektor/borrow/index.d.mts.map +1 -0
- package/resources/vektor/borrow/index.d.ts +5 -0
- package/resources/vektor/borrow/index.d.ts.map +1 -0
- package/resources/vektor/borrow/index.js +13 -0
- package/resources/vektor/borrow/index.js.map +1 -0
- package/resources/vektor/borrow/index.mjs +6 -0
- package/resources/vektor/borrow/index.mjs.map +1 -0
- package/resources/vektor/borrow/markets.d.mts +158 -0
- package/resources/vektor/borrow/markets.d.mts.map +1 -0
- package/resources/vektor/borrow/markets.d.ts +158 -0
- package/resources/vektor/borrow/markets.d.ts.map +1 -0
- package/resources/vektor/borrow/markets.js +42 -0
- package/resources/vektor/borrow/markets.js.map +1 -0
- package/resources/vektor/borrow/markets.mjs +38 -0
- package/resources/vektor/borrow/markets.mjs.map +1 -0
- package/resources/vektor/borrow/positions.d.mts +182 -0
- package/resources/vektor/borrow/positions.d.mts.map +1 -0
- package/resources/vektor/borrow/positions.d.ts +182 -0
- package/resources/vektor/borrow/positions.d.ts.map +1 -0
- package/resources/vektor/borrow/positions.js +50 -0
- package/resources/vektor/borrow/positions.js.map +1 -0
- package/resources/vektor/borrow/positions.mjs +46 -0
- package/resources/vektor/borrow/positions.mjs.map +1 -0
- package/resources/vektor/borrow.d.mts +2 -0
- package/resources/vektor/borrow.d.mts.map +1 -0
- package/resources/vektor/borrow.d.ts +2 -0
- package/resources/vektor/borrow.d.ts.map +1 -0
- package/resources/vektor/borrow.js +6 -0
- package/resources/vektor/borrow.js.map +1 -0
- package/resources/vektor/borrow.mjs +3 -0
- package/resources/vektor/borrow.mjs.map +1 -0
- package/resources/vektor/bridge/bridge.d.mts +10 -0
- package/resources/vektor/bridge/bridge.d.mts.map +1 -0
- package/resources/vektor/bridge/bridge.d.ts +10 -0
- package/resources/vektor/bridge/bridge.d.ts.map +1 -0
- package/resources/vektor/bridge/bridge.js +17 -0
- package/resources/vektor/bridge/bridge.js.map +1 -0
- package/resources/vektor/bridge/bridge.mjs +12 -0
- package/resources/vektor/bridge/bridge.mjs.map +1 -0
- package/resources/vektor/bridge/index.d.mts +3 -0
- package/resources/vektor/bridge/index.d.mts.map +1 -0
- package/resources/vektor/bridge/index.d.ts +3 -0
- package/resources/vektor/bridge/index.d.ts.map +1 -0
- package/resources/vektor/bridge/index.js +9 -0
- package/resources/vektor/bridge/index.js.map +1 -0
- package/resources/vektor/bridge/index.mjs +4 -0
- package/resources/vektor/bridge/index.mjs.map +1 -0
- package/resources/vektor/bridge/quotes.d.mts +57 -0
- package/resources/vektor/bridge/quotes.d.mts.map +1 -0
- package/resources/vektor/bridge/quotes.d.ts +57 -0
- package/resources/vektor/bridge/quotes.d.ts.map +1 -0
- package/resources/vektor/bridge/quotes.js +26 -0
- package/resources/vektor/bridge/quotes.js.map +1 -0
- package/resources/vektor/bridge/quotes.mjs +22 -0
- package/resources/vektor/bridge/quotes.mjs.map +1 -0
- package/resources/vektor/bridge.d.mts +2 -0
- package/resources/vektor/bridge.d.mts.map +1 -0
- package/resources/vektor/bridge.d.ts +2 -0
- package/resources/vektor/bridge.d.ts.map +1 -0
- package/resources/vektor/bridge.js +6 -0
- package/resources/vektor/bridge.js.map +1 -0
- package/resources/vektor/bridge.mjs +3 -0
- package/resources/vektor/bridge.mjs.map +1 -0
- package/resources/vektor/buy/buy.d.mts +14 -0
- package/resources/vektor/buy/buy.d.mts.map +1 -0
- package/resources/vektor/buy/buy.d.ts +14 -0
- package/resources/vektor/buy/buy.d.ts.map +1 -0
- package/resources/vektor/buy/buy.js +21 -0
- package/resources/vektor/buy/buy.js.map +1 -0
- package/resources/vektor/buy/buy.mjs +16 -0
- package/resources/vektor/buy/buy.mjs.map +1 -0
- package/resources/vektor/buy/buy_.d.mts +56 -0
- package/resources/vektor/buy/buy_.d.mts.map +1 -0
- package/resources/vektor/buy/buy_.d.ts +56 -0
- package/resources/vektor/buy/buy_.d.ts.map +1 -0
- package/resources/vektor/buy/buy_.js +27 -0
- package/resources/vektor/buy/buy_.js.map +1 -0
- package/resources/vektor/buy/buy_.mjs +23 -0
- package/resources/vektor/buy/buy_.mjs.map +1 -0
- package/resources/vektor/buy/index.d.mts +4 -0
- package/resources/vektor/buy/index.d.mts.map +1 -0
- package/resources/vektor/buy/index.d.ts +4 -0
- package/resources/vektor/buy/index.d.ts.map +1 -0
- package/resources/vektor/buy/index.js +9 -0
- package/resources/vektor/buy/index.js.map +1 -0
- package/resources/vektor/buy/index.mjs +4 -0
- package/resources/vektor/buy/index.mjs.map +1 -0
- package/resources/vektor/buy/quotes.d.mts +57 -0
- package/resources/vektor/buy/quotes.d.mts.map +1 -0
- package/resources/vektor/buy/quotes.d.ts +57 -0
- package/resources/vektor/buy/quotes.d.ts.map +1 -0
- package/resources/vektor/buy/quotes.js +26 -0
- package/resources/vektor/buy/quotes.js.map +1 -0
- package/resources/vektor/buy/quotes.mjs +22 -0
- package/resources/vektor/buy/quotes.mjs.map +1 -0
- package/resources/vektor/buy.d.mts +2 -0
- package/resources/vektor/buy.d.mts.map +1 -0
- package/resources/vektor/buy.d.ts +2 -0
- package/resources/vektor/buy.d.ts.map +1 -0
- package/resources/vektor/buy.js +6 -0
- package/resources/vektor/buy.js.map +1 -0
- package/resources/vektor/buy.mjs +3 -0
- package/resources/vektor/buy.mjs.map +1 -0
- package/resources/vektor/executions/executions.d.mts +38 -0
- package/resources/vektor/executions/executions.d.mts.map +1 -0
- package/resources/vektor/executions/executions.d.ts +38 -0
- package/resources/vektor/executions/executions.d.ts.map +1 -0
- package/resources/vektor/executions/executions.js +42 -0
- package/resources/vektor/executions/executions.js.map +1 -0
- package/resources/vektor/executions/executions.mjs +37 -0
- package/resources/vektor/executions/executions.mjs.map +1 -0
- package/resources/vektor/executions/index.d.mts +3 -0
- package/resources/vektor/executions/index.d.mts.map +1 -0
- package/resources/vektor/executions/index.d.ts +3 -0
- package/resources/vektor/executions/index.d.ts.map +1 -0
- package/resources/vektor/executions/index.js +9 -0
- package/resources/vektor/executions/index.js.map +1 -0
- package/resources/vektor/executions/index.mjs +4 -0
- package/resources/vektor/executions/index.mjs.map +1 -0
- package/resources/vektor/executions/steps.d.mts +1112 -0
- package/resources/vektor/executions/steps.d.mts.map +1 -0
- package/resources/vektor/executions/steps.d.ts +1112 -0
- package/resources/vektor/executions/steps.d.ts.map +1 -0
- package/resources/vektor/executions/steps.js +45 -0
- package/resources/vektor/executions/steps.js.map +1 -0
- package/resources/vektor/executions/steps.mjs +41 -0
- package/resources/vektor/executions/steps.mjs.map +1 -0
- package/resources/vektor/executions.d.mts +2 -0
- package/resources/vektor/executions.d.mts.map +1 -0
- package/resources/vektor/executions.d.ts +2 -0
- package/resources/vektor/executions.d.ts.map +1 -0
- package/resources/vektor/executions.js +6 -0
- package/resources/vektor/executions.js.map +1 -0
- package/resources/vektor/executions.mjs +3 -0
- package/resources/vektor/executions.mjs.map +1 -0
- package/resources/vektor/incentivize.d.mts +47 -0
- package/resources/vektor/incentivize.d.mts.map +1 -0
- package/resources/vektor/incentivize.d.ts +47 -0
- package/resources/vektor/incentivize.d.ts.map +1 -0
- package/resources/vektor/incentivize.js +24 -0
- package/resources/vektor/incentivize.js.map +1 -0
- package/resources/vektor/incentivize.mjs +20 -0
- package/resources/vektor/incentivize.mjs.map +1 -0
- package/resources/vektor/index.d.mts +17 -0
- package/resources/vektor/index.d.mts.map +1 -0
- package/resources/vektor/index.d.ts +17 -0
- package/resources/vektor/index.d.ts.map +1 -0
- package/resources/vektor/index.js +37 -0
- package/resources/vektor/index.js.map +1 -0
- package/resources/vektor/index.mjs +18 -0
- package/resources/vektor/index.mjs.map +1 -0
- package/resources/vektor/lend/index.d.mts +7 -0
- package/resources/vektor/lend/index.d.mts.map +1 -0
- package/resources/vektor/lend/index.d.ts +7 -0
- package/resources/vektor/lend/index.d.ts.map +1 -0
- package/resources/vektor/lend/index.js +15 -0
- package/resources/vektor/lend/index.js.map +1 -0
- package/resources/vektor/lend/index.mjs +7 -0
- package/resources/vektor/lend/index.mjs.map +1 -0
- package/resources/vektor/lend/lend.d.mts +26 -0
- package/resources/vektor/lend/lend.d.mts.map +1 -0
- package/resources/vektor/lend/lend.d.ts +26 -0
- package/resources/vektor/lend/lend.d.ts.map +1 -0
- package/resources/vektor/lend/lend.js +33 -0
- package/resources/vektor/lend/lend.js.map +1 -0
- package/resources/vektor/lend/lend.mjs +28 -0
- package/resources/vektor/lend/lend.mjs.map +1 -0
- package/resources/vektor/lend/lend_.d.mts +47 -0
- package/resources/vektor/lend/lend_.d.mts.map +1 -0
- package/resources/vektor/lend/lend_.d.ts +47 -0
- package/resources/vektor/lend/lend_.d.ts.map +1 -0
- package/resources/vektor/lend/lend_.js +26 -0
- package/resources/vektor/lend/lend_.js.map +1 -0
- package/resources/vektor/lend/lend_.mjs +22 -0
- package/resources/vektor/lend/lend_.mjs.map +1 -0
- package/resources/vektor/lend/markets.d.mts +158 -0
- package/resources/vektor/lend/markets.d.mts.map +1 -0
- package/resources/vektor/lend/markets.d.ts +158 -0
- package/resources/vektor/lend/markets.d.ts.map +1 -0
- package/resources/vektor/lend/markets.js +42 -0
- package/resources/vektor/lend/markets.js.map +1 -0
- package/resources/vektor/lend/markets.mjs +38 -0
- package/resources/vektor/lend/markets.mjs.map +1 -0
- package/resources/vektor/lend/positions.d.mts +178 -0
- package/resources/vektor/lend/positions.d.mts.map +1 -0
- package/resources/vektor/lend/positions.d.ts +178 -0
- package/resources/vektor/lend/positions.d.ts.map +1 -0
- package/resources/vektor/lend/positions.js +46 -0
- package/resources/vektor/lend/positions.js.map +1 -0
- package/resources/vektor/lend/positions.mjs +42 -0
- package/resources/vektor/lend/positions.mjs.map +1 -0
- package/resources/vektor/lend/set-collateral.d.mts +42 -0
- package/resources/vektor/lend/set-collateral.d.mts.map +1 -0
- package/resources/vektor/lend/set-collateral.d.ts +42 -0
- package/resources/vektor/lend/set-collateral.d.ts.map +1 -0
- package/resources/vektor/lend/set-collateral.js +27 -0
- package/resources/vektor/lend/set-collateral.js.map +1 -0
- package/resources/vektor/lend/set-collateral.mjs +23 -0
- package/resources/vektor/lend/set-collateral.mjs.map +1 -0
- package/resources/vektor/lend/withdraw.d.mts +47 -0
- package/resources/vektor/lend/withdraw.d.mts.map +1 -0
- package/resources/vektor/lend/withdraw.d.ts +47 -0
- package/resources/vektor/lend/withdraw.d.ts.map +1 -0
- package/resources/vektor/lend/withdraw.js +25 -0
- package/resources/vektor/lend/withdraw.js.map +1 -0
- package/resources/vektor/lend/withdraw.mjs +21 -0
- package/resources/vektor/lend/withdraw.mjs.map +1 -0
- package/resources/vektor/lend.d.mts +2 -0
- package/resources/vektor/lend.d.mts.map +1 -0
- package/resources/vektor/lend.d.ts +2 -0
- package/resources/vektor/lend.d.ts.map +1 -0
- package/resources/vektor/lend.js +6 -0
- package/resources/vektor/lend.js.map +1 -0
- package/resources/vektor/lend.mjs +3 -0
- package/resources/vektor/lend.mjs.map +1 -0
- package/resources/vektor/lock/index.d.mts +4 -0
- package/resources/vektor/lock/index.d.mts.map +1 -0
- package/resources/vektor/lock/index.d.ts +4 -0
- package/resources/vektor/lock/index.d.ts.map +1 -0
- package/resources/vektor/lock/index.js +11 -0
- package/resources/vektor/lock/index.js.map +1 -0
- package/resources/vektor/lock/index.mjs +5 -0
- package/resources/vektor/lock/index.mjs.map +1 -0
- package/resources/vektor/lock/lock.d.mts +14 -0
- package/resources/vektor/lock/lock.d.mts.map +1 -0
- package/resources/vektor/lock/lock.d.ts +14 -0
- package/resources/vektor/lock/lock.d.ts.map +1 -0
- package/resources/vektor/lock/lock.js +21 -0
- package/resources/vektor/lock/lock.js.map +1 -0
- package/resources/vektor/lock/lock.mjs +16 -0
- package/resources/vektor/lock/lock.mjs.map +1 -0
- package/resources/vektor/lock/markets.d.mts +43 -0
- package/resources/vektor/lock/markets.d.mts.map +1 -0
- package/resources/vektor/lock/markets.d.ts +43 -0
- package/resources/vektor/lock/markets.d.ts.map +1 -0
- package/resources/vektor/lock/markets.js +24 -0
- package/resources/vektor/lock/markets.js.map +1 -0
- package/resources/vektor/lock/markets.mjs +20 -0
- package/resources/vektor/lock/markets.mjs.map +1 -0
- package/resources/vektor/lock/positions.d.mts +48 -0
- package/resources/vektor/lock/positions.d.mts.map +1 -0
- package/resources/vektor/lock/positions.d.ts +48 -0
- package/resources/vektor/lock/positions.d.ts.map +1 -0
- package/resources/vektor/lock/positions.js +25 -0
- package/resources/vektor/lock/positions.js.map +1 -0
- package/resources/vektor/lock/positions.mjs +21 -0
- package/resources/vektor/lock/positions.mjs.map +1 -0
- package/resources/vektor/lock.d.mts +2 -0
- package/resources/vektor/lock.d.mts.map +1 -0
- package/resources/vektor/lock.d.ts +2 -0
- package/resources/vektor/lock.d.ts.map +1 -0
- package/resources/vektor/lock.js +6 -0
- package/resources/vektor/lock.js.map +1 -0
- package/resources/vektor/lock.mjs +3 -0
- package/resources/vektor/lock.mjs.map +1 -0
- package/resources/vektor/lp/deposit-quote.d.mts +119 -0
- package/resources/vektor/lp/deposit-quote.d.mts.map +1 -0
- package/resources/vektor/lp/deposit-quote.d.ts +119 -0
- package/resources/vektor/lp/deposit-quote.d.ts.map +1 -0
- package/resources/vektor/lp/deposit-quote.js +27 -0
- package/resources/vektor/lp/deposit-quote.js.map +1 -0
- package/resources/vektor/lp/deposit-quote.mjs +23 -0
- package/resources/vektor/lp/deposit-quote.mjs.map +1 -0
- package/resources/vektor/lp/index.d.mts +6 -0
- package/resources/vektor/lp/index.d.mts.map +1 -0
- package/resources/vektor/lp/index.d.ts +6 -0
- package/resources/vektor/lp/index.d.ts.map +1 -0
- package/resources/vektor/lp/index.js +15 -0
- package/resources/vektor/lp/index.js.map +1 -0
- package/resources/vektor/lp/index.mjs +7 -0
- package/resources/vektor/lp/index.mjs.map +1 -0
- package/resources/vektor/lp/lp.d.mts +22 -0
- package/resources/vektor/lp/lp.d.mts.map +1 -0
- package/resources/vektor/lp/lp.d.ts +22 -0
- package/resources/vektor/lp/lp.d.ts.map +1 -0
- package/resources/vektor/lp/lp.js +29 -0
- package/resources/vektor/lp/lp.js.map +1 -0
- package/resources/vektor/lp/lp.mjs +24 -0
- package/resources/vektor/lp/lp.mjs.map +1 -0
- package/resources/vektor/lp/pools.d.mts +158 -0
- package/resources/vektor/lp/pools.d.mts.map +1 -0
- package/resources/vektor/lp/pools.d.ts +158 -0
- package/resources/vektor/lp/pools.d.ts.map +1 -0
- package/resources/vektor/lp/pools.js +42 -0
- package/resources/vektor/lp/pools.js.map +1 -0
- package/resources/vektor/lp/pools.mjs +38 -0
- package/resources/vektor/lp/pools.mjs.map +1 -0
- package/resources/vektor/lp/positions.d.mts +194 -0
- package/resources/vektor/lp/positions.d.mts.map +1 -0
- package/resources/vektor/lp/positions.d.ts +194 -0
- package/resources/vektor/lp/positions.d.ts.map +1 -0
- package/resources/vektor/lp/positions.js +46 -0
- package/resources/vektor/lp/positions.js.map +1 -0
- package/resources/vektor/lp/positions.mjs +42 -0
- package/resources/vektor/lp/positions.mjs.map +1 -0
- package/resources/vektor/lp/withdraw-quote.d.mts +73 -0
- package/resources/vektor/lp/withdraw-quote.d.mts.map +1 -0
- package/resources/vektor/lp/withdraw-quote.d.ts +73 -0
- package/resources/vektor/lp/withdraw-quote.d.ts.map +1 -0
- package/resources/vektor/lp/withdraw-quote.js +27 -0
- package/resources/vektor/lp/withdraw-quote.js.map +1 -0
- package/resources/vektor/lp/withdraw-quote.mjs +23 -0
- package/resources/vektor/lp/withdraw-quote.mjs.map +1 -0
- package/resources/vektor/lp.d.mts +2 -0
- package/resources/vektor/lp.d.mts.map +1 -0
- package/resources/vektor/lp.d.ts +2 -0
- package/resources/vektor/lp.d.ts.map +1 -0
- package/resources/vektor/lp.js +6 -0
- package/resources/vektor/lp.js.map +1 -0
- package/resources/vektor/lp.mjs +3 -0
- package/resources/vektor/lp.mjs.map +1 -0
- package/resources/vektor/move.d.mts +47 -0
- package/resources/vektor/move.d.mts.map +1 -0
- package/resources/vektor/move.d.ts +47 -0
- package/resources/vektor/move.d.ts.map +1 -0
- package/resources/vektor/move.js +26 -0
- package/resources/vektor/move.js.map +1 -0
- package/resources/vektor/move.mjs +22 -0
- package/resources/vektor/move.mjs.map +1 -0
- package/resources/vektor/prices.d.mts +77 -0
- package/resources/vektor/prices.d.mts.map +1 -0
- package/resources/vektor/prices.d.ts +77 -0
- package/resources/vektor/prices.d.ts.map +1 -0
- package/resources/vektor/prices.js +35 -0
- package/resources/vektor/prices.js.map +1 -0
- package/resources/vektor/prices.mjs +31 -0
- package/resources/vektor/prices.mjs.map +1 -0
- package/resources/vektor/registry/assets.d.mts +39 -0
- package/resources/vektor/registry/assets.d.mts.map +1 -0
- package/resources/vektor/registry/assets.d.ts +39 -0
- package/resources/vektor/registry/assets.d.ts.map +1 -0
- package/resources/vektor/registry/assets.js +20 -0
- package/resources/vektor/registry/assets.js.map +1 -0
- package/resources/vektor/registry/assets.mjs +16 -0
- package/resources/vektor/registry/assets.mjs.map +1 -0
- package/resources/vektor/registry/blockchains.d.mts +36 -0
- package/resources/vektor/registry/blockchains.d.mts.map +1 -0
- package/resources/vektor/registry/blockchains.d.ts +36 -0
- package/resources/vektor/registry/blockchains.d.ts.map +1 -0
- package/resources/vektor/registry/blockchains.js +21 -0
- package/resources/vektor/registry/blockchains.js.map +1 -0
- package/resources/vektor/registry/blockchains.mjs +17 -0
- package/resources/vektor/registry/blockchains.mjs.map +1 -0
- package/resources/vektor/registry/borrow-markets.d.mts +46 -0
- package/resources/vektor/registry/borrow-markets.d.mts.map +1 -0
- package/resources/vektor/registry/borrow-markets.d.ts +46 -0
- package/resources/vektor/registry/borrow-markets.d.ts.map +1 -0
- package/resources/vektor/registry/borrow-markets.js +22 -0
- package/resources/vektor/registry/borrow-markets.js.map +1 -0
- package/resources/vektor/registry/borrow-markets.mjs +18 -0
- package/resources/vektor/registry/borrow-markets.mjs.map +1 -0
- package/resources/vektor/registry/errors.d.mts +28 -0
- package/resources/vektor/registry/errors.d.mts.map +1 -0
- package/resources/vektor/registry/errors.d.ts +28 -0
- package/resources/vektor/registry/errors.d.ts.map +1 -0
- package/resources/vektor/registry/errors.js +20 -0
- package/resources/vektor/registry/errors.js.map +1 -0
- package/resources/vektor/registry/errors.mjs +16 -0
- package/resources/vektor/registry/errors.mjs.map +1 -0
- package/resources/vektor/registry/index.d.mts +9 -0
- package/resources/vektor/registry/index.d.mts.map +1 -0
- package/resources/vektor/registry/index.d.ts +9 -0
- package/resources/vektor/registry/index.d.ts.map +1 -0
- package/resources/vektor/registry/index.js +21 -0
- package/resources/vektor/registry/index.js.map +1 -0
- package/resources/vektor/registry/index.mjs +10 -0
- package/resources/vektor/registry/index.mjs.map +1 -0
- package/resources/vektor/registry/lend-markets.d.mts +46 -0
- package/resources/vektor/registry/lend-markets.d.mts.map +1 -0
- package/resources/vektor/registry/lend-markets.d.ts +46 -0
- package/resources/vektor/registry/lend-markets.d.ts.map +1 -0
- package/resources/vektor/registry/lend-markets.js +22 -0
- package/resources/vektor/registry/lend-markets.js.map +1 -0
- package/resources/vektor/registry/lend-markets.mjs +18 -0
- package/resources/vektor/registry/lend-markets.mjs.map +1 -0
- package/resources/vektor/registry/lp-pools.d.mts +44 -0
- package/resources/vektor/registry/lp-pools.d.mts.map +1 -0
- package/resources/vektor/registry/lp-pools.d.ts +44 -0
- package/resources/vektor/registry/lp-pools.d.ts.map +1 -0
- package/resources/vektor/registry/lp-pools.js +21 -0
- package/resources/vektor/registry/lp-pools.js.map +1 -0
- package/resources/vektor/registry/lp-pools.mjs +17 -0
- package/resources/vektor/registry/lp-pools.mjs.map +1 -0
- package/resources/vektor/registry/registry.d.mts +34 -0
- package/resources/vektor/registry/registry.d.mts.map +1 -0
- package/resources/vektor/registry/registry.d.ts +34 -0
- package/resources/vektor/registry/registry.d.ts.map +1 -0
- package/resources/vektor/registry/registry.js +41 -0
- package/resources/vektor/registry/registry.js.map +1 -0
- package/resources/vektor/registry/registry.mjs +36 -0
- package/resources/vektor/registry/registry.mjs.map +1 -0
- package/resources/vektor/registry/venues.d.mts +35 -0
- package/resources/vektor/registry/venues.d.mts.map +1 -0
- package/resources/vektor/registry/venues.d.ts +35 -0
- package/resources/vektor/registry/venues.d.ts.map +1 -0
- package/resources/vektor/registry/venues.js +20 -0
- package/resources/vektor/registry/venues.js.map +1 -0
- package/resources/vektor/registry/venues.mjs +16 -0
- package/resources/vektor/registry/venues.mjs.map +1 -0
- package/resources/vektor/registry.d.mts +2 -0
- package/resources/vektor/registry.d.mts.map +1 -0
- package/resources/vektor/registry.d.ts +2 -0
- package/resources/vektor/registry.d.ts.map +1 -0
- package/resources/vektor/registry.js +6 -0
- package/resources/vektor/registry.js.map +1 -0
- package/resources/vektor/registry.mjs +3 -0
- package/resources/vektor/registry.mjs.map +1 -0
- package/resources/vektor/sell/index.d.mts +4 -0
- package/resources/vektor/sell/index.d.mts.map +1 -0
- package/resources/vektor/sell/index.d.ts +4 -0
- package/resources/vektor/sell/index.d.ts.map +1 -0
- package/resources/vektor/sell/index.js +9 -0
- package/resources/vektor/sell/index.js.map +1 -0
- package/resources/vektor/sell/index.mjs +4 -0
- package/resources/vektor/sell/index.mjs.map +1 -0
- package/resources/vektor/sell/quotes.d.mts +57 -0
- package/resources/vektor/sell/quotes.d.mts.map +1 -0
- package/resources/vektor/sell/quotes.d.ts +57 -0
- package/resources/vektor/sell/quotes.d.ts.map +1 -0
- package/resources/vektor/sell/quotes.js +26 -0
- package/resources/vektor/sell/quotes.js.map +1 -0
- package/resources/vektor/sell/quotes.mjs +22 -0
- package/resources/vektor/sell/quotes.mjs.map +1 -0
- package/resources/vektor/sell/sell.d.mts +14 -0
- package/resources/vektor/sell/sell.d.mts.map +1 -0
- package/resources/vektor/sell/sell.d.ts +14 -0
- package/resources/vektor/sell/sell.d.ts.map +1 -0
- package/resources/vektor/sell/sell.js +21 -0
- package/resources/vektor/sell/sell.js.map +1 -0
- package/resources/vektor/sell/sell.mjs +16 -0
- package/resources/vektor/sell/sell.mjs.map +1 -0
- package/resources/vektor/sell/sell_.d.mts +56 -0
- package/resources/vektor/sell/sell_.d.mts.map +1 -0
- package/resources/vektor/sell/sell_.d.ts +56 -0
- package/resources/vektor/sell/sell_.d.ts.map +1 -0
- package/resources/vektor/sell/sell_.js +27 -0
- package/resources/vektor/sell/sell_.js.map +1 -0
- package/resources/vektor/sell/sell_.mjs +23 -0
- package/resources/vektor/sell/sell_.mjs.map +1 -0
- package/resources/vektor/sell.d.mts +2 -0
- package/resources/vektor/sell.d.mts.map +1 -0
- package/resources/vektor/sell.d.ts +2 -0
- package/resources/vektor/sell.d.ts.map +1 -0
- package/resources/vektor/sell.js +6 -0
- package/resources/vektor/sell.js.map +1 -0
- package/resources/vektor/sell.mjs +3 -0
- package/resources/vektor/sell.mjs.map +1 -0
- package/resources/vektor/vektor.d.mts +2836 -0
- package/resources/vektor/vektor.d.mts.map +1 -0
- package/resources/vektor/vektor.d.ts +2836 -0
- package/resources/vektor/vektor.d.ts.map +1 -0
- package/resources/vektor/vektor.js +73 -0
- package/resources/vektor/vektor.js.map +1 -0
- package/resources/vektor/vektor.mjs +68 -0
- package/resources/vektor/vektor.mjs.map +1 -0
- package/resources/vektor/vote/index.d.mts +4 -0
- package/resources/vektor/vote/index.d.mts.map +1 -0
- package/resources/vektor/vote/index.d.ts +4 -0
- package/resources/vektor/vote/index.d.ts.map +1 -0
- package/resources/vektor/vote/index.js +11 -0
- package/resources/vektor/vote/index.js.map +1 -0
- package/resources/vektor/vote/index.mjs +5 -0
- package/resources/vektor/vote/index.mjs.map +1 -0
- package/resources/vektor/vote/markets.d.mts +47 -0
- package/resources/vektor/vote/markets.d.mts.map +1 -0
- package/resources/vektor/vote/markets.d.ts +47 -0
- package/resources/vektor/vote/markets.d.ts.map +1 -0
- package/resources/vektor/vote/markets.js +24 -0
- package/resources/vektor/vote/markets.js.map +1 -0
- package/resources/vektor/vote/markets.mjs +20 -0
- package/resources/vektor/vote/markets.mjs.map +1 -0
- package/resources/vektor/vote/rewards.d.mts +52 -0
- package/resources/vektor/vote/rewards.d.mts.map +1 -0
- package/resources/vektor/vote/rewards.d.ts +52 -0
- package/resources/vektor/vote/rewards.d.ts.map +1 -0
- package/resources/vektor/vote/rewards.js +25 -0
- package/resources/vektor/vote/rewards.js.map +1 -0
- package/resources/vektor/vote/rewards.mjs +21 -0
- package/resources/vektor/vote/rewards.mjs.map +1 -0
- package/resources/vektor/vote/vote.d.mts +14 -0
- package/resources/vektor/vote/vote.d.mts.map +1 -0
- package/resources/vektor/vote/vote.d.ts +14 -0
- package/resources/vektor/vote/vote.d.ts.map +1 -0
- package/resources/vektor/vote/vote.js +21 -0
- package/resources/vektor/vote/vote.js.map +1 -0
- package/resources/vektor/vote/vote.mjs +16 -0
- package/resources/vektor/vote/vote.mjs.map +1 -0
- package/resources/vektor/vote.d.mts +2 -0
- package/resources/vektor/vote.d.mts.map +1 -0
- package/resources/vektor/vote.d.ts +2 -0
- package/resources/vektor/vote.d.ts.map +1 -0
- package/resources/vektor/vote.js +6 -0
- package/resources/vektor/vote.js.map +1 -0
- package/resources/vektor/vote.mjs +3 -0
- package/resources/vektor/vote.mjs.map +1 -0
- package/resources/vektor/wrap/index.d.mts +4 -0
- package/resources/vektor/wrap/index.d.mts.map +1 -0
- package/resources/vektor/wrap/index.d.ts +4 -0
- package/resources/vektor/wrap/index.d.ts.map +1 -0
- package/resources/vektor/wrap/index.js +9 -0
- package/resources/vektor/wrap/index.js.map +1 -0
- package/resources/vektor/wrap/index.mjs +4 -0
- package/resources/vektor/wrap/index.mjs.map +1 -0
- package/resources/vektor/wrap/unwrap.d.mts +37 -0
- package/resources/vektor/wrap/unwrap.d.mts.map +1 -0
- package/resources/vektor/wrap/unwrap.d.ts +37 -0
- package/resources/vektor/wrap/unwrap.d.ts.map +1 -0
- package/resources/vektor/wrap/unwrap.js +24 -0
- package/resources/vektor/wrap/unwrap.js.map +1 -0
- package/resources/vektor/wrap/unwrap.mjs +20 -0
- package/resources/vektor/wrap/unwrap.mjs.map +1 -0
- package/resources/vektor/wrap/wrap.d.mts +14 -0
- package/resources/vektor/wrap/wrap.d.mts.map +1 -0
- package/resources/vektor/wrap/wrap.d.ts +14 -0
- package/resources/vektor/wrap/wrap.d.ts.map +1 -0
- package/resources/vektor/wrap/wrap.js +21 -0
- package/resources/vektor/wrap/wrap.js.map +1 -0
- package/resources/vektor/wrap/wrap.mjs +16 -0
- package/resources/vektor/wrap/wrap.mjs.map +1 -0
- package/resources/vektor/wrap/wrap_.d.mts +37 -0
- package/resources/vektor/wrap/wrap_.d.mts.map +1 -0
- package/resources/vektor/wrap/wrap_.d.ts +37 -0
- package/resources/vektor/wrap/wrap_.d.ts.map +1 -0
- package/resources/vektor/wrap/wrap_.js +24 -0
- package/resources/vektor/wrap/wrap_.js.map +1 -0
- package/resources/vektor/wrap/wrap_.mjs +20 -0
- package/resources/vektor/wrap/wrap_.mjs.map +1 -0
- package/resources/vektor/wrap.d.mts +2 -0
- package/resources/vektor/wrap.d.mts.map +1 -0
- package/resources/vektor/wrap.d.ts +2 -0
- package/resources/vektor/wrap.d.ts.map +1 -0
- package/resources/vektor/wrap.js +6 -0
- package/resources/vektor/wrap.js.map +1 -0
- package/resources/vektor/wrap.mjs +3 -0
- package/resources/vektor/wrap.mjs.map +1 -0
- package/resources/vektor.d.mts +2 -0
- package/resources/vektor.d.mts.map +1 -0
- package/resources/vektor.d.ts +2 -0
- package/resources/vektor.d.ts.map +1 -0
- package/resources/vektor.js +6 -0
- package/resources/vektor.js.map +1 -0
- package/resources/vektor.mjs +3 -0
- package/resources/vektor.mjs.map +1 -0
- package/src/client.ts +10 -0
- package/src/resources/connect/connect.ts +15 -0
- package/src/resources/connect/flux.ts +91 -0
- package/src/resources/connect/index.ts +4 -0
- package/src/resources/connect.ts +3 -0
- package/src/resources/index.ts +2 -0
- package/src/resources/networking/firewall-rules.ts +1 -1
- package/src/resources/vektor/balances.ts +146 -0
- package/src/resources/vektor/borrow/accounts.ts +146 -0
- package/src/resources/vektor/borrow/borrow.ts +63 -0
- package/src/resources/vektor/borrow/index.ts +24 -0
- package/src/resources/vektor/borrow/markets.ts +205 -0
- package/src/resources/vektor/borrow/positions.ts +233 -0
- package/src/resources/vektor/borrow.ts +3 -0
- package/src/resources/vektor/bridge/bridge.ts +19 -0
- package/src/resources/vektor/bridge/index.ts +4 -0
- package/src/resources/vektor/bridge/quotes.ts +69 -0
- package/src/resources/vektor/bridge.ts +3 -0
- package/src/resources/vektor/buy/buy.ts +25 -0
- package/src/resources/vektor/buy/buy_.ts +68 -0
- package/src/resources/vektor/buy/index.ts +5 -0
- package/src/resources/vektor/buy/quotes.ts +69 -0
- package/src/resources/vektor/buy.ts +3 -0
- package/src/resources/vektor/executions/executions.ts +57 -0
- package/src/resources/vektor/executions/index.ts +4 -0
- package/src/resources/vektor/executions/steps.ts +1380 -0
- package/src/resources/vektor/executions.ts +3 -0
- package/src/resources/vektor/incentivize.ts +60 -0
- package/src/resources/vektor/index.ts +30 -0
- package/src/resources/vektor/lend/index.ts +20 -0
- package/src/resources/vektor/lend/lend.ts +63 -0
- package/src/resources/vektor/lend/lend_.ts +57 -0
- package/src/resources/vektor/lend/markets.ts +205 -0
- package/src/resources/vektor/lend/positions.ts +229 -0
- package/src/resources/vektor/lend/set-collateral.ts +51 -0
- package/src/resources/vektor/lend/withdraw.ts +57 -0
- package/src/resources/vektor/lend.ts +3 -0
- package/src/resources/vektor/lock/index.ts +5 -0
- package/src/resources/vektor/lock/lock.ts +29 -0
- package/src/resources/vektor/lock/markets.ts +52 -0
- package/src/resources/vektor/lock/positions.ts +58 -0
- package/src/resources/vektor/lock.ts +3 -0
- package/src/resources/vektor/lp/deposit-quote.ts +147 -0
- package/src/resources/vektor/lp/index.ts +27 -0
- package/src/resources/vektor/lp/lp.ts +65 -0
- package/src/resources/vektor/lp/pools.ts +205 -0
- package/src/resources/vektor/lp/positions.ts +249 -0
- package/src/resources/vektor/lp/withdraw-quote.ts +90 -0
- package/src/resources/vektor/lp.ts +3 -0
- package/src/resources/vektor/move.ts +57 -0
- package/src/resources/vektor/prices.ts +102 -0
- package/src/resources/vektor/registry/assets.ts +51 -0
- package/src/resources/vektor/registry/blockchains.ts +50 -0
- package/src/resources/vektor/registry/borrow-markets.ts +62 -0
- package/src/resources/vektor/registry/errors.ts +38 -0
- package/src/resources/vektor/registry/index.ts +10 -0
- package/src/resources/vektor/registry/lend-markets.ts +62 -0
- package/src/resources/vektor/registry/lp-pools.ts +57 -0
- package/src/resources/vektor/registry/registry.ts +79 -0
- package/src/resources/vektor/registry/venues.ts +46 -0
- package/src/resources/vektor/registry.ts +3 -0
- package/src/resources/vektor/sell/index.ts +5 -0
- package/src/resources/vektor/sell/quotes.ts +69 -0
- package/src/resources/vektor/sell/sell.ts +25 -0
- package/src/resources/vektor/sell/sell_.ts +68 -0
- package/src/resources/vektor/sell.ts +3 -0
- package/src/resources/vektor/vektor.ts +3581 -0
- package/src/resources/vektor/vote/index.ts +5 -0
- package/src/resources/vektor/vote/markets.ts +57 -0
- package/src/resources/vektor/vote/rewards.ts +63 -0
- package/src/resources/vektor/vote/vote.ts +29 -0
- package/src/resources/vektor/vote.ts +3 -0
- package/src/resources/vektor/wrap/index.ts +5 -0
- package/src/resources/vektor/wrap/unwrap.ts +45 -0
- package/src/resources/vektor/wrap/wrap.ts +21 -0
- package/src/resources/vektor/wrap/wrap_.ts +45 -0
- package/src/resources/vektor/wrap.ts +3 -0
- package/src/resources/vektor.ts +3 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.mts.map +1 -1
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- package/version.mjs.map +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vektor.d.ts","sourceRoot":"","sources":["../../src/resources/vektor/vektor.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Vektor = void 0;
|
|
5
|
+
const tslib_1 = require("../../internal/tslib.js");
|
|
6
|
+
const resource_1 = require("../../core/resource.js");
|
|
7
|
+
const BalancesAPI = tslib_1.__importStar(require("./balances.js"));
|
|
8
|
+
const balances_1 = require("./balances.js");
|
|
9
|
+
const IncentivizeAPI = tslib_1.__importStar(require("./incentivize.js"));
|
|
10
|
+
const incentivize_1 = require("./incentivize.js");
|
|
11
|
+
const MoveAPI = tslib_1.__importStar(require("./move.js"));
|
|
12
|
+
const move_1 = require("./move.js");
|
|
13
|
+
const PricesAPI = tslib_1.__importStar(require("./prices.js"));
|
|
14
|
+
const prices_1 = require("./prices.js");
|
|
15
|
+
const BorrowAPI = tslib_1.__importStar(require("./borrow/borrow.js"));
|
|
16
|
+
const borrow_1 = require("./borrow/borrow.js");
|
|
17
|
+
const BridgeAPI = tslib_1.__importStar(require("./bridge/bridge.js"));
|
|
18
|
+
const bridge_1 = require("./bridge/bridge.js");
|
|
19
|
+
const BuyAPI = tslib_1.__importStar(require("./buy/buy.js"));
|
|
20
|
+
const buy_1 = require("./buy/buy.js");
|
|
21
|
+
const ExecutionsAPI = tslib_1.__importStar(require("./executions/executions.js"));
|
|
22
|
+
const executions_1 = require("./executions/executions.js");
|
|
23
|
+
const LendAPI = tslib_1.__importStar(require("./lend/lend.js"));
|
|
24
|
+
const lend_1 = require("./lend/lend.js");
|
|
25
|
+
const LockAPI = tslib_1.__importStar(require("./lock/lock.js"));
|
|
26
|
+
const lock_1 = require("./lock/lock.js");
|
|
27
|
+
const LPAPI = tslib_1.__importStar(require("./lp/lp.js"));
|
|
28
|
+
const lp_1 = require("./lp/lp.js");
|
|
29
|
+
const RegistryAPI = tslib_1.__importStar(require("./registry/registry.js"));
|
|
30
|
+
const registry_1 = require("./registry/registry.js");
|
|
31
|
+
const SellAPI = tslib_1.__importStar(require("./sell/sell.js"));
|
|
32
|
+
const sell_1 = require("./sell/sell.js");
|
|
33
|
+
const VoteAPI = tslib_1.__importStar(require("./vote/vote.js"));
|
|
34
|
+
const vote_1 = require("./vote/vote.js");
|
|
35
|
+
const WrapAPI = tslib_1.__importStar(require("./wrap/wrap.js"));
|
|
36
|
+
const wrap_1 = require("./wrap/wrap.js");
|
|
37
|
+
class Vektor extends resource_1.APIResource {
|
|
38
|
+
constructor() {
|
|
39
|
+
super(...arguments);
|
|
40
|
+
this.registry = new RegistryAPI.Registry(this._client);
|
|
41
|
+
this.balances = new BalancesAPI.Balances(this._client);
|
|
42
|
+
this.prices = new PricesAPI.Prices(this._client);
|
|
43
|
+
this.lend = new LendAPI.Lend(this._client);
|
|
44
|
+
this.borrow = new BorrowAPI.Borrow(this._client);
|
|
45
|
+
this.lp = new LPAPI.LP(this._client);
|
|
46
|
+
this.buy = new BuyAPI.Buy(this._client);
|
|
47
|
+
this.sell = new SellAPI.Sell(this._client);
|
|
48
|
+
this.move = new MoveAPI.Move(this._client);
|
|
49
|
+
this.wrap = new WrapAPI.Wrap(this._client);
|
|
50
|
+
this.bridge = new BridgeAPI.Bridge(this._client);
|
|
51
|
+
this.lock = new LockAPI.Lock(this._client);
|
|
52
|
+
this.vote = new VoteAPI.Vote(this._client);
|
|
53
|
+
this.incentivize = new IncentivizeAPI.Incentivize(this._client);
|
|
54
|
+
this.executions = new ExecutionsAPI.Executions(this._client);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.Vektor = Vektor;
|
|
58
|
+
Vektor.Registry = registry_1.Registry;
|
|
59
|
+
Vektor.Balances = balances_1.Balances;
|
|
60
|
+
Vektor.Prices = prices_1.Prices;
|
|
61
|
+
Vektor.Lend = lend_1.Lend;
|
|
62
|
+
Vektor.Borrow = borrow_1.Borrow;
|
|
63
|
+
Vektor.LP = lp_1.LP;
|
|
64
|
+
Vektor.Buy = buy_1.Buy;
|
|
65
|
+
Vektor.Sell = sell_1.Sell;
|
|
66
|
+
Vektor.Move = move_1.Move;
|
|
67
|
+
Vektor.Wrap = wrap_1.Wrap;
|
|
68
|
+
Vektor.Bridge = bridge_1.Bridge;
|
|
69
|
+
Vektor.Lock = lock_1.Lock;
|
|
70
|
+
Vektor.Vote = vote_1.Vote;
|
|
71
|
+
Vektor.Incentivize = incentivize_1.Incentivize;
|
|
72
|
+
Vektor.Executions = executions_1.Executions;
|
|
73
|
+
//# sourceMappingURL=vektor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vektor.js","sourceRoot":"","sources":["../../src/resources/vektor/vektor.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
3
|
+
import * as BalancesAPI from "./balances.mjs";
|
|
4
|
+
import { Balances, } from "./balances.mjs";
|
|
5
|
+
import * as IncentivizeAPI from "./incentivize.mjs";
|
|
6
|
+
import { Incentivize } from "./incentivize.mjs";
|
|
7
|
+
import * as MoveAPI from "./move.mjs";
|
|
8
|
+
import { Move } from "./move.mjs";
|
|
9
|
+
import * as PricesAPI from "./prices.mjs";
|
|
10
|
+
import { Prices, } from "./prices.mjs";
|
|
11
|
+
import * as BorrowAPI from "./borrow/borrow.mjs";
|
|
12
|
+
import { Borrow } from "./borrow/borrow.mjs";
|
|
13
|
+
import * as BridgeAPI from "./bridge/bridge.mjs";
|
|
14
|
+
import { Bridge } from "./bridge/bridge.mjs";
|
|
15
|
+
import * as BuyAPI from "./buy/buy.mjs";
|
|
16
|
+
import { Buy } from "./buy/buy.mjs";
|
|
17
|
+
import * as ExecutionsAPI from "./executions/executions.mjs";
|
|
18
|
+
import { Executions } from "./executions/executions.mjs";
|
|
19
|
+
import * as LendAPI from "./lend/lend.mjs";
|
|
20
|
+
import { Lend } from "./lend/lend.mjs";
|
|
21
|
+
import * as LockAPI from "./lock/lock.mjs";
|
|
22
|
+
import { Lock } from "./lock/lock.mjs";
|
|
23
|
+
import * as LPAPI from "./lp/lp.mjs";
|
|
24
|
+
import { LP } from "./lp/lp.mjs";
|
|
25
|
+
import * as RegistryAPI from "./registry/registry.mjs";
|
|
26
|
+
import { Registry } from "./registry/registry.mjs";
|
|
27
|
+
import * as SellAPI from "./sell/sell.mjs";
|
|
28
|
+
import { Sell } from "./sell/sell.mjs";
|
|
29
|
+
import * as VoteAPI from "./vote/vote.mjs";
|
|
30
|
+
import { Vote } from "./vote/vote.mjs";
|
|
31
|
+
import * as WrapAPI from "./wrap/wrap.mjs";
|
|
32
|
+
import { Wrap } from "./wrap/wrap.mjs";
|
|
33
|
+
export class Vektor extends APIResource {
|
|
34
|
+
constructor() {
|
|
35
|
+
super(...arguments);
|
|
36
|
+
this.registry = new RegistryAPI.Registry(this._client);
|
|
37
|
+
this.balances = new BalancesAPI.Balances(this._client);
|
|
38
|
+
this.prices = new PricesAPI.Prices(this._client);
|
|
39
|
+
this.lend = new LendAPI.Lend(this._client);
|
|
40
|
+
this.borrow = new BorrowAPI.Borrow(this._client);
|
|
41
|
+
this.lp = new LPAPI.LP(this._client);
|
|
42
|
+
this.buy = new BuyAPI.Buy(this._client);
|
|
43
|
+
this.sell = new SellAPI.Sell(this._client);
|
|
44
|
+
this.move = new MoveAPI.Move(this._client);
|
|
45
|
+
this.wrap = new WrapAPI.Wrap(this._client);
|
|
46
|
+
this.bridge = new BridgeAPI.Bridge(this._client);
|
|
47
|
+
this.lock = new LockAPI.Lock(this._client);
|
|
48
|
+
this.vote = new VoteAPI.Vote(this._client);
|
|
49
|
+
this.incentivize = new IncentivizeAPI.Incentivize(this._client);
|
|
50
|
+
this.executions = new ExecutionsAPI.Executions(this._client);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
Vektor.Registry = Registry;
|
|
54
|
+
Vektor.Balances = Balances;
|
|
55
|
+
Vektor.Prices = Prices;
|
|
56
|
+
Vektor.Lend = Lend;
|
|
57
|
+
Vektor.Borrow = Borrow;
|
|
58
|
+
Vektor.LP = LP;
|
|
59
|
+
Vektor.Buy = Buy;
|
|
60
|
+
Vektor.Sell = Sell;
|
|
61
|
+
Vektor.Move = Move;
|
|
62
|
+
Vektor.Wrap = Wrap;
|
|
63
|
+
Vektor.Bridge = Bridge;
|
|
64
|
+
Vektor.Lock = Lock;
|
|
65
|
+
Vektor.Vote = Vote;
|
|
66
|
+
Vektor.Incentivize = Incentivize;
|
|
67
|
+
Vektor.Executions = Executions;
|
|
68
|
+
//# sourceMappingURL=vektor.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vektor.mjs","sourceRoot":"","sources":["../../src/resources/vektor/vektor.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/vektor/vote/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE;OAC3D,EAAE,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE;OAC3D,EAAE,IAAI,EAAE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/vektor/vote/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE;OAC3D,EAAE,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE;OAC3D,EAAE,IAAI,EAAE"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Vote = exports.Rewards = exports.Markets = void 0;
|
|
5
|
+
var markets_1 = require("./markets.js");
|
|
6
|
+
Object.defineProperty(exports, "Markets", { enumerable: true, get: function () { return markets_1.Markets; } });
|
|
7
|
+
var rewards_1 = require("./rewards.js");
|
|
8
|
+
Object.defineProperty(exports, "Rewards", { enumerable: true, get: function () { return rewards_1.Rewards; } });
|
|
9
|
+
var vote_1 = require("./vote.js");
|
|
10
|
+
Object.defineProperty(exports, "Vote", { enumerable: true, get: function () { return vote_1.Vote; } });
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/vektor/vote/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCAAoF;AAA3E,kGAAA,OAAO,OAAA;AAChB,wCAAoF;AAA3E,kGAAA,OAAO,OAAA;AAChB,kCAA8B;AAArB,4FAAA,IAAI,OAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/vektor/vote/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,OAAO,EAAkD;OAC3D,EAAE,OAAO,EAAkD;OAC3D,EAAE,IAAI,EAAE"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import * as VektorAPI from "../vektor.mjs";
|
|
3
|
+
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
4
|
+
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
5
|
+
export declare class Markets extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Get the current LP voting markets
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* const markets = await client.vektor.vote.markets.list({
|
|
12
|
+
* assets: ['asset_01jbz9qc00f8wr64hfe459gb7y'],
|
|
13
|
+
* blockchain: 'blockchain_01jbz9nsy8egar70jg79dkwmaf',
|
|
14
|
+
* venues: ['venue_01jbz9qc18evw86sg8m0sj9jg5'],
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
list(body: MarketListParams, options?: RequestOptions): APIPromise<MarketListResponse>;
|
|
19
|
+
}
|
|
20
|
+
export interface MarketListResponse {
|
|
21
|
+
/**
|
|
22
|
+
* A list of LP incentive vote markets
|
|
23
|
+
*/
|
|
24
|
+
items: Array<VektorAPI.VoteMarket>;
|
|
25
|
+
}
|
|
26
|
+
export interface MarketListParams {
|
|
27
|
+
/**
|
|
28
|
+
* A list of asset IDs, EVM addresses or asset symbols
|
|
29
|
+
*/
|
|
30
|
+
assets: Array<VektorAPI.AssetIDOrAddressEVMOrAssetSymbol>;
|
|
31
|
+
/**
|
|
32
|
+
* A blockchain ID, represented as a TypeID with `blockchain` prefix
|
|
33
|
+
*/
|
|
34
|
+
blockchain: VektorAPI.BlockchainIDOrBlockchainSymbol;
|
|
35
|
+
/**
|
|
36
|
+
* A list of venue IDs or venue symbols
|
|
37
|
+
*/
|
|
38
|
+
venues: Array<VektorAPI.VenueIDOrVenueSymbol>;
|
|
39
|
+
/**
|
|
40
|
+
* An asset symbol
|
|
41
|
+
*/
|
|
42
|
+
quote_asset_symbol?: string | null;
|
|
43
|
+
}
|
|
44
|
+
export declare namespace Markets {
|
|
45
|
+
export { type MarketListResponse as MarketListResponse, type MarketListParams as MarketListParams };
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=markets.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"markets.d.mts","sourceRoot":"","sources":["../../../src/resources/vektor/vote/markets.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,SAAS;OACd,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,IAAI,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,kBAAkB,CAAC;CAGvF;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;CACpC;AAED,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,gCAAgC,CAAC,CAAC;IAE1D;;OAEG;IACH,UAAU,EAAE,SAAS,CAAC,8BAA8B,CAAC;IAErD;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAC;IAE9C;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACpC;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EAAE,KAAK,kBAAkB,IAAI,kBAAkB,EAAE,KAAK,gBAAgB,IAAI,gBAAgB,EAAE,CAAC;CACrG"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.js";
|
|
2
|
+
import * as VektorAPI from "../vektor.js";
|
|
3
|
+
import { APIPromise } from "../../../core/api-promise.js";
|
|
4
|
+
import { RequestOptions } from "../../../internal/request-options.js";
|
|
5
|
+
export declare class Markets extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Get the current LP voting markets
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* const markets = await client.vektor.vote.markets.list({
|
|
12
|
+
* assets: ['asset_01jbz9qc00f8wr64hfe459gb7y'],
|
|
13
|
+
* blockchain: 'blockchain_01jbz9nsy8egar70jg79dkwmaf',
|
|
14
|
+
* venues: ['venue_01jbz9qc18evw86sg8m0sj9jg5'],
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
list(body: MarketListParams, options?: RequestOptions): APIPromise<MarketListResponse>;
|
|
19
|
+
}
|
|
20
|
+
export interface MarketListResponse {
|
|
21
|
+
/**
|
|
22
|
+
* A list of LP incentive vote markets
|
|
23
|
+
*/
|
|
24
|
+
items: Array<VektorAPI.VoteMarket>;
|
|
25
|
+
}
|
|
26
|
+
export interface MarketListParams {
|
|
27
|
+
/**
|
|
28
|
+
* A list of asset IDs, EVM addresses or asset symbols
|
|
29
|
+
*/
|
|
30
|
+
assets: Array<VektorAPI.AssetIDOrAddressEVMOrAssetSymbol>;
|
|
31
|
+
/**
|
|
32
|
+
* A blockchain ID, represented as a TypeID with `blockchain` prefix
|
|
33
|
+
*/
|
|
34
|
+
blockchain: VektorAPI.BlockchainIDOrBlockchainSymbol;
|
|
35
|
+
/**
|
|
36
|
+
* A list of venue IDs or venue symbols
|
|
37
|
+
*/
|
|
38
|
+
venues: Array<VektorAPI.VenueIDOrVenueSymbol>;
|
|
39
|
+
/**
|
|
40
|
+
* An asset symbol
|
|
41
|
+
*/
|
|
42
|
+
quote_asset_symbol?: string | null;
|
|
43
|
+
}
|
|
44
|
+
export declare namespace Markets {
|
|
45
|
+
export { type MarketListResponse as MarketListResponse, type MarketListParams as MarketListParams };
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=markets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"markets.d.ts","sourceRoot":"","sources":["../../../src/resources/vektor/vote/markets.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,SAAS;OACd,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,IAAI,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,kBAAkB,CAAC;CAGvF;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;CACpC;AAED,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,gCAAgC,CAAC,CAAC;IAE1D;;OAEG;IACH,UAAU,EAAE,SAAS,CAAC,8BAA8B,CAAC;IAErD;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAC;IAE9C;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACpC;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EAAE,KAAK,kBAAkB,IAAI,kBAAkB,EAAE,KAAK,gBAAgB,IAAI,gBAAgB,EAAE,CAAC;CACrG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Markets = void 0;
|
|
5
|
+
const resource_1 = require("../../../core/resource.js");
|
|
6
|
+
class Markets extends resource_1.APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get the current LP voting markets
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ```ts
|
|
12
|
+
* const markets = await client.vektor.vote.markets.list({
|
|
13
|
+
* assets: ['asset_01jbz9qc00f8wr64hfe459gb7y'],
|
|
14
|
+
* blockchain: 'blockchain_01jbz9nsy8egar70jg79dkwmaf',
|
|
15
|
+
* venues: ['venue_01jbz9qc18evw86sg8m0sj9jg5'],
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
list(body, options) {
|
|
20
|
+
return this._client.post('/v1/vektor/vote/markets', { body, ...options });
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.Markets = Markets;
|
|
24
|
+
//# sourceMappingURL=markets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"markets.js","sourceRoot":"","sources":["../../../src/resources/vektor/vote/markets.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAKrD,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,IAAsB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,yBAAyB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5E,CAAC;CACF;AAhBD,0BAgBC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
+
export class Markets extends APIResource {
|
|
4
|
+
/**
|
|
5
|
+
* Get the current LP voting markets
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```ts
|
|
9
|
+
* const markets = await client.vektor.vote.markets.list({
|
|
10
|
+
* assets: ['asset_01jbz9qc00f8wr64hfe459gb7y'],
|
|
11
|
+
* blockchain: 'blockchain_01jbz9nsy8egar70jg79dkwmaf',
|
|
12
|
+
* venues: ['venue_01jbz9qc18evw86sg8m0sj9jg5'],
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
list(body, options) {
|
|
17
|
+
return this._client.post('/v1/vektor/vote/markets', { body, ...options });
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=markets.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"markets.mjs","sourceRoot":"","sources":["../../../src/resources/vektor/vote/markets.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAKtB,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,IAAsB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,yBAAyB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5E,CAAC;CACF"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import * as VektorAPI from "../vektor.mjs";
|
|
3
|
+
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
4
|
+
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
5
|
+
export declare class Rewards extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Get the unclaimed rewards from LP voting markets
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* const rewards = await client.vektor.vote.rewards.list({
|
|
12
|
+
* accounts: ['0x6b175474e89094c44da98b954eedeac495271d0f'],
|
|
13
|
+
* assets: ['asset_01jbz9qc00f8wr64hfe459gb7y'],
|
|
14
|
+
* blockchain: 'blockchain_01jbz9nsy8egar70jg79dkwmaf',
|
|
15
|
+
* venues: ['venue_01jbz9qc18evw86sg8m0sj9jg5'],
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
list(body: RewardListParams, options?: RequestOptions): APIPromise<RewardListResponse>;
|
|
20
|
+
}
|
|
21
|
+
export interface RewardListResponse {
|
|
22
|
+
/**
|
|
23
|
+
* A list of LP vote rewards
|
|
24
|
+
*/
|
|
25
|
+
items: Array<VektorAPI.VoteReward>;
|
|
26
|
+
}
|
|
27
|
+
export interface RewardListParams {
|
|
28
|
+
/**
|
|
29
|
+
* A list of accounts. Currently only EVM addresses are supported.
|
|
30
|
+
*/
|
|
31
|
+
accounts: Array<VektorAPI.Account>;
|
|
32
|
+
/**
|
|
33
|
+
* A list of asset IDs, EVM addresses or asset symbols
|
|
34
|
+
*/
|
|
35
|
+
assets: Array<VektorAPI.AssetIDOrAddressEVMOrAssetSymbol>;
|
|
36
|
+
/**
|
|
37
|
+
* A blockchain ID, represented as a TypeID with `blockchain` prefix
|
|
38
|
+
*/
|
|
39
|
+
blockchain: VektorAPI.BlockchainIDOrBlockchainSymbol;
|
|
40
|
+
/**
|
|
41
|
+
* A list of venue IDs or venue symbols
|
|
42
|
+
*/
|
|
43
|
+
venues: Array<VektorAPI.VenueIDOrVenueSymbol>;
|
|
44
|
+
/**
|
|
45
|
+
* An asset symbol
|
|
46
|
+
*/
|
|
47
|
+
quote_asset_symbol?: string | null;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace Rewards {
|
|
50
|
+
export { type RewardListResponse as RewardListResponse, type RewardListParams as RewardListParams };
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=rewards.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rewards.d.mts","sourceRoot":"","sources":["../../../src/resources/vektor/vote/rewards.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,SAAS;OACd,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;;OAYG;IACH,IAAI,CAAC,IAAI,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,kBAAkB,CAAC;CAGvF;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;CACpC;AAED,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;IAEnC;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,gCAAgC,CAAC,CAAC;IAE1D;;OAEG;IACH,UAAU,EAAE,SAAS,CAAC,8BAA8B,CAAC;IAErD;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAC;IAE9C;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACpC;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EAAE,KAAK,kBAAkB,IAAI,kBAAkB,EAAE,KAAK,gBAAgB,IAAI,gBAAgB,EAAE,CAAC;CACrG"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.js";
|
|
2
|
+
import * as VektorAPI from "../vektor.js";
|
|
3
|
+
import { APIPromise } from "../../../core/api-promise.js";
|
|
4
|
+
import { RequestOptions } from "../../../internal/request-options.js";
|
|
5
|
+
export declare class Rewards extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Get the unclaimed rewards from LP voting markets
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* const rewards = await client.vektor.vote.rewards.list({
|
|
12
|
+
* accounts: ['0x6b175474e89094c44da98b954eedeac495271d0f'],
|
|
13
|
+
* assets: ['asset_01jbz9qc00f8wr64hfe459gb7y'],
|
|
14
|
+
* blockchain: 'blockchain_01jbz9nsy8egar70jg79dkwmaf',
|
|
15
|
+
* venues: ['venue_01jbz9qc18evw86sg8m0sj9jg5'],
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
list(body: RewardListParams, options?: RequestOptions): APIPromise<RewardListResponse>;
|
|
20
|
+
}
|
|
21
|
+
export interface RewardListResponse {
|
|
22
|
+
/**
|
|
23
|
+
* A list of LP vote rewards
|
|
24
|
+
*/
|
|
25
|
+
items: Array<VektorAPI.VoteReward>;
|
|
26
|
+
}
|
|
27
|
+
export interface RewardListParams {
|
|
28
|
+
/**
|
|
29
|
+
* A list of accounts. Currently only EVM addresses are supported.
|
|
30
|
+
*/
|
|
31
|
+
accounts: Array<VektorAPI.Account>;
|
|
32
|
+
/**
|
|
33
|
+
* A list of asset IDs, EVM addresses or asset symbols
|
|
34
|
+
*/
|
|
35
|
+
assets: Array<VektorAPI.AssetIDOrAddressEVMOrAssetSymbol>;
|
|
36
|
+
/**
|
|
37
|
+
* A blockchain ID, represented as a TypeID with `blockchain` prefix
|
|
38
|
+
*/
|
|
39
|
+
blockchain: VektorAPI.BlockchainIDOrBlockchainSymbol;
|
|
40
|
+
/**
|
|
41
|
+
* A list of venue IDs or venue symbols
|
|
42
|
+
*/
|
|
43
|
+
venues: Array<VektorAPI.VenueIDOrVenueSymbol>;
|
|
44
|
+
/**
|
|
45
|
+
* An asset symbol
|
|
46
|
+
*/
|
|
47
|
+
quote_asset_symbol?: string | null;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace Rewards {
|
|
50
|
+
export { type RewardListResponse as RewardListResponse, type RewardListParams as RewardListParams };
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=rewards.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rewards.d.ts","sourceRoot":"","sources":["../../../src/resources/vektor/vote/rewards.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,SAAS;OACd,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;;OAYG;IACH,IAAI,CAAC,IAAI,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,kBAAkB,CAAC;CAGvF;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;CACpC;AAED,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;IAEnC;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,gCAAgC,CAAC,CAAC;IAE1D;;OAEG;IACH,UAAU,EAAE,SAAS,CAAC,8BAA8B,CAAC;IAErD;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAC;IAE9C;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACpC;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EAAE,KAAK,kBAAkB,IAAI,kBAAkB,EAAE,KAAK,gBAAgB,IAAI,gBAAgB,EAAE,CAAC;CACrG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Rewards = void 0;
|
|
5
|
+
const resource_1 = require("../../../core/resource.js");
|
|
6
|
+
class Rewards extends resource_1.APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get the unclaimed rewards from LP voting markets
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ```ts
|
|
12
|
+
* const rewards = await client.vektor.vote.rewards.list({
|
|
13
|
+
* accounts: ['0x6b175474e89094c44da98b954eedeac495271d0f'],
|
|
14
|
+
* assets: ['asset_01jbz9qc00f8wr64hfe459gb7y'],
|
|
15
|
+
* blockchain: 'blockchain_01jbz9nsy8egar70jg79dkwmaf',
|
|
16
|
+
* venues: ['venue_01jbz9qc18evw86sg8m0sj9jg5'],
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
list(body, options) {
|
|
21
|
+
return this._client.post('/v1/vektor/vote/rewards', { body, ...options });
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
exports.Rewards = Rewards;
|
|
25
|
+
//# sourceMappingURL=rewards.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rewards.js","sourceRoot":"","sources":["../../../src/resources/vektor/vote/rewards.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAKrD,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;;;;;;;;;;;OAYG;IACH,IAAI,CAAC,IAAsB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,yBAAyB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5E,CAAC;CACF;AAjBD,0BAiBC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
+
export class Rewards extends APIResource {
|
|
4
|
+
/**
|
|
5
|
+
* Get the unclaimed rewards from LP voting markets
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```ts
|
|
9
|
+
* const rewards = await client.vektor.vote.rewards.list({
|
|
10
|
+
* accounts: ['0x6b175474e89094c44da98b954eedeac495271d0f'],
|
|
11
|
+
* assets: ['asset_01jbz9qc00f8wr64hfe459gb7y'],
|
|
12
|
+
* blockchain: 'blockchain_01jbz9nsy8egar70jg79dkwmaf',
|
|
13
|
+
* venues: ['venue_01jbz9qc18evw86sg8m0sj9jg5'],
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
list(body, options) {
|
|
18
|
+
return this._client.post('/v1/vektor/vote/rewards', { body, ...options });
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=rewards.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rewards.mjs","sourceRoot":"","sources":["../../../src/resources/vektor/vote/rewards.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAKtB,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;;OAYG;IACH,IAAI,CAAC,IAAsB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,yBAAyB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5E,CAAC;CACF"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import * as MarketsAPI from "./markets.mjs";
|
|
3
|
+
import { MarketListParams, MarketListResponse, Markets } from "./markets.mjs";
|
|
4
|
+
import * as RewardsAPI from "./rewards.mjs";
|
|
5
|
+
import { RewardListParams, RewardListResponse, Rewards } from "./rewards.mjs";
|
|
6
|
+
export declare class Vote extends APIResource {
|
|
7
|
+
markets: MarketsAPI.Markets;
|
|
8
|
+
rewards: RewardsAPI.Rewards;
|
|
9
|
+
}
|
|
10
|
+
export declare namespace Vote {
|
|
11
|
+
export { Markets as Markets, type MarketListResponse as MarketListResponse, type MarketListParams as MarketListParams, };
|
|
12
|
+
export { Rewards as Rewards, type RewardListResponse as RewardListResponse, type RewardListParams as RewardListParams, };
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=vote.d.mts.map
|