@keystrokehq/fly 0.1.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 +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-wire-guard-peer.cjs +28 -0
- package/dist/actions/add-wire-guard-peer.cjs.map +1 -0
- package/dist/actions/add-wire-guard-peer.d.cts +9 -0
- package/dist/actions/add-wire-guard-peer.d.cts.map +1 -0
- package/dist/actions/add-wire-guard-peer.d.mts +9 -0
- package/dist/actions/add-wire-guard-peer.d.mts.map +1 -0
- package/dist/actions/add-wire-guard-peer.mjs +25 -0
- package/dist/actions/add-wire-guard-peer.mjs.map +1 -0
- package/dist/actions/check-app-name-availability.cjs +20 -0
- package/dist/actions/check-app-name-availability.cjs.map +1 -0
- package/dist/actions/check-app-name-availability.d.cts +9 -0
- package/dist/actions/check-app-name-availability.d.cts.map +1 -0
- package/dist/actions/check-app-name-availability.d.mts +9 -0
- package/dist/actions/check-app-name-availability.d.mts.map +1 -0
- package/dist/actions/check-app-name-availability.mjs +19 -0
- package/dist/actions/check-app-name-availability.mjs.map +1 -0
- package/dist/actions/check-jobs.cjs +22 -0
- package/dist/actions/check-jobs.cjs.map +1 -0
- package/dist/actions/check-jobs.d.cts +9 -0
- package/dist/actions/check-jobs.d.cts.map +1 -0
- package/dist/actions/check-jobs.d.mts +9 -0
- package/dist/actions/check-jobs.d.mts.map +1 -0
- package/dist/actions/check-jobs.mjs +19 -0
- package/dist/actions/check-jobs.mjs.map +1 -0
- package/dist/actions/check-user-only-token.cjs +17 -0
- package/dist/actions/check-user-only-token.cjs.map +1 -0
- package/dist/actions/check-user-only-token.d.cts +9 -0
- package/dist/actions/check-user-only-token.d.cts.map +1 -0
- package/dist/actions/check-user-only-token.d.mts +9 -0
- package/dist/actions/check-user-only-token.d.mts.map +1 -0
- package/dist/actions/check-user-only-token.mjs +16 -0
- package/dist/actions/check-user-only-token.mjs.map +1 -0
- package/dist/actions/create-check-job-run.cjs +28 -0
- package/dist/actions/create-check-job-run.cjs.map +1 -0
- package/dist/actions/create-check-job-run.d.cts +9 -0
- package/dist/actions/create-check-job-run.d.cts.map +1 -0
- package/dist/actions/create-check-job-run.d.mts +9 -0
- package/dist/actions/create-check-job-run.d.mts.map +1 -0
- package/dist/actions/create-check-job-run.mjs +27 -0
- package/dist/actions/create-check-job-run.mjs.map +1 -0
- package/dist/actions/create-check-job.cjs +32 -0
- package/dist/actions/create-check-job.cjs.map +1 -0
- package/dist/actions/create-check-job.d.cts +9 -0
- package/dist/actions/create-check-job.d.cts.map +1 -0
- package/dist/actions/create-check-job.d.mts +9 -0
- package/dist/actions/create-check-job.d.mts.map +1 -0
- package/dist/actions/create-check-job.mjs +31 -0
- package/dist/actions/create-check-job.mjs.map +1 -0
- package/dist/actions/create-delegated-wire-guard-token.cjs +23 -0
- package/dist/actions/create-delegated-wire-guard-token.cjs.map +1 -0
- package/dist/actions/create-delegated-wire-guard-token.d.cts +9 -0
- package/dist/actions/create-delegated-wire-guard-token.d.cts.map +1 -0
- package/dist/actions/create-delegated-wire-guard-token.d.mts +9 -0
- package/dist/actions/create-delegated-wire-guard-token.d.mts.map +1 -0
- package/dist/actions/create-delegated-wire-guard-token.mjs +20 -0
- package/dist/actions/create-delegated-wire-guard-token.mjs.map +1 -0
- package/dist/actions/create-third-party-configuration.cjs +67 -0
- package/dist/actions/create-third-party-configuration.cjs.map +1 -0
- package/dist/actions/create-third-party-configuration.d.cts +9 -0
- package/dist/actions/create-third-party-configuration.d.cts.map +1 -0
- package/dist/actions/create-third-party-configuration.d.mts +9 -0
- package/dist/actions/create-third-party-configuration.d.mts.map +1 -0
- package/dist/actions/create-third-party-configuration.mjs +66 -0
- package/dist/actions/create-third-party-configuration.mjs.map +1 -0
- package/dist/actions/delete-delegated-wire-guard-token.cjs +24 -0
- package/dist/actions/delete-delegated-wire-guard-token.cjs.map +1 -0
- package/dist/actions/delete-delegated-wire-guard-token.d.cts +9 -0
- package/dist/actions/delete-delegated-wire-guard-token.d.cts.map +1 -0
- package/dist/actions/delete-delegated-wire-guard-token.d.mts +9 -0
- package/dist/actions/delete-delegated-wire-guard-token.d.mts.map +1 -0
- package/dist/actions/delete-delegated-wire-guard-token.mjs +21 -0
- package/dist/actions/delete-delegated-wire-guard-token.mjs.map +1 -0
- package/dist/actions/delete-organization.cjs +31 -0
- package/dist/actions/delete-organization.cjs.map +1 -0
- package/dist/actions/delete-organization.d.cts +9 -0
- package/dist/actions/delete-organization.d.cts.map +1 -0
- package/dist/actions/delete-organization.d.mts +9 -0
- package/dist/actions/delete-organization.d.mts.map +1 -0
- package/dist/actions/delete-organization.mjs +30 -0
- package/dist/actions/delete-organization.mjs.map +1 -0
- package/dist/actions/delete-remote-builder.cjs +24 -0
- package/dist/actions/delete-remote-builder.cjs.map +1 -0
- package/dist/actions/delete-remote-builder.d.cts +9 -0
- package/dist/actions/delete-remote-builder.d.cts.map +1 -0
- package/dist/actions/delete-remote-builder.d.mts +9 -0
- package/dist/actions/delete-remote-builder.d.mts.map +1 -0
- package/dist/actions/delete-remote-builder.mjs +23 -0
- package/dist/actions/delete-remote-builder.mjs.map +1 -0
- package/dist/actions/delete-third-party-configuration.cjs +22 -0
- package/dist/actions/delete-third-party-configuration.cjs.map +1 -0
- package/dist/actions/delete-third-party-configuration.d.cts +9 -0
- package/dist/actions/delete-third-party-configuration.d.cts.map +1 -0
- package/dist/actions/delete-third-party-configuration.d.mts +9 -0
- package/dist/actions/delete-third-party-configuration.d.mts.map +1 -0
- package/dist/actions/delete-third-party-configuration.mjs +19 -0
- package/dist/actions/delete-third-party-configuration.mjs.map +1 -0
- package/dist/actions/detach-postgres-cluster.cjs +33 -0
- package/dist/actions/detach-postgres-cluster.cjs.map +1 -0
- package/dist/actions/detach-postgres-cluster.d.cts +9 -0
- package/dist/actions/detach-postgres-cluster.d.cts.map +1 -0
- package/dist/actions/detach-postgres-cluster.d.mts +9 -0
- package/dist/actions/detach-postgres-cluster.d.mts.map +1 -0
- package/dist/actions/detach-postgres-cluster.mjs +32 -0
- package/dist/actions/detach-postgres-cluster.mjs.map +1 -0
- package/dist/actions/establish-ssh-key.cjs +23 -0
- package/dist/actions/establish-ssh-key.cjs.map +1 -0
- package/dist/actions/establish-ssh-key.d.cts +9 -0
- package/dist/actions/establish-ssh-key.d.cts.map +1 -0
- package/dist/actions/establish-ssh-key.d.mts +9 -0
- package/dist/actions/establish-ssh-key.d.mts.map +1 -0
- package/dist/actions/establish-ssh-key.mjs +20 -0
- package/dist/actions/establish-ssh-key.mjs.map +1 -0
- package/dist/actions/fetch-nodes-by-ids.cjs +22 -0
- package/dist/actions/fetch-nodes-by-ids.cjs.map +1 -0
- package/dist/actions/fetch-nodes-by-ids.d.cts +9 -0
- package/dist/actions/fetch-nodes-by-ids.d.cts.map +1 -0
- package/dist/actions/fetch-nodes-by-ids.d.mts +9 -0
- package/dist/actions/fetch-nodes-by-ids.d.mts.map +1 -0
- package/dist/actions/fetch-nodes-by-ids.mjs +19 -0
- package/dist/actions/fetch-nodes-by-ids.mjs.map +1 -0
- package/dist/actions/get-add-on-provider.cjs +33 -0
- package/dist/actions/get-add-on-provider.cjs.map +1 -0
- package/dist/actions/get-add-on-provider.d.cts +9 -0
- package/dist/actions/get-add-on-provider.d.cts.map +1 -0
- package/dist/actions/get-add-on-provider.d.mts +9 -0
- package/dist/actions/get-add-on-provider.d.mts.map +1 -0
- package/dist/actions/get-add-on-provider.mjs +30 -0
- package/dist/actions/get-add-on-provider.mjs.map +1 -0
- package/dist/actions/get-add-on.cjs +41 -0
- package/dist/actions/get-add-on.cjs.map +1 -0
- package/dist/actions/get-add-on.d.cts +9 -0
- package/dist/actions/get-add-on.d.cts.map +1 -0
- package/dist/actions/get-add-on.d.mts +9 -0
- package/dist/actions/get-add-on.d.mts.map +1 -0
- package/dist/actions/get-add-on.mjs +40 -0
- package/dist/actions/get-add-on.mjs.map +1 -0
- package/dist/actions/get-app-details.cjs +28 -0
- package/dist/actions/get-app-details.cjs.map +1 -0
- package/dist/actions/get-app-details.d.cts +9 -0
- package/dist/actions/get-app-details.d.cts.map +1 -0
- package/dist/actions/get-app-details.d.mts +9 -0
- package/dist/actions/get-app-details.d.mts.map +1 -0
- package/dist/actions/get-app-details.mjs +27 -0
- package/dist/actions/get-app-details.mjs.map +1 -0
- package/dist/actions/get-certificate.cjs +44 -0
- package/dist/actions/get-certificate.cjs.map +1 -0
- package/dist/actions/get-certificate.d.cts +9 -0
- package/dist/actions/get-certificate.d.cts.map +1 -0
- package/dist/actions/get-certificate.d.mts +9 -0
- package/dist/actions/get-certificate.d.mts.map +1 -0
- package/dist/actions/get-certificate.mjs +43 -0
- package/dist/actions/get-certificate.mjs.map +1 -0
- package/dist/actions/get-current-token-info.cjs +25 -0
- package/dist/actions/get-current-token-info.cjs.map +1 -0
- package/dist/actions/get-current-token-info.d.cts +9 -0
- package/dist/actions/get-current-token-info.d.cts.map +1 -0
- package/dist/actions/get-current-token-info.d.mts +9 -0
- package/dist/actions/get-current-token-info.d.mts.map +1 -0
- package/dist/actions/get-current-token-info.mjs +24 -0
- package/dist/actions/get-current-token-info.mjs.map +1 -0
- package/dist/actions/get-latest-image-details.cjs +25 -0
- package/dist/actions/get-latest-image-details.cjs.map +1 -0
- package/dist/actions/get-latest-image-details.d.cts +9 -0
- package/dist/actions/get-latest-image-details.d.cts.map +1 -0
- package/dist/actions/get-latest-image-details.d.mts +9 -0
- package/dist/actions/get-latest-image-details.d.mts.map +1 -0
- package/dist/actions/get-latest-image-details.mjs +22 -0
- package/dist/actions/get-latest-image-details.mjs.map +1 -0
- package/dist/actions/get-latest-image-tag.cjs +16 -0
- package/dist/actions/get-latest-image-tag.cjs.map +1 -0
- package/dist/actions/get-latest-image-tag.d.cts +9 -0
- package/dist/actions/get-latest-image-tag.d.cts.map +1 -0
- package/dist/actions/get-latest-image-tag.d.mts +9 -0
- package/dist/actions/get-latest-image-tag.d.mts.map +1 -0
- package/dist/actions/get-latest-image-tag.mjs +13 -0
- package/dist/actions/get-latest-image-tag.mjs.map +1 -0
- package/dist/actions/get-machine.cjs +40 -0
- package/dist/actions/get-machine.cjs.map +1 -0
- package/dist/actions/get-machine.d.cts +9 -0
- package/dist/actions/get-machine.d.cts.map +1 -0
- package/dist/actions/get-machine.d.mts +9 -0
- package/dist/actions/get-machine.d.mts.map +1 -0
- package/dist/actions/get-machine.mjs +39 -0
- package/dist/actions/get-machine.mjs.map +1 -0
- package/dist/actions/get-nearest-region.cjs +19 -0
- package/dist/actions/get-nearest-region.cjs.map +1 -0
- package/dist/actions/get-nearest-region.d.cts +9 -0
- package/dist/actions/get-nearest-region.d.cts.map +1 -0
- package/dist/actions/get-nearest-region.d.mts +9 -0
- package/dist/actions/get-nearest-region.d.mts.map +1 -0
- package/dist/actions/get-nearest-region.mjs +16 -0
- package/dist/actions/get-nearest-region.mjs.map +1 -0
- package/dist/actions/get-node.cjs +33 -0
- package/dist/actions/get-node.cjs.map +1 -0
- package/dist/actions/get-node.d.cts +9 -0
- package/dist/actions/get-node.d.cts.map +1 -0
- package/dist/actions/get-node.d.mts +9 -0
- package/dist/actions/get-node.d.mts.map +1 -0
- package/dist/actions/get-node.mjs +32 -0
- package/dist/actions/get-node.mjs.map +1 -0
- package/dist/actions/get-organization.cjs +28 -0
- package/dist/actions/get-organization.cjs.map +1 -0
- package/dist/actions/get-organization.d.cts +9 -0
- package/dist/actions/get-organization.d.cts.map +1 -0
- package/dist/actions/get-organization.d.mts +9 -0
- package/dist/actions/get-organization.d.mts.map +1 -0
- package/dist/actions/get-organization.mjs +27 -0
- package/dist/actions/get-organization.mjs.map +1 -0
- package/dist/actions/get-personal-organization.cjs +26 -0
- package/dist/actions/get-personal-organization.cjs.map +1 -0
- package/dist/actions/get-personal-organization.d.cts +9 -0
- package/dist/actions/get-personal-organization.d.cts.map +1 -0
- package/dist/actions/get-personal-organization.d.mts +9 -0
- package/dist/actions/get-personal-organization.d.mts.map +1 -0
- package/dist/actions/get-personal-organization.mjs +25 -0
- package/dist/actions/get-personal-organization.mjs.map +1 -0
- package/dist/actions/get-placements.cjs +38 -0
- package/dist/actions/get-placements.cjs.map +1 -0
- package/dist/actions/get-placements.d.cts +9 -0
- package/dist/actions/get-placements.d.cts.map +1 -0
- package/dist/actions/get-placements.d.mts +9 -0
- package/dist/actions/get-placements.d.mts.map +1 -0
- package/dist/actions/get-placements.mjs +37 -0
- package/dist/actions/get-placements.mjs.map +1 -0
- package/dist/actions/get-platform-info.cjs +34 -0
- package/dist/actions/get-platform-info.cjs.map +1 -0
- package/dist/actions/get-platform-info.d.cts +9 -0
- package/dist/actions/get-platform-info.d.cts.map +1 -0
- package/dist/actions/get-platform-info.d.mts +9 -0
- package/dist/actions/get-platform-info.d.mts.map +1 -0
- package/dist/actions/get-platform-info.mjs +33 -0
- package/dist/actions/get-platform-info.mjs.map +1 -0
- package/dist/actions/get-products.cjs +26 -0
- package/dist/actions/get-products.cjs.map +1 -0
- package/dist/actions/get-products.d.cts +9 -0
- package/dist/actions/get-products.d.cts.map +1 -0
- package/dist/actions/get-products.d.mts +9 -0
- package/dist/actions/get-products.d.mts.map +1 -0
- package/dist/actions/get-products.mjs +25 -0
- package/dist/actions/get-products.mjs.map +1 -0
- package/dist/actions/get-regions.cjs +37 -0
- package/dist/actions/get-regions.cjs.map +1 -0
- package/dist/actions/get-regions.d.cts +9 -0
- package/dist/actions/get-regions.d.cts.map +1 -0
- package/dist/actions/get-regions.d.mts +9 -0
- package/dist/actions/get-regions.d.mts.map +1 -0
- package/dist/actions/get-regions.mjs +36 -0
- package/dist/actions/get-regions.mjs.map +1 -0
- package/dist/actions/get-viewer-info.cjs +23 -0
- package/dist/actions/get-viewer-info.cjs.map +1 -0
- package/dist/actions/get-viewer-info.d.cts +9 -0
- package/dist/actions/get-viewer-info.d.cts.map +1 -0
- package/dist/actions/get-viewer-info.d.mts +9 -0
- package/dist/actions/get-viewer-info.d.mts.map +1 -0
- package/dist/actions/get-viewer-info.mjs +22 -0
- package/dist/actions/get-viewer-info.mjs.map +1 -0
- package/dist/actions/index.cjs +91 -0
- package/dist/actions/index.d.cts +46 -0
- package/dist/actions/index.d.mts +46 -0
- package/dist/actions/index.mjs +46 -0
- package/dist/actions/issue-certificate.cjs +26 -0
- package/dist/actions/issue-certificate.cjs.map +1 -0
- package/dist/actions/issue-certificate.d.cts +9 -0
- package/dist/actions/issue-certificate.d.cts.map +1 -0
- package/dist/actions/issue-certificate.d.mts +9 -0
- package/dist/actions/issue-certificate.d.mts.map +1 -0
- package/dist/actions/issue-certificate.mjs +23 -0
- package/dist/actions/issue-certificate.mjs.map +1 -0
- package/dist/actions/list-add-on-plans.cjs +50 -0
- package/dist/actions/list-add-on-plans.cjs.map +1 -0
- package/dist/actions/list-add-on-plans.d.cts +9 -0
- package/dist/actions/list-add-on-plans.d.cts.map +1 -0
- package/dist/actions/list-add-on-plans.d.mts +9 -0
- package/dist/actions/list-add-on-plans.d.mts.map +1 -0
- package/dist/actions/list-add-on-plans.mjs +49 -0
- package/dist/actions/list-add-on-plans.mjs.map +1 -0
- package/dist/actions/list-add-ons.cjs +51 -0
- package/dist/actions/list-add-ons.cjs.map +1 -0
- package/dist/actions/list-add-ons.d.cts +9 -0
- package/dist/actions/list-add-ons.d.cts.map +1 -0
- package/dist/actions/list-add-ons.d.mts +9 -0
- package/dist/actions/list-add-ons.d.mts.map +1 -0
- package/dist/actions/list-add-ons.mjs +50 -0
- package/dist/actions/list-add-ons.mjs.map +1 -0
- package/dist/actions/list-apps-graphql.cjs +55 -0
- package/dist/actions/list-apps-graphql.cjs.map +1 -0
- package/dist/actions/list-apps-graphql.d.cts +9 -0
- package/dist/actions/list-apps-graphql.d.cts.map +1 -0
- package/dist/actions/list-apps-graphql.d.mts +9 -0
- package/dist/actions/list-apps-graphql.d.mts.map +1 -0
- package/dist/actions/list-apps-graphql.mjs +54 -0
- package/dist/actions/list-apps-graphql.mjs.map +1 -0
- package/dist/actions/list-apps.cjs +37 -0
- package/dist/actions/list-apps.cjs.map +1 -0
- package/dist/actions/list-apps.d.cts +9 -0
- package/dist/actions/list-apps.d.cts.map +1 -0
- package/dist/actions/list-apps.d.mts +9 -0
- package/dist/actions/list-apps.d.mts.map +1 -0
- package/dist/actions/list-apps.mjs +36 -0
- package/dist/actions/list-apps.mjs.map +1 -0
- package/dist/actions/list-check-locations.cjs +24 -0
- package/dist/actions/list-check-locations.cjs.map +1 -0
- package/dist/actions/list-check-locations.d.cts +9 -0
- package/dist/actions/list-check-locations.d.cts.map +1 -0
- package/dist/actions/list-check-locations.d.mts +9 -0
- package/dist/actions/list-check-locations.d.mts.map +1 -0
- package/dist/actions/list-check-locations.mjs +23 -0
- package/dist/actions/list-check-locations.mjs.map +1 -0
- package/dist/actions/list-machines.cjs +24 -0
- package/dist/actions/list-machines.cjs.map +1 -0
- package/dist/actions/list-machines.d.cts +9 -0
- package/dist/actions/list-machines.d.cts.map +1 -0
- package/dist/actions/list-machines.d.mts +9 -0
- package/dist/actions/list-machines.d.mts.map +1 -0
- package/dist/actions/list-machines.mjs +21 -0
- package/dist/actions/list-machines.mjs.map +1 -0
- package/dist/actions/list-org-machines.cjs +41 -0
- package/dist/actions/list-org-machines.cjs.map +1 -0
- package/dist/actions/list-org-machines.d.cts +9 -0
- package/dist/actions/list-org-machines.d.cts.map +1 -0
- package/dist/actions/list-org-machines.d.mts +9 -0
- package/dist/actions/list-org-machines.d.mts.map +1 -0
- package/dist/actions/list-org-machines.mjs +40 -0
- package/dist/actions/list-org-machines.mjs.map +1 -0
- package/dist/actions/remove-wire-guard-peer.cjs +23 -0
- package/dist/actions/remove-wire-guard-peer.cjs.map +1 -0
- package/dist/actions/remove-wire-guard-peer.d.cts +9 -0
- package/dist/actions/remove-wire-guard-peer.d.cts.map +1 -0
- package/dist/actions/remove-wire-guard-peer.d.mts +9 -0
- package/dist/actions/remove-wire-guard-peer.d.mts.map +1 -0
- package/dist/actions/remove-wire-guard-peer.mjs +22 -0
- package/dist/actions/remove-wire-guard-peer.mjs.map +1 -0
- package/dist/actions/set-apps-v2-default-on.cjs +25 -0
- package/dist/actions/set-apps-v2-default-on.cjs.map +1 -0
- package/dist/actions/set-apps-v2-default-on.d.cts +9 -0
- package/dist/actions/set-apps-v2-default-on.d.cts.map +1 -0
- package/dist/actions/set-apps-v2-default-on.d.mts +9 -0
- package/dist/actions/set-apps-v2-default-on.d.mts.map +1 -0
- package/dist/actions/set-apps-v2-default-on.mjs +24 -0
- package/dist/actions/set-apps-v2-default-on.mjs.map +1 -0
- package/dist/actions/update-third-party-configuration.cjs +67 -0
- package/dist/actions/update-third-party-configuration.cjs.map +1 -0
- package/dist/actions/update-third-party-configuration.d.cts +9 -0
- package/dist/actions/update-third-party-configuration.d.cts.map +1 -0
- package/dist/actions/update-third-party-configuration.d.mts +9 -0
- package/dist/actions/update-third-party-configuration.d.mts.map +1 -0
- package/dist/actions/update-third-party-configuration.mjs +66 -0
- package/dist/actions/update-third-party-configuration.mjs.map +1 -0
- package/dist/actions/validate-config.cjs +22 -0
- package/dist/actions/validate-config.cjs.map +1 -0
- package/dist/actions/validate-config.d.cts +9 -0
- package/dist/actions/validate-config.d.cts.map +1 -0
- package/dist/actions/validate-config.d.mts +9 -0
- package/dist/actions/validate-config.d.mts.map +1 -0
- package/dist/actions/validate-config.mjs +21 -0
- package/dist/actions/validate-config.mjs.map +1 -0
- package/dist/actions/validate-wire-guard-peers.cjs +16 -0
- package/dist/actions/validate-wire-guard-peers.cjs.map +1 -0
- package/dist/actions/validate-wire-guard-peers.d.cts +9 -0
- package/dist/actions/validate-wire-guard-peers.d.cts.map +1 -0
- package/dist/actions/validate-wire-guard-peers.d.mts +9 -0
- package/dist/actions/validate-wire-guard-peers.d.mts.map +1 -0
- package/dist/actions/validate-wire-guard-peers.mjs +13 -0
- package/dist/actions/validate-wire-guard-peers.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +96 -0
- package/dist/index.d.cts +48 -0
- package/dist/index.d.mts +48 -0
- package/dist/index.mjs +49 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-remote-builder.cjs","names":["z","action"],"sources":["../../src/actions/delete-remote-builder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyDeleteRemoteBuilderInput: z.ZodTypeAny = z.object({\n organization_id: z.string().describe(\"The node ID of the organization whose remote builder configuration should be deleted\"),\n client_mutation_id: z.string().describe(\"A unique identifier for the client performing the mutation\").optional(),\n}).describe(\"Request model for deleting a remote builder configuration.\");\nconst FlyDeleteRemoteBuilder_OrganizationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Organization ID\").nullable().optional(),\n name: z.string().describe(\"Organization name\").nullable().optional(),\n slug: z.string().describe(\"Organization slug\").nullable().optional(),\n}).describe(\"Organization details returned from the mutation.\");\nexport const FlyDeleteRemoteBuilderOutput: z.ZodTypeAny = z.object({\n organization: FlyDeleteRemoteBuilder_OrganizationSchema.nullable().optional(),\n}).describe(\"Response model for deleting a remote builder configuration.\");\n\nexport const flyDeleteRemoteBuilder = action(\"FLY_DELETE_REMOTE_BUILDER\", {\n slug: \"fly-delete-remote-builder\",\n name: \"Delete Remote Builder\",\n description: \"Tool to delete a remote builder configuration for a Fly.io organization. Use when you need to remove the remote builder setup from an organization.\",\n input: FlyDeleteRemoteBuilderInput,\n output: FlyDeleteRemoteBuilderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;CAC3H,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrE,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,cAAc,0CAA0C,SAAS,CAAC,CAAC,SAAS,EAC9E,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-remote-builder.d.ts
|
|
4
|
+
declare const FlyDeleteRemoteBuilderInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyDeleteRemoteBuilderOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyDeleteRemoteBuilder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyDeleteRemoteBuilder };
|
|
9
|
+
//# sourceMappingURL=delete-remote-builder.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-remote-builder.d.cts","names":[],"sources":["../../src/actions/delete-remote-builder.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAG6B;AAAA,cAM5D,4BAAA,EAA8B,CAAA,CAAE,UAE6B;AAAA,cAE7D,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-remote-builder.d.ts
|
|
4
|
+
declare const FlyDeleteRemoteBuilderInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyDeleteRemoteBuilderOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyDeleteRemoteBuilder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyDeleteRemoteBuilder };
|
|
9
|
+
//# sourceMappingURL=delete-remote-builder.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-remote-builder.d.mts","names":[],"sources":["../../src/actions/delete-remote-builder.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAG6B;AAAA,cAM5D,4BAAA,EAA8B,CAAA,CAAE,UAE6B;AAAA,cAE7D,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/delete-remote-builder.ts
|
|
4
|
+
const FlyDeleteRemoteBuilderInput = z.object({
|
|
5
|
+
organization_id: z.string().describe("The node ID of the organization whose remote builder configuration should be deleted"),
|
|
6
|
+
client_mutation_id: z.string().describe("A unique identifier for the client performing the mutation").optional()
|
|
7
|
+
}).describe("Request model for deleting a remote builder configuration.");
|
|
8
|
+
const FlyDeleteRemoteBuilder_OrganizationSchema = z.object({
|
|
9
|
+
id: z.string().describe("Organization ID").nullable().optional(),
|
|
10
|
+
name: z.string().describe("Organization name").nullable().optional(),
|
|
11
|
+
slug: z.string().describe("Organization slug").nullable().optional()
|
|
12
|
+
}).describe("Organization details returned from the mutation.");
|
|
13
|
+
const flyDeleteRemoteBuilder = action("FLY_DELETE_REMOTE_BUILDER", {
|
|
14
|
+
slug: "fly-delete-remote-builder",
|
|
15
|
+
name: "Delete Remote Builder",
|
|
16
|
+
description: "Tool to delete a remote builder configuration for a Fly.io organization. Use when you need to remove the remote builder setup from an organization.",
|
|
17
|
+
input: FlyDeleteRemoteBuilderInput,
|
|
18
|
+
output: z.object({ organization: FlyDeleteRemoteBuilder_OrganizationSchema.nullable().optional() }).describe("Response model for deleting a remote builder configuration.")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { flyDeleteRemoteBuilder };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=delete-remote-builder.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-remote-builder.mjs","names":[],"sources":["../../src/actions/delete-remote-builder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyDeleteRemoteBuilderInput: z.ZodTypeAny = z.object({\n organization_id: z.string().describe(\"The node ID of the organization whose remote builder configuration should be deleted\"),\n client_mutation_id: z.string().describe(\"A unique identifier for the client performing the mutation\").optional(),\n}).describe(\"Request model for deleting a remote builder configuration.\");\nconst FlyDeleteRemoteBuilder_OrganizationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Organization ID\").nullable().optional(),\n name: z.string().describe(\"Organization name\").nullable().optional(),\n slug: z.string().describe(\"Organization slug\").nullable().optional(),\n}).describe(\"Organization details returned from the mutation.\");\nexport const FlyDeleteRemoteBuilderOutput: z.ZodTypeAny = z.object({\n organization: FlyDeleteRemoteBuilder_OrganizationSchema.nullable().optional(),\n}).describe(\"Response model for deleting a remote builder configuration.\");\n\nexport const flyDeleteRemoteBuilder = action(\"FLY_DELETE_REMOTE_BUILDER\", {\n slug: \"fly-delete-remote-builder\",\n name: \"Delete Remote Builder\",\n description: \"Tool to delete a remote builder configuration for a Fly.io organization. Use when you need to remove the remote builder setup from an organization.\",\n input: FlyDeleteRemoteBuilderInput,\n output: FlyDeleteRemoteBuilderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;CAC3H,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrE,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAK9D,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,cAAc,0CAA0C,SAAS,CAAC,CAAC,SAAS,EAC9E,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-third-party-configuration.ts
|
|
4
|
+
const FlyDeleteThirdPartyConfigurationInput = zod.z.object({
|
|
5
|
+
client_mutation_id: zod.z.string().describe("A unique identifier for the client performing the mutation. Optional field for tracking purposes.").optional(),
|
|
6
|
+
third_party_configuration_id: zod.z.string().describe("The node ID of the third-party configuration to delete. This is the unique identifier for the third-party service configuration.")
|
|
7
|
+
}).describe("Request model for deleting a third-party service configuration.");
|
|
8
|
+
const FlyDeleteThirdPartyConfigurationOutput = zod.z.object({
|
|
9
|
+
ok: zod.z.boolean().describe("Whether the deletion was successful").nullable().optional(),
|
|
10
|
+
client_mutation_id: zod.z.string().describe("The client mutation ID if provided in the request").nullable().optional()
|
|
11
|
+
}).describe("Response model for deleting a third-party configuration.");
|
|
12
|
+
const flyDeleteThirdPartyConfiguration = require_action.action("FLY_DELETE_THIRD_PARTY_CONFIGURATION", {
|
|
13
|
+
slug: "fly-delete-third-party-configuration",
|
|
14
|
+
name: "Delete Third Party Configuration",
|
|
15
|
+
description: "Tool to delete a third-party service configuration from Fly.io. Use when you need to remove an existing third-party service integration or configuration that was previously created.",
|
|
16
|
+
input: FlyDeleteThirdPartyConfigurationInput,
|
|
17
|
+
output: FlyDeleteThirdPartyConfigurationOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.flyDeleteThirdPartyConfiguration = flyDeleteThirdPartyConfiguration;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=delete-third-party-configuration.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-third-party-configuration.cjs","names":["z","action"],"sources":["../../src/actions/delete-third-party-configuration.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyDeleteThirdPartyConfigurationInput: z.ZodTypeAny = z.object({\n client_mutation_id: z.string().describe(\"A unique identifier for the client performing the mutation. Optional field for tracking purposes.\").optional(),\n third_party_configuration_id: z.string().describe(\"The node ID of the third-party configuration to delete. This is the unique identifier for the third-party service configuration.\"),\n}).describe(\"Request model for deleting a third-party service configuration.\");\nexport const FlyDeleteThirdPartyConfigurationOutput: z.ZodTypeAny = z.object({\n ok: z.boolean().describe(\"Whether the deletion was successful\").nullable().optional(),\n client_mutation_id: z.string().describe(\"The client mutation ID if provided in the request\").nullable().optional(),\n}).describe(\"Response model for deleting a third-party configuration.\");\n\nexport const flyDeleteThirdPartyConfiguration = action(\"FLY_DELETE_THIRD_PARTY_CONFIGURATION\", {\n slug: \"fly-delete-third-party-configuration\",\n name: \"Delete Third Party Configuration\",\n description: \"Tool to delete a third-party service configuration from Fly.io. Use when you need to remove an existing third-party service integration or configuration that was previously created.\",\n input: FlyDeleteThirdPartyConfigurationInput,\n output: FlyDeleteThirdPartyConfigurationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;CACtJ,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kIAAkI;AACtL,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-third-party-configuration.d.ts
|
|
4
|
+
declare const FlyDeleteThirdPartyConfigurationInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyDeleteThirdPartyConfigurationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyDeleteThirdPartyConfiguration: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyDeleteThirdPartyConfiguration };
|
|
9
|
+
//# sourceMappingURL=delete-third-party-configuration.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-third-party-configuration.d.cts","names":[],"sources":["../../src/actions/delete-third-party-configuration.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAGwB;AAAA,cACjE,sCAAA,EAAwC,CAAA,CAAE,UAGgB;AAAA,cAE1D,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-third-party-configuration.d.ts
|
|
4
|
+
declare const FlyDeleteThirdPartyConfigurationInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyDeleteThirdPartyConfigurationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyDeleteThirdPartyConfiguration: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyDeleteThirdPartyConfiguration };
|
|
9
|
+
//# sourceMappingURL=delete-third-party-configuration.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-third-party-configuration.d.mts","names":[],"sources":["../../src/actions/delete-third-party-configuration.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAGwB;AAAA,cACjE,sCAAA,EAAwC,CAAA,CAAE,UAGgB;AAAA,cAE1D,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const flyDeleteThirdPartyConfiguration = action("FLY_DELETE_THIRD_PARTY_CONFIGURATION", {
|
|
4
|
+
slug: "fly-delete-third-party-configuration",
|
|
5
|
+
name: "Delete Third Party Configuration",
|
|
6
|
+
description: "Tool to delete a third-party service configuration from Fly.io. Use when you need to remove an existing third-party service integration or configuration that was previously created.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
client_mutation_id: z.string().describe("A unique identifier for the client performing the mutation. Optional field for tracking purposes.").optional(),
|
|
9
|
+
third_party_configuration_id: z.string().describe("The node ID of the third-party configuration to delete. This is the unique identifier for the third-party service configuration.")
|
|
10
|
+
}).describe("Request model for deleting a third-party service configuration."),
|
|
11
|
+
output: z.object({
|
|
12
|
+
ok: z.boolean().describe("Whether the deletion was successful").nullable().optional(),
|
|
13
|
+
client_mutation_id: z.string().describe("The client mutation ID if provided in the request").nullable().optional()
|
|
14
|
+
}).describe("Response model for deleting a third-party configuration.")
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { flyDeleteThirdPartyConfiguration };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=delete-third-party-configuration.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-third-party-configuration.mjs","names":[],"sources":["../../src/actions/delete-third-party-configuration.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyDeleteThirdPartyConfigurationInput: z.ZodTypeAny = z.object({\n client_mutation_id: z.string().describe(\"A unique identifier for the client performing the mutation. Optional field for tracking purposes.\").optional(),\n third_party_configuration_id: z.string().describe(\"The node ID of the third-party configuration to delete. This is the unique identifier for the third-party service configuration.\"),\n}).describe(\"Request model for deleting a third-party service configuration.\");\nexport const FlyDeleteThirdPartyConfigurationOutput: z.ZodTypeAny = z.object({\n ok: z.boolean().describe(\"Whether the deletion was successful\").nullable().optional(),\n client_mutation_id: z.string().describe(\"The client mutation ID if provided in the request\").nullable().optional(),\n}).describe(\"Response model for deleting a third-party configuration.\");\n\nexport const flyDeleteThirdPartyConfiguration = action(\"FLY_DELETE_THIRD_PARTY_CONFIGURATION\", {\n slug: \"fly-delete-third-party-configuration\",\n name: \"Delete Third Party Configuration\",\n description: \"Tool to delete a third-party service configuration from Fly.io. Use when you need to remove an existing third-party service integration or configuration that was previously created.\",\n input: FlyDeleteThirdPartyConfigurationInput,\n output: FlyDeleteThirdPartyConfigurationOutput,\n});\n"],"mappings":";;AAaA,MAAa,mCAAmC,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbiE,EAAE,OAAO;EAC1E,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;EACtJ,8BAA8B,EAAE,OAAO,CAAC,CAAC,SAAS,kIAAkI;CACtL,CAAC,CAAC,CAAC,SAAS,iEAUH;CACP,QAVkE,EAAE,OAAO;EAC3E,IAAI,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/detach-postgres-cluster.ts
|
|
4
|
+
const FlyDetachPostgresClusterInput = zod.z.object({
|
|
5
|
+
app_id: zod.z.string().describe("The application ID to detach the Postgres cluster from. This is the target application that currently has Postgres attached."),
|
|
6
|
+
client_mutation_id: zod.z.string().describe("A unique identifier for the client performing the mutation. Used for tracking and idempotency.").optional(),
|
|
7
|
+
postgres_cluster_app_id: zod.z.string().describe("The Postgres cluster application ID to detach. This is the ID of the Postgres database application."),
|
|
8
|
+
postgres_cluster_attachment_id: zod.z.string().describe("The Postgres attachment ID. Optional identifier for the specific attachment to remove.").optional()
|
|
9
|
+
}).describe("Request model for detaching a Postgres cluster from a Fly.io application.");
|
|
10
|
+
const FlyDetachPostgresCluster_GraphQLErrorLocationSchema = zod.z.object({
|
|
11
|
+
line: zod.z.number().int().describe("Line number in the query where the error occurred"),
|
|
12
|
+
column: zod.z.number().int().describe("Column number in the query where the error occurred")
|
|
13
|
+
}).describe("Location in the GraphQL query where an error occurred.");
|
|
14
|
+
const FlyDetachPostgresCluster_GraphQLErrorSchema = zod.z.object({
|
|
15
|
+
path: zod.z.array(zod.z.union([zod.z.string(), zod.z.number().int()])).describe("Path to the field that caused the error").nullable().optional(),
|
|
16
|
+
message: zod.z.string().describe("Error message describing what went wrong"),
|
|
17
|
+
locations: zod.z.array(FlyDetachPostgresCluster_GraphQLErrorLocationSchema).describe("Locations in the query where the error occurred").nullable().optional()
|
|
18
|
+
}).describe("GraphQL error object.");
|
|
19
|
+
const FlyDetachPostgresClusterOutput = zod.z.object({
|
|
20
|
+
data: zod.z.object({}).describe("Contains the detachment result under the 'detachPostgresCluster' key").nullable().optional(),
|
|
21
|
+
errors: zod.z.array(FlyDetachPostgresCluster_GraphQLErrorSchema).describe("Array of errors if the mutation failed").nullable().optional()
|
|
22
|
+
}).describe("Response model for the detach Postgres cluster mutation.");
|
|
23
|
+
const flyDetachPostgresCluster = require_action.action("FLY_DETACH_POSTGRES_CLUSTER", {
|
|
24
|
+
slug: "fly-detach-postgres-cluster",
|
|
25
|
+
name: "Detach Postgres Cluster",
|
|
26
|
+
description: "Tool to detach a Postgres cluster from a Fly.io application, revoking access credentials. Use when you need to remove database connectivity from an application.",
|
|
27
|
+
input: FlyDetachPostgresClusterInput,
|
|
28
|
+
output: FlyDetachPostgresClusterOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.flyDetachPostgresCluster = flyDetachPostgresCluster;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=detach-postgres-cluster.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"detach-postgres-cluster.cjs","names":["z","action"],"sources":["../../src/actions/detach-postgres-cluster.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyDetachPostgresClusterInput: z.ZodTypeAny = z.object({\n app_id: z.string().describe(\"The application ID to detach the Postgres cluster from. This is the target application that currently has Postgres attached.\"),\n client_mutation_id: z.string().describe(\"A unique identifier for the client performing the mutation. Used for tracking and idempotency.\").optional(),\n postgres_cluster_app_id: z.string().describe(\"The Postgres cluster application ID to detach. This is the ID of the Postgres database application.\"),\n postgres_cluster_attachment_id: z.string().describe(\"The Postgres attachment ID. Optional identifier for the specific attachment to remove.\").optional(),\n}).describe(\"Request model for detaching a Postgres cluster from a Fly.io application.\");\nconst FlyDetachPostgresCluster_GraphQLErrorLocationSchema: z.ZodTypeAny = z.object({\n line: z.number().int().describe(\"Line number in the query where the error occurred\"),\n column: z.number().int().describe(\"Column number in the query where the error occurred\"),\n}).describe(\"Location in the GraphQL query where an error occurred.\");\nconst FlyDetachPostgresCluster_GraphQLErrorSchema: z.ZodTypeAny = z.object({\n path: z.array(z.union([z.string(), z.number().int()])).describe(\"Path to the field that caused the error\").nullable().optional(),\n message: z.string().describe(\"Error message describing what went wrong\"),\n locations: z.array(FlyDetachPostgresCluster_GraphQLErrorLocationSchema).describe(\"Locations in the query where the error occurred\").nullable().optional(),\n}).describe(\"GraphQL error object.\");\nexport const FlyDetachPostgresClusterOutput: z.ZodTypeAny = z.object({\n data: z.object({}).describe(\"Contains the detachment result under the 'detachPostgresCluster' key\").nullable().optional(),\n errors: z.array(FlyDetachPostgresCluster_GraphQLErrorSchema).describe(\"Array of errors if the mutation failed\").nullable().optional(),\n}).describe(\"Response model for the detach Postgres cluster mutation.\");\n\nexport const flyDetachPostgresCluster = action(\"FLY_DETACH_POSTGRES_CLUSTER\", {\n slug: \"fly-detach-postgres-cluster\",\n name: \"Detach Postgres Cluster\",\n description: \"Tool to detach a Postgres cluster from a Fly.io application, revoking access credentials. Use when you need to remove database connectivity from an application.\",\n input: FlyDetachPostgresClusterInput,\n output: FlyDetachPostgresClusterOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8HAA8H;CAC1J,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;CACnJ,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG;CAClJ,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;AACzJ,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CACnF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD;AACzF,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACvE,WAAWA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1J,CAAC,CAAC,CAAC,SAAS,uBAAuB;AACnC,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,QAAQA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtI,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/detach-postgres-cluster.d.ts
|
|
4
|
+
declare const FlyDetachPostgresClusterInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyDetachPostgresClusterOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyDetachPostgresCluster: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyDetachPostgresCluster };
|
|
9
|
+
//# sourceMappingURL=detach-postgres-cluster.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"detach-postgres-cluster.d.cts","names":[],"sources":["../../src/actions/detach-postgres-cluster.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAK0C;AAAA,cAU3E,8BAAA,EAAgC,CAAA,CAAE,UAGwB;AAAA,cAE1D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/detach-postgres-cluster.d.ts
|
|
4
|
+
declare const FlyDetachPostgresClusterInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyDetachPostgresClusterOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyDetachPostgresCluster: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyDetachPostgresCluster };
|
|
9
|
+
//# sourceMappingURL=detach-postgres-cluster.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"detach-postgres-cluster.d.mts","names":[],"sources":["../../src/actions/detach-postgres-cluster.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAK0C;AAAA,cAU3E,8BAAA,EAAgC,CAAA,CAAE,UAGwB;AAAA,cAE1D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/detach-postgres-cluster.ts
|
|
4
|
+
const FlyDetachPostgresClusterInput = z.object({
|
|
5
|
+
app_id: z.string().describe("The application ID to detach the Postgres cluster from. This is the target application that currently has Postgres attached."),
|
|
6
|
+
client_mutation_id: z.string().describe("A unique identifier for the client performing the mutation. Used for tracking and idempotency.").optional(),
|
|
7
|
+
postgres_cluster_app_id: z.string().describe("The Postgres cluster application ID to detach. This is the ID of the Postgres database application."),
|
|
8
|
+
postgres_cluster_attachment_id: z.string().describe("The Postgres attachment ID. Optional identifier for the specific attachment to remove.").optional()
|
|
9
|
+
}).describe("Request model for detaching a Postgres cluster from a Fly.io application.");
|
|
10
|
+
const FlyDetachPostgresCluster_GraphQLErrorLocationSchema = z.object({
|
|
11
|
+
line: z.number().int().describe("Line number in the query where the error occurred"),
|
|
12
|
+
column: z.number().int().describe("Column number in the query where the error occurred")
|
|
13
|
+
}).describe("Location in the GraphQL query where an error occurred.");
|
|
14
|
+
const FlyDetachPostgresCluster_GraphQLErrorSchema = z.object({
|
|
15
|
+
path: z.array(z.union([z.string(), z.number().int()])).describe("Path to the field that caused the error").nullable().optional(),
|
|
16
|
+
message: z.string().describe("Error message describing what went wrong"),
|
|
17
|
+
locations: z.array(FlyDetachPostgresCluster_GraphQLErrorLocationSchema).describe("Locations in the query where the error occurred").nullable().optional()
|
|
18
|
+
}).describe("GraphQL error object.");
|
|
19
|
+
const flyDetachPostgresCluster = action("FLY_DETACH_POSTGRES_CLUSTER", {
|
|
20
|
+
slug: "fly-detach-postgres-cluster",
|
|
21
|
+
name: "Detach Postgres Cluster",
|
|
22
|
+
description: "Tool to detach a Postgres cluster from a Fly.io application, revoking access credentials. Use when you need to remove database connectivity from an application.",
|
|
23
|
+
input: FlyDetachPostgresClusterInput,
|
|
24
|
+
output: z.object({
|
|
25
|
+
data: z.object({}).describe("Contains the detachment result under the 'detachPostgresCluster' key").nullable().optional(),
|
|
26
|
+
errors: z.array(FlyDetachPostgresCluster_GraphQLErrorSchema).describe("Array of errors if the mutation failed").nullable().optional()
|
|
27
|
+
}).describe("Response model for the detach Postgres cluster mutation.")
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { flyDetachPostgresCluster };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=detach-postgres-cluster.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"detach-postgres-cluster.mjs","names":[],"sources":["../../src/actions/detach-postgres-cluster.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyDetachPostgresClusterInput: z.ZodTypeAny = z.object({\n app_id: z.string().describe(\"The application ID to detach the Postgres cluster from. This is the target application that currently has Postgres attached.\"),\n client_mutation_id: z.string().describe(\"A unique identifier for the client performing the mutation. Used for tracking and idempotency.\").optional(),\n postgres_cluster_app_id: z.string().describe(\"The Postgres cluster application ID to detach. This is the ID of the Postgres database application.\"),\n postgres_cluster_attachment_id: z.string().describe(\"The Postgres attachment ID. Optional identifier for the specific attachment to remove.\").optional(),\n}).describe(\"Request model for detaching a Postgres cluster from a Fly.io application.\");\nconst FlyDetachPostgresCluster_GraphQLErrorLocationSchema: z.ZodTypeAny = z.object({\n line: z.number().int().describe(\"Line number in the query where the error occurred\"),\n column: z.number().int().describe(\"Column number in the query where the error occurred\"),\n}).describe(\"Location in the GraphQL query where an error occurred.\");\nconst FlyDetachPostgresCluster_GraphQLErrorSchema: z.ZodTypeAny = z.object({\n path: z.array(z.union([z.string(), z.number().int()])).describe(\"Path to the field that caused the error\").nullable().optional(),\n message: z.string().describe(\"Error message describing what went wrong\"),\n locations: z.array(FlyDetachPostgresCluster_GraphQLErrorLocationSchema).describe(\"Locations in the query where the error occurred\").nullable().optional(),\n}).describe(\"GraphQL error object.\");\nexport const FlyDetachPostgresClusterOutput: z.ZodTypeAny = z.object({\n data: z.object({}).describe(\"Contains the detachment result under the 'detachPostgresCluster' key\").nullable().optional(),\n errors: z.array(FlyDetachPostgresCluster_GraphQLErrorSchema).describe(\"Array of errors if the mutation failed\").nullable().optional(),\n}).describe(\"Response model for the detach Postgres cluster mutation.\");\n\nexport const flyDetachPostgresCluster = action(\"FLY_DETACH_POSTGRES_CLUSTER\", {\n slug: \"fly-detach-postgres-cluster\",\n name: \"Detach Postgres Cluster\",\n description: \"Tool to detach a Postgres cluster from a Fly.io application, revoking access credentials. Use when you need to remove database connectivity from an application.\",\n input: FlyDetachPostgresClusterInput,\n output: FlyDetachPostgresClusterOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8HAA8H;CAC1J,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;CACnJ,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG;CAClJ,gCAAgC,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;AACzJ,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,sDAAoE,EAAE,OAAO;CACjF,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CACnF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD;AACzF,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,8CAA4D,EAAE,OAAO;CACzE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACvE,WAAW,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1J,CAAC,CAAC,CAAC,SAAS,uBAAuB;AAMnC,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV0D,EAAE,OAAO;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,QAAQ,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/establish-ssh-key.ts
|
|
4
|
+
const FlyEstablishSshKeyInput = zod.z.object({
|
|
5
|
+
override: zod.z.boolean().describe("Establish a key even if one is already set. Set to true to replace an existing SSH key.").optional(),
|
|
6
|
+
organization_id: zod.z.string().describe("The node ID of the organization to establish the SSH key for"),
|
|
7
|
+
client_mutation_id: zod.z.string().describe("A unique identifier for the client performing the mutation").optional()
|
|
8
|
+
}).describe("Request model for establishing an SSH key for a Fly.io organization.");
|
|
9
|
+
const FlyEstablishSshKeyOutput = zod.z.object({
|
|
10
|
+
certificate: zod.z.string().describe("SSH certificate in OpenSSH format").nullable().optional(),
|
|
11
|
+
client_mutation_id: zod.z.string().describe("Echo of the client mutation ID if provided").nullable().optional()
|
|
12
|
+
}).describe("Response model for establishing an SSH key.");
|
|
13
|
+
const flyEstablishSshKey = require_action.action("FLY_ESTABLISH_SSH_KEY", {
|
|
14
|
+
slug: "fly-establish-ssh-key",
|
|
15
|
+
name: "Establish SSH Key",
|
|
16
|
+
description: "Tool to establish an SSH key for a Fly.io organization. Use when setting up SSH access for secure connections to Fly.io infrastructure.",
|
|
17
|
+
input: FlyEstablishSshKeyInput,
|
|
18
|
+
output: FlyEstablishSshKeyOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.flyEstablishSshKey = flyEstablishSshKey;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=establish-ssh-key.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"establish-ssh-key.cjs","names":["z","action"],"sources":["../../src/actions/establish-ssh-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyEstablishSshKeyInput: z.ZodTypeAny = z.object({\n override: z.boolean().describe(\"Establish a key even if one is already set. Set to true to replace an existing SSH key.\").optional(),\n organization_id: z.string().describe(\"The node ID of the organization to establish the SSH key for\"),\n client_mutation_id: z.string().describe(\"A unique identifier for the client performing the mutation\").optional(),\n}).describe(\"Request model for establishing an SSH key for a Fly.io organization.\");\nexport const FlyEstablishSshKeyOutput: z.ZodTypeAny = z.object({\n certificate: z.string().describe(\"SSH certificate in OpenSSH format\").nullable().optional(),\n client_mutation_id: z.string().describe(\"Echo of the client mutation ID if provided\").nullable().optional(),\n}).describe(\"Response model for establishing an SSH key.\");\n\nexport const flyEstablishSshKey = action(\"FLY_ESTABLISH_SSH_KEY\", {\n slug: \"fly-establish-ssh-key\",\n name: \"Establish SSH Key\",\n description: \"Tool to establish an SSH key for a Fly.io organization. Use when setting up SSH access for secure connections to Fly.io infrastructure.\",\n input: FlyEstablishSshKeyInput,\n output: FlyEstablishSshKeyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;CACnI,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CACnG,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/establish-ssh-key.d.ts
|
|
4
|
+
declare const FlyEstablishSshKeyInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyEstablishSshKeyOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyEstablishSshKey: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyEstablishSshKey };
|
|
9
|
+
//# sourceMappingURL=establish-ssh-key.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"establish-ssh-key.d.cts","names":[],"sources":["../../src/actions/establish-ssh-key.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAI2C;AAAA,cACtE,wBAAA,EAA0B,CAAA,CAAE,UAGiB;AAAA,cAE7C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/establish-ssh-key.d.ts
|
|
4
|
+
declare const FlyEstablishSshKeyInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyEstablishSshKeyOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyEstablishSshKey: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyEstablishSshKey };
|
|
9
|
+
//# sourceMappingURL=establish-ssh-key.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"establish-ssh-key.d.mts","names":[],"sources":["../../src/actions/establish-ssh-key.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAI2C;AAAA,cACtE,wBAAA,EAA0B,CAAA,CAAE,UAGiB;AAAA,cAE7C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const flyEstablishSshKey = action("FLY_ESTABLISH_SSH_KEY", {
|
|
4
|
+
slug: "fly-establish-ssh-key",
|
|
5
|
+
name: "Establish SSH Key",
|
|
6
|
+
description: "Tool to establish an SSH key for a Fly.io organization. Use when setting up SSH access for secure connections to Fly.io infrastructure.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
override: z.boolean().describe("Establish a key even if one is already set. Set to true to replace an existing SSH key.").optional(),
|
|
9
|
+
organization_id: z.string().describe("The node ID of the organization to establish the SSH key for"),
|
|
10
|
+
client_mutation_id: z.string().describe("A unique identifier for the client performing the mutation").optional()
|
|
11
|
+
}).describe("Request model for establishing an SSH key for a Fly.io organization."),
|
|
12
|
+
output: z.object({
|
|
13
|
+
certificate: z.string().describe("SSH certificate in OpenSSH format").nullable().optional(),
|
|
14
|
+
client_mutation_id: z.string().describe("Echo of the client mutation ID if provided").nullable().optional()
|
|
15
|
+
}).describe("Response model for establishing an SSH key.")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { flyEstablishSshKey };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=establish-ssh-key.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"establish-ssh-key.mjs","names":[],"sources":["../../src/actions/establish-ssh-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyEstablishSshKeyInput: z.ZodTypeAny = z.object({\n override: z.boolean().describe(\"Establish a key even if one is already set. Set to true to replace an existing SSH key.\").optional(),\n organization_id: z.string().describe(\"The node ID of the organization to establish the SSH key for\"),\n client_mutation_id: z.string().describe(\"A unique identifier for the client performing the mutation\").optional(),\n}).describe(\"Request model for establishing an SSH key for a Fly.io organization.\");\nexport const FlyEstablishSshKeyOutput: z.ZodTypeAny = z.object({\n certificate: z.string().describe(\"SSH certificate in OpenSSH format\").nullable().optional(),\n client_mutation_id: z.string().describe(\"Echo of the client mutation ID if provided\").nullable().optional(),\n}).describe(\"Response model for establishing an SSH key.\");\n\nexport const flyEstablishSshKey = action(\"FLY_ESTABLISH_SSH_KEY\", {\n slug: \"fly-establish-ssh-key\",\n name: \"Establish SSH Key\",\n description: \"Tool to establish an SSH key for a Fly.io organization. Use when setting up SSH access for secure connections to Fly.io infrastructure.\",\n input: FlyEstablishSshKeyInput,\n output: FlyEstablishSshKeyOutput,\n});\n"],"mappings":";;AAcA,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdmD,EAAE,OAAO;EAC5D,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;EACnI,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EACnG,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACjH,CAAC,CAAC,CAAC,SAAS,sEAUH;CACP,QAVoD,EAAE,OAAO;EAC7D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/fetch-nodes-by-ids.ts
|
|
4
|
+
const FlyFetchNodesByIdsInput = zod.z.object({
|
|
5
|
+
ids: zod.z.array(zod.z.string()).describe("A non-empty list of node IDs to fetch. Each ID should be a valid node identifier in the Fly.io system (e.g., organization IDs, app IDs, machine IDs). The query will return node objects for all valid IDs provided."),
|
|
6
|
+
query_fields: zod.z.string().describe("Optional GraphQL fragment to specify which fields to return for each node type. If not provided, returns only id and __typename. Example: '... on Organization { name slug } ... on App { name status }'").optional()
|
|
7
|
+
}).describe("Request model for FLY_GQL_NODES.");
|
|
8
|
+
const FlyFetchNodesByIdsOutput = zod.z.object({
|
|
9
|
+
data: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The 'data' object returned by the GraphQL API. Contains a 'nodes' array with node objects matching the requested IDs. Each node includes 'id' and '__typename' fields plus any additional fields requested via query_fields.").nullable().optional(),
|
|
10
|
+
errors: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Any errors returned by the GraphQL API. Each error includes a message and may include additional context like path and locations.").nullable().optional()
|
|
11
|
+
}).describe("Response model for FLY_GQL_NODES.");
|
|
12
|
+
const flyFetchNodesByIds = require_action.action("FLY_FETCH_NODES_BY_IDS", {
|
|
13
|
+
slug: "fly-fetch-nodes-by-ids",
|
|
14
|
+
name: "Fetch Nodes by IDs",
|
|
15
|
+
description: "Fetches a list of node objects from Fly.io given a list of IDs using the GraphQL nodes query. Use when you need to retrieve multiple objects by their IDs in a single request. Supports all Node interface types including Organization, App, Machine, Volume, and more.",
|
|
16
|
+
input: FlyFetchNodesByIdsInput,
|
|
17
|
+
output: FlyFetchNodesByIdsOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.flyFetchNodesByIds = flyFetchNodesByIds;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=fetch-nodes-by-ids.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetch-nodes-by-ids.cjs","names":["z","action"],"sources":["../../src/actions/fetch-nodes-by-ids.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyFetchNodesByIdsInput: z.ZodTypeAny = z.object({\n ids: z.array(z.string()).describe(\"A non-empty list of node IDs to fetch. Each ID should be a valid node identifier in the Fly.io system (e.g., organization IDs, app IDs, machine IDs). The query will return node objects for all valid IDs provided.\"),\n query_fields: z.string().describe(\"Optional GraphQL fragment to specify which fields to return for each node type. If not provided, returns only id and __typename. Example: '... on Organization { name slug } ... on App { name status }'\").optional(),\n}).describe(\"Request model for FLY_GQL_NODES.\");\nexport const FlyFetchNodesByIdsOutput: z.ZodTypeAny = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"The 'data' object returned by the GraphQL API. Contains a 'nodes' array with node objects matching the requested IDs. Each node includes 'id' and '__typename' fields plus any additional fields requested via query_fields.\").nullable().optional(),\n errors: z.array(z.record(z.string(), z.unknown())).describe(\"Any errors returned by the GraphQL API. Each error includes a message and may include additional context like path and locations.\").nullable().optional(),\n}).describe(\"Response model for FLY_GQL_NODES.\");\n\nexport const flyFetchNodesByIds = action(\"FLY_FETCH_NODES_BY_IDS\", {\n slug: \"fly-fetch-nodes-by-ids\",\n name: \"Fetch Nodes by IDs\",\n description: \"Fetches a list of node objects from Fly.io given a list of IDs using the GraphQL nodes query. Use when you need to retrieve multiple objects by their IDs in a single request. Supports all Node interface types including Organization, App, Machine, Volume, and more.\",\n input: FlyFetchNodesByIdsInput,\n output: FlyFetchNodesByIdsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sNAAsN;CACxP,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0MAA0M,CAAC,CAAC,SAAS;AACzP,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8NAA8N,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrS,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvN,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAE/C,MAAa,qBAAqBC,eAAAA,OAAO,0BAA0B;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/fetch-nodes-by-ids.d.ts
|
|
4
|
+
declare const FlyFetchNodesByIdsInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyFetchNodesByIdsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyFetchNodesByIds: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyFetchNodesByIds };
|
|
9
|
+
//# sourceMappingURL=fetch-nodes-by-ids.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetch-nodes-by-ids.d.cts","names":[],"sources":["../../src/actions/fetch-nodes-by-ids.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAGO;AAAA,cAClC,wBAAA,EAA0B,CAAA,CAAE,UAGO;AAAA,cAEnC,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/fetch-nodes-by-ids.d.ts
|
|
4
|
+
declare const FlyFetchNodesByIdsInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyFetchNodesByIdsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyFetchNodesByIds: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyFetchNodesByIds };
|
|
9
|
+
//# sourceMappingURL=fetch-nodes-by-ids.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetch-nodes-by-ids.d.mts","names":[],"sources":["../../src/actions/fetch-nodes-by-ids.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAGO;AAAA,cAClC,wBAAA,EAA0B,CAAA,CAAE,UAGO;AAAA,cAEnC,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const flyFetchNodesByIds = action("FLY_FETCH_NODES_BY_IDS", {
|
|
4
|
+
slug: "fly-fetch-nodes-by-ids",
|
|
5
|
+
name: "Fetch Nodes by IDs",
|
|
6
|
+
description: "Fetches a list of node objects from Fly.io given a list of IDs using the GraphQL nodes query. Use when you need to retrieve multiple objects by their IDs in a single request. Supports all Node interface types including Organization, App, Machine, Volume, and more.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
ids: z.array(z.string()).describe("A non-empty list of node IDs to fetch. Each ID should be a valid node identifier in the Fly.io system (e.g., organization IDs, app IDs, machine IDs). The query will return node objects for all valid IDs provided."),
|
|
9
|
+
query_fields: z.string().describe("Optional GraphQL fragment to specify which fields to return for each node type. If not provided, returns only id and __typename. Example: '... on Organization { name slug } ... on App { name status }'").optional()
|
|
10
|
+
}).describe("Request model for FLY_GQL_NODES."),
|
|
11
|
+
output: z.object({
|
|
12
|
+
data: z.record(z.string(), z.unknown()).describe("The 'data' object returned by the GraphQL API. Contains a 'nodes' array with node objects matching the requested IDs. Each node includes 'id' and '__typename' fields plus any additional fields requested via query_fields.").nullable().optional(),
|
|
13
|
+
errors: z.array(z.record(z.string(), z.unknown())).describe("Any errors returned by the GraphQL API. Each error includes a message and may include additional context like path and locations.").nullable().optional()
|
|
14
|
+
}).describe("Response model for FLY_GQL_NODES.")
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { flyFetchNodesByIds };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=fetch-nodes-by-ids.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetch-nodes-by-ids.mjs","names":[],"sources":["../../src/actions/fetch-nodes-by-ids.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyFetchNodesByIdsInput: z.ZodTypeAny = z.object({\n ids: z.array(z.string()).describe(\"A non-empty list of node IDs to fetch. Each ID should be a valid node identifier in the Fly.io system (e.g., organization IDs, app IDs, machine IDs). The query will return node objects for all valid IDs provided.\"),\n query_fields: z.string().describe(\"Optional GraphQL fragment to specify which fields to return for each node type. If not provided, returns only id and __typename. Example: '... on Organization { name slug } ... on App { name status }'\").optional(),\n}).describe(\"Request model for FLY_GQL_NODES.\");\nexport const FlyFetchNodesByIdsOutput: z.ZodTypeAny = z.object({\n data: z.record(z.string(), z.unknown()).describe(\"The 'data' object returned by the GraphQL API. Contains a 'nodes' array with node objects matching the requested IDs. Each node includes 'id' and '__typename' fields plus any additional fields requested via query_fields.\").nullable().optional(),\n errors: z.array(z.record(z.string(), z.unknown())).describe(\"Any errors returned by the GraphQL API. Each error includes a message and may include additional context like path and locations.\").nullable().optional(),\n}).describe(\"Response model for FLY_GQL_NODES.\");\n\nexport const flyFetchNodesByIds = action(\"FLY_FETCH_NODES_BY_IDS\", {\n slug: \"fly-fetch-nodes-by-ids\",\n name: \"Fetch Nodes by IDs\",\n description: \"Fetches a list of node objects from Fly.io given a list of IDs using the GraphQL nodes query. Use when you need to retrieve multiple objects by their IDs in a single request. Supports all Node interface types including Organization, App, Machine, Volume, and more.\",\n input: FlyFetchNodesByIdsInput,\n output: FlyFetchNodesByIdsOutput,\n});\n"],"mappings":";;AAaA,MAAa,qBAAqB,OAAO,0BAA0B;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbmD,EAAE,OAAO;EAC5D,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sNAAsN;EACxP,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0MAA0M,CAAC,CAAC,SAAS;CACzP,CAAC,CAAC,CAAC,SAAS,kCAUH;CACP,QAVoD,EAAE,OAAO;EAC7D,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8NAA8N,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrS,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvN,CAAC,CAAC,CAAC,SAAS,mCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-add-on-provider.ts
|
|
4
|
+
const FlyGetAddOnProviderInput = zod.z.object({ name: zod.z.string().describe("The name of the add-on provider to query (e.g., 'tigris', 'sentry', 'arcjet', 'mysql', 'supabase', 'upstash_vector', 'wafris', 'upstash_redis')") }).describe("Request model for GET_ADD_ON_PROVIDER.");
|
|
5
|
+
const FlyGetAddOnProviderOutput = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the add-on provider").nullable().optional(),
|
|
7
|
+
beta: zod.z.boolean().describe("Whether the provider is in beta status").nullable().optional(),
|
|
8
|
+
name: zod.z.string().describe("Internal name of the provider").nullable().optional(),
|
|
9
|
+
tosUrl: zod.z.string().describe("URL to the provider's terms of service").nullable().optional(),
|
|
10
|
+
internal: zod.z.boolean().describe("Whether the provider is internal-only").nullable().optional(),
|
|
11
|
+
nameSuffix: zod.z.string().describe("Optional suffix to append to resource names").nullable().optional(),
|
|
12
|
+
selectName: zod.z.boolean().describe("Whether users can select a custom name during provisioning").nullable().optional(),
|
|
13
|
+
displayName: zod.z.string().describe("Human-readable display name for the provider").nullable().optional(),
|
|
14
|
+
resourceName: zod.z.string().describe("Name of the resource type managed by this provider").nullable().optional(),
|
|
15
|
+
selectRegion: zod.z.boolean().describe("Whether users can select a region during provisioning").nullable().optional(),
|
|
16
|
+
tosAgreement: zod.z.string().describe("Terms of service agreement text").nullable().optional(),
|
|
17
|
+
autoProvision: zod.z.boolean().describe("Whether the provider supports automatic provisioning").nullable().optional(),
|
|
18
|
+
detectPlatform: zod.z.boolean().describe("Whether the provider can detect platform configuration").nullable().optional(),
|
|
19
|
+
asyncProvisioning: zod.z.boolean().describe("Whether the provider uses asynchronous provisioning").nullable().optional(),
|
|
20
|
+
selectReplicaRegions: zod.z.boolean().describe("Whether users can select replica regions during provisioning").nullable().optional(),
|
|
21
|
+
provisioningInstructions: zod.z.string().describe("Instructions for provisioning the add-on").nullable().optional()
|
|
22
|
+
}).describe("Response model for GET_ADD_ON_PROVIDER.");
|
|
23
|
+
const flyGetAddOnProvider = require_action.action("FLY_GET_ADD_ON_PROVIDER", {
|
|
24
|
+
slug: "fly-get-add-on-provider",
|
|
25
|
+
name: "Get Add-On Provider",
|
|
26
|
+
description: "Tool to query information about a specific Fly.io add-on provider (extension) by name. Returns provider details including provisioning settings, terms of service, and configuration options.",
|
|
27
|
+
input: FlyGetAddOnProviderInput,
|
|
28
|
+
output: FlyGetAddOnProviderOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.flyGetAddOnProvider = flyGetAddOnProvider;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=get-add-on-provider.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-add-on-provider.cjs","names":["z","action"],"sources":["../../src/actions/get-add-on-provider.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyGetAddOnProviderInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the add-on provider to query (e.g., 'tigris', 'sentry', 'arcjet', 'mysql', 'supabase', 'upstash_vector', 'wafris', 'upstash_redis')\"),\n}).describe(\"Request model for GET_ADD_ON_PROVIDER.\");\nexport const FlyGetAddOnProviderOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the add-on provider\").nullable().optional(),\n beta: z.boolean().describe(\"Whether the provider is in beta status\").nullable().optional(),\n name: z.string().describe(\"Internal name of the provider\").nullable().optional(),\n tosUrl: z.string().describe(\"URL to the provider's terms of service\").nullable().optional(),\n internal: z.boolean().describe(\"Whether the provider is internal-only\").nullable().optional(),\n nameSuffix: z.string().describe(\"Optional suffix to append to resource names\").nullable().optional(),\n selectName: z.boolean().describe(\"Whether users can select a custom name during provisioning\").nullable().optional(),\n displayName: z.string().describe(\"Human-readable display name for the provider\").nullable().optional(),\n resourceName: z.string().describe(\"Name of the resource type managed by this provider\").nullable().optional(),\n selectRegion: z.boolean().describe(\"Whether users can select a region during provisioning\").nullable().optional(),\n tosAgreement: z.string().describe(\"Terms of service agreement text\").nullable().optional(),\n autoProvision: z.boolean().describe(\"Whether the provider supports automatic provisioning\").nullable().optional(),\n detectPlatform: z.boolean().describe(\"Whether the provider can detect platform configuration\").nullable().optional(),\n asyncProvisioning: z.boolean().describe(\"Whether the provider uses asynchronous provisioning\").nullable().optional(),\n selectReplicaRegions: z.boolean().describe(\"Whether users can select replica regions during provisioning\").nullable().optional(),\n provisioningInstructions: z.string().describe(\"Instructions for provisioning the add-on\").nullable().optional(),\n}).describe(\"Response model for GET_ADD_ON_PROVIDER.\");\n\nexport const flyGetAddOnProvider = action(\"FLY_GET_ADD_ON_PROVIDER\", {\n slug: \"fly-get-add-on-provider\",\n name: \"Get Add-On Provider\",\n description: \"Tool to query information about a specific Fly.io add-on provider (extension) by name. Returns provider details including provisioning settings, terms of service, and configuration options.\",\n input: FlyGetAddOnProviderInput,\n output: FlyGetAddOnProviderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,EAC7K,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,mBAAmBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,sBAAsBC,eAAAA,OAAO,2BAA2B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-add-on-provider.d.ts
|
|
4
|
+
declare const FlyGetAddOnProviderInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyGetAddOnProviderOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyGetAddOnProvider: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyGetAddOnProvider };
|
|
9
|
+
//# sourceMappingURL=get-add-on-provider.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-add-on-provider.d.cts","names":[],"sources":["../../src/actions/get-add-on-provider.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEY;AAAA,cACxC,yBAAA,EAA2B,CAAA,CAAE,UAiBY;AAAA,cAEzC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-add-on-provider.d.ts
|
|
4
|
+
declare const FlyGetAddOnProviderInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyGetAddOnProviderOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyGetAddOnProvider: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyGetAddOnProvider };
|
|
9
|
+
//# sourceMappingURL=get-add-on-provider.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-add-on-provider.d.mts","names":[],"sources":["../../src/actions/get-add-on-provider.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEY;AAAA,cACxC,yBAAA,EAA2B,CAAA,CAAE,UAiBY;AAAA,cAEzC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const flyGetAddOnProvider = action("FLY_GET_ADD_ON_PROVIDER", {
|
|
4
|
+
slug: "fly-get-add-on-provider",
|
|
5
|
+
name: "Get Add-On Provider",
|
|
6
|
+
description: "Tool to query information about a specific Fly.io add-on provider (extension) by name. Returns provider details including provisioning settings, terms of service, and configuration options.",
|
|
7
|
+
input: z.object({ name: z.string().describe("The name of the add-on provider to query (e.g., 'tigris', 'sentry', 'arcjet', 'mysql', 'supabase', 'upstash_vector', 'wafris', 'upstash_redis')") }).describe("Request model for GET_ADD_ON_PROVIDER."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for the add-on provider").nullable().optional(),
|
|
10
|
+
beta: z.boolean().describe("Whether the provider is in beta status").nullable().optional(),
|
|
11
|
+
name: z.string().describe("Internal name of the provider").nullable().optional(),
|
|
12
|
+
tosUrl: z.string().describe("URL to the provider's terms of service").nullable().optional(),
|
|
13
|
+
internal: z.boolean().describe("Whether the provider is internal-only").nullable().optional(),
|
|
14
|
+
nameSuffix: z.string().describe("Optional suffix to append to resource names").nullable().optional(),
|
|
15
|
+
selectName: z.boolean().describe("Whether users can select a custom name during provisioning").nullable().optional(),
|
|
16
|
+
displayName: z.string().describe("Human-readable display name for the provider").nullable().optional(),
|
|
17
|
+
resourceName: z.string().describe("Name of the resource type managed by this provider").nullable().optional(),
|
|
18
|
+
selectRegion: z.boolean().describe("Whether users can select a region during provisioning").nullable().optional(),
|
|
19
|
+
tosAgreement: z.string().describe("Terms of service agreement text").nullable().optional(),
|
|
20
|
+
autoProvision: z.boolean().describe("Whether the provider supports automatic provisioning").nullable().optional(),
|
|
21
|
+
detectPlatform: z.boolean().describe("Whether the provider can detect platform configuration").nullable().optional(),
|
|
22
|
+
asyncProvisioning: z.boolean().describe("Whether the provider uses asynchronous provisioning").nullable().optional(),
|
|
23
|
+
selectReplicaRegions: z.boolean().describe("Whether users can select replica regions during provisioning").nullable().optional(),
|
|
24
|
+
provisioningInstructions: z.string().describe("Instructions for provisioning the add-on").nullable().optional()
|
|
25
|
+
}).describe("Response model for GET_ADD_ON_PROVIDER.")
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { flyGetAddOnProvider };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=get-add-on-provider.mjs.map
|