@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,40 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, 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: 'rpc_nodes.flex',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'delete',
|
|
13
|
-
httpPath: '/v1/rpc_nodes/flex/{node_id}',
|
|
14
|
-
operationId: 'delete_rpc_nodes_flex',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'delete_rpc_nodes_flex',
|
|
19
|
-
description: 'Delete an RPC Node Flex',
|
|
20
|
-
inputSchema: {
|
|
21
|
-
type: 'object',
|
|
22
|
-
properties: {
|
|
23
|
-
node_id: {
|
|
24
|
-
type: 'string',
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
required: ['node_id'],
|
|
28
|
-
},
|
|
29
|
-
annotations: {
|
|
30
|
-
idempotentHint: true,
|
|
31
|
-
},
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
35
|
-
const { node_id, ...body } = args as any;
|
|
36
|
-
const response = await client.rpcNodes.flex.delete(node_id).asResponse();
|
|
37
|
-
return asTextContentResult(await response.text());
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
export default { metadata, tool, handler };
|
|
@@ -1,54 +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: 'rpc_nodes.flex',
|
|
11
|
-
operation: 'read',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'get',
|
|
14
|
-
httpPath: '/v1/rpc_nodes/flex/{node_id}',
|
|
15
|
-
operationId: 'get_rpc_nodes_flex',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'get_rpc_nodes_flex',
|
|
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\nGet details about an RPC Node Flex\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/flex',\n $defs: {\n flex: {\n type: 'object',\n description: 'RPC Node Flex details.',\n properties: {\n id: {\n type: 'string',\n description: 'Unique identifier for the RPC Node Flex.'\n },\n blockchain: {\n type: 'string',\n description: 'Blockchain type.'\n },\n created_at: {\n type: 'string',\n description: 'When the RPC Node Flex was created.',\n format: 'date-time'\n },\n endpoint: {\n type: 'string',\n description: 'RPC endpoint URL.'\n },\n name: {\n type: 'string',\n description: 'Name of the RPC Node Flex.'\n },\n network: {\n type: 'string',\n description: 'Network type (e.g., mainnet, testnet).'\n },\n project_id: {\n type: 'string',\n description: 'Project identifier associated with the RPC Node Flex.'\n },\n tags: {\n type: 'array',\n description: 'Tags to attach to the RPC Node Flex.',\n items: {\n type: 'string'\n }\n },\n updated_at: {\n type: 'string',\n description: 'When the RPC Node Flex was updated.',\n format: 'date-time'\n }\n },\n required: [ 'id',\n 'blockchain',\n 'created_at',\n 'endpoint',\n 'name',\n 'network',\n 'project_id',\n 'tags',\n 'updated_at'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
node_id: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
},
|
|
28
|
-
jq_filter: {
|
|
29
|
-
type: 'string',
|
|
30
|
-
title: 'jq Filter',
|
|
31
|
-
description:
|
|
32
|
-
'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/).',
|
|
33
|
-
},
|
|
34
|
-
},
|
|
35
|
-
required: ['node_id'],
|
|
36
|
-
},
|
|
37
|
-
annotations: {
|
|
38
|
-
readOnlyHint: true,
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
43
|
-
const { node_id, jq_filter, ...body } = args as any;
|
|
44
|
-
try {
|
|
45
|
-
return asTextContentResult(await maybeFilter(jq_filter, await client.rpcNodes.flex.get(node_id)));
|
|
46
|
-
} catch (error) {
|
|
47
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
48
|
-
return asErrorResult(error.message);
|
|
49
|
-
}
|
|
50
|
-
throw error;
|
|
51
|
-
}
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
export default { metadata, tool, handler };
|
|
@@ -1,64 +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: 'rpc_nodes.flex',
|
|
11
|
-
operation: 'read',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'get',
|
|
14
|
-
httpPath: '/v1/rpc_nodes/flex',
|
|
15
|
-
operationId: 'list_rpc_nodes_flex',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'list_rpc_nodes_flex',
|
|
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 all RPC Node Flex you created\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/flex_list',\n $defs: {\n flex_list: {\n type: 'object',\n properties: {\n items: {\n type: 'array',\n items: {\n $ref: '#/$defs/flex'\n }\n },\n pagination: {\n $ref: '#/$defs/pagination'\n }\n },\n required: [ 'items',\n 'pagination'\n ]\n },\n flex: {\n type: 'object',\n description: 'RPC Node Flex details.',\n properties: {\n id: {\n type: 'string',\n description: 'Unique identifier for the RPC Node Flex.'\n },\n blockchain: {\n type: 'string',\n description: 'Blockchain type.'\n },\n created_at: {\n type: 'string',\n description: 'When the RPC Node Flex was created.',\n format: 'date-time'\n },\n endpoint: {\n type: 'string',\n description: 'RPC endpoint URL.'\n },\n name: {\n type: 'string',\n description: 'Name of the RPC Node Flex.'\n },\n network: {\n type: 'string',\n description: 'Network type (e.g., mainnet, testnet).'\n },\n project_id: {\n type: 'string',\n description: 'Project identifier associated with the RPC Node Flex.'\n },\n tags: {\n type: 'array',\n description: 'Tags to attach to the RPC Node Flex.',\n items: {\n type: 'string'\n }\n },\n updated_at: {\n type: 'string',\n description: 'When the RPC Node Flex was updated.',\n format: 'date-time'\n }\n },\n required: [ 'id',\n 'blockchain',\n 'created_at',\n 'endpoint',\n 'name',\n 'network',\n 'project_id',\n 'tags',\n 'updated_at'\n ]\n },\n pagination: {\n type: 'object',\n description: 'Pagination response details.',\n properties: {\n next_cursor: {\n type: 'string'\n },\n previous_cursor: {\n type: 'string'\n },\n total_count: {\n type: 'integer'\n }\n },\n required: [ 'next_cursor',\n 'previous_cursor',\n 'total_count'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
cursor: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
description: 'Pagination cursor returned by a previous request',
|
|
28
|
-
},
|
|
29
|
-
limit: {
|
|
30
|
-
type: 'integer',
|
|
31
|
-
description: 'Maximum number of items to return',
|
|
32
|
-
},
|
|
33
|
-
project_id: {
|
|
34
|
-
type: 'string',
|
|
35
|
-
description: 'Project ID of resources to request',
|
|
36
|
-
},
|
|
37
|
-
jq_filter: {
|
|
38
|
-
type: 'string',
|
|
39
|
-
title: 'jq Filter',
|
|
40
|
-
description:
|
|
41
|
-
'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/).',
|
|
42
|
-
},
|
|
43
|
-
},
|
|
44
|
-
required: [],
|
|
45
|
-
},
|
|
46
|
-
annotations: {
|
|
47
|
-
readOnlyHint: true,
|
|
48
|
-
},
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
52
|
-
const { jq_filter, ...body } = args as any;
|
|
53
|
-
const response = await client.rpcNodes.flex.list(body).asResponse();
|
|
54
|
-
try {
|
|
55
|
-
return asTextContentResult(await maybeFilter(jq_filter, await response.json()));
|
|
56
|
-
} catch (error) {
|
|
57
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
58
|
-
return asErrorResult(error.message);
|
|
59
|
-
}
|
|
60
|
-
throw error;
|
|
61
|
-
}
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
export default { metadata, tool, handler };
|
|
@@ -1,65 +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: 'rpc_nodes.flex',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'patch',
|
|
14
|
-
httpPath: '/v1/rpc_nodes/flex/{node_id}',
|
|
15
|
-
operationId: 'update_rpc_nodes_flex',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'update_rpc_nodes_flex',
|
|
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\nUpdate an existing RPC Node Flex\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/flex',\n $defs: {\n flex: {\n type: 'object',\n description: 'RPC Node Flex details.',\n properties: {\n id: {\n type: 'string',\n description: 'Unique identifier for the RPC Node Flex.'\n },\n blockchain: {\n type: 'string',\n description: 'Blockchain type.'\n },\n created_at: {\n type: 'string',\n description: 'When the RPC Node Flex was created.',\n format: 'date-time'\n },\n endpoint: {\n type: 'string',\n description: 'RPC endpoint URL.'\n },\n name: {\n type: 'string',\n description: 'Name of the RPC Node Flex.'\n },\n network: {\n type: 'string',\n description: 'Network type (e.g., mainnet, testnet).'\n },\n project_id: {\n type: 'string',\n description: 'Project identifier associated with the RPC Node Flex.'\n },\n tags: {\n type: 'array',\n description: 'Tags to attach to the RPC Node Flex.',\n items: {\n type: 'string'\n }\n },\n updated_at: {\n type: 'string',\n description: 'When the RPC Node Flex was updated.',\n format: 'date-time'\n }\n },\n required: [ 'id',\n 'blockchain',\n 'created_at',\n 'endpoint',\n 'name',\n 'network',\n 'project_id',\n 'tags',\n 'updated_at'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
node_id: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
},
|
|
28
|
-
name: {
|
|
29
|
-
type: 'string',
|
|
30
|
-
description: 'Name of the RPC Node Flex.',
|
|
31
|
-
},
|
|
32
|
-
tags: {
|
|
33
|
-
type: 'array',
|
|
34
|
-
description: 'Tags to attach to the RPC Node Flex (optional, max 50).',
|
|
35
|
-
items: {
|
|
36
|
-
type: 'string',
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
jq_filter: {
|
|
40
|
-
type: 'string',
|
|
41
|
-
title: 'jq Filter',
|
|
42
|
-
description:
|
|
43
|
-
'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/).',
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
required: ['node_id'],
|
|
47
|
-
},
|
|
48
|
-
annotations: {},
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
52
|
-
const { node_id, jq_filter, ...body } = args as any;
|
|
53
|
-
try {
|
|
54
|
-
return asTextContentResult(
|
|
55
|
-
await maybeFilter(jq_filter, await client.rpcNodes.flex.update(node_id, body)),
|
|
56
|
-
);
|
|
57
|
-
} catch (error) {
|
|
58
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
59
|
-
return asErrorResult(error.message);
|
|
60
|
-
}
|
|
61
|
-
throw error;
|
|
62
|
-
}
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
export default { metadata, tool, handler };
|
|
@@ -1,51 +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: 'user',
|
|
11
|
-
operation: 'read',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'get',
|
|
14
|
-
httpPath: '/v1/user',
|
|
15
|
-
operationId: 'get_user',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'get_user',
|
|
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\nGet details about an authenticated user\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/user',\n $defs: {\n user: {\n type: 'object',\n description: 'User details.',\n properties: {\n id: {\n type: 'string',\n description: 'Unique identifier for the User.'\n },\n email: {\n type: 'string',\n description: 'Email address of the user.'\n },\n services: {\n type: 'object',\n description: 'Services that the User has access to.',\n properties: {\n cloud: {\n type: 'boolean'\n }\n }\n }\n },\n required: [ 'id',\n 'email',\n 'services'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
jq_filter: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
title: 'jq Filter',
|
|
28
|
-
description:
|
|
29
|
-
'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/).',
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
required: [],
|
|
33
|
-
},
|
|
34
|
-
annotations: {
|
|
35
|
-
readOnlyHint: true,
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
40
|
-
const { jq_filter } = args as any;
|
|
41
|
-
try {
|
|
42
|
-
return asTextContentResult(await maybeFilter(jq_filter, await client.user.get()));
|
|
43
|
-
} catch (error) {
|
|
44
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
45
|
-
return asErrorResult(error.message);
|
|
46
|
-
}
|
|
47
|
-
throw error;
|
|
48
|
-
}
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
export default { metadata, tool, handler };
|
|
@@ -1,123 +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.balances',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/vektor/balances/historical',
|
|
15
|
-
operationId: 'balances_list_historical',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'list_historical_vektor_balances',
|
|
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 balances for a given set of assets and addresses\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/balance_list_historical_response',\n $defs: {\n balance_list_historical_response: {\n type: 'object',\n title: 'HistoricalBalanceListOutput',\n properties: {\n historical: {\n $ref: '#/$defs/on_chain_historical_range'\n },\n items: {\n type: 'array',\n title: 'BlockstampedListBalanceList',\n items: {\n type: 'object',\n title: 'BlockstampedBalanceList',\n properties: {\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n items: {\n type: 'array',\n title: 'BalanceList',\n description: 'Array of Balance',\n items: {\n $ref: '#/$defs/balance'\n }\n }\n },\n required: [ 'blockstamp',\n 'items'\n ]\n }\n }\n },\n required: [ 'historical',\n 'items'\n ]\n },\n on_chain_historical_range: {\n type: 'object',\n title: 'OnChainHistoricalRange',\n description: 'A range of blockstamps',\n properties: {\n from: {\n $ref: '#/$defs/blockstamp'\n },\n to: {\n $ref: '#/$defs/blockstamp'\n }\n },\n required: [ 'from',\n 'to'\n ]\n },\n blockstamp: {\n type: 'object',\n title: 'Blockstamp',\n description: 'Information about a specific block number and its timestamp',\n properties: {\n block_number: {\n $ref: '#/$defs/block_number'\n },\n blockchain: {\n $ref: '#/$defs/blockchain'\n },\n timestamp: {\n $ref: '#/$defs/timestamp'\n }\n },\n required: [ 'block_number',\n 'blockchain',\n 'timestamp'\n ]\n },\n block_number: {\n type: 'integer',\n title: 'BlockNumber',\n description: 'A block number'\n },\n blockchain: {\n type: 'object',\n title: 'Blockchain',\n description: 'Data about a blockchain',\n properties: {\n id: {\n $ref: '#/$defs/blockchain_id'\n },\n chain_data: {\n $ref: '#/$defs/evm_chain_data'\n },\n chain_type: {\n $ref: '#/$defs/chain_type'\n },\n explorer_url: {\n type: 'string',\n description: 'The blockchain\\'s explorer URL'\n },\n name: {\n $ref: '#/$defs/blockchain_name'\n },\n network: {\n $ref: '#/$defs/network_name'\n },\n symbol: {\n $ref: '#/$defs/blockchain_symbol'\n }\n },\n required: [ 'id',\n 'chain_data',\n 'chain_type',\n 'explorer_url',\n 'name',\n 'network',\n 'symbol'\n ]\n },\n blockchain_id: {\n type: 'string',\n title: 'BlockchainID',\n description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix'\n },\n evm_chain_data: {\n type: 'object',\n title: 'EVMChainData',\n description: 'Data about an EVM blockchain',\n properties: {\n chain_id: {\n type: 'integer',\n description: 'Chain ID'\n }\n },\n required: [ 'chain_id'\n ]\n },\n chain_type: {\n type: 'string',\n title: 'ChainType',\n description: 'Blockchain ecosystem',\n enum: [ 'evm'\n ]\n },\n blockchain_name: {\n type: 'string',\n title: 'BlockchainName',\n description: 'BlockchainName'\n },\n network_name: {\n type: 'string',\n title: 'NetworkName',\n description: 'Blockchain\\'s network'\n },\n blockchain_symbol: {\n type: 'string',\n title: 'BlockchainSymbol',\n description: 'A blockchain symbol'\n },\n timestamp: {\n type: 'string',\n title: 'Timestamp',\n description: 'ISO8601 Timestamp'\n },\n balance: {\n type: 'object',\n title: 'Balance',\n description: 'Balance properties',\n properties: {\n account: {\n $ref: '#/$defs/address_evm'\n },\n amount: {\n $ref: '#/$defs/decimal'\n },\n asset_id: {\n $ref: '#/$defs/asset_id'\n },\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n value: {\n $ref: '#/$defs/decimal'\n },\n quote_asset_symbol: {\n type: 'string',\n title: 'AssetSymbol',\n description: 'An asset symbol'\n }\n },\n required: [ 'account',\n 'amount',\n 'asset_id',\n 'blockstamp',\n 'value'\n ]\n },\n address_evm: {\n type: 'string',\n title: 'AddressEVM',\n description: 'An EVM address'\n },\n decimal: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n asset_id: {\n type: 'string',\n title: 'AssetID',\n description: 'An asset ID, represented as a TypeID with `asset` prefix'\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
accounts: {
|
|
26
|
-
type: 'array',
|
|
27
|
-
title: 'AccountList',
|
|
28
|
-
description: 'A list of accounts. Currently only EVM addresses are supported.',
|
|
29
|
-
items: {
|
|
30
|
-
$ref: '#/$defs/account',
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
assets: {
|
|
34
|
-
type: 'array',
|
|
35
|
-
title: 'AssetIDOrAddressEVMOrAssetSymbolList',
|
|
36
|
-
description: 'A list of asset IDs, EVM addresses or asset symbols',
|
|
37
|
-
items: {
|
|
38
|
-
$ref: '#/$defs/asset_id_or_address_evm_or_asset_symbol',
|
|
39
|
-
},
|
|
40
|
-
},
|
|
41
|
-
blockchain: {
|
|
42
|
-
$ref: '#/$defs/blockchain_id_or_blockchain_symbol',
|
|
43
|
-
},
|
|
44
|
-
from: {
|
|
45
|
-
$ref: '#/$defs/timestamp_or_block_number',
|
|
46
|
-
},
|
|
47
|
-
to: {
|
|
48
|
-
$ref: '#/$defs/timestamp_or_block_number',
|
|
49
|
-
},
|
|
50
|
-
quote_asset_symbol: {
|
|
51
|
-
$ref: '#/$defs/asset_symbol',
|
|
52
|
-
},
|
|
53
|
-
jq_filter: {
|
|
54
|
-
type: 'string',
|
|
55
|
-
title: 'jq Filter',
|
|
56
|
-
description:
|
|
57
|
-
'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/).',
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
|
-
required: ['accounts', 'assets', 'blockchain', 'from', 'to'],
|
|
61
|
-
$defs: {
|
|
62
|
-
account: {
|
|
63
|
-
type: 'string',
|
|
64
|
-
title: 'AddressEVM',
|
|
65
|
-
description: 'An EVM address',
|
|
66
|
-
},
|
|
67
|
-
asset_id_or_address_evm_or_asset_symbol: {
|
|
68
|
-
type: 'string',
|
|
69
|
-
title: 'AssetID',
|
|
70
|
-
description: 'An asset ID, represented as a TypeID with `asset` prefix',
|
|
71
|
-
},
|
|
72
|
-
blockchain_id_or_blockchain_symbol: {
|
|
73
|
-
type: 'string',
|
|
74
|
-
title: 'BlockchainID',
|
|
75
|
-
description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix',
|
|
76
|
-
},
|
|
77
|
-
timestamp_or_block_number: {
|
|
78
|
-
anyOf: [
|
|
79
|
-
{
|
|
80
|
-
$ref: '#/$defs/timestamp',
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
$ref: '#/$defs/block_number',
|
|
84
|
-
},
|
|
85
|
-
],
|
|
86
|
-
title: 'TimestampOrBlockNumber',
|
|
87
|
-
description: 'Either a ISO8601 timestamp or a block number',
|
|
88
|
-
},
|
|
89
|
-
timestamp: {
|
|
90
|
-
type: 'string',
|
|
91
|
-
title: 'Timestamp',
|
|
92
|
-
description: 'ISO8601 Timestamp',
|
|
93
|
-
},
|
|
94
|
-
block_number: {
|
|
95
|
-
type: 'integer',
|
|
96
|
-
title: 'BlockNumber',
|
|
97
|
-
description: 'A block number',
|
|
98
|
-
},
|
|
99
|
-
asset_symbol: {
|
|
100
|
-
type: 'string',
|
|
101
|
-
title: 'AssetSymbol',
|
|
102
|
-
description: 'An asset symbol',
|
|
103
|
-
},
|
|
104
|
-
},
|
|
105
|
-
},
|
|
106
|
-
annotations: {},
|
|
107
|
-
};
|
|
108
|
-
|
|
109
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
110
|
-
const { jq_filter, ...body } = args as any;
|
|
111
|
-
try {
|
|
112
|
-
return asTextContentResult(
|
|
113
|
-
await maybeFilter(jq_filter, await client.vektor.balances.listHistorical(body)),
|
|
114
|
-
);
|
|
115
|
-
} catch (error) {
|
|
116
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
117
|
-
return asErrorResult(error.message);
|
|
118
|
-
}
|
|
119
|
-
throw error;
|
|
120
|
-
}
|
|
121
|
-
};
|
|
122
|
-
|
|
123
|
-
export default { metadata, tool, handler };
|
|
@@ -1,115 +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.balances',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/vektor/balances',
|
|
15
|
-
operationId: 'balances_list',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'list_vektor_balances',
|
|
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 balances for a given set of assets and addresses\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/balance_list_response',\n $defs: {\n balance_list_response: {\n type: 'object',\n title: 'BalanceListOutput',\n properties: {\n items: {\n type: 'array',\n title: 'BalanceList',\n description: 'Array of Balance',\n items: {\n $ref: '#/$defs/balance'\n }\n }\n },\n required: [ 'items'\n ]\n },\n balance: {\n type: 'object',\n title: 'Balance',\n description: 'Balance properties',\n properties: {\n account: {\n $ref: '#/$defs/address_evm'\n },\n amount: {\n $ref: '#/$defs/decimal'\n },\n asset_id: {\n $ref: '#/$defs/asset_id'\n },\n blockstamp: {\n $ref: '#/$defs/blockstamp'\n },\n value: {\n $ref: '#/$defs/decimal'\n },\n quote_asset_symbol: {\n type: 'string',\n title: 'AssetSymbol',\n description: 'An asset symbol'\n }\n },\n required: [ 'account',\n 'amount',\n 'asset_id',\n 'blockstamp',\n 'value'\n ]\n },\n address_evm: {\n type: 'string',\n title: 'AddressEVM',\n description: 'An EVM address'\n },\n decimal: {\n type: 'string',\n title: 'Decimal',\n description: 'An arbitrary precision decimal represented as a string'\n },\n asset_id: {\n type: 'string',\n title: 'AssetID',\n description: 'An asset ID, represented as a TypeID with `asset` prefix'\n },\n blockstamp: {\n type: 'object',\n title: 'Blockstamp',\n description: 'Information about a specific block number and its timestamp',\n properties: {\n block_number: {\n $ref: '#/$defs/block_number'\n },\n blockchain: {\n $ref: '#/$defs/blockchain'\n },\n timestamp: {\n $ref: '#/$defs/timestamp'\n }\n },\n required: [ 'block_number',\n 'blockchain',\n 'timestamp'\n ]\n },\n block_number: {\n type: 'integer',\n title: 'BlockNumber',\n description: 'A block number'\n },\n blockchain: {\n type: 'object',\n title: 'Blockchain',\n description: 'Data about a blockchain',\n properties: {\n id: {\n $ref: '#/$defs/blockchain_id'\n },\n chain_data: {\n $ref: '#/$defs/evm_chain_data'\n },\n chain_type: {\n $ref: '#/$defs/chain_type'\n },\n explorer_url: {\n type: 'string',\n description: 'The blockchain\\'s explorer URL'\n },\n name: {\n $ref: '#/$defs/blockchain_name'\n },\n network: {\n $ref: '#/$defs/network_name'\n },\n symbol: {\n $ref: '#/$defs/blockchain_symbol'\n }\n },\n required: [ 'id',\n 'chain_data',\n 'chain_type',\n 'explorer_url',\n 'name',\n 'network',\n 'symbol'\n ]\n },\n blockchain_id: {\n type: 'string',\n title: 'BlockchainID',\n description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix'\n },\n evm_chain_data: {\n type: 'object',\n title: 'EVMChainData',\n description: 'Data about an EVM blockchain',\n properties: {\n chain_id: {\n type: 'integer',\n description: 'Chain ID'\n }\n },\n required: [ 'chain_id'\n ]\n },\n chain_type: {\n type: 'string',\n title: 'ChainType',\n description: 'Blockchain ecosystem',\n enum: [ 'evm'\n ]\n },\n blockchain_name: {\n type: 'string',\n title: 'BlockchainName',\n description: 'BlockchainName'\n },\n network_name: {\n type: 'string',\n title: 'NetworkName',\n description: 'Blockchain\\'s network'\n },\n blockchain_symbol: {\n type: 'string',\n title: 'BlockchainSymbol',\n description: 'A blockchain symbol'\n },\n timestamp: {\n type: 'string',\n title: 'Timestamp',\n description: 'ISO8601 Timestamp'\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
accounts: {
|
|
26
|
-
type: 'array',
|
|
27
|
-
title: 'AccountList',
|
|
28
|
-
description: 'A list of accounts. Currently only EVM addresses are supported.',
|
|
29
|
-
items: {
|
|
30
|
-
$ref: '#/$defs/account',
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
assets: {
|
|
34
|
-
type: 'array',
|
|
35
|
-
title: 'AssetIDOrAddressEVMOrAssetSymbolList',
|
|
36
|
-
description: 'A list of asset IDs, EVM addresses or asset symbols',
|
|
37
|
-
items: {
|
|
38
|
-
$ref: '#/$defs/asset_id_or_address_evm_or_asset_symbol',
|
|
39
|
-
},
|
|
40
|
-
},
|
|
41
|
-
blockchain: {
|
|
42
|
-
$ref: '#/$defs/blockchain_id_or_blockchain_symbol',
|
|
43
|
-
},
|
|
44
|
-
at: {
|
|
45
|
-
anyOf: [
|
|
46
|
-
{
|
|
47
|
-
$ref: '#/$defs/timestamp',
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
$ref: '#/$defs/block_number',
|
|
51
|
-
},
|
|
52
|
-
],
|
|
53
|
-
title: 'TimestampOrBlockNumber',
|
|
54
|
-
description: 'Either a ISO8601 timestamp or a block number',
|
|
55
|
-
},
|
|
56
|
-
quote_asset_symbol: {
|
|
57
|
-
$ref: '#/$defs/asset_symbol',
|
|
58
|
-
},
|
|
59
|
-
jq_filter: {
|
|
60
|
-
type: 'string',
|
|
61
|
-
title: 'jq Filter',
|
|
62
|
-
description:
|
|
63
|
-
'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/).',
|
|
64
|
-
},
|
|
65
|
-
},
|
|
66
|
-
required: ['accounts', 'assets', 'blockchain'],
|
|
67
|
-
$defs: {
|
|
68
|
-
account: {
|
|
69
|
-
type: 'string',
|
|
70
|
-
title: 'AddressEVM',
|
|
71
|
-
description: 'An EVM address',
|
|
72
|
-
},
|
|
73
|
-
asset_id_or_address_evm_or_asset_symbol: {
|
|
74
|
-
type: 'string',
|
|
75
|
-
title: 'AssetID',
|
|
76
|
-
description: 'An asset ID, represented as a TypeID with `asset` prefix',
|
|
77
|
-
},
|
|
78
|
-
blockchain_id_or_blockchain_symbol: {
|
|
79
|
-
type: 'string',
|
|
80
|
-
title: 'BlockchainID',
|
|
81
|
-
description: 'A blockchain ID, represented as a TypeID with `blockchain` prefix',
|
|
82
|
-
},
|
|
83
|
-
timestamp: {
|
|
84
|
-
type: 'string',
|
|
85
|
-
title: 'Timestamp',
|
|
86
|
-
description: 'ISO8601 Timestamp',
|
|
87
|
-
},
|
|
88
|
-
block_number: {
|
|
89
|
-
type: 'integer',
|
|
90
|
-
title: 'BlockNumber',
|
|
91
|
-
description: 'A block number',
|
|
92
|
-
},
|
|
93
|
-
asset_symbol: {
|
|
94
|
-
type: 'string',
|
|
95
|
-
title: 'AssetSymbol',
|
|
96
|
-
description: 'An asset symbol',
|
|
97
|
-
},
|
|
98
|
-
},
|
|
99
|
-
},
|
|
100
|
-
annotations: {},
|
|
101
|
-
};
|
|
102
|
-
|
|
103
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
104
|
-
const { jq_filter, ...body } = args as any;
|
|
105
|
-
try {
|
|
106
|
-
return asTextContentResult(await maybeFilter(jq_filter, await client.vektor.balances.list(body)));
|
|
107
|
-
} catch (error) {
|
|
108
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
109
|
-
return asErrorResult(error.message);
|
|
110
|
-
}
|
|
111
|
-
throw error;
|
|
112
|
-
}
|
|
113
|
-
};
|
|
114
|
-
|
|
115
|
-
export default { metadata, tool, handler };
|