@nirvana-labs/nirvana-mcp 1.28.0 → 1.30.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 +13 -435
- package/code-tool.d.mts +2 -44
- package/code-tool.d.mts.map +1 -1
- package/code-tool.d.ts +2 -44
- package/code-tool.d.ts.map +1 -1
- package/code-tool.js +6 -3
- package/code-tool.js.map +1 -1
- package/code-tool.mjs +6 -3
- package/code-tool.mjs.map +1 -1
- package/docs-search-tool.d.mts +3 -3
- package/docs-search-tool.d.mts.map +1 -1
- package/docs-search-tool.d.ts +3 -3
- package/docs-search-tool.d.ts.map +1 -1
- package/docs-search-tool.js +1 -1
- package/docs-search-tool.js.map +1 -1
- package/docs-search-tool.mjs +1 -1
- package/http.d.mts.map +1 -1
- package/http.d.ts.map +1 -1
- package/http.js +1 -18
- package/http.js.map +1 -1
- package/http.mjs +1 -18
- package/http.mjs.map +1 -1
- package/index.js +4 -40
- package/index.js.map +1 -1
- package/index.mjs +4 -40
- package/index.mjs.map +1 -1
- package/options.d.mts +0 -9
- package/options.d.mts.map +1 -1
- package/options.d.ts +0 -9
- package/options.d.ts.map +1 -1
- package/options.js +4 -359
- package/options.js.map +1 -1
- package/options.mjs +4 -359
- package/options.mjs.map +1 -1
- package/package.json +9 -49
- package/server.d.mts +3 -8
- package/server.d.mts.map +1 -1
- package/server.d.ts +3 -8
- package/server.d.ts.map +1 -1
- package/server.js +12 -65
- package/server.js.map +1 -1
- package/server.mjs +11 -62
- package/server.mjs.map +1 -1
- package/src/code-tool.ts +6 -3
- package/src/docs-search-tool.ts +1 -1
- package/src/http.ts +1 -19
- package/src/index.ts +5 -52
- package/src/options.ts +5 -386
- package/src/server.ts +12 -72
- package/src/stdio.ts +2 -3
- package/src/{tools/types.ts → types.ts} +1 -1
- package/stdio.d.mts +1 -2
- package/stdio.d.mts.map +1 -1
- package/stdio.d.ts +1 -2
- package/stdio.d.ts.map +1 -1
- package/stdio.js +2 -2
- package/stdio.js.map +1 -1
- package/stdio.mjs +2 -2
- package/stdio.mjs.map +1 -1
- package/{tools/types.d.mts → types.d.mts} +1 -1
- package/types.d.mts.map +1 -0
- package/{tools/types.d.ts → types.d.ts} +1 -1
- package/types.d.ts.map +1 -0
- package/types.js.map +1 -0
- package/types.mjs.map +1 -0
- package/compat.d.mts +0 -58
- package/compat.d.mts.map +0 -1
- package/compat.d.ts +0 -58
- package/compat.d.ts.map +0 -1
- package/compat.js +0 -387
- package/compat.js.map +0 -1
- package/compat.mjs +0 -378
- package/compat.mjs.map +0 -1
- package/dynamic-tools.d.mts +0 -12
- package/dynamic-tools.d.mts.map +0 -1
- package/dynamic-tools.d.ts +0 -12
- package/dynamic-tools.d.ts.map +0 -1
- package/dynamic-tools.js +0 -135
- package/dynamic-tools.js.map +0 -1
- package/dynamic-tools.mjs +0 -132
- package/dynamic-tools.mjs.map +0 -1
- package/filtering.d.mts +0 -3
- package/filtering.d.mts.map +0 -1
- package/filtering.d.ts +0 -3
- package/filtering.d.ts.map +0 -1
- package/filtering.js +0 -24
- package/filtering.js.map +0 -1
- package/filtering.mjs +0 -16
- package/filtering.mjs.map +0 -1
- package/src/compat.ts +0 -483
- package/src/dynamic-tools.ts +0 -159
- package/src/filtering.ts +0 -18
- package/src/tools/api-keys/create-api-keys.ts +0 -70
- package/src/tools/api-keys/delete-api-keys.ts +0 -40
- package/src/tools/api-keys/get-api-keys.ts +0 -54
- package/src/tools/api-keys/list-api-keys.ts +0 -60
- package/src/tools/api-keys/update-api-keys.ts +0 -63
- package/src/tools/compute/vms/availability/create-vms-compute-availability.ts +0 -201
- package/src/tools/compute/vms/availability/update-vms-compute-availability.ts +0 -99
- package/src/tools/compute/vms/create-compute-vms.ts +0 -199
- package/src/tools/compute/vms/delete-compute-vms.ts +0 -54
- package/src/tools/compute/vms/get-compute-vms.ts +0 -54
- package/src/tools/compute/vms/list-compute-vms.ts +0 -60
- package/src/tools/compute/vms/os-images/list-vms-compute-os-images.ts +0 -60
- package/src/tools/compute/vms/restart-compute-vms.ts +0 -52
- package/src/tools/compute/vms/update-compute-vms.ts +0 -97
- package/src/tools/compute/vms/volumes/list-vms-compute-volumes.ts +0 -63
- package/src/tools/compute/volumes/availability/create-volumes-compute-availability.ts +0 -80
- package/src/tools/compute/volumes/availability/update-volumes-compute-availability.ts +0 -69
- package/src/tools/compute/volumes/create-compute-volumes.ts +0 -78
- package/src/tools/compute/volumes/delete-compute-volumes.ts +0 -54
- package/src/tools/compute/volumes/get-compute-volumes.ts +0 -54
- package/src/tools/compute/volumes/list-compute-volumes.ts +0 -60
- package/src/tools/compute/volumes/update-compute-volumes.ts +0 -69
- package/src/tools/index.ts +0 -285
- package/src/tools/networking/connect/connections/create-connect-networking-connections.ts +0 -122
- package/src/tools/networking/connect/connections/delete-connect-networking-connections.ts +0 -56
- package/src/tools/networking/connect/connections/get-connect-networking-connections.ts +0 -56
- package/src/tools/networking/connect/connections/list-connect-networking-connections.ts +0 -60
- package/src/tools/networking/connect/connections/update-connect-networking-connections.ts +0 -65
- package/src/tools/networking/connect/routes/list-connect-networking-routes.ts +0 -60
- package/src/tools/networking/firewall-rules/create-networking-firewall-rules.ts +0 -87
- package/src/tools/networking/firewall-rules/delete-networking-firewall-rules.ts +0 -59
- package/src/tools/networking/firewall-rules/get-networking-firewall-rules.ts +0 -59
- package/src/tools/networking/firewall-rules/list-networking-firewall-rules.ts +0 -63
- package/src/tools/networking/firewall-rules/update-networking-firewall-rules.ts +0 -90
- package/src/tools/networking/vpcs/availability/create-vpcs-networking-availability.ts +0 -86
- package/src/tools/networking/vpcs/availability/update-vpcs-networking-availability.ts +0 -69
- package/src/tools/networking/vpcs/create-networking-vpcs.ts +0 -84
- package/src/tools/networking/vpcs/delete-networking-vpcs.ts +0 -54
- package/src/tools/networking/vpcs/get-networking-vpcs.ts +0 -54
- package/src/tools/networking/vpcs/list-networking-vpcs.ts +0 -60
- package/src/tools/networking/vpcs/update-networking-vpcs.ts +0 -69
- package/src/tools/operations/get-operations.ts +0 -54
- package/src/tools/operations/list-operations.ts +0 -60
- package/src/tools/projects/create-projects.ts +0 -60
- package/src/tools/projects/delete-projects.ts +0 -40
- package/src/tools/projects/get-projects.ts +0 -54
- package/src/tools/projects/list-projects.ts +0 -60
- package/src/tools/projects/update-projects.ts +0 -63
- package/src/tools/regions/get-regions.ts +0 -54
- package/src/tools/regions/list-regions.ts +0 -60
- package/src/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.ts +0 -60
- package/src/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.ts +0 -54
- package/src/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.ts +0 -64
- package/src/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.ts +0 -60
- package/src/tools/rpc-nodes/flex/create-rpc-nodes-flex.ts +0 -72
- package/src/tools/rpc-nodes/flex/delete-rpc-nodes-flex.ts +0 -40
- package/src/tools/rpc-nodes/flex/get-rpc-nodes-flex.ts +0 -54
- package/src/tools/rpc-nodes/flex/list-rpc-nodes-flex.ts +0 -64
- package/src/tools/rpc-nodes/flex/update-rpc-nodes-flex.ts +0 -65
- package/src/tools/user/get-user.ts +0 -51
- package/src/tools/vektor/balances/list-historical-vektor-balances.ts +0 -123
- package/src/tools/vektor/balances/list-vektor-balances.ts +0 -115
- package/src/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.ts +0 -112
- package/src/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.ts +0 -120
- package/src/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.ts +0 -88
- package/src/tools/vektor/borrow/markets/list-borrow-vektor-markets.ts +0 -148
- package/src/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.ts +0 -148
- package/src/tools/vektor/borrow/positions/list-borrow-vektor-positions.ts +0 -169
- package/src/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.ts +0 -169
- package/src/tools/vektor/borrow/repay/create-borrow-vektor-repay.ts +0 -80
- package/src/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.ts +0 -96
- package/src/tools/vektor/buy/buy_/create-buy-vektor-buy.ts +0 -96
- package/src/tools/vektor/buy/quotes/list-buy-vektor-quotes.ts +0 -96
- package/src/tools/vektor/executions/get-vektor-executions.ts +0 -46
- package/src/tools/vektor/executions/list-vektor-executions.ts +0 -41
- package/src/tools/vektor/executions/steps/get-executions-vektor-steps.ts +0 -49
- package/src/tools/vektor/executions/steps/sign-executions-vektor-steps.ts +0 -51
- package/src/tools/vektor/incentivize/list-vektor-incentivize.ts +0 -82
- package/src/tools/vektor/lend/lend_/create-lend-vektor-lend.ts +0 -88
- package/src/tools/vektor/lend/markets/list-historical-lend-vektor-markets.ts +0 -148
- package/src/tools/vektor/lend/markets/list-lend-vektor-markets.ts +0 -148
- package/src/tools/vektor/lend/positions/list-historical-lend-vektor-positions.ts +0 -169
- package/src/tools/vektor/lend/positions/list-lend-vektor-positions.ts +0 -169
- package/src/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.ts +0 -70
- package/src/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.ts +0 -80
- package/src/tools/vektor/lock/markets/list-lock-vektor-markets.ts +0 -85
- package/src/tools/vektor/lock/positions/list-lock-vektor-positions.ts +0 -90
- package/src/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.ts +0 -241
- package/src/tools/vektor/lp/pools/list-historical-lp-vektor-pools.ts +0 -145
- package/src/tools/vektor/lp/pools/list-lp-vektor-pools.ts +0 -145
- package/src/tools/vektor/lp/positions/list-historical-lp-vektor-positions.ts +0 -176
- package/src/tools/vektor/lp/positions/list-lp-vektor-positions.ts +0 -176
- package/src/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.ts +0 -195
- package/src/tools/vektor/move/create-vektor-move.ts +0 -78
- package/src/tools/vektor/prices/list-historical-vektor-prices.ts +0 -67
- package/src/tools/vektor/prices/list-vektor-prices.ts +0 -67
- package/src/tools/vektor/registry/assets/list-registry-vektor-assets.ts +0 -69
- package/src/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.ts +0 -61
- package/src/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.ts +0 -92
- package/src/tools/vektor/registry/errors/list-registry-vektor-errors.ts +0 -55
- package/src/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.ts +0 -92
- package/src/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.ts +0 -90
- package/src/tools/vektor/registry/venues/list-registry-vektor-venues.ts +0 -59
- package/src/tools/vektor/sell/quotes/list-sell-vektor-quotes.ts +0 -88
- package/src/tools/vektor/sell/sell_/create-sell-vektor-sell.ts +0 -96
- package/src/tools/vektor/vote/markets/list-vote-vektor-markets.ts +0 -82
- package/src/tools/vektor/vote/rewards/list-vote-vektor-rewards.ts +0 -95
- package/src/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.ts +0 -67
- package/src/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.ts +0 -67
- package/src/tools.ts +0 -1
- package/tools/api-keys/create-api-keys.d.mts +0 -51
- package/tools/api-keys/create-api-keys.d.mts.map +0 -1
- package/tools/api-keys/create-api-keys.d.ts +0 -51
- package/tools/api-keys/create-api-keys.d.ts.map +0 -1
- package/tools/api-keys/create-api-keys.js +0 -70
- package/tools/api-keys/create-api-keys.js.map +0 -1
- package/tools/api-keys/create-api-keys.mjs +0 -63
- package/tools/api-keys/create-api-keys.mjs.map +0 -1
- package/tools/api-keys/delete-api-keys.d.mts +0 -51
- package/tools/api-keys/delete-api-keys.d.mts.map +0 -1
- package/tools/api-keys/delete-api-keys.d.ts +0 -51
- package/tools/api-keys/delete-api-keys.d.ts.map +0 -1
- package/tools/api-keys/delete-api-keys.js +0 -37
- package/tools/api-keys/delete-api-keys.js.map +0 -1
- package/tools/api-keys/delete-api-keys.mjs +0 -33
- package/tools/api-keys/delete-api-keys.mjs.map +0 -1
- package/tools/api-keys/get-api-keys.d.mts +0 -51
- package/tools/api-keys/get-api-keys.d.mts.map +0 -1
- package/tools/api-keys/get-api-keys.d.ts +0 -51
- package/tools/api-keys/get-api-keys.d.ts.map +0 -1
- package/tools/api-keys/get-api-keys.js +0 -54
- package/tools/api-keys/get-api-keys.js.map +0 -1
- package/tools/api-keys/get-api-keys.mjs +0 -47
- package/tools/api-keys/get-api-keys.mjs.map +0 -1
- package/tools/api-keys/list-api-keys.d.mts +0 -51
- package/tools/api-keys/list-api-keys.d.mts.map +0 -1
- package/tools/api-keys/list-api-keys.d.ts +0 -51
- package/tools/api-keys/list-api-keys.d.ts.map +0 -1
- package/tools/api-keys/list-api-keys.js +0 -60
- package/tools/api-keys/list-api-keys.js.map +0 -1
- package/tools/api-keys/list-api-keys.mjs +0 -53
- package/tools/api-keys/list-api-keys.mjs.map +0 -1
- package/tools/api-keys/update-api-keys.d.mts +0 -51
- package/tools/api-keys/update-api-keys.d.mts.map +0 -1
- package/tools/api-keys/update-api-keys.d.ts +0 -51
- package/tools/api-keys/update-api-keys.d.ts.map +0 -1
- package/tools/api-keys/update-api-keys.js +0 -63
- package/tools/api-keys/update-api-keys.js.map +0 -1
- package/tools/api-keys/update-api-keys.mjs +0 -56
- package/tools/api-keys/update-api-keys.mjs.map +0 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.d.mts +0 -51
- package/tools/compute/vms/availability/create-vms-compute-availability.d.mts.map +0 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.d.ts +0 -51
- package/tools/compute/vms/availability/create-vms-compute-availability.d.ts.map +0 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.js +0 -199
- package/tools/compute/vms/availability/create-vms-compute-availability.js.map +0 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.mjs +0 -192
- package/tools/compute/vms/availability/create-vms-compute-availability.mjs.map +0 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.d.mts +0 -51
- package/tools/compute/vms/availability/update-vms-compute-availability.d.mts.map +0 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.d.ts +0 -51
- package/tools/compute/vms/availability/update-vms-compute-availability.d.ts.map +0 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.js +0 -97
- package/tools/compute/vms/availability/update-vms-compute-availability.js.map +0 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.mjs +0 -90
- package/tools/compute/vms/availability/update-vms-compute-availability.mjs.map +0 -1
- package/tools/compute/vms/create-compute-vms.d.mts +0 -51
- package/tools/compute/vms/create-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/create-compute-vms.d.ts +0 -51
- package/tools/compute/vms/create-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/create-compute-vms.js +0 -199
- package/tools/compute/vms/create-compute-vms.js.map +0 -1
- package/tools/compute/vms/create-compute-vms.mjs +0 -192
- package/tools/compute/vms/create-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/delete-compute-vms.d.mts +0 -51
- package/tools/compute/vms/delete-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/delete-compute-vms.d.ts +0 -51
- package/tools/compute/vms/delete-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/delete-compute-vms.js +0 -54
- package/tools/compute/vms/delete-compute-vms.js.map +0 -1
- package/tools/compute/vms/delete-compute-vms.mjs +0 -47
- package/tools/compute/vms/delete-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/get-compute-vms.d.mts +0 -51
- package/tools/compute/vms/get-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/get-compute-vms.d.ts +0 -51
- package/tools/compute/vms/get-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/get-compute-vms.js +0 -54
- package/tools/compute/vms/get-compute-vms.js.map +0 -1
- package/tools/compute/vms/get-compute-vms.mjs +0 -47
- package/tools/compute/vms/get-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/list-compute-vms.d.mts +0 -51
- package/tools/compute/vms/list-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/list-compute-vms.d.ts +0 -51
- package/tools/compute/vms/list-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/list-compute-vms.js +0 -60
- package/tools/compute/vms/list-compute-vms.js.map +0 -1
- package/tools/compute/vms/list-compute-vms.mjs +0 -53
- package/tools/compute/vms/list-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.d.mts +0 -51
- package/tools/compute/vms/os-images/list-vms-compute-os-images.d.mts.map +0 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.d.ts +0 -51
- package/tools/compute/vms/os-images/list-vms-compute-os-images.d.ts.map +0 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.js +0 -60
- package/tools/compute/vms/os-images/list-vms-compute-os-images.js.map +0 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.mjs +0 -53
- package/tools/compute/vms/os-images/list-vms-compute-os-images.mjs.map +0 -1
- package/tools/compute/vms/restart-compute-vms.d.mts +0 -51
- package/tools/compute/vms/restart-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/restart-compute-vms.d.ts +0 -51
- package/tools/compute/vms/restart-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/restart-compute-vms.js +0 -52
- package/tools/compute/vms/restart-compute-vms.js.map +0 -1
- package/tools/compute/vms/restart-compute-vms.mjs +0 -45
- package/tools/compute/vms/restart-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/update-compute-vms.d.mts +0 -51
- package/tools/compute/vms/update-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/update-compute-vms.d.ts +0 -51
- package/tools/compute/vms/update-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/update-compute-vms.js +0 -97
- package/tools/compute/vms/update-compute-vms.js.map +0 -1
- package/tools/compute/vms/update-compute-vms.mjs +0 -90
- package/tools/compute/vms/update-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.d.mts +0 -51
- package/tools/compute/vms/volumes/list-vms-compute-volumes.d.mts.map +0 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.d.ts +0 -51
- package/tools/compute/vms/volumes/list-vms-compute-volumes.d.ts.map +0 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.js +0 -63
- package/tools/compute/vms/volumes/list-vms-compute-volumes.js.map +0 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.mjs +0 -56
- package/tools/compute/vms/volumes/list-vms-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.mts +0 -51
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.mts.map +0 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.ts +0 -51
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.ts.map +0 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.js +0 -78
- package/tools/compute/volumes/availability/create-volumes-compute-availability.js.map +0 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.mjs +0 -71
- package/tools/compute/volumes/availability/create-volumes-compute-availability.mjs.map +0 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.mts +0 -51
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.mts.map +0 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.ts +0 -51
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.ts.map +0 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.js +0 -67
- package/tools/compute/volumes/availability/update-volumes-compute-availability.js.map +0 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.mjs +0 -60
- package/tools/compute/volumes/availability/update-volumes-compute-availability.mjs.map +0 -1
- package/tools/compute/volumes/create-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/create-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/create-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/create-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/create-compute-volumes.js +0 -78
- package/tools/compute/volumes/create-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/create-compute-volumes.mjs +0 -71
- package/tools/compute/volumes/create-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/delete-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/delete-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/delete-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/delete-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/delete-compute-volumes.js +0 -54
- package/tools/compute/volumes/delete-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/delete-compute-volumes.mjs +0 -47
- package/tools/compute/volumes/delete-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/get-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/get-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/get-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/get-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/get-compute-volumes.js +0 -54
- package/tools/compute/volumes/get-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/get-compute-volumes.mjs +0 -47
- package/tools/compute/volumes/get-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/list-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/list-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/list-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/list-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/list-compute-volumes.js +0 -60
- package/tools/compute/volumes/list-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/list-compute-volumes.mjs +0 -53
- package/tools/compute/volumes/list-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/update-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/update-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/update-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/update-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/update-compute-volumes.js +0 -67
- package/tools/compute/volumes/update-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/update-compute-volumes.mjs +0 -60
- package/tools/compute/volumes/update-compute-volumes.mjs.map +0 -1
- package/tools/index.d.mts +0 -10
- package/tools/index.d.mts.map +0 -1
- package/tools/index.d.ts +0 -10
- package/tools/index.d.ts.map +0 -1
- package/tools/index.js +0 -269
- package/tools/index.js.map +0 -1
- package/tools/index.mjs +0 -262
- package/tools/index.mjs.map +0 -1
- package/tools/networking/connect/connections/create-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/create-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/create-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/create-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/create-connect-networking-connections.js +0 -120
- package/tools/networking/connect/connections/create-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/create-connect-networking-connections.mjs +0 -113
- package/tools/networking/connect/connections/create-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/delete-connect-networking-connections.js +0 -54
- package/tools/networking/connect/connections/delete-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/delete-connect-networking-connections.mjs +0 -47
- package/tools/networking/connect/connections/delete-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/connections/get-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/get-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/get-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/get-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/get-connect-networking-connections.js +0 -54
- package/tools/networking/connect/connections/get-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/get-connect-networking-connections.mjs +0 -47
- package/tools/networking/connect/connections/get-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/connections/list-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/list-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/list-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/list-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/list-connect-networking-connections.js +0 -60
- package/tools/networking/connect/connections/list-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/list-connect-networking-connections.mjs +0 -53
- package/tools/networking/connect/connections/list-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/connections/update-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/update-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/update-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/update-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/update-connect-networking-connections.js +0 -63
- package/tools/networking/connect/connections/update-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/update-connect-networking-connections.mjs +0 -56
- package/tools/networking/connect/connections/update-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/routes/list-connect-networking-routes.d.mts +0 -51
- package/tools/networking/connect/routes/list-connect-networking-routes.d.mts.map +0 -1
- package/tools/networking/connect/routes/list-connect-networking-routes.d.ts +0 -51
- package/tools/networking/connect/routes/list-connect-networking-routes.d.ts.map +0 -1
- package/tools/networking/connect/routes/list-connect-networking-routes.js +0 -60
- package/tools/networking/connect/routes/list-connect-networking-routes.js.map +0 -1
- package/tools/networking/connect/routes/list-connect-networking-routes.mjs +0 -53
- package/tools/networking/connect/routes/list-connect-networking-routes.mjs.map +0 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.js +0 -83
- package/tools/networking/firewall-rules/create-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.mjs +0 -76
- package/tools/networking/firewall-rules/create-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.js +0 -57
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.mjs +0 -50
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/get-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/get-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.js +0 -57
- package/tools/networking/firewall-rules/get-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.mjs +0 -50
- package/tools/networking/firewall-rules/get-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/list-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/list-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.js +0 -63
- package/tools/networking/firewall-rules/list-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.mjs +0 -56
- package/tools/networking/firewall-rules/list-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.js +0 -86
- package/tools/networking/firewall-rules/update-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.mjs +0 -79
- package/tools/networking/firewall-rules/update-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.mts +0 -51
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.mts.map +0 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.ts +0 -51
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.ts.map +0 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.js +0 -84
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.js.map +0 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.mjs +0 -77
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.mjs.map +0 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.mts +0 -51
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.mts.map +0 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.ts +0 -51
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.ts.map +0 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.js +0 -67
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.js.map +0 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.mjs +0 -60
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.mjs.map +0 -1
- package/tools/networking/vpcs/create-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/create-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/create-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/create-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/create-networking-vpcs.js +0 -84
- package/tools/networking/vpcs/create-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/create-networking-vpcs.mjs +0 -77
- package/tools/networking/vpcs/create-networking-vpcs.mjs.map +0 -1
- package/tools/networking/vpcs/delete-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/delete-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/delete-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/delete-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/delete-networking-vpcs.js +0 -54
- package/tools/networking/vpcs/delete-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/delete-networking-vpcs.mjs +0 -47
- package/tools/networking/vpcs/delete-networking-vpcs.mjs.map +0 -1
- package/tools/networking/vpcs/get-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/get-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/get-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/get-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/get-networking-vpcs.js +0 -54
- package/tools/networking/vpcs/get-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/get-networking-vpcs.mjs +0 -47
- package/tools/networking/vpcs/get-networking-vpcs.mjs.map +0 -1
- package/tools/networking/vpcs/list-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/list-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/list-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/list-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/list-networking-vpcs.js +0 -60
- package/tools/networking/vpcs/list-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/list-networking-vpcs.mjs +0 -53
- package/tools/networking/vpcs/list-networking-vpcs.mjs.map +0 -1
- package/tools/networking/vpcs/update-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/update-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/update-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/update-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/update-networking-vpcs.js +0 -67
- package/tools/networking/vpcs/update-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/update-networking-vpcs.mjs +0 -60
- package/tools/networking/vpcs/update-networking-vpcs.mjs.map +0 -1
- package/tools/operations/get-operations.d.mts +0 -51
- package/tools/operations/get-operations.d.mts.map +0 -1
- package/tools/operations/get-operations.d.ts +0 -51
- package/tools/operations/get-operations.d.ts.map +0 -1
- package/tools/operations/get-operations.js +0 -54
- package/tools/operations/get-operations.js.map +0 -1
- package/tools/operations/get-operations.mjs +0 -47
- package/tools/operations/get-operations.mjs.map +0 -1
- package/tools/operations/list-operations.d.mts +0 -51
- package/tools/operations/list-operations.d.mts.map +0 -1
- package/tools/operations/list-operations.d.ts +0 -51
- package/tools/operations/list-operations.d.ts.map +0 -1
- package/tools/operations/list-operations.js +0 -60
- package/tools/operations/list-operations.js.map +0 -1
- package/tools/operations/list-operations.mjs +0 -53
- package/tools/operations/list-operations.mjs.map +0 -1
- package/tools/projects/create-projects.d.mts +0 -51
- package/tools/projects/create-projects.d.mts.map +0 -1
- package/tools/projects/create-projects.d.ts +0 -51
- package/tools/projects/create-projects.d.ts.map +0 -1
- package/tools/projects/create-projects.js +0 -60
- package/tools/projects/create-projects.js.map +0 -1
- package/tools/projects/create-projects.mjs +0 -53
- package/tools/projects/create-projects.mjs.map +0 -1
- package/tools/projects/delete-projects.d.mts +0 -51
- package/tools/projects/delete-projects.d.mts.map +0 -1
- package/tools/projects/delete-projects.d.ts +0 -51
- package/tools/projects/delete-projects.d.ts.map +0 -1
- package/tools/projects/delete-projects.js +0 -37
- package/tools/projects/delete-projects.js.map +0 -1
- package/tools/projects/delete-projects.mjs +0 -33
- package/tools/projects/delete-projects.mjs.map +0 -1
- package/tools/projects/get-projects.d.mts +0 -51
- package/tools/projects/get-projects.d.mts.map +0 -1
- package/tools/projects/get-projects.d.ts +0 -51
- package/tools/projects/get-projects.d.ts.map +0 -1
- package/tools/projects/get-projects.js +0 -54
- package/tools/projects/get-projects.js.map +0 -1
- package/tools/projects/get-projects.mjs +0 -47
- package/tools/projects/get-projects.mjs.map +0 -1
- package/tools/projects/list-projects.d.mts +0 -51
- package/tools/projects/list-projects.d.mts.map +0 -1
- package/tools/projects/list-projects.d.ts +0 -51
- package/tools/projects/list-projects.d.ts.map +0 -1
- package/tools/projects/list-projects.js +0 -60
- package/tools/projects/list-projects.js.map +0 -1
- package/tools/projects/list-projects.mjs +0 -53
- package/tools/projects/list-projects.mjs.map +0 -1
- package/tools/projects/update-projects.d.mts +0 -51
- package/tools/projects/update-projects.d.mts.map +0 -1
- package/tools/projects/update-projects.d.ts +0 -51
- package/tools/projects/update-projects.d.ts.map +0 -1
- package/tools/projects/update-projects.js +0 -63
- package/tools/projects/update-projects.js.map +0 -1
- package/tools/projects/update-projects.mjs +0 -56
- package/tools/projects/update-projects.mjs.map +0 -1
- package/tools/regions/get-regions.d.mts +0 -51
- package/tools/regions/get-regions.d.mts.map +0 -1
- package/tools/regions/get-regions.d.ts +0 -51
- package/tools/regions/get-regions.d.ts.map +0 -1
- package/tools/regions/get-regions.js +0 -54
- package/tools/regions/get-regions.js.map +0 -1
- package/tools/regions/get-regions.mjs +0 -47
- package/tools/regions/get-regions.mjs.map +0 -1
- package/tools/regions/list-regions.d.mts +0 -51
- package/tools/regions/list-regions.d.mts.map +0 -1
- package/tools/regions/list-regions.d.ts +0 -51
- package/tools/regions/list-regions.d.ts.map +0 -1
- package/tools/regions/list-regions.js +0 -60
- package/tools/regions/list-regions.js.map +0 -1
- package/tools/regions/list-regions.mjs +0 -53
- package/tools/regions/list-regions.mjs.map +0 -1
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.d.mts +0 -51
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.d.mts.map +0 -1
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.d.ts +0 -51
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.d.ts.map +0 -1
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.js +0 -60
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.js.map +0 -1
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.mjs +0 -53
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.mjs.map +0 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.d.mts +0 -51
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.d.mts.map +0 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.d.ts +0 -51
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.d.ts.map +0 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.js +0 -54
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.js.map +0 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.mjs +0 -47
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.mjs.map +0 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.d.mts +0 -51
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.d.mts.map +0 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.d.ts +0 -51
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.d.ts.map +0 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.js +0 -64
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.js.map +0 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.mjs +0 -57
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.mjs.map +0 -1
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.d.mts +0 -51
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.d.ts +0 -51
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.js +0 -60
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.js.map +0 -1
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.mjs +0 -53
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.mjs.map +0 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.js +0 -72
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.mjs +0 -65
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.mjs.map +0 -1
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.js +0 -37
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.mjs +0 -33
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.mjs.map +0 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.js +0 -54
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.mjs +0 -47
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.mjs.map +0 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.js +0 -64
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.mjs +0 -57
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.mjs.map +0 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.js +0 -63
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.mjs +0 -56
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.mjs.map +0 -1
- package/tools/types.d.mts.map +0 -1
- package/tools/types.d.ts.map +0 -1
- package/tools/types.js.map +0 -1
- package/tools/types.mjs.map +0 -1
- package/tools/user/get-user.d.mts +0 -51
- package/tools/user/get-user.d.mts.map +0 -1
- package/tools/user/get-user.d.ts +0 -51
- package/tools/user/get-user.d.ts.map +0 -1
- package/tools/user/get-user.js +0 -51
- package/tools/user/get-user.js.map +0 -1
- package/tools/user/get-user.mjs +0 -44
- package/tools/user/get-user.mjs.map +0 -1
- package/tools/vektor/balances/list-historical-vektor-balances.d.mts +0 -51
- package/tools/vektor/balances/list-historical-vektor-balances.d.mts.map +0 -1
- package/tools/vektor/balances/list-historical-vektor-balances.d.ts +0 -51
- package/tools/vektor/balances/list-historical-vektor-balances.d.ts.map +0 -1
- package/tools/vektor/balances/list-historical-vektor-balances.js +0 -121
- package/tools/vektor/balances/list-historical-vektor-balances.js.map +0 -1
- package/tools/vektor/balances/list-historical-vektor-balances.mjs +0 -114
- package/tools/vektor/balances/list-historical-vektor-balances.mjs.map +0 -1
- package/tools/vektor/balances/list-vektor-balances.d.mts +0 -51
- package/tools/vektor/balances/list-vektor-balances.d.mts.map +0 -1
- package/tools/vektor/balances/list-vektor-balances.d.ts +0 -51
- package/tools/vektor/balances/list-vektor-balances.d.ts.map +0 -1
- package/tools/vektor/balances/list-vektor-balances.js +0 -115
- package/tools/vektor/balances/list-vektor-balances.js.map +0 -1
- package/tools/vektor/balances/list-vektor-balances.mjs +0 -108
- package/tools/vektor/balances/list-vektor-balances.mjs.map +0 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.d.mts +0 -51
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.d.mts.map +0 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.d.ts +0 -51
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.d.ts.map +0 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.js +0 -112
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.js.map +0 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.mjs +0 -105
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.mjs.map +0 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.d.mts +0 -51
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.d.mts.map +0 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.d.ts +0 -51
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.d.ts.map +0 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.js +0 -118
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.js.map +0 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.mjs +0 -111
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.mjs.map +0 -1
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.d.mts +0 -51
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.d.mts.map +0 -1
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.d.ts +0 -51
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.d.ts.map +0 -1
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.js +0 -90
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.js.map +0 -1
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.mjs +0 -83
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.mjs.map +0 -1
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.d.mts +0 -51
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.d.ts +0 -51
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.js +0 -150
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.js.map +0 -1
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.mjs +0 -143
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.mjs.map +0 -1
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.d.mts +0 -51
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.d.ts +0 -51
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.js +0 -150
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.js.map +0 -1
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.mjs +0 -143
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.mjs.map +0 -1
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.d.mts +0 -51
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.d.ts +0 -51
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.js +0 -171
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.js.map +0 -1
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.mjs +0 -164
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.mjs.map +0 -1
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.d.mts +0 -51
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.d.ts +0 -51
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.js +0 -171
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.js.map +0 -1
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.mjs +0 -164
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.mjs.map +0 -1
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.d.mts +0 -51
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.d.mts.map +0 -1
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.d.ts +0 -51
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.d.ts.map +0 -1
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.js +0 -82
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.js.map +0 -1
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.mjs +0 -75
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.mjs.map +0 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.d.mts +0 -51
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.d.mts.map +0 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.d.ts +0 -51
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.d.ts.map +0 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.js +0 -96
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.js.map +0 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.mjs +0 -89
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.mjs.map +0 -1
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.d.mts +0 -51
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.d.mts.map +0 -1
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.d.ts +0 -51
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.d.ts.map +0 -1
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.js +0 -98
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.js.map +0 -1
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.mjs +0 -91
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.mjs.map +0 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.d.mts +0 -51
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.d.mts.map +0 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.d.ts +0 -51
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.d.ts.map +0 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.js +0 -96
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.js.map +0 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.mjs +0 -89
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.mjs.map +0 -1
- package/tools/vektor/executions/get-vektor-executions.d.mts +0 -51
- package/tools/vektor/executions/get-vektor-executions.d.mts.map +0 -1
- package/tools/vektor/executions/get-vektor-executions.d.ts +0 -51
- package/tools/vektor/executions/get-vektor-executions.d.ts.map +0 -1
- package/tools/vektor/executions/get-vektor-executions.js +0 -48
- package/tools/vektor/executions/get-vektor-executions.js.map +0 -1
- package/tools/vektor/executions/get-vektor-executions.mjs +0 -41
- package/tools/vektor/executions/get-vektor-executions.mjs.map +0 -1
- package/tools/vektor/executions/list-vektor-executions.d.mts +0 -51
- package/tools/vektor/executions/list-vektor-executions.d.mts.map +0 -1
- package/tools/vektor/executions/list-vektor-executions.d.ts +0 -51
- package/tools/vektor/executions/list-vektor-executions.d.ts.map +0 -1
- package/tools/vektor/executions/list-vektor-executions.js +0 -43
- package/tools/vektor/executions/list-vektor-executions.js.map +0 -1
- package/tools/vektor/executions/list-vektor-executions.mjs +0 -36
- package/tools/vektor/executions/list-vektor-executions.mjs.map +0 -1
- package/tools/vektor/executions/steps/get-executions-vektor-steps.d.mts +0 -51
- package/tools/vektor/executions/steps/get-executions-vektor-steps.d.mts.map +0 -1
- package/tools/vektor/executions/steps/get-executions-vektor-steps.d.ts +0 -51
- package/tools/vektor/executions/steps/get-executions-vektor-steps.d.ts.map +0 -1
- package/tools/vektor/executions/steps/get-executions-vektor-steps.js +0 -51
- package/tools/vektor/executions/steps/get-executions-vektor-steps.js.map +0 -1
- package/tools/vektor/executions/steps/get-executions-vektor-steps.mjs +0 -44
- package/tools/vektor/executions/steps/get-executions-vektor-steps.mjs.map +0 -1
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.d.mts +0 -51
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.d.mts.map +0 -1
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.d.ts +0 -51
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.d.ts.map +0 -1
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.js +0 -48
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.js.map +0 -1
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.mjs +0 -44
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.mjs.map +0 -1
- package/tools/vektor/incentivize/list-vektor-incentivize.d.mts +0 -51
- package/tools/vektor/incentivize/list-vektor-incentivize.d.mts.map +0 -1
- package/tools/vektor/incentivize/list-vektor-incentivize.d.ts +0 -51
- package/tools/vektor/incentivize/list-vektor-incentivize.d.ts.map +0 -1
- package/tools/vektor/incentivize/list-vektor-incentivize.js +0 -84
- package/tools/vektor/incentivize/list-vektor-incentivize.js.map +0 -1
- package/tools/vektor/incentivize/list-vektor-incentivize.mjs +0 -77
- package/tools/vektor/incentivize/list-vektor-incentivize.mjs.map +0 -1
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.d.mts +0 -51
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.d.mts.map +0 -1
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.d.ts +0 -51
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.d.ts.map +0 -1
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.js +0 -90
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.js.map +0 -1
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.mjs +0 -83
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.mjs.map +0 -1
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.d.mts +0 -51
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.d.ts +0 -51
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.js +0 -150
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.js.map +0 -1
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.mjs +0 -143
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.mjs.map +0 -1
- package/tools/vektor/lend/markets/list-lend-vektor-markets.d.mts +0 -51
- package/tools/vektor/lend/markets/list-lend-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/lend/markets/list-lend-vektor-markets.d.ts +0 -51
- package/tools/vektor/lend/markets/list-lend-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/lend/markets/list-lend-vektor-markets.js +0 -150
- package/tools/vektor/lend/markets/list-lend-vektor-markets.js.map +0 -1
- package/tools/vektor/lend/markets/list-lend-vektor-markets.mjs +0 -143
- package/tools/vektor/lend/markets/list-lend-vektor-markets.mjs.map +0 -1
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.d.mts +0 -51
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.d.ts +0 -51
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.js +0 -171
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.js.map +0 -1
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.mjs +0 -164
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lend/positions/list-lend-vektor-positions.d.mts +0 -51
- package/tools/vektor/lend/positions/list-lend-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lend/positions/list-lend-vektor-positions.d.ts +0 -51
- package/tools/vektor/lend/positions/list-lend-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lend/positions/list-lend-vektor-positions.js +0 -171
- package/tools/vektor/lend/positions/list-lend-vektor-positions.js.map +0 -1
- package/tools/vektor/lend/positions/list-lend-vektor-positions.mjs +0 -164
- package/tools/vektor/lend/positions/list-lend-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.d.mts +0 -51
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.d.mts.map +0 -1
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.d.ts +0 -51
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.d.ts.map +0 -1
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.js +0 -72
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.js.map +0 -1
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.mjs +0 -65
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.mjs.map +0 -1
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.d.mts +0 -51
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.d.mts.map +0 -1
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.d.ts +0 -51
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.d.ts.map +0 -1
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.js +0 -82
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.js.map +0 -1
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.mjs +0 -75
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.mjs.map +0 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.d.mts +0 -51
- package/tools/vektor/lock/markets/list-lock-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.d.ts +0 -51
- package/tools/vektor/lock/markets/list-lock-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.js +0 -85
- package/tools/vektor/lock/markets/list-lock-vektor-markets.js.map +0 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.mjs +0 -78
- package/tools/vektor/lock/markets/list-lock-vektor-markets.mjs.map +0 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.mts +0 -51
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.ts +0 -51
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.js +0 -92
- package/tools/vektor/lock/positions/list-lock-vektor-positions.js.map +0 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.mjs +0 -85
- package/tools/vektor/lock/positions/list-lock-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.d.mts +0 -51
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.d.mts.map +0 -1
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.d.ts +0 -51
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.d.ts.map +0 -1
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.js +0 -241
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.js.map +0 -1
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.mjs +0 -234
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.mjs.map +0 -1
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.d.mts +0 -51
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.d.mts.map +0 -1
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.d.ts +0 -51
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.d.ts.map +0 -1
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.js +0 -147
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.js.map +0 -1
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.mjs +0 -140
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.mjs.map +0 -1
- package/tools/vektor/lp/pools/list-lp-vektor-pools.d.mts +0 -51
- package/tools/vektor/lp/pools/list-lp-vektor-pools.d.mts.map +0 -1
- package/tools/vektor/lp/pools/list-lp-vektor-pools.d.ts +0 -51
- package/tools/vektor/lp/pools/list-lp-vektor-pools.d.ts.map +0 -1
- package/tools/vektor/lp/pools/list-lp-vektor-pools.js +0 -147
- package/tools/vektor/lp/pools/list-lp-vektor-pools.js.map +0 -1
- package/tools/vektor/lp/pools/list-lp-vektor-pools.mjs +0 -140
- package/tools/vektor/lp/pools/list-lp-vektor-pools.mjs.map +0 -1
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.d.mts +0 -51
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.d.ts +0 -51
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.js +0 -178
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.js.map +0 -1
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.mjs +0 -171
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lp/positions/list-lp-vektor-positions.d.mts +0 -51
- package/tools/vektor/lp/positions/list-lp-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lp/positions/list-lp-vektor-positions.d.ts +0 -51
- package/tools/vektor/lp/positions/list-lp-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lp/positions/list-lp-vektor-positions.js +0 -178
- package/tools/vektor/lp/positions/list-lp-vektor-positions.js.map +0 -1
- package/tools/vektor/lp/positions/list-lp-vektor-positions.mjs +0 -171
- package/tools/vektor/lp/positions/list-lp-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.d.mts +0 -51
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.d.mts.map +0 -1
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.d.ts +0 -51
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.d.ts.map +0 -1
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.js +0 -197
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.js.map +0 -1
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.mjs +0 -190
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.mjs.map +0 -1
- package/tools/vektor/move/create-vektor-move.d.mts +0 -51
- package/tools/vektor/move/create-vektor-move.d.mts.map +0 -1
- package/tools/vektor/move/create-vektor-move.d.ts +0 -51
- package/tools/vektor/move/create-vektor-move.d.ts.map +0 -1
- package/tools/vektor/move/create-vektor-move.js +0 -80
- package/tools/vektor/move/create-vektor-move.js.map +0 -1
- package/tools/vektor/move/create-vektor-move.mjs +0 -73
- package/tools/vektor/move/create-vektor-move.mjs.map +0 -1
- package/tools/vektor/prices/list-historical-vektor-prices.d.mts +0 -51
- package/tools/vektor/prices/list-historical-vektor-prices.d.mts.map +0 -1
- package/tools/vektor/prices/list-historical-vektor-prices.d.ts +0 -51
- package/tools/vektor/prices/list-historical-vektor-prices.d.ts.map +0 -1
- package/tools/vektor/prices/list-historical-vektor-prices.js +0 -67
- package/tools/vektor/prices/list-historical-vektor-prices.js.map +0 -1
- package/tools/vektor/prices/list-historical-vektor-prices.mjs +0 -60
- package/tools/vektor/prices/list-historical-vektor-prices.mjs.map +0 -1
- package/tools/vektor/prices/list-vektor-prices.d.mts +0 -51
- package/tools/vektor/prices/list-vektor-prices.d.mts.map +0 -1
- package/tools/vektor/prices/list-vektor-prices.d.ts +0 -51
- package/tools/vektor/prices/list-vektor-prices.d.ts.map +0 -1
- package/tools/vektor/prices/list-vektor-prices.js +0 -67
- package/tools/vektor/prices/list-vektor-prices.js.map +0 -1
- package/tools/vektor/prices/list-vektor-prices.mjs +0 -60
- package/tools/vektor/prices/list-vektor-prices.mjs.map +0 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.d.mts +0 -51
- package/tools/vektor/registry/assets/list-registry-vektor-assets.d.mts.map +0 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.d.ts +0 -51
- package/tools/vektor/registry/assets/list-registry-vektor-assets.d.ts.map +0 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.js +0 -69
- package/tools/vektor/registry/assets/list-registry-vektor-assets.js.map +0 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.mjs +0 -62
- package/tools/vektor/registry/assets/list-registry-vektor-assets.mjs.map +0 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.d.mts +0 -51
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.d.mts.map +0 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.d.ts +0 -51
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.d.ts.map +0 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.js +0 -59
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.js.map +0 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.mjs +0 -52
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.mjs.map +0 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.d.mts +0 -51
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.d.mts.map +0 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.d.ts +0 -51
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.d.ts.map +0 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.js +0 -90
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.js.map +0 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.mjs +0 -83
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.mjs.map +0 -1
- package/tools/vektor/registry/errors/list-registry-vektor-errors.d.mts +0 -51
- package/tools/vektor/registry/errors/list-registry-vektor-errors.d.mts.map +0 -1
- package/tools/vektor/registry/errors/list-registry-vektor-errors.d.ts +0 -51
- package/tools/vektor/registry/errors/list-registry-vektor-errors.d.ts.map +0 -1
- package/tools/vektor/registry/errors/list-registry-vektor-errors.js +0 -55
- package/tools/vektor/registry/errors/list-registry-vektor-errors.js.map +0 -1
- package/tools/vektor/registry/errors/list-registry-vektor-errors.mjs +0 -48
- package/tools/vektor/registry/errors/list-registry-vektor-errors.mjs.map +0 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.d.mts +0 -51
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.d.mts.map +0 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.d.ts +0 -51
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.d.ts.map +0 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.js +0 -90
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.js.map +0 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.mjs +0 -83
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.mjs.map +0 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.d.mts +0 -51
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.d.mts.map +0 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.d.ts +0 -51
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.d.ts.map +0 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.js +0 -90
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.js.map +0 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.mjs +0 -83
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.mjs.map +0 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.d.mts +0 -51
- package/tools/vektor/registry/venues/list-registry-vektor-venues.d.mts.map +0 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.d.ts +0 -51
- package/tools/vektor/registry/venues/list-registry-vektor-venues.d.ts.map +0 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.js +0 -59
- package/tools/vektor/registry/venues/list-registry-vektor-venues.js.map +0 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.mjs +0 -52
- package/tools/vektor/registry/venues/list-registry-vektor-venues.mjs.map +0 -1
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.d.mts +0 -51
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.d.mts.map +0 -1
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.d.ts +0 -51
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.d.ts.map +0 -1
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.js +0 -90
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.js.map +0 -1
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.mjs +0 -83
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.mjs.map +0 -1
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.d.mts +0 -51
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.d.mts.map +0 -1
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.d.ts +0 -51
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.d.ts.map +0 -1
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.js +0 -98
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.js.map +0 -1
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.mjs +0 -91
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.mjs.map +0 -1
- package/tools/vektor/vote/markets/list-vote-vektor-markets.d.mts +0 -51
- package/tools/vektor/vote/markets/list-vote-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/vote/markets/list-vote-vektor-markets.d.ts +0 -51
- package/tools/vektor/vote/markets/list-vote-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/vote/markets/list-vote-vektor-markets.js +0 -84
- package/tools/vektor/vote/markets/list-vote-vektor-markets.js.map +0 -1
- package/tools/vektor/vote/markets/list-vote-vektor-markets.mjs +0 -77
- package/tools/vektor/vote/markets/list-vote-vektor-markets.mjs.map +0 -1
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.d.mts +0 -51
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.d.mts.map +0 -1
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.d.ts +0 -51
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.d.ts.map +0 -1
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.js +0 -97
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.js.map +0 -1
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.mjs +0 -90
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.mjs.map +0 -1
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.d.mts +0 -51
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.d.mts.map +0 -1
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.d.ts +0 -51
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.d.ts.map +0 -1
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.js +0 -69
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.js.map +0 -1
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.mjs +0 -62
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.mjs.map +0 -1
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.d.mts +0 -51
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.d.mts.map +0 -1
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.d.ts +0 -51
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.d.ts.map +0 -1
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.js +0 -69
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.js.map +0 -1
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.mjs +0 -62
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.mjs.map +0 -1
- package/tools.d.mts +0 -2
- package/tools.d.mts.map +0 -1
- package/tools.d.ts +0 -2
- package/tools.d.ts.map +0 -1
- package/tools.js +0 -18
- package/tools.js.map +0 -1
- package/tools.mjs +0 -2
- package/tools.mjs.map +0 -1
- /package/{tools/types.js → types.js} +0 -0
- /package/{tools/types.mjs → types.mjs} +0 -0
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { isJqError, maybeFilter } from '@nirvana-labs/nirvana-mcp/filtering';
|
|
4
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@nirvana-labs/nirvana-mcp/tools/types';
|
|
5
|
-
|
|
6
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
7
|
-
import NirvanaLabs from '@nirvana-labs/nirvana';
|
|
8
|
-
|
|
9
|
-
export const metadata: Metadata = {
|
|
10
|
-
resource: 'vektor.registry.lp_pools',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/vektor/registry/lp/pools',
|
|
15
|
-
operationId: 'registry_lp_pools_list',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'list_registry_vektor_lp_pools',
|
|
20
|
-
description:
|
|
21
|
-
"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 LP pools in the registry, optionally filtered by blockchain, assets or venues\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/lp_pool_list_response',\n $defs: {\n lp_pool_list_response: {\n type: 'object',\n title: 'RegistryLPPoolListOutput',\n properties: {\n items: {\n type: 'array',\n title: 'RegistryLPPoolList',\n description: 'A list of registry data for LP pools',\n items: {\n $ref: '#/$defs/registry_lp_pool'\n }\n }\n },\n required: [ 'items'\n ]\n },\n registry_lp_pool: {\n type: 'object',\n title: 'RegistryLPPool',\n description: 'Registry data for an LP pool',\n properties: {\n id: {\n type: 'string',\n title: 'LPPoolID',\n description: 'A LP pool ID, represented as a TypeID with `lp_pool` prefix'\n },\n assets: {\n type: 'array',\n title: 'AssetList',\n description: 'Response for multiple assets',\n items: {\n $ref: '#/$defs/asset'\n }\n },\n blockchain: {\n $ref: '#/$defs/blockchain'\n },\n venue: {\n $ref: '#/$defs/venue'\n }\n },\n required: [ 'id',\n 'assets',\n 'blockchain',\n 'venue'\n ]\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```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
id: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
title: 'LPPoolID',
|
|
28
|
-
description: 'A LP pool ID, represented as a TypeID with `lp_pool` prefix',
|
|
29
|
-
},
|
|
30
|
-
assets: {
|
|
31
|
-
type: 'array',
|
|
32
|
-
title: 'AssetIDOrAddressEVMOrAssetSymbolList',
|
|
33
|
-
description: 'A list of asset IDs, EVM addresses or asset symbols',
|
|
34
|
-
items: {
|
|
35
|
-
$ref: '#/$defs/asset_id_or_address_evm_or_asset_symbol',
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
|
-
blockchain: {
|
|
39
|
-
$ref: '#/$defs/blockchain_id',
|
|
40
|
-
},
|
|
41
|
-
venues: {
|
|
42
|
-
type: 'array',
|
|
43
|
-
title: 'VenueIDOrVenueSymbolList',
|
|
44
|
-
description: 'A list of venue IDs or venue symbols',
|
|
45
|
-
items: {
|
|
46
|
-
$ref: '#/$defs/venue_id_or_venue_symbol',
|
|
47
|
-
},
|
|
48
|
-
},
|
|
49
|
-
jq_filter: {
|
|
50
|
-
type: 'string',
|
|
51
|
-
title: 'jq Filter',
|
|
52
|
-
description:
|
|
53
|
-
'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
required: [],
|
|
57
|
-
$defs: {
|
|
58
|
-
asset_id_or_address_evm_or_asset_symbol: {
|
|
59
|
-
type: 'string',
|
|
60
|
-
title: 'AssetID',
|
|
61
|
-
description: 'An asset ID, represented as a TypeID with `asset` prefix',
|
|
62
|
-
},
|
|
63
|
-
blockchain_id: {
|
|
64
|
-
type: 'string',
|
|
65
|
-
title: 'BlockchainID',
|
|
66
|
-
description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix',
|
|
67
|
-
},
|
|
68
|
-
venue_id_or_venue_symbol: {
|
|
69
|
-
type: 'string',
|
|
70
|
-
title: 'VenueID',
|
|
71
|
-
description: 'A venue ID, represented as a TypeID with `venue` prefix',
|
|
72
|
-
},
|
|
73
|
-
},
|
|
74
|
-
},
|
|
75
|
-
annotations: {},
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
79
|
-
const { jq_filter, ...body } = args as any;
|
|
80
|
-
try {
|
|
81
|
-
return asTextContentResult(await maybeFilter(jq_filter, await client.vektor.registry.lpPools.list(body)));
|
|
82
|
-
} catch (error) {
|
|
83
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
84
|
-
return asErrorResult(error.message);
|
|
85
|
-
}
|
|
86
|
-
throw error;
|
|
87
|
-
}
|
|
88
|
-
};
|
|
89
|
-
|
|
90
|
-
export default { metadata, tool, handler };
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { isJqError, maybeFilter } from '@nirvana-labs/nirvana-mcp/filtering';
|
|
4
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@nirvana-labs/nirvana-mcp/tools/types';
|
|
5
|
-
|
|
6
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
7
|
-
import NirvanaLabs from '@nirvana-labs/nirvana';
|
|
8
|
-
|
|
9
|
-
export const metadata: Metadata = {
|
|
10
|
-
resource: 'vektor.registry.venues',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/vektor/registry/venues',
|
|
15
|
-
operationId: 'registry_venues_list',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'list_registry_vektor_venues',
|
|
20
|
-
description:
|
|
21
|
-
"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 supported venues\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/venue_list_response',\n $defs: {\n venue_list_response: {\n type: 'object',\n title: 'VenueListOutput',\n properties: {\n items: {\n type: 'array',\n title: 'VenueList',\n description: 'A list of venues',\n items: {\n $ref: '#/$defs/venue'\n }\n }\n },\n required: [ 'items'\n ]\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 blockchain_id: {\n type: 'string',\n title: 'BlockchainID',\n description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix'\n },\n venue_symbol: {\n type: 'string',\n title: 'VenueSymbol',\n description: 'A venue symbol'\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
id: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
title: 'VenueID',
|
|
28
|
-
description: 'A venue ID, represented as a TypeID with `venue` prefix',
|
|
29
|
-
},
|
|
30
|
-
symbol: {
|
|
31
|
-
type: 'string',
|
|
32
|
-
title: 'VenueSymbol',
|
|
33
|
-
description: 'A venue symbol',
|
|
34
|
-
},
|
|
35
|
-
jq_filter: {
|
|
36
|
-
type: 'string',
|
|
37
|
-
title: 'jq Filter',
|
|
38
|
-
description:
|
|
39
|
-
'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
|
|
40
|
-
},
|
|
41
|
-
},
|
|
42
|
-
required: [],
|
|
43
|
-
},
|
|
44
|
-
annotations: {},
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
48
|
-
const { jq_filter, ...body } = args as any;
|
|
49
|
-
try {
|
|
50
|
-
return asTextContentResult(await maybeFilter(jq_filter, await client.vektor.registry.venues.list(body)));
|
|
51
|
-
} catch (error) {
|
|
52
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
53
|
-
return asErrorResult(error.message);
|
|
54
|
-
}
|
|
55
|
-
throw error;
|
|
56
|
-
}
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export default { metadata, tool, handler };
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@nirvana-labs/nirvana-mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import NirvanaLabs from '@nirvana-labs/nirvana';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'vektor.sell.quotes',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/vektor/sell/quotes',
|
|
14
|
-
operationId: 'sell_quotes',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'list_sell_vektor_quotes',
|
|
19
|
-
description: 'Get quotes for selling an exact amount of an asset at current market rate',
|
|
20
|
-
inputSchema: {
|
|
21
|
-
type: 'object',
|
|
22
|
-
properties: {
|
|
23
|
-
blockchain: {
|
|
24
|
-
$ref: '#/$defs/blockchain_id_or_blockchain_symbol',
|
|
25
|
-
},
|
|
26
|
-
receive_asset: {
|
|
27
|
-
$ref: '#/$defs/asset_id_or_address_evm_or_asset_symbol',
|
|
28
|
-
},
|
|
29
|
-
spend_amount: {
|
|
30
|
-
$ref: '#/$defs/decimal',
|
|
31
|
-
},
|
|
32
|
-
spend_asset: {
|
|
33
|
-
$ref: '#/$defs/asset_id_or_address_evm_or_asset_symbol',
|
|
34
|
-
},
|
|
35
|
-
venues: {
|
|
36
|
-
type: 'array',
|
|
37
|
-
title: 'VenueIDOrVenueSymbolList',
|
|
38
|
-
description: 'A list of venue IDs or venue symbols',
|
|
39
|
-
items: {
|
|
40
|
-
$ref: '#/$defs/venue_id_or_venue_symbol',
|
|
41
|
-
},
|
|
42
|
-
},
|
|
43
|
-
quote_asset_symbol: {
|
|
44
|
-
type: 'string',
|
|
45
|
-
title: 'AssetSymbol',
|
|
46
|
-
description: 'An asset symbol',
|
|
47
|
-
},
|
|
48
|
-
},
|
|
49
|
-
required: ['blockchain', 'receive_asset', 'spend_amount', 'spend_asset', 'venues'],
|
|
50
|
-
$defs: {
|
|
51
|
-
blockchain_id_or_blockchain_symbol: {
|
|
52
|
-
type: 'string',
|
|
53
|
-
title: 'BlockchainID',
|
|
54
|
-
description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix',
|
|
55
|
-
},
|
|
56
|
-
asset_id_or_address_evm_or_asset_symbol: {
|
|
57
|
-
type: 'string',
|
|
58
|
-
title: 'AssetID',
|
|
59
|
-
description: 'An asset ID, represented as a TypeID with `asset` prefix',
|
|
60
|
-
},
|
|
61
|
-
decimal: {
|
|
62
|
-
type: 'string',
|
|
63
|
-
title: 'Decimal',
|
|
64
|
-
description: 'An arbitrary precision decimal represented as a string',
|
|
65
|
-
},
|
|
66
|
-
venue_id_or_venue_symbol: {
|
|
67
|
-
type: 'string',
|
|
68
|
-
title: 'VenueID',
|
|
69
|
-
description: 'A venue ID, represented as a TypeID with `venue` prefix',
|
|
70
|
-
},
|
|
71
|
-
},
|
|
72
|
-
},
|
|
73
|
-
annotations: {},
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
77
|
-
const body = args as any;
|
|
78
|
-
try {
|
|
79
|
-
return asTextContentResult(await client.vektor.sell.quotes.list(body));
|
|
80
|
-
} catch (error) {
|
|
81
|
-
if (error instanceof NirvanaLabs.APIError) {
|
|
82
|
-
return asErrorResult(error.message);
|
|
83
|
-
}
|
|
84
|
-
throw error;
|
|
85
|
-
}
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
export default { metadata, tool, handler };
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@nirvana-labs/nirvana-mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import NirvanaLabs from '@nirvana-labs/nirvana';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'vektor.sell.sell',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/vektor/sell/sell',
|
|
14
|
-
operationId: 'sell',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'create_sell_vektor_sell',
|
|
19
|
-
description: 'Sell an asset for another asset',
|
|
20
|
-
inputSchema: {
|
|
21
|
-
type: 'object',
|
|
22
|
-
properties: {
|
|
23
|
-
blockchain: {
|
|
24
|
-
$ref: '#/$defs/blockchain_id_or_blockchain_symbol',
|
|
25
|
-
},
|
|
26
|
-
from: {
|
|
27
|
-
$ref: '#/$defs/account',
|
|
28
|
-
},
|
|
29
|
-
receive_asset: {
|
|
30
|
-
$ref: '#/$defs/asset_id_or_address_evm_or_asset_symbol',
|
|
31
|
-
},
|
|
32
|
-
spend_amount: {
|
|
33
|
-
$ref: '#/$defs/decimal',
|
|
34
|
-
},
|
|
35
|
-
spend_asset: {
|
|
36
|
-
$ref: '#/$defs/asset_id_or_address_evm_or_asset_symbol',
|
|
37
|
-
},
|
|
38
|
-
venues: {
|
|
39
|
-
type: 'array',
|
|
40
|
-
title: 'VenueIDOrVenueSymbolList',
|
|
41
|
-
description: 'A list of venue IDs or venue symbols',
|
|
42
|
-
items: {
|
|
43
|
-
$ref: '#/$defs/venue_id_or_venue_symbol',
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
slippage: {
|
|
47
|
-
type: 'string',
|
|
48
|
-
title: 'Decimal',
|
|
49
|
-
description: 'An arbitrary precision decimal represented as a string',
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
|
-
required: ['blockchain', 'from', 'receive_asset', 'spend_amount', 'spend_asset', 'venues'],
|
|
53
|
-
$defs: {
|
|
54
|
-
blockchain_id_or_blockchain_symbol: {
|
|
55
|
-
type: 'string',
|
|
56
|
-
title: 'BlockchainID',
|
|
57
|
-
description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix',
|
|
58
|
-
},
|
|
59
|
-
account: {
|
|
60
|
-
type: 'string',
|
|
61
|
-
title: 'AddressEVM',
|
|
62
|
-
description: 'An EVM address',
|
|
63
|
-
},
|
|
64
|
-
asset_id_or_address_evm_or_asset_symbol: {
|
|
65
|
-
type: 'string',
|
|
66
|
-
title: 'AssetID',
|
|
67
|
-
description: 'An asset ID, represented as a TypeID with `asset` prefix',
|
|
68
|
-
},
|
|
69
|
-
decimal: {
|
|
70
|
-
type: 'string',
|
|
71
|
-
title: 'Decimal',
|
|
72
|
-
description: 'An arbitrary precision decimal represented as a string',
|
|
73
|
-
},
|
|
74
|
-
venue_id_or_venue_symbol: {
|
|
75
|
-
type: 'string',
|
|
76
|
-
title: 'VenueID',
|
|
77
|
-
description: 'A venue ID, represented as a TypeID with `venue` prefix',
|
|
78
|
-
},
|
|
79
|
-
},
|
|
80
|
-
},
|
|
81
|
-
annotations: {},
|
|
82
|
-
};
|
|
83
|
-
|
|
84
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
85
|
-
const body = args as any;
|
|
86
|
-
try {
|
|
87
|
-
return asTextContentResult(await client.vektor.sell.sell.create(body));
|
|
88
|
-
} catch (error) {
|
|
89
|
-
if (error instanceof NirvanaLabs.APIError) {
|
|
90
|
-
return asErrorResult(error.message);
|
|
91
|
-
}
|
|
92
|
-
throw error;
|
|
93
|
-
}
|
|
94
|
-
};
|
|
95
|
-
|
|
96
|
-
export default { metadata, tool, handler };
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@nirvana-labs/nirvana-mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import NirvanaLabs from '@nirvana-labs/nirvana';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'vektor.vote.markets',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/vektor/vote/markets',
|
|
14
|
-
operationId: 'vote_markets',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'list_vote_vektor_markets',
|
|
19
|
-
description: 'Get the current LP voting markets',
|
|
20
|
-
inputSchema: {
|
|
21
|
-
type: 'object',
|
|
22
|
-
properties: {
|
|
23
|
-
assets: {
|
|
24
|
-
type: 'array',
|
|
25
|
-
title: 'AssetIDOrAddressEVMOrAssetSymbolList',
|
|
26
|
-
description: 'A list of asset IDs, EVM addresses or asset symbols',
|
|
27
|
-
items: {
|
|
28
|
-
$ref: '#/$defs/asset_id_or_address_evm_or_asset_symbol',
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
blockchain: {
|
|
32
|
-
$ref: '#/$defs/blockchain_id_or_blockchain_symbol',
|
|
33
|
-
},
|
|
34
|
-
venues: {
|
|
35
|
-
type: 'array',
|
|
36
|
-
title: 'VenueIDOrVenueSymbolList',
|
|
37
|
-
description: 'A list of venue IDs or venue symbols',
|
|
38
|
-
items: {
|
|
39
|
-
$ref: '#/$defs/venue_id_or_venue_symbol',
|
|
40
|
-
},
|
|
41
|
-
},
|
|
42
|
-
quote_asset_symbol: {
|
|
43
|
-
type: 'string',
|
|
44
|
-
title: 'AssetSymbol',
|
|
45
|
-
description: 'An asset symbol',
|
|
46
|
-
},
|
|
47
|
-
},
|
|
48
|
-
required: ['assets', 'blockchain', 'venues'],
|
|
49
|
-
$defs: {
|
|
50
|
-
asset_id_or_address_evm_or_asset_symbol: {
|
|
51
|
-
type: 'string',
|
|
52
|
-
title: 'AssetID',
|
|
53
|
-
description: 'An asset ID, represented as a TypeID with `asset` prefix',
|
|
54
|
-
},
|
|
55
|
-
blockchain_id_or_blockchain_symbol: {
|
|
56
|
-
type: 'string',
|
|
57
|
-
title: 'BlockchainID',
|
|
58
|
-
description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix',
|
|
59
|
-
},
|
|
60
|
-
venue_id_or_venue_symbol: {
|
|
61
|
-
type: 'string',
|
|
62
|
-
title: 'VenueID',
|
|
63
|
-
description: 'A venue ID, represented as a TypeID with `venue` prefix',
|
|
64
|
-
},
|
|
65
|
-
},
|
|
66
|
-
},
|
|
67
|
-
annotations: {},
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
71
|
-
const body = args as any;
|
|
72
|
-
try {
|
|
73
|
-
return asTextContentResult(await client.vektor.vote.markets.list(body));
|
|
74
|
-
} catch (error) {
|
|
75
|
-
if (error instanceof NirvanaLabs.APIError) {
|
|
76
|
-
return asErrorResult(error.message);
|
|
77
|
-
}
|
|
78
|
-
throw error;
|
|
79
|
-
}
|
|
80
|
-
};
|
|
81
|
-
|
|
82
|
-
export default { metadata, tool, handler };
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@nirvana-labs/nirvana-mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import NirvanaLabs from '@nirvana-labs/nirvana';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'vektor.vote.rewards',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/vektor/vote/rewards',
|
|
14
|
-
operationId: 'vote_rewards',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'list_vote_vektor_rewards',
|
|
19
|
-
description: 'Get the unclaimed rewards from LP voting markets',
|
|
20
|
-
inputSchema: {
|
|
21
|
-
type: 'object',
|
|
22
|
-
properties: {
|
|
23
|
-
accounts: {
|
|
24
|
-
type: 'array',
|
|
25
|
-
title: 'AccountList',
|
|
26
|
-
description: 'A list of accounts. Currently only EVM addresses are supported.',
|
|
27
|
-
items: {
|
|
28
|
-
$ref: '#/$defs/account',
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
assets: {
|
|
32
|
-
type: 'array',
|
|
33
|
-
title: 'AssetIDOrAddressEVMOrAssetSymbolList',
|
|
34
|
-
description: 'A list of asset IDs, EVM addresses or asset symbols',
|
|
35
|
-
items: {
|
|
36
|
-
$ref: '#/$defs/asset_id_or_address_evm_or_asset_symbol',
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
blockchain: {
|
|
40
|
-
$ref: '#/$defs/blockchain_id_or_blockchain_symbol',
|
|
41
|
-
},
|
|
42
|
-
venues: {
|
|
43
|
-
type: 'array',
|
|
44
|
-
title: 'VenueIDOrVenueSymbolList',
|
|
45
|
-
description: 'A list of venue IDs or venue symbols',
|
|
46
|
-
items: {
|
|
47
|
-
$ref: '#/$defs/venue_id_or_venue_symbol',
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
quote_asset_symbol: {
|
|
51
|
-
type: 'string',
|
|
52
|
-
title: 'AssetSymbol',
|
|
53
|
-
description: 'An asset symbol',
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
required: ['accounts', 'assets', 'blockchain', 'venues'],
|
|
57
|
-
$defs: {
|
|
58
|
-
account: {
|
|
59
|
-
type: 'string',
|
|
60
|
-
title: 'AddressEVM',
|
|
61
|
-
description: 'An EVM address',
|
|
62
|
-
},
|
|
63
|
-
asset_id_or_address_evm_or_asset_symbol: {
|
|
64
|
-
type: 'string',
|
|
65
|
-
title: 'AssetID',
|
|
66
|
-
description: 'An asset ID, represented as a TypeID with `asset` prefix',
|
|
67
|
-
},
|
|
68
|
-
blockchain_id_or_blockchain_symbol: {
|
|
69
|
-
type: 'string',
|
|
70
|
-
title: 'BlockchainID',
|
|
71
|
-
description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix',
|
|
72
|
-
},
|
|
73
|
-
venue_id_or_venue_symbol: {
|
|
74
|
-
type: 'string',
|
|
75
|
-
title: 'VenueID',
|
|
76
|
-
description: 'A venue ID, represented as a TypeID with `venue` prefix',
|
|
77
|
-
},
|
|
78
|
-
},
|
|
79
|
-
},
|
|
80
|
-
annotations: {},
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
84
|
-
const body = args as any;
|
|
85
|
-
try {
|
|
86
|
-
return asTextContentResult(await client.vektor.vote.rewards.list(body));
|
|
87
|
-
} catch (error) {
|
|
88
|
-
if (error instanceof NirvanaLabs.APIError) {
|
|
89
|
-
return asErrorResult(error.message);
|
|
90
|
-
}
|
|
91
|
-
throw error;
|
|
92
|
-
}
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
export default { metadata, tool, handler };
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@nirvana-labs/nirvana-mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import NirvanaLabs from '@nirvana-labs/nirvana';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'vektor.wrap.unwrap',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/vektor/wrap/unwrap',
|
|
14
|
-
operationId: 'unwrap',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'create_wrap_vektor_unwrap',
|
|
19
|
-
description: 'Unwrap the wrapped native asset',
|
|
20
|
-
inputSchema: {
|
|
21
|
-
type: 'object',
|
|
22
|
-
properties: {
|
|
23
|
-
amount: {
|
|
24
|
-
$ref: '#/$defs/decimal',
|
|
25
|
-
},
|
|
26
|
-
blockchain: {
|
|
27
|
-
$ref: '#/$defs/blockchain_id_or_blockchain_symbol',
|
|
28
|
-
},
|
|
29
|
-
from: {
|
|
30
|
-
$ref: '#/$defs/account',
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
required: ['amount', 'blockchain', 'from'],
|
|
34
|
-
$defs: {
|
|
35
|
-
decimal: {
|
|
36
|
-
type: 'string',
|
|
37
|
-
title: 'Decimal',
|
|
38
|
-
description: 'An arbitrary precision decimal represented as a string',
|
|
39
|
-
},
|
|
40
|
-
blockchain_id_or_blockchain_symbol: {
|
|
41
|
-
type: 'string',
|
|
42
|
-
title: 'BlockchainID',
|
|
43
|
-
description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix',
|
|
44
|
-
},
|
|
45
|
-
account: {
|
|
46
|
-
type: 'string',
|
|
47
|
-
title: 'AddressEVM',
|
|
48
|
-
description: 'An EVM address',
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
|
-
annotations: {},
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
56
|
-
const body = args as any;
|
|
57
|
-
try {
|
|
58
|
-
return asTextContentResult(await client.vektor.wrap.unwrap.create(body));
|
|
59
|
-
} catch (error) {
|
|
60
|
-
if (error instanceof NirvanaLabs.APIError) {
|
|
61
|
-
return asErrorResult(error.message);
|
|
62
|
-
}
|
|
63
|
-
throw error;
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
export default { metadata, tool, handler };
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@nirvana-labs/nirvana-mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import NirvanaLabs from '@nirvana-labs/nirvana';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'vektor.wrap.wrap',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/vektor/wrap/wrap',
|
|
14
|
-
operationId: 'wrap',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'create_wrap_vektor_wrap',
|
|
19
|
-
description: 'Wrap the native asset',
|
|
20
|
-
inputSchema: {
|
|
21
|
-
type: 'object',
|
|
22
|
-
properties: {
|
|
23
|
-
amount: {
|
|
24
|
-
$ref: '#/$defs/decimal',
|
|
25
|
-
},
|
|
26
|
-
blockchain: {
|
|
27
|
-
$ref: '#/$defs/blockchain_id_or_blockchain_symbol',
|
|
28
|
-
},
|
|
29
|
-
from: {
|
|
30
|
-
$ref: '#/$defs/account',
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
required: ['amount', 'blockchain', 'from'],
|
|
34
|
-
$defs: {
|
|
35
|
-
decimal: {
|
|
36
|
-
type: 'string',
|
|
37
|
-
title: 'Decimal',
|
|
38
|
-
description: 'An arbitrary precision decimal represented as a string',
|
|
39
|
-
},
|
|
40
|
-
blockchain_id_or_blockchain_symbol: {
|
|
41
|
-
type: 'string',
|
|
42
|
-
title: 'BlockchainID',
|
|
43
|
-
description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix',
|
|
44
|
-
},
|
|
45
|
-
account: {
|
|
46
|
-
type: 'string',
|
|
47
|
-
title: 'AddressEVM',
|
|
48
|
-
description: 'An EVM address',
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
|
-
annotations: {},
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
56
|
-
const body = args as any;
|
|
57
|
-
try {
|
|
58
|
-
return asTextContentResult(await client.vektor.wrap.wrap.create(body));
|
|
59
|
-
} catch (error) {
|
|
60
|
-
if (error instanceof NirvanaLabs.APIError) {
|
|
61
|
-
return asErrorResult(error.message);
|
|
62
|
-
}
|
|
63
|
-
throw error;
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
export default { metadata, tool, handler };
|
package/src/tools.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './tools/index';
|