@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
package/src/dynamic-tools.ts
DELETED
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
import NirvanaLabs from '@nirvana-labs/nirvana';
|
|
2
|
-
import { Endpoint, asTextContentResult, ToolCallResult } from './tools/types';
|
|
3
|
-
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
4
|
-
import { z } from 'zod';
|
|
5
|
-
import { Cabidela } from '@cloudflare/cabidela';
|
|
6
|
-
|
|
7
|
-
function zodToInputSchema(schema: z.ZodSchema) {
|
|
8
|
-
return {
|
|
9
|
-
type: 'object' as const,
|
|
10
|
-
...(zodToJsonSchema(schema) as any),
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* A list of tools that expose all the endpoints in the API dynamically.
|
|
16
|
-
*
|
|
17
|
-
* Instead of exposing every endpoint as its own tool, which uses up too many tokens for LLMs to use at once,
|
|
18
|
-
* we expose a single tool that can be used to search for endpoints by name, resource, operation, or tag, and then
|
|
19
|
-
* a generic endpoint that can be used to invoke any endpoint with the provided arguments.
|
|
20
|
-
*
|
|
21
|
-
* @param endpoints - The endpoints to include in the list.
|
|
22
|
-
*/
|
|
23
|
-
export function dynamicTools(endpoints: Endpoint[]): Endpoint[] {
|
|
24
|
-
const listEndpointsSchema = z.object({
|
|
25
|
-
search_query: z
|
|
26
|
-
.string()
|
|
27
|
-
.optional()
|
|
28
|
-
.describe(
|
|
29
|
-
'An optional search query to filter the endpoints by. Provide a partial name, resource, operation, or tag to filter the endpoints returned.',
|
|
30
|
-
),
|
|
31
|
-
});
|
|
32
|
-
|
|
33
|
-
const listEndpointsTool = {
|
|
34
|
-
metadata: {
|
|
35
|
-
resource: 'dynamic_tools',
|
|
36
|
-
operation: 'read' as const,
|
|
37
|
-
tags: [],
|
|
38
|
-
},
|
|
39
|
-
tool: {
|
|
40
|
-
name: 'list_api_endpoints',
|
|
41
|
-
description: 'List or search for all endpoints in the Nirvana Labs TypeScript API',
|
|
42
|
-
inputSchema: zodToInputSchema(listEndpointsSchema),
|
|
43
|
-
},
|
|
44
|
-
handler: async (
|
|
45
|
-
client: NirvanaLabs,
|
|
46
|
-
args: Record<string, unknown> | undefined,
|
|
47
|
-
): Promise<ToolCallResult> => {
|
|
48
|
-
const query = args && listEndpointsSchema.parse(args).search_query?.trim();
|
|
49
|
-
|
|
50
|
-
const filteredEndpoints =
|
|
51
|
-
query && query.length > 0 ?
|
|
52
|
-
endpoints.filter((endpoint) => {
|
|
53
|
-
const fieldsToMatch = [
|
|
54
|
-
endpoint.tool.name,
|
|
55
|
-
endpoint.tool.description,
|
|
56
|
-
endpoint.metadata.resource,
|
|
57
|
-
endpoint.metadata.operation,
|
|
58
|
-
...endpoint.metadata.tags,
|
|
59
|
-
];
|
|
60
|
-
return fieldsToMatch.some((field) => field && field.toLowerCase().includes(query.toLowerCase()));
|
|
61
|
-
})
|
|
62
|
-
: endpoints;
|
|
63
|
-
|
|
64
|
-
return asTextContentResult({
|
|
65
|
-
tools: filteredEndpoints.map(({ tool, metadata }) => ({
|
|
66
|
-
name: tool.name,
|
|
67
|
-
description: tool.description,
|
|
68
|
-
resource: metadata.resource,
|
|
69
|
-
operation: metadata.operation,
|
|
70
|
-
tags: metadata.tags,
|
|
71
|
-
})),
|
|
72
|
-
});
|
|
73
|
-
},
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
const getEndpointSchema = z.object({
|
|
77
|
-
endpoint: z.string().describe('The name of the endpoint to get the schema for.'),
|
|
78
|
-
});
|
|
79
|
-
const getEndpointTool = {
|
|
80
|
-
metadata: {
|
|
81
|
-
resource: 'dynamic_tools',
|
|
82
|
-
operation: 'read' as const,
|
|
83
|
-
tags: [],
|
|
84
|
-
},
|
|
85
|
-
tool: {
|
|
86
|
-
name: 'get_api_endpoint_schema',
|
|
87
|
-
description:
|
|
88
|
-
'Get the schema for an endpoint in the Nirvana Labs TypeScript API. You can use the schema returned by this tool to invoke an endpoint with the `invoke_api_endpoint` tool.',
|
|
89
|
-
inputSchema: zodToInputSchema(getEndpointSchema),
|
|
90
|
-
},
|
|
91
|
-
handler: async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
92
|
-
if (!args) {
|
|
93
|
-
throw new Error('No endpoint provided');
|
|
94
|
-
}
|
|
95
|
-
const endpointName = getEndpointSchema.parse(args).endpoint;
|
|
96
|
-
|
|
97
|
-
const endpoint = endpoints.find((e) => e.tool.name === endpointName);
|
|
98
|
-
if (!endpoint) {
|
|
99
|
-
throw new Error(`Endpoint ${endpointName} not found`);
|
|
100
|
-
}
|
|
101
|
-
return asTextContentResult(endpoint.tool);
|
|
102
|
-
},
|
|
103
|
-
};
|
|
104
|
-
|
|
105
|
-
const invokeEndpointSchema = z.object({
|
|
106
|
-
endpoint_name: z.string().describe('The name of the endpoint to invoke.'),
|
|
107
|
-
args: z
|
|
108
|
-
.record(z.string(), z.any())
|
|
109
|
-
.describe(
|
|
110
|
-
'The arguments to pass to the endpoint. This must match the schema returned by the `get_api_endpoint_schema` tool.',
|
|
111
|
-
),
|
|
112
|
-
});
|
|
113
|
-
|
|
114
|
-
const invokeEndpointTool = {
|
|
115
|
-
metadata: {
|
|
116
|
-
resource: 'dynamic_tools',
|
|
117
|
-
operation: 'write' as const,
|
|
118
|
-
tags: [],
|
|
119
|
-
},
|
|
120
|
-
tool: {
|
|
121
|
-
name: 'invoke_api_endpoint',
|
|
122
|
-
description:
|
|
123
|
-
'Invoke an endpoint in the Nirvana Labs TypeScript API. Note: use the `list_api_endpoints` tool to get the list of endpoints and `get_api_endpoint_schema` tool to get the schema for an endpoint.',
|
|
124
|
-
inputSchema: zodToInputSchema(invokeEndpointSchema),
|
|
125
|
-
},
|
|
126
|
-
handler: async (
|
|
127
|
-
client: NirvanaLabs,
|
|
128
|
-
args: Record<string, unknown> | undefined,
|
|
129
|
-
): Promise<ToolCallResult> => {
|
|
130
|
-
if (!args) {
|
|
131
|
-
throw new Error('No endpoint provided');
|
|
132
|
-
}
|
|
133
|
-
const { success, data, error } = invokeEndpointSchema.safeParse(args);
|
|
134
|
-
if (!success) {
|
|
135
|
-
throw new Error(`Invalid arguments for endpoint. ${error?.format()}`);
|
|
136
|
-
}
|
|
137
|
-
const { endpoint_name, args: endpointArgs } = data;
|
|
138
|
-
|
|
139
|
-
const endpoint = endpoints.find((e) => e.tool.name === endpoint_name);
|
|
140
|
-
if (!endpoint) {
|
|
141
|
-
throw new Error(
|
|
142
|
-
`Endpoint ${endpoint_name} not found. Use the \`list_api_endpoints\` tool to get the list of available endpoints.`,
|
|
143
|
-
);
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
try {
|
|
147
|
-
// Try to validate the arguments for a better error message
|
|
148
|
-
const cabidela = new Cabidela(endpoint.tool.inputSchema, { fullErrors: true });
|
|
149
|
-
cabidela.validate(endpointArgs);
|
|
150
|
-
} catch (error) {
|
|
151
|
-
throw new Error(`Invalid arguments for endpoint ${endpoint_name}:\n${error}`);
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
return await endpoint.handler(client, endpointArgs);
|
|
155
|
-
},
|
|
156
|
-
};
|
|
157
|
-
|
|
158
|
-
return [getEndpointTool, listEndpointsTool, invokeEndpointTool];
|
|
159
|
-
}
|
package/src/filtering.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import initJq from 'jq-web';
|
|
3
|
-
|
|
4
|
-
export async function maybeFilter(jqFilter: unknown | undefined, response: any): Promise<any> {
|
|
5
|
-
if (jqFilter && typeof jqFilter === 'string') {
|
|
6
|
-
return await jq(response, jqFilter);
|
|
7
|
-
} else {
|
|
8
|
-
return response;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
async function jq(json: any, jqFilter: string) {
|
|
13
|
-
return (await initJq).json(json, jqFilter);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export function isJqError(error: any): error is Error {
|
|
17
|
-
return error instanceof Error && 'stderr' in error;
|
|
18
|
-
}
|
|
@@ -1,70 +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: 'api_keys',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/api_keys',
|
|
15
|
-
operationId: 'create_api_key',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'create_api_keys',
|
|
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\nCreate a new API key\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/api_key',\n $defs: {\n api_key: {\n type: 'object',\n description: 'API Key response.',\n properties: {\n id: {\n type: 'string',\n description: 'API Key ID.'\n },\n created_at: {\n type: 'string',\n description: 'When the API Key was created.',\n format: 'date-time'\n },\n expires_at: {\n type: 'string',\n description: 'When the API Key expires and is no longer valid.',\n format: 'date-time'\n },\n name: {\n type: 'string',\n description: 'API Key name.'\n },\n status: {\n type: 'string',\n description: 'Status of the API Key.',\n enum: [ 'active',\n 'inactive',\n 'expired'\n ]\n },\n tags: {\n type: 'array',\n description: 'Tags to attach to the API Key.',\n items: {\n type: 'string'\n }\n },\n updated_at: {\n type: 'string',\n description: 'When the API Key was updated.',\n format: 'date-time'\n },\n key: {\n type: 'string',\n description: 'API Key. Only returned on creation.'\n },\n starts_at: {\n type: 'string',\n description: 'When the API Key starts to be valid.',\n format: 'date-time'\n }\n },\n required: [ 'id',\n 'created_at',\n 'expires_at',\n 'name',\n 'status',\n 'tags',\n 'updated_at'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
expires_at: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
description: 'When the API Key expires and is no longer valid.',
|
|
28
|
-
format: 'date-time',
|
|
29
|
-
},
|
|
30
|
-
name: {
|
|
31
|
-
type: 'string',
|
|
32
|
-
description: 'API Key name.',
|
|
33
|
-
},
|
|
34
|
-
starts_at: {
|
|
35
|
-
type: 'string',
|
|
36
|
-
description: 'When the API Key starts to be valid.',
|
|
37
|
-
format: 'date-time',
|
|
38
|
-
},
|
|
39
|
-
tags: {
|
|
40
|
-
type: 'array',
|
|
41
|
-
description: 'Tags to attach to the API Key.',
|
|
42
|
-
items: {
|
|
43
|
-
type: 'string',
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
jq_filter: {
|
|
47
|
-
type: 'string',
|
|
48
|
-
title: 'jq Filter',
|
|
49
|
-
description:
|
|
50
|
-
'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/).',
|
|
51
|
-
},
|
|
52
|
-
},
|
|
53
|
-
required: ['expires_at', 'name'],
|
|
54
|
-
},
|
|
55
|
-
annotations: {},
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
59
|
-
const { jq_filter, ...body } = args as any;
|
|
60
|
-
try {
|
|
61
|
-
return asTextContentResult(await maybeFilter(jq_filter, await client.apiKeys.create(body)));
|
|
62
|
-
} catch (error) {
|
|
63
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
64
|
-
return asErrorResult(error.message);
|
|
65
|
-
}
|
|
66
|
-
throw error;
|
|
67
|
-
}
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
export default { metadata, tool, handler };
|
|
@@ -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: 'api_keys',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'delete',
|
|
13
|
-
httpPath: '/v1/api_keys/{api_key_id}',
|
|
14
|
-
operationId: 'delete_api_key',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'delete_api_keys',
|
|
19
|
-
description: 'Delete an API key',
|
|
20
|
-
inputSchema: {
|
|
21
|
-
type: 'object',
|
|
22
|
-
properties: {
|
|
23
|
-
api_key_id: {
|
|
24
|
-
type: 'string',
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
required: ['api_key_id'],
|
|
28
|
-
},
|
|
29
|
-
annotations: {
|
|
30
|
-
idempotentHint: true,
|
|
31
|
-
},
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
35
|
-
const { api_key_id, ...body } = args as any;
|
|
36
|
-
const response = await client.apiKeys.delete(api_key_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: 'api_keys',
|
|
11
|
-
operation: 'read',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'get',
|
|
14
|
-
httpPath: '/v1/api_keys/{api_key_id}',
|
|
15
|
-
operationId: 'get_api_key',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'get_api_keys',
|
|
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 API key\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/api_key',\n $defs: {\n api_key: {\n type: 'object',\n description: 'API Key response.',\n properties: {\n id: {\n type: 'string',\n description: 'API Key ID.'\n },\n created_at: {\n type: 'string',\n description: 'When the API Key was created.',\n format: 'date-time'\n },\n expires_at: {\n type: 'string',\n description: 'When the API Key expires and is no longer valid.',\n format: 'date-time'\n },\n name: {\n type: 'string',\n description: 'API Key name.'\n },\n status: {\n type: 'string',\n description: 'Status of the API Key.',\n enum: [ 'active',\n 'inactive',\n 'expired'\n ]\n },\n tags: {\n type: 'array',\n description: 'Tags to attach to the API Key.',\n items: {\n type: 'string'\n }\n },\n updated_at: {\n type: 'string',\n description: 'When the API Key was updated.',\n format: 'date-time'\n },\n key: {\n type: 'string',\n description: 'API Key. Only returned on creation.'\n },\n starts_at: {\n type: 'string',\n description: 'When the API Key starts to be valid.',\n format: 'date-time'\n }\n },\n required: [ 'id',\n 'created_at',\n 'expires_at',\n 'name',\n 'status',\n 'tags',\n 'updated_at'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
api_key_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: ['api_key_id'],
|
|
36
|
-
},
|
|
37
|
-
annotations: {
|
|
38
|
-
readOnlyHint: true,
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
43
|
-
const { api_key_id, jq_filter, ...body } = args as any;
|
|
44
|
-
try {
|
|
45
|
-
return asTextContentResult(await maybeFilter(jq_filter, await client.apiKeys.get(api_key_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,60 +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: 'api_keys',
|
|
11
|
-
operation: 'read',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'get',
|
|
14
|
-
httpPath: '/v1/api_keys',
|
|
15
|
-
operationId: 'list_api_keys',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'list_api_keys',
|
|
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 API keys for the authenticated user\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/api_key_list',\n $defs: {\n api_key_list: {\n type: 'object',\n properties: {\n items: {\n type: 'array',\n items: {\n $ref: '#/$defs/api_key'\n }\n },\n pagination: {\n $ref: '#/$defs/pagination'\n }\n },\n required: [ 'items',\n 'pagination'\n ]\n },\n api_key: {\n type: 'object',\n description: 'API Key response.',\n properties: {\n id: {\n type: 'string',\n description: 'API Key ID.'\n },\n created_at: {\n type: 'string',\n description: 'When the API Key was created.',\n format: 'date-time'\n },\n expires_at: {\n type: 'string',\n description: 'When the API Key expires and is no longer valid.',\n format: 'date-time'\n },\n name: {\n type: 'string',\n description: 'API Key name.'\n },\n status: {\n type: 'string',\n description: 'Status of the API Key.',\n enum: [ 'active',\n 'inactive',\n 'expired'\n ]\n },\n tags: {\n type: 'array',\n description: 'Tags to attach to the API Key.',\n items: {\n type: 'string'\n }\n },\n updated_at: {\n type: 'string',\n description: 'When the API Key was updated.',\n format: 'date-time'\n },\n key: {\n type: 'string',\n description: 'API Key. Only returned on creation.'\n },\n starts_at: {\n type: 'string',\n description: 'When the API Key starts to be valid.',\n format: 'date-time'\n }\n },\n required: [ 'id',\n 'created_at',\n 'expires_at',\n 'name',\n 'status',\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
|
-
jq_filter: {
|
|
34
|
-
type: 'string',
|
|
35
|
-
title: 'jq Filter',
|
|
36
|
-
description:
|
|
37
|
-
'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/).',
|
|
38
|
-
},
|
|
39
|
-
},
|
|
40
|
-
required: [],
|
|
41
|
-
},
|
|
42
|
-
annotations: {
|
|
43
|
-
readOnlyHint: true,
|
|
44
|
-
},
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
48
|
-
const { jq_filter, ...body } = args as any;
|
|
49
|
-
const response = await client.apiKeys.list(body).asResponse();
|
|
50
|
-
try {
|
|
51
|
-
return asTextContentResult(await maybeFilter(jq_filter, await response.json()));
|
|
52
|
-
} catch (error) {
|
|
53
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
54
|
-
return asErrorResult(error.message);
|
|
55
|
-
}
|
|
56
|
-
throw error;
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
export default { metadata, tool, handler };
|
|
@@ -1,63 +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: 'api_keys',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'patch',
|
|
14
|
-
httpPath: '/v1/api_keys/{api_key_id}',
|
|
15
|
-
operationId: 'update_api_key',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'update_api_keys',
|
|
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 API key\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/api_key',\n $defs: {\n api_key: {\n type: 'object',\n description: 'API Key response.',\n properties: {\n id: {\n type: 'string',\n description: 'API Key ID.'\n },\n created_at: {\n type: 'string',\n description: 'When the API Key was created.',\n format: 'date-time'\n },\n expires_at: {\n type: 'string',\n description: 'When the API Key expires and is no longer valid.',\n format: 'date-time'\n },\n name: {\n type: 'string',\n description: 'API Key name.'\n },\n status: {\n type: 'string',\n description: 'Status of the API Key.',\n enum: [ 'active',\n 'inactive',\n 'expired'\n ]\n },\n tags: {\n type: 'array',\n description: 'Tags to attach to the API Key.',\n items: {\n type: 'string'\n }\n },\n updated_at: {\n type: 'string',\n description: 'When the API Key was updated.',\n format: 'date-time'\n },\n key: {\n type: 'string',\n description: 'API Key. Only returned on creation.'\n },\n starts_at: {\n type: 'string',\n description: 'When the API Key starts to be valid.',\n format: 'date-time'\n }\n },\n required: [ 'id',\n 'created_at',\n 'expires_at',\n 'name',\n 'status',\n 'tags',\n 'updated_at'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
api_key_id: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
},
|
|
28
|
-
name: {
|
|
29
|
-
type: 'string',
|
|
30
|
-
description: 'API Key name.',
|
|
31
|
-
},
|
|
32
|
-
tags: {
|
|
33
|
-
type: 'array',
|
|
34
|
-
description: 'Tags to attach to the API Key.',
|
|
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: ['api_key_id'],
|
|
47
|
-
},
|
|
48
|
-
annotations: {},
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
52
|
-
const { api_key_id, jq_filter, ...body } = args as any;
|
|
53
|
-
try {
|
|
54
|
-
return asTextContentResult(await maybeFilter(jq_filter, await client.apiKeys.update(api_key_id, body)));
|
|
55
|
-
} catch (error) {
|
|
56
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
57
|
-
return asErrorResult(error.message);
|
|
58
|
-
}
|
|
59
|
-
throw error;
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
export default { metadata, tool, handler };
|
|
@@ -1,201 +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: 'compute.vms.availability',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/compute/vms/availability',
|
|
15
|
-
operationId: 'create_vm_availability',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'create_vms_compute_availability',
|
|
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\nCheck VM Create Availability\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/availability_create_response',\n $defs: {\n availability_create_response: {\n type: 'string'\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
boot_volume: {
|
|
26
|
-
type: 'object',
|
|
27
|
-
description: 'Boot volume for the VM.',
|
|
28
|
-
properties: {
|
|
29
|
-
size: {
|
|
30
|
-
type: 'integer',
|
|
31
|
-
description: 'Size of the Volume in GB.',
|
|
32
|
-
},
|
|
33
|
-
type: {
|
|
34
|
-
$ref: '#/$defs/volume_type',
|
|
35
|
-
},
|
|
36
|
-
tags: {
|
|
37
|
-
type: 'array',
|
|
38
|
-
description: 'Tags to attach to the Volume.',
|
|
39
|
-
items: {
|
|
40
|
-
type: 'string',
|
|
41
|
-
},
|
|
42
|
-
},
|
|
43
|
-
},
|
|
44
|
-
required: ['size', 'type'],
|
|
45
|
-
},
|
|
46
|
-
cpu_config: {
|
|
47
|
-
$ref: '#/$defs/cpu_config_request',
|
|
48
|
-
},
|
|
49
|
-
memory_config: {
|
|
50
|
-
$ref: '#/$defs/memory_config_request',
|
|
51
|
-
},
|
|
52
|
-
name: {
|
|
53
|
-
type: 'string',
|
|
54
|
-
description: 'Name of the VM.',
|
|
55
|
-
},
|
|
56
|
-
os_image_name: {
|
|
57
|
-
type: 'string',
|
|
58
|
-
description: 'Name of the OS Image to use for the VM.',
|
|
59
|
-
},
|
|
60
|
-
public_ip_enabled: {
|
|
61
|
-
type: 'boolean',
|
|
62
|
-
description: 'Whether to enable public IP for the VM.',
|
|
63
|
-
},
|
|
64
|
-
region: {
|
|
65
|
-
$ref: '#/$defs/region_name',
|
|
66
|
-
},
|
|
67
|
-
ssh_key: {
|
|
68
|
-
$ref: '#/$defs/ssh_key_request',
|
|
69
|
-
},
|
|
70
|
-
subnet_id: {
|
|
71
|
-
type: 'string',
|
|
72
|
-
description: 'ID of the subnet to use for the VM.',
|
|
73
|
-
},
|
|
74
|
-
data_volumes: {
|
|
75
|
-
type: 'array',
|
|
76
|
-
description: 'Data volumes for the VM.',
|
|
77
|
-
items: {
|
|
78
|
-
type: 'object',
|
|
79
|
-
description: 'VM data volume create request.',
|
|
80
|
-
properties: {
|
|
81
|
-
name: {
|
|
82
|
-
type: 'string',
|
|
83
|
-
description: 'Name of the Volume.',
|
|
84
|
-
},
|
|
85
|
-
size: {
|
|
86
|
-
type: 'integer',
|
|
87
|
-
description: 'Size of the Volume in GB.',
|
|
88
|
-
},
|
|
89
|
-
type: {
|
|
90
|
-
$ref: '#/$defs/volume_type',
|
|
91
|
-
},
|
|
92
|
-
tags: {
|
|
93
|
-
type: 'array',
|
|
94
|
-
description: 'Tags to attach to the Volume.',
|
|
95
|
-
items: {
|
|
96
|
-
type: 'string',
|
|
97
|
-
},
|
|
98
|
-
},
|
|
99
|
-
},
|
|
100
|
-
required: ['name', 'size', 'type'],
|
|
101
|
-
},
|
|
102
|
-
},
|
|
103
|
-
tags: {
|
|
104
|
-
type: 'array',
|
|
105
|
-
description: 'Tags to attach to the VM.',
|
|
106
|
-
items: {
|
|
107
|
-
type: 'string',
|
|
108
|
-
},
|
|
109
|
-
},
|
|
110
|
-
jq_filter: {
|
|
111
|
-
type: 'string',
|
|
112
|
-
title: 'jq Filter',
|
|
113
|
-
description:
|
|
114
|
-
'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/).',
|
|
115
|
-
},
|
|
116
|
-
},
|
|
117
|
-
required: [
|
|
118
|
-
'boot_volume',
|
|
119
|
-
'cpu_config',
|
|
120
|
-
'memory_config',
|
|
121
|
-
'name',
|
|
122
|
-
'os_image_name',
|
|
123
|
-
'public_ip_enabled',
|
|
124
|
-
'region',
|
|
125
|
-
'ssh_key',
|
|
126
|
-
'subnet_id',
|
|
127
|
-
],
|
|
128
|
-
$defs: {
|
|
129
|
-
volume_type: {
|
|
130
|
-
type: 'string',
|
|
131
|
-
description: 'Type of the Volume.',
|
|
132
|
-
enum: ['nvme', 'abs'],
|
|
133
|
-
},
|
|
134
|
-
cpu_config_request: {
|
|
135
|
-
type: 'object',
|
|
136
|
-
description: 'CPU configuration for the VM.',
|
|
137
|
-
properties: {
|
|
138
|
-
vcpu: {
|
|
139
|
-
type: 'integer',
|
|
140
|
-
description: 'Number of virtual CPUs.',
|
|
141
|
-
},
|
|
142
|
-
},
|
|
143
|
-
required: ['vcpu'],
|
|
144
|
-
},
|
|
145
|
-
memory_config_request: {
|
|
146
|
-
type: 'object',
|
|
147
|
-
description: 'Memory configuration for the VM.',
|
|
148
|
-
properties: {
|
|
149
|
-
size: {
|
|
150
|
-
type: 'integer',
|
|
151
|
-
description: 'Size of the memory in GB.',
|
|
152
|
-
},
|
|
153
|
-
},
|
|
154
|
-
required: ['size'],
|
|
155
|
-
},
|
|
156
|
-
region_name: {
|
|
157
|
-
type: 'string',
|
|
158
|
-
description: 'Region the resource is in.',
|
|
159
|
-
enum: [
|
|
160
|
-
'us-sea-1',
|
|
161
|
-
'us-sva-1',
|
|
162
|
-
'us-sva-2',
|
|
163
|
-
'us-chi-1',
|
|
164
|
-
'us-wdc-1',
|
|
165
|
-
'eu-frk-1',
|
|
166
|
-
'ap-sin-1',
|
|
167
|
-
'ap-seo-1',
|
|
168
|
-
'ap-tyo-1',
|
|
169
|
-
],
|
|
170
|
-
},
|
|
171
|
-
ssh_key_request: {
|
|
172
|
-
type: 'object',
|
|
173
|
-
description: 'Public SSH key configuration for the VM.',
|
|
174
|
-
properties: {
|
|
175
|
-
public_key: {
|
|
176
|
-
type: 'string',
|
|
177
|
-
description: 'Public key to and and use to access the VM.',
|
|
178
|
-
},
|
|
179
|
-
},
|
|
180
|
-
required: ['public_key'],
|
|
181
|
-
},
|
|
182
|
-
},
|
|
183
|
-
},
|
|
184
|
-
annotations: {},
|
|
185
|
-
};
|
|
186
|
-
|
|
187
|
-
export const handler = async (client: NirvanaLabs, args: Record<string, unknown> | undefined) => {
|
|
188
|
-
const { jq_filter, ...body } = args as any;
|
|
189
|
-
try {
|
|
190
|
-
return asTextContentResult(
|
|
191
|
-
await maybeFilter(jq_filter, await client.compute.vms.availability.create(body)),
|
|
192
|
-
);
|
|
193
|
-
} catch (error) {
|
|
194
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
195
|
-
return asErrorResult(error.message);
|
|
196
|
-
}
|
|
197
|
-
throw error;
|
|
198
|
-
}
|
|
199
|
-
};
|
|
200
|
-
|
|
201
|
-
export default { metadata, tool, handler };
|