@keystrokehq/ngrok 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/create-api-key.cjs +28 -0
- package/dist/actions/create-api-key.cjs.map +1 -0
- package/dist/actions/create-api-key.d.cts +9 -0
- package/dist/actions/create-api-key.d.cts.map +1 -0
- package/dist/actions/create-api-key.d.mts +9 -0
- package/dist/actions/create-api-key.d.mts.map +1 -0
- package/dist/actions/create-api-key.mjs +25 -0
- package/dist/actions/create-api-key.mjs.map +1 -0
- package/dist/actions/create-credential.cjs +30 -0
- package/dist/actions/create-credential.cjs.map +1 -0
- package/dist/actions/create-credential.d.cts +9 -0
- package/dist/actions/create-credential.d.cts.map +1 -0
- package/dist/actions/create-credential.d.mts +9 -0
- package/dist/actions/create-credential.d.mts.map +1 -0
- package/dist/actions/create-credential.mjs +27 -0
- package/dist/actions/create-credential.mjs.map +1 -0
- package/dist/actions/create-endpoint.cjs +48 -0
- package/dist/actions/create-endpoint.cjs.map +1 -0
- package/dist/actions/create-endpoint.d.cts +9 -0
- package/dist/actions/create-endpoint.d.cts.map +1 -0
- package/dist/actions/create-endpoint.d.mts +9 -0
- package/dist/actions/create-endpoint.d.mts.map +1 -0
- package/dist/actions/create-endpoint.mjs +47 -0
- package/dist/actions/create-endpoint.mjs.map +1 -0
- package/dist/actions/create-event-source.cjs +22 -0
- package/dist/actions/create-event-source.cjs.map +1 -0
- package/dist/actions/create-event-source.d.cts +9 -0
- package/dist/actions/create-event-source.d.cts.map +1 -0
- package/dist/actions/create-event-source.d.mts +9 -0
- package/dist/actions/create-event-source.d.mts.map +1 -0
- package/dist/actions/create-event-source.mjs +19 -0
- package/dist/actions/create-event-source.mjs.map +1 -0
- package/dist/actions/create-event-subscription.cjs +37 -0
- package/dist/actions/create-event-subscription.cjs.map +1 -0
- package/dist/actions/create-event-subscription.d.cts +9 -0
- package/dist/actions/create-event-subscription.d.cts.map +1 -0
- package/dist/actions/create-event-subscription.d.mts +9 -0
- package/dist/actions/create-event-subscription.d.mts.map +1 -0
- package/dist/actions/create-event-subscription.mjs +36 -0
- package/dist/actions/create-event-subscription.mjs.map +1 -0
- package/dist/actions/create-https-edge-route.cjs +284 -0
- package/dist/actions/create-https-edge-route.cjs.map +1 -0
- package/dist/actions/create-https-edge-route.d.cts +9 -0
- package/dist/actions/create-https-edge-route.d.cts.map +1 -0
- package/dist/actions/create-https-edge-route.d.mts +9 -0
- package/dist/actions/create-https-edge-route.d.mts.map +1 -0
- package/dist/actions/create-https-edge-route.mjs +283 -0
- package/dist/actions/create-https-edge-route.mjs.map +1 -0
- package/dist/actions/create-https-edge.cjs +51 -0
- package/dist/actions/create-https-edge.cjs.map +1 -0
- package/dist/actions/create-https-edge.d.cts +9 -0
- package/dist/actions/create-https-edge.d.cts.map +1 -0
- package/dist/actions/create-https-edge.d.mts +9 -0
- package/dist/actions/create-https-edge.d.mts.map +1 -0
- package/dist/actions/create-https-edge.mjs +50 -0
- package/dist/actions/create-https-edge.mjs.map +1 -0
- package/dist/actions/create-ssh-credential.cjs +31 -0
- package/dist/actions/create-ssh-credential.cjs.map +1 -0
- package/dist/actions/create-ssh-credential.d.cts +9 -0
- package/dist/actions/create-ssh-credential.d.cts.map +1 -0
- package/dist/actions/create-ssh-credential.d.mts +9 -0
- package/dist/actions/create-ssh-credential.d.mts.map +1 -0
- package/dist/actions/create-ssh-credential.mjs +28 -0
- package/dist/actions/create-ssh-credential.mjs.map +1 -0
- package/dist/actions/create-vault-secret.cjs +39 -0
- package/dist/actions/create-vault-secret.cjs.map +1 -0
- package/dist/actions/create-vault-secret.d.cts +9 -0
- package/dist/actions/create-vault-secret.d.cts.map +1 -0
- package/dist/actions/create-vault-secret.d.mts +9 -0
- package/dist/actions/create-vault-secret.d.mts.map +1 -0
- package/dist/actions/create-vault-secret.mjs +38 -0
- package/dist/actions/create-vault-secret.mjs.map +1 -0
- package/dist/actions/create-vault.cjs +30 -0
- package/dist/actions/create-vault.cjs.map +1 -0
- package/dist/actions/create-vault.d.cts +9 -0
- package/dist/actions/create-vault.d.cts.map +1 -0
- package/dist/actions/create-vault.d.mts +9 -0
- package/dist/actions/create-vault.d.mts.map +1 -0
- package/dist/actions/create-vault.mjs +27 -0
- package/dist/actions/create-vault.mjs.map +1 -0
- package/dist/actions/delete-api-key.cjs +19 -0
- package/dist/actions/delete-api-key.cjs.map +1 -0
- package/dist/actions/delete-api-key.d.cts +9 -0
- package/dist/actions/delete-api-key.d.cts.map +1 -0
- package/dist/actions/delete-api-key.d.mts +9 -0
- package/dist/actions/delete-api-key.d.mts.map +1 -0
- package/dist/actions/delete-api-key.mjs +16 -0
- package/dist/actions/delete-api-key.mjs.map +1 -0
- package/dist/actions/delete-credentials.cjs +19 -0
- package/dist/actions/delete-credentials.cjs.map +1 -0
- package/dist/actions/delete-credentials.d.cts +9 -0
- package/dist/actions/delete-credentials.d.cts.map +1 -0
- package/dist/actions/delete-credentials.d.mts +9 -0
- package/dist/actions/delete-credentials.d.mts.map +1 -0
- package/dist/actions/delete-credentials.mjs +16 -0
- package/dist/actions/delete-credentials.mjs.map +1 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.cjs +23 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.mjs +20 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-compression-module.cjs +23 -0
- package/dist/actions/delete-edge-route-compression-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-compression-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-compression-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-compression-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-compression-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-compression-module.mjs +20 -0
- package/dist/actions/delete-edge-route-compression-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-request-headers-module.cjs +23 -0
- package/dist/actions/delete-edge-route-request-headers-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-request-headers-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-request-headers-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-request-headers-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-request-headers-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-request-headers-module.mjs +20 -0
- package/dist/actions/delete-edge-route-request-headers-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-response-headers-module.cjs +23 -0
- package/dist/actions/delete-edge-route-response-headers-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-response-headers-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-response-headers-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-response-headers-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-response-headers-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-response-headers-module.mjs +20 -0
- package/dist/actions/delete-edge-route-response-headers-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-saml-module.cjs +23 -0
- package/dist/actions/delete-edge-route-saml-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-saml-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-saml-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-saml-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-saml-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-saml-module.mjs +20 -0
- package/dist/actions/delete-edge-route-saml-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.cjs +23 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.mjs +20 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.cjs +23 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.mjs +20 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.cjs +23 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.mjs +20 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.mjs.map +1 -0
- package/dist/actions/delete-endpoint.cjs +19 -0
- package/dist/actions/delete-endpoint.cjs.map +1 -0
- package/dist/actions/delete-endpoint.d.cts +9 -0
- package/dist/actions/delete-endpoint.d.cts.map +1 -0
- package/dist/actions/delete-endpoint.d.mts +9 -0
- package/dist/actions/delete-endpoint.d.mts.map +1 -0
- package/dist/actions/delete-endpoint.mjs +16 -0
- package/dist/actions/delete-endpoint.mjs.map +1 -0
- package/dist/actions/delete-event-source.cjs +23 -0
- package/dist/actions/delete-event-source.cjs.map +1 -0
- package/dist/actions/delete-event-source.d.cts +9 -0
- package/dist/actions/delete-event-source.d.cts.map +1 -0
- package/dist/actions/delete-event-source.d.mts +9 -0
- package/dist/actions/delete-event-source.d.mts.map +1 -0
- package/dist/actions/delete-event-source.mjs +20 -0
- package/dist/actions/delete-event-source.mjs.map +1 -0
- package/dist/actions/delete-event-subscription.cjs +19 -0
- package/dist/actions/delete-event-subscription.cjs.map +1 -0
- package/dist/actions/delete-event-subscription.d.cts +9 -0
- package/dist/actions/delete-event-subscription.d.cts.map +1 -0
- package/dist/actions/delete-event-subscription.d.mts +9 -0
- package/dist/actions/delete-event-subscription.d.mts.map +1 -0
- package/dist/actions/delete-event-subscription.mjs +16 -0
- package/dist/actions/delete-event-subscription.mjs.map +1 -0
- package/dist/actions/delete-https-edge-route.cjs +23 -0
- package/dist/actions/delete-https-edge-route.cjs.map +1 -0
- package/dist/actions/delete-https-edge-route.d.cts +9 -0
- package/dist/actions/delete-https-edge-route.d.cts.map +1 -0
- package/dist/actions/delete-https-edge-route.d.mts +9 -0
- package/dist/actions/delete-https-edge-route.d.mts.map +1 -0
- package/dist/actions/delete-https-edge-route.mjs +20 -0
- package/dist/actions/delete-https-edge-route.mjs.map +1 -0
- package/dist/actions/delete-https-edge.cjs +19 -0
- package/dist/actions/delete-https-edge.cjs.map +1 -0
- package/dist/actions/delete-https-edge.d.cts +9 -0
- package/dist/actions/delete-https-edge.d.cts.map +1 -0
- package/dist/actions/delete-https-edge.d.mts +9 -0
- package/dist/actions/delete-https-edge.d.mts.map +1 -0
- package/dist/actions/delete-https-edge.mjs +16 -0
- package/dist/actions/delete-https-edge.mjs.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.cjs +19 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.cjs.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.d.cts +9 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.d.cts.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.d.mts +9 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.d.mts.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.mjs +16 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.mjs.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate.cjs +19 -0
- package/dist/actions/delete-reserved-domain-certificate.cjs.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate.d.cts +9 -0
- package/dist/actions/delete-reserved-domain-certificate.d.cts.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate.d.mts +9 -0
- package/dist/actions/delete-reserved-domain-certificate.d.mts.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate.mjs +16 -0
- package/dist/actions/delete-reserved-domain-certificate.mjs.map +1 -0
- package/dist/actions/delete-secret.cjs +19 -0
- package/dist/actions/delete-secret.cjs.map +1 -0
- package/dist/actions/delete-secret.d.cts +9 -0
- package/dist/actions/delete-secret.d.cts.map +1 -0
- package/dist/actions/delete-secret.d.mts +9 -0
- package/dist/actions/delete-secret.d.mts.map +1 -0
- package/dist/actions/delete-secret.mjs +16 -0
- package/dist/actions/delete-secret.mjs.map +1 -0
- package/dist/actions/delete-ssh-credentials.cjs +19 -0
- package/dist/actions/delete-ssh-credentials.cjs.map +1 -0
- package/dist/actions/delete-ssh-credentials.d.cts +9 -0
- package/dist/actions/delete-ssh-credentials.d.cts.map +1 -0
- package/dist/actions/delete-ssh-credentials.d.mts +9 -0
- package/dist/actions/delete-ssh-credentials.d.mts.map +1 -0
- package/dist/actions/delete-ssh-credentials.mjs +16 -0
- package/dist/actions/delete-ssh-credentials.mjs.map +1 -0
- package/dist/actions/delete-vault.cjs +19 -0
- package/dist/actions/delete-vault.cjs.map +1 -0
- package/dist/actions/delete-vault.d.cts +9 -0
- package/dist/actions/delete-vault.d.cts.map +1 -0
- package/dist/actions/delete-vault.d.mts +9 -0
- package/dist/actions/delete-vault.d.mts.map +1 -0
- package/dist/actions/delete-vault.mjs +16 -0
- package/dist/actions/delete-vault.mjs.map +1 -0
- package/dist/actions/get-api-key.cjs +24 -0
- package/dist/actions/get-api-key.cjs.map +1 -0
- package/dist/actions/get-api-key.d.cts +9 -0
- package/dist/actions/get-api-key.d.cts.map +1 -0
- package/dist/actions/get-api-key.d.mts +9 -0
- package/dist/actions/get-api-key.d.mts.map +1 -0
- package/dist/actions/get-api-key.mjs +21 -0
- package/dist/actions/get-api-key.mjs.map +1 -0
- package/dist/actions/get-credentials.cjs +25 -0
- package/dist/actions/get-credentials.cjs.map +1 -0
- package/dist/actions/get-credentials.d.cts +9 -0
- package/dist/actions/get-credentials.d.cts.map +1 -0
- package/dist/actions/get-credentials.d.mts +9 -0
- package/dist/actions/get-credentials.d.mts.map +1 -0
- package/dist/actions/get-credentials.mjs +22 -0
- package/dist/actions/get-credentials.mjs.map +1 -0
- package/dist/actions/get-edge-route-backend-module.cjs +26 -0
- package/dist/actions/get-edge-route-backend-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-backend-module.d.cts +9 -0
- package/dist/actions/get-edge-route-backend-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-backend-module.d.mts +9 -0
- package/dist/actions/get-edge-route-backend-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-backend-module.mjs +25 -0
- package/dist/actions/get-edge-route-backend-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.cjs +26 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.d.cts +9 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.d.mts +9 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.mjs +23 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-compression-module.cjs +19 -0
- package/dist/actions/get-edge-route-compression-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-compression-module.d.cts +9 -0
- package/dist/actions/get-edge-route-compression-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-compression-module.d.mts +9 -0
- package/dist/actions/get-edge-route-compression-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-compression-module.mjs +16 -0
- package/dist/actions/get-edge-route-compression-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-ip-restriction-module.cjs +26 -0
- package/dist/actions/get-edge-route-ip-restriction-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-ip-restriction-module.d.cts +9 -0
- package/dist/actions/get-edge-route-ip-restriction-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-ip-restriction-module.d.mts +9 -0
- package/dist/actions/get-edge-route-ip-restriction-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-ip-restriction-module.mjs +25 -0
- package/dist/actions/get-edge-route-ip-restriction-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-oidc-module.cjs +29 -0
- package/dist/actions/get-edge-route-oidc-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-oidc-module.d.cts +9 -0
- package/dist/actions/get-edge-route-oidc-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-oidc-module.d.mts +9 -0
- package/dist/actions/get-edge-route-oidc-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-oidc-module.mjs +26 -0
- package/dist/actions/get-edge-route-oidc-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-request-headers-module.cjs +23 -0
- package/dist/actions/get-edge-route-request-headers-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-request-headers-module.d.cts +9 -0
- package/dist/actions/get-edge-route-request-headers-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-request-headers-module.d.mts +9 -0
- package/dist/actions/get-edge-route-request-headers-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-request-headers-module.mjs +20 -0
- package/dist/actions/get-edge-route-request-headers-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-response-headers-module.cjs +23 -0
- package/dist/actions/get-edge-route-response-headers-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-response-headers-module.d.cts +9 -0
- package/dist/actions/get-edge-route-response-headers-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-response-headers-module.d.mts +9 -0
- package/dist/actions/get-edge-route-response-headers-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-response-headers-module.mjs +20 -0
- package/dist/actions/get-edge-route-response-headers-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-saml-module.cjs +35 -0
- package/dist/actions/get-edge-route-saml-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-saml-module.d.cts +9 -0
- package/dist/actions/get-edge-route-saml-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-saml-module.d.mts +9 -0
- package/dist/actions/get-edge-route-saml-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-saml-module.mjs +32 -0
- package/dist/actions/get-edge-route-saml-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-traffic-policy.cjs +22 -0
- package/dist/actions/get-edge-route-traffic-policy.cjs.map +1 -0
- package/dist/actions/get-edge-route-traffic-policy.d.cts +9 -0
- package/dist/actions/get-edge-route-traffic-policy.d.cts.map +1 -0
- package/dist/actions/get-edge-route-traffic-policy.d.mts +9 -0
- package/dist/actions/get-edge-route-traffic-policy.d.mts.map +1 -0
- package/dist/actions/get-edge-route-traffic-policy.mjs +19 -0
- package/dist/actions/get-edge-route-traffic-policy.mjs.map +1 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.cjs +23 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.d.cts +9 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.d.mts +9 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.mjs +20 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-webhook-verification-module.cjs +23 -0
- package/dist/actions/get-edge-route-webhook-verification-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-webhook-verification-module.d.cts +9 -0
- package/dist/actions/get-edge-route-webhook-verification-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-webhook-verification-module.d.mts +9 -0
- package/dist/actions/get-edge-route-webhook-verification-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-webhook-verification-module.mjs +20 -0
- package/dist/actions/get-edge-route-webhook-verification-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.cjs +19 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.d.cts +9 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.d.mts +9 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.mjs +16 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.mjs.map +1 -0
- package/dist/actions/get-endpoint.cjs +48 -0
- package/dist/actions/get-endpoint.cjs.map +1 -0
- package/dist/actions/get-endpoint.d.cts +9 -0
- package/dist/actions/get-endpoint.d.cts.map +1 -0
- package/dist/actions/get-endpoint.d.mts +9 -0
- package/dist/actions/get-endpoint.d.mts.map +1 -0
- package/dist/actions/get-endpoint.mjs +47 -0
- package/dist/actions/get-endpoint.mjs.map +1 -0
- package/dist/actions/get-event-source.cjs +22 -0
- package/dist/actions/get-event-source.cjs.map +1 -0
- package/dist/actions/get-event-source.d.cts +9 -0
- package/dist/actions/get-event-source.d.cts.map +1 -0
- package/dist/actions/get-event-source.d.mts +9 -0
- package/dist/actions/get-event-source.d.mts.map +1 -0
- package/dist/actions/get-event-source.mjs +19 -0
- package/dist/actions/get-event-source.mjs.map +1 -0
- package/dist/actions/get-https-edge-mutual-tls-module.cjs +23 -0
- package/dist/actions/get-https-edge-mutual-tls-module.cjs.map +1 -0
- package/dist/actions/get-https-edge-mutual-tls-module.d.cts +9 -0
- package/dist/actions/get-https-edge-mutual-tls-module.d.cts.map +1 -0
- package/dist/actions/get-https-edge-mutual-tls-module.d.mts +9 -0
- package/dist/actions/get-https-edge-mutual-tls-module.d.mts.map +1 -0
- package/dist/actions/get-https-edge-mutual-tls-module.mjs +22 -0
- package/dist/actions/get-https-edge-mutual-tls-module.mjs.map +1 -0
- package/dist/actions/get-https-edge-route.cjs +134 -0
- package/dist/actions/get-https-edge-route.cjs.map +1 -0
- package/dist/actions/get-https-edge-route.d.cts +9 -0
- package/dist/actions/get-https-edge-route.d.cts.map +1 -0
- package/dist/actions/get-https-edge-route.d.mts +9 -0
- package/dist/actions/get-https-edge-route.d.mts.map +1 -0
- package/dist/actions/get-https-edge-route.mjs +133 -0
- package/dist/actions/get-https-edge-route.mjs.map +1 -0
- package/dist/actions/get-https-edge.cjs +39 -0
- package/dist/actions/get-https-edge.cjs.map +1 -0
- package/dist/actions/get-https-edge.d.cts +9 -0
- package/dist/actions/get-https-edge.d.cts.map +1 -0
- package/dist/actions/get-https-edge.d.mts +9 -0
- package/dist/actions/get-https-edge.d.mts.map +1 -0
- package/dist/actions/get-https-edge.mjs +38 -0
- package/dist/actions/get-https-edge.mjs.map +1 -0
- package/dist/actions/get-ip-restrictions.cjs +29 -0
- package/dist/actions/get-ip-restrictions.cjs.map +1 -0
- package/dist/actions/get-ip-restrictions.d.cts +9 -0
- package/dist/actions/get-ip-restrictions.d.cts.map +1 -0
- package/dist/actions/get-ip-restrictions.d.mts +9 -0
- package/dist/actions/get-ip-restrictions.d.mts.map +1 -0
- package/dist/actions/get-ip-restrictions.mjs +28 -0
- package/dist/actions/get-ip-restrictions.mjs.map +1 -0
- package/dist/actions/get-reserved-domain.cjs +49 -0
- package/dist/actions/get-reserved-domain.cjs.map +1 -0
- package/dist/actions/get-reserved-domain.d.cts +9 -0
- package/dist/actions/get-reserved-domain.d.cts.map +1 -0
- package/dist/actions/get-reserved-domain.d.mts +9 -0
- package/dist/actions/get-reserved-domain.d.mts.map +1 -0
- package/dist/actions/get-reserved-domain.mjs +48 -0
- package/dist/actions/get-reserved-domain.mjs.map +1 -0
- package/dist/actions/get-secret.cjs +32 -0
- package/dist/actions/get-secret.cjs.map +1 -0
- package/dist/actions/get-secret.d.cts +9 -0
- package/dist/actions/get-secret.d.cts.map +1 -0
- package/dist/actions/get-secret.d.mts +9 -0
- package/dist/actions/get-secret.d.mts.map +1 -0
- package/dist/actions/get-secret.mjs +31 -0
- package/dist/actions/get-secret.mjs.map +1 -0
- package/dist/actions/get-secrets-by-vault.cjs +40 -0
- package/dist/actions/get-secrets-by-vault.cjs.map +1 -0
- package/dist/actions/get-secrets-by-vault.d.cts +9 -0
- package/dist/actions/get-secrets-by-vault.d.cts.map +1 -0
- package/dist/actions/get-secrets-by-vault.d.mts +9 -0
- package/dist/actions/get-secrets-by-vault.d.mts.map +1 -0
- package/dist/actions/get-secrets-by-vault.mjs +39 -0
- package/dist/actions/get-secrets-by-vault.mjs.map +1 -0
- package/dist/actions/get-ssh-credentials.cjs +25 -0
- package/dist/actions/get-ssh-credentials.cjs.map +1 -0
- package/dist/actions/get-ssh-credentials.d.cts +9 -0
- package/dist/actions/get-ssh-credentials.d.cts.map +1 -0
- package/dist/actions/get-ssh-credentials.d.mts +9 -0
- package/dist/actions/get-ssh-credentials.d.mts.map +1 -0
- package/dist/actions/get-ssh-credentials.mjs +22 -0
- package/dist/actions/get-ssh-credentials.mjs.map +1 -0
- package/dist/actions/get-vault.cjs +26 -0
- package/dist/actions/get-vault.cjs.map +1 -0
- package/dist/actions/get-vault.d.cts +9 -0
- package/dist/actions/get-vault.d.cts.map +1 -0
- package/dist/actions/get-vault.d.mts +9 -0
- package/dist/actions/get-vault.d.mts.map +1 -0
- package/dist/actions/get-vault.mjs +23 -0
- package/dist/actions/get-vault.mjs.map +1 -0
- package/dist/actions/index.cjs +205 -0
- package/dist/actions/index.d.cts +103 -0
- package/dist/actions/index.d.mts +103 -0
- package/dist/actions/index.mjs +103 -0
- package/dist/actions/list-agent-ingresses.cjs +44 -0
- package/dist/actions/list-agent-ingresses.cjs.map +1 -0
- package/dist/actions/list-agent-ingresses.d.cts +9 -0
- package/dist/actions/list-agent-ingresses.d.cts.map +1 -0
- package/dist/actions/list-agent-ingresses.d.mts +9 -0
- package/dist/actions/list-agent-ingresses.d.mts.map +1 -0
- package/dist/actions/list-agent-ingresses.mjs +43 -0
- package/dist/actions/list-agent-ingresses.mjs.map +1 -0
- package/dist/actions/list-api-keys.cjs +32 -0
- package/dist/actions/list-api-keys.cjs.map +1 -0
- package/dist/actions/list-api-keys.d.cts +9 -0
- package/dist/actions/list-api-keys.d.cts.map +1 -0
- package/dist/actions/list-api-keys.d.mts +9 -0
- package/dist/actions/list-api-keys.d.mts.map +1 -0
- package/dist/actions/list-api-keys.mjs +31 -0
- package/dist/actions/list-api-keys.mjs.map +1 -0
- package/dist/actions/list-bot-users.cjs +30 -0
- package/dist/actions/list-bot-users.cjs.map +1 -0
- package/dist/actions/list-bot-users.d.cts +9 -0
- package/dist/actions/list-bot-users.d.cts.map +1 -0
- package/dist/actions/list-bot-users.d.mts +9 -0
- package/dist/actions/list-bot-users.d.mts.map +1 -0
- package/dist/actions/list-bot-users.mjs +29 -0
- package/dist/actions/list-bot-users.mjs.map +1 -0
- package/dist/actions/list-cert-authorities.cjs +37 -0
- package/dist/actions/list-cert-authorities.cjs.map +1 -0
- package/dist/actions/list-cert-authorities.d.cts +9 -0
- package/dist/actions/list-cert-authorities.d.cts.map +1 -0
- package/dist/actions/list-cert-authorities.d.mts +9 -0
- package/dist/actions/list-cert-authorities.d.mts.map +1 -0
- package/dist/actions/list-cert-authorities.mjs +36 -0
- package/dist/actions/list-cert-authorities.mjs.map +1 -0
- package/dist/actions/list-credentials.cjs +34 -0
- package/dist/actions/list-credentials.cjs.map +1 -0
- package/dist/actions/list-credentials.d.cts +9 -0
- package/dist/actions/list-credentials.d.cts.map +1 -0
- package/dist/actions/list-credentials.d.mts +9 -0
- package/dist/actions/list-credentials.d.mts.map +1 -0
- package/dist/actions/list-credentials.mjs +33 -0
- package/dist/actions/list-credentials.mjs.map +1 -0
- package/dist/actions/list-endpoints.cjs +47 -0
- package/dist/actions/list-endpoints.cjs.map +1 -0
- package/dist/actions/list-endpoints.d.cts +9 -0
- package/dist/actions/list-endpoints.d.cts.map +1 -0
- package/dist/actions/list-endpoints.d.mts +9 -0
- package/dist/actions/list-endpoints.d.mts.map +1 -0
- package/dist/actions/list-endpoints.mjs +46 -0
- package/dist/actions/list-endpoints.mjs.map +1 -0
- package/dist/actions/list-event-destinations.cjs +75 -0
- package/dist/actions/list-event-destinations.cjs.map +1 -0
- package/dist/actions/list-event-destinations.d.cts +9 -0
- package/dist/actions/list-event-destinations.d.cts.map +1 -0
- package/dist/actions/list-event-destinations.d.mts +9 -0
- package/dist/actions/list-event-destinations.d.mts.map +1 -0
- package/dist/actions/list-event-destinations.mjs +74 -0
- package/dist/actions/list-event-destinations.mjs.map +1 -0
- package/dist/actions/list-event-subscription-sources.cjs +23 -0
- package/dist/actions/list-event-subscription-sources.cjs.map +1 -0
- package/dist/actions/list-event-subscription-sources.d.cts +9 -0
- package/dist/actions/list-event-subscription-sources.d.cts.map +1 -0
- package/dist/actions/list-event-subscription-sources.d.mts +9 -0
- package/dist/actions/list-event-subscription-sources.d.mts.map +1 -0
- package/dist/actions/list-event-subscription-sources.mjs +22 -0
- package/dist/actions/list-event-subscription-sources.mjs.map +1 -0
- package/dist/actions/list-event-subscriptions.cjs +41 -0
- package/dist/actions/list-event-subscriptions.cjs.map +1 -0
- package/dist/actions/list-event-subscriptions.d.cts +9 -0
- package/dist/actions/list-event-subscriptions.d.cts.map +1 -0
- package/dist/actions/list-event-subscriptions.d.mts +9 -0
- package/dist/actions/list-event-subscriptions.d.mts.map +1 -0
- package/dist/actions/list-event-subscriptions.mjs +40 -0
- package/dist/actions/list-event-subscriptions.mjs.map +1 -0
- package/dist/actions/list-failover-backends.cjs +31 -0
- package/dist/actions/list-failover-backends.cjs.map +1 -0
- package/dist/actions/list-failover-backends.d.cts +9 -0
- package/dist/actions/list-failover-backends.d.cts.map +1 -0
- package/dist/actions/list-failover-backends.d.mts +9 -0
- package/dist/actions/list-failover-backends.d.mts.map +1 -0
- package/dist/actions/list-failover-backends.mjs +30 -0
- package/dist/actions/list-failover-backends.mjs.map +1 -0
- package/dist/actions/list-http-response-backends.cjs +33 -0
- package/dist/actions/list-http-response-backends.cjs.map +1 -0
- package/dist/actions/list-http-response-backends.d.cts +9 -0
- package/dist/actions/list-http-response-backends.d.cts.map +1 -0
- package/dist/actions/list-http-response-backends.d.mts +9 -0
- package/dist/actions/list-http-response-backends.d.mts.map +1 -0
- package/dist/actions/list-http-response-backends.mjs +32 -0
- package/dist/actions/list-http-response-backends.mjs.map +1 -0
- package/dist/actions/list-https-edges.cjs +47 -0
- package/dist/actions/list-https-edges.cjs.map +1 -0
- package/dist/actions/list-https-edges.d.cts +9 -0
- package/dist/actions/list-https-edges.d.cts.map +1 -0
- package/dist/actions/list-https-edges.d.mts +9 -0
- package/dist/actions/list-https-edges.d.mts.map +1 -0
- package/dist/actions/list-https-edges.mjs +46 -0
- package/dist/actions/list-https-edges.mjs.map +1 -0
- package/dist/actions/list-ip-policies.cjs +31 -0
- package/dist/actions/list-ip-policies.cjs.map +1 -0
- package/dist/actions/list-ip-policies.d.cts +9 -0
- package/dist/actions/list-ip-policies.d.cts.map +1 -0
- package/dist/actions/list-ip-policies.d.mts +9 -0
- package/dist/actions/list-ip-policies.d.mts.map +1 -0
- package/dist/actions/list-ip-policies.mjs +30 -0
- package/dist/actions/list-ip-policies.mjs.map +1 -0
- package/dist/actions/list-ip-policy-rules.cjs +37 -0
- package/dist/actions/list-ip-policy-rules.cjs.map +1 -0
- package/dist/actions/list-ip-policy-rules.d.cts +9 -0
- package/dist/actions/list-ip-policy-rules.d.cts.map +1 -0
- package/dist/actions/list-ip-policy-rules.d.mts +9 -0
- package/dist/actions/list-ip-policy-rules.d.mts.map +1 -0
- package/dist/actions/list-ip-policy-rules.mjs +36 -0
- package/dist/actions/list-ip-policy-rules.mjs.map +1 -0
- package/dist/actions/list-ip-restrictions.cjs +38 -0
- package/dist/actions/list-ip-restrictions.cjs.map +1 -0
- package/dist/actions/list-ip-restrictions.d.cts +9 -0
- package/dist/actions/list-ip-restrictions.d.cts.map +1 -0
- package/dist/actions/list-ip-restrictions.d.mts +9 -0
- package/dist/actions/list-ip-restrictions.d.mts.map +1 -0
- package/dist/actions/list-ip-restrictions.mjs +37 -0
- package/dist/actions/list-ip-restrictions.mjs.map +1 -0
- package/dist/actions/list-reserved-addrs.cjs +38 -0
- package/dist/actions/list-reserved-addrs.cjs.map +1 -0
- package/dist/actions/list-reserved-addrs.d.cts +9 -0
- package/dist/actions/list-reserved-addrs.d.cts.map +1 -0
- package/dist/actions/list-reserved-addrs.d.mts +9 -0
- package/dist/actions/list-reserved-addrs.d.mts.map +1 -0
- package/dist/actions/list-reserved-addrs.mjs +37 -0
- package/dist/actions/list-reserved-addrs.mjs.map +1 -0
- package/dist/actions/list-reserved-domains.cjs +60 -0
- package/dist/actions/list-reserved-domains.cjs.map +1 -0
- package/dist/actions/list-reserved-domains.d.cts +9 -0
- package/dist/actions/list-reserved-domains.d.cts.map +1 -0
- package/dist/actions/list-reserved-domains.d.mts +9 -0
- package/dist/actions/list-reserved-domains.d.mts.map +1 -0
- package/dist/actions/list-reserved-domains.mjs +59 -0
- package/dist/actions/list-reserved-domains.mjs.map +1 -0
- package/dist/actions/list-service-users.cjs +31 -0
- package/dist/actions/list-service-users.cjs.map +1 -0
- package/dist/actions/list-service-users.d.cts +9 -0
- package/dist/actions/list-service-users.d.cts.map +1 -0
- package/dist/actions/list-service-users.d.mts +9 -0
- package/dist/actions/list-service-users.d.mts.map +1 -0
- package/dist/actions/list-service-users.mjs +30 -0
- package/dist/actions/list-service-users.mjs.map +1 -0
- package/dist/actions/list-ssh-certificate-authorities.cjs +33 -0
- package/dist/actions/list-ssh-certificate-authorities.cjs.map +1 -0
- package/dist/actions/list-ssh-certificate-authorities.d.cts +9 -0
- package/dist/actions/list-ssh-certificate-authorities.d.cts.map +1 -0
- package/dist/actions/list-ssh-certificate-authorities.d.mts +9 -0
- package/dist/actions/list-ssh-certificate-authorities.d.mts.map +1 -0
- package/dist/actions/list-ssh-certificate-authorities.mjs +32 -0
- package/dist/actions/list-ssh-certificate-authorities.mjs.map +1 -0
- package/dist/actions/list-ssh-credentials.cjs +34 -0
- package/dist/actions/list-ssh-credentials.cjs.map +1 -0
- package/dist/actions/list-ssh-credentials.d.cts +9 -0
- package/dist/actions/list-ssh-credentials.d.cts.map +1 -0
- package/dist/actions/list-ssh-credentials.d.mts +9 -0
- package/dist/actions/list-ssh-credentials.d.mts.map +1 -0
- package/dist/actions/list-ssh-credentials.mjs +33 -0
- package/dist/actions/list-ssh-credentials.mjs.map +1 -0
- package/dist/actions/list-ssh-host-certificates.cjs +37 -0
- package/dist/actions/list-ssh-host-certificates.cjs.map +1 -0
- package/dist/actions/list-ssh-host-certificates.d.cts +9 -0
- package/dist/actions/list-ssh-host-certificates.d.cts.map +1 -0
- package/dist/actions/list-ssh-host-certificates.d.mts +9 -0
- package/dist/actions/list-ssh-host-certificates.d.mts.map +1 -0
- package/dist/actions/list-ssh-host-certificates.mjs +36 -0
- package/dist/actions/list-ssh-host-certificates.mjs.map +1 -0
- package/dist/actions/list-ssh-user-certificates.cjs +39 -0
- package/dist/actions/list-ssh-user-certificates.cjs.map +1 -0
- package/dist/actions/list-ssh-user-certificates.d.cts +9 -0
- package/dist/actions/list-ssh-user-certificates.d.cts.map +1 -0
- package/dist/actions/list-ssh-user-certificates.d.mts +9 -0
- package/dist/actions/list-ssh-user-certificates.d.mts.map +1 -0
- package/dist/actions/list-ssh-user-certificates.mjs +38 -0
- package/dist/actions/list-ssh-user-certificates.mjs.map +1 -0
- package/dist/actions/list-static-backends.cjs +33 -0
- package/dist/actions/list-static-backends.cjs.map +1 -0
- package/dist/actions/list-static-backends.d.cts +9 -0
- package/dist/actions/list-static-backends.d.cts.map +1 -0
- package/dist/actions/list-static-backends.d.mts +9 -0
- package/dist/actions/list-static-backends.d.mts.map +1 -0
- package/dist/actions/list-static-backends.mjs +32 -0
- package/dist/actions/list-static-backends.mjs.map +1 -0
- package/dist/actions/list-tcp-edges.cjs +50 -0
- package/dist/actions/list-tcp-edges.cjs.map +1 -0
- package/dist/actions/list-tcp-edges.d.cts +9 -0
- package/dist/actions/list-tcp-edges.d.cts.map +1 -0
- package/dist/actions/list-tcp-edges.d.mts +9 -0
- package/dist/actions/list-tcp-edges.d.mts.map +1 -0
- package/dist/actions/list-tcp-edges.mjs +49 -0
- package/dist/actions/list-tcp-edges.mjs.map +1 -0
- package/dist/actions/list-tls-certificates.cjs +49 -0
- package/dist/actions/list-tls-certificates.cjs.map +1 -0
- package/dist/actions/list-tls-certificates.d.cts +9 -0
- package/dist/actions/list-tls-certificates.d.cts.map +1 -0
- package/dist/actions/list-tls-certificates.d.mts +9 -0
- package/dist/actions/list-tls-certificates.d.mts.map +1 -0
- package/dist/actions/list-tls-certificates.mjs +48 -0
- package/dist/actions/list-tls-certificates.mjs.map +1 -0
- package/dist/actions/list-tls-edges.cjs +40 -0
- package/dist/actions/list-tls-edges.cjs.map +1 -0
- package/dist/actions/list-tls-edges.d.cts +9 -0
- package/dist/actions/list-tls-edges.d.cts.map +1 -0
- package/dist/actions/list-tls-edges.d.mts +9 -0
- package/dist/actions/list-tls-edges.d.mts.map +1 -0
- package/dist/actions/list-tls-edges.mjs +39 -0
- package/dist/actions/list-tls-edges.mjs.map +1 -0
- package/dist/actions/list-tunnel-sessions.cjs +40 -0
- package/dist/actions/list-tunnel-sessions.cjs.map +1 -0
- package/dist/actions/list-tunnel-sessions.d.cts +9 -0
- package/dist/actions/list-tunnel-sessions.d.cts.map +1 -0
- package/dist/actions/list-tunnel-sessions.d.mts +9 -0
- package/dist/actions/list-tunnel-sessions.d.mts.map +1 -0
- package/dist/actions/list-tunnel-sessions.mjs +39 -0
- package/dist/actions/list-tunnel-sessions.mjs.map +1 -0
- package/dist/actions/list-tunnels.cjs +44 -0
- package/dist/actions/list-tunnels.cjs.map +1 -0
- package/dist/actions/list-tunnels.d.cts +9 -0
- package/dist/actions/list-tunnels.d.cts.map +1 -0
- package/dist/actions/list-tunnels.d.mts +9 -0
- package/dist/actions/list-tunnels.d.mts.map +1 -0
- package/dist/actions/list-tunnels.mjs +43 -0
- package/dist/actions/list-tunnels.mjs.map +1 -0
- package/dist/actions/list-vault-secrets.cjs +41 -0
- package/dist/actions/list-vault-secrets.cjs.map +1 -0
- package/dist/actions/list-vault-secrets.d.cts +9 -0
- package/dist/actions/list-vault-secrets.d.cts.map +1 -0
- package/dist/actions/list-vault-secrets.d.mts +9 -0
- package/dist/actions/list-vault-secrets.d.mts.map +1 -0
- package/dist/actions/list-vault-secrets.mjs +40 -0
- package/dist/actions/list-vault-secrets.mjs.map +1 -0
- package/dist/actions/list-vaults.cjs +35 -0
- package/dist/actions/list-vaults.cjs.map +1 -0
- package/dist/actions/list-vaults.d.cts +9 -0
- package/dist/actions/list-vaults.d.cts.map +1 -0
- package/dist/actions/list-vaults.d.mts +9 -0
- package/dist/actions/list-vaults.d.mts.map +1 -0
- package/dist/actions/list-vaults.mjs +34 -0
- package/dist/actions/list-vaults.mjs.map +1 -0
- package/dist/actions/list-weighted-backends.cjs +31 -0
- package/dist/actions/list-weighted-backends.cjs.map +1 -0
- package/dist/actions/list-weighted-backends.d.cts +9 -0
- package/dist/actions/list-weighted-backends.d.cts.map +1 -0
- package/dist/actions/list-weighted-backends.d.mts +9 -0
- package/dist/actions/list-weighted-backends.d.mts.map +1 -0
- package/dist/actions/list-weighted-backends.mjs +30 -0
- package/dist/actions/list-weighted-backends.mjs.map +1 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.cjs +32 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.cjs.map +1 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.d.cts +9 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.d.mts +9 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.mjs +29 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.mjs.map +1 -0
- package/dist/actions/replace-edge-route-compression-module.cjs +20 -0
- package/dist/actions/replace-edge-route-compression-module.cjs.map +1 -0
- package/dist/actions/replace-edge-route-compression-module.d.cts +9 -0
- package/dist/actions/replace-edge-route-compression-module.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-compression-module.d.mts +9 -0
- package/dist/actions/replace-edge-route-compression-module.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-compression-module.mjs +17 -0
- package/dist/actions/replace-edge-route-compression-module.mjs.map +1 -0
- package/dist/actions/replace-edge-route-request-headers-module.cjs +26 -0
- package/dist/actions/replace-edge-route-request-headers-module.cjs.map +1 -0
- package/dist/actions/replace-edge-route-request-headers-module.d.cts +9 -0
- package/dist/actions/replace-edge-route-request-headers-module.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-request-headers-module.d.mts +9 -0
- package/dist/actions/replace-edge-route-request-headers-module.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-request-headers-module.mjs +23 -0
- package/dist/actions/replace-edge-route-request-headers-module.mjs.map +1 -0
- package/dist/actions/replace-edge-route-response-headers-module.cjs +26 -0
- package/dist/actions/replace-edge-route-response-headers-module.cjs.map +1 -0
- package/dist/actions/replace-edge-route-response-headers-module.d.cts +9 -0
- package/dist/actions/replace-edge-route-response-headers-module.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-response-headers-module.d.mts +9 -0
- package/dist/actions/replace-edge-route-response-headers-module.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-response-headers-module.mjs +23 -0
- package/dist/actions/replace-edge-route-response-headers-module.mjs.map +1 -0
- package/dist/actions/replace-edge-route-traffic-policy.cjs +24 -0
- package/dist/actions/replace-edge-route-traffic-policy.cjs.map +1 -0
- package/dist/actions/replace-edge-route-traffic-policy.d.cts +9 -0
- package/dist/actions/replace-edge-route-traffic-policy.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-traffic-policy.d.mts +9 -0
- package/dist/actions/replace-edge-route-traffic-policy.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-traffic-policy.mjs +21 -0
- package/dist/actions/replace-edge-route-traffic-policy.mjs.map +1 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.cjs +26 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.cjs.map +1 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.d.cts +9 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.d.mts +9 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.mjs +23 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.mjs.map +1 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.cjs +26 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.cjs.map +1 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.d.cts +9 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.d.mts +9 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.mjs +23 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.mjs.map +1 -0
- package/dist/actions/update-api-key.cjs +28 -0
- package/dist/actions/update-api-key.cjs.map +1 -0
- package/dist/actions/update-api-key.d.cts +9 -0
- package/dist/actions/update-api-key.d.cts.map +1 -0
- package/dist/actions/update-api-key.d.mts +9 -0
- package/dist/actions/update-api-key.d.mts.map +1 -0
- package/dist/actions/update-api-key.mjs +25 -0
- package/dist/actions/update-api-key.mjs.map +1 -0
- package/dist/actions/update-credentials.cjs +30 -0
- package/dist/actions/update-credentials.cjs.map +1 -0
- package/dist/actions/update-credentials.d.cts +9 -0
- package/dist/actions/update-credentials.d.cts.map +1 -0
- package/dist/actions/update-credentials.d.mts +9 -0
- package/dist/actions/update-credentials.d.mts.map +1 -0
- package/dist/actions/update-credentials.mjs +27 -0
- package/dist/actions/update-credentials.mjs.map +1 -0
- package/dist/actions/update-endpoint.cjs +56 -0
- package/dist/actions/update-endpoint.cjs.map +1 -0
- package/dist/actions/update-endpoint.d.cts +9 -0
- package/dist/actions/update-endpoint.d.cts.map +1 -0
- package/dist/actions/update-endpoint.d.mts +9 -0
- package/dist/actions/update-endpoint.d.mts.map +1 -0
- package/dist/actions/update-endpoint.mjs +55 -0
- package/dist/actions/update-endpoint.mjs.map +1 -0
- package/dist/actions/update-event-subscription.cjs +35 -0
- package/dist/actions/update-event-subscription.cjs.map +1 -0
- package/dist/actions/update-event-subscription.d.cts +9 -0
- package/dist/actions/update-event-subscription.d.cts.map +1 -0
- package/dist/actions/update-event-subscription.d.mts +9 -0
- package/dist/actions/update-event-subscription.d.mts.map +1 -0
- package/dist/actions/update-event-subscription.mjs +34 -0
- package/dist/actions/update-event-subscription.mjs.map +1 -0
- package/dist/actions/update-https-edge-route.cjs +197 -0
- package/dist/actions/update-https-edge-route.cjs.map +1 -0
- package/dist/actions/update-https-edge-route.d.cts +9 -0
- package/dist/actions/update-https-edge-route.d.cts.map +1 -0
- package/dist/actions/update-https-edge-route.d.mts +9 -0
- package/dist/actions/update-https-edge-route.d.mts.map +1 -0
- package/dist/actions/update-https-edge-route.mjs +196 -0
- package/dist/actions/update-https-edge-route.mjs.map +1 -0
- package/dist/actions/update-reserved-domain.cjs +58 -0
- package/dist/actions/update-reserved-domain.cjs.map +1 -0
- package/dist/actions/update-reserved-domain.d.cts +9 -0
- package/dist/actions/update-reserved-domain.d.cts.map +1 -0
- package/dist/actions/update-reserved-domain.d.mts +9 -0
- package/dist/actions/update-reserved-domain.d.mts.map +1 -0
- package/dist/actions/update-reserved-domain.mjs +57 -0
- package/dist/actions/update-reserved-domain.mjs.map +1 -0
- package/dist/actions/update-secret.cjs +29 -0
- package/dist/actions/update-secret.cjs.map +1 -0
- package/dist/actions/update-secret.d.cts +9 -0
- package/dist/actions/update-secret.d.cts.map +1 -0
- package/dist/actions/update-secret.d.mts +9 -0
- package/dist/actions/update-secret.d.mts.map +1 -0
- package/dist/actions/update-secret.mjs +26 -0
- package/dist/actions/update-secret.mjs.map +1 -0
- package/dist/actions/update-ssh-credential.cjs +30 -0
- package/dist/actions/update-ssh-credential.cjs.map +1 -0
- package/dist/actions/update-ssh-credential.d.cts +9 -0
- package/dist/actions/update-ssh-credential.d.cts.map +1 -0
- package/dist/actions/update-ssh-credential.d.mts +9 -0
- package/dist/actions/update-ssh-credential.d.mts.map +1 -0
- package/dist/actions/update-ssh-credential.mjs +27 -0
- package/dist/actions/update-ssh-credential.mjs.map +1 -0
- package/dist/actions/update-vault.cjs +31 -0
- package/dist/actions/update-vault.cjs.map +1 -0
- package/dist/actions/update-vault.d.cts +9 -0
- package/dist/actions/update-vault.d.cts.map +1 -0
- package/dist/actions/update-vault.d.mts +9 -0
- package/dist/actions/update-vault.d.mts.map +1 -0
- package/dist/actions/update-vault.mjs +28 -0
- package/dist/actions/update-vault.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 +210 -0
- package/dist/index.d.cts +105 -0
- package/dist/index.d.mts +105 -0
- package/dist/index.mjs +106 -0
- package/package.json +49 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-vaults.ts
|
|
4
|
+
const NgrokListVaultsInput = z.object({
|
|
5
|
+
limit: z.number().int().describe("Maximum number of vaults to return. Constrains the number of results in the dataset. See the API Overview for pagination details.").optional(),
|
|
6
|
+
filter: z.string().describe("CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as 'id', 'metadata', 'created_at'. See ngrok API Filtering for syntax and field details.").optional(),
|
|
7
|
+
before_id: z.string().describe("Pagination cursor. Returns vaults created before this vault ID. Use for fetching earlier entries in the result set.").optional()
|
|
8
|
+
}).describe("Request model for listing vaults with optional filtering and pagination.");
|
|
9
|
+
const NgrokListVaults_VaultSchema = z.object({
|
|
10
|
+
id: z.string().describe("Identifier for Vault"),
|
|
11
|
+
uri: z.string().describe("URI of this Vault API resource"),
|
|
12
|
+
name: z.string().describe("Name of vault"),
|
|
13
|
+
metadata: z.string().describe("Arbitrary user-defined metadata for this Vault").nullable().optional(),
|
|
14
|
+
created_at: z.string().describe("Timestamp when the vault was created in RFC 3339 format"),
|
|
15
|
+
created_by: z.string().describe("Reference identifying the vault creator"),
|
|
16
|
+
updated_at: z.string().describe("Timestamp when the vault was last modified in RFC 3339 format"),
|
|
17
|
+
description: z.string().describe("Description of Vault").nullable().optional(),
|
|
18
|
+
last_updated_by: z.string().describe("Reference identifying who last modified the vault")
|
|
19
|
+
}).describe("Model representing an individual vault.");
|
|
20
|
+
const ngrokListVaults = action("NGROK_LIST_VAULTS", {
|
|
21
|
+
slug: "ngrok-list-vaults",
|
|
22
|
+
name: "List Vaults",
|
|
23
|
+
description: "List all vaults owned by the ngrok account. Vaults are used for securely storing and managing sensitive data such as secrets, credentials, and tokens.",
|
|
24
|
+
input: NgrokListVaultsInput,
|
|
25
|
+
output: z.object({
|
|
26
|
+
uri: z.string().describe("URI of the vaults list API resource"),
|
|
27
|
+
vaults: z.array(NgrokListVaults_VaultSchema).describe("The list of Vaults for this account"),
|
|
28
|
+
next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
|
|
29
|
+
}).describe("Response model for listing vaults.")
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
export { ngrokListVaults };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=list-vaults.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-vaults.mjs","names":[],"sources":["../../src/actions/list-vaults.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListVaultsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of vaults to return. Constrains the number of results in the dataset. See the API Overview for pagination details.\").optional(),\n filter: z.string().describe(\"CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as 'id', 'metadata', 'created_at'. See ngrok API Filtering for syntax and field details.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns vaults created before this vault ID. Use for fetching earlier entries in the result set.\").optional(),\n}).describe(\"Request model for listing vaults with optional filtering and pagination.\");\nconst NgrokListVaults_VaultSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Identifier for Vault\"),\n uri: z.string().describe(\"URI of this Vault API resource\"),\n name: z.string().describe(\"Name of vault\"),\n metadata: z.string().describe(\"Arbitrary user-defined metadata for this Vault\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the vault was created in RFC 3339 format\"),\n created_by: z.string().describe(\"Reference identifying the vault creator\"),\n updated_at: z.string().describe(\"Timestamp when the vault was last modified in RFC 3339 format\"),\n description: z.string().describe(\"Description of Vault\").nullable().optional(),\n last_updated_by: z.string().describe(\"Reference identifying who last modified the vault\"),\n}).describe(\"Model representing an individual vault.\");\nexport const NgrokListVaultsOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the vaults list API resource\"),\n vaults: z.array(NgrokListVaults_VaultSchema).describe(\"The list of Vaults for this account\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for listing vaults.\");\n\nexport const ngrokListVaults = action(\"NGROK_LIST_VAULTS\", {\n slug: \"ngrok-list-vaults\",\n name: \"List Vaults\",\n description: \"List all vaults owned by the ngrok account. Vaults are used for securely storing and managing sensitive data such as secrets, credentials, and tokens.\",\n input: NgrokListVaultsInput,\n output: NgrokListVaultsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqC,EAAE,OAAO;CACzD,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS;CAC/K,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS;CAC9O,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;AACjK,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,8BAA4C,EAAE,OAAO;CACzD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAC9C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AAC1F,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAOrD,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXiD,EAAE,OAAO;EAC1D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;EAC9D,QAAQ,EAAE,MAAM,2BAA2B,CAAC,CAAC,SAAS,qCAAqC;EAC3F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,oCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-weighted-backends.ts
|
|
4
|
+
const NgrokListWeightedBackendsInput = zod.z.object({
|
|
5
|
+
limit: zod.z.string().describe("Maximum number of backends to return. Defaults to 100 if not specified. Maximum value is 100.").optional(),
|
|
6
|
+
before_id: zod.z.string().describe("Pagination cursor. Returns backends created before this backend ID. Use for fetching subsequent pages.").optional()
|
|
7
|
+
}).describe("Request model for listing weighted backends with pagination support.");
|
|
8
|
+
const NgrokListWeightedBackends_WeightedBackendItemSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Unique identifier for this backend"),
|
|
10
|
+
uri: zod.z.string().describe("URI of the backend resource"),
|
|
11
|
+
backends: zod.z.object({}).describe("Map of backend IDs to their traffic weights (range: 0-10000). Traffic is distributed proportionally based on weight ratios."),
|
|
12
|
+
metadata: zod.z.string().describe("Arbitrary user-defined machine-readable data of this backend").nullable().optional(),
|
|
13
|
+
created_at: zod.z.string().describe("Timestamp when the backend was created, RFC 3339 format"),
|
|
14
|
+
description: zod.z.string().describe("Human-readable description of this backend").nullable().optional()
|
|
15
|
+
}).describe("Model representing a single weighted backend.");
|
|
16
|
+
const NgrokListWeightedBackendsOutput = zod.z.object({
|
|
17
|
+
uri: zod.z.string().describe("URI of the weighted backends list API resource"),
|
|
18
|
+
backends: zod.z.array(NgrokListWeightedBackends_WeightedBackendItemSchema).describe("List of all weighted backends on this account"),
|
|
19
|
+
next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
|
|
20
|
+
}).describe("Response model for list weighted backends endpoint.");
|
|
21
|
+
const ngrokListWeightedBackends = require_action.action("NGROK_LIST_WEIGHTED_BACKENDS", {
|
|
22
|
+
slug: "ngrok-list-weighted-backends",
|
|
23
|
+
name: "List Weighted Backends",
|
|
24
|
+
description: "List all weighted backends on the ngrok account. Weighted backends balance traffic among referenced backends proportionally based on their assigned weights.",
|
|
25
|
+
input: NgrokListWeightedBackendsInput,
|
|
26
|
+
output: NgrokListWeightedBackendsOutput
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
exports.ngrokListWeightedBackends = ngrokListWeightedBackends;
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=list-weighted-backends.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-weighted-backends.cjs","names":["z","action"],"sources":["../../src/actions/list-weighted-backends.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListWeightedBackendsInput: z.ZodTypeAny = z.object({\n limit: z.string().describe(\"Maximum number of backends to return. Defaults to 100 if not specified. Maximum value is 100.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns backends created before this backend ID. Use for fetching subsequent pages.\").optional(),\n}).describe(\"Request model for listing weighted backends with pagination support.\");\nconst NgrokListWeightedBackends_WeightedBackendItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this backend\"),\n uri: z.string().describe(\"URI of the backend resource\"),\n backends: z.object({}).describe(\"Map of backend IDs to their traffic weights (range: 0-10000). Traffic is distributed proportionally based on weight ratios.\"),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this backend\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the backend was created, RFC 3339 format\"),\n description: z.string().describe(\"Human-readable description of this backend\").nullable().optional(),\n}).describe(\"Model representing a single weighted backend.\");\nexport const NgrokListWeightedBackendsOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the weighted backends list API resource\"),\n backends: z.array(NgrokListWeightedBackends_WeightedBackendItemSchema).describe(\"List of all weighted backends on this account\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for list weighted backends endpoint.\");\n\nexport const ngrokListWeightedBackends = action(\"NGROK_LIST_WEIGHTED_BACKENDS\", {\n slug: \"ngrok-list-weighted-backends\",\n name: \"List Weighted Backends\",\n description: \"List all weighted backends on the ngrok account. Weighted backends balance traffic among referenced backends proportionally based on their assigned weights.\",\n input: NgrokListWeightedBackendsInput,\n output: NgrokListWeightedBackendsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CACrI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;AACpJ,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACtD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6HAA6H;CAC7J,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACzE,UAAUA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,+CAA+C;CAC/H,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,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-weighted-backends.d.ts
|
|
4
|
+
declare const NgrokListWeightedBackendsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListWeightedBackendsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListWeightedBackends: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListWeightedBackends };
|
|
9
|
+
//# sourceMappingURL=list-weighted-backends.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-weighted-backends.d.cts","names":[],"sources":["../../src/actions/list-weighted-backends.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGoC;AAAA,cAStE,+BAAA,EAAiC,CAAA,CAAE,UAIkB;AAAA,cAErD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-weighted-backends.d.ts
|
|
4
|
+
declare const NgrokListWeightedBackendsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListWeightedBackendsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListWeightedBackends: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListWeightedBackends };
|
|
9
|
+
//# sourceMappingURL=list-weighted-backends.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-weighted-backends.d.mts","names":[],"sources":["../../src/actions/list-weighted-backends.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGoC;AAAA,cAStE,+BAAA,EAAiC,CAAA,CAAE,UAIkB;AAAA,cAErD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-weighted-backends.ts
|
|
4
|
+
const NgrokListWeightedBackendsInput = z.object({
|
|
5
|
+
limit: z.string().describe("Maximum number of backends to return. Defaults to 100 if not specified. Maximum value is 100.").optional(),
|
|
6
|
+
before_id: z.string().describe("Pagination cursor. Returns backends created before this backend ID. Use for fetching subsequent pages.").optional()
|
|
7
|
+
}).describe("Request model for listing weighted backends with pagination support.");
|
|
8
|
+
const NgrokListWeightedBackends_WeightedBackendItemSchema = z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for this backend"),
|
|
10
|
+
uri: z.string().describe("URI of the backend resource"),
|
|
11
|
+
backends: z.object({}).describe("Map of backend IDs to their traffic weights (range: 0-10000). Traffic is distributed proportionally based on weight ratios."),
|
|
12
|
+
metadata: z.string().describe("Arbitrary user-defined machine-readable data of this backend").nullable().optional(),
|
|
13
|
+
created_at: z.string().describe("Timestamp when the backend was created, RFC 3339 format"),
|
|
14
|
+
description: z.string().describe("Human-readable description of this backend").nullable().optional()
|
|
15
|
+
}).describe("Model representing a single weighted backend.");
|
|
16
|
+
const ngrokListWeightedBackends = action("NGROK_LIST_WEIGHTED_BACKENDS", {
|
|
17
|
+
slug: "ngrok-list-weighted-backends",
|
|
18
|
+
name: "List Weighted Backends",
|
|
19
|
+
description: "List all weighted backends on the ngrok account. Weighted backends balance traffic among referenced backends proportionally based on their assigned weights.",
|
|
20
|
+
input: NgrokListWeightedBackendsInput,
|
|
21
|
+
output: z.object({
|
|
22
|
+
uri: z.string().describe("URI of the weighted backends list API resource"),
|
|
23
|
+
backends: z.array(NgrokListWeightedBackends_WeightedBackendItemSchema).describe("List of all weighted backends on this account"),
|
|
24
|
+
next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
|
|
25
|
+
}).describe("Response model for list weighted backends endpoint.")
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { ngrokListWeightedBackends };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=list-weighted-backends.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-weighted-backends.mjs","names":[],"sources":["../../src/actions/list-weighted-backends.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListWeightedBackendsInput: z.ZodTypeAny = z.object({\n limit: z.string().describe(\"Maximum number of backends to return. Defaults to 100 if not specified. Maximum value is 100.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns backends created before this backend ID. Use for fetching subsequent pages.\").optional(),\n}).describe(\"Request model for listing weighted backends with pagination support.\");\nconst NgrokListWeightedBackends_WeightedBackendItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this backend\"),\n uri: z.string().describe(\"URI of the backend resource\"),\n backends: z.object({}).describe(\"Map of backend IDs to their traffic weights (range: 0-10000). Traffic is distributed proportionally based on weight ratios.\"),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this backend\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the backend was created, RFC 3339 format\"),\n description: z.string().describe(\"Human-readable description of this backend\").nullable().optional(),\n}).describe(\"Model representing a single weighted backend.\");\nexport const NgrokListWeightedBackendsOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the weighted backends list API resource\"),\n backends: z.array(NgrokListWeightedBackends_WeightedBackendItemSchema).describe(\"List of all weighted backends on this account\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for list weighted backends endpoint.\");\n\nexport const ngrokListWeightedBackends = action(\"NGROK_LIST_WEIGHTED_BACKENDS\", {\n slug: \"ngrok-list-weighted-backends\",\n name: \"List Weighted Backends\",\n description: \"List all weighted backends on the ngrok account. Weighted backends balance traffic among referenced backends proportionally based on their assigned weights.\",\n input: NgrokListWeightedBackendsInput,\n output: NgrokListWeightedBackendsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CACrI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;AACpJ,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,sDAAoE,EAAE,OAAO;CACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACtD,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6HAA6H;CAC7J,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACzF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAO3D,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX2D,EAAE,OAAO;EACpE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EACzE,UAAU,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,+CAA+C;EAC/H,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/replace-edge-route-circuit-breaker-module.ts
|
|
4
|
+
const NgrokReplaceEdgeRouteCircuitBreakerModuleInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The unique identifier of the route within the edge. This is the route whose circuit breaker module you want to replace. Starts with 'edghtsrt_' prefix."),
|
|
6
|
+
edge_id: zod.z.string().describe("The unique identifier of the HTTPS edge. This is the edge that contains the route you want to update. Starts with 'edghts_' prefix."),
|
|
7
|
+
enabled: zod.z.boolean().default(true).describe("true if the module will be applied to traffic, false to disable. Default is true if unspecified.").optional(),
|
|
8
|
+
num_buckets: zod.z.number().int().describe("Integer number of buckets into which metrics are retained. Maximum value is 128.").optional(),
|
|
9
|
+
rolling_window: zod.z.number().int().describe("Integer number of seconds in the statistical rolling window that metrics are retained for.").optional(),
|
|
10
|
+
tripped_duration: zod.z.number().int().describe("Integer number of seconds after the circuit is tripped to wait before re-evaluating upstream health.").optional(),
|
|
11
|
+
volume_threshold: zod.z.number().int().describe("Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low.").optional(),
|
|
12
|
+
error_threshold_percentage: zod.z.number().describe("Error threshold percentage between 0.0 and 1.0 (not 0-100). When upstream 5XX error rate exceeds this threshold, the circuit breaker will trip.").optional()
|
|
13
|
+
}).describe("Request model for replacing circuit breaker module on an HTTPS edge route.");
|
|
14
|
+
const NgrokReplaceEdgeRouteCircuitBreakerModuleOutput = zod.z.object({
|
|
15
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false if disabled").nullable().optional(),
|
|
16
|
+
num_buckets: zod.z.number().int().describe("Number of buckets into which metrics are retained").nullable().optional(),
|
|
17
|
+
rolling_window: zod.z.number().int().describe("Number of seconds in the statistical rolling window").nullable().optional(),
|
|
18
|
+
tripped_duration: zod.z.number().int().describe("Number of seconds to wait after circuit is tripped before re-evaluating upstream health").nullable().optional(),
|
|
19
|
+
volume_threshold: zod.z.number().int().describe("Number of requests in a rolling window that will trip the circuit").nullable().optional(),
|
|
20
|
+
error_threshold_percentage: zod.z.number().describe("Error threshold percentage between 0.0 and 1.0").nullable().optional()
|
|
21
|
+
}).describe("Response model for replacing circuit breaker module on an HTTPS edge route.");
|
|
22
|
+
const ngrokReplaceEdgeRouteCircuitBreakerModule = require_action.action("NGROK_REPLACE_EDGE_ROUTE_CIRCUIT_BREAKER_MODULE", {
|
|
23
|
+
slug: "ngrok-replace-edge-route-circuit-breaker-module",
|
|
24
|
+
name: "Replace Edge Route Circuit Breaker Module",
|
|
25
|
+
description: "Replaces the circuit breaker module configuration on an HTTPS edge route. Circuit breakers protect upstream applications by rejecting traffic when error rates exceed thresholds, giving systems time to recover. Use this action when you need to configure or update circuit breaker settings for a specific route on an HTTPS edge.",
|
|
26
|
+
input: NgrokReplaceEdgeRouteCircuitBreakerModuleInput,
|
|
27
|
+
output: NgrokReplaceEdgeRouteCircuitBreakerModuleOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.ngrokReplaceEdgeRouteCircuitBreakerModule = ngrokReplaceEdgeRouteCircuitBreakerModule;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=replace-edge-route-circuit-breaker-module.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-circuit-breaker-module.cjs","names":["z","action"],"sources":["../../src/actions/replace-edge-route-circuit-breaker-module.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokReplaceEdgeRouteCircuitBreakerModuleInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the route within the edge. This is the route whose circuit breaker module you want to replace. Starts with 'edghtsrt_' prefix.\"),\n edge_id: z.string().describe(\"The unique identifier of the HTTPS edge. This is the edge that contains the route you want to update. Starts with 'edghts_' prefix.\"),\n enabled: z.boolean().default(true).describe(\"true if the module will be applied to traffic, false to disable. Default is true if unspecified.\").optional(),\n num_buckets: z.number().int().describe(\"Integer number of buckets into which metrics are retained. Maximum value is 128.\").optional(),\n rolling_window: z.number().int().describe(\"Integer number of seconds in the statistical rolling window that metrics are retained for.\").optional(),\n tripped_duration: z.number().int().describe(\"Integer number of seconds after the circuit is tripped to wait before re-evaluating upstream health.\").optional(),\n volume_threshold: z.number().int().describe(\"Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low.\").optional(),\n error_threshold_percentage: z.number().describe(\"Error threshold percentage between 0.0 and 1.0 (not 0-100). When upstream 5XX error rate exceeds this threshold, the circuit breaker will trip.\").optional(),\n}).describe(\"Request model for replacing circuit breaker module on an HTTPS edge route.\");\nexport const NgrokReplaceEdgeRouteCircuitBreakerModuleOutput: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false if disabled\").nullable().optional(),\n num_buckets: z.number().int().describe(\"Number of buckets into which metrics are retained\").nullable().optional(),\n rolling_window: z.number().int().describe(\"Number of seconds in the statistical rolling window\").nullable().optional(),\n tripped_duration: z.number().int().describe(\"Number of seconds to wait after circuit is tripped before re-evaluating upstream health\").nullable().optional(),\n volume_threshold: z.number().int().describe(\"Number of requests in a rolling window that will trip the circuit\").nullable().optional(),\n error_threshold_percentage: z.number().describe(\"Error threshold percentage between 0.0 and 1.0\").nullable().optional(),\n}).describe(\"Response model for replacing circuit breaker module on an HTTPS edge route.\");\n\nexport const ngrokReplaceEdgeRouteCircuitBreakerModule = action(\"NGROK_REPLACE_EDGE_ROUTE_CIRCUIT_BREAKER_MODULE\", {\n slug: \"ngrok-replace-edge-route-circuit-breaker-module\",\n name: \"Replace Edge Route Circuit Breaker Module\",\n description: \"Replaces the circuit breaker module configuration on an HTTPS edge route. Circuit breakers protect upstream applications by rejecting traffic when error rates exceed thresholds, giving systems time to recover. Use this action when you need to configure or update circuit breaker settings for a specific route on an HTTPS edge.\",\n input: NgrokReplaceEdgeRouteCircuitBreakerModuleInput,\n output: NgrokReplaceEdgeRouteCircuitBreakerModuleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iDAA+DA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yJAAyJ;CACjL,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qIAAqI;CAClK,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CACzJ,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CACpI,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;CACjJ,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC7J,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;CACrK,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS;AAC9M,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAa,kDAAgEA,IAAAA,EAAE,OAAO;CACpF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3J,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,6EAA6E;AAEzF,MAAa,4CAA4CC,eAAAA,OAAO,mDAAmD;CACjH,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/replace-edge-route-circuit-breaker-module.d.ts
|
|
4
|
+
declare const NgrokReplaceEdgeRouteCircuitBreakerModuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokReplaceEdgeRouteCircuitBreakerModuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokReplaceEdgeRouteCircuitBreakerModule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokReplaceEdgeRouteCircuitBreakerModule };
|
|
9
|
+
//# sourceMappingURL=replace-edge-route-circuit-breaker-module.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-circuit-breaker-module.d.cts","names":[],"sources":["../../src/actions/replace-edge-route-circuit-breaker-module.ts"],"mappings":";;;cAIa,8CAAA,EAAgD,CAAA,CAAE,UAS0B;AAAA,cAC5E,+CAAA,EAAiD,CAAA,CAAE,UAO0B;AAAA,cAE7E,yCAAA,gCAAyC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/replace-edge-route-circuit-breaker-module.d.ts
|
|
4
|
+
declare const NgrokReplaceEdgeRouteCircuitBreakerModuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokReplaceEdgeRouteCircuitBreakerModuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokReplaceEdgeRouteCircuitBreakerModule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokReplaceEdgeRouteCircuitBreakerModule };
|
|
9
|
+
//# sourceMappingURL=replace-edge-route-circuit-breaker-module.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-circuit-breaker-module.d.mts","names":[],"sources":["../../src/actions/replace-edge-route-circuit-breaker-module.ts"],"mappings":";;;cAIa,8CAAA,EAAgD,CAAA,CAAE,UAS0B;AAAA,cAC5E,+CAAA,EAAiD,CAAA,CAAE,UAO0B;AAAA,cAE7E,yCAAA,gCAAyC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const ngrokReplaceEdgeRouteCircuitBreakerModule = action("NGROK_REPLACE_EDGE_ROUTE_CIRCUIT_BREAKER_MODULE", {
|
|
4
|
+
slug: "ngrok-replace-edge-route-circuit-breaker-module",
|
|
5
|
+
name: "Replace Edge Route Circuit Breaker Module",
|
|
6
|
+
description: "Replaces the circuit breaker module configuration on an HTTPS edge route. Circuit breakers protect upstream applications by rejecting traffic when error rates exceed thresholds, giving systems time to recover. Use this action when you need to configure or update circuit breaker settings for a specific route on an HTTPS edge.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("The unique identifier of the route within the edge. This is the route whose circuit breaker module you want to replace. Starts with 'edghtsrt_' prefix."),
|
|
9
|
+
edge_id: z.string().describe("The unique identifier of the HTTPS edge. This is the edge that contains the route you want to update. Starts with 'edghts_' prefix."),
|
|
10
|
+
enabled: z.boolean().default(true).describe("true if the module will be applied to traffic, false to disable. Default is true if unspecified.").optional(),
|
|
11
|
+
num_buckets: z.number().int().describe("Integer number of buckets into which metrics are retained. Maximum value is 128.").optional(),
|
|
12
|
+
rolling_window: z.number().int().describe("Integer number of seconds in the statistical rolling window that metrics are retained for.").optional(),
|
|
13
|
+
tripped_duration: z.number().int().describe("Integer number of seconds after the circuit is tripped to wait before re-evaluating upstream health.").optional(),
|
|
14
|
+
volume_threshold: z.number().int().describe("Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low.").optional(),
|
|
15
|
+
error_threshold_percentage: z.number().describe("Error threshold percentage between 0.0 and 1.0 (not 0-100). When upstream 5XX error rate exceeds this threshold, the circuit breaker will trip.").optional()
|
|
16
|
+
}).describe("Request model for replacing circuit breaker module on an HTTPS edge route."),
|
|
17
|
+
output: z.object({
|
|
18
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false if disabled").nullable().optional(),
|
|
19
|
+
num_buckets: z.number().int().describe("Number of buckets into which metrics are retained").nullable().optional(),
|
|
20
|
+
rolling_window: z.number().int().describe("Number of seconds in the statistical rolling window").nullable().optional(),
|
|
21
|
+
tripped_duration: z.number().int().describe("Number of seconds to wait after circuit is tripped before re-evaluating upstream health").nullable().optional(),
|
|
22
|
+
volume_threshold: z.number().int().describe("Number of requests in a rolling window that will trip the circuit").nullable().optional(),
|
|
23
|
+
error_threshold_percentage: z.number().describe("Error threshold percentage between 0.0 and 1.0").nullable().optional()
|
|
24
|
+
}).describe("Response model for replacing circuit breaker module on an HTTPS edge route.")
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
export { ngrokReplaceEdgeRouteCircuitBreakerModule };
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=replace-edge-route-circuit-breaker-module.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-circuit-breaker-module.mjs","names":[],"sources":["../../src/actions/replace-edge-route-circuit-breaker-module.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokReplaceEdgeRouteCircuitBreakerModuleInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the route within the edge. This is the route whose circuit breaker module you want to replace. Starts with 'edghtsrt_' prefix.\"),\n edge_id: z.string().describe(\"The unique identifier of the HTTPS edge. This is the edge that contains the route you want to update. Starts with 'edghts_' prefix.\"),\n enabled: z.boolean().default(true).describe(\"true if the module will be applied to traffic, false to disable. Default is true if unspecified.\").optional(),\n num_buckets: z.number().int().describe(\"Integer number of buckets into which metrics are retained. Maximum value is 128.\").optional(),\n rolling_window: z.number().int().describe(\"Integer number of seconds in the statistical rolling window that metrics are retained for.\").optional(),\n tripped_duration: z.number().int().describe(\"Integer number of seconds after the circuit is tripped to wait before re-evaluating upstream health.\").optional(),\n volume_threshold: z.number().int().describe(\"Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low.\").optional(),\n error_threshold_percentage: z.number().describe(\"Error threshold percentage between 0.0 and 1.0 (not 0-100). When upstream 5XX error rate exceeds this threshold, the circuit breaker will trip.\").optional(),\n}).describe(\"Request model for replacing circuit breaker module on an HTTPS edge route.\");\nexport const NgrokReplaceEdgeRouteCircuitBreakerModuleOutput: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false if disabled\").nullable().optional(),\n num_buckets: z.number().int().describe(\"Number of buckets into which metrics are retained\").nullable().optional(),\n rolling_window: z.number().int().describe(\"Number of seconds in the statistical rolling window\").nullable().optional(),\n tripped_duration: z.number().int().describe(\"Number of seconds to wait after circuit is tripped before re-evaluating upstream health\").nullable().optional(),\n volume_threshold: z.number().int().describe(\"Number of requests in a rolling window that will trip the circuit\").nullable().optional(),\n error_threshold_percentage: z.number().describe(\"Error threshold percentage between 0.0 and 1.0\").nullable().optional(),\n}).describe(\"Response model for replacing circuit breaker module on an HTTPS edge route.\");\n\nexport const ngrokReplaceEdgeRouteCircuitBreakerModule = action(\"NGROK_REPLACE_EDGE_ROUTE_CIRCUIT_BREAKER_MODULE\", {\n slug: \"ngrok-replace-edge-route-circuit-breaker-module\",\n name: \"Replace Edge Route Circuit Breaker Module\",\n description: \"Replaces the circuit breaker module configuration on an HTTPS edge route. Circuit breakers protect upstream applications by rejecting traffic when error rates exceed thresholds, giving systems time to recover. Use this action when you need to configure or update circuit breaker settings for a specific route on an HTTPS edge.\",\n input: NgrokReplaceEdgeRouteCircuitBreakerModuleInput,\n output: NgrokReplaceEdgeRouteCircuitBreakerModuleOutput,\n});\n"],"mappings":";;AAuBA,MAAa,4CAA4C,OAAO,mDAAmD;CACjH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvB0E,EAAE,OAAO;EACnF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yJAAyJ;EACjL,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qIAAqI;EAClK,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;EACzJ,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;EACpI,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;EACjJ,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;EAC7J,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;EACrK,4BAA4B,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS;CAC9M,CAAC,CAAC,CAAC,SAAS,4EAcH;CACP,QAd2E,EAAE,OAAO;EACpF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtH,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3J,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrI,4BAA4B,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,CAAC,CAAC,CAAC,SAAS,6EAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/replace-edge-route-compression-module.ts
|
|
4
|
+
const NgrokReplaceEdgeRouteCompressionModuleInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("Unique identifier of the edge route to configure compression for"),
|
|
6
|
+
edge_id: zod.z.string().describe("Unique identifier of the HTTPS edge containing the route"),
|
|
7
|
+
enabled: zod.z.boolean().describe("true if the compression module will be applied to traffic, false to disable. If an HTTP request includes an Accept-Encoding header, HTTP responses will be automatically compressed and a Content-Encoding response header will be added. Supported encodings: gzip and deflate.")
|
|
8
|
+
}).describe("Request model for replacing HTTPS edge route compression module configuration.");
|
|
9
|
+
const NgrokReplaceEdgeRouteCompressionModuleOutput = zod.z.object({ enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable") }).describe("Response model for the replaced compression module configuration.");
|
|
10
|
+
const ngrokReplaceEdgeRouteCompressionModule = require_action.action("NGROK_REPLACE_EDGE_ROUTE_COMPRESSION_MODULE", {
|
|
11
|
+
slug: "ngrok-replace-edge-route-compression-module",
|
|
12
|
+
name: "Replace Edge Route Compression Module",
|
|
13
|
+
description: "Replaces the compression module configuration for an HTTPS edge route. Use this when you need to enable or disable automatic HTTP response compression for a specific route.",
|
|
14
|
+
input: NgrokReplaceEdgeRouteCompressionModuleInput,
|
|
15
|
+
output: NgrokReplaceEdgeRouteCompressionModuleOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.ngrokReplaceEdgeRouteCompressionModule = ngrokReplaceEdgeRouteCompressionModule;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=replace-edge-route-compression-module.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-compression-module.cjs","names":["z","action"],"sources":["../../src/actions/replace-edge-route-compression-module.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokReplaceEdgeRouteCompressionModuleInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the edge route to configure compression for\"),\n edge_id: z.string().describe(\"Unique identifier of the HTTPS edge containing the route\"),\n enabled: z.boolean().describe(\"true if the compression module will be applied to traffic, false to disable. If an HTTP request includes an Accept-Encoding header, HTTP responses will be automatically compressed and a Content-Encoding response header will be added. Supported encodings: gzip and deflate.\"),\n}).describe(\"Request model for replacing HTTPS edge route compression module configuration.\");\nexport const NgrokReplaceEdgeRouteCompressionModuleOutput: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\"),\n}).describe(\"Response model for the replaced compression module configuration.\");\n\nexport const ngrokReplaceEdgeRouteCompressionModule = action(\"NGROK_REPLACE_EDGE_ROUTE_COMPRESSION_MODULE\", {\n slug: \"ngrok-replace-edge-route-compression-module\",\n name: \"Replace Edge Route Compression Module\",\n description: \"Replaces the compression module configuration for an HTTPS edge route. Use this when you need to enable or disable automatic HTTP response compression for a specific route.\",\n input: NgrokReplaceEdgeRouteCompressionModuleInput,\n output: NgrokReplaceEdgeRouteCompressionModuleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC1F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACvF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kRAAkR;AAClT,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAC5F,MAAa,+CAA6DA,IAAAA,EAAE,OAAO,EACjF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE,EACjG,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAE/E,MAAa,yCAAyCC,eAAAA,OAAO,+CAA+C;CAC1G,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/replace-edge-route-compression-module.d.ts
|
|
4
|
+
declare const NgrokReplaceEdgeRouteCompressionModuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokReplaceEdgeRouteCompressionModuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokReplaceEdgeRouteCompressionModule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokReplaceEdgeRouteCompressionModule };
|
|
9
|
+
//# sourceMappingURL=replace-edge-route-compression-module.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-compression-module.d.cts","names":[],"sources":["../../src/actions/replace-edge-route-compression-module.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAIiC;AAAA,cAChF,4CAAA,EAA8C,CAAA,CAAE,UAEmB;AAAA,cAEnE,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/replace-edge-route-compression-module.d.ts
|
|
4
|
+
declare const NgrokReplaceEdgeRouteCompressionModuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokReplaceEdgeRouteCompressionModuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokReplaceEdgeRouteCompressionModule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokReplaceEdgeRouteCompressionModule };
|
|
9
|
+
//# sourceMappingURL=replace-edge-route-compression-module.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-compression-module.d.mts","names":[],"sources":["../../src/actions/replace-edge-route-compression-module.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAIiC;AAAA,cAChF,4CAAA,EAA8C,CAAA,CAAE,UAEmB;AAAA,cAEnE,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const ngrokReplaceEdgeRouteCompressionModule = action("NGROK_REPLACE_EDGE_ROUTE_COMPRESSION_MODULE", {
|
|
4
|
+
slug: "ngrok-replace-edge-route-compression-module",
|
|
5
|
+
name: "Replace Edge Route Compression Module",
|
|
6
|
+
description: "Replaces the compression module configuration for an HTTPS edge route. Use this when you need to enable or disable automatic HTTP response compression for a specific route.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("Unique identifier of the edge route to configure compression for"),
|
|
9
|
+
edge_id: z.string().describe("Unique identifier of the HTTPS edge containing the route"),
|
|
10
|
+
enabled: z.boolean().describe("true if the compression module will be applied to traffic, false to disable. If an HTTP request includes an Accept-Encoding header, HTTP responses will be automatically compressed and a Content-Encoding response header will be added. Supported encodings: gzip and deflate.")
|
|
11
|
+
}).describe("Request model for replacing HTTPS edge route compression module configuration."),
|
|
12
|
+
output: z.object({ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable") }).describe("Response model for the replaced compression module configuration.")
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { ngrokReplaceEdgeRouteCompressionModule };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=replace-edge-route-compression-module.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-compression-module.mjs","names":[],"sources":["../../src/actions/replace-edge-route-compression-module.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokReplaceEdgeRouteCompressionModuleInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the edge route to configure compression for\"),\n edge_id: z.string().describe(\"Unique identifier of the HTTPS edge containing the route\"),\n enabled: z.boolean().describe(\"true if the compression module will be applied to traffic, false to disable. If an HTTP request includes an Accept-Encoding header, HTTP responses will be automatically compressed and a Content-Encoding response header will be added. Supported encodings: gzip and deflate.\"),\n}).describe(\"Request model for replacing HTTPS edge route compression module configuration.\");\nexport const NgrokReplaceEdgeRouteCompressionModuleOutput: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\"),\n}).describe(\"Response model for the replaced compression module configuration.\");\n\nexport const ngrokReplaceEdgeRouteCompressionModule = action(\"NGROK_REPLACE_EDGE_ROUTE_COMPRESSION_MODULE\", {\n slug: \"ngrok-replace-edge-route-compression-module\",\n name: \"Replace Edge Route Compression Module\",\n description: \"Replaces the compression module configuration for an HTTPS edge route. Use this when you need to enable or disable automatic HTTP response compression for a specific route.\",\n input: NgrokReplaceEdgeRouteCompressionModuleInput,\n output: NgrokReplaceEdgeRouteCompressionModuleOutput,\n});\n"],"mappings":";;AAaA,MAAa,yCAAyC,OAAO,+CAA+C;CAC1G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbuE,EAAE,OAAO;EAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;EAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EACvF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,kRAAkR;CAClT,CAAC,CAAC,CAAC,SAAS,gFASH;CACP,QATwE,EAAE,OAAO,EACjF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE,EACjG,CAAC,CAAC,CAAC,SAAS,mEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/replace-edge-route-request-headers-module.ts
|
|
4
|
+
const NgrokReplaceEdgeRouteRequestHeadersModuleInput = zod.z.object({
|
|
5
|
+
add: zod.z.object({}).describe("A map of header key to header value that will be injected into the HTTP request before being sent to the upstream application server. Header values can include template variables.").optional(),
|
|
6
|
+
remove: zod.z.array(zod.z.string()).describe("A list of header names that will be removed from the HTTP request before being sent to the upstream application server.").optional(),
|
|
7
|
+
edge_id: zod.z.string().describe("Unique identifier of the HTTPS edge containing the route. Format: edghts_<random_string>"),
|
|
8
|
+
enabled: zod.z.boolean().describe("Set to true if the module will be applied to traffic, false to disable. Default is true if unspecified.").optional(),
|
|
9
|
+
route_id: zod.z.string().describe("Unique identifier of the HTTPS edge route to update. Format: edghtsrt_<random_string>")
|
|
10
|
+
}).describe("Request model for replacing request headers module configuration on an HTTPS edge route.");
|
|
11
|
+
const NgrokReplaceEdgeRouteRequestHeadersModuleOutput = zod.z.object({
|
|
12
|
+
add: zod.z.object({}).describe("Map of header key to header value that will be injected into the HTTP request").nullable().optional(),
|
|
13
|
+
remove: zod.z.array(zod.z.string()).describe("List of header names that will be removed from the HTTP request").nullable().optional(),
|
|
14
|
+
enabled: zod.z.boolean().describe("Indicates whether the module is enabled and will be applied to traffic").nullable().optional()
|
|
15
|
+
}).describe("Response model for the request headers module configuration.");
|
|
16
|
+
const ngrokReplaceEdgeRouteRequestHeadersModule = require_action.action("NGROK_REPLACE_EDGE_ROUTE_REQUEST_HEADERS_MODULE", {
|
|
17
|
+
slug: "ngrok-replace-edge-route-request-headers-module",
|
|
18
|
+
name: "Replace Edge Route Request Headers Module",
|
|
19
|
+
description: "Replaces the request headers module configuration for an HTTPS edge route. Use this to modify HTTP request headers before they are sent to your upstream application server. You can add new headers or remove existing ones.",
|
|
20
|
+
input: NgrokReplaceEdgeRouteRequestHeadersModuleInput,
|
|
21
|
+
output: NgrokReplaceEdgeRouteRequestHeadersModuleOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.ngrokReplaceEdgeRouteRequestHeadersModule = ngrokReplaceEdgeRouteRequestHeadersModule;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=replace-edge-route-request-headers-module.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-request-headers-module.cjs","names":["z","action"],"sources":["../../src/actions/replace-edge-route-request-headers-module.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokReplaceEdgeRouteRequestHeadersModuleInput: z.ZodTypeAny = z.object({\n add: z.object({}).describe(\"A map of header key to header value that will be injected into the HTTP request before being sent to the upstream application server. Header values can include template variables.\").optional(),\n remove: z.array(z.string()).describe(\"A list of header names that will be removed from the HTTP request before being sent to the upstream application server.\").optional(),\n edge_id: z.string().describe(\"Unique identifier of the HTTPS edge containing the route. Format: edghts_<random_string>\"),\n enabled: z.boolean().describe(\"Set to true if the module will be applied to traffic, false to disable. Default is true if unspecified.\").optional(),\n route_id: z.string().describe(\"Unique identifier of the HTTPS edge route to update. Format: edghtsrt_<random_string>\"),\n}).describe(\"Request model for replacing request headers module configuration on an HTTPS edge route.\");\nexport const NgrokReplaceEdgeRouteRequestHeadersModuleOutput: z.ZodTypeAny = z.object({\n add: z.object({}).describe(\"Map of header key to header value that will be injected into the HTTP request\").nullable().optional(),\n remove: z.array(z.string()).describe(\"List of header names that will be removed from the HTTP request\").nullable().optional(),\n enabled: z.boolean().describe(\"Indicates whether the module is enabled and will be applied to traffic\").nullable().optional(),\n}).describe(\"Response model for the request headers module configuration.\");\n\nexport const ngrokReplaceEdgeRouteRequestHeadersModule = action(\"NGROK_REPLACE_EDGE_ROUTE_REQUEST_HEADERS_MODULE\", {\n slug: \"ngrok-replace-edge-route-request-headers-module\",\n name: \"Replace Edge Route Request Headers Module\",\n description: \"Replaces the request headers module configuration for an HTTPS edge route. Use this to modify HTTP request headers before they are sent to your upstream application server. You can add new headers or remove existing ones.\",\n input: NgrokReplaceEdgeRouteRequestHeadersModuleInput,\n output: NgrokReplaceEdgeRouteRequestHeadersModuleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iDAA+DA,IAAAA,EAAE,OAAO;CACnF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qLAAqL,CAAC,CAAC,SAAS;CAC3N,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS;CACzK,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F;CACvH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CAClJ,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;AACvH,CAAC,CAAC,CAAC,SAAS,0FAA0F;AACtG,MAAa,kDAAgEA,IAAAA,EAAE,OAAO;CACpF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAE1E,MAAa,4CAA4CC,eAAAA,OAAO,mDAAmD;CACjH,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/replace-edge-route-request-headers-module.d.ts
|
|
4
|
+
declare const NgrokReplaceEdgeRouteRequestHeadersModuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokReplaceEdgeRouteRequestHeadersModuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokReplaceEdgeRouteRequestHeadersModule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokReplaceEdgeRouteRequestHeadersModule };
|
|
9
|
+
//# sourceMappingURL=replace-edge-route-request-headers-module.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-request-headers-module.d.cts","names":[],"sources":["../../src/actions/replace-edge-route-request-headers-module.ts"],"mappings":";;;cAIa,8CAAA,EAAgD,CAAA,CAAE,UAMwC;AAAA,cAC1F,+CAAA,EAAiD,CAAA,CAAE,UAIW;AAAA,cAE9D,yCAAA,gCAAyC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/replace-edge-route-request-headers-module.d.ts
|
|
4
|
+
declare const NgrokReplaceEdgeRouteRequestHeadersModuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokReplaceEdgeRouteRequestHeadersModuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokReplaceEdgeRouteRequestHeadersModule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokReplaceEdgeRouteRequestHeadersModule };
|
|
9
|
+
//# sourceMappingURL=replace-edge-route-request-headers-module.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-request-headers-module.d.mts","names":[],"sources":["../../src/actions/replace-edge-route-request-headers-module.ts"],"mappings":";;;cAIa,8CAAA,EAAgD,CAAA,CAAE,UAMwC;AAAA,cAC1F,+CAAA,EAAiD,CAAA,CAAE,UAIW;AAAA,cAE9D,yCAAA,gCAAyC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const ngrokReplaceEdgeRouteRequestHeadersModule = action("NGROK_REPLACE_EDGE_ROUTE_REQUEST_HEADERS_MODULE", {
|
|
4
|
+
slug: "ngrok-replace-edge-route-request-headers-module",
|
|
5
|
+
name: "Replace Edge Route Request Headers Module",
|
|
6
|
+
description: "Replaces the request headers module configuration for an HTTPS edge route. Use this to modify HTTP request headers before they are sent to your upstream application server. You can add new headers or remove existing ones.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
add: z.object({}).describe("A map of header key to header value that will be injected into the HTTP request before being sent to the upstream application server. Header values can include template variables.").optional(),
|
|
9
|
+
remove: z.array(z.string()).describe("A list of header names that will be removed from the HTTP request before being sent to the upstream application server.").optional(),
|
|
10
|
+
edge_id: z.string().describe("Unique identifier of the HTTPS edge containing the route. Format: edghts_<random_string>"),
|
|
11
|
+
enabled: z.boolean().describe("Set to true if the module will be applied to traffic, false to disable. Default is true if unspecified.").optional(),
|
|
12
|
+
route_id: z.string().describe("Unique identifier of the HTTPS edge route to update. Format: edghtsrt_<random_string>")
|
|
13
|
+
}).describe("Request model for replacing request headers module configuration on an HTTPS edge route."),
|
|
14
|
+
output: z.object({
|
|
15
|
+
add: z.object({}).describe("Map of header key to header value that will be injected into the HTTP request").nullable().optional(),
|
|
16
|
+
remove: z.array(z.string()).describe("List of header names that will be removed from the HTTP request").nullable().optional(),
|
|
17
|
+
enabled: z.boolean().describe("Indicates whether the module is enabled and will be applied to traffic").nullable().optional()
|
|
18
|
+
}).describe("Response model for the request headers module configuration.")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { ngrokReplaceEdgeRouteRequestHeadersModule };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=replace-edge-route-request-headers-module.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-request-headers-module.mjs","names":[],"sources":["../../src/actions/replace-edge-route-request-headers-module.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokReplaceEdgeRouteRequestHeadersModuleInput: z.ZodTypeAny = z.object({\n add: z.object({}).describe(\"A map of header key to header value that will be injected into the HTTP request before being sent to the upstream application server. Header values can include template variables.\").optional(),\n remove: z.array(z.string()).describe(\"A list of header names that will be removed from the HTTP request before being sent to the upstream application server.\").optional(),\n edge_id: z.string().describe(\"Unique identifier of the HTTPS edge containing the route. Format: edghts_<random_string>\"),\n enabled: z.boolean().describe(\"Set to true if the module will be applied to traffic, false to disable. Default is true if unspecified.\").optional(),\n route_id: z.string().describe(\"Unique identifier of the HTTPS edge route to update. Format: edghtsrt_<random_string>\"),\n}).describe(\"Request model for replacing request headers module configuration on an HTTPS edge route.\");\nexport const NgrokReplaceEdgeRouteRequestHeadersModuleOutput: z.ZodTypeAny = z.object({\n add: z.object({}).describe(\"Map of header key to header value that will be injected into the HTTP request\").nullable().optional(),\n remove: z.array(z.string()).describe(\"List of header names that will be removed from the HTTP request\").nullable().optional(),\n enabled: z.boolean().describe(\"Indicates whether the module is enabled and will be applied to traffic\").nullable().optional(),\n}).describe(\"Response model for the request headers module configuration.\");\n\nexport const ngrokReplaceEdgeRouteRequestHeadersModule = action(\"NGROK_REPLACE_EDGE_ROUTE_REQUEST_HEADERS_MODULE\", {\n slug: \"ngrok-replace-edge-route-request-headers-module\",\n name: \"Replace Edge Route Request Headers Module\",\n description: \"Replaces the request headers module configuration for an HTTPS edge route. Use this to modify HTTP request headers before they are sent to your upstream application server. You can add new headers or remove existing ones.\",\n input: NgrokReplaceEdgeRouteRequestHeadersModuleInput,\n output: NgrokReplaceEdgeRouteRequestHeadersModuleOutput,\n});\n"],"mappings":";;AAiBA,MAAa,4CAA4C,OAAO,mDAAmD;CACjH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjB0E,EAAE,OAAO;EACnF,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qLAAqL,CAAC,CAAC,SAAS;EAC3N,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS;EACzK,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F;EACvH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;EAClJ,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;CACvH,CAAC,CAAC,CAAC,SAAS,0FAWH;CACP,QAX2E,EAAE,OAAO;EACpF,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChI,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5H,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,CAAC,CAAC,CAAC,SAAS,8DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/replace-edge-route-response-headers-module.ts
|
|
4
|
+
const NgrokReplaceEdgeRouteResponseHeadersModuleInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The unique identifier of the edge route. Starts with 'edghtsrt_' prefix (e.g., 'edghtsrt_39gqWSgQxmqGT6KGoIPnkd9w14S'). Routes are associated with specific edges."),
|
|
6
|
+
add: zod.z.object({}).describe("A map of header key to header value that will be injected into the HTTP Response returned to the HTTP client. Keys are case-insensitive header names, values are the header values to add.").optional(),
|
|
7
|
+
remove: zod.z.array(zod.z.string()).describe("A list of header names that will be removed from the HTTP Response returned to the HTTP client. Header names are case-insensitive.").optional(),
|
|
8
|
+
edge_id: zod.z.string().describe("The unique identifier of the HTTPS edge. Starts with 'edghts_' prefix (e.g., 'edghts_39gqRMtiKTcKZQMyXKRm4RJfKTF'). Use List HTTPS Edges to find valid edge IDs."),
|
|
9
|
+
enabled: zod.z.boolean().describe("True if the module will be applied to traffic, false to disable. Default is true if unspecified. When enabled, the configured headers will be added/removed from HTTP responses.").optional()
|
|
10
|
+
}).describe("Request model for replacing response headers module on an edge route.");
|
|
11
|
+
const NgrokReplaceEdgeRouteResponseHeadersModuleOutput = zod.z.object({
|
|
12
|
+
add: zod.z.object({}).describe("Map of header keys to header values that will be injected into HTTP responses").nullable().optional(),
|
|
13
|
+
remove: zod.z.array(zod.z.string()).describe("List of header names that will be removed from HTTP responses").nullable().optional(),
|
|
14
|
+
enabled: zod.z.boolean().describe("True if the module will be applied to traffic, false if disabled").nullable().optional()
|
|
15
|
+
}).describe("Response model for the response headers module configuration.");
|
|
16
|
+
const ngrokReplaceEdgeRouteResponseHeadersModule = require_action.action("NGROK_REPLACE_EDGE_ROUTE_RESPONSE_HEADERS_MODULE", {
|
|
17
|
+
slug: "ngrok-replace-edge-route-response-headers-module",
|
|
18
|
+
name: "Replace Edge Route Response Headers Module",
|
|
19
|
+
description: "Replaces the response headers module configuration for an HTTPS edge route. Use this to control which HTTP headers are added to or removed from responses sent to clients. This allows customization of response headers for security, CORS, caching, or other purposes.",
|
|
20
|
+
input: NgrokReplaceEdgeRouteResponseHeadersModuleInput,
|
|
21
|
+
output: NgrokReplaceEdgeRouteResponseHeadersModuleOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.ngrokReplaceEdgeRouteResponseHeadersModule = ngrokReplaceEdgeRouteResponseHeadersModule;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=replace-edge-route-response-headers-module.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-response-headers-module.cjs","names":["z","action"],"sources":["../../src/actions/replace-edge-route-response-headers-module.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokReplaceEdgeRouteResponseHeadersModuleInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the edge route. Starts with 'edghtsrt_' prefix (e.g., 'edghtsrt_39gqWSgQxmqGT6KGoIPnkd9w14S'). Routes are associated with specific edges.\"),\n add: z.object({}).describe(\"A map of header key to header value that will be injected into the HTTP Response returned to the HTTP client. Keys are case-insensitive header names, values are the header values to add.\").optional(),\n remove: z.array(z.string()).describe(\"A list of header names that will be removed from the HTTP Response returned to the HTTP client. Header names are case-insensitive.\").optional(),\n edge_id: z.string().describe(\"The unique identifier of the HTTPS edge. Starts with 'edghts_' prefix (e.g., 'edghts_39gqRMtiKTcKZQMyXKRm4RJfKTF'). Use List HTTPS Edges to find valid edge IDs.\"),\n enabled: z.boolean().describe(\"True if the module will be applied to traffic, false to disable. Default is true if unspecified. When enabled, the configured headers will be added/removed from HTTP responses.\").optional(),\n}).describe(\"Request model for replacing response headers module on an edge route.\");\nexport const NgrokReplaceEdgeRouteResponseHeadersModuleOutput: z.ZodTypeAny = z.object({\n add: z.object({}).describe(\"Map of header keys to header values that will be injected into HTTP responses\").nullable().optional(),\n remove: z.array(z.string()).describe(\"List of header names that will be removed from HTTP responses\").nullable().optional(),\n enabled: z.boolean().describe(\"True if the module will be applied to traffic, false if disabled\").nullable().optional(),\n}).describe(\"Response model for the response headers module configuration.\");\n\nexport const ngrokReplaceEdgeRouteResponseHeadersModule = action(\"NGROK_REPLACE_EDGE_ROUTE_RESPONSE_HEADERS_MODULE\", {\n slug: \"ngrok-replace-edge-route-response-headers-module\",\n name: \"Replace Edge Route Response Headers Module\",\n description: \"Replaces the response headers module configuration for an HTTPS edge route. Use this to control which HTTP headers are added to or removed from responses sent to clients. This allows customization of response headers for security, CORS, caching, or other purposes.\",\n input: NgrokReplaceEdgeRouteResponseHeadersModuleInput,\n output: NgrokReplaceEdgeRouteResponseHeadersModuleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kDAAgEA,IAAAA,EAAE,OAAO;CACpF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oKAAoK;CAC5L,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4LAA4L,CAAC,CAAC,SAAS;CAClO,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS;CACpL,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK;CAC/L,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kLAAkL,CAAC,CAAC,SAAS;AAC7N,CAAC,CAAC,CAAC,SAAS,uEAAuE;AACnF,MAAa,mDAAiEA,IAAAA,EAAE,OAAO;CACrF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAE3E,MAAa,6CAA6CC,eAAAA,OAAO,oDAAoD;CACnH,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/replace-edge-route-response-headers-module.d.ts
|
|
4
|
+
declare const NgrokReplaceEdgeRouteResponseHeadersModuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokReplaceEdgeRouteResponseHeadersModuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokReplaceEdgeRouteResponseHeadersModule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokReplaceEdgeRouteResponseHeadersModule };
|
|
9
|
+
//# sourceMappingURL=replace-edge-route-response-headers-module.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-response-headers-module.d.cts","names":[],"sources":["../../src/actions/replace-edge-route-response-headers-module.ts"],"mappings":";;;cAIa,+CAAA,EAAiD,CAAA,CAAE,UAMoB;AAAA,cACvE,gDAAA,EAAkD,CAAA,CAAE,UAIW;AAAA,cAE/D,0CAAA,gCAA0C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/replace-edge-route-response-headers-module.d.ts
|
|
4
|
+
declare const NgrokReplaceEdgeRouteResponseHeadersModuleInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokReplaceEdgeRouteResponseHeadersModuleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokReplaceEdgeRouteResponseHeadersModule: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokReplaceEdgeRouteResponseHeadersModule };
|
|
9
|
+
//# sourceMappingURL=replace-edge-route-response-headers-module.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-edge-route-response-headers-module.d.mts","names":[],"sources":["../../src/actions/replace-edge-route-response-headers-module.ts"],"mappings":";;;cAIa,+CAAA,EAAiD,CAAA,CAAE,UAMoB;AAAA,cACvE,gDAAA,EAAkD,CAAA,CAAE,UAIW;AAAA,cAE/D,0CAAA,gCAA0C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const ngrokReplaceEdgeRouteResponseHeadersModule = action("NGROK_REPLACE_EDGE_ROUTE_RESPONSE_HEADERS_MODULE", {
|
|
4
|
+
slug: "ngrok-replace-edge-route-response-headers-module",
|
|
5
|
+
name: "Replace Edge Route Response Headers Module",
|
|
6
|
+
description: "Replaces the response headers module configuration for an HTTPS edge route. Use this to control which HTTP headers are added to or removed from responses sent to clients. This allows customization of response headers for security, CORS, caching, or other purposes.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("The unique identifier of the edge route. Starts with 'edghtsrt_' prefix (e.g., 'edghtsrt_39gqWSgQxmqGT6KGoIPnkd9w14S'). Routes are associated with specific edges."),
|
|
9
|
+
add: z.object({}).describe("A map of header key to header value that will be injected into the HTTP Response returned to the HTTP client. Keys are case-insensitive header names, values are the header values to add.").optional(),
|
|
10
|
+
remove: z.array(z.string()).describe("A list of header names that will be removed from the HTTP Response returned to the HTTP client. Header names are case-insensitive.").optional(),
|
|
11
|
+
edge_id: z.string().describe("The unique identifier of the HTTPS edge. Starts with 'edghts_' prefix (e.g., 'edghts_39gqRMtiKTcKZQMyXKRm4RJfKTF'). Use List HTTPS Edges to find valid edge IDs."),
|
|
12
|
+
enabled: z.boolean().describe("True if the module will be applied to traffic, false to disable. Default is true if unspecified. When enabled, the configured headers will be added/removed from HTTP responses.").optional()
|
|
13
|
+
}).describe("Request model for replacing response headers module on an edge route."),
|
|
14
|
+
output: z.object({
|
|
15
|
+
add: z.object({}).describe("Map of header keys to header values that will be injected into HTTP responses").nullable().optional(),
|
|
16
|
+
remove: z.array(z.string()).describe("List of header names that will be removed from HTTP responses").nullable().optional(),
|
|
17
|
+
enabled: z.boolean().describe("True if the module will be applied to traffic, false if disabled").nullable().optional()
|
|
18
|
+
}).describe("Response model for the response headers module configuration.")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { ngrokReplaceEdgeRouteResponseHeadersModule };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=replace-edge-route-response-headers-module.mjs.map
|