@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":"list-check-locations.mjs","names":[],"sources":["../../src/actions/list-check-locations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyListCheckLocationsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing available Fly.io health check locations.\");\nconst FlyListCheckLocations_CheckLocationItemSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Unique identifier code for the check location (e.g., 'ams', 'atl', 'cdg').\"),\n state: z.string().describe(\"State or province within the country, if applicable.\").nullable().optional(),\n title: z.string().describe(\"Human-readable name/title of the check location (e.g., 'Amsterdam, Netherlands').\"),\n country: z.string().describe(\"Country code or name where the check location is situated.\"),\n locality: z.string().describe(\"City or locality name for the check location.\").nullable().optional(),\n}).describe(\"Represents a single check location for Fly.io health checks.\");\nconst FlyListCheckLocations_ListCheckLocationsResponseDataSchema: z.ZodTypeAny = z.object({\n checkLocations: z.array(FlyListCheckLocations_CheckLocationItemSchema).describe(\"Array of all available check locations for Fly.io health checks.\"),\n}).describe(\"Data envelope containing the list of check locations.\");\nexport const FlyListCheckLocationsOutput: z.ZodTypeAny = z.object({\n data: FlyListCheckLocations_ListCheckLocationsResponseDataSchema.nullable(),\n}).describe(\"Response model for the checkLocations GraphQL query.\");\n\nexport const flyListCheckLocations = action(\"FLY_LIST_CHECK_LOCATIONS\", {\n slug: \"fly-list-check-locations\",\n name: \"Check Locations\",\n description: \"Retrieve all available Fly.io health check locations. Returns a comprehensive list of global locations where health checks can be performed, including geographic details and coordinates. Use when you need to determine available monitoring points for setting up health checks.\",\n input: FlyListCheckLocationsInput,\n output: FlyListCheckLocationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAClJ,MAAM,gDAA8D,EAAE,OAAO;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CACtG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;CAC9G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACzF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,6DAA2E,EAAE,OAAO,EACxF,gBAAgB,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,kEAAkE,EACpJ,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAKnE,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,MAAM,2DAA2D,SAAS,EAC5E,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-machines.ts
|
|
4
|
+
const FlyListMachinesInput = zod.z.object({
|
|
5
|
+
last: zod.z.number().int().describe("Returns the last n machines (backward pagination). Cannot be used with 'first'.").optional(),
|
|
6
|
+
after: zod.z.string().describe("Cursor for forward pagination - returns machines after this cursor. Use with 'first'.").optional(),
|
|
7
|
+
first: zod.z.number().int().describe("Returns the first n machines (forward pagination). Cannot be used with 'last'.").optional(),
|
|
8
|
+
before: zod.z.string().describe("Cursor for backward pagination - returns machines before this cursor. Use with 'last'.").optional()
|
|
9
|
+
}).describe("Request parameters for listing machines via GraphQL.");
|
|
10
|
+
const FlyListMachinesOutput = zod.z.object({
|
|
11
|
+
data: zod.z.object({}).describe("GraphQL response data containing the machines query results"),
|
|
12
|
+
errors: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("GraphQL errors if any occurred during query execution").nullable().optional()
|
|
13
|
+
}).describe("Response from the machines GraphQL query.");
|
|
14
|
+
const flyListMachines = require_action.action("FLY_LIST_MACHINES", {
|
|
15
|
+
slug: "fly-list-machines",
|
|
16
|
+
name: "List Machines",
|
|
17
|
+
description: "Tool to list Fly.io machines using GraphQL API with pagination support. Use when you need to retrieve information about deployed machines including their state, region, and creation time.",
|
|
18
|
+
input: FlyListMachinesInput,
|
|
19
|
+
output: FlyListMachinesOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.flyListMachines = flyListMachines;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=list-machines.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-machines.cjs","names":["z","action"],"sources":["../../src/actions/list-machines.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyListMachinesInput: z.ZodTypeAny = z.object({\n last: z.number().int().describe(\"Returns the last n machines (backward pagination). Cannot be used with 'first'.\").optional(),\n after: z.string().describe(\"Cursor for forward pagination - returns machines after this cursor. Use with 'first'.\").optional(),\n first: z.number().int().describe(\"Returns the first n machines (forward pagination). Cannot be used with 'last'.\").optional(),\n before: z.string().describe(\"Cursor for backward pagination - returns machines before this cursor. Use with 'last'.\").optional(),\n}).describe(\"Request parameters for listing machines via GraphQL.\");\nexport const FlyListMachinesOutput: z.ZodTypeAny = z.object({\n data: z.object({}).describe(\"GraphQL response data containing the machines query results\"),\n errors: z.array(z.record(z.string(), z.unknown())).describe(\"GraphQL errors if any occurred during query execution\").nullable().optional(),\n}).describe(\"Response from the machines GraphQL query.\");\n\nexport const flyListMachines = action(\"FLY_LIST_MACHINES\", {\n slug: \"fly-list-machines\",\n name: \"List Machines\",\n description: \"Tool to list Fly.io machines using GraphQL API with pagination support. Use when you need to retrieve information about deployed machines including their state, region, and creation time.\",\n input: FlyListMachinesInput,\n output: FlyListMachinesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CAC5H,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;CAC7H,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CAC5H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;AACjI,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6DAA6D;CACzF,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3I,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,kBAAkBC,eAAAA,OAAO,qBAAqB;CACzD,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/list-machines.d.ts
|
|
4
|
+
declare const FlyListMachinesInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyListMachinesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyListMachines: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyListMachines };
|
|
9
|
+
//# sourceMappingURL=list-machines.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-machines.d.cts","names":[],"sources":["../../src/actions/list-machines.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAK8B;AAAA,cACtD,qBAAA,EAAuB,CAAA,CAAE,UAGkB;AAAA,cAE3C,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-machines.d.ts
|
|
4
|
+
declare const FlyListMachinesInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyListMachinesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyListMachines: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyListMachines };
|
|
9
|
+
//# sourceMappingURL=list-machines.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-machines.d.mts","names":[],"sources":["../../src/actions/list-machines.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAK8B;AAAA,cACtD,qBAAA,EAAuB,CAAA,CAAE,UAGkB;AAAA,cAE3C,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const flyListMachines = action("FLY_LIST_MACHINES", {
|
|
4
|
+
slug: "fly-list-machines",
|
|
5
|
+
name: "List Machines",
|
|
6
|
+
description: "Tool to list Fly.io machines using GraphQL API with pagination support. Use when you need to retrieve information about deployed machines including their state, region, and creation time.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
last: z.number().int().describe("Returns the last n machines (backward pagination). Cannot be used with 'first'.").optional(),
|
|
9
|
+
after: z.string().describe("Cursor for forward pagination - returns machines after this cursor. Use with 'first'.").optional(),
|
|
10
|
+
first: z.number().int().describe("Returns the first n machines (forward pagination). Cannot be used with 'last'.").optional(),
|
|
11
|
+
before: z.string().describe("Cursor for backward pagination - returns machines before this cursor. Use with 'last'.").optional()
|
|
12
|
+
}).describe("Request parameters for listing machines via GraphQL."),
|
|
13
|
+
output: z.object({
|
|
14
|
+
data: z.object({}).describe("GraphQL response data containing the machines query results"),
|
|
15
|
+
errors: z.array(z.record(z.string(), z.unknown())).describe("GraphQL errors if any occurred during query execution").nullable().optional()
|
|
16
|
+
}).describe("Response from the machines GraphQL query.")
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
export { flyListMachines };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=list-machines.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-machines.mjs","names":[],"sources":["../../src/actions/list-machines.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyListMachinesInput: z.ZodTypeAny = z.object({\n last: z.number().int().describe(\"Returns the last n machines (backward pagination). Cannot be used with 'first'.\").optional(),\n after: z.string().describe(\"Cursor for forward pagination - returns machines after this cursor. Use with 'first'.\").optional(),\n first: z.number().int().describe(\"Returns the first n machines (forward pagination). Cannot be used with 'last'.\").optional(),\n before: z.string().describe(\"Cursor for backward pagination - returns machines before this cursor. Use with 'last'.\").optional(),\n}).describe(\"Request parameters for listing machines via GraphQL.\");\nexport const FlyListMachinesOutput: z.ZodTypeAny = z.object({\n data: z.object({}).describe(\"GraphQL response data containing the machines query results\"),\n errors: z.array(z.record(z.string(), z.unknown())).describe(\"GraphQL errors if any occurred during query execution\").nullable().optional(),\n}).describe(\"Response from the machines GraphQL query.\");\n\nexport const flyListMachines = action(\"FLY_LIST_MACHINES\", {\n slug: \"fly-list-machines\",\n name: \"List Machines\",\n description: \"Tool to list Fly.io machines using GraphQL API with pagination support. Use when you need to retrieve information about deployed machines including their state, region, and creation time.\",\n input: FlyListMachinesInput,\n output: FlyListMachinesOutput,\n});\n"],"mappings":";;AAeA,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfgD,EAAE,OAAO;EACzD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;EAC5H,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;EAC7H,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;EAC5H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACjI,CAAC,CAAC,CAAC,SAAS,sDAUH;CACP,QAViD,EAAE,OAAO;EAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6DAA6D;EACzF,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-org-machines.ts
|
|
4
|
+
const FlyListOrgMachinesInput = zod.z.object({
|
|
5
|
+
limit: zod.z.number().int().describe("The number of machines to fetch (max of 1000). If omitted, this is set to 500 by default").optional(),
|
|
6
|
+
state: zod.z.string().describe("Comma separated list of states to filter. Valid states: created, started, stopped, suspended").optional(),
|
|
7
|
+
cursor: zod.z.string().describe("Pagination cursor from previous response (takes precedence over updated_after)").optional(),
|
|
8
|
+
region: zod.z.string().describe("Filter machines by region").optional(),
|
|
9
|
+
org_slug: zod.z.string().describe("Fly Organization Slug"),
|
|
10
|
+
updated_after: zod.z.string().describe("Only return machines updated after this time. Timestamp must be in the RFC 3339 format").optional(),
|
|
11
|
+
include_deleted: zod.z.boolean().describe("Include deleted machines in the response").optional()
|
|
12
|
+
}).describe("Request model for listing all machines across all apps in an organization.");
|
|
13
|
+
const FlyListOrgMachines_MachineSchema = zod.z.object({
|
|
14
|
+
id: zod.z.string().describe("Unique machine identifier").nullable().optional(),
|
|
15
|
+
name: zod.z.string().describe("Machine name").nullable().optional(),
|
|
16
|
+
state: zod.z.string().describe("Current state of the machine (created, started, stopped, suspended)").nullable().optional(),
|
|
17
|
+
app_id: zod.z.number().int().describe("Application ID the machine belongs to").nullable().optional(),
|
|
18
|
+
region: zod.z.string().describe("Region where the machine is located").nullable().optional(),
|
|
19
|
+
app_name: zod.z.string().describe("Application name the machine belongs to").nullable().optional(),
|
|
20
|
+
created_at: zod.z.string().describe("Timestamp when the machine was created").nullable().optional(),
|
|
21
|
+
private_ip: zod.z.string().describe("Private IP address of the machine").nullable().optional(),
|
|
22
|
+
updated_at: zod.z.string().describe("Timestamp when the machine was last updated").nullable().optional(),
|
|
23
|
+
instance_id: zod.z.string().describe("Instance identifier").nullable().optional()
|
|
24
|
+
}).describe("Machine object representing a Fly machine.");
|
|
25
|
+
const FlyListOrgMachinesOutput = zod.z.object({
|
|
26
|
+
machines: zod.z.array(FlyListOrgMachines_MachineSchema).describe("List of machines in the organization").nullable().optional(),
|
|
27
|
+
next_cursor: zod.z.string().describe("Cursor for pagination. Use this value in the cursor parameter of the next request to fetch more machines").nullable().optional(),
|
|
28
|
+
last_machine_id: zod.z.string().describe("ID of the last machine in the current response").nullable().optional(),
|
|
29
|
+
last_updated_at: zod.z.string().describe("Timestamp of the last updated machine in the current response").nullable().optional()
|
|
30
|
+
}).describe("Response model for listing organization machines.");
|
|
31
|
+
const flyListOrgMachines = require_action.action("FLY_LIST_ORG_MACHINES", {
|
|
32
|
+
slug: "fly-list-org-machines",
|
|
33
|
+
name: "List Organization Machines",
|
|
34
|
+
description: "Tool to list all Machines across all apps in a Fly organization. Use when you need to retrieve machines for monitoring, management, or inventory purposes. Supports filtering by region, state, and time ranges with pagination for large result sets.",
|
|
35
|
+
input: FlyListOrgMachinesInput,
|
|
36
|
+
output: FlyListOrgMachinesOutput
|
|
37
|
+
});
|
|
38
|
+
//#endregion
|
|
39
|
+
exports.flyListOrgMachines = flyListOrgMachines;
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=list-org-machines.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-org-machines.cjs","names":["z","action"],"sources":["../../src/actions/list-org-machines.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyListOrgMachinesInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"The number of machines to fetch (max of 1000). If omitted, this is set to 500 by default\").optional(),\n state: z.string().describe(\"Comma separated list of states to filter. Valid states: created, started, stopped, suspended\").optional(),\n cursor: z.string().describe(\"Pagination cursor from previous response (takes precedence over updated_after)\").optional(),\n region: z.string().describe(\"Filter machines by region\").optional(),\n org_slug: z.string().describe(\"Fly Organization Slug\"),\n updated_after: z.string().describe(\"Only return machines updated after this time. Timestamp must be in the RFC 3339 format\").optional(),\n include_deleted: z.boolean().describe(\"Include deleted machines in the response\").optional(),\n}).describe(\"Request model for listing all machines across all apps in an organization.\");\nconst FlyListOrgMachines_MachineSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique machine identifier\").nullable().optional(),\n name: z.string().describe(\"Machine name\").nullable().optional(),\n state: z.string().describe(\"Current state of the machine (created, started, stopped, suspended)\").nullable().optional(),\n app_id: z.number().int().describe(\"Application ID the machine belongs to\").nullable().optional(),\n region: z.string().describe(\"Region where the machine is located\").nullable().optional(),\n app_name: z.string().describe(\"Application name the machine belongs to\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the machine was created\").nullable().optional(),\n private_ip: z.string().describe(\"Private IP address of the machine\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the machine was last updated\").nullable().optional(),\n instance_id: z.string().describe(\"Instance identifier\").nullable().optional(),\n}).describe(\"Machine object representing a Fly machine.\");\nexport const FlyListOrgMachinesOutput: z.ZodTypeAny = z.object({\n machines: z.array(FlyListOrgMachines_MachineSchema).describe(\"List of machines in the organization\").nullable().optional(),\n next_cursor: z.string().describe(\"Cursor for pagination. Use this value in the cursor parameter of the next request to fetch more machines\").nullable().optional(),\n last_machine_id: z.string().describe(\"ID of the last machine in the current response\").nullable().optional(),\n last_updated_at: z.string().describe(\"Timestamp of the last updated machine in the current response\").nullable().optional(),\n}).describe(\"Response model for listing organization machines.\");\n\nexport const flyListOrgMachines = action(\"FLY_LIST_ORG_MACHINES\", {\n slug: \"fly-list-org-machines\",\n name: \"List Organization Machines\",\n description: \"Tool to list all Machines across all apps in a Fly organization. Use when you need to retrieve machines for monitoring, management, or inventory purposes. Supports filtering by region, state, and time ranges with pagination for large result sets.\",\n input: FlyListOrgMachinesInput,\n output: FlyListOrgMachinesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CACtI,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CACpI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACvH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACrD,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACtI,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,mCAAiDA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,UAAUA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjK,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-org-machines.d.ts
|
|
4
|
+
declare const FlyListOrgMachinesInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyListOrgMachinesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyListOrgMachines: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyListOrgMachines };
|
|
9
|
+
//# sourceMappingURL=list-org-machines.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-org-machines.d.cts","names":[],"sources":["../../src/actions/list-org-machines.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAQiD;AAAA,cAa5E,wBAAA,EAA0B,CAAA,CAAE,UAKuB;AAAA,cAEnD,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-org-machines.d.ts
|
|
4
|
+
declare const FlyListOrgMachinesInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyListOrgMachinesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyListOrgMachines: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyListOrgMachines };
|
|
9
|
+
//# sourceMappingURL=list-org-machines.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-org-machines.d.mts","names":[],"sources":["../../src/actions/list-org-machines.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAQiD;AAAA,cAa5E,wBAAA,EAA0B,CAAA,CAAE,UAKuB;AAAA,cAEnD,kBAAA,gCAAkB,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/list-org-machines.ts
|
|
4
|
+
const FlyListOrgMachinesInput = z.object({
|
|
5
|
+
limit: z.number().int().describe("The number of machines to fetch (max of 1000). If omitted, this is set to 500 by default").optional(),
|
|
6
|
+
state: z.string().describe("Comma separated list of states to filter. Valid states: created, started, stopped, suspended").optional(),
|
|
7
|
+
cursor: z.string().describe("Pagination cursor from previous response (takes precedence over updated_after)").optional(),
|
|
8
|
+
region: z.string().describe("Filter machines by region").optional(),
|
|
9
|
+
org_slug: z.string().describe("Fly Organization Slug"),
|
|
10
|
+
updated_after: z.string().describe("Only return machines updated after this time. Timestamp must be in the RFC 3339 format").optional(),
|
|
11
|
+
include_deleted: z.boolean().describe("Include deleted machines in the response").optional()
|
|
12
|
+
}).describe("Request model for listing all machines across all apps in an organization.");
|
|
13
|
+
const FlyListOrgMachines_MachineSchema = z.object({
|
|
14
|
+
id: z.string().describe("Unique machine identifier").nullable().optional(),
|
|
15
|
+
name: z.string().describe("Machine name").nullable().optional(),
|
|
16
|
+
state: z.string().describe("Current state of the machine (created, started, stopped, suspended)").nullable().optional(),
|
|
17
|
+
app_id: z.number().int().describe("Application ID the machine belongs to").nullable().optional(),
|
|
18
|
+
region: z.string().describe("Region where the machine is located").nullable().optional(),
|
|
19
|
+
app_name: z.string().describe("Application name the machine belongs to").nullable().optional(),
|
|
20
|
+
created_at: z.string().describe("Timestamp when the machine was created").nullable().optional(),
|
|
21
|
+
private_ip: z.string().describe("Private IP address of the machine").nullable().optional(),
|
|
22
|
+
updated_at: z.string().describe("Timestamp when the machine was last updated").nullable().optional(),
|
|
23
|
+
instance_id: z.string().describe("Instance identifier").nullable().optional()
|
|
24
|
+
}).describe("Machine object representing a Fly machine.");
|
|
25
|
+
const flyListOrgMachines = action("FLY_LIST_ORG_MACHINES", {
|
|
26
|
+
slug: "fly-list-org-machines",
|
|
27
|
+
name: "List Organization Machines",
|
|
28
|
+
description: "Tool to list all Machines across all apps in a Fly organization. Use when you need to retrieve machines for monitoring, management, or inventory purposes. Supports filtering by region, state, and time ranges with pagination for large result sets.",
|
|
29
|
+
input: FlyListOrgMachinesInput,
|
|
30
|
+
output: z.object({
|
|
31
|
+
machines: z.array(FlyListOrgMachines_MachineSchema).describe("List of machines in the organization").nullable().optional(),
|
|
32
|
+
next_cursor: z.string().describe("Cursor for pagination. Use this value in the cursor parameter of the next request to fetch more machines").nullable().optional(),
|
|
33
|
+
last_machine_id: z.string().describe("ID of the last machine in the current response").nullable().optional(),
|
|
34
|
+
last_updated_at: z.string().describe("Timestamp of the last updated machine in the current response").nullable().optional()
|
|
35
|
+
}).describe("Response model for listing organization machines.")
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
export { flyListOrgMachines };
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=list-org-machines.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-org-machines.mjs","names":[],"sources":["../../src/actions/list-org-machines.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyListOrgMachinesInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"The number of machines to fetch (max of 1000). If omitted, this is set to 500 by default\").optional(),\n state: z.string().describe(\"Comma separated list of states to filter. Valid states: created, started, stopped, suspended\").optional(),\n cursor: z.string().describe(\"Pagination cursor from previous response (takes precedence over updated_after)\").optional(),\n region: z.string().describe(\"Filter machines by region\").optional(),\n org_slug: z.string().describe(\"Fly Organization Slug\"),\n updated_after: z.string().describe(\"Only return machines updated after this time. Timestamp must be in the RFC 3339 format\").optional(),\n include_deleted: z.boolean().describe(\"Include deleted machines in the response\").optional(),\n}).describe(\"Request model for listing all machines across all apps in an organization.\");\nconst FlyListOrgMachines_MachineSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique machine identifier\").nullable().optional(),\n name: z.string().describe(\"Machine name\").nullable().optional(),\n state: z.string().describe(\"Current state of the machine (created, started, stopped, suspended)\").nullable().optional(),\n app_id: z.number().int().describe(\"Application ID the machine belongs to\").nullable().optional(),\n region: z.string().describe(\"Region where the machine is located\").nullable().optional(),\n app_name: z.string().describe(\"Application name the machine belongs to\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the machine was created\").nullable().optional(),\n private_ip: z.string().describe(\"Private IP address of the machine\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the machine was last updated\").nullable().optional(),\n instance_id: z.string().describe(\"Instance identifier\").nullable().optional(),\n}).describe(\"Machine object representing a Fly machine.\");\nexport const FlyListOrgMachinesOutput: z.ZodTypeAny = z.object({\n machines: z.array(FlyListOrgMachines_MachineSchema).describe(\"List of machines in the organization\").nullable().optional(),\n next_cursor: z.string().describe(\"Cursor for pagination. Use this value in the cursor parameter of the next request to fetch more machines\").nullable().optional(),\n last_machine_id: z.string().describe(\"ID of the last machine in the current response\").nullable().optional(),\n last_updated_at: z.string().describe(\"Timestamp of the last updated machine in the current response\").nullable().optional(),\n}).describe(\"Response model for listing organization machines.\");\n\nexport const flyListOrgMachines = action(\"FLY_LIST_ORG_MACHINES\", {\n slug: \"fly-list-org-machines\",\n name: \"List Organization Machines\",\n description: \"Tool to list all Machines across all apps in a Fly organization. Use when you need to retrieve machines for monitoring, management, or inventory purposes. Supports filtering by region, state, and time ranges with pagination for large result sets.\",\n input: FlyListOrgMachinesInput,\n output: FlyListOrgMachinesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO;CAC5D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CACtI,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CACpI,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACvH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACrD,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACtI,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,mCAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAQxD,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZoD,EAAE,OAAO;EAC7D,UAAU,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjK,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/remove-wire-guard-peer.ts
|
|
4
|
+
const FlyRemoveWireGuardPeerInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("The name of the WireGuard peer to remove"),
|
|
6
|
+
organization_id: zod.z.string().describe("The node ID of the organization to remove the WireGuard peer from")
|
|
7
|
+
}).describe("Request model for removing a WireGuard peer from an organization.");
|
|
8
|
+
const FlyRemoveWireGuardPeer_OrganizationInfoSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("The unique identifier of the organization").nullable().optional(),
|
|
10
|
+
slug: zod.z.string().describe("The slug/short name of the organization").nullable().optional()
|
|
11
|
+
}).describe("Organization information returned from the mutation.");
|
|
12
|
+
const FlyRemoveWireGuardPeerOutput = zod.z.object({ organization: FlyRemoveWireGuardPeer_OrganizationInfoSchema.nullable().optional() }).describe("Response model for removing a WireGuard peer.");
|
|
13
|
+
const flyRemoveWireGuardPeer = require_action.action("FLY_REMOVE_WIRE_GUARD_PEER", {
|
|
14
|
+
slug: "fly-remove-wire-guard-peer",
|
|
15
|
+
name: "Remove WireGuard Peer",
|
|
16
|
+
description: "Tool to remove a WireGuard peer connection from a Fly.io organization. Use when you need to delete or revoke an existing WireGuard peer from your organization's network.",
|
|
17
|
+
input: FlyRemoveWireGuardPeerInput,
|
|
18
|
+
output: FlyRemoveWireGuardPeerOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.flyRemoveWireGuardPeer = flyRemoveWireGuardPeer;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=remove-wire-guard-peer.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-wire-guard-peer.cjs","names":["z","action"],"sources":["../../src/actions/remove-wire-guard-peer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyRemoveWireGuardPeerInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the WireGuard peer to remove\"),\n organization_id: z.string().describe(\"The node ID of the organization to remove the WireGuard peer from\"),\n}).describe(\"Request model for removing a WireGuard peer from an organization.\");\nconst FlyRemoveWireGuardPeer_OrganizationInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the organization\").nullable().optional(),\n slug: z.string().describe(\"The slug/short name of the organization\").nullable().optional(),\n}).describe(\"Organization information returned from the mutation.\");\nexport const FlyRemoveWireGuardPeerOutput: z.ZodTypeAny = z.object({\n organization: FlyRemoveWireGuardPeer_OrganizationInfoSchema.nullable().optional(),\n}).describe(\"Response model for removing a WireGuard peer.\");\n\nexport const flyRemoveWireGuardPeer = action(\"FLY_REMOVE_WIRE_GUARD_PEER\", {\n slug: \"fly-remove-wire-guard-peer\",\n name: \"Remove WireGuard Peer\",\n description: \"Tool to remove a WireGuard peer connection from a Fly.io organization. Use when you need to delete or revoke an existing WireGuard peer from your organization's network.\",\n input: FlyRemoveWireGuardPeerInput,\n output: FlyRemoveWireGuardPeerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACpE,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;AAC1G,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,cAAc,8CAA8C,SAAS,CAAC,CAAC,SAAS,EAClF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,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/remove-wire-guard-peer.d.ts
|
|
4
|
+
declare const FlyRemoveWireGuardPeerInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyRemoveWireGuardPeerOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyRemoveWireGuardPeer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyRemoveWireGuardPeer };
|
|
9
|
+
//# sourceMappingURL=remove-wire-guard-peer.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-wire-guard-peer.d.cts","names":[],"sources":["../../src/actions/remove-wire-guard-peer.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGoC;AAAA,cAKnE,4BAAA,EAA8B,CAAA,CAAE,UAEe;AAAA,cAE/C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/remove-wire-guard-peer.d.ts
|
|
4
|
+
declare const FlyRemoveWireGuardPeerInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyRemoveWireGuardPeerOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyRemoveWireGuardPeer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyRemoveWireGuardPeer };
|
|
9
|
+
//# sourceMappingURL=remove-wire-guard-peer.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-wire-guard-peer.d.mts","names":[],"sources":["../../src/actions/remove-wire-guard-peer.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGoC;AAAA,cAKnE,4BAAA,EAA8B,CAAA,CAAE,UAEe;AAAA,cAE/C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/remove-wire-guard-peer.ts
|
|
4
|
+
const FlyRemoveWireGuardPeerInput = z.object({
|
|
5
|
+
name: z.string().describe("The name of the WireGuard peer to remove"),
|
|
6
|
+
organization_id: z.string().describe("The node ID of the organization to remove the WireGuard peer from")
|
|
7
|
+
}).describe("Request model for removing a WireGuard peer from an organization.");
|
|
8
|
+
const FlyRemoveWireGuardPeer_OrganizationInfoSchema = z.object({
|
|
9
|
+
id: z.string().describe("The unique identifier of the organization").nullable().optional(),
|
|
10
|
+
slug: z.string().describe("The slug/short name of the organization").nullable().optional()
|
|
11
|
+
}).describe("Organization information returned from the mutation.");
|
|
12
|
+
const flyRemoveWireGuardPeer = action("FLY_REMOVE_WIRE_GUARD_PEER", {
|
|
13
|
+
slug: "fly-remove-wire-guard-peer",
|
|
14
|
+
name: "Remove WireGuard Peer",
|
|
15
|
+
description: "Tool to remove a WireGuard peer connection from a Fly.io organization. Use when you need to delete or revoke an existing WireGuard peer from your organization's network.",
|
|
16
|
+
input: FlyRemoveWireGuardPeerInput,
|
|
17
|
+
output: z.object({ organization: FlyRemoveWireGuardPeer_OrganizationInfoSchema.nullable().optional() }).describe("Response model for removing a WireGuard peer.")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { flyRemoveWireGuardPeer };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=remove-wire-guard-peer.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-wire-guard-peer.mjs","names":[],"sources":["../../src/actions/remove-wire-guard-peer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyRemoveWireGuardPeerInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the WireGuard peer to remove\"),\n organization_id: z.string().describe(\"The node ID of the organization to remove the WireGuard peer from\"),\n}).describe(\"Request model for removing a WireGuard peer from an organization.\");\nconst FlyRemoveWireGuardPeer_OrganizationInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the organization\").nullable().optional(),\n slug: z.string().describe(\"The slug/short name of the organization\").nullable().optional(),\n}).describe(\"Organization information returned from the mutation.\");\nexport const FlyRemoveWireGuardPeerOutput: z.ZodTypeAny = z.object({\n organization: FlyRemoveWireGuardPeer_OrganizationInfoSchema.nullable().optional(),\n}).describe(\"Response model for removing a WireGuard peer.\");\n\nexport const flyRemoveWireGuardPeer = action(\"FLY_REMOVE_WIRE_GUARD_PEER\", {\n slug: \"fly-remove-wire-guard-peer\",\n name: \"Remove WireGuard Peer\",\n description: \"Tool to remove a WireGuard peer connection from a Fly.io organization. Use when you need to delete or revoke an existing WireGuard peer from your organization's network.\",\n input: FlyRemoveWireGuardPeerInput,\n output: FlyRemoveWireGuardPeerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACpE,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;AAC1G,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,gDAA8D,EAAE,OAAO;CAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAKlE,MAAa,yBAAyB,OAAO,8BAA8B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,cAAc,8CAA8C,SAAS,CAAC,CAAC,SAAS,EAClF,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/set-apps-v2-default-on.ts
|
|
4
|
+
const FlySetAppsV2DefaultOnInput = zod.z.object({
|
|
5
|
+
default_on: zod.z.boolean().describe("Whether or not new apps in this org use Apps V2 by default"),
|
|
6
|
+
organization_slug: zod.z.string().describe("The slug of the organization to configure")
|
|
7
|
+
}).describe("Request model for setting Apps V2 as default for an organization.");
|
|
8
|
+
const FlySetAppsV2DefaultOn_OrganizationSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Organization ID").nullable().optional(),
|
|
10
|
+
name: zod.z.string().describe("Organization name").nullable().optional(),
|
|
11
|
+
slug: zod.z.string().describe("Organization slug").nullable().optional()
|
|
12
|
+
}).describe("Organization details returned from the mutation.");
|
|
13
|
+
const FlySetAppsV2DefaultOn_SetAppsV2DefaultOnDataSchema = zod.z.object({ organization: FlySetAppsV2DefaultOn_OrganizationSchema.nullable().optional() }).describe("Mutation result data containing the updated organization.");
|
|
14
|
+
const FlySetAppsV2DefaultOnOutput = zod.z.object({ set_apps_v2_default_on: FlySetAppsV2DefaultOn_SetAppsV2DefaultOnDataSchema.nullable().optional() }).describe("Response model for the set Apps V2 default mutation.");
|
|
15
|
+
const flySetAppsV2DefaultOn = require_action.action("FLY_SET_APPS_V2_DEFAULT_ON", {
|
|
16
|
+
slug: "fly-set-apps-v2-default-on",
|
|
17
|
+
name: "Set Apps V2 Default",
|
|
18
|
+
description: "Tool to configure whether new apps in an organization use Apps V2 by default on Fly.io. Use when you need to enable or disable Apps V2 as the default for new applications in a specific organization.",
|
|
19
|
+
input: FlySetAppsV2DefaultOnInput,
|
|
20
|
+
output: FlySetAppsV2DefaultOnOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.flySetAppsV2DefaultOn = flySetAppsV2DefaultOn;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=set-apps-v2-default-on.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-apps-v2-default-on.cjs","names":["z","action"],"sources":["../../src/actions/set-apps-v2-default-on.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlySetAppsV2DefaultOnInput: z.ZodTypeAny = z.object({\n default_on: z.boolean().describe(\"Whether or not new apps in this org use Apps V2 by default\"),\n organization_slug: z.string().describe(\"The slug of the organization to configure\"),\n}).describe(\"Request model for setting Apps V2 as default for an organization.\");\nconst FlySetAppsV2DefaultOn_OrganizationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Organization ID\").nullable().optional(),\n name: z.string().describe(\"Organization name\").nullable().optional(),\n slug: z.string().describe(\"Organization slug\").nullable().optional(),\n}).describe(\"Organization details returned from the mutation.\");\nconst FlySetAppsV2DefaultOn_SetAppsV2DefaultOnDataSchema: z.ZodTypeAny = z.object({\n organization: FlySetAppsV2DefaultOn_OrganizationSchema.nullable().optional(),\n}).describe(\"Mutation result data containing the updated organization.\");\nexport const FlySetAppsV2DefaultOnOutput: z.ZodTypeAny = z.object({\n set_apps_v2_default_on: FlySetAppsV2DefaultOn_SetAppsV2DefaultOnDataSchema.nullable().optional(),\n}).describe(\"Response model for the set Apps V2 default mutation.\");\n\nexport const flySetAppsV2DefaultOn = action(\"FLY_SET_APPS_V2_DEFAULT_ON\", {\n slug: \"fly-set-apps-v2-default-on\",\n name: \"Set Apps V2 Default\",\n description: \"Tool to configure whether new apps in an organization use Apps V2 by default on Fly.io. Use when you need to enable or disable Apps V2 as the default for new applications in a specific organization.\",\n input: FlySetAppsV2DefaultOnInput,\n output: FlySetAppsV2DefaultOnOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;CAC7F,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;AACpF,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrE,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,qDAAmEA,IAAAA,EAAE,OAAO,EAChF,cAAc,yCAAyC,SAAS,CAAC,CAAC,SAAS,EAC7E,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,wBAAwB,mDAAmD,SAAS,CAAC,CAAC,SAAS,EACjG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,wBAAwBC,eAAAA,OAAO,8BAA8B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/set-apps-v2-default-on.d.ts
|
|
4
|
+
declare const FlySetAppsV2DefaultOnInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlySetAppsV2DefaultOnOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flySetAppsV2DefaultOn: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flySetAppsV2DefaultOn };
|
|
9
|
+
//# sourceMappingURL=set-apps-v2-default-on.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-apps-v2-default-on.d.cts","names":[],"sources":["../../src/actions/set-apps-v2-default-on.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGqC;AAAA,cASnE,2BAAA,EAA6B,CAAA,CAAE,UAEuB;AAAA,cAEtD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/set-apps-v2-default-on.d.ts
|
|
4
|
+
declare const FlySetAppsV2DefaultOnInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlySetAppsV2DefaultOnOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flySetAppsV2DefaultOn: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flySetAppsV2DefaultOn };
|
|
9
|
+
//# sourceMappingURL=set-apps-v2-default-on.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-apps-v2-default-on.d.mts","names":[],"sources":["../../src/actions/set-apps-v2-default-on.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGqC;AAAA,cASnE,2BAAA,EAA6B,CAAA,CAAE,UAEuB;AAAA,cAEtD,qBAAA,gCAAqB,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/set-apps-v2-default-on.ts
|
|
4
|
+
const FlySetAppsV2DefaultOnInput = z.object({
|
|
5
|
+
default_on: z.boolean().describe("Whether or not new apps in this org use Apps V2 by default"),
|
|
6
|
+
organization_slug: z.string().describe("The slug of the organization to configure")
|
|
7
|
+
}).describe("Request model for setting Apps V2 as default for an organization.");
|
|
8
|
+
const FlySetAppsV2DefaultOn_OrganizationSchema = z.object({
|
|
9
|
+
id: z.string().describe("Organization ID").nullable().optional(),
|
|
10
|
+
name: z.string().describe("Organization name").nullable().optional(),
|
|
11
|
+
slug: z.string().describe("Organization slug").nullable().optional()
|
|
12
|
+
}).describe("Organization details returned from the mutation.");
|
|
13
|
+
const FlySetAppsV2DefaultOn_SetAppsV2DefaultOnDataSchema = z.object({ organization: FlySetAppsV2DefaultOn_OrganizationSchema.nullable().optional() }).describe("Mutation result data containing the updated organization.");
|
|
14
|
+
const flySetAppsV2DefaultOn = action("FLY_SET_APPS_V2_DEFAULT_ON", {
|
|
15
|
+
slug: "fly-set-apps-v2-default-on",
|
|
16
|
+
name: "Set Apps V2 Default",
|
|
17
|
+
description: "Tool to configure whether new apps in an organization use Apps V2 by default on Fly.io. Use when you need to enable or disable Apps V2 as the default for new applications in a specific organization.",
|
|
18
|
+
input: FlySetAppsV2DefaultOnInput,
|
|
19
|
+
output: z.object({ set_apps_v2_default_on: FlySetAppsV2DefaultOn_SetAppsV2DefaultOnDataSchema.nullable().optional() }).describe("Response model for the set Apps V2 default mutation.")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { flySetAppsV2DefaultOn };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=set-apps-v2-default-on.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-apps-v2-default-on.mjs","names":[],"sources":["../../src/actions/set-apps-v2-default-on.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlySetAppsV2DefaultOnInput: z.ZodTypeAny = z.object({\n default_on: z.boolean().describe(\"Whether or not new apps in this org use Apps V2 by default\"),\n organization_slug: z.string().describe(\"The slug of the organization to configure\"),\n}).describe(\"Request model for setting Apps V2 as default for an organization.\");\nconst FlySetAppsV2DefaultOn_OrganizationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Organization ID\").nullable().optional(),\n name: z.string().describe(\"Organization name\").nullable().optional(),\n slug: z.string().describe(\"Organization slug\").nullable().optional(),\n}).describe(\"Organization details returned from the mutation.\");\nconst FlySetAppsV2DefaultOn_SetAppsV2DefaultOnDataSchema: z.ZodTypeAny = z.object({\n organization: FlySetAppsV2DefaultOn_OrganizationSchema.nullable().optional(),\n}).describe(\"Mutation result data containing the updated organization.\");\nexport const FlySetAppsV2DefaultOnOutput: z.ZodTypeAny = z.object({\n set_apps_v2_default_on: FlySetAppsV2DefaultOn_SetAppsV2DefaultOnDataSchema.nullable().optional(),\n}).describe(\"Response model for the set Apps V2 default mutation.\");\n\nexport const flySetAppsV2DefaultOn = action(\"FLY_SET_APPS_V2_DEFAULT_ON\", {\n slug: \"fly-set-apps-v2-default-on\",\n name: \"Set Apps V2 Default\",\n description: \"Tool to configure whether new apps in an organization use Apps V2 by default on Fly.io. Use when you need to enable or disable Apps V2 as the default for new applications in a specific organization.\",\n input: FlySetAppsV2DefaultOnInput,\n output: FlySetAppsV2DefaultOnOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;CAC7F,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;AACpF,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,2CAAyD,EAAE,OAAO;CACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrE,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,qDAAmE,EAAE,OAAO,EAChF,cAAc,yCAAyC,SAAS,CAAC,CAAC,SAAS,EAC7E,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAKvE,MAAa,wBAAwB,OAAO,8BAA8B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,wBAAwB,mDAAmD,SAAS,CAAC,CAAC,SAAS,EACjG,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-third-party-configuration.ts
|
|
4
|
+
const FlyUpdateThirdPartyConfigurationInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("Friendly name for this configuration").optional(),
|
|
6
|
+
caveats: zod.z.string().describe("Base64 messagepack encoded macaroon caveats for additional restrictions").optional(),
|
|
7
|
+
location: zod.z.string().describe("Location URL of the third-party service capable of discharging").optional(),
|
|
8
|
+
uiexLevel: zod.z.enum([
|
|
9
|
+
"DISABLED",
|
|
10
|
+
"OPT_IN",
|
|
11
|
+
"MEMBER_OPT_OUT",
|
|
12
|
+
"ADMIN_OPT_OUT",
|
|
13
|
+
"REQUIRED"
|
|
14
|
+
]).describe("Authorization level for third-party caveat configuration.").optional(),
|
|
15
|
+
customLevel: zod.z.enum([
|
|
16
|
+
"DISABLED",
|
|
17
|
+
"OPT_IN",
|
|
18
|
+
"MEMBER_OPT_OUT",
|
|
19
|
+
"ADMIN_OPT_OUT",
|
|
20
|
+
"REQUIRED"
|
|
21
|
+
]).describe("Authorization level for third-party caveat configuration.").optional(),
|
|
22
|
+
flyctlLevel: zod.z.enum([
|
|
23
|
+
"DISABLED",
|
|
24
|
+
"OPT_IN",
|
|
25
|
+
"MEMBER_OPT_OUT",
|
|
26
|
+
"ADMIN_OPT_OUT",
|
|
27
|
+
"REQUIRED"
|
|
28
|
+
]).describe("Authorization level for third-party caveat configuration.").optional(),
|
|
29
|
+
clientMutationId: zod.z.string().describe("A unique identifier for the client performing the mutation").optional(),
|
|
30
|
+
thirdPartyConfigurationId: zod.z.string().describe("The node ID of the configuration to update")
|
|
31
|
+
}).describe("Request parameters for updating a third-party service configuration.");
|
|
32
|
+
const FlyUpdateThirdPartyConfiguration_ThirdPartyConfigurationLevelSchema = zod.z.enum([
|
|
33
|
+
"DISABLED",
|
|
34
|
+
"OPT_IN",
|
|
35
|
+
"MEMBER_OPT_OUT",
|
|
36
|
+
"ADMIN_OPT_OUT",
|
|
37
|
+
"REQUIRED"
|
|
38
|
+
]).describe("Authorization level for third-party caveat configuration.");
|
|
39
|
+
const FlyUpdateThirdPartyConfiguration_OrganizationSchema = zod.z.object({
|
|
40
|
+
id: zod.z.string().describe("Organization ID").nullable().optional(),
|
|
41
|
+
name: zod.z.string().describe("Organization name").nullable().optional(),
|
|
42
|
+
slug: zod.z.string().describe("Organization slug").nullable().optional()
|
|
43
|
+
}).describe("Organization details.");
|
|
44
|
+
const FlyUpdateThirdPartyConfiguration_ThirdPartyConfigurationSchema = zod.z.object({
|
|
45
|
+
id: zod.z.string().describe("Unique identifier for the configuration").nullable().optional(),
|
|
46
|
+
name: zod.z.string().describe("Friendly name for this configuration").nullable().optional(),
|
|
47
|
+
location: zod.z.string().describe("Location URL of the third-party service capable of discharging").nullable().optional(),
|
|
48
|
+
uiexLevel: FlyUpdateThirdPartyConfiguration_ThirdPartyConfigurationLevelSchema.nullable().optional(),
|
|
49
|
+
customLevel: FlyUpdateThirdPartyConfiguration_ThirdPartyConfigurationLevelSchema.nullable().optional(),
|
|
50
|
+
flyctlLevel: FlyUpdateThirdPartyConfiguration_ThirdPartyConfigurationLevelSchema.nullable().optional(),
|
|
51
|
+
organization: FlyUpdateThirdPartyConfiguration_OrganizationSchema.nullable().optional()
|
|
52
|
+
}).describe("Third-party service configuration for discharging macaroon caveats.");
|
|
53
|
+
const FlyUpdateThirdPartyConfigurationOutput = zod.z.object({
|
|
54
|
+
clientMutationId: zod.z.string().describe("The client mutation identifier if provided in request").nullable().optional(),
|
|
55
|
+
thirdPartyConfiguration: FlyUpdateThirdPartyConfiguration_ThirdPartyConfigurationSchema.nullable().optional()
|
|
56
|
+
}).describe("Response containing the updated third-party configuration.");
|
|
57
|
+
const flyUpdateThirdPartyConfiguration = require_action.action("FLY_UPDATE_THIRD_PARTY_CONFIGURATION", {
|
|
58
|
+
slug: "fly-update-third-party-configuration",
|
|
59
|
+
name: "Update Third-Party Configuration",
|
|
60
|
+
description: "Tool to update an existing third-party service configuration for discharging macaroon caveats. Use when you need to modify settings of external authorization services for Fly.io token validation.",
|
|
61
|
+
input: FlyUpdateThirdPartyConfigurationInput,
|
|
62
|
+
output: FlyUpdateThirdPartyConfigurationOutput
|
|
63
|
+
});
|
|
64
|
+
//#endregion
|
|
65
|
+
exports.flyUpdateThirdPartyConfiguration = flyUpdateThirdPartyConfiguration;
|
|
66
|
+
|
|
67
|
+
//# sourceMappingURL=update-third-party-configuration.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-third-party-configuration.cjs","names":["z","action"],"sources":["../../src/actions/update-third-party-configuration.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FlyUpdateThirdPartyConfigurationInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Friendly name for this configuration\").optional(),\n caveats: z.string().describe(\"Base64 messagepack encoded macaroon caveats for additional restrictions\").optional(),\n location: z.string().describe(\"Location URL of the third-party service capable of discharging\").optional(),\n uiexLevel: z.enum([\"DISABLED\", \"OPT_IN\", \"MEMBER_OPT_OUT\", \"ADMIN_OPT_OUT\", \"REQUIRED\"]).describe(\"Authorization level for third-party caveat configuration.\").optional(),\n customLevel: z.enum([\"DISABLED\", \"OPT_IN\", \"MEMBER_OPT_OUT\", \"ADMIN_OPT_OUT\", \"REQUIRED\"]).describe(\"Authorization level for third-party caveat configuration.\").optional(),\n flyctlLevel: z.enum([\"DISABLED\", \"OPT_IN\", \"MEMBER_OPT_OUT\", \"ADMIN_OPT_OUT\", \"REQUIRED\"]).describe(\"Authorization level for third-party caveat configuration.\").optional(),\n clientMutationId: z.string().describe(\"A unique identifier for the client performing the mutation\").optional(),\n thirdPartyConfigurationId: z.string().describe(\"The node ID of the configuration to update\"),\n}).describe(\"Request parameters for updating a third-party service configuration.\");\nconst FlyUpdateThirdPartyConfiguration_ThirdPartyConfigurationLevelSchema: z.ZodTypeAny = z.enum([\"DISABLED\", \"OPT_IN\", \"MEMBER_OPT_OUT\", \"ADMIN_OPT_OUT\", \"REQUIRED\"]).describe(\"Authorization level for third-party caveat configuration.\");\nconst FlyUpdateThirdPartyConfiguration_OrganizationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Organization ID\").nullable().optional(),\n name: z.string().describe(\"Organization name\").nullable().optional(),\n slug: z.string().describe(\"Organization slug\").nullable().optional(),\n}).describe(\"Organization details.\");\nconst FlyUpdateThirdPartyConfiguration_ThirdPartyConfigurationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the configuration\").nullable().optional(),\n name: z.string().describe(\"Friendly name for this configuration\").nullable().optional(),\n location: z.string().describe(\"Location URL of the third-party service capable of discharging\").nullable().optional(),\n uiexLevel: FlyUpdateThirdPartyConfiguration_ThirdPartyConfigurationLevelSchema.nullable().optional(),\n customLevel: FlyUpdateThirdPartyConfiguration_ThirdPartyConfigurationLevelSchema.nullable().optional(),\n flyctlLevel: FlyUpdateThirdPartyConfiguration_ThirdPartyConfigurationLevelSchema.nullable().optional(),\n organization: FlyUpdateThirdPartyConfiguration_OrganizationSchema.nullable().optional(),\n}).describe(\"Third-party service configuration for discharging macaroon caveats.\");\nexport const FlyUpdateThirdPartyConfigurationOutput: z.ZodTypeAny = z.object({\n clientMutationId: z.string().describe(\"The client mutation identifier if provided in request\").nullable().optional(),\n thirdPartyConfiguration: FlyUpdateThirdPartyConfiguration_ThirdPartyConfigurationSchema.nullable().optional(),\n}).describe(\"Response containing the updated third-party configuration.\");\n\nexport const flyUpdateThirdPartyConfiguration = action(\"FLY_UPDATE_THIRD_PARTY_CONFIGURATION\", {\n slug: \"fly-update-third-party-configuration\",\n name: \"Update Third-Party Configuration\",\n description: \"Tool to update an existing third-party service configuration for discharging macaroon caveats. Use when you need to modify settings of external authorization services for Fly.io token validation.\",\n input: FlyUpdateThirdPartyConfigurationInput,\n output: FlyUpdateThirdPartyConfigurationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC3E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACjH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACzG,WAAWA,IAAAA,EAAE,KAAK;EAAC;EAAY;EAAU;EAAkB;EAAiB;CAAU,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACxK,aAAaA,IAAAA,EAAE,KAAK;EAAC;EAAY;EAAU;EAAkB;EAAiB;CAAU,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CAC1K,aAAaA,IAAAA,EAAE,KAAK;EAAC;EAAY;EAAU;EAAkB;EAAiB;CAAU,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CAC1K,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAC7G,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AAC7F,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,sEAAoFA,IAAAA,EAAE,KAAK;CAAC;CAAY;CAAU;CAAkB;CAAiB;AAAU,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAC5O,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,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,uBAAuB;AACnC,MAAM,iEAA+EA,IAAAA,EAAE,OAAO;CAC5F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,WAAW,oEAAoE,SAAS,CAAC,CAAC,SAAS;CACnG,aAAa,oEAAoE,SAAS,CAAC,CAAC,SAAS;CACrG,aAAa,oEAAoE,SAAS,CAAC,CAAC,SAAS;CACrG,cAAc,oDAAoD,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,yBAAyB,+DAA+D,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,4DAA4D;AAExE,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-third-party-configuration.d.ts
|
|
4
|
+
declare const FlyUpdateThirdPartyConfigurationInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyUpdateThirdPartyConfigurationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyUpdateThirdPartyConfiguration: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyUpdateThirdPartyConfiguration };
|
|
9
|
+
//# sourceMappingURL=update-third-party-configuration.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-third-party-configuration.d.cts","names":[],"sources":["../../src/actions/update-third-party-configuration.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAS6B;AAAA,cAgBtE,sCAAA,EAAwC,CAAA,CAAE,UAGkB;AAAA,cAE5D,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-third-party-configuration.d.ts
|
|
4
|
+
declare const FlyUpdateThirdPartyConfigurationInput: z.ZodTypeAny;
|
|
5
|
+
declare const FlyUpdateThirdPartyConfigurationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const flyUpdateThirdPartyConfiguration: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { flyUpdateThirdPartyConfiguration };
|
|
9
|
+
//# sourceMappingURL=update-third-party-configuration.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-third-party-configuration.d.mts","names":[],"sources":["../../src/actions/update-third-party-configuration.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAS6B;AAAA,cAgBtE,sCAAA,EAAwC,CAAA,CAAE,UAGkB;AAAA,cAE5D,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|