@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":"get-add-on-provider.mjs","names":[],"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":";;AA0BA,MAAa,sBAAsB,OAAO,2BAA2B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA1BoD,EAAE,OAAO,EAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,EAC7K,CAAC,CAAC,CAAC,SAAS,wCAwBH;CACP,QAxBqD,EAAE,OAAO;EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,MAAM,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,mBAAmB,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,sBAAsB,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/H,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-add-on.ts
|
|
4
|
+
const FlyGetAddOnInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The ID of the add-on to find. Provide either id, name, or both to identify the add-on.").optional(),
|
|
6
|
+
name: zod.z.string().describe("The name of the add-on to find. Provide either id, name, or both to identify the add-on.").optional(),
|
|
7
|
+
provider: zod.z.string().describe("The provider of the add-on (optional filter). Common providers include 'upstash', 'tigris', etc.").optional()
|
|
8
|
+
}).describe("Request model for querying a Fly.io add-on by ID, name, or provider.");
|
|
9
|
+
const FlyGetAddOn_AddOnOrganizationSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Organization ID").nullable().optional(),
|
|
11
|
+
name: zod.z.string().describe("Organization name").nullable().optional(),
|
|
12
|
+
slug: zod.z.string().describe("Organization slug").nullable().optional()
|
|
13
|
+
}).describe("Organization associated with the add-on.");
|
|
14
|
+
const FlyGetAddOn_AddOnSchema = zod.z.object({
|
|
15
|
+
id: zod.z.string().describe("Unique identifier for the add-on").nullable().optional(),
|
|
16
|
+
name: zod.z.string().describe("Name of the add-on").nullable().optional(),
|
|
17
|
+
status: zod.z.string().describe("Current status of the add-on (e.g., 'provisioned', 'pending')").nullable().optional(),
|
|
18
|
+
ssoLink: zod.z.string().describe("Single sign-on link for the add-on dashboard").nullable().optional(),
|
|
19
|
+
hostname: zod.z.string().describe("Hostname of the add-on service").nullable().optional(),
|
|
20
|
+
createdAt: zod.z.string().describe("ISO8601 timestamp when the add-on was created").nullable().optional(),
|
|
21
|
+
publicUrl: zod.z.string().describe("Public URL to access the add-on").nullable().optional(),
|
|
22
|
+
updatedAt: zod.z.string().describe("ISO8601 timestamp when the add-on was last updated").nullable().optional(),
|
|
23
|
+
organization: FlyGetAddOn_AddOnOrganizationSchema.nullable().optional(),
|
|
24
|
+
primaryRegion: zod.z.string().describe("Primary region where the add-on is deployed").nullable().optional()
|
|
25
|
+
}).describe("Add-on details returned by the Fly.io API.");
|
|
26
|
+
const FlyGetAddOn_GetAddOnResponseDataSchema = zod.z.object({ addOn: FlyGetAddOn_AddOnSchema.nullable().optional() }).describe("Data field containing the add-on result.");
|
|
27
|
+
const FlyGetAddOnOutput = zod.z.object({
|
|
28
|
+
data: FlyGetAddOn_GetAddOnResponseDataSchema.nullable().optional(),
|
|
29
|
+
errors: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("GraphQL errors if the query failed").nullable().optional()
|
|
30
|
+
}).describe("Response model for the Fly.io add-on query.");
|
|
31
|
+
const flyGetAddOn = require_action.action("FLY_GET_ADD_ON", {
|
|
32
|
+
slug: "fly-get-add-on",
|
|
33
|
+
name: "Get Add-On",
|
|
34
|
+
description: "Tool to find a Fly.io add-on by ID, name, or provider. Use when you need to retrieve details about a specific add-on. Returns add-on information including status, organization, region, and access URLs.",
|
|
35
|
+
input: FlyGetAddOnInput,
|
|
36
|
+
output: FlyGetAddOnOutput
|
|
37
|
+
});
|
|
38
|
+
//#endregion
|
|
39
|
+
exports.flyGetAddOn = flyGetAddOn;
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=get-add-on.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-add-on.cjs","names":["z","action"],"sources":["../../src/actions/get-add-on.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyGetAddOnInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the add-on to find. Provide either id, name, or both to identify the add-on.\").optional(),\n name: z.string().describe(\"The name of the add-on to find. Provide either id, name, or both to identify the add-on.\").optional(),\n provider: z.string().describe(\"The provider of the add-on (optional filter). Common providers include 'upstash', 'tigris', etc.\").optional(),\n}).describe(\"Request model for querying a Fly.io add-on by ID, name, or provider.\");\nconst FlyGetAddOn_AddOnOrganizationSchema: 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 associated with the add-on.\");\nconst FlyGetAddOn_AddOnSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the add-on\").nullable().optional(),\n name: z.string().describe(\"Name of the add-on\").nullable().optional(),\n status: z.string().describe(\"Current status of the add-on (e.g., 'provisioned', 'pending')\").nullable().optional(),\n ssoLink: z.string().describe(\"Single sign-on link for the add-on dashboard\").nullable().optional(),\n hostname: z.string().describe(\"Hostname of the add-on service\").nullable().optional(),\n createdAt: z.string().describe(\"ISO8601 timestamp when the add-on was created\").nullable().optional(),\n publicUrl: z.string().describe(\"Public URL to access the add-on\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the add-on was last updated\").nullable().optional(),\n organization: FlyGetAddOn_AddOnOrganizationSchema.nullable().optional(),\n primaryRegion: z.string().describe(\"Primary region where the add-on is deployed\").nullable().optional(),\n}).describe(\"Add-on details returned by the Fly.io API.\");\nconst FlyGetAddOn_GetAddOnResponseDataSchema: z.ZodTypeAny = z.object({\n addOn: FlyGetAddOn_AddOnSchema.nullable().optional(),\n}).describe(\"Data field containing the add-on result.\");\nexport const FlyGetAddOnOutput: z.ZodTypeAny = z.object({\n data: FlyGetAddOn_GetAddOnResponseDataSchema.nullable().optional(),\n errors: z.array(z.record(z.string(), z.unknown())).describe(\"GraphQL errors if the query failed\").nullable().optional(),\n}).describe(\"Response model for the Fly.io add-on query.\");\n\nexport const flyGetAddOn = action(\"FLY_GET_ADD_ON\", {\n slug: \"fly-get-add-on\",\n name: \"Get Add-On\",\n description: \"Tool to find a Fly.io add-on by ID, name, or provider. Use when you need to retrieve details about a specific add-on. Returns add-on information including status, organization, region, and access URLs.\",\n input: FlyGetAddOnInput,\n output: FlyGetAddOnOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mBAAiCA,IAAAA,EAAE,OAAO;CACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CAC3H,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAC/H,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;AAC7I,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,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,0CAA0C;AACtD,MAAM,0BAAwCA,IAAAA,EAAE,OAAO;CACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,cAAc,oCAAoC,SAAS,CAAC,CAAC,SAAS;CACtE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,yCAAuDA,IAAAA,EAAE,OAAO,EACpE,OAAO,wBAAwB,SAAS,CAAC,CAAC,SAAS,EACrD,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,oBAAkCA,IAAAA,EAAE,OAAO;CACtD,MAAM,uCAAuC,SAAS,CAAC,CAAC,SAAS;CACjE,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,cAAcC,eAAAA,OAAO,kBAAkB;CAClD,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.d.ts
|
|
4
|
+
declare const FlyGetAddOnInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyGetAddOnOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyGetAddOn: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyGetAddOn };
|
|
9
|
+
//# sourceMappingURL=get-add-on.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-add-on.d.cts","names":[],"sources":["../../src/actions/get-add-on.ts"],"mappings":";;;cAIa,gBAAA,EAAkB,CAAA,CAAE,UAIkD;AAAA,cAqBtE,iBAAA,EAAmB,CAAA,CAAE,UAGwB;AAAA,cAE7C,WAAA,gCAAW,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-add-on.d.ts
|
|
4
|
+
declare const FlyGetAddOnInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyGetAddOnOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyGetAddOn: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyGetAddOn };
|
|
9
|
+
//# sourceMappingURL=get-add-on.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-add-on.d.mts","names":[],"sources":["../../src/actions/get-add-on.ts"],"mappings":";;;cAIa,gBAAA,EAAkB,CAAA,CAAE,UAIkD;AAAA,cAqBtE,iBAAA,EAAmB,CAAA,CAAE,UAGwB;AAAA,cAE7C,WAAA,gCAAW,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-add-on.ts
|
|
4
|
+
const FlyGetAddOnInput = z.object({
|
|
5
|
+
id: z.string().describe("The ID of the add-on to find. Provide either id, name, or both to identify the add-on.").optional(),
|
|
6
|
+
name: z.string().describe("The name of the add-on to find. Provide either id, name, or both to identify the add-on.").optional(),
|
|
7
|
+
provider: z.string().describe("The provider of the add-on (optional filter). Common providers include 'upstash', 'tigris', etc.").optional()
|
|
8
|
+
}).describe("Request model for querying a Fly.io add-on by ID, name, or provider.");
|
|
9
|
+
const FlyGetAddOn_AddOnOrganizationSchema = z.object({
|
|
10
|
+
id: z.string().describe("Organization ID").nullable().optional(),
|
|
11
|
+
name: z.string().describe("Organization name").nullable().optional(),
|
|
12
|
+
slug: z.string().describe("Organization slug").nullable().optional()
|
|
13
|
+
}).describe("Organization associated with the add-on.");
|
|
14
|
+
const FlyGetAddOn_AddOnSchema = z.object({
|
|
15
|
+
id: z.string().describe("Unique identifier for the add-on").nullable().optional(),
|
|
16
|
+
name: z.string().describe("Name of the add-on").nullable().optional(),
|
|
17
|
+
status: z.string().describe("Current status of the add-on (e.g., 'provisioned', 'pending')").nullable().optional(),
|
|
18
|
+
ssoLink: z.string().describe("Single sign-on link for the add-on dashboard").nullable().optional(),
|
|
19
|
+
hostname: z.string().describe("Hostname of the add-on service").nullable().optional(),
|
|
20
|
+
createdAt: z.string().describe("ISO8601 timestamp when the add-on was created").nullable().optional(),
|
|
21
|
+
publicUrl: z.string().describe("Public URL to access the add-on").nullable().optional(),
|
|
22
|
+
updatedAt: z.string().describe("ISO8601 timestamp when the add-on was last updated").nullable().optional(),
|
|
23
|
+
organization: FlyGetAddOn_AddOnOrganizationSchema.nullable().optional(),
|
|
24
|
+
primaryRegion: z.string().describe("Primary region where the add-on is deployed").nullable().optional()
|
|
25
|
+
}).describe("Add-on details returned by the Fly.io API.");
|
|
26
|
+
const FlyGetAddOn_GetAddOnResponseDataSchema = z.object({ addOn: FlyGetAddOn_AddOnSchema.nullable().optional() }).describe("Data field containing the add-on result.");
|
|
27
|
+
const flyGetAddOn = action("FLY_GET_ADD_ON", {
|
|
28
|
+
slug: "fly-get-add-on",
|
|
29
|
+
name: "Get Add-On",
|
|
30
|
+
description: "Tool to find a Fly.io add-on by ID, name, or provider. Use when you need to retrieve details about a specific add-on. Returns add-on information including status, organization, region, and access URLs.",
|
|
31
|
+
input: FlyGetAddOnInput,
|
|
32
|
+
output: z.object({
|
|
33
|
+
data: FlyGetAddOn_GetAddOnResponseDataSchema.nullable().optional(),
|
|
34
|
+
errors: z.array(z.record(z.string(), z.unknown())).describe("GraphQL errors if the query failed").nullable().optional()
|
|
35
|
+
}).describe("Response model for the Fly.io add-on query.")
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
export { flyGetAddOn };
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=get-add-on.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-add-on.mjs","names":[],"sources":["../../src/actions/get-add-on.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyGetAddOnInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the add-on to find. Provide either id, name, or both to identify the add-on.\").optional(),\n name: z.string().describe(\"The name of the add-on to find. Provide either id, name, or both to identify the add-on.\").optional(),\n provider: z.string().describe(\"The provider of the add-on (optional filter). Common providers include 'upstash', 'tigris', etc.\").optional(),\n}).describe(\"Request model for querying a Fly.io add-on by ID, name, or provider.\");\nconst FlyGetAddOn_AddOnOrganizationSchema: 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 associated with the add-on.\");\nconst FlyGetAddOn_AddOnSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the add-on\").nullable().optional(),\n name: z.string().describe(\"Name of the add-on\").nullable().optional(),\n status: z.string().describe(\"Current status of the add-on (e.g., 'provisioned', 'pending')\").nullable().optional(),\n ssoLink: z.string().describe(\"Single sign-on link for the add-on dashboard\").nullable().optional(),\n hostname: z.string().describe(\"Hostname of the add-on service\").nullable().optional(),\n createdAt: z.string().describe(\"ISO8601 timestamp when the add-on was created\").nullable().optional(),\n publicUrl: z.string().describe(\"Public URL to access the add-on\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the add-on was last updated\").nullable().optional(),\n organization: FlyGetAddOn_AddOnOrganizationSchema.nullable().optional(),\n primaryRegion: z.string().describe(\"Primary region where the add-on is deployed\").nullable().optional(),\n}).describe(\"Add-on details returned by the Fly.io API.\");\nconst FlyGetAddOn_GetAddOnResponseDataSchema: z.ZodTypeAny = z.object({\n addOn: FlyGetAddOn_AddOnSchema.nullable().optional(),\n}).describe(\"Data field containing the add-on result.\");\nexport const FlyGetAddOnOutput: z.ZodTypeAny = z.object({\n data: FlyGetAddOn_GetAddOnResponseDataSchema.nullable().optional(),\n errors: z.array(z.record(z.string(), z.unknown())).describe(\"GraphQL errors if the query failed\").nullable().optional(),\n}).describe(\"Response model for the Fly.io add-on query.\");\n\nexport const flyGetAddOn = action(\"FLY_GET_ADD_ON\", {\n slug: \"fly-get-add-on\",\n name: \"Get Add-On\",\n description: \"Tool to find a Fly.io add-on by ID, name, or provider. Use when you need to retrieve details about a specific add-on. Returns add-on information including status, organization, region, and access URLs.\",\n input: FlyGetAddOnInput,\n output: FlyGetAddOnOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mBAAiC,EAAE,OAAO;CACrD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CAC3H,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAC/H,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;AAC7I,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,sCAAoD,EAAE,OAAO;CACjE,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,0CAA0C;AACtD,MAAM,0BAAwC,EAAE,OAAO;CACrD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,cAAc,oCAAoC,SAAS,CAAC,CAAC,SAAS;CACtE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,yCAAuD,EAAE,OAAO,EACpE,OAAO,wBAAwB,SAAS,CAAC,CAAC,SAAS,EACrD,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAMtD,MAAa,cAAc,OAAO,kBAAkB;CAClD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV6C,EAAE,OAAO;EACtD,MAAM,uCAAuC,SAAS,CAAC,CAAC,SAAS;EACjE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-app-details.ts
|
|
4
|
+
const FlyGetAppDetailsInput = zod.z.object({ name: zod.z.string().describe("The application name or ID to retrieve details for.") }).describe("Request model for retrieving Fly.io application details.");
|
|
5
|
+
const FlyGetAppDetails_CertificateSchema = zod.z.object({
|
|
6
|
+
hostname: zod.z.string().describe("The hostname associated with this certificate.").nullable().optional(),
|
|
7
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the certificate was created.").nullable().optional(),
|
|
8
|
+
clientStatus: zod.z.string().describe("The client status of the certificate.").nullable().optional()
|
|
9
|
+
}).describe("Certificate information for the application.");
|
|
10
|
+
const FlyGetAppDetails_CertificateNodesSchema = zod.z.object({ nodes: zod.z.array(FlyGetAppDetails_CertificateSchema).describe("List of certificates associated with the application.").nullable().optional() }).describe("Container for certificate nodes.");
|
|
11
|
+
const FlyGetAppDetails_AppDetailsSchema = zod.z.object({
|
|
12
|
+
id: zod.z.string().describe("Unique identifier for the application.").nullable().optional(),
|
|
13
|
+
name: zod.z.string().describe("Name of the application.").nullable().optional(),
|
|
14
|
+
certificates: FlyGetAppDetails_CertificateNodesSchema.nullable().optional()
|
|
15
|
+
}).describe("Application details returned from Fly.io GraphQL API.");
|
|
16
|
+
const FlyGetAppDetails_GetAppDetailsDataSchema = zod.z.object({ app: FlyGetAppDetails_AppDetailsSchema.nullable().optional() }).describe("GraphQL data wrapper for app query.");
|
|
17
|
+
const FlyGetAppDetailsOutput = zod.z.object({ data: FlyGetAppDetails_GetAppDetailsDataSchema.nullable().optional() }).describe("Response model for retrieving Fly.io application details.");
|
|
18
|
+
const flyGetAppDetails = require_action.action("FLY_GET_APP_DETAILS", {
|
|
19
|
+
slug: "fly-get-app-details",
|
|
20
|
+
name: "Get app details",
|
|
21
|
+
description: "Tool to retrieve detailed information about a specific Fly.io application. Use when you need to get app details including certificates and configuration.",
|
|
22
|
+
input: FlyGetAppDetailsInput,
|
|
23
|
+
output: FlyGetAppDetailsOutput
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.flyGetAppDetails = flyGetAppDetails;
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=get-app-details.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-details.cjs","names":["z","action"],"sources":["../../src/actions/get-app-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyGetAppDetailsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The application name or ID to retrieve details for.\"),\n}).describe(\"Request model for retrieving Fly.io application details.\");\nconst FlyGetAppDetails_CertificateSchema: z.ZodTypeAny = z.object({\n hostname: z.string().describe(\"The hostname associated with this certificate.\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the certificate was created.\").nullable().optional(),\n clientStatus: z.string().describe(\"The client status of the certificate.\").nullable().optional(),\n}).describe(\"Certificate information for the application.\");\nconst FlyGetAppDetails_CertificateNodesSchema: z.ZodTypeAny = z.object({\n nodes: z.array(FlyGetAppDetails_CertificateSchema).describe(\"List of certificates associated with the application.\").nullable().optional(),\n}).describe(\"Container for certificate nodes.\");\nconst FlyGetAppDetails_AppDetailsSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the application.\").nullable().optional(),\n name: z.string().describe(\"Name of the application.\").nullable().optional(),\n certificates: FlyGetAppDetails_CertificateNodesSchema.nullable().optional(),\n}).describe(\"Application details returned from Fly.io GraphQL API.\");\nconst FlyGetAppDetails_GetAppDetailsDataSchema: z.ZodTypeAny = z.object({\n app: FlyGetAppDetails_AppDetailsSchema.nullable().optional(),\n}).describe(\"GraphQL data wrapper for app query.\");\nexport const FlyGetAppDetailsOutput: z.ZodTypeAny = z.object({\n data: FlyGetAppDetails_GetAppDetailsDataSchema.nullable().optional(),\n}).describe(\"Response model for retrieving Fly.io application details.\");\n\nexport const flyGetAppDetails = action(\"FLY_GET_APP_DETAILS\", {\n slug: \"fly-get-app-details\",\n name: \"Get app details\",\n description: \"Tool to retrieve detailed information about a specific Fly.io application. Use when you need to get app details including certificates and configuration.\",\n input: FlyGetAppDetailsInput,\n output: FlyGetAppDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,EACjF,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,0CAAwDA,IAAAA,EAAE,OAAO,EACrE,OAAOA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3I,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,cAAc,wCAAwC,SAAS,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,2CAAyDA,IAAAA,EAAE,OAAO,EACtE,KAAK,kCAAkC,SAAS,CAAC,CAAC,SAAS,EAC7D,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,MAAM,yCAAyC,SAAS,CAAC,CAAC,SAAS,EACrE,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,mBAAmBC,eAAAA,OAAO,uBAAuB;CAC5D,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-app-details.d.ts
|
|
4
|
+
declare const FlyGetAppDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyGetAppDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyGetAppDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyGetAppDetails };
|
|
9
|
+
//# sourceMappingURL=get-app-details.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-details.d.cts","names":[],"sources":["../../src/actions/get-app-details.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAEiC;AAAA,cAiB1D,sBAAA,EAAwB,CAAA,CAAE,UAEiC;AAAA,cAE3D,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-app-details.d.ts
|
|
4
|
+
declare const FlyGetAppDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyGetAppDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyGetAppDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyGetAppDetails };
|
|
9
|
+
//# sourceMappingURL=get-app-details.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-details.d.mts","names":[],"sources":["../../src/actions/get-app-details.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAEiC;AAAA,cAiB1D,sBAAA,EAAwB,CAAA,CAAE,UAEiC;AAAA,cAE3D,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-app-details.ts
|
|
4
|
+
const FlyGetAppDetailsInput = z.object({ name: z.string().describe("The application name or ID to retrieve details for.") }).describe("Request model for retrieving Fly.io application details.");
|
|
5
|
+
const FlyGetAppDetails_CertificateSchema = z.object({
|
|
6
|
+
hostname: z.string().describe("The hostname associated with this certificate.").nullable().optional(),
|
|
7
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the certificate was created.").nullable().optional(),
|
|
8
|
+
clientStatus: z.string().describe("The client status of the certificate.").nullable().optional()
|
|
9
|
+
}).describe("Certificate information for the application.");
|
|
10
|
+
const FlyGetAppDetails_CertificateNodesSchema = z.object({ nodes: z.array(FlyGetAppDetails_CertificateSchema).describe("List of certificates associated with the application.").nullable().optional() }).describe("Container for certificate nodes.");
|
|
11
|
+
const FlyGetAppDetails_AppDetailsSchema = z.object({
|
|
12
|
+
id: z.string().describe("Unique identifier for the application.").nullable().optional(),
|
|
13
|
+
name: z.string().describe("Name of the application.").nullable().optional(),
|
|
14
|
+
certificates: FlyGetAppDetails_CertificateNodesSchema.nullable().optional()
|
|
15
|
+
}).describe("Application details returned from Fly.io GraphQL API.");
|
|
16
|
+
const FlyGetAppDetails_GetAppDetailsDataSchema = z.object({ app: FlyGetAppDetails_AppDetailsSchema.nullable().optional() }).describe("GraphQL data wrapper for app query.");
|
|
17
|
+
const flyGetAppDetails = action("FLY_GET_APP_DETAILS", {
|
|
18
|
+
slug: "fly-get-app-details",
|
|
19
|
+
name: "Get app details",
|
|
20
|
+
description: "Tool to retrieve detailed information about a specific Fly.io application. Use when you need to get app details including certificates and configuration.",
|
|
21
|
+
input: FlyGetAppDetailsInput,
|
|
22
|
+
output: z.object({ data: FlyGetAppDetails_GetAppDetailsDataSchema.nullable().optional() }).describe("Response model for retrieving Fly.io application details.")
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { flyGetAppDetails };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=get-app-details.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-app-details.mjs","names":[],"sources":["../../src/actions/get-app-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyGetAppDetailsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The application name or ID to retrieve details for.\"),\n}).describe(\"Request model for retrieving Fly.io application details.\");\nconst FlyGetAppDetails_CertificateSchema: z.ZodTypeAny = z.object({\n hostname: z.string().describe(\"The hostname associated with this certificate.\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the certificate was created.\").nullable().optional(),\n clientStatus: z.string().describe(\"The client status of the certificate.\").nullable().optional(),\n}).describe(\"Certificate information for the application.\");\nconst FlyGetAppDetails_CertificateNodesSchema: z.ZodTypeAny = z.object({\n nodes: z.array(FlyGetAppDetails_CertificateSchema).describe(\"List of certificates associated with the application.\").nullable().optional(),\n}).describe(\"Container for certificate nodes.\");\nconst FlyGetAppDetails_AppDetailsSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the application.\").nullable().optional(),\n name: z.string().describe(\"Name of the application.\").nullable().optional(),\n certificates: FlyGetAppDetails_CertificateNodesSchema.nullable().optional(),\n}).describe(\"Application details returned from Fly.io GraphQL API.\");\nconst FlyGetAppDetails_GetAppDetailsDataSchema: z.ZodTypeAny = z.object({\n app: FlyGetAppDetails_AppDetailsSchema.nullable().optional(),\n}).describe(\"GraphQL data wrapper for app query.\");\nexport const FlyGetAppDetailsOutput: z.ZodTypeAny = z.object({\n data: FlyGetAppDetails_GetAppDetailsDataSchema.nullable().optional(),\n}).describe(\"Response model for retrieving Fly.io application details.\");\n\nexport const flyGetAppDetails = action(\"FLY_GET_APP_DETAILS\", {\n slug: \"fly-get-app-details\",\n name: \"Get app details\",\n description: \"Tool to retrieve detailed information about a specific Fly.io application. Use when you need to get app details including certificates and configuration.\",\n input: FlyGetAppDetailsInput,\n output: FlyGetAppDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsC,EAAE,OAAO,EAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,EACjF,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,qCAAmD,EAAE,OAAO;CAChE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,0CAAwD,EAAE,OAAO,EACrE,OAAO,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3I,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,oCAAkD,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,cAAc,wCAAwC,SAAS,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,2CAAyD,EAAE,OAAO,EACtE,KAAK,kCAAkC,SAAS,CAAC,CAAC,SAAS,EAC7D,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAKjD,MAAa,mBAAmB,OAAO,uBAAuB;CAC5D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkD,EAAE,OAAO,EAC3D,MAAM,yCAAyC,SAAS,CAAC,CAAC,SAAS,EACrE,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-certificate.ts
|
|
4
|
+
const FlyGetCertificateInput = zod.z.object({ certificate_id: zod.z.string().describe("The unique identifier of the certificate to retrieve. This is the certificate ID in Fly.io system.") });
|
|
5
|
+
const FlyGetCertificate_CertificateDataSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("The unique identifier of the certificate.").nullable().optional(),
|
|
7
|
+
domain: zod.z.string().describe("The domain name for the certificate.").nullable().optional(),
|
|
8
|
+
isApex: zod.z.boolean().describe("Whether the certificate is for an apex domain.").nullable().optional(),
|
|
9
|
+
source: zod.z.string().describe("Source of the certificate.").nullable().optional(),
|
|
10
|
+
hostname: zod.z.string().describe("The hostname associated with this certificate.").nullable().optional(),
|
|
11
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp indicating when the certificate was created.").nullable().optional(),
|
|
12
|
+
isWildcard: zod.z.boolean().describe("Whether the certificate is a wildcard certificate.").nullable().optional(),
|
|
13
|
+
dnsProvider: zod.z.string().describe("DNS provider for the certificate.").nullable().optional(),
|
|
14
|
+
clientStatus: zod.z.string().describe("Current client status of the certificate.").nullable().optional(),
|
|
15
|
+
dnsValidationTarget: zod.z.string().describe("Target for DNS validation.").nullable().optional(),
|
|
16
|
+
certificateAuthority: zod.z.string().describe("The certificate authority that issued the certificate.").nullable().optional(),
|
|
17
|
+
dnsValidationHostname: zod.z.string().describe("Hostname for DNS validation.").nullable().optional()
|
|
18
|
+
});
|
|
19
|
+
const FlyGetCertificate_GetCertificateResponseDataSchema = zod.z.object({ certificate: FlyGetCertificate_CertificateDataSchema.nullable().optional() });
|
|
20
|
+
const FlyGetCertificate_GraphQLErrorLocationSchema = zod.z.object({
|
|
21
|
+
line: zod.z.number().int().describe("Line number in the query where the error occurred."),
|
|
22
|
+
column: zod.z.number().int().describe("Column number in the query where the error occurred.")
|
|
23
|
+
});
|
|
24
|
+
const FlyGetCertificate_GraphQLErrorSchema = zod.z.object({
|
|
25
|
+
path: zod.z.array(zod.z.union([zod.z.string(), zod.z.number().int()])).describe("Path to the field that caused the error, represented as an array of strings and integers.").nullable().optional(),
|
|
26
|
+
message: zod.z.string().describe("Human-readable error message describing what went wrong."),
|
|
27
|
+
locations: zod.z.array(FlyGetCertificate_GraphQLErrorLocationSchema).describe("Array indicating where in the query document the error occurred.").nullable().optional(),
|
|
28
|
+
extensions: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Additional error-specific information provided by the GraphQL server.").nullable().optional()
|
|
29
|
+
});
|
|
30
|
+
const FlyGetCertificateOutput = zod.z.object({
|
|
31
|
+
data: FlyGetCertificate_GetCertificateResponseDataSchema.nullable().optional(),
|
|
32
|
+
errors: zod.z.array(FlyGetCertificate_GraphQLErrorSchema).describe("Array of error objects if any errors occurred during query execution. Present only when errors are encountered.").nullable().optional()
|
|
33
|
+
});
|
|
34
|
+
const flyGetCertificate = require_action.action("FLY_GET_CERTIFICATE", {
|
|
35
|
+
slug: "fly-get-certificate",
|
|
36
|
+
name: "Get Certificate",
|
|
37
|
+
description: "Tool to retrieve a certificate by its ID from Fly.io. Use when you need to get details about a specific certificate including hostname, creation date, and configuration status.",
|
|
38
|
+
input: FlyGetCertificateInput,
|
|
39
|
+
output: FlyGetCertificateOutput
|
|
40
|
+
});
|
|
41
|
+
//#endregion
|
|
42
|
+
exports.flyGetCertificate = flyGetCertificate;
|
|
43
|
+
|
|
44
|
+
//# sourceMappingURL=get-certificate.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-certificate.cjs","names":["z","action"],"sources":["../../src/actions/get-certificate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyGetCertificateInput: z.ZodTypeAny = z.object({\n certificate_id: z.string().describe(\"The unique identifier of the certificate to retrieve. This is the certificate ID in Fly.io system.\"),\n});\nconst FlyGetCertificate_CertificateDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the certificate.\").nullable().optional(),\n domain: z.string().describe(\"The domain name for the certificate.\").nullable().optional(),\n isApex: z.boolean().describe(\"Whether the certificate is for an apex domain.\").nullable().optional(),\n source: z.string().describe(\"Source of the certificate.\").nullable().optional(),\n hostname: z.string().describe(\"The hostname associated with this certificate.\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp indicating when the certificate was created.\").nullable().optional(),\n isWildcard: z.boolean().describe(\"Whether the certificate is a wildcard certificate.\").nullable().optional(),\n dnsProvider: z.string().describe(\"DNS provider for the certificate.\").nullable().optional(),\n clientStatus: z.string().describe(\"Current client status of the certificate.\").nullable().optional(),\n dnsValidationTarget: z.string().describe(\"Target for DNS validation.\").nullable().optional(),\n certificateAuthority: z.string().describe(\"The certificate authority that issued the certificate.\").nullable().optional(),\n dnsValidationHostname: z.string().describe(\"Hostname for DNS validation.\").nullable().optional(),\n});\nconst FlyGetCertificate_GetCertificateResponseDataSchema: z.ZodTypeAny = z.object({\n certificate: FlyGetCertificate_CertificateDataSchema.nullable().optional(),\n});\nconst FlyGetCertificate_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});\nconst FlyGetCertificate_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, represented as an array of strings and integers.\").nullable().optional(),\n message: z.string().describe(\"Human-readable error message describing what went wrong.\"),\n locations: z.array(FlyGetCertificate_GraphQLErrorLocationSchema).describe(\"Array indicating where in the query document the error occurred.\").nullable().optional(),\n extensions: z.record(z.string(), z.unknown()).describe(\"Additional error-specific information provided by the GraphQL server.\").nullable().optional(),\n});\nexport const FlyGetCertificateOutput: z.ZodTypeAny = z.object({\n data: FlyGetCertificate_GetCertificateResponseDataSchema.nullable().optional(),\n errors: z.array(FlyGetCertificate_GraphQLErrorSchema).describe(\"Array of error objects if any errors occurred during query execution. Present only when errors are encountered.\").nullable().optional(),\n});\n\nexport const flyGetCertificate = action(\"FLY_GET_CERTIFICATE\", {\n slug: \"fly-get-certificate\",\n name: \"Get Certificate\",\n description: \"Tool to retrieve a certificate by its ID from Fly.io. Use when you need to get details about a specific certificate including hostname, creation date, and configuration status.\",\n input: FlyGetCertificateInput,\n output: FlyGetCertificateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,EAC1I,CAAC;AACD,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC;AACD,MAAM,qDAAmEA,IAAAA,EAAE,OAAO,EAChF,aAAa,wCAAwC,SAAS,CAAC,CAAC,SAAS,EAC3E,CAAC;AACD,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD;CACpF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;AAC1F,CAAC;AACD,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjL,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACvF,WAAWA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClK,YAAYA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtJ,CAAC;AACD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,MAAM,mDAAmD,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxM,CAAC;AAED,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,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-certificate.d.ts
|
|
4
|
+
declare const FlyGetCertificateInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyGetCertificateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyGetCertificate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyGetCertificate };
|
|
9
|
+
//# sourceMappingURL=get-certificate.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-certificate.d.cts","names":[],"sources":["../../src/actions/get-certificate.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAErC;AAAA,cA4BW,uBAAA,EAAyB,CAAA,CAAE,UAGtC;AAAA,cAEW,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-certificate.d.ts
|
|
4
|
+
declare const FlyGetCertificateInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyGetCertificateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyGetCertificate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyGetCertificate };
|
|
9
|
+
//# sourceMappingURL=get-certificate.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-certificate.d.mts","names":[],"sources":["../../src/actions/get-certificate.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAErC;AAAA,cA4BW,uBAAA,EAAyB,CAAA,CAAE,UAGtC;AAAA,cAEW,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-certificate.ts
|
|
4
|
+
const FlyGetCertificateInput = z.object({ certificate_id: z.string().describe("The unique identifier of the certificate to retrieve. This is the certificate ID in Fly.io system.") });
|
|
5
|
+
const FlyGetCertificate_CertificateDataSchema = z.object({
|
|
6
|
+
id: z.string().describe("The unique identifier of the certificate.").nullable().optional(),
|
|
7
|
+
domain: z.string().describe("The domain name for the certificate.").nullable().optional(),
|
|
8
|
+
isApex: z.boolean().describe("Whether the certificate is for an apex domain.").nullable().optional(),
|
|
9
|
+
source: z.string().describe("Source of the certificate.").nullable().optional(),
|
|
10
|
+
hostname: z.string().describe("The hostname associated with this certificate.").nullable().optional(),
|
|
11
|
+
createdAt: z.string().describe("ISO 8601 timestamp indicating when the certificate was created.").nullable().optional(),
|
|
12
|
+
isWildcard: z.boolean().describe("Whether the certificate is a wildcard certificate.").nullable().optional(),
|
|
13
|
+
dnsProvider: z.string().describe("DNS provider for the certificate.").nullable().optional(),
|
|
14
|
+
clientStatus: z.string().describe("Current client status of the certificate.").nullable().optional(),
|
|
15
|
+
dnsValidationTarget: z.string().describe("Target for DNS validation.").nullable().optional(),
|
|
16
|
+
certificateAuthority: z.string().describe("The certificate authority that issued the certificate.").nullable().optional(),
|
|
17
|
+
dnsValidationHostname: z.string().describe("Hostname for DNS validation.").nullable().optional()
|
|
18
|
+
});
|
|
19
|
+
const FlyGetCertificate_GetCertificateResponseDataSchema = z.object({ certificate: FlyGetCertificate_CertificateDataSchema.nullable().optional() });
|
|
20
|
+
const FlyGetCertificate_GraphQLErrorLocationSchema = z.object({
|
|
21
|
+
line: z.number().int().describe("Line number in the query where the error occurred."),
|
|
22
|
+
column: z.number().int().describe("Column number in the query where the error occurred.")
|
|
23
|
+
});
|
|
24
|
+
const FlyGetCertificate_GraphQLErrorSchema = z.object({
|
|
25
|
+
path: z.array(z.union([z.string(), z.number().int()])).describe("Path to the field that caused the error, represented as an array of strings and integers.").nullable().optional(),
|
|
26
|
+
message: z.string().describe("Human-readable error message describing what went wrong."),
|
|
27
|
+
locations: z.array(FlyGetCertificate_GraphQLErrorLocationSchema).describe("Array indicating where in the query document the error occurred.").nullable().optional(),
|
|
28
|
+
extensions: z.record(z.string(), z.unknown()).describe("Additional error-specific information provided by the GraphQL server.").nullable().optional()
|
|
29
|
+
});
|
|
30
|
+
const flyGetCertificate = action("FLY_GET_CERTIFICATE", {
|
|
31
|
+
slug: "fly-get-certificate",
|
|
32
|
+
name: "Get Certificate",
|
|
33
|
+
description: "Tool to retrieve a certificate by its ID from Fly.io. Use when you need to get details about a specific certificate including hostname, creation date, and configuration status.",
|
|
34
|
+
input: FlyGetCertificateInput,
|
|
35
|
+
output: z.object({
|
|
36
|
+
data: FlyGetCertificate_GetCertificateResponseDataSchema.nullable().optional(),
|
|
37
|
+
errors: z.array(FlyGetCertificate_GraphQLErrorSchema).describe("Array of error objects if any errors occurred during query execution. Present only when errors are encountered.").nullable().optional()
|
|
38
|
+
})
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
export { flyGetCertificate };
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=get-certificate.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-certificate.mjs","names":[],"sources":["../../src/actions/get-certificate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyGetCertificateInput: z.ZodTypeAny = z.object({\n certificate_id: z.string().describe(\"The unique identifier of the certificate to retrieve. This is the certificate ID in Fly.io system.\"),\n});\nconst FlyGetCertificate_CertificateDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the certificate.\").nullable().optional(),\n domain: z.string().describe(\"The domain name for the certificate.\").nullable().optional(),\n isApex: z.boolean().describe(\"Whether the certificate is for an apex domain.\").nullable().optional(),\n source: z.string().describe(\"Source of the certificate.\").nullable().optional(),\n hostname: z.string().describe(\"The hostname associated with this certificate.\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp indicating when the certificate was created.\").nullable().optional(),\n isWildcard: z.boolean().describe(\"Whether the certificate is a wildcard certificate.\").nullable().optional(),\n dnsProvider: z.string().describe(\"DNS provider for the certificate.\").nullable().optional(),\n clientStatus: z.string().describe(\"Current client status of the certificate.\").nullable().optional(),\n dnsValidationTarget: z.string().describe(\"Target for DNS validation.\").nullable().optional(),\n certificateAuthority: z.string().describe(\"The certificate authority that issued the certificate.\").nullable().optional(),\n dnsValidationHostname: z.string().describe(\"Hostname for DNS validation.\").nullable().optional(),\n});\nconst FlyGetCertificate_GetCertificateResponseDataSchema: z.ZodTypeAny = z.object({\n certificate: FlyGetCertificate_CertificateDataSchema.nullable().optional(),\n});\nconst FlyGetCertificate_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});\nconst FlyGetCertificate_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, represented as an array of strings and integers.\").nullable().optional(),\n message: z.string().describe(\"Human-readable error message describing what went wrong.\"),\n locations: z.array(FlyGetCertificate_GraphQLErrorLocationSchema).describe(\"Array indicating where in the query document the error occurred.\").nullable().optional(),\n extensions: z.record(z.string(), z.unknown()).describe(\"Additional error-specific information provided by the GraphQL server.\").nullable().optional(),\n});\nexport const FlyGetCertificateOutput: z.ZodTypeAny = z.object({\n data: FlyGetCertificate_GetCertificateResponseDataSchema.nullable().optional(),\n errors: z.array(FlyGetCertificate_GraphQLErrorSchema).describe(\"Array of error objects if any errors occurred during query execution. Present only when errors are encountered.\").nullable().optional(),\n});\n\nexport const flyGetCertificate = action(\"FLY_GET_CERTIFICATE\", {\n slug: \"fly-get-certificate\",\n name: \"Get Certificate\",\n description: \"Tool to retrieve a certificate by its ID from Fly.io. Use when you need to get details about a specific certificate including hostname, creation date, and configuration status.\",\n input: FlyGetCertificateInput,\n output: FlyGetCertificateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuC,EAAE,OAAO,EAC3D,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,EAC1I,CAAC;AACD,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC;AACD,MAAM,qDAAmE,EAAE,OAAO,EAChF,aAAa,wCAAwC,SAAS,CAAC,CAAC,SAAS,EAC3E,CAAC;AACD,MAAM,+CAA6D,EAAE,OAAO;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD;CACpF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;AAC1F,CAAC;AACD,MAAM,uCAAqD,EAAE,OAAO;CAClE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjL,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACvF,WAAW,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClK,YAAY,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtJ,CAAC;AAMD,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVmD,EAAE,OAAO;EAC5D,MAAM,mDAAmD,SAAS,CAAC,CAAC,SAAS;EAC7E,QAAQ,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxM,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-current-token-info.ts
|
|
4
|
+
const FlyGetCurrentTokenInfoInput = zod.z.object({}).describe("Request model for getting current token information.");
|
|
5
|
+
const FlyGetCurrentTokenInfo_TokenInfoSchema = zod.z.object({
|
|
6
|
+
apps: zod.z.array(zod.z.string()).describe("List of apps the token has access to").nullable().optional(),
|
|
7
|
+
user: zod.z.string().describe("User associated with the token").nullable().optional(),
|
|
8
|
+
org_slug: zod.z.string().describe("Organization slug associated with the token").nullable().optional(),
|
|
9
|
+
token_id: zod.z.string().describe("Unique identifier for the token").nullable().optional(),
|
|
10
|
+
organization: zod.z.string().describe("Organization name associated with the token").nullable().optional(),
|
|
11
|
+
source_machine_id: zod.z.string().describe("ID of the machine that created the token, if applicable").nullable().optional(),
|
|
12
|
+
restricted_to_machine: zod.z.string().describe("Machine ID that this token is restricted to, if applicable").nullable().optional()
|
|
13
|
+
}).describe("Information about a token.");
|
|
14
|
+
const FlyGetCurrentTokenInfoOutput = zod.z.object({ tokens: zod.z.array(FlyGetCurrentTokenInfo_TokenInfoSchema).describe("List of token information objects for the current authentication token").nullable().optional() }).describe("Response model for getting current token information.");
|
|
15
|
+
const flyGetCurrentTokenInfo = require_action.action("FLY_GET_CURRENT_TOKEN_INFO", {
|
|
16
|
+
slug: "fly-get-current-token-info",
|
|
17
|
+
name: "Get Current Token Info",
|
|
18
|
+
description: "Tool to get information about the current authentication token. Use when you need to retrieve details about the token being used for API authentication, including organizations, apps, and whether the token is from a user or machine.",
|
|
19
|
+
input: FlyGetCurrentTokenInfoInput,
|
|
20
|
+
output: FlyGetCurrentTokenInfoOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.flyGetCurrentTokenInfo = flyGetCurrentTokenInfo;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=get-current-token-info.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-current-token-info.cjs","names":["z","action"],"sources":["../../src/actions/get-current-token-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyGetCurrentTokenInfoInput: z.ZodTypeAny = z.object({}).describe(\"Request model for getting current token information.\");\nconst FlyGetCurrentTokenInfo_TokenInfoSchema: z.ZodTypeAny = z.object({\n apps: z.array(z.string()).describe(\"List of apps the token has access to\").nullable().optional(),\n user: z.string().describe(\"User associated with the token\").nullable().optional(),\n org_slug: z.string().describe(\"Organization slug associated with the token\").nullable().optional(),\n token_id: z.string().describe(\"Unique identifier for the token\").nullable().optional(),\n organization: z.string().describe(\"Organization name associated with the token\").nullable().optional(),\n source_machine_id: z.string().describe(\"ID of the machine that created the token, if applicable\").nullable().optional(),\n restricted_to_machine: z.string().describe(\"Machine ID that this token is restricted to, if applicable\").nullable().optional(),\n}).describe(\"Information about a token.\");\nexport const FlyGetCurrentTokenInfoOutput: z.ZodTypeAny = z.object({\n tokens: z.array(FlyGetCurrentTokenInfo_TokenInfoSchema).describe(\"List of token information objects for the current authentication token\").nullable().optional(),\n}).describe(\"Response model for getting current token information.\");\n\nexport const flyGetCurrentTokenInfo = action(\"FLY_GET_CURRENT_TOKEN_INFO\", {\n slug: \"fly-get-current-token-info\",\n name: \"Get Current Token Info\",\n description: \"Tool to get information about the current authentication token. Use when you need to retrieve details about the token being used for API authentication, including organizations, apps, and whether the token is from a user or machine.\",\n input: FlyGetCurrentTokenInfoInput,\n output: FlyGetCurrentTokenInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sDAAsD;AACrI,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACxC,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,QAAQA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjK,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,yBAAyBC,eAAAA,OAAO,8BAA8B;CACzE,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-current-token-info.d.ts
|
|
4
|
+
declare const FlyGetCurrentTokenInfoInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyGetCurrentTokenInfoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyGetCurrentTokenInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyGetCurrentTokenInfo };
|
|
9
|
+
//# sourceMappingURL=get-current-token-info.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-current-token-info.d.cts","names":[],"sources":["../../src/actions/get-current-token-info.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAA0F;AAAA,cAUzH,4BAAA,EAA8B,CAAA,CAAE,UAEuB;AAAA,cAEvD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-current-token-info.d.ts
|
|
4
|
+
declare const FlyGetCurrentTokenInfoInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyGetCurrentTokenInfoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyGetCurrentTokenInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyGetCurrentTokenInfo };
|
|
9
|
+
//# sourceMappingURL=get-current-token-info.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-current-token-info.d.mts","names":[],"sources":["../../src/actions/get-current-token-info.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAA0F;AAAA,cAUzH,4BAAA,EAA8B,CAAA,CAAE,UAEuB;AAAA,cAEvD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-current-token-info.ts
|
|
4
|
+
const FlyGetCurrentTokenInfoInput = z.object({}).describe("Request model for getting current token information.");
|
|
5
|
+
const FlyGetCurrentTokenInfo_TokenInfoSchema = z.object({
|
|
6
|
+
apps: z.array(z.string()).describe("List of apps the token has access to").nullable().optional(),
|
|
7
|
+
user: z.string().describe("User associated with the token").nullable().optional(),
|
|
8
|
+
org_slug: z.string().describe("Organization slug associated with the token").nullable().optional(),
|
|
9
|
+
token_id: z.string().describe("Unique identifier for the token").nullable().optional(),
|
|
10
|
+
organization: z.string().describe("Organization name associated with the token").nullable().optional(),
|
|
11
|
+
source_machine_id: z.string().describe("ID of the machine that created the token, if applicable").nullable().optional(),
|
|
12
|
+
restricted_to_machine: z.string().describe("Machine ID that this token is restricted to, if applicable").nullable().optional()
|
|
13
|
+
}).describe("Information about a token.");
|
|
14
|
+
const flyGetCurrentTokenInfo = action("FLY_GET_CURRENT_TOKEN_INFO", {
|
|
15
|
+
slug: "fly-get-current-token-info",
|
|
16
|
+
name: "Get Current Token Info",
|
|
17
|
+
description: "Tool to get information about the current authentication token. Use when you need to retrieve details about the token being used for API authentication, including organizations, apps, and whether the token is from a user or machine.",
|
|
18
|
+
input: FlyGetCurrentTokenInfoInput,
|
|
19
|
+
output: z.object({ tokens: z.array(FlyGetCurrentTokenInfo_TokenInfoSchema).describe("List of token information objects for the current authentication token").nullable().optional() }).describe("Response model for getting current token information.")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { flyGetCurrentTokenInfo };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=get-current-token-info.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-current-token-info.mjs","names":[],"sources":["../../src/actions/get-current-token-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyGetCurrentTokenInfoInput: z.ZodTypeAny = z.object({}).describe(\"Request model for getting current token information.\");\nconst FlyGetCurrentTokenInfo_TokenInfoSchema: z.ZodTypeAny = z.object({\n apps: z.array(z.string()).describe(\"List of apps the token has access to\").nullable().optional(),\n user: z.string().describe(\"User associated with the token\").nullable().optional(),\n org_slug: z.string().describe(\"Organization slug associated with the token\").nullable().optional(),\n token_id: z.string().describe(\"Unique identifier for the token\").nullable().optional(),\n organization: z.string().describe(\"Organization name associated with the token\").nullable().optional(),\n source_machine_id: z.string().describe(\"ID of the machine that created the token, if applicable\").nullable().optional(),\n restricted_to_machine: z.string().describe(\"Machine ID that this token is restricted to, if applicable\").nullable().optional(),\n}).describe(\"Information about a token.\");\nexport const FlyGetCurrentTokenInfoOutput: z.ZodTypeAny = z.object({\n tokens: z.array(FlyGetCurrentTokenInfo_TokenInfoSchema).describe(\"List of token information objects for the current authentication token\").nullable().optional(),\n}).describe(\"Response model for getting current token information.\");\n\nexport const flyGetCurrentTokenInfo = action(\"FLY_GET_CURRENT_TOKEN_INFO\", {\n slug: \"fly-get-current-token-info\",\n name: \"Get Current Token Info\",\n description: \"Tool to get information about the current authentication token. Use when you need to retrieve details about the token being used for API authentication, including organizations, apps, and whether the token is from a user or machine.\",\n input: FlyGetCurrentTokenInfoInput,\n output: FlyGetCurrentTokenInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sDAAsD;AACrI,MAAM,yCAAuD,EAAE,OAAO;CACpE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,SAAS,4BAA4B;AAKxC,MAAa,yBAAyB,OAAO,8BAA8B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,QAAQ,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjK,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-latest-image-details.ts
|
|
4
|
+
const FlyGetLatestImageDetailsInput = zod.z.object({
|
|
5
|
+
image: zod.z.string().describe("Image reference in repository/name:tag format (e.g., 'flyio/postgres:15' or 'registry.fly.io/myapp:latest'). Use images from Fly.io's registry for best results."),
|
|
6
|
+
fly_version: zod.z.string().describe("Fly version to use for tag resolution. Optional parameter to specify a particular Fly.io version for resolving the image tag.").optional()
|
|
7
|
+
});
|
|
8
|
+
const FlyGetLatestImageDetailsOutput = zod.z.object({
|
|
9
|
+
tag: zod.z.string().describe("Image tag (e.g., '15', 'latest')."),
|
|
10
|
+
digest: zod.z.string().describe("Image digest hash (SHA256 hash of the image manifest)."),
|
|
11
|
+
version: zod.z.string().describe("Version string if available, typically matches the tag or provides additional version information.").nullable().optional(),
|
|
12
|
+
registry: zod.z.string().describe("Registry URL where the image is hosted (e.g., 'registry.fly.io')."),
|
|
13
|
+
repository: zod.z.string().describe("Repository name for the image (e.g., 'flyio/postgres').")
|
|
14
|
+
});
|
|
15
|
+
const flyGetLatestImageDetails = require_action.action("FLY_GET_LATEST_IMAGE_DETAILS", {
|
|
16
|
+
slug: "fly-get-latest-image-details",
|
|
17
|
+
name: "Get Latest Image Details",
|
|
18
|
+
description: "Tool to retrieve the latest available tag details for a given image repository from Fly.io's registry. Use when you need to get digest, registry, repository, tag, and version information for a container image.",
|
|
19
|
+
input: FlyGetLatestImageDetailsInput,
|
|
20
|
+
output: FlyGetLatestImageDetailsOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.flyGetLatestImageDetails = flyGetLatestImageDetails;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=get-latest-image-details.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-latest-image-details.cjs","names":["z","action"],"sources":["../../src/actions/get-latest-image-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyGetLatestImageDetailsInput: z.ZodTypeAny = z.object({\n image: z.string().describe(\"Image reference in repository/name:tag format (e.g., 'flyio/postgres:15' or 'registry.fly.io/myapp:latest'). Use images from Fly.io's registry for best results.\"),\n fly_version: z.string().describe(\"Fly version to use for tag resolution. Optional parameter to specify a particular Fly.io version for resolving the image tag.\").optional(),\n});\nexport const FlyGetLatestImageDetailsOutput: z.ZodTypeAny = z.object({\n tag: z.string().describe(\"Image tag (e.g., '15', 'latest').\"),\n digest: z.string().describe(\"Image digest hash (SHA256 hash of the image manifest).\"),\n version: z.string().describe(\"Version string if available, typically matches the tag or provides additional version information.\").nullable().optional(),\n registry: z.string().describe(\"Registry URL where the image is hosted (e.g., 'registry.fly.io').\"),\n repository: z.string().describe(\"Repository name for the image (e.g., 'flyio/postgres').\"),\n});\n\nexport const flyGetLatestImageDetails = action(\"FLY_GET_LATEST_IMAGE_DETAILS\", {\n slug: \"fly-get-latest-image-details\",\n name: \"Get Latest Image Details\",\n description: \"Tool to retrieve the latest available tag details for a given image repository from Fly.io's registry. Use when you need to get digest, registry, repository, tag, and version information for a container image.\",\n input: FlyGetLatestImageDetailsInput,\n output: FlyGetLatestImageDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK;CAC7L,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS;AAC7K,CAAC;AACD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC5D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvJ,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CACjG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AAC3F,CAAC;AAED,MAAa,2BAA2BC,eAAAA,OAAO,gCAAgC;CAC7E,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-latest-image-details.d.ts
|
|
4
|
+
declare const FlyGetLatestImageDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyGetLatestImageDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyGetLatestImageDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyGetLatestImageDetails };
|
|
9
|
+
//# sourceMappingURL=get-latest-image-details.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-latest-image-details.d.cts","names":[],"sources":["../../src/actions/get-latest-image-details.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAG5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAM7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-latest-image-details.d.ts
|
|
4
|
+
declare const FlyGetLatestImageDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyGetLatestImageDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyGetLatestImageDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyGetLatestImageDetails };
|
|
9
|
+
//# sourceMappingURL=get-latest-image-details.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-latest-image-details.d.mts","names":[],"sources":["../../src/actions/get-latest-image-details.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAG5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAM7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|