@nirvana-labs/nirvana-mcp 1.18.3 → 1.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -12
- package/package.json +2 -2
- package/server.js +1 -1
- package/server.mjs +1 -1
- package/src/server.ts +1 -1
- package/src/tools/compute/vms/availability/create-vms-compute-availability.ts +22 -1
- package/src/tools/compute/vms/availability/update-vms-compute-availability.ts +8 -1
- package/src/tools/compute/vms/create-compute-vms.ts +21 -0
- package/src/tools/compute/vms/get-compute-vms.ts +1 -1
- package/src/tools/compute/vms/list-compute-vms.ts +1 -1
- package/src/tools/compute/vms/os-images/list-vms-compute-os-images.ts +1 -1
- package/src/tools/compute/vms/update-compute-vms.ts +7 -0
- package/src/tools/compute/vms/volumes/list-vms-compute-volumes.ts +1 -1
- package/src/tools/compute/volumes/availability/create-volumes-compute-availability.ts +8 -1
- package/src/tools/compute/volumes/availability/update-volumes-compute-availability.ts +8 -1
- package/src/tools/compute/volumes/create-compute-volumes.ts +7 -0
- package/src/tools/compute/volumes/get-compute-volumes.ts +1 -1
- package/src/tools/compute/volumes/list-compute-volumes.ts +1 -1
- package/src/tools/compute/volumes/update-compute-volumes.ts +7 -0
- package/src/tools/index.ts +18 -12
- package/src/tools/{connect/flux/update-connect-flux.ts → networking/connect/connections/create-connect-networking-connections.ts} +77 -12
- package/src/tools/networking/connect/connections/delete-connect-networking-connections.ts +49 -0
- package/src/tools/networking/connect/connections/get-connect-networking-connections.ts +49 -0
- package/src/tools/networking/connect/connections/list-connect-networking-connections.ts +46 -0
- package/src/tools/networking/connect/connections/update-connect-networking-connections.ts +58 -0
- package/src/tools/{connect/flux/providers/list-flux-connect-providers.ts → networking/connect/routes/list-connect-networking-routes.ts} +6 -6
- package/src/tools/networking/firewall-rules/create-networking-firewall-rules.ts +7 -0
- package/src/tools/networking/firewall-rules/get-networking-firewall-rules.ts +1 -1
- package/src/tools/networking/firewall-rules/list-networking-firewall-rules.ts +1 -1
- package/src/tools/networking/firewall-rules/update-networking-firewall-rules.ts +7 -0
- package/src/tools/networking/vpcs/availability/create-vpcs-networking-availability.ts +8 -1
- package/src/tools/networking/vpcs/availability/update-vpcs-networking-availability.ts +8 -1
- package/src/tools/networking/vpcs/create-networking-vpcs.ts +7 -0
- package/src/tools/networking/vpcs/get-networking-vpcs.ts +1 -1
- package/src/tools/networking/vpcs/list-networking-vpcs.ts +1 -1
- package/src/tools/networking/vpcs/update-networking-vpcs.ts +7 -0
- package/src/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.ts +1 -1
- package/src/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.ts +1 -1
- package/src/tools/rpc-nodes/flex/create-rpc-nodes-flex.ts +61 -0
- package/src/tools/rpc-nodes/flex/delete-rpc-nodes-flex.ts +40 -0
- package/src/tools/rpc-nodes/flex/get-rpc-nodes-flex.ts +1 -1
- package/src/tools/rpc-nodes/flex/list-rpc-nodes-flex.ts +1 -1
- package/src/tools/rpc-nodes/flex/update-rpc-nodes-flex.ts +56 -0
- package/src/tools/vektor/balances/list-historical-vektor-balances.ts +1 -1
- package/src/tools/vektor/balances/list-vektor-balances.ts +1 -1
- package/src/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.ts +1 -1
- package/src/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.ts +1 -1
- package/src/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.ts +1 -1
- package/src/tools/vektor/buy/quotes/list-buy-vektor-quotes.ts +1 -1
- package/src/tools/vektor/lock/markets/list-lock-vektor-markets.ts +1 -1
- package/src/tools/vektor/lock/positions/list-lock-vektor-positions.ts +3 -11
- package/src/tools/vektor/prices/list-historical-vektor-prices.ts +1 -1
- package/src/tools/vektor/prices/list-vektor-prices.ts +1 -1
- package/src/tools/vektor/registry/assets/list-registry-vektor-assets.ts +1 -1
- package/src/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.ts +1 -1
- package/src/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.ts +1 -1
- package/src/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.ts +1 -1
- package/src/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.ts +1 -1
- package/src/tools/vektor/registry/venues/list-registry-vektor-venues.ts +1 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.d.mts.map +1 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.d.ts.map +1 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.js +22 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.js.map +1 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.mjs +22 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.mjs.map +1 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.d.mts.map +1 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.d.ts.map +1 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.js +8 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.js.map +1 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.mjs +8 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.mjs.map +1 -1
- package/tools/compute/vms/create-compute-vms.d.mts.map +1 -1
- package/tools/compute/vms/create-compute-vms.d.ts.map +1 -1
- package/tools/compute/vms/create-compute-vms.js +21 -0
- package/tools/compute/vms/create-compute-vms.js.map +1 -1
- package/tools/compute/vms/create-compute-vms.mjs +21 -0
- package/tools/compute/vms/create-compute-vms.mjs.map +1 -1
- package/tools/compute/vms/get-compute-vms.js +1 -1
- package/tools/compute/vms/get-compute-vms.js.map +1 -1
- package/tools/compute/vms/get-compute-vms.mjs +1 -1
- package/tools/compute/vms/get-compute-vms.mjs.map +1 -1
- package/tools/compute/vms/list-compute-vms.js +1 -1
- package/tools/compute/vms/list-compute-vms.js.map +1 -1
- package/tools/compute/vms/list-compute-vms.mjs +1 -1
- package/tools/compute/vms/list-compute-vms.mjs.map +1 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.js +1 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.js.map +1 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.mjs +1 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.mjs.map +1 -1
- package/tools/compute/vms/update-compute-vms.d.mts.map +1 -1
- package/tools/compute/vms/update-compute-vms.d.ts.map +1 -1
- package/tools/compute/vms/update-compute-vms.js +7 -0
- package/tools/compute/vms/update-compute-vms.js.map +1 -1
- package/tools/compute/vms/update-compute-vms.mjs +7 -0
- package/tools/compute/vms/update-compute-vms.mjs.map +1 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.js +1 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.js.map +1 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.mjs +1 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.mjs.map +1 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.mts.map +1 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.ts.map +1 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.js +8 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.js.map +1 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.mjs +8 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.mjs.map +1 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.mts.map +1 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.ts.map +1 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.js +8 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.js.map +1 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.mjs +8 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.mjs.map +1 -1
- package/tools/compute/volumes/create-compute-volumes.d.mts.map +1 -1
- package/tools/compute/volumes/create-compute-volumes.d.ts.map +1 -1
- package/tools/compute/volumes/create-compute-volumes.js +7 -0
- package/tools/compute/volumes/create-compute-volumes.js.map +1 -1
- package/tools/compute/volumes/create-compute-volumes.mjs +7 -0
- package/tools/compute/volumes/create-compute-volumes.mjs.map +1 -1
- package/tools/compute/volumes/get-compute-volumes.js +1 -1
- package/tools/compute/volumes/get-compute-volumes.js.map +1 -1
- package/tools/compute/volumes/get-compute-volumes.mjs +1 -1
- package/tools/compute/volumes/get-compute-volumes.mjs.map +1 -1
- package/tools/compute/volumes/list-compute-volumes.js +1 -1
- package/tools/compute/volumes/list-compute-volumes.js.map +1 -1
- package/tools/compute/volumes/list-compute-volumes.mjs +1 -1
- package/tools/compute/volumes/list-compute-volumes.mjs.map +1 -1
- package/tools/compute/volumes/update-compute-volumes.d.mts.map +1 -1
- package/tools/compute/volumes/update-compute-volumes.d.ts.map +1 -1
- package/tools/compute/volumes/update-compute-volumes.js +7 -0
- package/tools/compute/volumes/update-compute-volumes.js.map +1 -1
- package/tools/compute/volumes/update-compute-volumes.mjs +7 -0
- package/tools/compute/volumes/update-compute-volumes.mjs.map +1 -1
- package/tools/index.d.mts.map +1 -1
- package/tools/index.d.ts.map +1 -1
- package/tools/index.js +18 -12
- package/tools/index.js.map +1 -1
- package/tools/index.mjs +18 -12
- package/tools/index.mjs.map +1 -1
- package/tools/networking/connect/connections/create-connect-networking-connections.d.mts +45 -0
- package/tools/networking/connect/connections/create-connect-networking-connections.d.mts.map +1 -0
- package/tools/networking/connect/connections/create-connect-networking-connections.d.ts +45 -0
- package/tools/networking/connect/connections/create-connect-networking-connections.d.ts.map +1 -0
- package/tools/{connect/flux/create-connect-flux.js → networking/connect/connections/create-connect-networking-connections.js} +21 -14
- package/tools/networking/connect/connections/create-connect-networking-connections.js.map +1 -0
- package/tools/{connect/flux/create-connect-flux.mjs → networking/connect/connections/create-connect-networking-connections.mjs} +21 -14
- package/tools/networking/connect/connections/create-connect-networking-connections.mjs.map +1 -0
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.mts +45 -0
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.mts.map +1 -0
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.ts +45 -0
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.ts.map +1 -0
- package/tools/networking/connect/connections/delete-connect-networking-connections.js +42 -0
- package/tools/networking/connect/connections/delete-connect-networking-connections.js.map +1 -0
- package/tools/networking/connect/connections/delete-connect-networking-connections.mjs +38 -0
- package/tools/networking/connect/connections/delete-connect-networking-connections.mjs.map +1 -0
- package/tools/networking/connect/connections/get-connect-networking-connections.d.mts +45 -0
- package/tools/networking/connect/connections/get-connect-networking-connections.d.mts.map +1 -0
- package/tools/networking/connect/connections/get-connect-networking-connections.d.ts +45 -0
- package/tools/networking/connect/connections/get-connect-networking-connections.d.ts.map +1 -0
- package/tools/networking/connect/connections/get-connect-networking-connections.js +42 -0
- package/tools/networking/connect/connections/get-connect-networking-connections.js.map +1 -0
- package/tools/networking/connect/connections/get-connect-networking-connections.mjs +38 -0
- package/tools/networking/connect/connections/get-connect-networking-connections.mjs.map +1 -0
- package/tools/networking/connect/connections/list-connect-networking-connections.d.mts +45 -0
- package/tools/networking/connect/connections/list-connect-networking-connections.d.mts.map +1 -0
- package/tools/networking/connect/connections/list-connect-networking-connections.d.ts +45 -0
- package/tools/networking/connect/connections/list-connect-networking-connections.d.ts.map +1 -0
- package/tools/networking/connect/connections/list-connect-networking-connections.js +39 -0
- package/tools/networking/connect/connections/list-connect-networking-connections.js.map +1 -0
- package/tools/networking/connect/connections/list-connect-networking-connections.mjs +35 -0
- package/tools/networking/connect/connections/list-connect-networking-connections.mjs.map +1 -0
- package/tools/networking/connect/connections/update-connect-networking-connections.d.mts +45 -0
- package/tools/networking/connect/connections/update-connect-networking-connections.d.mts.map +1 -0
- package/tools/networking/connect/connections/update-connect-networking-connections.d.ts +45 -0
- package/tools/networking/connect/connections/update-connect-networking-connections.d.ts.map +1 -0
- package/tools/networking/connect/connections/update-connect-networking-connections.js +51 -0
- package/tools/networking/connect/connections/update-connect-networking-connections.js.map +1 -0
- package/tools/networking/connect/connections/update-connect-networking-connections.mjs +47 -0
- package/tools/networking/connect/connections/update-connect-networking-connections.mjs.map +1 -0
- package/tools/networking/connect/routes/list-connect-networking-routes.d.mts +45 -0
- package/tools/networking/connect/routes/list-connect-networking-routes.d.mts.map +1 -0
- package/tools/networking/connect/routes/list-connect-networking-routes.d.ts +45 -0
- package/tools/networking/connect/routes/list-connect-networking-routes.d.ts.map +1 -0
- package/tools/{connect/flux/providers/list-flux-connect-providers.js → networking/connect/routes/list-connect-networking-routes.js} +7 -7
- package/tools/networking/connect/routes/list-connect-networking-routes.js.map +1 -0
- package/tools/networking/connect/routes/list-connect-networking-routes.mjs +35 -0
- package/tools/networking/connect/routes/list-connect-networking-routes.mjs.map +1 -0
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.mts.map +1 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.ts.map +1 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.js +7 -0
- package/tools/networking/firewall-rules/create-networking-firewall-rules.js.map +1 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.mjs +7 -0
- package/tools/networking/firewall-rules/create-networking-firewall-rules.mjs.map +1 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.js +1 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.js.map +1 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.mjs +1 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.mjs.map +1 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.js +1 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.js.map +1 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.mjs +1 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.mjs.map +1 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.mts.map +1 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.ts.map +1 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.js +7 -0
- package/tools/networking/firewall-rules/update-networking-firewall-rules.js.map +1 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.mjs +7 -0
- package/tools/networking/firewall-rules/update-networking-firewall-rules.mjs.map +1 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.mts.map +1 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.ts.map +1 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.js +8 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.js.map +1 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.mjs +8 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.mjs.map +1 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.mts.map +1 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.ts.map +1 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.js +8 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.js.map +1 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.mjs +8 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.mjs.map +1 -1
- package/tools/networking/vpcs/create-networking-vpcs.d.mts.map +1 -1
- package/tools/networking/vpcs/create-networking-vpcs.d.ts.map +1 -1
- package/tools/networking/vpcs/create-networking-vpcs.js +7 -0
- package/tools/networking/vpcs/create-networking-vpcs.js.map +1 -1
- package/tools/networking/vpcs/create-networking-vpcs.mjs +7 -0
- package/tools/networking/vpcs/create-networking-vpcs.mjs.map +1 -1
- package/tools/networking/vpcs/get-networking-vpcs.js +1 -1
- package/tools/networking/vpcs/get-networking-vpcs.js.map +1 -1
- package/tools/networking/vpcs/get-networking-vpcs.mjs +1 -1
- package/tools/networking/vpcs/get-networking-vpcs.mjs.map +1 -1
- package/tools/networking/vpcs/list-networking-vpcs.js +1 -1
- package/tools/networking/vpcs/list-networking-vpcs.js.map +1 -1
- package/tools/networking/vpcs/list-networking-vpcs.mjs +1 -1
- package/tools/networking/vpcs/list-networking-vpcs.mjs.map +1 -1
- package/tools/networking/vpcs/update-networking-vpcs.d.mts.map +1 -1
- package/tools/networking/vpcs/update-networking-vpcs.d.ts.map +1 -1
- package/tools/networking/vpcs/update-networking-vpcs.js +7 -0
- package/tools/networking/vpcs/update-networking-vpcs.js.map +1 -1
- package/tools/networking/vpcs/update-networking-vpcs.mjs +7 -0
- package/tools/networking/vpcs/update-networking-vpcs.mjs.map +1 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.js +1 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.js.map +1 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.mjs +1 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.mjs.map +1 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.js +1 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.js.map +1 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.mjs +1 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.mjs.map +1 -1
- package/tools/{connect/flux/delete-connect-flux.d.mts → rpc-nodes/flex/create-rpc-nodes-flex.d.mts} +1 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.mts.map +1 -0
- package/tools/{connect/flux/delete-connect-flux.d.ts → rpc-nodes/flex/create-rpc-nodes-flex.d.ts} +1 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.ts.map +1 -0
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.js +56 -0
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.js.map +1 -0
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.mjs +52 -0
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.mjs.map +1 -0
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.mts +45 -0
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.mts.map +1 -0
- package/tools/{connect/flux/create-connect-flux.d.mts → rpc-nodes/flex/delete-rpc-nodes-flex.d.ts} +1 -1
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.ts.map +1 -0
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.js +37 -0
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.js.map +1 -0
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.mjs +33 -0
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.mjs.map +1 -0
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.js +1 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.js.map +1 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.mjs +1 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.mjs.map +1 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.js +1 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.js.map +1 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.mjs +1 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.mjs.map +1 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.mts +45 -0
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.mts.map +1 -0
- package/tools/{connect/flux/create-connect-flux.d.ts → rpc-nodes/flex/update-rpc-nodes-flex.d.ts} +1 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.ts.map +1 -0
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.js +51 -0
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.js.map +1 -0
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.mjs +47 -0
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.mjs.map +1 -0
- package/tools/vektor/balances/list-historical-vektor-balances.js +1 -1
- package/tools/vektor/balances/list-historical-vektor-balances.js.map +1 -1
- package/tools/vektor/balances/list-historical-vektor-balances.mjs +1 -1
- package/tools/vektor/balances/list-historical-vektor-balances.mjs.map +1 -1
- package/tools/vektor/balances/list-vektor-balances.js +1 -1
- package/tools/vektor/balances/list-vektor-balances.js.map +1 -1
- package/tools/vektor/balances/list-vektor-balances.mjs +1 -1
- package/tools/vektor/balances/list-vektor-balances.mjs.map +1 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.js +1 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.js.map +1 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.mjs +1 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.mjs.map +1 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.js +1 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.js.map +1 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.mjs +1 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.mjs.map +1 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.js +1 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.js.map +1 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.mjs +1 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.mjs.map +1 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.js +1 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.js.map +1 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.mjs +1 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.mjs.map +1 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.js +1 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.js.map +1 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.mjs +1 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.mjs.map +1 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.mts.map +1 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.ts.map +1 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.js +3 -9
- package/tools/vektor/lock/positions/list-lock-vektor-positions.js.map +1 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.mjs +3 -9
- package/tools/vektor/lock/positions/list-lock-vektor-positions.mjs.map +1 -1
- package/tools/vektor/prices/list-historical-vektor-prices.js +1 -1
- package/tools/vektor/prices/list-historical-vektor-prices.js.map +1 -1
- package/tools/vektor/prices/list-historical-vektor-prices.mjs +1 -1
- package/tools/vektor/prices/list-historical-vektor-prices.mjs.map +1 -1
- package/tools/vektor/prices/list-vektor-prices.js +1 -1
- package/tools/vektor/prices/list-vektor-prices.js.map +1 -1
- package/tools/vektor/prices/list-vektor-prices.mjs +1 -1
- package/tools/vektor/prices/list-vektor-prices.mjs.map +1 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.js +1 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.js.map +1 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.mjs +1 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.mjs.map +1 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.js +1 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.js.map +1 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.mjs +1 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.mjs.map +1 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.js +1 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.js.map +1 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.mjs +1 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.mjs.map +1 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.js +1 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.js.map +1 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.mjs +1 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.mjs.map +1 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.js +1 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.js.map +1 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.mjs +1 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.mjs.map +1 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.js +1 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.js.map +1 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.mjs +1 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.mjs.map +1 -1
- package/src/tools/connect/flux/create-connect-flux.ts +0 -105
- package/src/tools/connect/flux/delete-connect-flux.ts +0 -47
- package/src/tools/connect/flux/get-connect-flux.ts +0 -47
- package/src/tools/connect/flux/list-connect-flux.ts +0 -44
- package/tools/connect/flux/create-connect-flux.d.mts.map +0 -1
- package/tools/connect/flux/create-connect-flux.d.ts.map +0 -1
- package/tools/connect/flux/create-connect-flux.js.map +0 -1
- package/tools/connect/flux/create-connect-flux.mjs.map +0 -1
- package/tools/connect/flux/delete-connect-flux.d.mts.map +0 -1
- package/tools/connect/flux/delete-connect-flux.d.ts.map +0 -1
- package/tools/connect/flux/delete-connect-flux.js +0 -42
- package/tools/connect/flux/delete-connect-flux.js.map +0 -1
- package/tools/connect/flux/delete-connect-flux.mjs +0 -38
- package/tools/connect/flux/delete-connect-flux.mjs.map +0 -1
- package/tools/connect/flux/get-connect-flux.d.mts +0 -45
- package/tools/connect/flux/get-connect-flux.d.mts.map +0 -1
- package/tools/connect/flux/get-connect-flux.d.ts +0 -45
- package/tools/connect/flux/get-connect-flux.d.ts.map +0 -1
- package/tools/connect/flux/get-connect-flux.js +0 -42
- package/tools/connect/flux/get-connect-flux.js.map +0 -1
- package/tools/connect/flux/get-connect-flux.mjs +0 -38
- package/tools/connect/flux/get-connect-flux.mjs.map +0 -1
- package/tools/connect/flux/list-connect-flux.d.mts +0 -45
- package/tools/connect/flux/list-connect-flux.d.mts.map +0 -1
- package/tools/connect/flux/list-connect-flux.d.ts +0 -45
- package/tools/connect/flux/list-connect-flux.d.ts.map +0 -1
- package/tools/connect/flux/list-connect-flux.js +0 -39
- package/tools/connect/flux/list-connect-flux.js.map +0 -1
- package/tools/connect/flux/list-connect-flux.mjs +0 -35
- package/tools/connect/flux/list-connect-flux.mjs.map +0 -1
- package/tools/connect/flux/providers/list-flux-connect-providers.d.mts +0 -45
- package/tools/connect/flux/providers/list-flux-connect-providers.d.mts.map +0 -1
- package/tools/connect/flux/providers/list-flux-connect-providers.d.ts +0 -45
- package/tools/connect/flux/providers/list-flux-connect-providers.d.ts.map +0 -1
- package/tools/connect/flux/providers/list-flux-connect-providers.js.map +0 -1
- package/tools/connect/flux/providers/list-flux-connect-providers.mjs +0 -35
- package/tools/connect/flux/providers/list-flux-connect-providers.mjs.map +0 -1
- package/tools/connect/flux/update-connect-flux.d.mts +0 -45
- package/tools/connect/flux/update-connect-flux.d.mts.map +0 -1
- package/tools/connect/flux/update-connect-flux.d.ts +0 -45
- package/tools/connect/flux/update-connect-flux.d.ts.map +0 -1
- package/tools/connect/flux/update-connect-flux.js +0 -44
- package/tools/connect/flux/update-connect-flux.js.map +0 -1
- package/tools/connect/flux/update-connect-flux.mjs +0 -40
- package/tools/connect/flux/update-connect-flux.mjs.map +0 -1
|
@@ -14,7 +14,7 @@ exports.metadata = {
|
|
|
14
14
|
};
|
|
15
15
|
exports.tool = {
|
|
16
16
|
name: 'list_historical_vektor_balances',
|
|
17
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nList balances for a given set of assets and addresses\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
17
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nList balances for a given set of assets and addresses\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/balance_list_historical_response',\n $defs: {\n balance_list_historical_response: {\n type: 'object',\n title: 'HistoricalBalanceListOutput',\n properties: {\n historical: {\n $ref: '#/$defs/on_chain_historical_range'\n },\n items: {\n type: 'array',\n title: 'BlockstampedListBalanceList',\n items: {\n type: 'object',\n title: 'BlockstampedBalanceList',\n properties: {\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n items: {\n type: 'array',\n title: 'BalanceList',\n description: 'Array of Balance',\n items: {\n $ref: '#/$defs/balance'\n }\n }\n },\n required: [ 'blockstamp',\n 'items'\n ]\n }\n }\n },\n required: [ 'historical',\n 'items'\n ]\n },\n on_chain_historical_range: {\n type: 'object',\n title: 'OnChainHistoricalRange',\n description: 'A range of blockstamps',\n properties: {\n from: {\n $ref: '#/$defs/blockstamp'\n },\n to: {\n $ref: '#/$defs/blockstamp'\n }\n },\n required: [ 'from',\n 'to'\n ]\n },\n blockstamp: {\n type: 'object',\n title: 'Blockstamp',\n description: 'Information about a specific block number and its timestamp',\n properties: {\n block_number: {\n $ref: '#/$defs/block_number'\n },\n blockchain: {\n $ref: '#/$defs/blockchain'\n },\n timestamp: {\n $ref: '#/$defs/timestamp'\n }\n },\n required: [ 'block_number',\n 'blockchain',\n 'timestamp'\n ]\n },\n block_number: {\n type: 'integer',\n title: 'BlockNumber',\n description: 'A block number'\n },\n blockchain: {\n type: 'object',\n title: 'Blockchain',\n description: 'Data about a blockchain',\n properties: {\n id: {\n $ref: '#/$defs/blockchain_id'\n },\n chain_data: {\n $ref: '#/$defs/evm_chain_data'\n },\n chain_type: {\n $ref: '#/$defs/chain_type'\n },\n explorer_url: {\n type: 'string',\n description: 'The blockchain\\'s explorer URL'\n },\n name: {\n $ref: '#/$defs/blockchain_name'\n },\n network: {\n $ref: '#/$defs/network_name'\n },\n symbol: {\n $ref: '#/$defs/blockchain_symbol'\n }\n },\n required: [ 'id',\n 'chain_data',\n 'chain_type',\n 'explorer_url',\n 'name',\n 'network',\n 'symbol'\n ]\n },\n blockchain_id: {\n type: 'string',\n title: 'BlockchainID',\n description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix'\n },\n evm_chain_data: {\n type: 'object',\n title: 'EVMChainData',\n description: 'Data about an EVM blockchain',\n properties: {\n chain_id: {\n type: 'integer',\n description: 'Chain ID'\n }\n },\n required: [ 'chain_id'\n ]\n },\n chain_type: {\n type: 'string',\n title: 'ChainType',\n description: 'Blockchain ecosystem',\n enum: [ 'evm'\n ]\n },\n blockchain_name: {\n type: 'string',\n title: 'BlockchainName',\n description: 'BlockchainName'\n },\n network_name: {\n type: 'string',\n title: 'NetworkName',\n description: 'Blockchain\\'s network'\n },\n blockchain_symbol: {\n type: 'string',\n title: 'BlockchainSymbol',\n description: 'A blockchain symbol'\n },\n timestamp: {\n type: 'string',\n title: 'Timestamp',\n description: 'ISO8601 Timestamp'\n },\n balance: {\n type: 'object',\n title: 'Balance',\n description: 'Balance properties',\n properties: {\n account: {\n $ref: '#/$defs/address_evm'\n },\n amount: {\n $ref: '#/$defs/decimal'\n },\n asset_id: {\n $ref: '#/$defs/asset_id'\n },\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n value: {\n $ref: '#/$defs/decimal'\n },\n quote_asset_symbol: {\n type: 'string',\n title: 'AssetSymbol',\n description: 'An asset symbol'\n }\n },\n required: [ 'account',\n 'amount',\n 'asset_id',\n 'blockstamp',\n 'value'\n ]\n },\n address_evm: {\n type: 'string',\n title: 'AddressEVM',\n description: 'An EVM address'\n },\n decimal: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n asset_id: {\n type: 'string',\n title: 'AssetID',\n description: 'An asset ID, represented as a TypeID with `asset` prefix'\n }\n }\n}\n```",
|
|
18
18
|
inputSchema: {
|
|
19
19
|
type: 'object',
|
|
20
20
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-historical-vektor-balances.js","sourceRoot":"","sources":["../../../src/tools/vektor/balances/list-historical-vektor-balances.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,mEAAkE;AAClE,iEAAsF;AAKzE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,gCAAgC;IAC1C,WAAW,EAAE,0BAA0B;CACxC,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,iCAAiC;IACvC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-historical-vektor-balances.js","sourceRoot":"","sources":["../../../src/tools/vektor/balances/list-historical-vektor-balances.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,7 +11,7 @@ export const metadata = {
|
|
|
11
11
|
};
|
|
12
12
|
export const tool = {
|
|
13
13
|
name: 'list_historical_vektor_balances',
|
|
14
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nList balances for a given set of assets and addresses\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
14
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nList balances for a given set of assets and addresses\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/balance_list_historical_response',\n $defs: {\n balance_list_historical_response: {\n type: 'object',\n title: 'HistoricalBalanceListOutput',\n properties: {\n historical: {\n $ref: '#/$defs/on_chain_historical_range'\n },\n items: {\n type: 'array',\n title: 'BlockstampedListBalanceList',\n items: {\n type: 'object',\n title: 'BlockstampedBalanceList',\n properties: {\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n items: {\n type: 'array',\n title: 'BalanceList',\n description: 'Array of Balance',\n items: {\n $ref: '#/$defs/balance'\n }\n }\n },\n required: [ 'blockstamp',\n 'items'\n ]\n }\n }\n },\n required: [ 'historical',\n 'items'\n ]\n },\n on_chain_historical_range: {\n type: 'object',\n title: 'OnChainHistoricalRange',\n description: 'A range of blockstamps',\n properties: {\n from: {\n $ref: '#/$defs/blockstamp'\n },\n to: {\n $ref: '#/$defs/blockstamp'\n }\n },\n required: [ 'from',\n 'to'\n ]\n },\n blockstamp: {\n type: 'object',\n title: 'Blockstamp',\n description: 'Information about a specific block number and its timestamp',\n properties: {\n block_number: {\n $ref: '#/$defs/block_number'\n },\n blockchain: {\n $ref: '#/$defs/blockchain'\n },\n timestamp: {\n $ref: '#/$defs/timestamp'\n }\n },\n required: [ 'block_number',\n 'blockchain',\n 'timestamp'\n ]\n },\n block_number: {\n type: 'integer',\n title: 'BlockNumber',\n description: 'A block number'\n },\n blockchain: {\n type: 'object',\n title: 'Blockchain',\n description: 'Data about a blockchain',\n properties: {\n id: {\n $ref: '#/$defs/blockchain_id'\n },\n chain_data: {\n $ref: '#/$defs/evm_chain_data'\n },\n chain_type: {\n $ref: '#/$defs/chain_type'\n },\n explorer_url: {\n type: 'string',\n description: 'The blockchain\\'s explorer URL'\n },\n name: {\n $ref: '#/$defs/blockchain_name'\n },\n network: {\n $ref: '#/$defs/network_name'\n },\n symbol: {\n $ref: '#/$defs/blockchain_symbol'\n }\n },\n required: [ 'id',\n 'chain_data',\n 'chain_type',\n 'explorer_url',\n 'name',\n 'network',\n 'symbol'\n ]\n },\n blockchain_id: {\n type: 'string',\n title: 'BlockchainID',\n description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix'\n },\n evm_chain_data: {\n type: 'object',\n title: 'EVMChainData',\n description: 'Data about an EVM blockchain',\n properties: {\n chain_id: {\n type: 'integer',\n description: 'Chain ID'\n }\n },\n required: [ 'chain_id'\n ]\n },\n chain_type: {\n type: 'string',\n title: 'ChainType',\n description: 'Blockchain ecosystem',\n enum: [ 'evm'\n ]\n },\n blockchain_name: {\n type: 'string',\n title: 'BlockchainName',\n description: 'BlockchainName'\n },\n network_name: {\n type: 'string',\n title: 'NetworkName',\n description: 'Blockchain\\'s network'\n },\n blockchain_symbol: {\n type: 'string',\n title: 'BlockchainSymbol',\n description: 'A blockchain symbol'\n },\n timestamp: {\n type: 'string',\n title: 'Timestamp',\n description: 'ISO8601 Timestamp'\n },\n balance: {\n type: 'object',\n title: 'Balance',\n description: 'Balance properties',\n properties: {\n account: {\n $ref: '#/$defs/address_evm'\n },\n amount: {\n $ref: '#/$defs/decimal'\n },\n asset_id: {\n $ref: '#/$defs/asset_id'\n },\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n value: {\n $ref: '#/$defs/decimal'\n },\n quote_asset_symbol: {\n type: 'string',\n title: 'AssetSymbol',\n description: 'An asset symbol'\n }\n },\n required: [ 'account',\n 'amount',\n 'asset_id',\n 'blockstamp',\n 'value'\n ]\n },\n address_evm: {\n type: 'string',\n title: 'AddressEVM',\n description: 'An EVM address'\n },\n decimal: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n asset_id: {\n type: 'string',\n title: 'AssetID',\n description: 'An asset ID, represented as a TypeID with `asset` prefix'\n }\n }\n}\n```",
|
|
15
15
|
inputSchema: {
|
|
16
16
|
type: 'object',
|
|
17
17
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-historical-vektor-balances.mjs","sourceRoot":"","sources":["../../../src/tools/vektor/balances/list-historical-vektor-balances.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,qCAAqC;OAC1D,EAAY,mBAAmB,EAAE,MAAM,uCAAuC;AAKrF,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,gCAAgC;IAC1C,WAAW,EAAE,0BAA0B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,iCAAiC;IACvC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-historical-vektor-balances.mjs","sourceRoot":"","sources":["../../../src/tools/vektor/balances/list-historical-vektor-balances.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,7 +14,7 @@ exports.metadata = {
|
|
|
14
14
|
};
|
|
15
15
|
exports.tool = {
|
|
16
16
|
name: 'list_vektor_balances',
|
|
17
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nList balances for a given set of assets and addresses\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
17
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nList balances for a given set of assets and addresses\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/balance_list_response',\n $defs: {\n balance_list_response: {\n type: 'object',\n title: 'BalanceListOutput',\n properties: {\n items: {\n type: 'array',\n title: 'BalanceList',\n description: 'Array of Balance',\n items: {\n $ref: '#/$defs/balance'\n }\n }\n },\n required: [ 'items'\n ]\n },\n balance: {\n type: 'object',\n title: 'Balance',\n description: 'Balance properties',\n properties: {\n account: {\n $ref: '#/$defs/address_evm'\n },\n amount: {\n $ref: '#/$defs/decimal'\n },\n asset_id: {\n $ref: '#/$defs/asset_id'\n },\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n value: {\n $ref: '#/$defs/decimal'\n },\n quote_asset_symbol: {\n type: 'string',\n title: 'AssetSymbol',\n description: 'An asset symbol'\n }\n },\n required: [ 'account',\n 'amount',\n 'asset_id',\n 'blockstamp',\n 'value'\n ]\n },\n address_evm: {\n type: 'string',\n title: 'AddressEVM',\n description: 'An EVM address'\n },\n decimal: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n asset_id: {\n type: 'string',\n title: 'AssetID',\n description: 'An asset ID, represented as a TypeID with `asset` prefix'\n },\n blockstamp: {\n type: 'object',\n title: 'Blockstamp',\n description: 'Information about a specific block number and its timestamp',\n properties: {\n block_number: {\n $ref: '#/$defs/block_number'\n },\n blockchain: {\n $ref: '#/$defs/blockchain'\n },\n timestamp: {\n $ref: '#/$defs/timestamp'\n }\n },\n required: [ 'block_number',\n 'blockchain',\n 'timestamp'\n ]\n },\n block_number: {\n type: 'integer',\n title: 'BlockNumber',\n description: 'A block number'\n },\n blockchain: {\n type: 'object',\n title: 'Blockchain',\n description: 'Data about a blockchain',\n properties: {\n id: {\n $ref: '#/$defs/blockchain_id'\n },\n chain_data: {\n $ref: '#/$defs/evm_chain_data'\n },\n chain_type: {\n $ref: '#/$defs/chain_type'\n },\n explorer_url: {\n type: 'string',\n description: 'The blockchain\\'s explorer URL'\n },\n name: {\n $ref: '#/$defs/blockchain_name'\n },\n network: {\n $ref: '#/$defs/network_name'\n },\n symbol: {\n $ref: '#/$defs/blockchain_symbol'\n }\n },\n required: [ 'id',\n 'chain_data',\n 'chain_type',\n 'explorer_url',\n 'name',\n 'network',\n 'symbol'\n ]\n },\n blockchain_id: {\n type: 'string',\n title: 'BlockchainID',\n description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix'\n },\n evm_chain_data: {\n type: 'object',\n title: 'EVMChainData',\n description: 'Data about an EVM blockchain',\n properties: {\n chain_id: {\n type: 'integer',\n description: 'Chain ID'\n }\n },\n required: [ 'chain_id'\n ]\n },\n chain_type: {\n type: 'string',\n title: 'ChainType',\n description: 'Blockchain ecosystem',\n enum: [ 'evm'\n ]\n },\n blockchain_name: {\n type: 'string',\n title: 'BlockchainName',\n description: 'BlockchainName'\n },\n network_name: {\n type: 'string',\n title: 'NetworkName',\n description: 'Blockchain\\'s network'\n },\n blockchain_symbol: {\n type: 'string',\n title: 'BlockchainSymbol',\n description: 'A blockchain symbol'\n },\n timestamp: {\n type: 'string',\n title: 'Timestamp',\n description: 'ISO8601 Timestamp'\n }\n }\n}\n```",
|
|
18
18
|
inputSchema: {
|
|
19
19
|
type: 'object',
|
|
20
20
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-vektor-balances.js","sourceRoot":"","sources":["../../../src/tools/vektor/balances/list-vektor-balances.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,mEAAkE;AAClE,iEAAsF;AAKzE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,qBAAqB;IAC/B,WAAW,EAAE,eAAe;CAC7B,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-vektor-balances.js","sourceRoot":"","sources":["../../../src/tools/vektor/balances/list-vektor-balances.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,mEAAkE;AAClE,iEAAsF;AAKzE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,qBAAqB;IAC/B,WAAW,EAAE,eAAe;CAC7B,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EACT,k6IAAk6I;IACp6I,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,iEAAiE;gBAC9E,KAAK,EAAE;oBACL,IAAI,EAAE,iBAAiB;iBACxB;aACF;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,sCAAsC;gBAC7C,WAAW,EAAE,qDAAqD;gBAClE,KAAK,EAAE;oBACL,IAAI,EAAE,iDAAiD;iBACxD;aACF;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,4CAA4C;aACnD;YACD,EAAE,EAAE;gBACF,KAAK,EAAE;oBACL;wBACE,IAAI,EAAE,mBAAmB;qBAC1B;oBACD;wBACE,IAAI,EAAE,sBAAsB;qBAC7B;iBACF;gBACD,KAAK,EAAE,wBAAwB;gBAC/B,WAAW,EAAE,8CAA8C;aAC5D;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,sBAAsB;aAC7B;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,UAAU,EAAE,QAAQ,EAAE,YAAY,CAAC;QAC9C,KAAK,EAAE;YACL,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,YAAY;gBACnB,WAAW,EAAE,gBAAgB;aAC9B;YACD,uCAAuC,EAAE;gBACvC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,0DAA0D;aACxE;YACD,kCAAkC,EAAE;gBAClC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,cAAc;gBACrB,WAAW,EAAE,mEAAmE;aACjF;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EAAE,mBAAmB;aACjC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,SAAS;gBACf,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,gBAAgB;aAC9B;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,iBAAiB;aAC/B;SACF;KACF;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,MAAmB,EAAE,IAAyC,EAAE,EAAE;IAC9F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACpG,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -11,7 +11,7 @@ export const metadata = {
|
|
|
11
11
|
};
|
|
12
12
|
export const tool = {
|
|
13
13
|
name: 'list_vektor_balances',
|
|
14
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nList balances for a given set of assets and addresses\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
14
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nList balances for a given set of assets and addresses\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/balance_list_response',\n $defs: {\n balance_list_response: {\n type: 'object',\n title: 'BalanceListOutput',\n properties: {\n items: {\n type: 'array',\n title: 'BalanceList',\n description: 'Array of Balance',\n items: {\n $ref: '#/$defs/balance'\n }\n }\n },\n required: [ 'items'\n ]\n },\n balance: {\n type: 'object',\n title: 'Balance',\n description: 'Balance properties',\n properties: {\n account: {\n $ref: '#/$defs/address_evm'\n },\n amount: {\n $ref: '#/$defs/decimal'\n },\n asset_id: {\n $ref: '#/$defs/asset_id'\n },\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n value: {\n $ref: '#/$defs/decimal'\n },\n quote_asset_symbol: {\n type: 'string',\n title: 'AssetSymbol',\n description: 'An asset symbol'\n }\n },\n required: [ 'account',\n 'amount',\n 'asset_id',\n 'blockstamp',\n 'value'\n ]\n },\n address_evm: {\n type: 'string',\n title: 'AddressEVM',\n description: 'An EVM address'\n },\n decimal: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n asset_id: {\n type: 'string',\n title: 'AssetID',\n description: 'An asset ID, represented as a TypeID with `asset` prefix'\n },\n blockstamp: {\n type: 'object',\n title: 'Blockstamp',\n description: 'Information about a specific block number and its timestamp',\n properties: {\n block_number: {\n $ref: '#/$defs/block_number'\n },\n blockchain: {\n $ref: '#/$defs/blockchain'\n },\n timestamp: {\n $ref: '#/$defs/timestamp'\n }\n },\n required: [ 'block_number',\n 'blockchain',\n 'timestamp'\n ]\n },\n block_number: {\n type: 'integer',\n title: 'BlockNumber',\n description: 'A block number'\n },\n blockchain: {\n type: 'object',\n title: 'Blockchain',\n description: 'Data about a blockchain',\n properties: {\n id: {\n $ref: '#/$defs/blockchain_id'\n },\n chain_data: {\n $ref: '#/$defs/evm_chain_data'\n },\n chain_type: {\n $ref: '#/$defs/chain_type'\n },\n explorer_url: {\n type: 'string',\n description: 'The blockchain\\'s explorer URL'\n },\n name: {\n $ref: '#/$defs/blockchain_name'\n },\n network: {\n $ref: '#/$defs/network_name'\n },\n symbol: {\n $ref: '#/$defs/blockchain_symbol'\n }\n },\n required: [ 'id',\n 'chain_data',\n 'chain_type',\n 'explorer_url',\n 'name',\n 'network',\n 'symbol'\n ]\n },\n blockchain_id: {\n type: 'string',\n title: 'BlockchainID',\n description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix'\n },\n evm_chain_data: {\n type: 'object',\n title: 'EVMChainData',\n description: 'Data about an EVM blockchain',\n properties: {\n chain_id: {\n type: 'integer',\n description: 'Chain ID'\n }\n },\n required: [ 'chain_id'\n ]\n },\n chain_type: {\n type: 'string',\n title: 'ChainType',\n description: 'Blockchain ecosystem',\n enum: [ 'evm'\n ]\n },\n blockchain_name: {\n type: 'string',\n title: 'BlockchainName',\n description: 'BlockchainName'\n },\n network_name: {\n type: 'string',\n title: 'NetworkName',\n description: 'Blockchain\\'s network'\n },\n blockchain_symbol: {\n type: 'string',\n title: 'BlockchainSymbol',\n description: 'A blockchain symbol'\n },\n timestamp: {\n type: 'string',\n title: 'Timestamp',\n description: 'ISO8601 Timestamp'\n }\n }\n}\n```",
|
|
15
15
|
inputSchema: {
|
|
16
16
|
type: 'object',
|
|
17
17
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-vektor-balances.mjs","sourceRoot":"","sources":["../../../src/tools/vektor/balances/list-vektor-balances.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,qCAAqC;OAC1D,EAAY,mBAAmB,EAAE,MAAM,uCAAuC;AAKrF,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,qBAAqB;IAC/B,WAAW,EAAE,eAAe;CAC7B,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-vektor-balances.mjs","sourceRoot":"","sources":["../../../src/tools/vektor/balances/list-vektor-balances.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,qCAAqC;OAC1D,EAAY,mBAAmB,EAAE,MAAM,uCAAuC;AAKrF,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,qBAAqB;IAC/B,WAAW,EAAE,eAAe;CAC7B,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EACT,k6IAAk6I;IACp6I,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,iEAAiE;gBAC9E,KAAK,EAAE;oBACL,IAAI,EAAE,iBAAiB;iBACxB;aACF;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,sCAAsC;gBAC7C,WAAW,EAAE,qDAAqD;gBAClE,KAAK,EAAE;oBACL,IAAI,EAAE,iDAAiD;iBACxD;aACF;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,4CAA4C;aACnD;YACD,EAAE,EAAE;gBACF,KAAK,EAAE;oBACL;wBACE,IAAI,EAAE,mBAAmB;qBAC1B;oBACD;wBACE,IAAI,EAAE,sBAAsB;qBAC7B;iBACF;gBACD,KAAK,EAAE,wBAAwB;gBAC/B,WAAW,EAAE,8CAA8C;aAC5D;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,sBAAsB;aAC7B;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,UAAU,EAAE,QAAQ,EAAE,YAAY,CAAC;QAC9C,KAAK,EAAE;YACL,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,YAAY;gBACnB,WAAW,EAAE,gBAAgB;aAC9B;YACD,uCAAuC,EAAE;gBACvC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,0DAA0D;aACxE;YACD,kCAAkC,EAAE;gBAClC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,cAAc;gBACrB,WAAW,EAAE,mEAAmE;aACjF;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EAAE,mBAAmB;aACjC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,SAAS;gBACf,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,gBAAgB;aAC9B;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,iBAAiB;aAC/B;SACF;KACF;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,MAAmB,EAAE,IAAyC,EAAE,EAAE;IAC9F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACpG,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -14,7 +14,7 @@ exports.metadata = {
|
|
|
14
14
|
};
|
|
15
15
|
exports.tool = {
|
|
16
16
|
name: 'list_borrow_vektor_accounts',
|
|
17
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGet account-level borrow info on specified accounts\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
17
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGet account-level borrow info on specified accounts\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/account_list_response',\n $defs: {\n account_list_response: {\n type: 'object',\n title: 'BorrowAccountListOutput',\n properties: {\n items: {\n type: 'array',\n title: 'BorrowAccountList',\n description: 'A list of borrow accounts',\n items: {\n $ref: '#/$defs/borrow_account'\n }\n }\n },\n required: [ 'items'\n ]\n },\n borrow_account: {\n type: 'object',\n title: 'BorrowAccount',\n description: 'A borrow account',\n properties: {\n account: {\n $ref: '#/$defs/account'\n },\n available_borrow: {\n $ref: '#/$defs/decimal'\n },\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n health_factor: {\n $ref: '#/$defs/decimal'\n },\n quote_asset_symbol: {\n type: 'string',\n title: 'AssetSymbol',\n description: 'An asset symbol'\n },\n total_collateral: {\n $ref: '#/$defs/decimal'\n },\n total_debt: {\n $ref: '#/$defs/decimal'\n },\n venue: {\n $ref: '#/$defs/venue'\n }\n },\n required: [ 'account',\n 'available_borrow',\n 'blockstamp',\n 'health_factor',\n 'quote_asset_symbol',\n 'total_collateral',\n 'total_debt',\n 'venue'\n ]\n },\n account: {\n type: 'string',\n title: 'AddressEVM',\n description: 'An EVM address'\n },\n decimal: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n blockstamp: {\n type: 'object',\n title: 'Blockstamp',\n description: 'Information about a specific block number and its timestamp',\n properties: {\n block_number: {\n $ref: '#/$defs/block_number'\n },\n blockchain: {\n $ref: '#/$defs/blockchain'\n },\n timestamp: {\n $ref: '#/$defs/timestamp'\n }\n },\n required: [ 'block_number',\n 'blockchain',\n 'timestamp'\n ]\n },\n block_number: {\n type: 'integer',\n title: 'BlockNumber',\n description: 'A block number'\n },\n blockchain: {\n type: 'object',\n title: 'Blockchain',\n description: 'Data about a blockchain',\n properties: {\n id: {\n $ref: '#/$defs/blockchain_id'\n },\n chain_data: {\n $ref: '#/$defs/evm_chain_data'\n },\n chain_type: {\n $ref: '#/$defs/chain_type'\n },\n explorer_url: {\n type: 'string',\n description: 'The blockchain\\'s explorer URL'\n },\n name: {\n $ref: '#/$defs/blockchain_name'\n },\n network: {\n $ref: '#/$defs/network_name'\n },\n symbol: {\n $ref: '#/$defs/blockchain_symbol'\n }\n },\n required: [ 'id',\n 'chain_data',\n 'chain_type',\n 'explorer_url',\n 'name',\n 'network',\n 'symbol'\n ]\n },\n blockchain_id: {\n type: 'string',\n title: 'BlockchainID',\n description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix'\n },\n evm_chain_data: {\n type: 'object',\n title: 'EVMChainData',\n description: 'Data about an EVM blockchain',\n properties: {\n chain_id: {\n type: 'integer',\n description: 'Chain ID'\n }\n },\n required: [ 'chain_id'\n ]\n },\n chain_type: {\n type: 'string',\n title: 'ChainType',\n description: 'Blockchain ecosystem',\n enum: [ 'evm'\n ]\n },\n blockchain_name: {\n type: 'string',\n title: 'BlockchainName',\n description: 'BlockchainName'\n },\n network_name: {\n type: 'string',\n title: 'NetworkName',\n description: 'Blockchain\\'s network'\n },\n blockchain_symbol: {\n type: 'string',\n title: 'BlockchainSymbol',\n description: 'A blockchain symbol'\n },\n timestamp: {\n type: 'string',\n title: 'Timestamp',\n description: 'ISO8601 Timestamp'\n },\n venue: {\n type: 'object',\n title: 'Venue',\n description: 'On-chain venue',\n properties: {\n id: {\n $ref: '#/$defs/venue_id'\n },\n blockchain_ids: {\n type: 'array',\n title: 'BlockchainIDList',\n description: 'A list of blockchain IDs',\n items: {\n $ref: '#/$defs/blockchain_id'\n }\n },\n name: {\n type: 'string',\n description: 'Venue name'\n },\n symbol: {\n $ref: '#/$defs/venue_symbol'\n },\n type: {\n type: 'string',\n description: 'Venue type'\n },\n url: {\n type: 'string',\n description: 'Venue url'\n }\n },\n required: [ 'id',\n 'blockchain_ids',\n 'name',\n 'symbol',\n 'type',\n 'url'\n ]\n },\n venue_id: {\n type: 'string',\n title: 'VenueID',\n description: 'A venue ID, represented as a TypeID with `venue` prefix'\n },\n venue_symbol: {\n type: 'string',\n title: 'VenueSymbol',\n description: 'A venue symbol'\n }\n }\n}\n```",
|
|
18
18
|
inputSchema: {
|
|
19
19
|
type: 'object',
|
|
20
20
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-borrow-vektor-accounts.js","sourceRoot":"","sources":["../../../../src/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,mEAAkE;AAClE,iEAAsF;AAKzE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,4BAA4B;IACtC,WAAW,EAAE,iBAAiB;CAC/B,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-borrow-vektor-accounts.js","sourceRoot":"","sources":["../../../../src/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,mEAAkE;AAClE,iEAAsF;AAKzE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,4BAA4B;IACtC,WAAW,EAAE,iBAAiB;CAC/B,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,ssLAAssL;IACxsL,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,iEAAiE;gBAC9E,KAAK,EAAE;oBACL,IAAI,EAAE,iBAAiB;iBACxB;aACF;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,4CAA4C;aACnD;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,0BAA0B;gBACjC,WAAW,EAAE,sCAAsC;gBACnD,KAAK,EAAE;oBACL,IAAI,EAAE,kCAAkC;iBACzC;aACF;YACD,EAAE,EAAE;gBACF,KAAK,EAAE;oBACL;wBACE,IAAI,EAAE,mBAAmB;qBAC1B;oBACD;wBACE,IAAI,EAAE,sBAAsB;qBAC7B;iBACF;gBACD,KAAK,EAAE,wBAAwB;gBAC/B,WAAW,EAAE,8CAA8C;aAC5D;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,iBAAiB;aAC/B;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,UAAU,EAAE,YAAY,EAAE,QAAQ,CAAC;QAC9C,KAAK,EAAE;YACL,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,YAAY;gBACnB,WAAW,EAAE,gBAAgB;aAC9B;YACD,kCAAkC,EAAE;gBAClC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,cAAc;gBACrB,WAAW,EAAE,mEAAmE;aACjF;YACD,wBAAwB,EAAE;gBACxB,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,yDAAyD;aACvE;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EAAE,mBAAmB;aACjC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,SAAS;gBACf,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,gBAAgB;aAC9B;SACF;KACF;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,MAAmB,EAAE,IAAyC,EAAE,EAAE;IAC9F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAC3G,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -11,7 +11,7 @@ export const metadata = {
|
|
|
11
11
|
};
|
|
12
12
|
export const tool = {
|
|
13
13
|
name: 'list_borrow_vektor_accounts',
|
|
14
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGet account-level borrow info on specified accounts\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
14
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGet account-level borrow info on specified accounts\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/account_list_response',\n $defs: {\n account_list_response: {\n type: 'object',\n title: 'BorrowAccountListOutput',\n properties: {\n items: {\n type: 'array',\n title: 'BorrowAccountList',\n description: 'A list of borrow accounts',\n items: {\n $ref: '#/$defs/borrow_account'\n }\n }\n },\n required: [ 'items'\n ]\n },\n borrow_account: {\n type: 'object',\n title: 'BorrowAccount',\n description: 'A borrow account',\n properties: {\n account: {\n $ref: '#/$defs/account'\n },\n available_borrow: {\n $ref: '#/$defs/decimal'\n },\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n health_factor: {\n $ref: '#/$defs/decimal'\n },\n quote_asset_symbol: {\n type: 'string',\n title: 'AssetSymbol',\n description: 'An asset symbol'\n },\n total_collateral: {\n $ref: '#/$defs/decimal'\n },\n total_debt: {\n $ref: '#/$defs/decimal'\n },\n venue: {\n $ref: '#/$defs/venue'\n }\n },\n required: [ 'account',\n 'available_borrow',\n 'blockstamp',\n 'health_factor',\n 'quote_asset_symbol',\n 'total_collateral',\n 'total_debt',\n 'venue'\n ]\n },\n account: {\n type: 'string',\n title: 'AddressEVM',\n description: 'An EVM address'\n },\n decimal: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n blockstamp: {\n type: 'object',\n title: 'Blockstamp',\n description: 'Information about a specific block number and its timestamp',\n properties: {\n block_number: {\n $ref: '#/$defs/block_number'\n },\n blockchain: {\n $ref: '#/$defs/blockchain'\n },\n timestamp: {\n $ref: '#/$defs/timestamp'\n }\n },\n required: [ 'block_number',\n 'blockchain',\n 'timestamp'\n ]\n },\n block_number: {\n type: 'integer',\n title: 'BlockNumber',\n description: 'A block number'\n },\n blockchain: {\n type: 'object',\n title: 'Blockchain',\n description: 'Data about a blockchain',\n properties: {\n id: {\n $ref: '#/$defs/blockchain_id'\n },\n chain_data: {\n $ref: '#/$defs/evm_chain_data'\n },\n chain_type: {\n $ref: '#/$defs/chain_type'\n },\n explorer_url: {\n type: 'string',\n description: 'The blockchain\\'s explorer URL'\n },\n name: {\n $ref: '#/$defs/blockchain_name'\n },\n network: {\n $ref: '#/$defs/network_name'\n },\n symbol: {\n $ref: '#/$defs/blockchain_symbol'\n }\n },\n required: [ 'id',\n 'chain_data',\n 'chain_type',\n 'explorer_url',\n 'name',\n 'network',\n 'symbol'\n ]\n },\n blockchain_id: {\n type: 'string',\n title: 'BlockchainID',\n description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix'\n },\n evm_chain_data: {\n type: 'object',\n title: 'EVMChainData',\n description: 'Data about an EVM blockchain',\n properties: {\n chain_id: {\n type: 'integer',\n description: 'Chain ID'\n }\n },\n required: [ 'chain_id'\n ]\n },\n chain_type: {\n type: 'string',\n title: 'ChainType',\n description: 'Blockchain ecosystem',\n enum: [ 'evm'\n ]\n },\n blockchain_name: {\n type: 'string',\n title: 'BlockchainName',\n description: 'BlockchainName'\n },\n network_name: {\n type: 'string',\n title: 'NetworkName',\n description: 'Blockchain\\'s network'\n },\n blockchain_symbol: {\n type: 'string',\n title: 'BlockchainSymbol',\n description: 'A blockchain symbol'\n },\n timestamp: {\n type: 'string',\n title: 'Timestamp',\n description: 'ISO8601 Timestamp'\n },\n venue: {\n type: 'object',\n title: 'Venue',\n description: 'On-chain venue',\n properties: {\n id: {\n $ref: '#/$defs/venue_id'\n },\n blockchain_ids: {\n type: 'array',\n title: 'BlockchainIDList',\n description: 'A list of blockchain IDs',\n items: {\n $ref: '#/$defs/blockchain_id'\n }\n },\n name: {\n type: 'string',\n description: 'Venue name'\n },\n symbol: {\n $ref: '#/$defs/venue_symbol'\n },\n type: {\n type: 'string',\n description: 'Venue type'\n },\n url: {\n type: 'string',\n description: 'Venue url'\n }\n },\n required: [ 'id',\n 'blockchain_ids',\n 'name',\n 'symbol',\n 'type',\n 'url'\n ]\n },\n venue_id: {\n type: 'string',\n title: 'VenueID',\n description: 'A venue ID, represented as a TypeID with `venue` prefix'\n },\n venue_symbol: {\n type: 'string',\n title: 'VenueSymbol',\n description: 'A venue symbol'\n }\n }\n}\n```",
|
|
15
15
|
inputSchema: {
|
|
16
16
|
type: 'object',
|
|
17
17
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-borrow-vektor-accounts.mjs","sourceRoot":"","sources":["../../../../src/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,qCAAqC;OAC1D,EAAY,mBAAmB,EAAE,MAAM,uCAAuC;AAKrF,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,4BAA4B;IACtC,WAAW,EAAE,iBAAiB;CAC/B,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-borrow-vektor-accounts.mjs","sourceRoot":"","sources":["../../../../src/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,qCAAqC;OAC1D,EAAY,mBAAmB,EAAE,MAAM,uCAAuC;AAKrF,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,4BAA4B;IACtC,WAAW,EAAE,iBAAiB;CAC/B,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,ssLAAssL;IACxsL,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,iEAAiE;gBAC9E,KAAK,EAAE;oBACL,IAAI,EAAE,iBAAiB;iBACxB;aACF;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,4CAA4C;aACnD;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,0BAA0B;gBACjC,WAAW,EAAE,sCAAsC;gBACnD,KAAK,EAAE;oBACL,IAAI,EAAE,kCAAkC;iBACzC;aACF;YACD,EAAE,EAAE;gBACF,KAAK,EAAE;oBACL;wBACE,IAAI,EAAE,mBAAmB;qBAC1B;oBACD;wBACE,IAAI,EAAE,sBAAsB;qBAC7B;iBACF;gBACD,KAAK,EAAE,wBAAwB;gBAC/B,WAAW,EAAE,8CAA8C;aAC5D;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,iBAAiB;aAC/B;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,UAAU,EAAE,YAAY,EAAE,QAAQ,CAAC;QAC9C,KAAK,EAAE;YACL,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,YAAY;gBACnB,WAAW,EAAE,gBAAgB;aAC9B;YACD,kCAAkC,EAAE;gBAClC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,cAAc;gBACrB,WAAW,EAAE,mEAAmE;aACjF;YACD,wBAAwB,EAAE;gBACxB,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,yDAAyD;aACvE;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EAAE,mBAAmB;aACjC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,SAAS;gBACf,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,gBAAgB;aAC9B;SACF;KACF;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,MAAmB,EAAE,IAAyC,EAAE,EAAE;IAC9F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAC3G,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -14,7 +14,7 @@ exports.metadata = {
|
|
|
14
14
|
};
|
|
15
15
|
exports.tool = {
|
|
16
16
|
name: 'list_historical_borrow_vektor_accounts',
|
|
17
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGet account-level borrow info on specified accounts\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
17
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGet account-level borrow info on specified accounts\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/account_list_historical_response',\n $defs: {\n account_list_historical_response: {\n type: 'object',\n title: 'HistoricalBorrowAccountListOutput',\n properties: {\n historical: {\n $ref: '#/$defs/on_chain_historical_range'\n },\n items: {\n type: 'array',\n title: 'BlockstampedListBorrowAccountList',\n items: {\n type: 'object',\n title: 'BlockstampedBorrowAccountList',\n properties: {\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n items: {\n type: 'array',\n title: 'BorrowAccountList',\n description: 'A list of borrow accounts',\n items: {\n $ref: '#/$defs/borrow_account'\n }\n }\n },\n required: [ 'blockstamp',\n 'items'\n ]\n }\n }\n },\n required: [ 'historical',\n 'items'\n ]\n },\n on_chain_historical_range: {\n type: 'object',\n title: 'OnChainHistoricalRange',\n description: 'A range of blockstamps',\n properties: {\n from: {\n $ref: '#/$defs/blockstamp'\n },\n to: {\n $ref: '#/$defs/blockstamp'\n }\n },\n required: [ 'from',\n 'to'\n ]\n },\n blockstamp: {\n type: 'object',\n title: 'Blockstamp',\n description: 'Information about a specific block number and its timestamp',\n properties: {\n block_number: {\n $ref: '#/$defs/block_number'\n },\n blockchain: {\n $ref: '#/$defs/blockchain'\n },\n timestamp: {\n $ref: '#/$defs/timestamp'\n }\n },\n required: [ 'block_number',\n 'blockchain',\n 'timestamp'\n ]\n },\n block_number: {\n type: 'integer',\n title: 'BlockNumber',\n description: 'A block number'\n },\n blockchain: {\n type: 'object',\n title: 'Blockchain',\n description: 'Data about a blockchain',\n properties: {\n id: {\n $ref: '#/$defs/blockchain_id'\n },\n chain_data: {\n $ref: '#/$defs/evm_chain_data'\n },\n chain_type: {\n $ref: '#/$defs/chain_type'\n },\n explorer_url: {\n type: 'string',\n description: 'The blockchain\\'s explorer URL'\n },\n name: {\n $ref: '#/$defs/blockchain_name'\n },\n network: {\n $ref: '#/$defs/network_name'\n },\n symbol: {\n $ref: '#/$defs/blockchain_symbol'\n }\n },\n required: [ 'id',\n 'chain_data',\n 'chain_type',\n 'explorer_url',\n 'name',\n 'network',\n 'symbol'\n ]\n },\n blockchain_id: {\n type: 'string',\n title: 'BlockchainID',\n description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix'\n },\n evm_chain_data: {\n type: 'object',\n title: 'EVMChainData',\n description: 'Data about an EVM blockchain',\n properties: {\n chain_id: {\n type: 'integer',\n description: 'Chain ID'\n }\n },\n required: [ 'chain_id'\n ]\n },\n chain_type: {\n type: 'string',\n title: 'ChainType',\n description: 'Blockchain ecosystem',\n enum: [ 'evm'\n ]\n },\n blockchain_name: {\n type: 'string',\n title: 'BlockchainName',\n description: 'BlockchainName'\n },\n network_name: {\n type: 'string',\n title: 'NetworkName',\n description: 'Blockchain\\'s network'\n },\n blockchain_symbol: {\n type: 'string',\n title: 'BlockchainSymbol',\n description: 'A blockchain symbol'\n },\n timestamp: {\n type: 'string',\n title: 'Timestamp',\n description: 'ISO8601 Timestamp'\n },\n borrow_account: {\n type: 'object',\n title: 'BorrowAccount',\n description: 'A borrow account',\n properties: {\n account: {\n $ref: '#/$defs/account'\n },\n available_borrow: {\n $ref: '#/$defs/decimal'\n },\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n health_factor: {\n $ref: '#/$defs/decimal'\n },\n quote_asset_symbol: {\n type: 'string',\n title: 'AssetSymbol',\n description: 'An asset symbol'\n },\n total_collateral: {\n $ref: '#/$defs/decimal'\n },\n total_debt: {\n $ref: '#/$defs/decimal'\n },\n venue: {\n $ref: '#/$defs/venue'\n }\n },\n required: [ 'account',\n 'available_borrow',\n 'blockstamp',\n 'health_factor',\n 'quote_asset_symbol',\n 'total_collateral',\n 'total_debt',\n 'venue'\n ]\n },\n account: {\n type: 'string',\n title: 'AddressEVM',\n description: 'An EVM address'\n },\n decimal: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n venue: {\n type: 'object',\n title: 'Venue',\n description: 'On-chain venue',\n properties: {\n id: {\n $ref: '#/$defs/venue_id'\n },\n blockchain_ids: {\n type: 'array',\n title: 'BlockchainIDList',\n description: 'A list of blockchain IDs',\n items: {\n $ref: '#/$defs/blockchain_id'\n }\n },\n name: {\n type: 'string',\n description: 'Venue name'\n },\n symbol: {\n $ref: '#/$defs/venue_symbol'\n },\n type: {\n type: 'string',\n description: 'Venue type'\n },\n url: {\n type: 'string',\n description: 'Venue url'\n }\n },\n required: [ 'id',\n 'blockchain_ids',\n 'name',\n 'symbol',\n 'type',\n 'url'\n ]\n },\n venue_id: {\n type: 'string',\n title: 'VenueID',\n description: 'A venue ID, represented as a TypeID with `venue` prefix'\n },\n venue_symbol: {\n type: 'string',\n title: 'VenueSymbol',\n description: 'A venue symbol'\n }\n }\n}\n```",
|
|
18
18
|
inputSchema: {
|
|
19
19
|
type: 'object',
|
|
20
20
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-historical-borrow-vektor-accounts.js","sourceRoot":"","sources":["../../../../src/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,mEAAkE;AAClE,iEAAsF;AAKzE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,uCAAuC;IACjD,WAAW,EAAE,4BAA4B;CAC1C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,wCAAwC;IAC9C,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-historical-borrow-vektor-accounts.js","sourceRoot":"","sources":["../../../../src/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,7 +11,7 @@ export const metadata = {
|
|
|
11
11
|
};
|
|
12
12
|
export const tool = {
|
|
13
13
|
name: 'list_historical_borrow_vektor_accounts',
|
|
14
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGet account-level borrow info on specified accounts\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
14
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGet account-level borrow info on specified accounts\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/account_list_historical_response',\n $defs: {\n account_list_historical_response: {\n type: 'object',\n title: 'HistoricalBorrowAccountListOutput',\n properties: {\n historical: {\n $ref: '#/$defs/on_chain_historical_range'\n },\n items: {\n type: 'array',\n title: 'BlockstampedListBorrowAccountList',\n items: {\n type: 'object',\n title: 'BlockstampedBorrowAccountList',\n properties: {\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n items: {\n type: 'array',\n title: 'BorrowAccountList',\n description: 'A list of borrow accounts',\n items: {\n $ref: '#/$defs/borrow_account'\n }\n }\n },\n required: [ 'blockstamp',\n 'items'\n ]\n }\n }\n },\n required: [ 'historical',\n 'items'\n ]\n },\n on_chain_historical_range: {\n type: 'object',\n title: 'OnChainHistoricalRange',\n description: 'A range of blockstamps',\n properties: {\n from: {\n $ref: '#/$defs/blockstamp'\n },\n to: {\n $ref: '#/$defs/blockstamp'\n }\n },\n required: [ 'from',\n 'to'\n ]\n },\n blockstamp: {\n type: 'object',\n title: 'Blockstamp',\n description: 'Information about a specific block number and its timestamp',\n properties: {\n block_number: {\n $ref: '#/$defs/block_number'\n },\n blockchain: {\n $ref: '#/$defs/blockchain'\n },\n timestamp: {\n $ref: '#/$defs/timestamp'\n }\n },\n required: [ 'block_number',\n 'blockchain',\n 'timestamp'\n ]\n },\n block_number: {\n type: 'integer',\n title: 'BlockNumber',\n description: 'A block number'\n },\n blockchain: {\n type: 'object',\n title: 'Blockchain',\n description: 'Data about a blockchain',\n properties: {\n id: {\n $ref: '#/$defs/blockchain_id'\n },\n chain_data: {\n $ref: '#/$defs/evm_chain_data'\n },\n chain_type: {\n $ref: '#/$defs/chain_type'\n },\n explorer_url: {\n type: 'string',\n description: 'The blockchain\\'s explorer URL'\n },\n name: {\n $ref: '#/$defs/blockchain_name'\n },\n network: {\n $ref: '#/$defs/network_name'\n },\n symbol: {\n $ref: '#/$defs/blockchain_symbol'\n }\n },\n required: [ 'id',\n 'chain_data',\n 'chain_type',\n 'explorer_url',\n 'name',\n 'network',\n 'symbol'\n ]\n },\n blockchain_id: {\n type: 'string',\n title: 'BlockchainID',\n description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix'\n },\n evm_chain_data: {\n type: 'object',\n title: 'EVMChainData',\n description: 'Data about an EVM blockchain',\n properties: {\n chain_id: {\n type: 'integer',\n description: 'Chain ID'\n }\n },\n required: [ 'chain_id'\n ]\n },\n chain_type: {\n type: 'string',\n title: 'ChainType',\n description: 'Blockchain ecosystem',\n enum: [ 'evm'\n ]\n },\n blockchain_name: {\n type: 'string',\n title: 'BlockchainName',\n description: 'BlockchainName'\n },\n network_name: {\n type: 'string',\n title: 'NetworkName',\n description: 'Blockchain\\'s network'\n },\n blockchain_symbol: {\n type: 'string',\n title: 'BlockchainSymbol',\n description: 'A blockchain symbol'\n },\n timestamp: {\n type: 'string',\n title: 'Timestamp',\n description: 'ISO8601 Timestamp'\n },\n borrow_account: {\n type: 'object',\n title: 'BorrowAccount',\n description: 'A borrow account',\n properties: {\n account: {\n $ref: '#/$defs/account'\n },\n available_borrow: {\n $ref: '#/$defs/decimal'\n },\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n health_factor: {\n $ref: '#/$defs/decimal'\n },\n quote_asset_symbol: {\n type: 'string',\n title: 'AssetSymbol',\n description: 'An asset symbol'\n },\n total_collateral: {\n $ref: '#/$defs/decimal'\n },\n total_debt: {\n $ref: '#/$defs/decimal'\n },\n venue: {\n $ref: '#/$defs/venue'\n }\n },\n required: [ 'account',\n 'available_borrow',\n 'blockstamp',\n 'health_factor',\n 'quote_asset_symbol',\n 'total_collateral',\n 'total_debt',\n 'venue'\n ]\n },\n account: {\n type: 'string',\n title: 'AddressEVM',\n description: 'An EVM address'\n },\n decimal: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n venue: {\n type: 'object',\n title: 'Venue',\n description: 'On-chain venue',\n properties: {\n id: {\n $ref: '#/$defs/venue_id'\n },\n blockchain_ids: {\n type: 'array',\n title: 'BlockchainIDList',\n description: 'A list of blockchain IDs',\n items: {\n $ref: '#/$defs/blockchain_id'\n }\n },\n name: {\n type: 'string',\n description: 'Venue name'\n },\n symbol: {\n $ref: '#/$defs/venue_symbol'\n },\n type: {\n type: 'string',\n description: 'Venue type'\n },\n url: {\n type: 'string',\n description: 'Venue url'\n }\n },\n required: [ 'id',\n 'blockchain_ids',\n 'name',\n 'symbol',\n 'type',\n 'url'\n ]\n },\n venue_id: {\n type: 'string',\n title: 'VenueID',\n description: 'A venue ID, represented as a TypeID with `venue` prefix'\n },\n venue_symbol: {\n type: 'string',\n title: 'VenueSymbol',\n description: 'A venue symbol'\n }\n }\n}\n```",
|
|
15
15
|
inputSchema: {
|
|
16
16
|
type: 'object',
|
|
17
17
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-historical-borrow-vektor-accounts.mjs","sourceRoot":"","sources":["../../../../src/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,qCAAqC;OAC1D,EAAY,mBAAmB,EAAE,MAAM,uCAAuC;AAKrF,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,uCAAuC;IACjD,WAAW,EAAE,4BAA4B;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,wCAAwC;IAC9C,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-historical-borrow-vektor-accounts.mjs","sourceRoot":"","sources":["../../../../src/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,7 +14,7 @@ exports.metadata = {
|
|
|
14
14
|
};
|
|
15
15
|
exports.tool = {
|
|
16
16
|
name: 'list_bridge_vektor_quotes',
|
|
17
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGet quotes for bridging an exact amount of an asset to another blockchain\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
17
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGet quotes for bridging an exact amount of an asset to another blockchain\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/quote_list_response',\n $defs: {\n quote_list_response: {\n type: 'object',\n title: 'BridgeQuoteListOutput',\n properties: {\n items: {\n type: 'array',\n title: 'BridgeQuoteList',\n description: 'A list of bridge quotes',\n items: {\n $ref: '#/$defs/bridge_quote'\n }\n }\n },\n required: [ 'items'\n ]\n },\n bridge_quote: {\n type: 'object',\n title: 'BridgeQuote',\n description: 'A bridge quote',\n properties: {\n fee_estimate: {\n type: 'object',\n title: 'NetworkFeeEstimate',\n description: 'Estimated cost of an operation',\n properties: {\n amount: {\n $ref: '#/$defs/decimal'\n },\n asset: {\n $ref: '#/$defs/asset'\n },\n cost: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n quote_asset_symbol: {\n type: 'string',\n title: 'AssetSymbol',\n description: 'An asset symbol'\n }\n },\n required: [ 'amount',\n 'asset',\n 'cost',\n 'quote_asset_symbol'\n ]\n },\n receive_amount: {\n $ref: '#/$defs/decimal'\n },\n receive_asset: {\n $ref: '#/$defs/asset'\n },\n receive_time_est: {\n type: 'integer',\n description: 'Estimated time to receive the asset (in seconds)'\n },\n route: {\n type: 'string',\n description: 'The route name'\n },\n send_amount: {\n $ref: '#/$defs/decimal'\n },\n send_asset: {\n $ref: '#/$defs/asset'\n },\n venue: {\n $ref: '#/$defs/venue'\n }\n },\n required: [ 'fee_estimate',\n 'receive_amount',\n 'receive_asset',\n 'receive_time_est',\n 'route',\n 'send_amount',\n 'send_asset',\n 'venue'\n ]\n },\n decimal: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n asset: {\n type: 'object',\n title: 'Asset',\n description: 'On-chain asset (aka token)',\n properties: {\n id: {\n $ref: '#/$defs/asset_id'\n },\n address: {\n type: 'string',\n title: 'AddressEVM',\n description: 'An EVM address'\n },\n blockchain: {\n $ref: '#/$defs/blockchain'\n },\n decimals: {\n type: 'integer',\n description: 'Asset\\'s decimal places'\n },\n name: {\n type: 'string',\n description: 'Asset\\'s name'\n },\n symbol: {\n type: 'string',\n description: 'Asset\\'s symbol'\n }\n },\n required: [ 'id',\n 'address',\n 'blockchain',\n 'decimals',\n 'name',\n 'symbol'\n ]\n },\n asset_id: {\n type: 'string',\n title: 'AssetID',\n description: 'An asset ID, represented as a TypeID with `asset` prefix'\n },\n blockchain: {\n type: 'object',\n title: 'Blockchain',\n description: 'Data about a blockchain',\n properties: {\n id: {\n $ref: '#/$defs/blockchain_id'\n },\n chain_data: {\n $ref: '#/$defs/evm_chain_data'\n },\n chain_type: {\n $ref: '#/$defs/chain_type'\n },\n explorer_url: {\n type: 'string',\n description: 'The blockchain\\'s explorer URL'\n },\n name: {\n $ref: '#/$defs/blockchain_name'\n },\n network: {\n $ref: '#/$defs/network_name'\n },\n symbol: {\n $ref: '#/$defs/blockchain_symbol'\n }\n },\n required: [ 'id',\n 'chain_data',\n 'chain_type',\n 'explorer_url',\n 'name',\n 'network',\n 'symbol'\n ]\n },\n blockchain_id: {\n type: 'string',\n title: 'BlockchainID',\n description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix'\n },\n evm_chain_data: {\n type: 'object',\n title: 'EVMChainData',\n description: 'Data about an EVM blockchain',\n properties: {\n chain_id: {\n type: 'integer',\n description: 'Chain ID'\n }\n },\n required: [ 'chain_id'\n ]\n },\n chain_type: {\n type: 'string',\n title: 'ChainType',\n description: 'Blockchain ecosystem',\n enum: [ 'evm'\n ]\n },\n blockchain_name: {\n type: 'string',\n title: 'BlockchainName',\n description: 'BlockchainName'\n },\n network_name: {\n type: 'string',\n title: 'NetworkName',\n description: 'Blockchain\\'s network'\n },\n blockchain_symbol: {\n type: 'string',\n title: 'BlockchainSymbol',\n description: 'A blockchain symbol'\n },\n venue: {\n type: 'object',\n title: 'Venue',\n description: 'On-chain venue',\n properties: {\n id: {\n $ref: '#/$defs/venue_id'\n },\n blockchain_ids: {\n type: 'array',\n title: 'BlockchainIDList',\n description: 'A list of blockchain IDs',\n items: {\n $ref: '#/$defs/blockchain_id'\n }\n },\n name: {\n type: 'string',\n description: 'Venue name'\n },\n symbol: {\n $ref: '#/$defs/venue_symbol'\n },\n type: {\n type: 'string',\n description: 'Venue type'\n },\n url: {\n type: 'string',\n description: 'Venue url'\n }\n },\n required: [ 'id',\n 'blockchain_ids',\n 'name',\n 'symbol',\n 'type',\n 'url'\n ]\n },\n venue_id: {\n type: 'string',\n title: 'VenueID',\n description: 'A venue ID, represented as a TypeID with `venue` prefix'\n },\n venue_symbol: {\n type: 'string',\n title: 'VenueSymbol',\n description: 'A venue symbol'\n }\n }\n}\n```",
|
|
18
18
|
inputSchema: {
|
|
19
19
|
type: 'object',
|
|
20
20
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-bridge-vektor-quotes.js","sourceRoot":"","sources":["../../../../src/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,mEAAkE;AAClE,iEAAsF;AAKzE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,sBAAsB;IAChC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,0BAA0B;IACpC,WAAW,EAAE,eAAe;CAC7B,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-bridge-vektor-quotes.js","sourceRoot":"","sources":["../../../../src/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,mEAAkE;AAClE,iEAAsF;AAKzE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,sBAAsB;IAChC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,0BAA0B;IACpC,WAAW,EAAE,eAAe;CAC7B,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,qnNAAqnN;IACvnN,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,MAAM,EAAE;gBACN,IAAI,EAAE,iBAAiB;aACxB;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,sBAAsB;aAC7B;YACD,eAAe,EAAE;gBACf,IAAI,EAAE,4CAA4C;aACnD;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,4CAA4C;aACnD;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,0BAA0B;gBACjC,WAAW,EAAE,sCAAsC;gBACnD,KAAK,EAAE;oBACL,IAAI,EAAE,kCAAkC;iBACzC;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,iBAAiB;aAC/B;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,QAAQ,CAAC;QAC3E,KAAK,EAAE;YACL,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,wDAAwD;aACtE;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,iBAAiB;aAC/B;YACD,kCAAkC,EAAE;gBAClC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,cAAc;gBACrB,WAAW,EAAE,mEAAmE;aACjF;YACD,wBAAwB,EAAE;gBACxB,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,yDAAyD;aACvE;SACF;KACF;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,MAAmB,EAAE,IAAyC,EAAE,EAAE;IAC9F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACzG,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -11,7 +11,7 @@ export const metadata = {
|
|
|
11
11
|
};
|
|
12
12
|
export const tool = {
|
|
13
13
|
name: 'list_bridge_vektor_quotes',
|
|
14
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGet quotes for bridging an exact amount of an asset to another blockchain\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
14
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGet quotes for bridging an exact amount of an asset to another blockchain\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/quote_list_response',\n $defs: {\n quote_list_response: {\n type: 'object',\n title: 'BridgeQuoteListOutput',\n properties: {\n items: {\n type: 'array',\n title: 'BridgeQuoteList',\n description: 'A list of bridge quotes',\n items: {\n $ref: '#/$defs/bridge_quote'\n }\n }\n },\n required: [ 'items'\n ]\n },\n bridge_quote: {\n type: 'object',\n title: 'BridgeQuote',\n description: 'A bridge quote',\n properties: {\n fee_estimate: {\n type: 'object',\n title: 'NetworkFeeEstimate',\n description: 'Estimated cost of an operation',\n properties: {\n amount: {\n $ref: '#/$defs/decimal'\n },\n asset: {\n $ref: '#/$defs/asset'\n },\n cost: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n quote_asset_symbol: {\n type: 'string',\n title: 'AssetSymbol',\n description: 'An asset symbol'\n }\n },\n required: [ 'amount',\n 'asset',\n 'cost',\n 'quote_asset_symbol'\n ]\n },\n receive_amount: {\n $ref: '#/$defs/decimal'\n },\n receive_asset: {\n $ref: '#/$defs/asset'\n },\n receive_time_est: {\n type: 'integer',\n description: 'Estimated time to receive the asset (in seconds)'\n },\n route: {\n type: 'string',\n description: 'The route name'\n },\n send_amount: {\n $ref: '#/$defs/decimal'\n },\n send_asset: {\n $ref: '#/$defs/asset'\n },\n venue: {\n $ref: '#/$defs/venue'\n }\n },\n required: [ 'fee_estimate',\n 'receive_amount',\n 'receive_asset',\n 'receive_time_est',\n 'route',\n 'send_amount',\n 'send_asset',\n 'venue'\n ]\n },\n decimal: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n asset: {\n type: 'object',\n title: 'Asset',\n description: 'On-chain asset (aka token)',\n properties: {\n id: {\n $ref: '#/$defs/asset_id'\n },\n address: {\n type: 'string',\n title: 'AddressEVM',\n description: 'An EVM address'\n },\n blockchain: {\n $ref: '#/$defs/blockchain'\n },\n decimals: {\n type: 'integer',\n description: 'Asset\\'s decimal places'\n },\n name: {\n type: 'string',\n description: 'Asset\\'s name'\n },\n symbol: {\n type: 'string',\n description: 'Asset\\'s symbol'\n }\n },\n required: [ 'id',\n 'address',\n 'blockchain',\n 'decimals',\n 'name',\n 'symbol'\n ]\n },\n asset_id: {\n type: 'string',\n title: 'AssetID',\n description: 'An asset ID, represented as a TypeID with `asset` prefix'\n },\n blockchain: {\n type: 'object',\n title: 'Blockchain',\n description: 'Data about a blockchain',\n properties: {\n id: {\n $ref: '#/$defs/blockchain_id'\n },\n chain_data: {\n $ref: '#/$defs/evm_chain_data'\n },\n chain_type: {\n $ref: '#/$defs/chain_type'\n },\n explorer_url: {\n type: 'string',\n description: 'The blockchain\\'s explorer URL'\n },\n name: {\n $ref: '#/$defs/blockchain_name'\n },\n network: {\n $ref: '#/$defs/network_name'\n },\n symbol: {\n $ref: '#/$defs/blockchain_symbol'\n }\n },\n required: [ 'id',\n 'chain_data',\n 'chain_type',\n 'explorer_url',\n 'name',\n 'network',\n 'symbol'\n ]\n },\n blockchain_id: {\n type: 'string',\n title: 'BlockchainID',\n description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix'\n },\n evm_chain_data: {\n type: 'object',\n title: 'EVMChainData',\n description: 'Data about an EVM blockchain',\n properties: {\n chain_id: {\n type: 'integer',\n description: 'Chain ID'\n }\n },\n required: [ 'chain_id'\n ]\n },\n chain_type: {\n type: 'string',\n title: 'ChainType',\n description: 'Blockchain ecosystem',\n enum: [ 'evm'\n ]\n },\n blockchain_name: {\n type: 'string',\n title: 'BlockchainName',\n description: 'BlockchainName'\n },\n network_name: {\n type: 'string',\n title: 'NetworkName',\n description: 'Blockchain\\'s network'\n },\n blockchain_symbol: {\n type: 'string',\n title: 'BlockchainSymbol',\n description: 'A blockchain symbol'\n },\n venue: {\n type: 'object',\n title: 'Venue',\n description: 'On-chain venue',\n properties: {\n id: {\n $ref: '#/$defs/venue_id'\n },\n blockchain_ids: {\n type: 'array',\n title: 'BlockchainIDList',\n description: 'A list of blockchain IDs',\n items: {\n $ref: '#/$defs/blockchain_id'\n }\n },\n name: {\n type: 'string',\n description: 'Venue name'\n },\n symbol: {\n $ref: '#/$defs/venue_symbol'\n },\n type: {\n type: 'string',\n description: 'Venue type'\n },\n url: {\n type: 'string',\n description: 'Venue url'\n }\n },\n required: [ 'id',\n 'blockchain_ids',\n 'name',\n 'symbol',\n 'type',\n 'url'\n ]\n },\n venue_id: {\n type: 'string',\n title: 'VenueID',\n description: 'A venue ID, represented as a TypeID with `venue` prefix'\n },\n venue_symbol: {\n type: 'string',\n title: 'VenueSymbol',\n description: 'A venue symbol'\n }\n }\n}\n```",
|
|
15
15
|
inputSchema: {
|
|
16
16
|
type: 'object',
|
|
17
17
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-bridge-vektor-quotes.mjs","sourceRoot":"","sources":["../../../../src/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,qCAAqC;OAC1D,EAAY,mBAAmB,EAAE,MAAM,uCAAuC;AAKrF,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,sBAAsB;IAChC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,0BAA0B;IACpC,WAAW,EAAE,eAAe;CAC7B,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-bridge-vektor-quotes.mjs","sourceRoot":"","sources":["../../../../src/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,qCAAqC;OAC1D,EAAY,mBAAmB,EAAE,MAAM,uCAAuC;AAKrF,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,sBAAsB;IAChC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,0BAA0B;IACpC,WAAW,EAAE,eAAe;CAC7B,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,qnNAAqnN;IACvnN,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,MAAM,EAAE;gBACN,IAAI,EAAE,iBAAiB;aACxB;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,sBAAsB;aAC7B;YACD,eAAe,EAAE;gBACf,IAAI,EAAE,4CAA4C;aACnD;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,4CAA4C;aACnD;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,0BAA0B;gBACjC,WAAW,EAAE,sCAAsC;gBACnD,KAAK,EAAE;oBACL,IAAI,EAAE,kCAAkC;iBACzC;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,iBAAiB;aAC/B;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,QAAQ,CAAC;QAC3E,KAAK,EAAE;YACL,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,wDAAwD;aACtE;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,iBAAiB;aAC/B;YACD,kCAAkC,EAAE;gBAClC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,cAAc;gBACrB,WAAW,EAAE,mEAAmE;aACjF;YACD,wBAAwB,EAAE;gBACxB,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,yDAAyD;aACvE;SACF;KACF;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,MAAmB,EAAE,IAAyC,EAAE,EAAE;IAC9F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACzG,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|