@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 @@
|
|
|
1
|
+
{"version":3,"file":"update-https-edge-route.cjs","names":["z","action"],"sources":["../../src/actions/update-https-edge-route.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokUpdateHttpsEdgeRouteInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique identifier of this edge route\"),\n oidc: z.object({\n issuer: z.string().describe(\"URL of the OIDC 'OpenID provider'. This is the base URL used for discovery\").optional(),\n scopes: z.array(z.string()).describe(\"The set of scopes to request from the OIDC identity provider\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n client_id: z.string().describe(\"The OIDC app's client ID and OIDC audience\").optional(),\n client_secret: z.string().describe(\"The OIDC app's client secret\").optional(),\n cookie_prefix: z.string().describe(\"the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'\").optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.\").optional(),\n}).describe(\"Model for OIDC configuration\").optional(),\n saml: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n force_authn: z.boolean().describe(\"If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP\").optional(),\n idp_metadata: z.string().describe(\"The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.\").optional(),\n cookie_prefix: z.string().describe(\"the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'\").optional(),\n nameid_format: z.string().describe(\"Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects\").optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").optional(),\n authorized_groups: z.array(z.string()).describe(\"If present, only users who are a member of one of the listed groups may access the target endpoint\").optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").optional(),\n allow_idp_initiated: z.boolean().describe(\"If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected)\").optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.\").optional(),\n}).describe(\"Model for SAML configuration\").optional(),\n match: z.string().describe(\"Route selector: '/blog' or 'example.com' or 'example.com/blog'\").optional(),\n oauth: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n provider: z.object({}).describe(\"OAuth provider configuration\").optional(),\n cookie_prefix: z.string().describe(\"the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'\").optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").optional(),\n auth_check_interval: z.number().int().describe(\"Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint\").optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.\").optional(),\n}).describe(\"Model for OAuth configuration\").optional(),\n backend: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n backend_id: z.string().describe(\"backend to be used to back this endpoint\").optional(),\n}).describe(\"Model for backend configuration\").optional(),\n edge_id: z.string().describe(\"unique identifier of this edge\"),\n metadata: z.string().describe(\"arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes\").optional(),\n match_type: z.string().describe(\"Type of match to use for this route. Valid values are 'exact_path' and 'path_prefix'\").optional(),\n compression: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n}).describe(\"Model for compression configuration\").optional(),\n description: z.string().describe(\"human-readable description of what this edge will be used for; optional, max 255 bytes\").optional(),\n ip_restriction: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n ip_policy_ids: z.array(z.string()).describe(\"list of all IP policies that will be used to check if a source IP is allowed access to the endpoint\").optional(),\n}).describe(\"Model for IP restriction configuration\").optional(),\n traffic_policy: z.object({\n value: z.string().describe(\"the traffic policy that should be applied to the traffic on your endpoint\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n}).describe(\"Model for traffic policy configuration\").optional(),\n circuit_breaker: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n num_buckets: z.number().int().describe(\"Integer number of buckets into which metrics are retained. Max 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 which 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 should be between 0 - 1.0, not 0-100.0\").optional(),\n}).describe(\"Model for circuit breaker configuration\").optional(),\n request_headers: 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\").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 enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n}).describe(\"Model for request headers configuration\").optional(),\n response_headers: z.object({\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\").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\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n}).describe(\"Model for response headers configuration\").optional(),\n user_agent_filter: z.object({\n deny: z.array(z.string()).describe(\"list of user agent patterns to deny\").optional(),\n allow: z.array(z.string()).describe(\"list of user agent patterns to allow\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic\").optional(),\n}).describe(\"Model for user agent filter configuration\").optional(),\n webhook_verification: z.object({\n secret: z.string().describe(\"a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n provider: z.string().describe(\"a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers\").optional(),\n}).describe(\"Model for webhook verification configuration\").optional(),\n websocket_tcp_converter: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n}).describe(\"Model for WebSocket to TCP converter configuration\").optional(),\n}).describe(\"Request model for updating an HTTPS edge route\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointOIDCSchema: z.ZodTypeAny = z.object({\n issuer: z.string().describe(\"URL of the OIDC 'OpenID provider'. This is the base URL used for discovery\").nullable().optional(),\n scopes: z.array(z.string()).describe(\"The set of scopes to request from the OIDC identity provider\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n client_id: z.string().describe(\"The OIDC app's client ID and OIDC audience\").nullable().optional(),\n client_secret: z.string().describe(\"The OIDC app's client secret\").nullable().optional(),\n cookie_prefix: z.string().describe(\"the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'\").nullable().optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").nullable().optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").nullable().optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.\").nullable().optional(),\n}).describe(\"Model for OIDC configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointSAMLSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n force_authn: z.boolean().describe(\"If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP\").nullable().optional(),\n idp_metadata: z.string().describe(\"The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.\").nullable().optional(),\n cookie_prefix: z.string().describe(\"the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'\").nullable().optional(),\n nameid_format: z.string().describe(\"Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects\").nullable().optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").nullable().optional(),\n authorized_groups: z.array(z.string()).describe(\"If present, only users who are a member of one of the listed groups may access the target endpoint\").nullable().optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").nullable().optional(),\n allow_idp_initiated: z.boolean().describe(\"If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected)\").nullable().optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.\").nullable().optional(),\n}).describe(\"Model for SAML configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointOAuthSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n provider: z.object({}).describe(\"OAuth provider configuration\").nullable().optional(),\n cookie_prefix: z.string().describe(\"the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'\").nullable().optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").nullable().optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").nullable().optional(),\n auth_check_interval: z.number().int().describe(\"Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint\").nullable().optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.\").nullable().optional(),\n}).describe(\"Model for OAuth configuration\");\nconst NgrokUpdateHttpsEdgeRoute_RefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A resource identifier\"),\n uri: z.string().describe(\"A URI for locating a resource\"),\n}).describe(\"Model for reference objects returned in edge configurations\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointBackendResponseSchema: z.ZodTypeAny = z.object({\n backend: NgrokUpdateHttpsEdgeRoute_RefSchema.nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic\").nullable().optional(),\n}).describe(\"Model for backend configuration response\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointCompressionSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n}).describe(\"Model for compression configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointIPPolicyResponseSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic\").nullable().optional(),\n ip_policies: z.array(NgrokUpdateHttpsEdgeRoute_RefSchema).describe(\"list of all IP policies\").nullable().optional(),\n}).describe(\"Model for IP restriction configuration response\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointTrafficPolicySchema: z.ZodTypeAny = z.object({\n value: z.string().describe(\"the traffic policy that should be applied to the traffic on your endpoint\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n}).describe(\"Model for traffic policy configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointCircuitBreakerSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n num_buckets: z.number().int().describe(\"Integer number of buckets into which metrics are retained. Max 128.\").nullable().optional(),\n rolling_window: z.number().int().describe(\"Integer number of seconds in the statistical rolling window that metrics are retained for\").nullable().optional(),\n tripped_duration: z.number().int().describe(\"Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health\").nullable().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.\").nullable().optional(),\n error_threshold_percentage: z.number().describe(\"Error threshold percentage should be between 0 - 1.0, not 0-100.0\").nullable().optional(),\n}).describe(\"Model for circuit breaker configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointRequestHeadersSchema: 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\").nullable().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\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n}).describe(\"Model for request headers configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointResponseHeadersSchema: z.ZodTypeAny = z.object({\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\").nullable().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\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n}).describe(\"Model for response headers configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointUserAgentFilterSchema: z.ZodTypeAny = z.object({\n deny: z.array(z.string()).describe(\"list of user agent patterns to deny\").nullable().optional(),\n allow: z.array(z.string()).describe(\"list of user agent patterns to allow\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic\").nullable().optional(),\n}).describe(\"Model for user agent filter configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointWebhookValidationSchema: z.ZodTypeAny = z.object({\n secret: z.string().describe(\"a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n provider: z.string().describe(\"a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers\").nullable().optional(),\n}).describe(\"Model for webhook verification configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointWebsocketTCPConverterSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n}).describe(\"Model for WebSocket to TCP converter configuration\");\nexport const NgrokUpdateHttpsEdgeRouteOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique identifier of this edge route\"),\n uri: z.string().describe(\"URI of the edge API resource\"),\n oidc: NgrokUpdateHttpsEdgeRoute_EndpointOIDCSchema.nullable().optional(),\n saml: NgrokUpdateHttpsEdgeRoute_EndpointSAMLSchema.nullable().optional(),\n match: z.string().describe(\"Route selector: '/blog' or 'example.com' or 'example.com/blog'\"),\n oauth: NgrokUpdateHttpsEdgeRoute_EndpointOAuthSchema.nullable().optional(),\n backend: NgrokUpdateHttpsEdgeRoute_EndpointBackendResponseSchema.nullable().optional(),\n edge_id: z.string().describe(\"unique identifier of this edge\"),\n metadata: z.string().describe(\"arbitrary user-defined machine-readable data of this edge\").nullable().optional(),\n created_at: z.string().describe(\"timestamp when the edge configuration was created, RFC 3339 format\"),\n match_type: z.string().describe(\"Type of match to use for this route. Valid values are 'exact_path' and 'path_prefix'\"),\n compression: NgrokUpdateHttpsEdgeRoute_EndpointCompressionSchema.nullable().optional(),\n description: z.string().describe(\"human-readable description of what this edge will be used for\").nullable().optional(),\n ip_restriction: NgrokUpdateHttpsEdgeRoute_EndpointIPPolicyResponseSchema.nullable().optional(),\n traffic_policy: NgrokUpdateHttpsEdgeRoute_EndpointTrafficPolicySchema.nullable().optional(),\n circuit_breaker: NgrokUpdateHttpsEdgeRoute_EndpointCircuitBreakerSchema.nullable().optional(),\n request_headers: NgrokUpdateHttpsEdgeRoute_EndpointRequestHeadersSchema.nullable().optional(),\n response_headers: NgrokUpdateHttpsEdgeRoute_EndpointResponseHeadersSchema.nullable().optional(),\n user_agent_filter: NgrokUpdateHttpsEdgeRoute_EndpointUserAgentFilterSchema.nullable().optional(),\n webhook_verification: NgrokUpdateHttpsEdgeRoute_EndpointWebhookValidationSchema.nullable().optional(),\n websocket_tcp_converter: NgrokUpdateHttpsEdgeRoute_EndpointWebsocketTCPConverterSchema.nullable().optional(),\n}).describe(\"Response model for updating an HTTPS edge route\");\n\nexport const ngrokUpdateHttpsEdgeRoute = action(\"NGROK_UPDATE_HTTPS_EDGE_ROUTE\", {\n slug: \"ngrok-update-https-edge-route\",\n name: \"Update HTTPS Edge Route\",\n description: \"Tool to update an HTTPS edge route by ID. Use when you need to modify route configuration for HTTPS traffic handling. Updates can include match patterns, module settings, and metadata. Unspecified modules remain unchanged.\",\n input: NgrokUpdateHttpsEdgeRouteInput,\n output: NgrokUpdateHttpsEdgeRouteOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-https-edge-route.d.ts
|
|
4
|
+
declare const NgrokUpdateHttpsEdgeRouteInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokUpdateHttpsEdgeRouteOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokUpdateHttpsEdgeRoute: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokUpdateHttpsEdgeRoute };
|
|
9
|
+
//# sourceMappingURL=update-https-edge-route.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-https-edge-route.d.cts","names":[],"sources":["../../src/actions/update-https-edge-route.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAqFc;AAAA,cAmFhD,+BAAA,EAAiC,CAAA,CAAE,UAsBc;AAAA,cAEjD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-https-edge-route.d.ts
|
|
4
|
+
declare const NgrokUpdateHttpsEdgeRouteInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokUpdateHttpsEdgeRouteOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokUpdateHttpsEdgeRoute: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokUpdateHttpsEdgeRoute };
|
|
9
|
+
//# sourceMappingURL=update-https-edge-route.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-https-edge-route.d.mts","names":[],"sources":["../../src/actions/update-https-edge-route.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAqFc;AAAA,cAmFhD,+BAAA,EAAiC,CAAA,CAAE,UAsBc;AAAA,cAEjD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-https-edge-route.ts
|
|
4
|
+
const NgrokUpdateHttpsEdgeRouteInput = z.object({
|
|
5
|
+
id: z.string().describe("unique identifier of this edge route"),
|
|
6
|
+
oidc: z.object({
|
|
7
|
+
issuer: z.string().describe("URL of the OIDC 'OpenID provider'. This is the base URL used for discovery").optional(),
|
|
8
|
+
scopes: z.array(z.string()).describe("The set of scopes to request from the OIDC identity provider").optional(),
|
|
9
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
10
|
+
client_id: z.string().describe("The OIDC app's client ID and OIDC audience").optional(),
|
|
11
|
+
client_secret: z.string().describe("The OIDC app's client secret").optional(),
|
|
12
|
+
cookie_prefix: z.string().describe("the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'").optional(),
|
|
13
|
+
maximum_duration: z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").optional(),
|
|
14
|
+
inactivity_timeout: z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").optional(),
|
|
15
|
+
options_passthrough: z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.").optional()
|
|
16
|
+
}).describe("Model for OIDC configuration").optional(),
|
|
17
|
+
saml: z.object({
|
|
18
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
19
|
+
force_authn: z.boolean().describe("If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP").optional(),
|
|
20
|
+
idp_metadata: z.string().describe("The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.").optional(),
|
|
21
|
+
cookie_prefix: z.string().describe("the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'").optional(),
|
|
22
|
+
nameid_format: z.string().describe("Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects").optional(),
|
|
23
|
+
maximum_duration: z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").optional(),
|
|
24
|
+
authorized_groups: z.array(z.string()).describe("If present, only users who are a member of one of the listed groups may access the target endpoint").optional(),
|
|
25
|
+
inactivity_timeout: z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").optional(),
|
|
26
|
+
allow_idp_initiated: z.boolean().describe("If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected)").optional(),
|
|
27
|
+
options_passthrough: z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.").optional()
|
|
28
|
+
}).describe("Model for SAML configuration").optional(),
|
|
29
|
+
match: z.string().describe("Route selector: '/blog' or 'example.com' or 'example.com/blog'").optional(),
|
|
30
|
+
oauth: z.object({
|
|
31
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
32
|
+
provider: z.object({}).describe("OAuth provider configuration").optional(),
|
|
33
|
+
cookie_prefix: z.string().describe("the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'").optional(),
|
|
34
|
+
maximum_duration: z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").optional(),
|
|
35
|
+
inactivity_timeout: z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").optional(),
|
|
36
|
+
auth_check_interval: z.number().int().describe("Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint").optional(),
|
|
37
|
+
options_passthrough: z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.").optional()
|
|
38
|
+
}).describe("Model for OAuth configuration").optional(),
|
|
39
|
+
backend: z.object({
|
|
40
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
41
|
+
backend_id: z.string().describe("backend to be used to back this endpoint").optional()
|
|
42
|
+
}).describe("Model for backend configuration").optional(),
|
|
43
|
+
edge_id: z.string().describe("unique identifier of this edge"),
|
|
44
|
+
metadata: z.string().describe("arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes").optional(),
|
|
45
|
+
match_type: z.string().describe("Type of match to use for this route. Valid values are 'exact_path' and 'path_prefix'").optional(),
|
|
46
|
+
compression: z.object({ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional() }).describe("Model for compression configuration").optional(),
|
|
47
|
+
description: z.string().describe("human-readable description of what this edge will be used for; optional, max 255 bytes").optional(),
|
|
48
|
+
ip_restriction: z.object({
|
|
49
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
50
|
+
ip_policy_ids: z.array(z.string()).describe("list of all IP policies that will be used to check if a source IP is allowed access to the endpoint").optional()
|
|
51
|
+
}).describe("Model for IP restriction configuration").optional(),
|
|
52
|
+
traffic_policy: z.object({
|
|
53
|
+
value: z.string().describe("the traffic policy that should be applied to the traffic on your endpoint").optional(),
|
|
54
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional()
|
|
55
|
+
}).describe("Model for traffic policy configuration").optional(),
|
|
56
|
+
circuit_breaker: z.object({
|
|
57
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
58
|
+
num_buckets: z.number().int().describe("Integer number of buckets into which metrics are retained. Max 128.").optional(),
|
|
59
|
+
rolling_window: z.number().int().describe("Integer number of seconds in the statistical rolling window that metrics are retained for").optional(),
|
|
60
|
+
tripped_duration: z.number().int().describe("Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health").optional(),
|
|
61
|
+
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(),
|
|
62
|
+
error_threshold_percentage: z.number().describe("Error threshold percentage should be between 0 - 1.0, not 0-100.0").optional()
|
|
63
|
+
}).describe("Model for circuit breaker configuration").optional(),
|
|
64
|
+
request_headers: z.object({
|
|
65
|
+
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").optional(),
|
|
66
|
+
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(),
|
|
67
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional()
|
|
68
|
+
}).describe("Model for request headers configuration").optional(),
|
|
69
|
+
response_headers: z.object({
|
|
70
|
+
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").optional(),
|
|
71
|
+
remove: z.array(z.string()).describe("a list of header names that will be removed from the HTTP Response returned to the HTTP client").optional(),
|
|
72
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional()
|
|
73
|
+
}).describe("Model for response headers configuration").optional(),
|
|
74
|
+
user_agent_filter: z.object({
|
|
75
|
+
deny: z.array(z.string()).describe("list of user agent patterns to deny").optional(),
|
|
76
|
+
allow: z.array(z.string()).describe("list of user agent patterns to allow").optional(),
|
|
77
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic").optional()
|
|
78
|
+
}).describe("Model for user agent filter configuration").optional(),
|
|
79
|
+
webhook_verification: z.object({
|
|
80
|
+
secret: z.string().describe("a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret").optional(),
|
|
81
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
82
|
+
provider: z.string().describe("a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers").optional()
|
|
83
|
+
}).describe("Model for webhook verification configuration").optional(),
|
|
84
|
+
websocket_tcp_converter: z.object({ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional() }).describe("Model for WebSocket to TCP converter configuration").optional()
|
|
85
|
+
}).describe("Request model for updating an HTTPS edge route");
|
|
86
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointOIDCSchema = z.object({
|
|
87
|
+
issuer: z.string().describe("URL of the OIDC 'OpenID provider'. This is the base URL used for discovery").nullable().optional(),
|
|
88
|
+
scopes: z.array(z.string()).describe("The set of scopes to request from the OIDC identity provider").nullable().optional(),
|
|
89
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional(),
|
|
90
|
+
client_id: z.string().describe("The OIDC app's client ID and OIDC audience").nullable().optional(),
|
|
91
|
+
client_secret: z.string().describe("The OIDC app's client secret").nullable().optional(),
|
|
92
|
+
cookie_prefix: z.string().describe("the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'").nullable().optional(),
|
|
93
|
+
maximum_duration: z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").nullable().optional(),
|
|
94
|
+
inactivity_timeout: z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").nullable().optional(),
|
|
95
|
+
options_passthrough: z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.").nullable().optional()
|
|
96
|
+
}).describe("Model for OIDC configuration");
|
|
97
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointSAMLSchema = z.object({
|
|
98
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional(),
|
|
99
|
+
force_authn: z.boolean().describe("If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP").nullable().optional(),
|
|
100
|
+
idp_metadata: z.string().describe("The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.").nullable().optional(),
|
|
101
|
+
cookie_prefix: z.string().describe("the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'").nullable().optional(),
|
|
102
|
+
nameid_format: z.string().describe("Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects").nullable().optional(),
|
|
103
|
+
maximum_duration: z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").nullable().optional(),
|
|
104
|
+
authorized_groups: z.array(z.string()).describe("If present, only users who are a member of one of the listed groups may access the target endpoint").nullable().optional(),
|
|
105
|
+
inactivity_timeout: z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").nullable().optional(),
|
|
106
|
+
allow_idp_initiated: z.boolean().describe("If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected)").nullable().optional(),
|
|
107
|
+
options_passthrough: z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.").nullable().optional()
|
|
108
|
+
}).describe("Model for SAML configuration");
|
|
109
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointOAuthSchema = z.object({
|
|
110
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional(),
|
|
111
|
+
provider: z.object({}).describe("OAuth provider configuration").nullable().optional(),
|
|
112
|
+
cookie_prefix: z.string().describe("the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'").nullable().optional(),
|
|
113
|
+
maximum_duration: z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").nullable().optional(),
|
|
114
|
+
inactivity_timeout: z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").nullable().optional(),
|
|
115
|
+
auth_check_interval: z.number().int().describe("Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint").nullable().optional(),
|
|
116
|
+
options_passthrough: z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.").nullable().optional()
|
|
117
|
+
}).describe("Model for OAuth configuration");
|
|
118
|
+
const NgrokUpdateHttpsEdgeRoute_RefSchema = z.object({
|
|
119
|
+
id: z.string().describe("A resource identifier"),
|
|
120
|
+
uri: z.string().describe("A URI for locating a resource")
|
|
121
|
+
}).describe("Model for reference objects returned in edge configurations");
|
|
122
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointBackendResponseSchema = z.object({
|
|
123
|
+
backend: NgrokUpdateHttpsEdgeRoute_RefSchema.nullable().optional(),
|
|
124
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic").nullable().optional()
|
|
125
|
+
}).describe("Model for backend configuration response");
|
|
126
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointCompressionSchema = z.object({ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional() }).describe("Model for compression configuration");
|
|
127
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointIPPolicyResponseSchema = z.object({
|
|
128
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic").nullable().optional(),
|
|
129
|
+
ip_policies: z.array(NgrokUpdateHttpsEdgeRoute_RefSchema).describe("list of all IP policies").nullable().optional()
|
|
130
|
+
}).describe("Model for IP restriction configuration response");
|
|
131
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointTrafficPolicySchema = z.object({
|
|
132
|
+
value: z.string().describe("the traffic policy that should be applied to the traffic on your endpoint").nullable().optional(),
|
|
133
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional()
|
|
134
|
+
}).describe("Model for traffic policy configuration");
|
|
135
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointCircuitBreakerSchema = z.object({
|
|
136
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional(),
|
|
137
|
+
num_buckets: z.number().int().describe("Integer number of buckets into which metrics are retained. Max 128.").nullable().optional(),
|
|
138
|
+
rolling_window: z.number().int().describe("Integer number of seconds in the statistical rolling window that metrics are retained for").nullable().optional(),
|
|
139
|
+
tripped_duration: z.number().int().describe("Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health").nullable().optional(),
|
|
140
|
+
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.").nullable().optional(),
|
|
141
|
+
error_threshold_percentage: z.number().describe("Error threshold percentage should be between 0 - 1.0, not 0-100.0").nullable().optional()
|
|
142
|
+
}).describe("Model for circuit breaker configuration");
|
|
143
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointRequestHeadersSchema = z.object({
|
|
144
|
+
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").nullable().optional(),
|
|
145
|
+
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").nullable().optional(),
|
|
146
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional()
|
|
147
|
+
}).describe("Model for request headers configuration");
|
|
148
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointResponseHeadersSchema = z.object({
|
|
149
|
+
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").nullable().optional(),
|
|
150
|
+
remove: z.array(z.string()).describe("a list of header names that will be removed from the HTTP Response returned to the HTTP client").nullable().optional(),
|
|
151
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional()
|
|
152
|
+
}).describe("Model for response headers configuration");
|
|
153
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointUserAgentFilterSchema = z.object({
|
|
154
|
+
deny: z.array(z.string()).describe("list of user agent patterns to deny").nullable().optional(),
|
|
155
|
+
allow: z.array(z.string()).describe("list of user agent patterns to allow").nullable().optional(),
|
|
156
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic").nullable().optional()
|
|
157
|
+
}).describe("Model for user agent filter configuration");
|
|
158
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointWebhookValidationSchema = z.object({
|
|
159
|
+
secret: z.string().describe("a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret").nullable().optional(),
|
|
160
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional(),
|
|
161
|
+
provider: z.string().describe("a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers").nullable().optional()
|
|
162
|
+
}).describe("Model for webhook verification configuration");
|
|
163
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointWebsocketTCPConverterSchema = z.object({ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional() }).describe("Model for WebSocket to TCP converter configuration");
|
|
164
|
+
const ngrokUpdateHttpsEdgeRoute = action("NGROK_UPDATE_HTTPS_EDGE_ROUTE", {
|
|
165
|
+
slug: "ngrok-update-https-edge-route",
|
|
166
|
+
name: "Update HTTPS Edge Route",
|
|
167
|
+
description: "Tool to update an HTTPS edge route by ID. Use when you need to modify route configuration for HTTPS traffic handling. Updates can include match patterns, module settings, and metadata. Unspecified modules remain unchanged.",
|
|
168
|
+
input: NgrokUpdateHttpsEdgeRouteInput,
|
|
169
|
+
output: z.object({
|
|
170
|
+
id: z.string().describe("unique identifier of this edge route"),
|
|
171
|
+
uri: z.string().describe("URI of the edge API resource"),
|
|
172
|
+
oidc: NgrokUpdateHttpsEdgeRoute_EndpointOIDCSchema.nullable().optional(),
|
|
173
|
+
saml: NgrokUpdateHttpsEdgeRoute_EndpointSAMLSchema.nullable().optional(),
|
|
174
|
+
match: z.string().describe("Route selector: '/blog' or 'example.com' or 'example.com/blog'"),
|
|
175
|
+
oauth: NgrokUpdateHttpsEdgeRoute_EndpointOAuthSchema.nullable().optional(),
|
|
176
|
+
backend: NgrokUpdateHttpsEdgeRoute_EndpointBackendResponseSchema.nullable().optional(),
|
|
177
|
+
edge_id: z.string().describe("unique identifier of this edge"),
|
|
178
|
+
metadata: z.string().describe("arbitrary user-defined machine-readable data of this edge").nullable().optional(),
|
|
179
|
+
created_at: z.string().describe("timestamp when the edge configuration was created, RFC 3339 format"),
|
|
180
|
+
match_type: z.string().describe("Type of match to use for this route. Valid values are 'exact_path' and 'path_prefix'"),
|
|
181
|
+
compression: NgrokUpdateHttpsEdgeRoute_EndpointCompressionSchema.nullable().optional(),
|
|
182
|
+
description: z.string().describe("human-readable description of what this edge will be used for").nullable().optional(),
|
|
183
|
+
ip_restriction: NgrokUpdateHttpsEdgeRoute_EndpointIPPolicyResponseSchema.nullable().optional(),
|
|
184
|
+
traffic_policy: NgrokUpdateHttpsEdgeRoute_EndpointTrafficPolicySchema.nullable().optional(),
|
|
185
|
+
circuit_breaker: NgrokUpdateHttpsEdgeRoute_EndpointCircuitBreakerSchema.nullable().optional(),
|
|
186
|
+
request_headers: NgrokUpdateHttpsEdgeRoute_EndpointRequestHeadersSchema.nullable().optional(),
|
|
187
|
+
response_headers: NgrokUpdateHttpsEdgeRoute_EndpointResponseHeadersSchema.nullable().optional(),
|
|
188
|
+
user_agent_filter: NgrokUpdateHttpsEdgeRoute_EndpointUserAgentFilterSchema.nullable().optional(),
|
|
189
|
+
webhook_verification: NgrokUpdateHttpsEdgeRoute_EndpointWebhookValidationSchema.nullable().optional(),
|
|
190
|
+
websocket_tcp_converter: NgrokUpdateHttpsEdgeRoute_EndpointWebsocketTCPConverterSchema.nullable().optional()
|
|
191
|
+
}).describe("Response model for updating an HTTPS edge route")
|
|
192
|
+
});
|
|
193
|
+
//#endregion
|
|
194
|
+
export { ngrokUpdateHttpsEdgeRoute };
|
|
195
|
+
|
|
196
|
+
//# sourceMappingURL=update-https-edge-route.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-https-edge-route.mjs","names":[],"sources":["../../src/actions/update-https-edge-route.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokUpdateHttpsEdgeRouteInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique identifier of this edge route\"),\n oidc: z.object({\n issuer: z.string().describe(\"URL of the OIDC 'OpenID provider'. This is the base URL used for discovery\").optional(),\n scopes: z.array(z.string()).describe(\"The set of scopes to request from the OIDC identity provider\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n client_id: z.string().describe(\"The OIDC app's client ID and OIDC audience\").optional(),\n client_secret: z.string().describe(\"The OIDC app's client secret\").optional(),\n cookie_prefix: z.string().describe(\"the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'\").optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.\").optional(),\n}).describe(\"Model for OIDC configuration\").optional(),\n saml: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n force_authn: z.boolean().describe(\"If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP\").optional(),\n idp_metadata: z.string().describe(\"The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.\").optional(),\n cookie_prefix: z.string().describe(\"the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'\").optional(),\n nameid_format: z.string().describe(\"Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects\").optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").optional(),\n authorized_groups: z.array(z.string()).describe(\"If present, only users who are a member of one of the listed groups may access the target endpoint\").optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").optional(),\n allow_idp_initiated: z.boolean().describe(\"If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected)\").optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.\").optional(),\n}).describe(\"Model for SAML configuration\").optional(),\n match: z.string().describe(\"Route selector: '/blog' or 'example.com' or 'example.com/blog'\").optional(),\n oauth: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n provider: z.object({}).describe(\"OAuth provider configuration\").optional(),\n cookie_prefix: z.string().describe(\"the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'\").optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").optional(),\n auth_check_interval: z.number().int().describe(\"Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint\").optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.\").optional(),\n}).describe(\"Model for OAuth configuration\").optional(),\n backend: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n backend_id: z.string().describe(\"backend to be used to back this endpoint\").optional(),\n}).describe(\"Model for backend configuration\").optional(),\n edge_id: z.string().describe(\"unique identifier of this edge\"),\n metadata: z.string().describe(\"arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes\").optional(),\n match_type: z.string().describe(\"Type of match to use for this route. Valid values are 'exact_path' and 'path_prefix'\").optional(),\n compression: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n}).describe(\"Model for compression configuration\").optional(),\n description: z.string().describe(\"human-readable description of what this edge will be used for; optional, max 255 bytes\").optional(),\n ip_restriction: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n ip_policy_ids: z.array(z.string()).describe(\"list of all IP policies that will be used to check if a source IP is allowed access to the endpoint\").optional(),\n}).describe(\"Model for IP restriction configuration\").optional(),\n traffic_policy: z.object({\n value: z.string().describe(\"the traffic policy that should be applied to the traffic on your endpoint\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n}).describe(\"Model for traffic policy configuration\").optional(),\n circuit_breaker: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n num_buckets: z.number().int().describe(\"Integer number of buckets into which metrics are retained. Max 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 which 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 should be between 0 - 1.0, not 0-100.0\").optional(),\n}).describe(\"Model for circuit breaker configuration\").optional(),\n request_headers: 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\").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 enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n}).describe(\"Model for request headers configuration\").optional(),\n response_headers: z.object({\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\").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\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n}).describe(\"Model for response headers configuration\").optional(),\n user_agent_filter: z.object({\n deny: z.array(z.string()).describe(\"list of user agent patterns to deny\").optional(),\n allow: z.array(z.string()).describe(\"list of user agent patterns to allow\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic\").optional(),\n}).describe(\"Model for user agent filter configuration\").optional(),\n webhook_verification: z.object({\n secret: z.string().describe(\"a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret\").optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n provider: z.string().describe(\"a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers\").optional(),\n}).describe(\"Model for webhook verification configuration\").optional(),\n websocket_tcp_converter: z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").optional(),\n}).describe(\"Model for WebSocket to TCP converter configuration\").optional(),\n}).describe(\"Request model for updating an HTTPS edge route\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointOIDCSchema: z.ZodTypeAny = z.object({\n issuer: z.string().describe(\"URL of the OIDC 'OpenID provider'. This is the base URL used for discovery\").nullable().optional(),\n scopes: z.array(z.string()).describe(\"The set of scopes to request from the OIDC identity provider\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n client_id: z.string().describe(\"The OIDC app's client ID and OIDC audience\").nullable().optional(),\n client_secret: z.string().describe(\"The OIDC app's client secret\").nullable().optional(),\n cookie_prefix: z.string().describe(\"the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'\").nullable().optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").nullable().optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").nullable().optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.\").nullable().optional(),\n}).describe(\"Model for OIDC configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointSAMLSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n force_authn: z.boolean().describe(\"If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP\").nullable().optional(),\n idp_metadata: z.string().describe(\"The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.\").nullable().optional(),\n cookie_prefix: z.string().describe(\"the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'\").nullable().optional(),\n nameid_format: z.string().describe(\"Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects\").nullable().optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").nullable().optional(),\n authorized_groups: z.array(z.string()).describe(\"If present, only users who are a member of one of the listed groups may access the target endpoint\").nullable().optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").nullable().optional(),\n allow_idp_initiated: z.boolean().describe(\"If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected)\").nullable().optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.\").nullable().optional(),\n}).describe(\"Model for SAML configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointOAuthSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n provider: z.object({}).describe(\"OAuth provider configuration\").nullable().optional(),\n cookie_prefix: z.string().describe(\"the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'\").nullable().optional(),\n maximum_duration: z.number().int().describe(\"Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate\").nullable().optional(),\n inactivity_timeout: z.number().int().describe(\"Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate\").nullable().optional(),\n auth_check_interval: z.number().int().describe(\"Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint\").nullable().optional(),\n options_passthrough: z.boolean().describe(\"Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.\").nullable().optional(),\n}).describe(\"Model for OAuth configuration\");\nconst NgrokUpdateHttpsEdgeRoute_RefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A resource identifier\"),\n uri: z.string().describe(\"A URI for locating a resource\"),\n}).describe(\"Model for reference objects returned in edge configurations\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointBackendResponseSchema: z.ZodTypeAny = z.object({\n backend: NgrokUpdateHttpsEdgeRoute_RefSchema.nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic\").nullable().optional(),\n}).describe(\"Model for backend configuration response\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointCompressionSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n}).describe(\"Model for compression configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointIPPolicyResponseSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic\").nullable().optional(),\n ip_policies: z.array(NgrokUpdateHttpsEdgeRoute_RefSchema).describe(\"list of all IP policies\").nullable().optional(),\n}).describe(\"Model for IP restriction configuration response\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointTrafficPolicySchema: z.ZodTypeAny = z.object({\n value: z.string().describe(\"the traffic policy that should be applied to the traffic on your endpoint\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n}).describe(\"Model for traffic policy configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointCircuitBreakerSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n num_buckets: z.number().int().describe(\"Integer number of buckets into which metrics are retained. Max 128.\").nullable().optional(),\n rolling_window: z.number().int().describe(\"Integer number of seconds in the statistical rolling window that metrics are retained for\").nullable().optional(),\n tripped_duration: z.number().int().describe(\"Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health\").nullable().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.\").nullable().optional(),\n error_threshold_percentage: z.number().describe(\"Error threshold percentage should be between 0 - 1.0, not 0-100.0\").nullable().optional(),\n}).describe(\"Model for circuit breaker configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointRequestHeadersSchema: 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\").nullable().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\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n}).describe(\"Model for request headers configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointResponseHeadersSchema: z.ZodTypeAny = z.object({\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\").nullable().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\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n}).describe(\"Model for response headers configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointUserAgentFilterSchema: z.ZodTypeAny = z.object({\n deny: z.array(z.string()).describe(\"list of user agent patterns to deny\").nullable().optional(),\n allow: z.array(z.string()).describe(\"list of user agent patterns to allow\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic\").nullable().optional(),\n}).describe(\"Model for user agent filter configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointWebhookValidationSchema: z.ZodTypeAny = z.object({\n secret: z.string().describe(\"a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n provider: z.string().describe(\"a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers\").nullable().optional(),\n}).describe(\"Model for webhook verification configuration\");\nconst NgrokUpdateHttpsEdgeRoute_EndpointWebsocketTCPConverterSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable. default true if unspecified\").nullable().optional(),\n}).describe(\"Model for WebSocket to TCP converter configuration\");\nexport const NgrokUpdateHttpsEdgeRouteOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique identifier of this edge route\"),\n uri: z.string().describe(\"URI of the edge API resource\"),\n oidc: NgrokUpdateHttpsEdgeRoute_EndpointOIDCSchema.nullable().optional(),\n saml: NgrokUpdateHttpsEdgeRoute_EndpointSAMLSchema.nullable().optional(),\n match: z.string().describe(\"Route selector: '/blog' or 'example.com' or 'example.com/blog'\"),\n oauth: NgrokUpdateHttpsEdgeRoute_EndpointOAuthSchema.nullable().optional(),\n backend: NgrokUpdateHttpsEdgeRoute_EndpointBackendResponseSchema.nullable().optional(),\n edge_id: z.string().describe(\"unique identifier of this edge\"),\n metadata: z.string().describe(\"arbitrary user-defined machine-readable data of this edge\").nullable().optional(),\n created_at: z.string().describe(\"timestamp when the edge configuration was created, RFC 3339 format\"),\n match_type: z.string().describe(\"Type of match to use for this route. Valid values are 'exact_path' and 'path_prefix'\"),\n compression: NgrokUpdateHttpsEdgeRoute_EndpointCompressionSchema.nullable().optional(),\n description: z.string().describe(\"human-readable description of what this edge will be used for\").nullable().optional(),\n ip_restriction: NgrokUpdateHttpsEdgeRoute_EndpointIPPolicyResponseSchema.nullable().optional(),\n traffic_policy: NgrokUpdateHttpsEdgeRoute_EndpointTrafficPolicySchema.nullable().optional(),\n circuit_breaker: NgrokUpdateHttpsEdgeRoute_EndpointCircuitBreakerSchema.nullable().optional(),\n request_headers: NgrokUpdateHttpsEdgeRoute_EndpointRequestHeadersSchema.nullable().optional(),\n response_headers: NgrokUpdateHttpsEdgeRoute_EndpointResponseHeadersSchema.nullable().optional(),\n user_agent_filter: NgrokUpdateHttpsEdgeRoute_EndpointUserAgentFilterSchema.nullable().optional(),\n webhook_verification: NgrokUpdateHttpsEdgeRoute_EndpointWebhookValidationSchema.nullable().optional(),\n websocket_tcp_converter: NgrokUpdateHttpsEdgeRoute_EndpointWebsocketTCPConverterSchema.nullable().optional(),\n}).describe(\"Response model for updating an HTTPS edge route\");\n\nexport const ngrokUpdateHttpsEdgeRoute = action(\"NGROK_UPDATE_HTTPS_EDGE_ROUTE\", {\n slug: \"ngrok-update-https-edge-route\",\n name: \"Update HTTPS Edge Route\",\n description: \"Tool to update an HTTPS edge route by ID. Use when you need to modify route configuration for HTTPS traffic handling. Updates can include match patterns, module settings, and metadata. Unspecified modules remain unchanged.\",\n input: NgrokUpdateHttpsEdgeRouteInput,\n output: NgrokUpdateHttpsEdgeRouteOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-reserved-domain.ts
|
|
4
|
+
const NgrokUpdateReservedDomainInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The unique identifier of the reserved domain to update"),
|
|
6
|
+
metadata: zod.z.string().describe("Arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.").optional(),
|
|
7
|
+
description: zod.z.string().describe("Human-readable description of what this reserved domain will be used for").optional(),
|
|
8
|
+
resolves_to: zod.z.array(zod.z.object({ value: zod.z.string().describe("DNS resolver target value") }).describe("DNS resolver target configuration.")).describe("DNS resolver targets configured for the reserved domain, or empty for 'global' resolution.").optional(),
|
|
9
|
+
certificate_id: zod.z.string().describe("ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with certificate_management_policy.").optional(),
|
|
10
|
+
certificate_management_policy: zod.z.object({
|
|
11
|
+
authority: zod.z.string().describe("Certificate authority to request certificates from. The only supported value is letsencrypt.").optional(),
|
|
12
|
+
private_key_type: zod.z.string().describe("Type of private key to use when requesting certificates. Defaults to ecdsa, can be either rsa or ecdsa.").optional()
|
|
13
|
+
}).describe("Certificate management policy configuration for the reserved domain.").optional()
|
|
14
|
+
}).describe("Request model for updating a reserved domain.");
|
|
15
|
+
const NgrokUpdateReservedDomain_CertificateSchema = zod.z.object({
|
|
16
|
+
id: zod.z.string().describe("ID of the certificate"),
|
|
17
|
+
uri: zod.z.string().describe("URI of the certificate resource")
|
|
18
|
+
}).describe("TLS certificate information for the reserved domain.");
|
|
19
|
+
const NgrokUpdateReservedDomain_CertificateManagementPolicySchema = zod.z.object({
|
|
20
|
+
authority: zod.z.string().describe("Certificate authority to request certificates from. The only supported value is letsencrypt.").nullable().optional(),
|
|
21
|
+
private_key_type: zod.z.string().describe("Type of private key to use when requesting certificates. Defaults to ecdsa, can be either rsa or ecdsa.").nullable().optional()
|
|
22
|
+
}).describe("Certificate management policy configuration for the reserved domain.");
|
|
23
|
+
const NgrokUpdateReservedDomain_ProvisioningJobSchema = zod.z.object({
|
|
24
|
+
msg: zod.z.string().describe("Status message for the provisioning job").nullable().optional(),
|
|
25
|
+
error_code: zod.z.string().describe("Error code if the provisioning job failed").nullable().optional(),
|
|
26
|
+
retries_at: zod.z.string().describe("Timestamp when the provisioning job will retry, RFC 3339 format").nullable().optional(),
|
|
27
|
+
started_at: zod.z.string().describe("Timestamp when the provisioning job started, RFC 3339 format").nullable().optional()
|
|
28
|
+
}).describe("Certificate provisioning job status.");
|
|
29
|
+
const NgrokUpdateReservedDomain_CertificateManagementStatusSchema = zod.z.object({
|
|
30
|
+
renews_at: zod.z.string().describe("Timestamp when the certificate will be renewed, RFC 3339 format").nullable().optional(),
|
|
31
|
+
provisioning_job: NgrokUpdateReservedDomain_ProvisioningJobSchema.nullable().optional()
|
|
32
|
+
}).describe("Status of certificate management for the reserved domain.");
|
|
33
|
+
const NgrokUpdateReservedDomainOutput = zod.z.object({
|
|
34
|
+
id: zod.z.string().describe("Unique reserved domain resource identifier"),
|
|
35
|
+
uri: zod.z.string().describe("URI to the API resource of this reserved domain"),
|
|
36
|
+
domain: zod.z.string().describe("The fully qualified domain name (hostname) of the reserved domain"),
|
|
37
|
+
region: zod.z.string().describe("Reserve the domain in this geographic ngrok datacenter. Optional, defaults to us. On free plans, only us is available.").nullable().optional(),
|
|
38
|
+
metadata: zod.z.string().describe("Arbitrary user-defined machine-readable data of this reserved domain").nullable().optional(),
|
|
39
|
+
created_at: zod.z.string().describe("Timestamp when the reserved domain was created, RFC 3339 format"),
|
|
40
|
+
certificate: NgrokUpdateReservedDomain_CertificateSchema.nullable().optional(),
|
|
41
|
+
description: zod.z.string().describe("Human-readable description of what this reserved domain will be used for").nullable().optional(),
|
|
42
|
+
cname_target: zod.z.string().describe("DNS CNAME target for the reserved domain. You must create a CNAME record from your domain to this value to enable traffic.").nullable().optional(),
|
|
43
|
+
error_redirect_url: zod.z.string().describe("URL to redirect to when an error occurs accessing the reserved domain").nullable().optional(),
|
|
44
|
+
acme_challenge_cname_target: zod.z.string().describe("DNS CNAME target for the ACME challenge. Create a CNAME record from _acme-challenge.{domain} to this value to enable automatic certificate management.").nullable().optional(),
|
|
45
|
+
certificate_management_policy: NgrokUpdateReservedDomain_CertificateManagementPolicySchema.nullable().optional(),
|
|
46
|
+
certificate_management_status: NgrokUpdateReservedDomain_CertificateManagementStatusSchema.nullable().optional()
|
|
47
|
+
}).describe("Response model for the updated reserved domain.");
|
|
48
|
+
const ngrokUpdateReservedDomain = require_action.action("NGROK_UPDATE_RESERVED_DOMAIN", {
|
|
49
|
+
slug: "ngrok-update-reserved-domain",
|
|
50
|
+
name: "Update Reserved Domain",
|
|
51
|
+
description: "Tool to update the attributes of a reserved domain by ID. Use this to modify the description, metadata, certificate configuration, or DNS resolver targets of an existing reserved domain.",
|
|
52
|
+
input: NgrokUpdateReservedDomainInput,
|
|
53
|
+
output: NgrokUpdateReservedDomainOutput
|
|
54
|
+
});
|
|
55
|
+
//#endregion
|
|
56
|
+
exports.ngrokUpdateReservedDomain = ngrokUpdateReservedDomain;
|
|
57
|
+
|
|
58
|
+
//# sourceMappingURL=update-reserved-domain.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-reserved-domain.cjs","names":["z","action"],"sources":["../../src/actions/update-reserved-domain.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokUpdateReservedDomainInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the reserved domain to update\"),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.\").optional(),\n description: z.string().describe(\"Human-readable description of what this reserved domain will be used for\").optional(),\n resolves_to: z.array(z.object({\n value: z.string().describe(\"DNS resolver target value\"),\n}).describe(\"DNS resolver target configuration.\")).describe(\"DNS resolver targets configured for the reserved domain, or empty for 'global' resolution.\").optional(),\n certificate_id: z.string().describe(\"ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with certificate_management_policy.\").optional(),\n certificate_management_policy: z.object({\n authority: z.string().describe(\"Certificate authority to request certificates from. The only supported value is letsencrypt.\").optional(),\n private_key_type: z.string().describe(\"Type of private key to use when requesting certificates. Defaults to ecdsa, can be either rsa or ecdsa.\").optional(),\n}).describe(\"Certificate management policy configuration for the reserved domain.\").optional(),\n}).describe(\"Request model for updating a reserved domain.\");\nconst NgrokUpdateReservedDomain_CertificateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the certificate\"),\n uri: z.string().describe(\"URI of the certificate resource\"),\n}).describe(\"TLS certificate information for the reserved domain.\");\nconst NgrokUpdateReservedDomain_CertificateManagementPolicySchema: z.ZodTypeAny = z.object({\n authority: z.string().describe(\"Certificate authority to request certificates from. The only supported value is letsencrypt.\").nullable().optional(),\n private_key_type: z.string().describe(\"Type of private key to use when requesting certificates. Defaults to ecdsa, can be either rsa or ecdsa.\").nullable().optional(),\n}).describe(\"Certificate management policy configuration for the reserved domain.\");\nconst NgrokUpdateReservedDomain_ProvisioningJobSchema: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Status message for the provisioning job\").nullable().optional(),\n error_code: z.string().describe(\"Error code if the provisioning job failed\").nullable().optional(),\n retries_at: z.string().describe(\"Timestamp when the provisioning job will retry, RFC 3339 format\").nullable().optional(),\n started_at: z.string().describe(\"Timestamp when the provisioning job started, RFC 3339 format\").nullable().optional(),\n}).describe(\"Certificate provisioning job status.\");\nconst NgrokUpdateReservedDomain_CertificateManagementStatusSchema: z.ZodTypeAny = z.object({\n renews_at: z.string().describe(\"Timestamp when the certificate will be renewed, RFC 3339 format\").nullable().optional(),\n provisioning_job: NgrokUpdateReservedDomain_ProvisioningJobSchema.nullable().optional(),\n}).describe(\"Status of certificate management for the reserved domain.\");\nexport const NgrokUpdateReservedDomainOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique reserved domain resource identifier\"),\n uri: z.string().describe(\"URI to the API resource of this reserved domain\"),\n domain: z.string().describe(\"The fully qualified domain name (hostname) of the reserved domain\"),\n region: z.string().describe(\"Reserve the domain in this geographic ngrok datacenter. Optional, defaults to us. On free plans, only us is available.\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this reserved domain\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the reserved domain was created, RFC 3339 format\"),\n certificate: NgrokUpdateReservedDomain_CertificateSchema.nullable().optional(),\n description: z.string().describe(\"Human-readable description of what this reserved domain will be used for\").nullable().optional(),\n cname_target: z.string().describe(\"DNS CNAME target for the reserved domain. You must create a CNAME record from your domain to this value to enable traffic.\").nullable().optional(),\n error_redirect_url: z.string().describe(\"URL to redirect to when an error occurs accessing the reserved domain\").nullable().optional(),\n acme_challenge_cname_target: z.string().describe(\"DNS CNAME target for the ACME challenge. Create a CNAME record from _acme-challenge.{domain} to this value to enable automatic certificate management.\").nullable().optional(),\n certificate_management_policy: NgrokUpdateReservedDomain_CertificateManagementPolicySchema.nullable().optional(),\n certificate_management_status: NgrokUpdateReservedDomain_CertificateManagementStatusSchema.nullable().optional(),\n}).describe(\"Response model for the updated reserved domain.\");\n\nexport const ngrokUpdateReservedDomain = action(\"NGROK_UPDATE_RESERVED_DOMAIN\", {\n slug: \"ngrok-update-reserved-domain\",\n name: \"Update Reserved Domain\",\n description: \"Tool to update the attributes of a reserved domain by ID. Use this to modify the description, metadata, certificate configuration, or DNS resolver targets of an existing reserved domain.\",\n input: NgrokUpdateReservedDomainInput,\n output: NgrokUpdateReservedDomainOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-reserved-domain.d.ts
|
|
4
|
+
declare const NgrokUpdateReservedDomainInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokUpdateReservedDomainOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokUpdateReservedDomain: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokUpdateReservedDomain };
|
|
9
|
+
//# sourceMappingURL=update-reserved-domain.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-reserved-domain.d.cts","names":[],"sources":["../../src/actions/update-reserved-domain.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAYa;AAAA,cAmB/C,+BAAA,EAAiC,CAAA,CAAE,UAcc;AAAA,cAEjD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-reserved-domain.d.ts
|
|
4
|
+
declare const NgrokUpdateReservedDomainInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokUpdateReservedDomainOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokUpdateReservedDomain: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokUpdateReservedDomain };
|
|
9
|
+
//# sourceMappingURL=update-reserved-domain.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-reserved-domain.d.mts","names":[],"sources":["../../src/actions/update-reserved-domain.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAYa;AAAA,cAmB/C,+BAAA,EAAiC,CAAA,CAAE,UAcc;AAAA,cAEjD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-reserved-domain.ts
|
|
4
|
+
const NgrokUpdateReservedDomainInput = z.object({
|
|
5
|
+
id: z.string().describe("The unique identifier of the reserved domain to update"),
|
|
6
|
+
metadata: z.string().describe("Arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.").optional(),
|
|
7
|
+
description: z.string().describe("Human-readable description of what this reserved domain will be used for").optional(),
|
|
8
|
+
resolves_to: z.array(z.object({ value: z.string().describe("DNS resolver target value") }).describe("DNS resolver target configuration.")).describe("DNS resolver targets configured for the reserved domain, or empty for 'global' resolution.").optional(),
|
|
9
|
+
certificate_id: z.string().describe("ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with certificate_management_policy.").optional(),
|
|
10
|
+
certificate_management_policy: z.object({
|
|
11
|
+
authority: z.string().describe("Certificate authority to request certificates from. The only supported value is letsencrypt.").optional(),
|
|
12
|
+
private_key_type: z.string().describe("Type of private key to use when requesting certificates. Defaults to ecdsa, can be either rsa or ecdsa.").optional()
|
|
13
|
+
}).describe("Certificate management policy configuration for the reserved domain.").optional()
|
|
14
|
+
}).describe("Request model for updating a reserved domain.");
|
|
15
|
+
const NgrokUpdateReservedDomain_CertificateSchema = z.object({
|
|
16
|
+
id: z.string().describe("ID of the certificate"),
|
|
17
|
+
uri: z.string().describe("URI of the certificate resource")
|
|
18
|
+
}).describe("TLS certificate information for the reserved domain.");
|
|
19
|
+
const NgrokUpdateReservedDomain_CertificateManagementPolicySchema = z.object({
|
|
20
|
+
authority: z.string().describe("Certificate authority to request certificates from. The only supported value is letsencrypt.").nullable().optional(),
|
|
21
|
+
private_key_type: z.string().describe("Type of private key to use when requesting certificates. Defaults to ecdsa, can be either rsa or ecdsa.").nullable().optional()
|
|
22
|
+
}).describe("Certificate management policy configuration for the reserved domain.");
|
|
23
|
+
const NgrokUpdateReservedDomain_ProvisioningJobSchema = z.object({
|
|
24
|
+
msg: z.string().describe("Status message for the provisioning job").nullable().optional(),
|
|
25
|
+
error_code: z.string().describe("Error code if the provisioning job failed").nullable().optional(),
|
|
26
|
+
retries_at: z.string().describe("Timestamp when the provisioning job will retry, RFC 3339 format").nullable().optional(),
|
|
27
|
+
started_at: z.string().describe("Timestamp when the provisioning job started, RFC 3339 format").nullable().optional()
|
|
28
|
+
}).describe("Certificate provisioning job status.");
|
|
29
|
+
const NgrokUpdateReservedDomain_CertificateManagementStatusSchema = z.object({
|
|
30
|
+
renews_at: z.string().describe("Timestamp when the certificate will be renewed, RFC 3339 format").nullable().optional(),
|
|
31
|
+
provisioning_job: NgrokUpdateReservedDomain_ProvisioningJobSchema.nullable().optional()
|
|
32
|
+
}).describe("Status of certificate management for the reserved domain.");
|
|
33
|
+
const ngrokUpdateReservedDomain = action("NGROK_UPDATE_RESERVED_DOMAIN", {
|
|
34
|
+
slug: "ngrok-update-reserved-domain",
|
|
35
|
+
name: "Update Reserved Domain",
|
|
36
|
+
description: "Tool to update the attributes of a reserved domain by ID. Use this to modify the description, metadata, certificate configuration, or DNS resolver targets of an existing reserved domain.",
|
|
37
|
+
input: NgrokUpdateReservedDomainInput,
|
|
38
|
+
output: z.object({
|
|
39
|
+
id: z.string().describe("Unique reserved domain resource identifier"),
|
|
40
|
+
uri: z.string().describe("URI to the API resource of this reserved domain"),
|
|
41
|
+
domain: z.string().describe("The fully qualified domain name (hostname) of the reserved domain"),
|
|
42
|
+
region: z.string().describe("Reserve the domain in this geographic ngrok datacenter. Optional, defaults to us. On free plans, only us is available.").nullable().optional(),
|
|
43
|
+
metadata: z.string().describe("Arbitrary user-defined machine-readable data of this reserved domain").nullable().optional(),
|
|
44
|
+
created_at: z.string().describe("Timestamp when the reserved domain was created, RFC 3339 format"),
|
|
45
|
+
certificate: NgrokUpdateReservedDomain_CertificateSchema.nullable().optional(),
|
|
46
|
+
description: z.string().describe("Human-readable description of what this reserved domain will be used for").nullable().optional(),
|
|
47
|
+
cname_target: z.string().describe("DNS CNAME target for the reserved domain. You must create a CNAME record from your domain to this value to enable traffic.").nullable().optional(),
|
|
48
|
+
error_redirect_url: z.string().describe("URL to redirect to when an error occurs accessing the reserved domain").nullable().optional(),
|
|
49
|
+
acme_challenge_cname_target: z.string().describe("DNS CNAME target for the ACME challenge. Create a CNAME record from _acme-challenge.{domain} to this value to enable automatic certificate management.").nullable().optional(),
|
|
50
|
+
certificate_management_policy: NgrokUpdateReservedDomain_CertificateManagementPolicySchema.nullable().optional(),
|
|
51
|
+
certificate_management_status: NgrokUpdateReservedDomain_CertificateManagementStatusSchema.nullable().optional()
|
|
52
|
+
}).describe("Response model for the updated reserved domain.")
|
|
53
|
+
});
|
|
54
|
+
//#endregion
|
|
55
|
+
export { ngrokUpdateReservedDomain };
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=update-reserved-domain.mjs.map
|