@nirvana-labs/nirvana 1.9.0 → 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 +9 -0
- package/bin/migration-config.json +70 -0
- package/client.d.mts +3 -0
- package/client.d.mts.map +1 -1
- package/client.d.ts +3 -0
- package/client.d.ts.map +1 -1
- package/client.js +3 -0
- package/client.js.map +1 -1
- package/client.mjs +3 -0
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/index.d.mts +1 -0
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +1 -0
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.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 +5 -0
- package/src/resources/index.ts +1 -0
- 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":"steps.d.ts","sourceRoot":"","sources":["../../../src/resources/vektor/executions/steps.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.Steps = void 0;
|
|
5
|
+
const resource_1 = require("../../../core/resource.js");
|
|
6
|
+
const headers_1 = require("../../../internal/headers.js");
|
|
7
|
+
const path_1 = require("../../../internal/utils/path.js");
|
|
8
|
+
class Steps extends resource_1.APIResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get a step of an execution
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```ts
|
|
14
|
+
* const step = await client.vektor.executions.steps.get(
|
|
15
|
+
* 'step_id',
|
|
16
|
+
* { execution_id: 'execution_id' },
|
|
17
|
+
* );
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
get(stepID, params, options) {
|
|
21
|
+
const { execution_id } = params;
|
|
22
|
+
return this._client.get((0, path_1.path) `/v1/vektor/executions/${execution_id}/steps/${stepID}`, options);
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Sign an EVM transaction step
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* ```ts
|
|
29
|
+
* await client.vektor.executions.steps.sign('step_id', {
|
|
30
|
+
* execution_id: 'execution_id',
|
|
31
|
+
* signed_payload: '0x123456789abcdef',
|
|
32
|
+
* });
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
sign(stepID, params, options) {
|
|
36
|
+
const { execution_id, ...body } = params;
|
|
37
|
+
return this._client.post((0, path_1.path) `/v1/vektor/executions/${execution_id}/steps/${stepID}/sign`, {
|
|
38
|
+
body,
|
|
39
|
+
...options,
|
|
40
|
+
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.Steps = Steps;
|
|
45
|
+
//# sourceMappingURL=steps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"steps.js","sourceRoot":"","sources":["../../../src/resources/vektor/executions/steps.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAGrD,0DAAyD;AAEzD,0DAAoD;AAEpD,MAAa,KAAM,SAAQ,sBAAW;IACpC;;;;;;;;;;OAUG;IACH,GAAG,CAAC,MAAc,EAAE,MAAqB,EAAE,OAAwB;QACjE,MAAM,EAAE,YAAY,EAAE,GAAG,MAAM,CAAC;QAChC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,yBAAyB,YAAY,UAAU,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IAChG,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CAAC,MAAc,EAAE,MAAsB,EAAE,OAAwB;QACnE,MAAM,EAAE,YAAY,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,yBAAyB,YAAY,UAAU,MAAM,OAAO,EAAE;YACzF,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;CACF;AApCD,sBAoCC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
+
import { buildHeaders } from "../../../internal/headers.mjs";
|
|
4
|
+
import { path } from "../../../internal/utils/path.mjs";
|
|
5
|
+
export class Steps extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Get a step of an execution
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* const step = await client.vektor.executions.steps.get(
|
|
12
|
+
* 'step_id',
|
|
13
|
+
* { execution_id: 'execution_id' },
|
|
14
|
+
* );
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
get(stepID, params, options) {
|
|
18
|
+
const { execution_id } = params;
|
|
19
|
+
return this._client.get(path `/v1/vektor/executions/${execution_id}/steps/${stepID}`, options);
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Sign an EVM transaction step
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
* ```ts
|
|
26
|
+
* await client.vektor.executions.steps.sign('step_id', {
|
|
27
|
+
* execution_id: 'execution_id',
|
|
28
|
+
* signed_payload: '0x123456789abcdef',
|
|
29
|
+
* });
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
sign(stepID, params, options) {
|
|
33
|
+
const { execution_id, ...body } = params;
|
|
34
|
+
return this._client.post(path `/v1/vektor/executions/${execution_id}/steps/${stepID}/sign`, {
|
|
35
|
+
body,
|
|
36
|
+
...options,
|
|
37
|
+
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=steps.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"steps.mjs","sourceRoot":"","sources":["../../../src/resources/vektor/executions/steps.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,YAAY,EAAE;OAEhB,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,KAAM,SAAQ,WAAW;IACpC;;;;;;;;;;OAUG;IACH,GAAG,CAAC,MAAc,EAAE,MAAqB,EAAE,OAAwB;QACjE,MAAM,EAAE,YAAY,EAAE,GAAG,MAAM,CAAC;QAChC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,yBAAyB,YAAY,UAAU,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IAChG,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CAAC,MAAc,EAAE,MAAsB,EAAE,OAAwB;QACnE,MAAM,EAAE,YAAY,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,yBAAyB,YAAY,UAAU,MAAM,OAAO,EAAE;YACzF,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"executions.d.mts","sourceRoot":"","sources":["../../src/resources/vektor/executions.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"executions.d.ts","sourceRoot":"","sources":["../../src/resources/vektor/executions.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
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
|
+
const tslib_1 = require("../../internal/tslib.js");
|
|
5
|
+
tslib_1.__exportStar(require("./executions/index.js"), exports);
|
|
6
|
+
//# sourceMappingURL=executions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"executions.js","sourceRoot":"","sources":["../../src/resources/vektor/executions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gEAAmC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"executions.mjs","sourceRoot":"","sources":["../../src/resources/vektor/executions.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|
|
@@ -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 Incentivize extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* List the current incentive markets
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* const incentivizes = await client.vektor.incentivize.list({
|
|
12
|
+
* assets: ['asset_01jbz9qc00f8wr64hfe459gb7y'],
|
|
13
|
+
* blockchain: 'blockchain_01jbz9nsy8egar70jg79dkwmaf',
|
|
14
|
+
* venues: ['venue_01jbz9qc18evw86sg8m0sj9jg5'],
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
list(body: IncentivizeListParams, options?: RequestOptions): APIPromise<IncentivizeListResponse>;
|
|
19
|
+
}
|
|
20
|
+
export interface IncentivizeListResponse {
|
|
21
|
+
/**
|
|
22
|
+
* A list of lp pool incentive markets
|
|
23
|
+
*/
|
|
24
|
+
items: Array<VektorAPI.IncentivizeMarket>;
|
|
25
|
+
}
|
|
26
|
+
export interface IncentivizeListParams {
|
|
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 Incentivize {
|
|
45
|
+
export { type IncentivizeListResponse as IncentivizeListResponse, type IncentivizeListParams as IncentivizeListParams, };
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=incentivize.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"incentivize.d.mts","sourceRoot":"","sources":["../../src/resources/vektor/incentivize.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,SAAS;OACd,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,IAAI,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,uBAAuB,CAAC;CAGjG;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC;CAC3C;AAED,MAAM,WAAW,qBAAqB;IACpC;;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,WAAW,CAAC;IACnC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}
|
|
@@ -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 Incentivize extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* List the current incentive markets
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* const incentivizes = await client.vektor.incentivize.list({
|
|
12
|
+
* assets: ['asset_01jbz9qc00f8wr64hfe459gb7y'],
|
|
13
|
+
* blockchain: 'blockchain_01jbz9nsy8egar70jg79dkwmaf',
|
|
14
|
+
* venues: ['venue_01jbz9qc18evw86sg8m0sj9jg5'],
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
list(body: IncentivizeListParams, options?: RequestOptions): APIPromise<IncentivizeListResponse>;
|
|
19
|
+
}
|
|
20
|
+
export interface IncentivizeListResponse {
|
|
21
|
+
/**
|
|
22
|
+
* A list of lp pool incentive markets
|
|
23
|
+
*/
|
|
24
|
+
items: Array<VektorAPI.IncentivizeMarket>;
|
|
25
|
+
}
|
|
26
|
+
export interface IncentivizeListParams {
|
|
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 Incentivize {
|
|
45
|
+
export { type IncentivizeListResponse as IncentivizeListResponse, type IncentivizeListParams as IncentivizeListParams, };
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=incentivize.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"incentivize.d.ts","sourceRoot":"","sources":["../../src/resources/vektor/incentivize.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,SAAS;OACd,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,IAAI,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,uBAAuB,CAAC;CAGjG;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC;CAC3C;AAED,MAAM,WAAW,qBAAqB;IACpC;;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,WAAW,CAAC;IACnC,OAAO,EACL,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}
|
|
@@ -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.Incentivize = void 0;
|
|
5
|
+
const resource_1 = require("../../core/resource.js");
|
|
6
|
+
class Incentivize extends resource_1.APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* List the current incentive markets
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ```ts
|
|
12
|
+
* const incentivizes = await client.vektor.incentivize.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/incentivize/markets', { body, ...options });
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.Incentivize = Incentivize;
|
|
24
|
+
//# sourceMappingURL=incentivize.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"incentivize.js","sourceRoot":"","sources":["../../src/resources/vektor/incentivize.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAKlD,MAAa,WAAY,SAAQ,sBAAW;IAC1C;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,IAA2B,EAAE,OAAwB;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,gCAAgC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnF,CAAC;CACF;AAhBD,kCAgBC"}
|
|
@@ -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 Incentivize extends APIResource {
|
|
4
|
+
/**
|
|
5
|
+
* List the current incentive markets
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```ts
|
|
9
|
+
* const incentivizes = await client.vektor.incentivize.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/incentivize/markets', { body, ...options });
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=incentivize.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"incentivize.mjs","sourceRoot":"","sources":["../../src/resources/vektor/incentivize.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAKtB,MAAM,OAAO,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,IAA2B,EAAE,OAAwB;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,gCAAgC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnF,CAAC;CACF"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export { Balances, type BalanceListResponse, type BalanceListHistoricalResponse, type BalanceListParams, type BalanceListHistoricalParams, } from "./balances.mjs";
|
|
2
|
+
export { Borrow } from "./borrow/index.mjs";
|
|
3
|
+
export { Bridge } from "./bridge/index.mjs";
|
|
4
|
+
export { Buy } from "./buy/index.mjs";
|
|
5
|
+
export { Executions, type ExecutionListResponse } from "./executions/index.mjs";
|
|
6
|
+
export { Incentivize, type IncentivizeListResponse, type IncentivizeListParams } from "./incentivize.mjs";
|
|
7
|
+
export { LP } from "./lp/index.mjs";
|
|
8
|
+
export { Lend } from "./lend/index.mjs";
|
|
9
|
+
export { Lock } from "./lock/index.mjs";
|
|
10
|
+
export { Move, type MoveCreateParams } from "./move.mjs";
|
|
11
|
+
export { Prices, type PriceListResponse, type PriceListHistoricalResponse, type PriceListParams, type PriceListHistoricalParams, } from "./prices.mjs";
|
|
12
|
+
export { Registry } from "./registry/index.mjs";
|
|
13
|
+
export { Sell } from "./sell/index.mjs";
|
|
14
|
+
export { Vektor } from "./vektor.mjs";
|
|
15
|
+
export { Vote } from "./vote/index.mjs";
|
|
16
|
+
export { Wrap } from "./wrap/index.mjs";
|
|
17
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/vektor/index.ts"],"names":[],"mappings":"OAEO,EACL,QAAQ,EACR,KAAK,mBAAmB,EACxB,KAAK,6BAA6B,EAClC,KAAK,iBAAiB,EACtB,KAAK,2BAA2B,GACjC;OACM,EAAE,MAAM,EAAE;OACV,EAAE,MAAM,EAAE;OACV,EAAE,GAAG,EAAE;OACP,EAAE,UAAU,EAAE,KAAK,qBAAqB,EAAE;OAC1C,EAAE,WAAW,EAAE,KAAK,uBAAuB,EAAE,KAAK,qBAAqB,EAAE;OACzE,EAAE,EAAE,EAAE;OACN,EAAE,IAAI,EAAE;OACR,EAAE,IAAI,EAAE;OACR,EAAE,IAAI,EAAE,KAAK,gBAAgB,EAAE;OAC/B,EACL,MAAM,EACN,KAAK,iBAAiB,EACtB,KAAK,2BAA2B,EAChC,KAAK,eAAe,EACpB,KAAK,yBAAyB,GAC/B;OACM,EAAE,QAAQ,EAAE;OACZ,EAAE,IAAI,EAAE;OACR,EAAE,MAAM,EAAE;OACV,EAAE,IAAI,EAAE;OACR,EAAE,IAAI,EAAE"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export { Balances, type BalanceListResponse, type BalanceListHistoricalResponse, type BalanceListParams, type BalanceListHistoricalParams, } from "./balances.js";
|
|
2
|
+
export { Borrow } from "./borrow/index.js";
|
|
3
|
+
export { Bridge } from "./bridge/index.js";
|
|
4
|
+
export { Buy } from "./buy/index.js";
|
|
5
|
+
export { Executions, type ExecutionListResponse } from "./executions/index.js";
|
|
6
|
+
export { Incentivize, type IncentivizeListResponse, type IncentivizeListParams } from "./incentivize.js";
|
|
7
|
+
export { LP } from "./lp/index.js";
|
|
8
|
+
export { Lend } from "./lend/index.js";
|
|
9
|
+
export { Lock } from "./lock/index.js";
|
|
10
|
+
export { Move, type MoveCreateParams } from "./move.js";
|
|
11
|
+
export { Prices, type PriceListResponse, type PriceListHistoricalResponse, type PriceListParams, type PriceListHistoricalParams, } from "./prices.js";
|
|
12
|
+
export { Registry } from "./registry/index.js";
|
|
13
|
+
export { Sell } from "./sell/index.js";
|
|
14
|
+
export { Vektor } from "./vektor.js";
|
|
15
|
+
export { Vote } from "./vote/index.js";
|
|
16
|
+
export { Wrap } from "./wrap/index.js";
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/vektor/index.ts"],"names":[],"mappings":"OAEO,EACL,QAAQ,EACR,KAAK,mBAAmB,EACxB,KAAK,6BAA6B,EAClC,KAAK,iBAAiB,EACtB,KAAK,2BAA2B,GACjC;OACM,EAAE,MAAM,EAAE;OACV,EAAE,MAAM,EAAE;OACV,EAAE,GAAG,EAAE;OACP,EAAE,UAAU,EAAE,KAAK,qBAAqB,EAAE;OAC1C,EAAE,WAAW,EAAE,KAAK,uBAAuB,EAAE,KAAK,qBAAqB,EAAE;OACzE,EAAE,EAAE,EAAE;OACN,EAAE,IAAI,EAAE;OACR,EAAE,IAAI,EAAE;OACR,EAAE,IAAI,EAAE,KAAK,gBAAgB,EAAE;OAC/B,EACL,MAAM,EACN,KAAK,iBAAiB,EACtB,KAAK,2BAA2B,EAChC,KAAK,eAAe,EACpB,KAAK,yBAAyB,GAC/B;OACM,EAAE,QAAQ,EAAE;OACZ,EAAE,IAAI,EAAE;OACR,EAAE,MAAM,EAAE;OACV,EAAE,IAAI,EAAE;OACR,EAAE,IAAI,EAAE"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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.Wrap = exports.Vote = exports.Vektor = exports.Sell = exports.Registry = exports.Prices = exports.Move = exports.Lock = exports.Lend = exports.LP = exports.Incentivize = exports.Executions = exports.Buy = exports.Bridge = exports.Borrow = exports.Balances = void 0;
|
|
5
|
+
var balances_1 = require("./balances.js");
|
|
6
|
+
Object.defineProperty(exports, "Balances", { enumerable: true, get: function () { return balances_1.Balances; } });
|
|
7
|
+
var index_1 = require("./borrow/index.js");
|
|
8
|
+
Object.defineProperty(exports, "Borrow", { enumerable: true, get: function () { return index_1.Borrow; } });
|
|
9
|
+
var index_2 = require("./bridge/index.js");
|
|
10
|
+
Object.defineProperty(exports, "Bridge", { enumerable: true, get: function () { return index_2.Bridge; } });
|
|
11
|
+
var index_3 = require("./buy/index.js");
|
|
12
|
+
Object.defineProperty(exports, "Buy", { enumerable: true, get: function () { return index_3.Buy; } });
|
|
13
|
+
var index_4 = require("./executions/index.js");
|
|
14
|
+
Object.defineProperty(exports, "Executions", { enumerable: true, get: function () { return index_4.Executions; } });
|
|
15
|
+
var incentivize_1 = require("./incentivize.js");
|
|
16
|
+
Object.defineProperty(exports, "Incentivize", { enumerable: true, get: function () { return incentivize_1.Incentivize; } });
|
|
17
|
+
var index_5 = require("./lp/index.js");
|
|
18
|
+
Object.defineProperty(exports, "LP", { enumerable: true, get: function () { return index_5.LP; } });
|
|
19
|
+
var index_6 = require("./lend/index.js");
|
|
20
|
+
Object.defineProperty(exports, "Lend", { enumerable: true, get: function () { return index_6.Lend; } });
|
|
21
|
+
var index_7 = require("./lock/index.js");
|
|
22
|
+
Object.defineProperty(exports, "Lock", { enumerable: true, get: function () { return index_7.Lock; } });
|
|
23
|
+
var move_1 = require("./move.js");
|
|
24
|
+
Object.defineProperty(exports, "Move", { enumerable: true, get: function () { return move_1.Move; } });
|
|
25
|
+
var prices_1 = require("./prices.js");
|
|
26
|
+
Object.defineProperty(exports, "Prices", { enumerable: true, get: function () { return prices_1.Prices; } });
|
|
27
|
+
var index_8 = require("./registry/index.js");
|
|
28
|
+
Object.defineProperty(exports, "Registry", { enumerable: true, get: function () { return index_8.Registry; } });
|
|
29
|
+
var index_9 = require("./sell/index.js");
|
|
30
|
+
Object.defineProperty(exports, "Sell", { enumerable: true, get: function () { return index_9.Sell; } });
|
|
31
|
+
var vektor_1 = require("./vektor.js");
|
|
32
|
+
Object.defineProperty(exports, "Vektor", { enumerable: true, get: function () { return vektor_1.Vektor; } });
|
|
33
|
+
var index_10 = require("./vote/index.js");
|
|
34
|
+
Object.defineProperty(exports, "Vote", { enumerable: true, get: function () { return index_10.Vote; } });
|
|
35
|
+
var index_11 = require("./wrap/index.js");
|
|
36
|
+
Object.defineProperty(exports, "Wrap", { enumerable: true, get: function () { return index_11.Wrap; } });
|
|
37
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/vektor/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0CAMoB;AALlB,oGAAA,QAAQ,OAAA;AAMV,2CAAwC;AAA/B,+FAAA,MAAM,OAAA;AACf,2CAAwC;AAA/B,+FAAA,MAAM,OAAA;AACf,wCAAkC;AAAzB,4FAAA,GAAG,OAAA;AACZ,+CAA4E;AAAnE,mGAAA,UAAU,OAAA;AACnB,gDAAsG;AAA7F,0GAAA,WAAW,OAAA;AACpB,uCAAgC;AAAvB,2FAAA,EAAE,OAAA;AACX,yCAAoC;AAA3B,6FAAA,IAAI,OAAA;AACb,yCAAoC;AAA3B,6FAAA,IAAI,OAAA;AACb,kCAAqD;AAA5C,4FAAA,IAAI,OAAA;AACb,sCAMkB;AALhB,gGAAA,MAAM,OAAA;AAMR,6CAA4C;AAAnC,iGAAA,QAAQ,OAAA;AACjB,yCAAoC;AAA3B,6FAAA,IAAI,OAAA;AACb,sCAAkC;AAAzB,gGAAA,MAAM,OAAA;AACf,0CAAoC;AAA3B,8FAAA,IAAI,OAAA;AACb,0CAAoC;AAA3B,8FAAA,IAAI,OAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
export { Balances, } from "./balances.mjs";
|
|
3
|
+
export { Borrow } from "./borrow/index.mjs";
|
|
4
|
+
export { Bridge } from "./bridge/index.mjs";
|
|
5
|
+
export { Buy } from "./buy/index.mjs";
|
|
6
|
+
export { Executions } from "./executions/index.mjs";
|
|
7
|
+
export { Incentivize } from "./incentivize.mjs";
|
|
8
|
+
export { LP } from "./lp/index.mjs";
|
|
9
|
+
export { Lend } from "./lend/index.mjs";
|
|
10
|
+
export { Lock } from "./lock/index.mjs";
|
|
11
|
+
export { Move } from "./move.mjs";
|
|
12
|
+
export { Prices, } from "./prices.mjs";
|
|
13
|
+
export { Registry } from "./registry/index.mjs";
|
|
14
|
+
export { Sell } from "./sell/index.mjs";
|
|
15
|
+
export { Vektor } from "./vektor.mjs";
|
|
16
|
+
export { Vote } from "./vote/index.mjs";
|
|
17
|
+
export { Wrap } from "./wrap/index.mjs";
|
|
18
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/vektor/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,QAAQ,GAKT;OACM,EAAE,MAAM,EAAE;OACV,EAAE,MAAM,EAAE;OACV,EAAE,GAAG,EAAE;OACP,EAAE,UAAU,EAA8B;OAC1C,EAAE,WAAW,EAA4D;OACzE,EAAE,EAAE,EAAE;OACN,EAAE,IAAI,EAAE;OACR,EAAE,IAAI,EAAE;OACR,EAAE,IAAI,EAAyB;OAC/B,EACL,MAAM,GAKP;OACM,EAAE,QAAQ,EAAE;OACZ,EAAE,IAAI,EAAE;OACR,EAAE,MAAM,EAAE;OACV,EAAE,IAAI,EAAE;OACR,EAAE,IAAI,EAAE"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { Lend } from "./lend.mjs";
|
|
2
|
+
export { Markets, type MarketListResponse, type MarketListHistoricalResponse, type MarketListParams, type MarketListHistoricalParams, } from "./markets.mjs";
|
|
3
|
+
export { Positions, type PositionListResponse, type PositionListHistoricalResponse, type PositionListParams, type PositionListHistoricalParams, } from "./positions.mjs";
|
|
4
|
+
export { SetCollateral, type SetCollateralCreateParams } from "./set-collateral.mjs";
|
|
5
|
+
export { Withdraw, type WithdrawCreateParams } from "./withdraw.mjs";
|
|
6
|
+
export { type LendCreateParams } from "./lend_.mjs";
|
|
7
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/vektor/lend/index.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE;OACR,EACL,OAAO,EACP,KAAK,kBAAkB,EACvB,KAAK,4BAA4B,EACjC,KAAK,gBAAgB,EACrB,KAAK,0BAA0B,GAChC;OACM,EACL,SAAS,EACT,KAAK,oBAAoB,EACzB,KAAK,8BAA8B,EACnC,KAAK,kBAAkB,EACvB,KAAK,4BAA4B,GAClC;OACM,EAAE,aAAa,EAAE,KAAK,yBAAyB,EAAE;OACjD,EAAE,QAAQ,EAAE,KAAK,oBAAoB,EAAE;OACvC,EAAE,KAAK,gBAAgB,EAAE"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { Lend } from "./lend.js";
|
|
2
|
+
export { Markets, type MarketListResponse, type MarketListHistoricalResponse, type MarketListParams, type MarketListHistoricalParams, } from "./markets.js";
|
|
3
|
+
export { Positions, type PositionListResponse, type PositionListHistoricalResponse, type PositionListParams, type PositionListHistoricalParams, } from "./positions.js";
|
|
4
|
+
export { SetCollateral, type SetCollateralCreateParams } from "./set-collateral.js";
|
|
5
|
+
export { Withdraw, type WithdrawCreateParams } from "./withdraw.js";
|
|
6
|
+
export { type LendCreateParams } from "./lend_.js";
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/vektor/lend/index.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE;OACR,EACL,OAAO,EACP,KAAK,kBAAkB,EACvB,KAAK,4BAA4B,EACjC,KAAK,gBAAgB,EACrB,KAAK,0BAA0B,GAChC;OACM,EACL,SAAS,EACT,KAAK,oBAAoB,EACzB,KAAK,8BAA8B,EACnC,KAAK,kBAAkB,EACvB,KAAK,4BAA4B,GAClC;OACM,EAAE,aAAa,EAAE,KAAK,yBAAyB,EAAE;OACjD,EAAE,QAAQ,EAAE,KAAK,oBAAoB,EAAE;OACvC,EAAE,KAAK,gBAAgB,EAAE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
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.Withdraw = exports.SetCollateral = exports.Positions = exports.Markets = exports.Lend = void 0;
|
|
5
|
+
var lend_1 = require("./lend.js");
|
|
6
|
+
Object.defineProperty(exports, "Lend", { enumerable: true, get: function () { return lend_1.Lend; } });
|
|
7
|
+
var markets_1 = require("./markets.js");
|
|
8
|
+
Object.defineProperty(exports, "Markets", { enumerable: true, get: function () { return markets_1.Markets; } });
|
|
9
|
+
var positions_1 = require("./positions.js");
|
|
10
|
+
Object.defineProperty(exports, "Positions", { enumerable: true, get: function () { return positions_1.Positions; } });
|
|
11
|
+
var set_collateral_1 = require("./set-collateral.js");
|
|
12
|
+
Object.defineProperty(exports, "SetCollateral", { enumerable: true, get: function () { return set_collateral_1.SetCollateral; } });
|
|
13
|
+
var withdraw_1 = require("./withdraw.js");
|
|
14
|
+
Object.defineProperty(exports, "Withdraw", { enumerable: true, get: function () { return withdraw_1.Withdraw; } });
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/vektor/lend/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kCAA8B;AAArB,4FAAA,IAAI,OAAA;AACb,wCAMmB;AALjB,kGAAA,OAAO,OAAA;AAMT,4CAMqB;AALnB,sGAAA,SAAS,OAAA;AAMX,sDAAiF;AAAxE,+GAAA,aAAa,OAAA;AACtB,0CAAiE;AAAxD,oGAAA,QAAQ,OAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
export { Lend } from "./lend.mjs";
|
|
3
|
+
export { Markets, } from "./markets.mjs";
|
|
4
|
+
export { Positions, } from "./positions.mjs";
|
|
5
|
+
export { SetCollateral } from "./set-collateral.mjs";
|
|
6
|
+
export { Withdraw } from "./withdraw.mjs";
|
|
7
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/vektor/lend/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,IAAI,EAAE;OACR,EACL,OAAO,GAKR;OACM,EACL,SAAS,GAKV;OACM,EAAE,aAAa,EAAkC;OACjD,EAAE,QAAQ,EAA6B"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import * as LendAPI from "./lend_.mjs";
|
|
3
|
+
import { Lend as LendAPILend, LendCreateParams } from "./lend_.mjs";
|
|
4
|
+
import * as MarketsAPI from "./markets.mjs";
|
|
5
|
+
import { MarketListHistoricalParams, MarketListHistoricalResponse, MarketListParams, MarketListResponse, Markets } from "./markets.mjs";
|
|
6
|
+
import * as PositionsAPI from "./positions.mjs";
|
|
7
|
+
import { PositionListHistoricalParams, PositionListHistoricalResponse, PositionListParams, PositionListResponse, Positions } from "./positions.mjs";
|
|
8
|
+
import * as SetCollateralAPI from "./set-collateral.mjs";
|
|
9
|
+
import { SetCollateral, SetCollateralCreateParams } from "./set-collateral.mjs";
|
|
10
|
+
import * as WithdrawAPI from "./withdraw.mjs";
|
|
11
|
+
import { Withdraw, WithdrawCreateParams } from "./withdraw.mjs";
|
|
12
|
+
export declare class Lend extends APIResource {
|
|
13
|
+
markets: MarketsAPI.Markets;
|
|
14
|
+
positions: PositionsAPI.Positions;
|
|
15
|
+
lend: LendAPI.Lend;
|
|
16
|
+
withdraw: WithdrawAPI.Withdraw;
|
|
17
|
+
setCollateral: SetCollateralAPI.SetCollateral;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace Lend {
|
|
20
|
+
export { Markets as Markets, type MarketListResponse as MarketListResponse, type MarketListHistoricalResponse as MarketListHistoricalResponse, type MarketListParams as MarketListParams, type MarketListHistoricalParams as MarketListHistoricalParams, };
|
|
21
|
+
export { Positions as Positions, type PositionListResponse as PositionListResponse, type PositionListHistoricalResponse as PositionListHistoricalResponse, type PositionListParams as PositionListParams, type PositionListHistoricalParams as PositionListHistoricalParams, };
|
|
22
|
+
export { LendAPILend as Lend, type LendCreateParams as LendCreateParams };
|
|
23
|
+
export { Withdraw as Withdraw, type WithdrawCreateParams as WithdrawCreateParams };
|
|
24
|
+
export { SetCollateral as SetCollateral, type SetCollateralCreateParams as SetCollateralCreateParams };
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=lend.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lend.d.mts","sourceRoot":"","sources":["../../../src/resources/vektor/lend/lend.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EAAE,IAAI,IAAI,WAAW,EAAE,gBAAgB,EAAE;OACzC,KAAK,UAAU;OACf,EACL,0BAA0B,EAC1B,4BAA4B,EAC5B,gBAAgB,EAChB,kBAAkB,EAClB,OAAO,EACR;OACM,KAAK,YAAY;OACjB,EACL,4BAA4B,EAC5B,8BAA8B,EAC9B,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EACV;OACM,KAAK,gBAAgB;OACrB,EAAE,aAAa,EAAE,yBAAyB,EAAE;OAC5C,KAAK,WAAW;OAChB,EAAE,QAAQ,EAAE,oBAAoB,EAAE;AAEzC,qBAAa,IAAK,SAAQ,WAAW;IACnC,OAAO,EAAE,UAAU,CAAC,OAAO,CAAwC;IACnE,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAC7E,IAAI,EAAE,OAAO,CAAC,IAAI,CAAkC;IACpD,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAA0C;IACxE,aAAa,EAAE,gBAAgB,CAAC,aAAa,CAAoD;CAClG;AAQD,MAAM,CAAC,OAAO,WAAW,IAAI,CAAC;IAC5B,OAAO,EACL,OAAO,IAAI,OAAO,EAClB,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,0BAA0B,IAAI,0BAA0B,GAC9D,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,4BAA4B,IAAI,4BAA4B,GAClE,CAAC;IAEF,OAAO,EAAE,WAAW,IAAI,IAAI,EAAE,KAAK,gBAAgB,IAAI,gBAAgB,EAAE,CAAC;IAE1E,OAAO,EAAE,QAAQ,IAAI,QAAQ,EAAE,KAAK,oBAAoB,IAAI,oBAAoB,EAAE,CAAC;IAEnF,OAAO,EAAE,aAAa,IAAI,aAAa,EAAE,KAAK,yBAAyB,IAAI,yBAAyB,EAAE,CAAC;CACxG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.js";
|
|
2
|
+
import * as LendAPI from "./lend_.js";
|
|
3
|
+
import { Lend as LendAPILend, LendCreateParams } from "./lend_.js";
|
|
4
|
+
import * as MarketsAPI from "./markets.js";
|
|
5
|
+
import { MarketListHistoricalParams, MarketListHistoricalResponse, MarketListParams, MarketListResponse, Markets } from "./markets.js";
|
|
6
|
+
import * as PositionsAPI from "./positions.js";
|
|
7
|
+
import { PositionListHistoricalParams, PositionListHistoricalResponse, PositionListParams, PositionListResponse, Positions } from "./positions.js";
|
|
8
|
+
import * as SetCollateralAPI from "./set-collateral.js";
|
|
9
|
+
import { SetCollateral, SetCollateralCreateParams } from "./set-collateral.js";
|
|
10
|
+
import * as WithdrawAPI from "./withdraw.js";
|
|
11
|
+
import { Withdraw, WithdrawCreateParams } from "./withdraw.js";
|
|
12
|
+
export declare class Lend extends APIResource {
|
|
13
|
+
markets: MarketsAPI.Markets;
|
|
14
|
+
positions: PositionsAPI.Positions;
|
|
15
|
+
lend: LendAPI.Lend;
|
|
16
|
+
withdraw: WithdrawAPI.Withdraw;
|
|
17
|
+
setCollateral: SetCollateralAPI.SetCollateral;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace Lend {
|
|
20
|
+
export { Markets as Markets, type MarketListResponse as MarketListResponse, type MarketListHistoricalResponse as MarketListHistoricalResponse, type MarketListParams as MarketListParams, type MarketListHistoricalParams as MarketListHistoricalParams, };
|
|
21
|
+
export { Positions as Positions, type PositionListResponse as PositionListResponse, type PositionListHistoricalResponse as PositionListHistoricalResponse, type PositionListParams as PositionListParams, type PositionListHistoricalParams as PositionListHistoricalParams, };
|
|
22
|
+
export { LendAPILend as Lend, type LendCreateParams as LendCreateParams };
|
|
23
|
+
export { Withdraw as Withdraw, type WithdrawCreateParams as WithdrawCreateParams };
|
|
24
|
+
export { SetCollateral as SetCollateral, type SetCollateralCreateParams as SetCollateralCreateParams };
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=lend.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lend.d.ts","sourceRoot":"","sources":["../../../src/resources/vektor/lend/lend.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EAAE,IAAI,IAAI,WAAW,EAAE,gBAAgB,EAAE;OACzC,KAAK,UAAU;OACf,EACL,0BAA0B,EAC1B,4BAA4B,EAC5B,gBAAgB,EAChB,kBAAkB,EAClB,OAAO,EACR;OACM,KAAK,YAAY;OACjB,EACL,4BAA4B,EAC5B,8BAA8B,EAC9B,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EACV;OACM,KAAK,gBAAgB;OACrB,EAAE,aAAa,EAAE,yBAAyB,EAAE;OAC5C,KAAK,WAAW;OAChB,EAAE,QAAQ,EAAE,oBAAoB,EAAE;AAEzC,qBAAa,IAAK,SAAQ,WAAW;IACnC,OAAO,EAAE,UAAU,CAAC,OAAO,CAAwC;IACnE,SAAS,EAAE,YAAY,CAAC,SAAS,CAA4C;IAC7E,IAAI,EAAE,OAAO,CAAC,IAAI,CAAkC;IACpD,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAA0C;IACxE,aAAa,EAAE,gBAAgB,CAAC,aAAa,CAAoD;CAClG;AAQD,MAAM,CAAC,OAAO,WAAW,IAAI,CAAC;IAC5B,OAAO,EACL,OAAO,IAAI,OAAO,EAClB,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,0BAA0B,IAAI,0BAA0B,GAC9D,CAAC;IAEF,OAAO,EACL,SAAS,IAAI,SAAS,EACtB,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,4BAA4B,IAAI,4BAA4B,GAClE,CAAC;IAEF,OAAO,EAAE,WAAW,IAAI,IAAI,EAAE,KAAK,gBAAgB,IAAI,gBAAgB,EAAE,CAAC;IAE1E,OAAO,EAAE,QAAQ,IAAI,QAAQ,EAAE,KAAK,oBAAoB,IAAI,oBAAoB,EAAE,CAAC;IAEnF,OAAO,EAAE,aAAa,IAAI,aAAa,EAAE,KAAK,yBAAyB,IAAI,yBAAyB,EAAE,CAAC;CACxG"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.Lend = void 0;
|
|
5
|
+
const tslib_1 = require("../../../internal/tslib.js");
|
|
6
|
+
const resource_1 = require("../../../core/resource.js");
|
|
7
|
+
const LendAPI = tslib_1.__importStar(require("./lend_.js"));
|
|
8
|
+
const lend_1 = require("./lend_.js");
|
|
9
|
+
const MarketsAPI = tslib_1.__importStar(require("./markets.js"));
|
|
10
|
+
const markets_1 = require("./markets.js");
|
|
11
|
+
const PositionsAPI = tslib_1.__importStar(require("./positions.js"));
|
|
12
|
+
const positions_1 = require("./positions.js");
|
|
13
|
+
const SetCollateralAPI = tslib_1.__importStar(require("./set-collateral.js"));
|
|
14
|
+
const set_collateral_1 = require("./set-collateral.js");
|
|
15
|
+
const WithdrawAPI = tslib_1.__importStar(require("./withdraw.js"));
|
|
16
|
+
const withdraw_1 = require("./withdraw.js");
|
|
17
|
+
class Lend extends resource_1.APIResource {
|
|
18
|
+
constructor() {
|
|
19
|
+
super(...arguments);
|
|
20
|
+
this.markets = new MarketsAPI.Markets(this._client);
|
|
21
|
+
this.positions = new PositionsAPI.Positions(this._client);
|
|
22
|
+
this.lend = new LendAPI.Lend(this._client);
|
|
23
|
+
this.withdraw = new WithdrawAPI.Withdraw(this._client);
|
|
24
|
+
this.setCollateral = new SetCollateralAPI.SetCollateral(this._client);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
exports.Lend = Lend;
|
|
28
|
+
Lend.Markets = markets_1.Markets;
|
|
29
|
+
Lend.Positions = positions_1.Positions;
|
|
30
|
+
Lend.Lend = lend_1.Lend;
|
|
31
|
+
Lend.Withdraw = withdraw_1.Withdraw;
|
|
32
|
+
Lend.SetCollateral = set_collateral_1.SetCollateral;
|
|
33
|
+
//# sourceMappingURL=lend.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lend.js","sourceRoot":"","sources":["../../../src/resources/vektor/lend/lend.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,wDAAqD;AACrD,4DAAmC;AACnC,qCAAgE;AAChE,iEAAwC;AACxC,0CAMmB;AACnB,qEAA4C;AAC5C,8CAMqB;AACrB,8EAAqD;AACrD,wDAA4E;AAC5E,mEAA0C;AAC1C,4CAA4D;AAE5D,MAAa,IAAK,SAAQ,sBAAW;IAArC;;QACE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,SAAI,GAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACnG,CAAC;CAAA;AAND,oBAMC;AAED,IAAI,CAAC,OAAO,GAAG,iBAAO,CAAC;AACvB,IAAI,CAAC,SAAS,GAAG,qBAAS,CAAC;AAC3B,IAAI,CAAC,IAAI,GAAG,WAAW,CAAC;AACxB,IAAI,CAAC,QAAQ,GAAG,mBAAQ,CAAC;AACzB,IAAI,CAAC,aAAa,GAAG,8BAAa,CAAC"}
|