@nirvana-labs/nirvana-mcp 1.28.0 → 1.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -435
- package/code-tool.d.mts +2 -44
- package/code-tool.d.mts.map +1 -1
- package/code-tool.d.ts +2 -44
- package/code-tool.d.ts.map +1 -1
- package/code-tool.js +6 -3
- package/code-tool.js.map +1 -1
- package/code-tool.mjs +6 -3
- package/code-tool.mjs.map +1 -1
- package/docs-search-tool.d.mts +3 -3
- package/docs-search-tool.d.mts.map +1 -1
- package/docs-search-tool.d.ts +3 -3
- package/docs-search-tool.d.ts.map +1 -1
- package/docs-search-tool.js +1 -1
- package/docs-search-tool.js.map +1 -1
- package/docs-search-tool.mjs +1 -1
- package/http.d.mts.map +1 -1
- package/http.d.ts.map +1 -1
- package/http.js +1 -18
- package/http.js.map +1 -1
- package/http.mjs +1 -18
- package/http.mjs.map +1 -1
- package/index.js +4 -40
- package/index.js.map +1 -1
- package/index.mjs +4 -40
- package/index.mjs.map +1 -1
- package/options.d.mts +0 -9
- package/options.d.mts.map +1 -1
- package/options.d.ts +0 -9
- package/options.d.ts.map +1 -1
- package/options.js +4 -359
- package/options.js.map +1 -1
- package/options.mjs +4 -359
- package/options.mjs.map +1 -1
- package/package.json +9 -49
- package/server.d.mts +3 -8
- package/server.d.mts.map +1 -1
- package/server.d.ts +3 -8
- package/server.d.ts.map +1 -1
- package/server.js +12 -65
- package/server.js.map +1 -1
- package/server.mjs +11 -62
- package/server.mjs.map +1 -1
- package/src/code-tool.ts +6 -3
- package/src/docs-search-tool.ts +1 -1
- package/src/http.ts +1 -19
- package/src/index.ts +5 -52
- package/src/options.ts +5 -386
- package/src/server.ts +12 -72
- package/src/stdio.ts +2 -3
- package/src/{tools/types.ts → types.ts} +1 -1
- package/stdio.d.mts +1 -2
- package/stdio.d.mts.map +1 -1
- package/stdio.d.ts +1 -2
- package/stdio.d.ts.map +1 -1
- package/stdio.js +2 -2
- package/stdio.js.map +1 -1
- package/stdio.mjs +2 -2
- package/stdio.mjs.map +1 -1
- package/{tools/types.d.mts → types.d.mts} +1 -1
- package/types.d.mts.map +1 -0
- package/{tools/types.d.ts → types.d.ts} +1 -1
- package/types.d.ts.map +1 -0
- package/types.js.map +1 -0
- package/types.mjs.map +1 -0
- package/compat.d.mts +0 -58
- package/compat.d.mts.map +0 -1
- package/compat.d.ts +0 -58
- package/compat.d.ts.map +0 -1
- package/compat.js +0 -387
- package/compat.js.map +0 -1
- package/compat.mjs +0 -378
- package/compat.mjs.map +0 -1
- package/dynamic-tools.d.mts +0 -12
- package/dynamic-tools.d.mts.map +0 -1
- package/dynamic-tools.d.ts +0 -12
- package/dynamic-tools.d.ts.map +0 -1
- package/dynamic-tools.js +0 -135
- package/dynamic-tools.js.map +0 -1
- package/dynamic-tools.mjs +0 -132
- package/dynamic-tools.mjs.map +0 -1
- package/filtering.d.mts +0 -3
- package/filtering.d.mts.map +0 -1
- package/filtering.d.ts +0 -3
- package/filtering.d.ts.map +0 -1
- package/filtering.js +0 -24
- package/filtering.js.map +0 -1
- package/filtering.mjs +0 -16
- package/filtering.mjs.map +0 -1
- package/src/compat.ts +0 -483
- package/src/dynamic-tools.ts +0 -159
- package/src/filtering.ts +0 -18
- package/src/tools/api-keys/create-api-keys.ts +0 -70
- package/src/tools/api-keys/delete-api-keys.ts +0 -40
- package/src/tools/api-keys/get-api-keys.ts +0 -54
- package/src/tools/api-keys/list-api-keys.ts +0 -60
- package/src/tools/api-keys/update-api-keys.ts +0 -63
- package/src/tools/compute/vms/availability/create-vms-compute-availability.ts +0 -201
- package/src/tools/compute/vms/availability/update-vms-compute-availability.ts +0 -99
- package/src/tools/compute/vms/create-compute-vms.ts +0 -199
- package/src/tools/compute/vms/delete-compute-vms.ts +0 -54
- package/src/tools/compute/vms/get-compute-vms.ts +0 -54
- package/src/tools/compute/vms/list-compute-vms.ts +0 -60
- package/src/tools/compute/vms/os-images/list-vms-compute-os-images.ts +0 -60
- package/src/tools/compute/vms/restart-compute-vms.ts +0 -52
- package/src/tools/compute/vms/update-compute-vms.ts +0 -97
- package/src/tools/compute/vms/volumes/list-vms-compute-volumes.ts +0 -63
- package/src/tools/compute/volumes/availability/create-volumes-compute-availability.ts +0 -80
- package/src/tools/compute/volumes/availability/update-volumes-compute-availability.ts +0 -69
- package/src/tools/compute/volumes/create-compute-volumes.ts +0 -78
- package/src/tools/compute/volumes/delete-compute-volumes.ts +0 -54
- package/src/tools/compute/volumes/get-compute-volumes.ts +0 -54
- package/src/tools/compute/volumes/list-compute-volumes.ts +0 -60
- package/src/tools/compute/volumes/update-compute-volumes.ts +0 -69
- package/src/tools/index.ts +0 -285
- package/src/tools/networking/connect/connections/create-connect-networking-connections.ts +0 -122
- package/src/tools/networking/connect/connections/delete-connect-networking-connections.ts +0 -56
- package/src/tools/networking/connect/connections/get-connect-networking-connections.ts +0 -56
- package/src/tools/networking/connect/connections/list-connect-networking-connections.ts +0 -60
- package/src/tools/networking/connect/connections/update-connect-networking-connections.ts +0 -65
- package/src/tools/networking/connect/routes/list-connect-networking-routes.ts +0 -60
- package/src/tools/networking/firewall-rules/create-networking-firewall-rules.ts +0 -87
- package/src/tools/networking/firewall-rules/delete-networking-firewall-rules.ts +0 -59
- package/src/tools/networking/firewall-rules/get-networking-firewall-rules.ts +0 -59
- package/src/tools/networking/firewall-rules/list-networking-firewall-rules.ts +0 -63
- package/src/tools/networking/firewall-rules/update-networking-firewall-rules.ts +0 -90
- package/src/tools/networking/vpcs/availability/create-vpcs-networking-availability.ts +0 -86
- package/src/tools/networking/vpcs/availability/update-vpcs-networking-availability.ts +0 -69
- package/src/tools/networking/vpcs/create-networking-vpcs.ts +0 -84
- package/src/tools/networking/vpcs/delete-networking-vpcs.ts +0 -54
- package/src/tools/networking/vpcs/get-networking-vpcs.ts +0 -54
- package/src/tools/networking/vpcs/list-networking-vpcs.ts +0 -60
- package/src/tools/networking/vpcs/update-networking-vpcs.ts +0 -69
- package/src/tools/operations/get-operations.ts +0 -54
- package/src/tools/operations/list-operations.ts +0 -60
- package/src/tools/projects/create-projects.ts +0 -60
- package/src/tools/projects/delete-projects.ts +0 -40
- package/src/tools/projects/get-projects.ts +0 -54
- package/src/tools/projects/list-projects.ts +0 -60
- package/src/tools/projects/update-projects.ts +0 -63
- package/src/tools/regions/get-regions.ts +0 -54
- package/src/tools/regions/list-regions.ts +0 -60
- package/src/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.ts +0 -60
- package/src/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.ts +0 -54
- package/src/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.ts +0 -64
- package/src/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.ts +0 -60
- package/src/tools/rpc-nodes/flex/create-rpc-nodes-flex.ts +0 -72
- package/src/tools/rpc-nodes/flex/delete-rpc-nodes-flex.ts +0 -40
- package/src/tools/rpc-nodes/flex/get-rpc-nodes-flex.ts +0 -54
- package/src/tools/rpc-nodes/flex/list-rpc-nodes-flex.ts +0 -64
- package/src/tools/rpc-nodes/flex/update-rpc-nodes-flex.ts +0 -65
- package/src/tools/user/get-user.ts +0 -51
- package/src/tools/vektor/balances/list-historical-vektor-balances.ts +0 -123
- package/src/tools/vektor/balances/list-vektor-balances.ts +0 -115
- package/src/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.ts +0 -112
- package/src/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.ts +0 -120
- package/src/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.ts +0 -88
- package/src/tools/vektor/borrow/markets/list-borrow-vektor-markets.ts +0 -148
- package/src/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.ts +0 -148
- package/src/tools/vektor/borrow/positions/list-borrow-vektor-positions.ts +0 -169
- package/src/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.ts +0 -169
- package/src/tools/vektor/borrow/repay/create-borrow-vektor-repay.ts +0 -80
- package/src/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.ts +0 -96
- package/src/tools/vektor/buy/buy_/create-buy-vektor-buy.ts +0 -96
- package/src/tools/vektor/buy/quotes/list-buy-vektor-quotes.ts +0 -96
- package/src/tools/vektor/executions/get-vektor-executions.ts +0 -46
- package/src/tools/vektor/executions/list-vektor-executions.ts +0 -41
- package/src/tools/vektor/executions/steps/get-executions-vektor-steps.ts +0 -49
- package/src/tools/vektor/executions/steps/sign-executions-vektor-steps.ts +0 -51
- package/src/tools/vektor/incentivize/list-vektor-incentivize.ts +0 -82
- package/src/tools/vektor/lend/lend_/create-lend-vektor-lend.ts +0 -88
- package/src/tools/vektor/lend/markets/list-historical-lend-vektor-markets.ts +0 -148
- package/src/tools/vektor/lend/markets/list-lend-vektor-markets.ts +0 -148
- package/src/tools/vektor/lend/positions/list-historical-lend-vektor-positions.ts +0 -169
- package/src/tools/vektor/lend/positions/list-lend-vektor-positions.ts +0 -169
- package/src/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.ts +0 -70
- package/src/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.ts +0 -80
- package/src/tools/vektor/lock/markets/list-lock-vektor-markets.ts +0 -85
- package/src/tools/vektor/lock/positions/list-lock-vektor-positions.ts +0 -90
- package/src/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.ts +0 -241
- package/src/tools/vektor/lp/pools/list-historical-lp-vektor-pools.ts +0 -145
- package/src/tools/vektor/lp/pools/list-lp-vektor-pools.ts +0 -145
- package/src/tools/vektor/lp/positions/list-historical-lp-vektor-positions.ts +0 -176
- package/src/tools/vektor/lp/positions/list-lp-vektor-positions.ts +0 -176
- package/src/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.ts +0 -195
- package/src/tools/vektor/move/create-vektor-move.ts +0 -78
- package/src/tools/vektor/prices/list-historical-vektor-prices.ts +0 -67
- package/src/tools/vektor/prices/list-vektor-prices.ts +0 -67
- package/src/tools/vektor/registry/assets/list-registry-vektor-assets.ts +0 -69
- package/src/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.ts +0 -61
- package/src/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.ts +0 -92
- package/src/tools/vektor/registry/errors/list-registry-vektor-errors.ts +0 -55
- package/src/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.ts +0 -92
- package/src/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.ts +0 -90
- package/src/tools/vektor/registry/venues/list-registry-vektor-venues.ts +0 -59
- package/src/tools/vektor/sell/quotes/list-sell-vektor-quotes.ts +0 -88
- package/src/tools/vektor/sell/sell_/create-sell-vektor-sell.ts +0 -96
- package/src/tools/vektor/vote/markets/list-vote-vektor-markets.ts +0 -82
- package/src/tools/vektor/vote/rewards/list-vote-vektor-rewards.ts +0 -95
- package/src/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.ts +0 -67
- package/src/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.ts +0 -67
- package/src/tools.ts +0 -1
- package/tools/api-keys/create-api-keys.d.mts +0 -51
- package/tools/api-keys/create-api-keys.d.mts.map +0 -1
- package/tools/api-keys/create-api-keys.d.ts +0 -51
- package/tools/api-keys/create-api-keys.d.ts.map +0 -1
- package/tools/api-keys/create-api-keys.js +0 -70
- package/tools/api-keys/create-api-keys.js.map +0 -1
- package/tools/api-keys/create-api-keys.mjs +0 -63
- package/tools/api-keys/create-api-keys.mjs.map +0 -1
- package/tools/api-keys/delete-api-keys.d.mts +0 -51
- package/tools/api-keys/delete-api-keys.d.mts.map +0 -1
- package/tools/api-keys/delete-api-keys.d.ts +0 -51
- package/tools/api-keys/delete-api-keys.d.ts.map +0 -1
- package/tools/api-keys/delete-api-keys.js +0 -37
- package/tools/api-keys/delete-api-keys.js.map +0 -1
- package/tools/api-keys/delete-api-keys.mjs +0 -33
- package/tools/api-keys/delete-api-keys.mjs.map +0 -1
- package/tools/api-keys/get-api-keys.d.mts +0 -51
- package/tools/api-keys/get-api-keys.d.mts.map +0 -1
- package/tools/api-keys/get-api-keys.d.ts +0 -51
- package/tools/api-keys/get-api-keys.d.ts.map +0 -1
- package/tools/api-keys/get-api-keys.js +0 -54
- package/tools/api-keys/get-api-keys.js.map +0 -1
- package/tools/api-keys/get-api-keys.mjs +0 -47
- package/tools/api-keys/get-api-keys.mjs.map +0 -1
- package/tools/api-keys/list-api-keys.d.mts +0 -51
- package/tools/api-keys/list-api-keys.d.mts.map +0 -1
- package/tools/api-keys/list-api-keys.d.ts +0 -51
- package/tools/api-keys/list-api-keys.d.ts.map +0 -1
- package/tools/api-keys/list-api-keys.js +0 -60
- package/tools/api-keys/list-api-keys.js.map +0 -1
- package/tools/api-keys/list-api-keys.mjs +0 -53
- package/tools/api-keys/list-api-keys.mjs.map +0 -1
- package/tools/api-keys/update-api-keys.d.mts +0 -51
- package/tools/api-keys/update-api-keys.d.mts.map +0 -1
- package/tools/api-keys/update-api-keys.d.ts +0 -51
- package/tools/api-keys/update-api-keys.d.ts.map +0 -1
- package/tools/api-keys/update-api-keys.js +0 -63
- package/tools/api-keys/update-api-keys.js.map +0 -1
- package/tools/api-keys/update-api-keys.mjs +0 -56
- package/tools/api-keys/update-api-keys.mjs.map +0 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.d.mts +0 -51
- package/tools/compute/vms/availability/create-vms-compute-availability.d.mts.map +0 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.d.ts +0 -51
- package/tools/compute/vms/availability/create-vms-compute-availability.d.ts.map +0 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.js +0 -199
- package/tools/compute/vms/availability/create-vms-compute-availability.js.map +0 -1
- package/tools/compute/vms/availability/create-vms-compute-availability.mjs +0 -192
- package/tools/compute/vms/availability/create-vms-compute-availability.mjs.map +0 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.d.mts +0 -51
- package/tools/compute/vms/availability/update-vms-compute-availability.d.mts.map +0 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.d.ts +0 -51
- package/tools/compute/vms/availability/update-vms-compute-availability.d.ts.map +0 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.js +0 -97
- package/tools/compute/vms/availability/update-vms-compute-availability.js.map +0 -1
- package/tools/compute/vms/availability/update-vms-compute-availability.mjs +0 -90
- package/tools/compute/vms/availability/update-vms-compute-availability.mjs.map +0 -1
- package/tools/compute/vms/create-compute-vms.d.mts +0 -51
- package/tools/compute/vms/create-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/create-compute-vms.d.ts +0 -51
- package/tools/compute/vms/create-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/create-compute-vms.js +0 -199
- package/tools/compute/vms/create-compute-vms.js.map +0 -1
- package/tools/compute/vms/create-compute-vms.mjs +0 -192
- package/tools/compute/vms/create-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/delete-compute-vms.d.mts +0 -51
- package/tools/compute/vms/delete-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/delete-compute-vms.d.ts +0 -51
- package/tools/compute/vms/delete-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/delete-compute-vms.js +0 -54
- package/tools/compute/vms/delete-compute-vms.js.map +0 -1
- package/tools/compute/vms/delete-compute-vms.mjs +0 -47
- package/tools/compute/vms/delete-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/get-compute-vms.d.mts +0 -51
- package/tools/compute/vms/get-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/get-compute-vms.d.ts +0 -51
- package/tools/compute/vms/get-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/get-compute-vms.js +0 -54
- package/tools/compute/vms/get-compute-vms.js.map +0 -1
- package/tools/compute/vms/get-compute-vms.mjs +0 -47
- package/tools/compute/vms/get-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/list-compute-vms.d.mts +0 -51
- package/tools/compute/vms/list-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/list-compute-vms.d.ts +0 -51
- package/tools/compute/vms/list-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/list-compute-vms.js +0 -60
- package/tools/compute/vms/list-compute-vms.js.map +0 -1
- package/tools/compute/vms/list-compute-vms.mjs +0 -53
- package/tools/compute/vms/list-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.d.mts +0 -51
- package/tools/compute/vms/os-images/list-vms-compute-os-images.d.mts.map +0 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.d.ts +0 -51
- package/tools/compute/vms/os-images/list-vms-compute-os-images.d.ts.map +0 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.js +0 -60
- package/tools/compute/vms/os-images/list-vms-compute-os-images.js.map +0 -1
- package/tools/compute/vms/os-images/list-vms-compute-os-images.mjs +0 -53
- package/tools/compute/vms/os-images/list-vms-compute-os-images.mjs.map +0 -1
- package/tools/compute/vms/restart-compute-vms.d.mts +0 -51
- package/tools/compute/vms/restart-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/restart-compute-vms.d.ts +0 -51
- package/tools/compute/vms/restart-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/restart-compute-vms.js +0 -52
- package/tools/compute/vms/restart-compute-vms.js.map +0 -1
- package/tools/compute/vms/restart-compute-vms.mjs +0 -45
- package/tools/compute/vms/restart-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/update-compute-vms.d.mts +0 -51
- package/tools/compute/vms/update-compute-vms.d.mts.map +0 -1
- package/tools/compute/vms/update-compute-vms.d.ts +0 -51
- package/tools/compute/vms/update-compute-vms.d.ts.map +0 -1
- package/tools/compute/vms/update-compute-vms.js +0 -97
- package/tools/compute/vms/update-compute-vms.js.map +0 -1
- package/tools/compute/vms/update-compute-vms.mjs +0 -90
- package/tools/compute/vms/update-compute-vms.mjs.map +0 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.d.mts +0 -51
- package/tools/compute/vms/volumes/list-vms-compute-volumes.d.mts.map +0 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.d.ts +0 -51
- package/tools/compute/vms/volumes/list-vms-compute-volumes.d.ts.map +0 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.js +0 -63
- package/tools/compute/vms/volumes/list-vms-compute-volumes.js.map +0 -1
- package/tools/compute/vms/volumes/list-vms-compute-volumes.mjs +0 -56
- package/tools/compute/vms/volumes/list-vms-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.mts +0 -51
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.mts.map +0 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.ts +0 -51
- package/tools/compute/volumes/availability/create-volumes-compute-availability.d.ts.map +0 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.js +0 -78
- package/tools/compute/volumes/availability/create-volumes-compute-availability.js.map +0 -1
- package/tools/compute/volumes/availability/create-volumes-compute-availability.mjs +0 -71
- package/tools/compute/volumes/availability/create-volumes-compute-availability.mjs.map +0 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.mts +0 -51
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.mts.map +0 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.ts +0 -51
- package/tools/compute/volumes/availability/update-volumes-compute-availability.d.ts.map +0 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.js +0 -67
- package/tools/compute/volumes/availability/update-volumes-compute-availability.js.map +0 -1
- package/tools/compute/volumes/availability/update-volumes-compute-availability.mjs +0 -60
- package/tools/compute/volumes/availability/update-volumes-compute-availability.mjs.map +0 -1
- package/tools/compute/volumes/create-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/create-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/create-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/create-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/create-compute-volumes.js +0 -78
- package/tools/compute/volumes/create-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/create-compute-volumes.mjs +0 -71
- package/tools/compute/volumes/create-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/delete-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/delete-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/delete-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/delete-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/delete-compute-volumes.js +0 -54
- package/tools/compute/volumes/delete-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/delete-compute-volumes.mjs +0 -47
- package/tools/compute/volumes/delete-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/get-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/get-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/get-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/get-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/get-compute-volumes.js +0 -54
- package/tools/compute/volumes/get-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/get-compute-volumes.mjs +0 -47
- package/tools/compute/volumes/get-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/list-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/list-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/list-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/list-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/list-compute-volumes.js +0 -60
- package/tools/compute/volumes/list-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/list-compute-volumes.mjs +0 -53
- package/tools/compute/volumes/list-compute-volumes.mjs.map +0 -1
- package/tools/compute/volumes/update-compute-volumes.d.mts +0 -51
- package/tools/compute/volumes/update-compute-volumes.d.mts.map +0 -1
- package/tools/compute/volumes/update-compute-volumes.d.ts +0 -51
- package/tools/compute/volumes/update-compute-volumes.d.ts.map +0 -1
- package/tools/compute/volumes/update-compute-volumes.js +0 -67
- package/tools/compute/volumes/update-compute-volumes.js.map +0 -1
- package/tools/compute/volumes/update-compute-volumes.mjs +0 -60
- package/tools/compute/volumes/update-compute-volumes.mjs.map +0 -1
- package/tools/index.d.mts +0 -10
- package/tools/index.d.mts.map +0 -1
- package/tools/index.d.ts +0 -10
- package/tools/index.d.ts.map +0 -1
- package/tools/index.js +0 -269
- package/tools/index.js.map +0 -1
- package/tools/index.mjs +0 -262
- package/tools/index.mjs.map +0 -1
- package/tools/networking/connect/connections/create-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/create-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/create-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/create-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/create-connect-networking-connections.js +0 -120
- package/tools/networking/connect/connections/create-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/create-connect-networking-connections.mjs +0 -113
- package/tools/networking/connect/connections/create-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/delete-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/delete-connect-networking-connections.js +0 -54
- package/tools/networking/connect/connections/delete-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/delete-connect-networking-connections.mjs +0 -47
- package/tools/networking/connect/connections/delete-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/connections/get-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/get-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/get-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/get-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/get-connect-networking-connections.js +0 -54
- package/tools/networking/connect/connections/get-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/get-connect-networking-connections.mjs +0 -47
- package/tools/networking/connect/connections/get-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/connections/list-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/list-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/list-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/list-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/list-connect-networking-connections.js +0 -60
- package/tools/networking/connect/connections/list-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/list-connect-networking-connections.mjs +0 -53
- package/tools/networking/connect/connections/list-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/connections/update-connect-networking-connections.d.mts +0 -51
- package/tools/networking/connect/connections/update-connect-networking-connections.d.mts.map +0 -1
- package/tools/networking/connect/connections/update-connect-networking-connections.d.ts +0 -51
- package/tools/networking/connect/connections/update-connect-networking-connections.d.ts.map +0 -1
- package/tools/networking/connect/connections/update-connect-networking-connections.js +0 -63
- package/tools/networking/connect/connections/update-connect-networking-connections.js.map +0 -1
- package/tools/networking/connect/connections/update-connect-networking-connections.mjs +0 -56
- package/tools/networking/connect/connections/update-connect-networking-connections.mjs.map +0 -1
- package/tools/networking/connect/routes/list-connect-networking-routes.d.mts +0 -51
- package/tools/networking/connect/routes/list-connect-networking-routes.d.mts.map +0 -1
- package/tools/networking/connect/routes/list-connect-networking-routes.d.ts +0 -51
- package/tools/networking/connect/routes/list-connect-networking-routes.d.ts.map +0 -1
- package/tools/networking/connect/routes/list-connect-networking-routes.js +0 -60
- package/tools/networking/connect/routes/list-connect-networking-routes.js.map +0 -1
- package/tools/networking/connect/routes/list-connect-networking-routes.mjs +0 -53
- package/tools/networking/connect/routes/list-connect-networking-routes.mjs.map +0 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/create-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.js +0 -83
- package/tools/networking/firewall-rules/create-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/create-networking-firewall-rules.mjs +0 -76
- package/tools/networking/firewall-rules/create-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.js +0 -57
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.mjs +0 -50
- package/tools/networking/firewall-rules/delete-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/get-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/get-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.js +0 -57
- package/tools/networking/firewall-rules/get-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/get-networking-firewall-rules.mjs +0 -50
- package/tools/networking/firewall-rules/get-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/list-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/list-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.js +0 -63
- package/tools/networking/firewall-rules/list-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/list-networking-firewall-rules.mjs +0 -56
- package/tools/networking/firewall-rules/list-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.mts +0 -51
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.mts.map +0 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.ts +0 -51
- package/tools/networking/firewall-rules/update-networking-firewall-rules.d.ts.map +0 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.js +0 -86
- package/tools/networking/firewall-rules/update-networking-firewall-rules.js.map +0 -1
- package/tools/networking/firewall-rules/update-networking-firewall-rules.mjs +0 -79
- package/tools/networking/firewall-rules/update-networking-firewall-rules.mjs.map +0 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.mts +0 -51
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.mts.map +0 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.ts +0 -51
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.d.ts.map +0 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.js +0 -84
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.js.map +0 -1
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.mjs +0 -77
- package/tools/networking/vpcs/availability/create-vpcs-networking-availability.mjs.map +0 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.mts +0 -51
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.mts.map +0 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.ts +0 -51
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.d.ts.map +0 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.js +0 -67
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.js.map +0 -1
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.mjs +0 -60
- package/tools/networking/vpcs/availability/update-vpcs-networking-availability.mjs.map +0 -1
- package/tools/networking/vpcs/create-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/create-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/create-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/create-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/create-networking-vpcs.js +0 -84
- package/tools/networking/vpcs/create-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/create-networking-vpcs.mjs +0 -77
- package/tools/networking/vpcs/create-networking-vpcs.mjs.map +0 -1
- package/tools/networking/vpcs/delete-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/delete-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/delete-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/delete-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/delete-networking-vpcs.js +0 -54
- package/tools/networking/vpcs/delete-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/delete-networking-vpcs.mjs +0 -47
- package/tools/networking/vpcs/delete-networking-vpcs.mjs.map +0 -1
- package/tools/networking/vpcs/get-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/get-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/get-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/get-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/get-networking-vpcs.js +0 -54
- package/tools/networking/vpcs/get-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/get-networking-vpcs.mjs +0 -47
- package/tools/networking/vpcs/get-networking-vpcs.mjs.map +0 -1
- package/tools/networking/vpcs/list-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/list-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/list-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/list-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/list-networking-vpcs.js +0 -60
- package/tools/networking/vpcs/list-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/list-networking-vpcs.mjs +0 -53
- package/tools/networking/vpcs/list-networking-vpcs.mjs.map +0 -1
- package/tools/networking/vpcs/update-networking-vpcs.d.mts +0 -51
- package/tools/networking/vpcs/update-networking-vpcs.d.mts.map +0 -1
- package/tools/networking/vpcs/update-networking-vpcs.d.ts +0 -51
- package/tools/networking/vpcs/update-networking-vpcs.d.ts.map +0 -1
- package/tools/networking/vpcs/update-networking-vpcs.js +0 -67
- package/tools/networking/vpcs/update-networking-vpcs.js.map +0 -1
- package/tools/networking/vpcs/update-networking-vpcs.mjs +0 -60
- package/tools/networking/vpcs/update-networking-vpcs.mjs.map +0 -1
- package/tools/operations/get-operations.d.mts +0 -51
- package/tools/operations/get-operations.d.mts.map +0 -1
- package/tools/operations/get-operations.d.ts +0 -51
- package/tools/operations/get-operations.d.ts.map +0 -1
- package/tools/operations/get-operations.js +0 -54
- package/tools/operations/get-operations.js.map +0 -1
- package/tools/operations/get-operations.mjs +0 -47
- package/tools/operations/get-operations.mjs.map +0 -1
- package/tools/operations/list-operations.d.mts +0 -51
- package/tools/operations/list-operations.d.mts.map +0 -1
- package/tools/operations/list-operations.d.ts +0 -51
- package/tools/operations/list-operations.d.ts.map +0 -1
- package/tools/operations/list-operations.js +0 -60
- package/tools/operations/list-operations.js.map +0 -1
- package/tools/operations/list-operations.mjs +0 -53
- package/tools/operations/list-operations.mjs.map +0 -1
- package/tools/projects/create-projects.d.mts +0 -51
- package/tools/projects/create-projects.d.mts.map +0 -1
- package/tools/projects/create-projects.d.ts +0 -51
- package/tools/projects/create-projects.d.ts.map +0 -1
- package/tools/projects/create-projects.js +0 -60
- package/tools/projects/create-projects.js.map +0 -1
- package/tools/projects/create-projects.mjs +0 -53
- package/tools/projects/create-projects.mjs.map +0 -1
- package/tools/projects/delete-projects.d.mts +0 -51
- package/tools/projects/delete-projects.d.mts.map +0 -1
- package/tools/projects/delete-projects.d.ts +0 -51
- package/tools/projects/delete-projects.d.ts.map +0 -1
- package/tools/projects/delete-projects.js +0 -37
- package/tools/projects/delete-projects.js.map +0 -1
- package/tools/projects/delete-projects.mjs +0 -33
- package/tools/projects/delete-projects.mjs.map +0 -1
- package/tools/projects/get-projects.d.mts +0 -51
- package/tools/projects/get-projects.d.mts.map +0 -1
- package/tools/projects/get-projects.d.ts +0 -51
- package/tools/projects/get-projects.d.ts.map +0 -1
- package/tools/projects/get-projects.js +0 -54
- package/tools/projects/get-projects.js.map +0 -1
- package/tools/projects/get-projects.mjs +0 -47
- package/tools/projects/get-projects.mjs.map +0 -1
- package/tools/projects/list-projects.d.mts +0 -51
- package/tools/projects/list-projects.d.mts.map +0 -1
- package/tools/projects/list-projects.d.ts +0 -51
- package/tools/projects/list-projects.d.ts.map +0 -1
- package/tools/projects/list-projects.js +0 -60
- package/tools/projects/list-projects.js.map +0 -1
- package/tools/projects/list-projects.mjs +0 -53
- package/tools/projects/list-projects.mjs.map +0 -1
- package/tools/projects/update-projects.d.mts +0 -51
- package/tools/projects/update-projects.d.mts.map +0 -1
- package/tools/projects/update-projects.d.ts +0 -51
- package/tools/projects/update-projects.d.ts.map +0 -1
- package/tools/projects/update-projects.js +0 -63
- package/tools/projects/update-projects.js.map +0 -1
- package/tools/projects/update-projects.mjs +0 -56
- package/tools/projects/update-projects.mjs.map +0 -1
- package/tools/regions/get-regions.d.mts +0 -51
- package/tools/regions/get-regions.d.mts.map +0 -1
- package/tools/regions/get-regions.d.ts +0 -51
- package/tools/regions/get-regions.d.ts.map +0 -1
- package/tools/regions/get-regions.js +0 -54
- package/tools/regions/get-regions.js.map +0 -1
- package/tools/regions/get-regions.mjs +0 -47
- package/tools/regions/get-regions.mjs.map +0 -1
- package/tools/regions/list-regions.d.mts +0 -51
- package/tools/regions/list-regions.d.mts.map +0 -1
- package/tools/regions/list-regions.d.ts +0 -51
- package/tools/regions/list-regions.d.ts.map +0 -1
- package/tools/regions/list-regions.js +0 -60
- package/tools/regions/list-regions.js.map +0 -1
- package/tools/regions/list-regions.mjs +0 -53
- package/tools/regions/list-regions.mjs.map +0 -1
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.d.mts +0 -51
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.d.mts.map +0 -1
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.d.ts +0 -51
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.d.ts.map +0 -1
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.js +0 -60
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.js.map +0 -1
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.mjs +0 -53
- package/tools/rpc-nodes/dedicated/blockchains/list-dedicated-rpc-nodes-blockchains.mjs.map +0 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.d.mts +0 -51
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.d.mts.map +0 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.d.ts +0 -51
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.d.ts.map +0 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.js +0 -54
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.js.map +0 -1
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.mjs +0 -47
- package/tools/rpc-nodes/dedicated/get-rpc-nodes-dedicated.mjs.map +0 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.d.mts +0 -51
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.d.mts.map +0 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.d.ts +0 -51
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.d.ts.map +0 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.js +0 -64
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.js.map +0 -1
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.mjs +0 -57
- package/tools/rpc-nodes/dedicated/list-rpc-nodes-dedicated.mjs.map +0 -1
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.d.mts +0 -51
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.d.ts +0 -51
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.js +0 -60
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.js.map +0 -1
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.mjs +0 -53
- package/tools/rpc-nodes/flex/blockchains/list-flex-rpc-nodes-blockchains.mjs.map +0 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.js +0 -72
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.mjs +0 -65
- package/tools/rpc-nodes/flex/create-rpc-nodes-flex.mjs.map +0 -1
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.js +0 -37
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.mjs +0 -33
- package/tools/rpc-nodes/flex/delete-rpc-nodes-flex.mjs.map +0 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.js +0 -54
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.mjs +0 -47
- package/tools/rpc-nodes/flex/get-rpc-nodes-flex.mjs.map +0 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.js +0 -64
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.mjs +0 -57
- package/tools/rpc-nodes/flex/list-rpc-nodes-flex.mjs.map +0 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.mts +0 -51
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.mts.map +0 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.ts +0 -51
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.d.ts.map +0 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.js +0 -63
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.js.map +0 -1
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.mjs +0 -56
- package/tools/rpc-nodes/flex/update-rpc-nodes-flex.mjs.map +0 -1
- package/tools/types.d.mts.map +0 -1
- package/tools/types.d.ts.map +0 -1
- package/tools/types.js.map +0 -1
- package/tools/types.mjs.map +0 -1
- package/tools/user/get-user.d.mts +0 -51
- package/tools/user/get-user.d.mts.map +0 -1
- package/tools/user/get-user.d.ts +0 -51
- package/tools/user/get-user.d.ts.map +0 -1
- package/tools/user/get-user.js +0 -51
- package/tools/user/get-user.js.map +0 -1
- package/tools/user/get-user.mjs +0 -44
- package/tools/user/get-user.mjs.map +0 -1
- package/tools/vektor/balances/list-historical-vektor-balances.d.mts +0 -51
- package/tools/vektor/balances/list-historical-vektor-balances.d.mts.map +0 -1
- package/tools/vektor/balances/list-historical-vektor-balances.d.ts +0 -51
- package/tools/vektor/balances/list-historical-vektor-balances.d.ts.map +0 -1
- package/tools/vektor/balances/list-historical-vektor-balances.js +0 -121
- package/tools/vektor/balances/list-historical-vektor-balances.js.map +0 -1
- package/tools/vektor/balances/list-historical-vektor-balances.mjs +0 -114
- package/tools/vektor/balances/list-historical-vektor-balances.mjs.map +0 -1
- package/tools/vektor/balances/list-vektor-balances.d.mts +0 -51
- package/tools/vektor/balances/list-vektor-balances.d.mts.map +0 -1
- package/tools/vektor/balances/list-vektor-balances.d.ts +0 -51
- package/tools/vektor/balances/list-vektor-balances.d.ts.map +0 -1
- package/tools/vektor/balances/list-vektor-balances.js +0 -115
- package/tools/vektor/balances/list-vektor-balances.js.map +0 -1
- package/tools/vektor/balances/list-vektor-balances.mjs +0 -108
- package/tools/vektor/balances/list-vektor-balances.mjs.map +0 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.d.mts +0 -51
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.d.mts.map +0 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.d.ts +0 -51
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.d.ts.map +0 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.js +0 -112
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.js.map +0 -1
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.mjs +0 -105
- package/tools/vektor/borrow/accounts/list-borrow-vektor-accounts.mjs.map +0 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.d.mts +0 -51
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.d.mts.map +0 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.d.ts +0 -51
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.d.ts.map +0 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.js +0 -118
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.js.map +0 -1
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.mjs +0 -111
- package/tools/vektor/borrow/accounts/list-historical-borrow-vektor-accounts.mjs.map +0 -1
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.d.mts +0 -51
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.d.mts.map +0 -1
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.d.ts +0 -51
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.d.ts.map +0 -1
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.js +0 -90
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.js.map +0 -1
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.mjs +0 -83
- package/tools/vektor/borrow/borrow_/create-borrow-vektor-borrow.mjs.map +0 -1
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.d.mts +0 -51
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.d.ts +0 -51
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.js +0 -150
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.js.map +0 -1
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.mjs +0 -143
- package/tools/vektor/borrow/markets/list-borrow-vektor-markets.mjs.map +0 -1
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.d.mts +0 -51
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.d.ts +0 -51
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.js +0 -150
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.js.map +0 -1
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.mjs +0 -143
- package/tools/vektor/borrow/markets/list-historical-borrow-vektor-markets.mjs.map +0 -1
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.d.mts +0 -51
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.d.ts +0 -51
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.js +0 -171
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.js.map +0 -1
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.mjs +0 -164
- package/tools/vektor/borrow/positions/list-borrow-vektor-positions.mjs.map +0 -1
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.d.mts +0 -51
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.d.ts +0 -51
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.js +0 -171
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.js.map +0 -1
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.mjs +0 -164
- package/tools/vektor/borrow/positions/list-historical-borrow-vektor-positions.mjs.map +0 -1
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.d.mts +0 -51
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.d.mts.map +0 -1
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.d.ts +0 -51
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.d.ts.map +0 -1
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.js +0 -82
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.js.map +0 -1
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.mjs +0 -75
- package/tools/vektor/borrow/repay/create-borrow-vektor-repay.mjs.map +0 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.d.mts +0 -51
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.d.mts.map +0 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.d.ts +0 -51
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.d.ts.map +0 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.js +0 -96
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.js.map +0 -1
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.mjs +0 -89
- package/tools/vektor/bridge/quotes/list-bridge-vektor-quotes.mjs.map +0 -1
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.d.mts +0 -51
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.d.mts.map +0 -1
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.d.ts +0 -51
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.d.ts.map +0 -1
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.js +0 -98
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.js.map +0 -1
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.mjs +0 -91
- package/tools/vektor/buy/buy_/create-buy-vektor-buy.mjs.map +0 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.d.mts +0 -51
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.d.mts.map +0 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.d.ts +0 -51
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.d.ts.map +0 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.js +0 -96
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.js.map +0 -1
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.mjs +0 -89
- package/tools/vektor/buy/quotes/list-buy-vektor-quotes.mjs.map +0 -1
- package/tools/vektor/executions/get-vektor-executions.d.mts +0 -51
- package/tools/vektor/executions/get-vektor-executions.d.mts.map +0 -1
- package/tools/vektor/executions/get-vektor-executions.d.ts +0 -51
- package/tools/vektor/executions/get-vektor-executions.d.ts.map +0 -1
- package/tools/vektor/executions/get-vektor-executions.js +0 -48
- package/tools/vektor/executions/get-vektor-executions.js.map +0 -1
- package/tools/vektor/executions/get-vektor-executions.mjs +0 -41
- package/tools/vektor/executions/get-vektor-executions.mjs.map +0 -1
- package/tools/vektor/executions/list-vektor-executions.d.mts +0 -51
- package/tools/vektor/executions/list-vektor-executions.d.mts.map +0 -1
- package/tools/vektor/executions/list-vektor-executions.d.ts +0 -51
- package/tools/vektor/executions/list-vektor-executions.d.ts.map +0 -1
- package/tools/vektor/executions/list-vektor-executions.js +0 -43
- package/tools/vektor/executions/list-vektor-executions.js.map +0 -1
- package/tools/vektor/executions/list-vektor-executions.mjs +0 -36
- package/tools/vektor/executions/list-vektor-executions.mjs.map +0 -1
- package/tools/vektor/executions/steps/get-executions-vektor-steps.d.mts +0 -51
- package/tools/vektor/executions/steps/get-executions-vektor-steps.d.mts.map +0 -1
- package/tools/vektor/executions/steps/get-executions-vektor-steps.d.ts +0 -51
- package/tools/vektor/executions/steps/get-executions-vektor-steps.d.ts.map +0 -1
- package/tools/vektor/executions/steps/get-executions-vektor-steps.js +0 -51
- package/tools/vektor/executions/steps/get-executions-vektor-steps.js.map +0 -1
- package/tools/vektor/executions/steps/get-executions-vektor-steps.mjs +0 -44
- package/tools/vektor/executions/steps/get-executions-vektor-steps.mjs.map +0 -1
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.d.mts +0 -51
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.d.mts.map +0 -1
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.d.ts +0 -51
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.d.ts.map +0 -1
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.js +0 -48
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.js.map +0 -1
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.mjs +0 -44
- package/tools/vektor/executions/steps/sign-executions-vektor-steps.mjs.map +0 -1
- package/tools/vektor/incentivize/list-vektor-incentivize.d.mts +0 -51
- package/tools/vektor/incentivize/list-vektor-incentivize.d.mts.map +0 -1
- package/tools/vektor/incentivize/list-vektor-incentivize.d.ts +0 -51
- package/tools/vektor/incentivize/list-vektor-incentivize.d.ts.map +0 -1
- package/tools/vektor/incentivize/list-vektor-incentivize.js +0 -84
- package/tools/vektor/incentivize/list-vektor-incentivize.js.map +0 -1
- package/tools/vektor/incentivize/list-vektor-incentivize.mjs +0 -77
- package/tools/vektor/incentivize/list-vektor-incentivize.mjs.map +0 -1
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.d.mts +0 -51
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.d.mts.map +0 -1
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.d.ts +0 -51
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.d.ts.map +0 -1
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.js +0 -90
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.js.map +0 -1
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.mjs +0 -83
- package/tools/vektor/lend/lend_/create-lend-vektor-lend.mjs.map +0 -1
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.d.mts +0 -51
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.d.ts +0 -51
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.js +0 -150
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.js.map +0 -1
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.mjs +0 -143
- package/tools/vektor/lend/markets/list-historical-lend-vektor-markets.mjs.map +0 -1
- package/tools/vektor/lend/markets/list-lend-vektor-markets.d.mts +0 -51
- package/tools/vektor/lend/markets/list-lend-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/lend/markets/list-lend-vektor-markets.d.ts +0 -51
- package/tools/vektor/lend/markets/list-lend-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/lend/markets/list-lend-vektor-markets.js +0 -150
- package/tools/vektor/lend/markets/list-lend-vektor-markets.js.map +0 -1
- package/tools/vektor/lend/markets/list-lend-vektor-markets.mjs +0 -143
- package/tools/vektor/lend/markets/list-lend-vektor-markets.mjs.map +0 -1
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.d.mts +0 -51
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.d.ts +0 -51
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.js +0 -171
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.js.map +0 -1
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.mjs +0 -164
- package/tools/vektor/lend/positions/list-historical-lend-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lend/positions/list-lend-vektor-positions.d.mts +0 -51
- package/tools/vektor/lend/positions/list-lend-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lend/positions/list-lend-vektor-positions.d.ts +0 -51
- package/tools/vektor/lend/positions/list-lend-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lend/positions/list-lend-vektor-positions.js +0 -171
- package/tools/vektor/lend/positions/list-lend-vektor-positions.js.map +0 -1
- package/tools/vektor/lend/positions/list-lend-vektor-positions.mjs +0 -164
- package/tools/vektor/lend/positions/list-lend-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.d.mts +0 -51
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.d.mts.map +0 -1
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.d.ts +0 -51
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.d.ts.map +0 -1
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.js +0 -72
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.js.map +0 -1
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.mjs +0 -65
- package/tools/vektor/lend/set-collateral/create-lend-vektor-set-collateral.mjs.map +0 -1
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.d.mts +0 -51
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.d.mts.map +0 -1
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.d.ts +0 -51
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.d.ts.map +0 -1
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.js +0 -82
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.js.map +0 -1
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.mjs +0 -75
- package/tools/vektor/lend/withdraw/create-lend-vektor-withdraw.mjs.map +0 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.d.mts +0 -51
- package/tools/vektor/lock/markets/list-lock-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.d.ts +0 -51
- package/tools/vektor/lock/markets/list-lock-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.js +0 -85
- package/tools/vektor/lock/markets/list-lock-vektor-markets.js.map +0 -1
- package/tools/vektor/lock/markets/list-lock-vektor-markets.mjs +0 -78
- package/tools/vektor/lock/markets/list-lock-vektor-markets.mjs.map +0 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.mts +0 -51
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.ts +0 -51
- package/tools/vektor/lock/positions/list-lock-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.js +0 -92
- package/tools/vektor/lock/positions/list-lock-vektor-positions.js.map +0 -1
- package/tools/vektor/lock/positions/list-lock-vektor-positions.mjs +0 -85
- package/tools/vektor/lock/positions/list-lock-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.d.mts +0 -51
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.d.mts.map +0 -1
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.d.ts +0 -51
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.d.ts.map +0 -1
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.js +0 -241
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.js.map +0 -1
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.mjs +0 -234
- package/tools/vektor/lp/deposit-quote/create-lp-vektor-deposit-quote.mjs.map +0 -1
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.d.mts +0 -51
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.d.mts.map +0 -1
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.d.ts +0 -51
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.d.ts.map +0 -1
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.js +0 -147
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.js.map +0 -1
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.mjs +0 -140
- package/tools/vektor/lp/pools/list-historical-lp-vektor-pools.mjs.map +0 -1
- package/tools/vektor/lp/pools/list-lp-vektor-pools.d.mts +0 -51
- package/tools/vektor/lp/pools/list-lp-vektor-pools.d.mts.map +0 -1
- package/tools/vektor/lp/pools/list-lp-vektor-pools.d.ts +0 -51
- package/tools/vektor/lp/pools/list-lp-vektor-pools.d.ts.map +0 -1
- package/tools/vektor/lp/pools/list-lp-vektor-pools.js +0 -147
- package/tools/vektor/lp/pools/list-lp-vektor-pools.js.map +0 -1
- package/tools/vektor/lp/pools/list-lp-vektor-pools.mjs +0 -140
- package/tools/vektor/lp/pools/list-lp-vektor-pools.mjs.map +0 -1
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.d.mts +0 -51
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.d.ts +0 -51
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.js +0 -178
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.js.map +0 -1
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.mjs +0 -171
- package/tools/vektor/lp/positions/list-historical-lp-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lp/positions/list-lp-vektor-positions.d.mts +0 -51
- package/tools/vektor/lp/positions/list-lp-vektor-positions.d.mts.map +0 -1
- package/tools/vektor/lp/positions/list-lp-vektor-positions.d.ts +0 -51
- package/tools/vektor/lp/positions/list-lp-vektor-positions.d.ts.map +0 -1
- package/tools/vektor/lp/positions/list-lp-vektor-positions.js +0 -178
- package/tools/vektor/lp/positions/list-lp-vektor-positions.js.map +0 -1
- package/tools/vektor/lp/positions/list-lp-vektor-positions.mjs +0 -171
- package/tools/vektor/lp/positions/list-lp-vektor-positions.mjs.map +0 -1
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.d.mts +0 -51
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.d.mts.map +0 -1
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.d.ts +0 -51
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.d.ts.map +0 -1
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.js +0 -197
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.js.map +0 -1
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.mjs +0 -190
- package/tools/vektor/lp/withdraw-quote/create-lp-vektor-withdraw-quote.mjs.map +0 -1
- package/tools/vektor/move/create-vektor-move.d.mts +0 -51
- package/tools/vektor/move/create-vektor-move.d.mts.map +0 -1
- package/tools/vektor/move/create-vektor-move.d.ts +0 -51
- package/tools/vektor/move/create-vektor-move.d.ts.map +0 -1
- package/tools/vektor/move/create-vektor-move.js +0 -80
- package/tools/vektor/move/create-vektor-move.js.map +0 -1
- package/tools/vektor/move/create-vektor-move.mjs +0 -73
- package/tools/vektor/move/create-vektor-move.mjs.map +0 -1
- package/tools/vektor/prices/list-historical-vektor-prices.d.mts +0 -51
- package/tools/vektor/prices/list-historical-vektor-prices.d.mts.map +0 -1
- package/tools/vektor/prices/list-historical-vektor-prices.d.ts +0 -51
- package/tools/vektor/prices/list-historical-vektor-prices.d.ts.map +0 -1
- package/tools/vektor/prices/list-historical-vektor-prices.js +0 -67
- package/tools/vektor/prices/list-historical-vektor-prices.js.map +0 -1
- package/tools/vektor/prices/list-historical-vektor-prices.mjs +0 -60
- package/tools/vektor/prices/list-historical-vektor-prices.mjs.map +0 -1
- package/tools/vektor/prices/list-vektor-prices.d.mts +0 -51
- package/tools/vektor/prices/list-vektor-prices.d.mts.map +0 -1
- package/tools/vektor/prices/list-vektor-prices.d.ts +0 -51
- package/tools/vektor/prices/list-vektor-prices.d.ts.map +0 -1
- package/tools/vektor/prices/list-vektor-prices.js +0 -67
- package/tools/vektor/prices/list-vektor-prices.js.map +0 -1
- package/tools/vektor/prices/list-vektor-prices.mjs +0 -60
- package/tools/vektor/prices/list-vektor-prices.mjs.map +0 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.d.mts +0 -51
- package/tools/vektor/registry/assets/list-registry-vektor-assets.d.mts.map +0 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.d.ts +0 -51
- package/tools/vektor/registry/assets/list-registry-vektor-assets.d.ts.map +0 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.js +0 -69
- package/tools/vektor/registry/assets/list-registry-vektor-assets.js.map +0 -1
- package/tools/vektor/registry/assets/list-registry-vektor-assets.mjs +0 -62
- package/tools/vektor/registry/assets/list-registry-vektor-assets.mjs.map +0 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.d.mts +0 -51
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.d.mts.map +0 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.d.ts +0 -51
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.d.ts.map +0 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.js +0 -59
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.js.map +0 -1
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.mjs +0 -52
- package/tools/vektor/registry/blockchains/list-registry-vektor-blockchains.mjs.map +0 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.d.mts +0 -51
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.d.mts.map +0 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.d.ts +0 -51
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.d.ts.map +0 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.js +0 -90
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.js.map +0 -1
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.mjs +0 -83
- package/tools/vektor/registry/borrow-markets/list-registry-vektor-borrow-markets.mjs.map +0 -1
- package/tools/vektor/registry/errors/list-registry-vektor-errors.d.mts +0 -51
- package/tools/vektor/registry/errors/list-registry-vektor-errors.d.mts.map +0 -1
- package/tools/vektor/registry/errors/list-registry-vektor-errors.d.ts +0 -51
- package/tools/vektor/registry/errors/list-registry-vektor-errors.d.ts.map +0 -1
- package/tools/vektor/registry/errors/list-registry-vektor-errors.js +0 -55
- package/tools/vektor/registry/errors/list-registry-vektor-errors.js.map +0 -1
- package/tools/vektor/registry/errors/list-registry-vektor-errors.mjs +0 -48
- package/tools/vektor/registry/errors/list-registry-vektor-errors.mjs.map +0 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.d.mts +0 -51
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.d.mts.map +0 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.d.ts +0 -51
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.d.ts.map +0 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.js +0 -90
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.js.map +0 -1
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.mjs +0 -83
- package/tools/vektor/registry/lend-markets/list-registry-vektor-lend-markets.mjs.map +0 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.d.mts +0 -51
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.d.mts.map +0 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.d.ts +0 -51
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.d.ts.map +0 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.js +0 -90
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.js.map +0 -1
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.mjs +0 -83
- package/tools/vektor/registry/lp-pools/list-registry-vektor-lp-pools.mjs.map +0 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.d.mts +0 -51
- package/tools/vektor/registry/venues/list-registry-vektor-venues.d.mts.map +0 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.d.ts +0 -51
- package/tools/vektor/registry/venues/list-registry-vektor-venues.d.ts.map +0 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.js +0 -59
- package/tools/vektor/registry/venues/list-registry-vektor-venues.js.map +0 -1
- package/tools/vektor/registry/venues/list-registry-vektor-venues.mjs +0 -52
- package/tools/vektor/registry/venues/list-registry-vektor-venues.mjs.map +0 -1
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.d.mts +0 -51
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.d.mts.map +0 -1
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.d.ts +0 -51
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.d.ts.map +0 -1
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.js +0 -90
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.js.map +0 -1
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.mjs +0 -83
- package/tools/vektor/sell/quotes/list-sell-vektor-quotes.mjs.map +0 -1
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.d.mts +0 -51
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.d.mts.map +0 -1
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.d.ts +0 -51
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.d.ts.map +0 -1
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.js +0 -98
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.js.map +0 -1
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.mjs +0 -91
- package/tools/vektor/sell/sell_/create-sell-vektor-sell.mjs.map +0 -1
- package/tools/vektor/vote/markets/list-vote-vektor-markets.d.mts +0 -51
- package/tools/vektor/vote/markets/list-vote-vektor-markets.d.mts.map +0 -1
- package/tools/vektor/vote/markets/list-vote-vektor-markets.d.ts +0 -51
- package/tools/vektor/vote/markets/list-vote-vektor-markets.d.ts.map +0 -1
- package/tools/vektor/vote/markets/list-vote-vektor-markets.js +0 -84
- package/tools/vektor/vote/markets/list-vote-vektor-markets.js.map +0 -1
- package/tools/vektor/vote/markets/list-vote-vektor-markets.mjs +0 -77
- package/tools/vektor/vote/markets/list-vote-vektor-markets.mjs.map +0 -1
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.d.mts +0 -51
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.d.mts.map +0 -1
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.d.ts +0 -51
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.d.ts.map +0 -1
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.js +0 -97
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.js.map +0 -1
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.mjs +0 -90
- package/tools/vektor/vote/rewards/list-vote-vektor-rewards.mjs.map +0 -1
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.d.mts +0 -51
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.d.mts.map +0 -1
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.d.ts +0 -51
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.d.ts.map +0 -1
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.js +0 -69
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.js.map +0 -1
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.mjs +0 -62
- package/tools/vektor/wrap/unwrap/create-wrap-vektor-unwrap.mjs.map +0 -1
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.d.mts +0 -51
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.d.mts.map +0 -1
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.d.ts +0 -51
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.d.ts.map +0 -1
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.js +0 -69
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.js.map +0 -1
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.mjs +0 -62
- package/tools/vektor/wrap/wrap_/create-wrap-vektor-wrap.mjs.map +0 -1
- package/tools.d.mts +0 -2
- package/tools.d.mts.map +0 -1
- package/tools.d.ts +0 -2
- package/tools.d.ts.map +0 -1
- package/tools.js +0 -18
- package/tools.js.map +0 -1
- package/tools.mjs +0 -2
- package/tools.mjs.map +0 -1
- /package/{tools/types.js → types.js} +0 -0
- /package/{tools/types.mjs → types.mjs} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-vms-compute-availability.js","sourceRoot":"","sources":["../../../../src/tools/compute/vms/availability/update-vms-compute-availability.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,mEAA6E;AAC7E,iEAAqG;AAGrG,oEAAgD;AAEnC,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,0BAA0B;IACpC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,OAAO;IACnB,QAAQ,EAAE,sCAAsC;IAChD,WAAW,EAAE,wBAAwB;CACtC,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,iCAAiC;IACvC,WAAW,EACT,mXAAmX;IACrX,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,KAAK,EAAE;gBACL,IAAI,EAAE,QAAQ;aACf;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,4BAA4B;aACnC;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,+BAA+B;aACtC;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iBAAiB;aAC/B;YACD,iBAAiB,EAAE;gBACjB,IAAI,EAAE,SAAS;gBACf,WAAW,EAAE,yCAAyC;aACvD;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,2BAA2B;gBACxC,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,OAAO,CAAC;QACnB,KAAK,EAAE;YACL,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,+BAA+B;gBAC5C,UAAU,EAAE;oBACV,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,yBAAyB;qBACvC;iBACF;gBACD,QAAQ,EAAE,CAAC,MAAM,CAAC;aACnB;YACD,qBAAqB,EAAE;gBACrB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,kCAAkC;gBAC/C,UAAU,EAAE;oBACV,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,2BAA2B;qBACzC;iBACF;gBACD,QAAQ,EAAE,CAAC,MAAM,CAAC;aACnB;SACF;KACF;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,MAAmB,EAAE,IAAyC,EAAE,EAAE;IAC9F,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAClD,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,CACxF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,iBAAW,CAAC,QAAQ,IAAI,IAAA,qBAAS,EAAC,KAAK,CAAC,EAAE,CAAC;YAC9D,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAZW,QAAA,OAAO,WAYlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { isJqError, maybeFilter } from '@nirvana-labs/nirvana-mcp/filtering';
|
|
3
|
-
import { asErrorResult, asTextContentResult } from '@nirvana-labs/nirvana-mcp/tools/types';
|
|
4
|
-
import NirvanaLabs from '@nirvana-labs/nirvana';
|
|
5
|
-
export const metadata = {
|
|
6
|
-
resource: 'compute.vms.availability',
|
|
7
|
-
operation: 'write',
|
|
8
|
-
tags: [],
|
|
9
|
-
httpMethod: 'patch',
|
|
10
|
-
httpPath: '/v1/compute/vms/{vm_id}/availability',
|
|
11
|
-
operationId: 'update_vm_availability',
|
|
12
|
-
};
|
|
13
|
-
export const tool = {
|
|
14
|
-
name: 'update_vms_compute_availability',
|
|
15
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCheck VM Update Availability\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/availability_update_response',\n $defs: {\n availability_update_response: {\n type: 'string'\n }\n }\n}\n```",
|
|
16
|
-
inputSchema: {
|
|
17
|
-
type: 'object',
|
|
18
|
-
properties: {
|
|
19
|
-
vm_id: {
|
|
20
|
-
type: 'string',
|
|
21
|
-
},
|
|
22
|
-
cpu_config: {
|
|
23
|
-
$ref: '#/$defs/cpu_config_request',
|
|
24
|
-
},
|
|
25
|
-
memory_config: {
|
|
26
|
-
$ref: '#/$defs/memory_config_request',
|
|
27
|
-
},
|
|
28
|
-
name: {
|
|
29
|
-
type: 'string',
|
|
30
|
-
description: 'Name of the VM.',
|
|
31
|
-
},
|
|
32
|
-
public_ip_enabled: {
|
|
33
|
-
type: 'boolean',
|
|
34
|
-
description: 'Whether to enable public IP for the VM.',
|
|
35
|
-
},
|
|
36
|
-
tags: {
|
|
37
|
-
type: 'array',
|
|
38
|
-
description: 'Tags to attach to the VM.',
|
|
39
|
-
items: {
|
|
40
|
-
type: 'string',
|
|
41
|
-
},
|
|
42
|
-
},
|
|
43
|
-
jq_filter: {
|
|
44
|
-
type: 'string',
|
|
45
|
-
title: 'jq Filter',
|
|
46
|
-
description: '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/).',
|
|
47
|
-
},
|
|
48
|
-
},
|
|
49
|
-
required: ['vm_id'],
|
|
50
|
-
$defs: {
|
|
51
|
-
cpu_config_request: {
|
|
52
|
-
type: 'object',
|
|
53
|
-
description: 'CPU configuration for the VM.',
|
|
54
|
-
properties: {
|
|
55
|
-
vcpu: {
|
|
56
|
-
type: 'integer',
|
|
57
|
-
description: 'Number of virtual CPUs.',
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
|
-
required: ['vcpu'],
|
|
61
|
-
},
|
|
62
|
-
memory_config_request: {
|
|
63
|
-
type: 'object',
|
|
64
|
-
description: 'Memory configuration for the VM.',
|
|
65
|
-
properties: {
|
|
66
|
-
size: {
|
|
67
|
-
type: 'integer',
|
|
68
|
-
description: 'Size of the memory in GB.',
|
|
69
|
-
},
|
|
70
|
-
},
|
|
71
|
-
required: ['size'],
|
|
72
|
-
},
|
|
73
|
-
},
|
|
74
|
-
},
|
|
75
|
-
annotations: {},
|
|
76
|
-
};
|
|
77
|
-
export const handler = async (client, args) => {
|
|
78
|
-
const { vm_id, jq_filter, ...body } = args;
|
|
79
|
-
try {
|
|
80
|
-
return asTextContentResult(await maybeFilter(jq_filter, await client.compute.vms.availability.update(vm_id, body)));
|
|
81
|
-
}
|
|
82
|
-
catch (error) {
|
|
83
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
84
|
-
return asErrorResult(error.message);
|
|
85
|
-
}
|
|
86
|
-
throw error;
|
|
87
|
-
}
|
|
88
|
-
};
|
|
89
|
-
export default { metadata, tool, handler };
|
|
90
|
-
//# sourceMappingURL=update-vms-compute-availability.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-vms-compute-availability.mjs","sourceRoot":"","sources":["../../../../src/tools/compute/vms/availability/update-vms-compute-availability.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,qCAAqC;OACrE,EAAY,aAAa,EAAE,mBAAmB,EAAE,MAAM,uCAAuC;OAG7F,WAAW,MAAM,uBAAuB;AAE/C,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,0BAA0B;IACpC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,OAAO;IACnB,QAAQ,EAAE,sCAAsC;IAChD,WAAW,EAAE,wBAAwB;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,iCAAiC;IACvC,WAAW,EACT,mXAAmX;IACrX,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,KAAK,EAAE;gBACL,IAAI,EAAE,QAAQ;aACf;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,4BAA4B;aACnC;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,+BAA+B;aACtC;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iBAAiB;aAC/B;YACD,iBAAiB,EAAE;gBACjB,IAAI,EAAE,SAAS;gBACf,WAAW,EAAE,yCAAyC;aACvD;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,2BAA2B;gBACxC,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,OAAO,CAAC;QACnB,KAAK,EAAE;YACL,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,+BAA+B;gBAC5C,UAAU,EAAE;oBACV,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,yBAAyB;qBACvC;iBACF;gBACD,QAAQ,EAAE,CAAC,MAAM,CAAC;aACnB;YACD,qBAAqB,EAAE;gBACrB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,kCAAkC;gBAC/C,UAAU,EAAE;oBACV,IAAI,EAAE;wBACJ,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,2BAA2B;qBACzC;iBACF;gBACD,QAAQ,EAAE,CAAC,MAAM,CAAC;aACnB;SACF;KACF;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,MAAmB,EAAE,IAAyC,EAAE,EAAE;IAC9F,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAClD,IAAI,CAAC;QACH,OAAO,mBAAmB,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,CACxF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,WAAW,CAAC,QAAQ,IAAI,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;YAC9D,OAAO,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { Metadata } from '@nirvana-labs/nirvana-mcp/tools/types';
|
|
2
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
3
|
-
import NirvanaLabs from '@nirvana-labs/nirvana';
|
|
4
|
-
export declare const metadata: Metadata;
|
|
5
|
-
export declare const tool: Tool;
|
|
6
|
-
export declare const handler: (client: NirvanaLabs, args: Record<string, unknown> | undefined) => Promise<import("@nirvana-labs/nirvana-mcp/tools/types").ToolCallResult>;
|
|
7
|
-
declare const _default: {
|
|
8
|
-
metadata: Metadata;
|
|
9
|
-
tool: {
|
|
10
|
-
inputSchema: {
|
|
11
|
-
[x: string]: unknown;
|
|
12
|
-
type: "object";
|
|
13
|
-
properties?: {
|
|
14
|
-
[x: string]: object;
|
|
15
|
-
} | undefined;
|
|
16
|
-
required?: string[] | undefined;
|
|
17
|
-
};
|
|
18
|
-
name: string;
|
|
19
|
-
description?: string | undefined;
|
|
20
|
-
outputSchema?: {
|
|
21
|
-
[x: string]: unknown;
|
|
22
|
-
type: "object";
|
|
23
|
-
properties?: {
|
|
24
|
-
[x: string]: object;
|
|
25
|
-
} | undefined;
|
|
26
|
-
required?: string[] | undefined;
|
|
27
|
-
} | undefined;
|
|
28
|
-
annotations?: {
|
|
29
|
-
title?: string | undefined;
|
|
30
|
-
readOnlyHint?: boolean | undefined;
|
|
31
|
-
destructiveHint?: boolean | undefined;
|
|
32
|
-
idempotentHint?: boolean | undefined;
|
|
33
|
-
openWorldHint?: boolean | undefined;
|
|
34
|
-
} | undefined;
|
|
35
|
-
execution?: {
|
|
36
|
-
taskSupport?: "optional" | "required" | "forbidden" | undefined;
|
|
37
|
-
} | undefined;
|
|
38
|
-
_meta?: {
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
} | undefined;
|
|
41
|
-
icons?: {
|
|
42
|
-
src: string;
|
|
43
|
-
mimeType?: string | undefined;
|
|
44
|
-
sizes?: string[] | undefined;
|
|
45
|
-
}[] | undefined;
|
|
46
|
-
title?: string | undefined;
|
|
47
|
-
};
|
|
48
|
-
handler: (client: NirvanaLabs, args: Record<string, unknown> | undefined) => Promise<import("@nirvana-labs/nirvana-mcp/tools/types").ToolCallResult>;
|
|
49
|
-
};
|
|
50
|
-
export default _default;
|
|
51
|
-
//# sourceMappingURL=create-compute-vms.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-compute-vms.d.mts","sourceRoot":"","sources":["../../../src/tools/compute/vms/create-compute-vms.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,uCAAuC;OAE7F,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,WAAW,MAAM,uBAAuB;AAE/C,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAuKlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,WAAW,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,4EAU3F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAVoC,WAAW,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAY5F,wBAA2C"}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { Metadata } from '@nirvana-labs/nirvana-mcp/tools/types';
|
|
2
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
3
|
-
import NirvanaLabs from '@nirvana-labs/nirvana';
|
|
4
|
-
export declare const metadata: Metadata;
|
|
5
|
-
export declare const tool: Tool;
|
|
6
|
-
export declare const handler: (client: NirvanaLabs, args: Record<string, unknown> | undefined) => Promise<import("@nirvana-labs/nirvana-mcp/tools/types").ToolCallResult>;
|
|
7
|
-
declare const _default: {
|
|
8
|
-
metadata: Metadata;
|
|
9
|
-
tool: {
|
|
10
|
-
inputSchema: {
|
|
11
|
-
[x: string]: unknown;
|
|
12
|
-
type: "object";
|
|
13
|
-
properties?: {
|
|
14
|
-
[x: string]: object;
|
|
15
|
-
} | undefined;
|
|
16
|
-
required?: string[] | undefined;
|
|
17
|
-
};
|
|
18
|
-
name: string;
|
|
19
|
-
description?: string | undefined;
|
|
20
|
-
outputSchema?: {
|
|
21
|
-
[x: string]: unknown;
|
|
22
|
-
type: "object";
|
|
23
|
-
properties?: {
|
|
24
|
-
[x: string]: object;
|
|
25
|
-
} | undefined;
|
|
26
|
-
required?: string[] | undefined;
|
|
27
|
-
} | undefined;
|
|
28
|
-
annotations?: {
|
|
29
|
-
title?: string | undefined;
|
|
30
|
-
readOnlyHint?: boolean | undefined;
|
|
31
|
-
destructiveHint?: boolean | undefined;
|
|
32
|
-
idempotentHint?: boolean | undefined;
|
|
33
|
-
openWorldHint?: boolean | undefined;
|
|
34
|
-
} | undefined;
|
|
35
|
-
execution?: {
|
|
36
|
-
taskSupport?: "optional" | "required" | "forbidden" | undefined;
|
|
37
|
-
} | undefined;
|
|
38
|
-
_meta?: {
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
} | undefined;
|
|
41
|
-
icons?: {
|
|
42
|
-
src: string;
|
|
43
|
-
mimeType?: string | undefined;
|
|
44
|
-
sizes?: string[] | undefined;
|
|
45
|
-
}[] | undefined;
|
|
46
|
-
title?: string | undefined;
|
|
47
|
-
};
|
|
48
|
-
handler: (client: NirvanaLabs, args: Record<string, unknown> | undefined) => Promise<import("@nirvana-labs/nirvana-mcp/tools/types").ToolCallResult>;
|
|
49
|
-
};
|
|
50
|
-
export default _default;
|
|
51
|
-
//# sourceMappingURL=create-compute-vms.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-compute-vms.d.ts","sourceRoot":"","sources":["../../../src/tools/compute/vms/create-compute-vms.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,uCAAuC;OAE7F,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,WAAW,MAAM,uBAAuB;AAE/C,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAuKlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,WAAW,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,4EAU3F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAVoC,WAAW,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAY5F,wBAA2C"}
|
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5
|
-
};
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.handler = exports.tool = exports.metadata = void 0;
|
|
8
|
-
const filtering_1 = require("@nirvana-labs/nirvana-mcp/filtering");
|
|
9
|
-
const types_1 = require("@nirvana-labs/nirvana-mcp/tools/types");
|
|
10
|
-
const nirvana_1 = __importDefault(require("@nirvana-labs/nirvana"));
|
|
11
|
-
exports.metadata = {
|
|
12
|
-
resource: 'compute.vms',
|
|
13
|
-
operation: 'write',
|
|
14
|
-
tags: [],
|
|
15
|
-
httpMethod: 'post',
|
|
16
|
-
httpPath: '/v1/compute/vms',
|
|
17
|
-
operationId: 'create_vm',
|
|
18
|
-
};
|
|
19
|
-
exports.tool = {
|
|
20
|
-
name: 'create_compute_vms',
|
|
21
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreate a VM\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/operation',\n $defs: {\n operation: {\n type: 'object',\n description: 'Operation details.',\n properties: {\n id: {\n type: 'string',\n description: 'Unique identifier for the Operation.'\n },\n created_at: {\n type: 'string',\n description: 'When the Operation was created.',\n format: 'date-time'\n },\n kind: {\n $ref: '#/$defs/operation_kind'\n },\n resource_id: {\n type: 'string',\n description: 'ID of the resource that the Operation is acting on.'\n },\n status: {\n $ref: '#/$defs/operation_status'\n },\n type: {\n $ref: '#/$defs/operation_type'\n },\n updated_at: {\n type: 'string',\n description: 'When the Operation was updated.',\n format: 'date-time'\n }\n },\n required: [ 'id',\n 'created_at',\n 'kind',\n 'resource_id',\n 'status',\n 'type',\n 'updated_at'\n ]\n },\n operation_kind: {\n type: 'string',\n description: 'Kind of Operation.',\n enum: [ 'vm',\n 'volume',\n 'vpc',\n 'firewall_rule'\n ]\n },\n operation_status: {\n type: 'string',\n description: 'Status of the Operation.',\n enum: [ 'pending',\n 'running',\n 'done',\n 'failed',\n 'unknown'\n ]\n },\n operation_type: {\n type: 'string',\n description: 'Type of Operation.',\n enum: [ 'create',\n 'update',\n 'delete',\n 'restart'\n ]\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: '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/).',
|
|
114
|
-
},
|
|
115
|
-
},
|
|
116
|
-
required: [
|
|
117
|
-
'boot_volume',
|
|
118
|
-
'cpu_config',
|
|
119
|
-
'memory_config',
|
|
120
|
-
'name',
|
|
121
|
-
'os_image_name',
|
|
122
|
-
'public_ip_enabled',
|
|
123
|
-
'region',
|
|
124
|
-
'ssh_key',
|
|
125
|
-
'subnet_id',
|
|
126
|
-
],
|
|
127
|
-
$defs: {
|
|
128
|
-
volume_type: {
|
|
129
|
-
type: 'string',
|
|
130
|
-
description: 'Type of the Volume.',
|
|
131
|
-
enum: ['nvme', 'abs'],
|
|
132
|
-
},
|
|
133
|
-
cpu_config_request: {
|
|
134
|
-
type: 'object',
|
|
135
|
-
description: 'CPU configuration for the VM.',
|
|
136
|
-
properties: {
|
|
137
|
-
vcpu: {
|
|
138
|
-
type: 'integer',
|
|
139
|
-
description: 'Number of virtual CPUs.',
|
|
140
|
-
},
|
|
141
|
-
},
|
|
142
|
-
required: ['vcpu'],
|
|
143
|
-
},
|
|
144
|
-
memory_config_request: {
|
|
145
|
-
type: 'object',
|
|
146
|
-
description: 'Memory configuration for the VM.',
|
|
147
|
-
properties: {
|
|
148
|
-
size: {
|
|
149
|
-
type: 'integer',
|
|
150
|
-
description: 'Size of the memory in GB.',
|
|
151
|
-
},
|
|
152
|
-
},
|
|
153
|
-
required: ['size'],
|
|
154
|
-
},
|
|
155
|
-
region_name: {
|
|
156
|
-
type: 'string',
|
|
157
|
-
description: 'Region the resource is in.',
|
|
158
|
-
enum: [
|
|
159
|
-
'us-sea-1',
|
|
160
|
-
'us-sva-1',
|
|
161
|
-
'us-sva-2',
|
|
162
|
-
'us-chi-1',
|
|
163
|
-
'us-wdc-1',
|
|
164
|
-
'eu-frk-1',
|
|
165
|
-
'ap-sin-1',
|
|
166
|
-
'ap-seo-1',
|
|
167
|
-
'ap-tyo-1',
|
|
168
|
-
],
|
|
169
|
-
},
|
|
170
|
-
ssh_key_request: {
|
|
171
|
-
type: 'object',
|
|
172
|
-
description: 'Public SSH key configuration for the VM.',
|
|
173
|
-
properties: {
|
|
174
|
-
public_key: {
|
|
175
|
-
type: 'string',
|
|
176
|
-
description: 'Public key to and and use to access the VM.',
|
|
177
|
-
},
|
|
178
|
-
},
|
|
179
|
-
required: ['public_key'],
|
|
180
|
-
},
|
|
181
|
-
},
|
|
182
|
-
},
|
|
183
|
-
annotations: {},
|
|
184
|
-
};
|
|
185
|
-
const handler = async (client, args) => {
|
|
186
|
-
const { jq_filter, ...body } = args;
|
|
187
|
-
try {
|
|
188
|
-
return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(jq_filter, await client.compute.vms.create(body)));
|
|
189
|
-
}
|
|
190
|
-
catch (error) {
|
|
191
|
-
if (error instanceof nirvana_1.default.APIError || (0, filtering_1.isJqError)(error)) {
|
|
192
|
-
return (0, types_1.asErrorResult)(error.message);
|
|
193
|
-
}
|
|
194
|
-
throw error;
|
|
195
|
-
}
|
|
196
|
-
};
|
|
197
|
-
exports.handler = handler;
|
|
198
|
-
exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
|
|
199
|
-
//# sourceMappingURL=create-compute-vms.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-compute-vms.js","sourceRoot":"","sources":["../../../src/tools/compute/vms/create-compute-vms.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,192 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { isJqError, maybeFilter } from '@nirvana-labs/nirvana-mcp/filtering';
|
|
3
|
-
import { asErrorResult, asTextContentResult } from '@nirvana-labs/nirvana-mcp/tools/types';
|
|
4
|
-
import NirvanaLabs from '@nirvana-labs/nirvana';
|
|
5
|
-
export const metadata = {
|
|
6
|
-
resource: 'compute.vms',
|
|
7
|
-
operation: 'write',
|
|
8
|
-
tags: [],
|
|
9
|
-
httpMethod: 'post',
|
|
10
|
-
httpPath: '/v1/compute/vms',
|
|
11
|
-
operationId: 'create_vm',
|
|
12
|
-
};
|
|
13
|
-
export const tool = {
|
|
14
|
-
name: 'create_compute_vms',
|
|
15
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreate a VM\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/operation',\n $defs: {\n operation: {\n type: 'object',\n description: 'Operation details.',\n properties: {\n id: {\n type: 'string',\n description: 'Unique identifier for the Operation.'\n },\n created_at: {\n type: 'string',\n description: 'When the Operation was created.',\n format: 'date-time'\n },\n kind: {\n $ref: '#/$defs/operation_kind'\n },\n resource_id: {\n type: 'string',\n description: 'ID of the resource that the Operation is acting on.'\n },\n status: {\n $ref: '#/$defs/operation_status'\n },\n type: {\n $ref: '#/$defs/operation_type'\n },\n updated_at: {\n type: 'string',\n description: 'When the Operation was updated.',\n format: 'date-time'\n }\n },\n required: [ 'id',\n 'created_at',\n 'kind',\n 'resource_id',\n 'status',\n 'type',\n 'updated_at'\n ]\n },\n operation_kind: {\n type: 'string',\n description: 'Kind of Operation.',\n enum: [ 'vm',\n 'volume',\n 'vpc',\n 'firewall_rule'\n ]\n },\n operation_status: {\n type: 'string',\n description: 'Status of the Operation.',\n enum: [ 'pending',\n 'running',\n 'done',\n 'failed',\n 'unknown'\n ]\n },\n operation_type: {\n type: 'string',\n description: 'Type of Operation.',\n enum: [ 'create',\n 'update',\n 'delete',\n 'restart'\n ]\n }\n }\n}\n```",
|
|
16
|
-
inputSchema: {
|
|
17
|
-
type: 'object',
|
|
18
|
-
properties: {
|
|
19
|
-
boot_volume: {
|
|
20
|
-
type: 'object',
|
|
21
|
-
description: 'Boot volume for the VM.',
|
|
22
|
-
properties: {
|
|
23
|
-
size: {
|
|
24
|
-
type: 'integer',
|
|
25
|
-
description: 'Size of the Volume in GB.',
|
|
26
|
-
},
|
|
27
|
-
type: {
|
|
28
|
-
$ref: '#/$defs/volume_type',
|
|
29
|
-
},
|
|
30
|
-
tags: {
|
|
31
|
-
type: 'array',
|
|
32
|
-
description: 'Tags to attach to the Volume.',
|
|
33
|
-
items: {
|
|
34
|
-
type: 'string',
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
|
-
required: ['size', 'type'],
|
|
39
|
-
},
|
|
40
|
-
cpu_config: {
|
|
41
|
-
$ref: '#/$defs/cpu_config_request',
|
|
42
|
-
},
|
|
43
|
-
memory_config: {
|
|
44
|
-
$ref: '#/$defs/memory_config_request',
|
|
45
|
-
},
|
|
46
|
-
name: {
|
|
47
|
-
type: 'string',
|
|
48
|
-
description: 'Name of the VM.',
|
|
49
|
-
},
|
|
50
|
-
os_image_name: {
|
|
51
|
-
type: 'string',
|
|
52
|
-
description: 'Name of the OS Image to use for the VM.',
|
|
53
|
-
},
|
|
54
|
-
public_ip_enabled: {
|
|
55
|
-
type: 'boolean',
|
|
56
|
-
description: 'Whether to enable public IP for the VM.',
|
|
57
|
-
},
|
|
58
|
-
region: {
|
|
59
|
-
$ref: '#/$defs/region_name',
|
|
60
|
-
},
|
|
61
|
-
ssh_key: {
|
|
62
|
-
$ref: '#/$defs/ssh_key_request',
|
|
63
|
-
},
|
|
64
|
-
subnet_id: {
|
|
65
|
-
type: 'string',
|
|
66
|
-
description: 'ID of the subnet to use for the VM.',
|
|
67
|
-
},
|
|
68
|
-
data_volumes: {
|
|
69
|
-
type: 'array',
|
|
70
|
-
description: 'Data volumes for the VM.',
|
|
71
|
-
items: {
|
|
72
|
-
type: 'object',
|
|
73
|
-
description: 'VM data volume create request.',
|
|
74
|
-
properties: {
|
|
75
|
-
name: {
|
|
76
|
-
type: 'string',
|
|
77
|
-
description: 'Name of the Volume.',
|
|
78
|
-
},
|
|
79
|
-
size: {
|
|
80
|
-
type: 'integer',
|
|
81
|
-
description: 'Size of the Volume in GB.',
|
|
82
|
-
},
|
|
83
|
-
type: {
|
|
84
|
-
$ref: '#/$defs/volume_type',
|
|
85
|
-
},
|
|
86
|
-
tags: {
|
|
87
|
-
type: 'array',
|
|
88
|
-
description: 'Tags to attach to the Volume.',
|
|
89
|
-
items: {
|
|
90
|
-
type: 'string',
|
|
91
|
-
},
|
|
92
|
-
},
|
|
93
|
-
},
|
|
94
|
-
required: ['name', 'size', 'type'],
|
|
95
|
-
},
|
|
96
|
-
},
|
|
97
|
-
tags: {
|
|
98
|
-
type: 'array',
|
|
99
|
-
description: 'Tags to attach to the VM.',
|
|
100
|
-
items: {
|
|
101
|
-
type: 'string',
|
|
102
|
-
},
|
|
103
|
-
},
|
|
104
|
-
jq_filter: {
|
|
105
|
-
type: 'string',
|
|
106
|
-
title: 'jq Filter',
|
|
107
|
-
description: '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/).',
|
|
108
|
-
},
|
|
109
|
-
},
|
|
110
|
-
required: [
|
|
111
|
-
'boot_volume',
|
|
112
|
-
'cpu_config',
|
|
113
|
-
'memory_config',
|
|
114
|
-
'name',
|
|
115
|
-
'os_image_name',
|
|
116
|
-
'public_ip_enabled',
|
|
117
|
-
'region',
|
|
118
|
-
'ssh_key',
|
|
119
|
-
'subnet_id',
|
|
120
|
-
],
|
|
121
|
-
$defs: {
|
|
122
|
-
volume_type: {
|
|
123
|
-
type: 'string',
|
|
124
|
-
description: 'Type of the Volume.',
|
|
125
|
-
enum: ['nvme', 'abs'],
|
|
126
|
-
},
|
|
127
|
-
cpu_config_request: {
|
|
128
|
-
type: 'object',
|
|
129
|
-
description: 'CPU configuration for the VM.',
|
|
130
|
-
properties: {
|
|
131
|
-
vcpu: {
|
|
132
|
-
type: 'integer',
|
|
133
|
-
description: 'Number of virtual CPUs.',
|
|
134
|
-
},
|
|
135
|
-
},
|
|
136
|
-
required: ['vcpu'],
|
|
137
|
-
},
|
|
138
|
-
memory_config_request: {
|
|
139
|
-
type: 'object',
|
|
140
|
-
description: 'Memory configuration for the VM.',
|
|
141
|
-
properties: {
|
|
142
|
-
size: {
|
|
143
|
-
type: 'integer',
|
|
144
|
-
description: 'Size of the memory in GB.',
|
|
145
|
-
},
|
|
146
|
-
},
|
|
147
|
-
required: ['size'],
|
|
148
|
-
},
|
|
149
|
-
region_name: {
|
|
150
|
-
type: 'string',
|
|
151
|
-
description: 'Region the resource is in.',
|
|
152
|
-
enum: [
|
|
153
|
-
'us-sea-1',
|
|
154
|
-
'us-sva-1',
|
|
155
|
-
'us-sva-2',
|
|
156
|
-
'us-chi-1',
|
|
157
|
-
'us-wdc-1',
|
|
158
|
-
'eu-frk-1',
|
|
159
|
-
'ap-sin-1',
|
|
160
|
-
'ap-seo-1',
|
|
161
|
-
'ap-tyo-1',
|
|
162
|
-
],
|
|
163
|
-
},
|
|
164
|
-
ssh_key_request: {
|
|
165
|
-
type: 'object',
|
|
166
|
-
description: 'Public SSH key configuration for the VM.',
|
|
167
|
-
properties: {
|
|
168
|
-
public_key: {
|
|
169
|
-
type: 'string',
|
|
170
|
-
description: 'Public key to and and use to access the VM.',
|
|
171
|
-
},
|
|
172
|
-
},
|
|
173
|
-
required: ['public_key'],
|
|
174
|
-
},
|
|
175
|
-
},
|
|
176
|
-
},
|
|
177
|
-
annotations: {},
|
|
178
|
-
};
|
|
179
|
-
export const handler = async (client, args) => {
|
|
180
|
-
const { jq_filter, ...body } = args;
|
|
181
|
-
try {
|
|
182
|
-
return asTextContentResult(await maybeFilter(jq_filter, await client.compute.vms.create(body)));
|
|
183
|
-
}
|
|
184
|
-
catch (error) {
|
|
185
|
-
if (error instanceof NirvanaLabs.APIError || isJqError(error)) {
|
|
186
|
-
return asErrorResult(error.message);
|
|
187
|
-
}
|
|
188
|
-
throw error;
|
|
189
|
-
}
|
|
190
|
-
};
|
|
191
|
-
export default { metadata, tool, handler };
|
|
192
|
-
//# sourceMappingURL=create-compute-vms.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-compute-vms.mjs","sourceRoot":"","sources":["../../../src/tools/compute/vms/create-compute-vms.ts"],"names":[],"mappings":"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"}
|