@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,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-https-edge-route.d.ts
|
|
4
|
+
declare const NgrokGetHttpsEdgeRouteInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetHttpsEdgeRouteOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetHttpsEdgeRoute: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetHttpsEdgeRoute };
|
|
9
|
+
//# sourceMappingURL=get-https-edge-route.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-https-edge-route.d.mts","names":[],"sources":["../../src/actions/get-https-edge-route.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGuB;AAAA,cAkGtD,4BAAA,EAA8B,CAAA,CAAE,UAsBc;AAAA,cAE9C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-https-edge-route.ts
|
|
4
|
+
const NgrokGetHttpsEdgeRouteInput = z.object({
|
|
5
|
+
id: z.string().describe("Unique identifier of the edge route. Starts with 'edghtsrt_' prefix (e.g., 'edghtsrt_39gqUYG78vKPUegVGFOvD2AGxf9')."),
|
|
6
|
+
edge_id: z.string().describe("Unique identifier of the HTTPS edge. Starts with 'edghts_' prefix (e.g., 'edghts_39gqRMtiKTcKZQMyXKRm4RJfKTF').")
|
|
7
|
+
}).describe("Request model for getting an HTTPS edge route by ID.");
|
|
8
|
+
const NgrokGetHttpsEdgeRoute_EndpointOIDCSchema = z.object({
|
|
9
|
+
issuer: z.string().describe("OpenID provider base URL").nullable().optional(),
|
|
10
|
+
scopes: z.array(z.string()).describe("Permission scopes from identity provider").nullable().optional(),
|
|
11
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable").nullable().optional(),
|
|
12
|
+
client_id: z.string().describe("OIDC application client identifier").nullable().optional(),
|
|
13
|
+
client_secret: z.string().describe("OIDC application secret").nullable().optional(),
|
|
14
|
+
cookie_prefix: z.string().describe("Session cookie prefix; defaults to 'ngrok.'").nullable().optional(),
|
|
15
|
+
maximum_duration: z.number().int().describe("Maximum authenticated session duration in seconds").nullable().optional(),
|
|
16
|
+
inactivity_timeout: z.number().int().describe("Session timeout in seconds").nullable().optional(),
|
|
17
|
+
options_passthrough: z.boolean().describe("Bypass authentication on OPTIONS requests").nullable().optional()
|
|
18
|
+
}).describe("Model for OIDC authentication configuration.");
|
|
19
|
+
const NgrokGetHttpsEdgeRoute_EndpointSAMLSchema = z.object({
|
|
20
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable").nullable().optional(),
|
|
21
|
+
entity_id: z.string().describe("SP Entity unique identifier URL").nullable().optional(),
|
|
22
|
+
force_authn: z.boolean().describe("Require IdP authentication prompts").nullable().optional(),
|
|
23
|
+
idp_metadata: z.string().describe("Full XML IdP EntityDescriptor").nullable().optional(),
|
|
24
|
+
metadata_url: z.string().describe("SP metadata public URL").nullable().optional(),
|
|
25
|
+
cookie_prefix: z.string().describe("Session cookie prefix; defaults to 'ngrok.'").nullable().optional(),
|
|
26
|
+
nameid_format: z.string().describe("Name identifier format specification").nullable().optional(),
|
|
27
|
+
maximum_duration: z.number().int().describe("Maximum authenticated session duration in seconds").nullable().optional(),
|
|
28
|
+
authorized_groups: z.array(z.string()).describe("Permitted user groups").nullable().optional(),
|
|
29
|
+
single_logout_url: z.string().describe("SP Single Logout Service URL").nullable().optional(),
|
|
30
|
+
inactivity_timeout: z.number().int().describe("Session timeout in seconds").nullable().optional(),
|
|
31
|
+
allow_idp_initiated: z.boolean().describe("Enable IdP-initiated login").nullable().optional(),
|
|
32
|
+
options_passthrough: z.boolean().describe("Bypass authentication on OPTIONS requests").nullable().optional(),
|
|
33
|
+
assertion_consumer_service_url: z.string().describe("SP Assertion Consumer Service URL").nullable().optional(),
|
|
34
|
+
request_signing_certificate_pem: z.string().describe("PEM-encoded x.509 certificate").nullable().optional()
|
|
35
|
+
}).describe("Model for SAML authentication configuration.");
|
|
36
|
+
const NgrokGetHttpsEdgeRoute_EndpointOAuthProviderSchema = z.object({
|
|
37
|
+
amazon: z.record(z.string(), z.unknown()).describe("Amazon OAuth configuration").nullable().optional(),
|
|
38
|
+
github: z.record(z.string(), z.unknown()).describe("GitHub OAuth configuration").nullable().optional(),
|
|
39
|
+
gitlab: z.record(z.string(), z.unknown()).describe("GitLab OAuth configuration").nullable().optional(),
|
|
40
|
+
google: z.record(z.string(), z.unknown()).describe("Google OAuth configuration").nullable().optional(),
|
|
41
|
+
twitch: z.record(z.string(), z.unknown()).describe("Twitch OAuth configuration").nullable().optional(),
|
|
42
|
+
facebook: z.record(z.string(), z.unknown()).describe("Facebook OAuth configuration").nullable().optional(),
|
|
43
|
+
linkedin: z.record(z.string(), z.unknown()).describe("LinkedIn OAuth configuration").nullable().optional(),
|
|
44
|
+
microsoft: z.record(z.string(), z.unknown()).describe("Microsoft OAuth configuration").nullable().optional()
|
|
45
|
+
}).describe("Model for OAuth provider configuration.");
|
|
46
|
+
const NgrokGetHttpsEdgeRoute_EndpointOAuthSchema = z.object({
|
|
47
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable").nullable().optional(),
|
|
48
|
+
provider: NgrokGetHttpsEdgeRoute_EndpointOAuthProviderSchema.nullable().optional(),
|
|
49
|
+
cookie_prefix: z.string().describe("Session cookie prefix; defaults to 'ngrok.'").nullable().optional(),
|
|
50
|
+
maximum_duration: z.number().int().describe("Maximum authenticated session duration in seconds").nullable().optional(),
|
|
51
|
+
inactivity_timeout: z.number().int().describe("Session timeout in seconds").nullable().optional(),
|
|
52
|
+
auth_check_interval: z.number().int().describe("Identity provider refresh interval in seconds").nullable().optional(),
|
|
53
|
+
options_passthrough: z.boolean().describe("Bypass authentication on OPTIONS requests").nullable().optional()
|
|
54
|
+
}).describe("Model for OAuth configuration.");
|
|
55
|
+
const NgrokGetHttpsEdgeRoute_RefSchema = z.object({
|
|
56
|
+
id: z.string().describe("A resource identifier"),
|
|
57
|
+
uri: z.string().describe("A URI for locating a resource")
|
|
58
|
+
}).describe("Model for reference objects returned in edge configurations.");
|
|
59
|
+
const NgrokGetHttpsEdgeRoute_EndpointBackendSchema = z.object({
|
|
60
|
+
backend: NgrokGetHttpsEdgeRoute_RefSchema.nullable().optional(),
|
|
61
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable").nullable().optional()
|
|
62
|
+
}).describe("Model for backend configuration.");
|
|
63
|
+
const NgrokGetHttpsEdgeRoute_EndpointCompressionSchema = z.object({ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable").nullable().optional() }).describe("Model for compression configuration.");
|
|
64
|
+
const NgrokGetHttpsEdgeRoute_EndpointIPPolicySchema = z.object({
|
|
65
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable").nullable().optional(),
|
|
66
|
+
ip_policies: z.array(NgrokGetHttpsEdgeRoute_RefSchema).describe("List of IP policies for source validation").nullable().optional()
|
|
67
|
+
}).describe("Model for IP policy configuration.");
|
|
68
|
+
const NgrokGetHttpsEdgeRoute_EndpointTrafficPolicySchema = z.object({
|
|
69
|
+
value: z.string().describe("Traffic policy definition").nullable().optional(),
|
|
70
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable").nullable().optional()
|
|
71
|
+
}).describe("Model for traffic policy configuration.");
|
|
72
|
+
const NgrokGetHttpsEdgeRoute_EndpointCircuitBreakerSchema = z.object({
|
|
73
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable").nullable().optional(),
|
|
74
|
+
num_buckets: z.number().int().describe("Metric bucket count; maximum 128").nullable().optional(),
|
|
75
|
+
rolling_window: z.number().int().describe("Seconds for metric retention window").nullable().optional(),
|
|
76
|
+
tripped_duration: z.number().int().describe("Seconds before re-evaluating upstream health").nullable().optional(),
|
|
77
|
+
volume_threshold: z.number().int().describe("Request count to trigger circuit").nullable().optional(),
|
|
78
|
+
error_threshold_percentage: z.number().describe("Error threshold between 0-1.0").nullable().optional()
|
|
79
|
+
}).describe("Model for circuit breaker configuration.");
|
|
80
|
+
const NgrokGetHttpsEdgeRoute_EndpointRequestHeadersSchema = z.object({
|
|
81
|
+
add: z.object({}).describe("Header key-value pairs to inject into requests").nullable().optional(),
|
|
82
|
+
remove: z.array(z.string()).describe("Header names to remove from requests").nullable().optional(),
|
|
83
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable").nullable().optional()
|
|
84
|
+
}).describe("Model for request header manipulation configuration.");
|
|
85
|
+
const NgrokGetHttpsEdgeRoute_EndpointResponseHeadersSchema = z.object({
|
|
86
|
+
add: z.object({}).describe("Header key-value pairs to inject into responses").nullable().optional(),
|
|
87
|
+
remove: z.array(z.string()).describe("Header names to remove from responses").nullable().optional(),
|
|
88
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable").nullable().optional()
|
|
89
|
+
}).describe("Model for response header manipulation configuration.");
|
|
90
|
+
const NgrokGetHttpsEdgeRoute_EndpointUserAgentFilterSchema = z.object({
|
|
91
|
+
deny: z.array(z.string()).describe("Blocked user agents").nullable().optional(),
|
|
92
|
+
allow: z.array(z.string()).describe("Permitted user agents").nullable().optional(),
|
|
93
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable").nullable().optional()
|
|
94
|
+
}).describe("Model for user agent filter configuration.");
|
|
95
|
+
const NgrokGetHttpsEdgeRoute_EndpointWebhookValidationSchema = z.object({
|
|
96
|
+
secret: z.string().describe("Provider validation secret").nullable().optional(),
|
|
97
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable").nullable().optional(),
|
|
98
|
+
provider: z.string().describe("Webhook provider identifier").nullable().optional()
|
|
99
|
+
}).describe("Model for webhook validation configuration.");
|
|
100
|
+
const NgrokGetHttpsEdgeRoute_EndpointWebsocketTCPConverterSchema = z.object({ enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable").nullable().optional() }).describe("Model for WebSocket-to-TCP converter configuration.");
|
|
101
|
+
const ngrokGetHttpsEdgeRoute = action("NGROK_GET_HTTPS_EDGE_ROUTE", {
|
|
102
|
+
slug: "ngrok-get-https-edge-route",
|
|
103
|
+
name: "Get HTTPS Edge Route",
|
|
104
|
+
description: "Retrieves detailed information about a specific HTTPS edge route by its ID. HTTPS edge routes define how ngrok routes traffic based on path matching rules and apply various modules like authentication, compression, and traffic policies.",
|
|
105
|
+
input: NgrokGetHttpsEdgeRouteInput,
|
|
106
|
+
output: z.object({
|
|
107
|
+
id: z.string().describe("Unique identifier of this edge route"),
|
|
108
|
+
uri: z.string().describe("URI of the edge API resource"),
|
|
109
|
+
oidc: NgrokGetHttpsEdgeRoute_EndpointOIDCSchema.nullable().optional(),
|
|
110
|
+
saml: NgrokGetHttpsEdgeRoute_EndpointSAMLSchema.nullable().optional(),
|
|
111
|
+
match: z.string().describe("Route selector: '/blog' or 'example.com' or 'example.com/blog'"),
|
|
112
|
+
oauth: NgrokGetHttpsEdgeRoute_EndpointOAuthSchema.nullable().optional(),
|
|
113
|
+
backend: NgrokGetHttpsEdgeRoute_EndpointBackendSchema.nullable().optional(),
|
|
114
|
+
edge_id: z.string().describe("Unique identifier of this edge"),
|
|
115
|
+
metadata: z.string().describe("Arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes").nullable().optional(),
|
|
116
|
+
created_at: z.string().describe("Timestamp when the edge configuration was created, RFC 3339 format"),
|
|
117
|
+
match_type: z.string().describe("Route matching strategy: 'exact_path' or 'path_prefix'"),
|
|
118
|
+
compression: NgrokGetHttpsEdgeRoute_EndpointCompressionSchema.nullable().optional(),
|
|
119
|
+
description: z.string().describe("Human-readable description of this route, max 255 bytes").nullable().optional(),
|
|
120
|
+
ip_restriction: NgrokGetHttpsEdgeRoute_EndpointIPPolicySchema.nullable().optional(),
|
|
121
|
+
traffic_policy: NgrokGetHttpsEdgeRoute_EndpointTrafficPolicySchema.nullable().optional(),
|
|
122
|
+
circuit_breaker: NgrokGetHttpsEdgeRoute_EndpointCircuitBreakerSchema.nullable().optional(),
|
|
123
|
+
request_headers: NgrokGetHttpsEdgeRoute_EndpointRequestHeadersSchema.nullable().optional(),
|
|
124
|
+
response_headers: NgrokGetHttpsEdgeRoute_EndpointResponseHeadersSchema.nullable().optional(),
|
|
125
|
+
user_agent_filter: NgrokGetHttpsEdgeRoute_EndpointUserAgentFilterSchema.nullable().optional(),
|
|
126
|
+
webhook_verification: NgrokGetHttpsEdgeRoute_EndpointWebhookValidationSchema.nullable().optional(),
|
|
127
|
+
websocket_tcp_converter: NgrokGetHttpsEdgeRoute_EndpointWebsocketTCPConverterSchema.nullable().optional()
|
|
128
|
+
}).describe("Response model for HTTPS edge route details.")
|
|
129
|
+
});
|
|
130
|
+
//#endregion
|
|
131
|
+
export { ngrokGetHttpsEdgeRoute };
|
|
132
|
+
|
|
133
|
+
//# sourceMappingURL=get-https-edge-route.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-https-edge-route.mjs","names":[],"sources":["../../src/actions/get-https-edge-route.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetHttpsEdgeRouteInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the edge route. Starts with 'edghtsrt_' prefix (e.g., 'edghtsrt_39gqUYG78vKPUegVGFOvD2AGxf9').\"),\n edge_id: z.string().describe(\"Unique identifier of the HTTPS edge. Starts with 'edghts_' prefix (e.g., 'edghts_39gqRMtiKTcKZQMyXKRm4RJfKTF').\"),\n}).describe(\"Request model for getting an HTTPS edge route by ID.\");\nconst NgrokGetHttpsEdgeRoute_EndpointOIDCSchema: z.ZodTypeAny = z.object({\n issuer: z.string().describe(\"OpenID provider base URL\").nullable().optional(),\n scopes: z.array(z.string()).describe(\"Permission scopes from identity provider\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\").nullable().optional(),\n client_id: z.string().describe(\"OIDC application client identifier\").nullable().optional(),\n client_secret: z.string().describe(\"OIDC application secret\").nullable().optional(),\n cookie_prefix: z.string().describe(\"Session cookie prefix; defaults to 'ngrok.'\").nullable().optional(),\n maximum_duration: z.number().int().describe(\"Maximum authenticated session duration in seconds\").nullable().optional(),\n inactivity_timeout: z.number().int().describe(\"Session timeout in seconds\").nullable().optional(),\n options_passthrough: z.boolean().describe(\"Bypass authentication on OPTIONS requests\").nullable().optional(),\n}).describe(\"Model for OIDC authentication configuration.\");\nconst NgrokGetHttpsEdgeRoute_EndpointSAMLSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\").nullable().optional(),\n entity_id: z.string().describe(\"SP Entity unique identifier URL\").nullable().optional(),\n force_authn: z.boolean().describe(\"Require IdP authentication prompts\").nullable().optional(),\n idp_metadata: z.string().describe(\"Full XML IdP EntityDescriptor\").nullable().optional(),\n metadata_url: z.string().describe(\"SP metadata public URL\").nullable().optional(),\n cookie_prefix: z.string().describe(\"Session cookie prefix; defaults to 'ngrok.'\").nullable().optional(),\n nameid_format: z.string().describe(\"Name identifier format specification\").nullable().optional(),\n maximum_duration: z.number().int().describe(\"Maximum authenticated session duration in seconds\").nullable().optional(),\n authorized_groups: z.array(z.string()).describe(\"Permitted user groups\").nullable().optional(),\n single_logout_url: z.string().describe(\"SP Single Logout Service URL\").nullable().optional(),\n inactivity_timeout: z.number().int().describe(\"Session timeout in seconds\").nullable().optional(),\n allow_idp_initiated: z.boolean().describe(\"Enable IdP-initiated login\").nullable().optional(),\n options_passthrough: z.boolean().describe(\"Bypass authentication on OPTIONS requests\").nullable().optional(),\n assertion_consumer_service_url: z.string().describe(\"SP Assertion Consumer Service URL\").nullable().optional(),\n request_signing_certificate_pem: z.string().describe(\"PEM-encoded x.509 certificate\").nullable().optional(),\n}).describe(\"Model for SAML authentication configuration.\");\nconst NgrokGetHttpsEdgeRoute_EndpointOAuthProviderSchema: z.ZodTypeAny = z.object({\n amazon: z.record(z.string(), z.unknown()).describe(\"Amazon OAuth configuration\").nullable().optional(),\n github: z.record(z.string(), z.unknown()).describe(\"GitHub OAuth configuration\").nullable().optional(),\n gitlab: z.record(z.string(), z.unknown()).describe(\"GitLab OAuth configuration\").nullable().optional(),\n google: z.record(z.string(), z.unknown()).describe(\"Google OAuth configuration\").nullable().optional(),\n twitch: z.record(z.string(), z.unknown()).describe(\"Twitch OAuth configuration\").nullable().optional(),\n facebook: z.record(z.string(), z.unknown()).describe(\"Facebook OAuth configuration\").nullable().optional(),\n linkedin: z.record(z.string(), z.unknown()).describe(\"LinkedIn OAuth configuration\").nullable().optional(),\n microsoft: z.record(z.string(), z.unknown()).describe(\"Microsoft OAuth configuration\").nullable().optional(),\n}).describe(\"Model for OAuth provider configuration.\");\nconst NgrokGetHttpsEdgeRoute_EndpointOAuthSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\").nullable().optional(),\n provider: NgrokGetHttpsEdgeRoute_EndpointOAuthProviderSchema.nullable().optional(),\n cookie_prefix: z.string().describe(\"Session cookie prefix; defaults to 'ngrok.'\").nullable().optional(),\n maximum_duration: z.number().int().describe(\"Maximum authenticated session duration in seconds\").nullable().optional(),\n inactivity_timeout: z.number().int().describe(\"Session timeout in seconds\").nullable().optional(),\n auth_check_interval: z.number().int().describe(\"Identity provider refresh interval in seconds\").nullable().optional(),\n options_passthrough: z.boolean().describe(\"Bypass authentication on OPTIONS requests\").nullable().optional(),\n}).describe(\"Model for OAuth configuration.\");\nconst NgrokGetHttpsEdgeRoute_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 NgrokGetHttpsEdgeRoute_EndpointBackendSchema: z.ZodTypeAny = z.object({\n backend: NgrokGetHttpsEdgeRoute_RefSchema.nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\").nullable().optional(),\n}).describe(\"Model for backend configuration.\");\nconst NgrokGetHttpsEdgeRoute_EndpointCompressionSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\").nullable().optional(),\n}).describe(\"Model for compression configuration.\");\nconst NgrokGetHttpsEdgeRoute_EndpointIPPolicySchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\").nullable().optional(),\n ip_policies: z.array(NgrokGetHttpsEdgeRoute_RefSchema).describe(\"List of IP policies for source validation\").nullable().optional(),\n}).describe(\"Model for IP policy configuration.\");\nconst NgrokGetHttpsEdgeRoute_EndpointTrafficPolicySchema: z.ZodTypeAny = z.object({\n value: z.string().describe(\"Traffic policy definition\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\").nullable().optional(),\n}).describe(\"Model for traffic policy configuration.\");\nconst NgrokGetHttpsEdgeRoute_EndpointCircuitBreakerSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\").nullable().optional(),\n num_buckets: z.number().int().describe(\"Metric bucket count; maximum 128\").nullable().optional(),\n rolling_window: z.number().int().describe(\"Seconds for metric retention window\").nullable().optional(),\n tripped_duration: z.number().int().describe(\"Seconds before re-evaluating upstream health\").nullable().optional(),\n volume_threshold: z.number().int().describe(\"Request count to trigger circuit\").nullable().optional(),\n error_threshold_percentage: z.number().describe(\"Error threshold between 0-1.0\").nullable().optional(),\n}).describe(\"Model for circuit breaker configuration.\");\nconst NgrokGetHttpsEdgeRoute_EndpointRequestHeadersSchema: z.ZodTypeAny = z.object({\n add: z.object({}).describe(\"Header key-value pairs to inject into requests\").nullable().optional(),\n remove: z.array(z.string()).describe(\"Header names to remove from requests\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\").nullable().optional(),\n}).describe(\"Model for request header manipulation configuration.\");\nconst NgrokGetHttpsEdgeRoute_EndpointResponseHeadersSchema: z.ZodTypeAny = z.object({\n add: z.object({}).describe(\"Header key-value pairs to inject into responses\").nullable().optional(),\n remove: z.array(z.string()).describe(\"Header names to remove from responses\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\").nullable().optional(),\n}).describe(\"Model for response header manipulation configuration.\");\nconst NgrokGetHttpsEdgeRoute_EndpointUserAgentFilterSchema: z.ZodTypeAny = z.object({\n deny: z.array(z.string()).describe(\"Blocked user agents\").nullable().optional(),\n allow: z.array(z.string()).describe(\"Permitted user agents\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\").nullable().optional(),\n}).describe(\"Model for user agent filter configuration.\");\nconst NgrokGetHttpsEdgeRoute_EndpointWebhookValidationSchema: z.ZodTypeAny = z.object({\n secret: z.string().describe(\"Provider validation secret\").nullable().optional(),\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\").nullable().optional(),\n provider: z.string().describe(\"Webhook provider identifier\").nullable().optional(),\n}).describe(\"Model for webhook validation configuration.\");\nconst NgrokGetHttpsEdgeRoute_EndpointWebsocketTCPConverterSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\").nullable().optional(),\n}).describe(\"Model for WebSocket-to-TCP converter configuration.\");\nexport const NgrokGetHttpsEdgeRouteOutput: 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: NgrokGetHttpsEdgeRoute_EndpointOIDCSchema.nullable().optional(),\n saml: NgrokGetHttpsEdgeRoute_EndpointSAMLSchema.nullable().optional(),\n match: z.string().describe(\"Route selector: '/blog' or 'example.com' or 'example.com/blog'\"),\n oauth: NgrokGetHttpsEdgeRoute_EndpointOAuthSchema.nullable().optional(),\n backend: NgrokGetHttpsEdgeRoute_EndpointBackendSchema.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. Optional, max 4096 bytes\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the edge configuration was created, RFC 3339 format\"),\n match_type: z.string().describe(\"Route matching strategy: 'exact_path' or 'path_prefix'\"),\n compression: NgrokGetHttpsEdgeRoute_EndpointCompressionSchema.nullable().optional(),\n description: z.string().describe(\"Human-readable description of this route, max 255 bytes\").nullable().optional(),\n ip_restriction: NgrokGetHttpsEdgeRoute_EndpointIPPolicySchema.nullable().optional(),\n traffic_policy: NgrokGetHttpsEdgeRoute_EndpointTrafficPolicySchema.nullable().optional(),\n circuit_breaker: NgrokGetHttpsEdgeRoute_EndpointCircuitBreakerSchema.nullable().optional(),\n request_headers: NgrokGetHttpsEdgeRoute_EndpointRequestHeadersSchema.nullable().optional(),\n response_headers: NgrokGetHttpsEdgeRoute_EndpointResponseHeadersSchema.nullable().optional(),\n user_agent_filter: NgrokGetHttpsEdgeRoute_EndpointUserAgentFilterSchema.nullable().optional(),\n webhook_verification: NgrokGetHttpsEdgeRoute_EndpointWebhookValidationSchema.nullable().optional(),\n websocket_tcp_converter: NgrokGetHttpsEdgeRoute_EndpointWebsocketTCPConverterSchema.nullable().optional(),\n}).describe(\"Response model for HTTPS edge route details.\");\n\nexport const ngrokGetHttpsEdgeRoute = action(\"NGROK_GET_HTTPS_EDGE_ROUTE\", {\n slug: \"ngrok-get-https-edge-route\",\n name: \"Get HTTPS Edge Route\",\n description: \"Retrieves detailed information about a specific HTTPS edge route by its ID. HTTPS edge routes define how ngrok routes traffic based on path matching rules and apply various modules like authentication, compression, and traffic policies.\",\n input: NgrokGetHttpsEdgeRouteInput,\n output: NgrokGetHttpsEdgeRouteOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-https-edge.ts
|
|
4
|
+
const NgrokGetHttpsEdgeInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the HTTPS edge to retrieve") }).describe("Request model for getting an HTTPS edge by ID");
|
|
5
|
+
const NgrokGetHttpsEdge_RefSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("A resource identifier"),
|
|
7
|
+
uri: zod.z.string().describe("A URI for locating a resource")
|
|
8
|
+
}).describe("Model for reference objects returned in edge configurations");
|
|
9
|
+
const NgrokGetHttpsEdge_EndpointMutualTLSSchema = zod.z.object({
|
|
10
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable"),
|
|
11
|
+
certificate_authorities: zod.z.array(NgrokGetHttpsEdge_RefSchema).describe("PEM-encoded CA certificates that will be used to validate").nullable().optional()
|
|
12
|
+
}).describe("Model for mutual TLS configuration");
|
|
13
|
+
const NgrokGetHttpsEdge_EndpointTLSTerminationSchema = zod.z.object({
|
|
14
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable"),
|
|
15
|
+
min_version: zod.z.string().describe("The minimum TLS version used for termination").nullable().optional(),
|
|
16
|
+
terminate_at: zod.z.string().describe("edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through").nullable().optional()
|
|
17
|
+
}).describe("Model for TLS termination configuration");
|
|
18
|
+
const NgrokGetHttpsEdgeOutput = zod.z.object({
|
|
19
|
+
id: zod.z.string().describe("Unique identifier of this edge"),
|
|
20
|
+
uri: zod.z.string().describe("URI of the edge API resource"),
|
|
21
|
+
routes: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).default([]).describe("Routes associated with this edge").nullable().optional(),
|
|
22
|
+
metadata: zod.z.string().describe("Arbitrary user-defined machine-readable data of this edge").nullable().optional(),
|
|
23
|
+
hostports: zod.z.array(zod.z.string()).describe("Hostports served by this edge").nullable().optional(),
|
|
24
|
+
created_at: zod.z.string().describe("Timestamp when the edge configuration was created, RFC 3339 format"),
|
|
25
|
+
mutual_tls: NgrokGetHttpsEdge_EndpointMutualTLSSchema.nullable().optional(),
|
|
26
|
+
description: zod.z.string().describe("Human-readable description of what this edge will be used for").nullable().optional(),
|
|
27
|
+
tls_termination: NgrokGetHttpsEdge_EndpointTLSTerminationSchema.nullable().optional()
|
|
28
|
+
}).describe("Response model for getting an HTTPS edge by ID");
|
|
29
|
+
const ngrokGetHttpsEdge = require_action.action("NGROK_GET_HTTPS_EDGE", {
|
|
30
|
+
slug: "ngrok-get-https-edge",
|
|
31
|
+
name: "Get HTTPS Edge",
|
|
32
|
+
description: "Get the details of an HTTPS edge by ID. Use this to retrieve information about a specific HTTPS edge configuration including its hostports, TLS settings, and routes.",
|
|
33
|
+
input: NgrokGetHttpsEdgeInput,
|
|
34
|
+
output: NgrokGetHttpsEdgeOutput
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
exports.ngrokGetHttpsEdge = ngrokGetHttpsEdge;
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=get-https-edge.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-https-edge.cjs","names":["z","action"],"sources":["../../src/actions/get-https-edge.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetHttpsEdgeInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the HTTPS edge to retrieve\"),\n}).describe(\"Request model for getting an HTTPS edge by ID\");\nconst NgrokGetHttpsEdge_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 NgrokGetHttpsEdge_EndpointMutualTLSSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\"),\n certificate_authorities: z.array(NgrokGetHttpsEdge_RefSchema).describe(\"PEM-encoded CA certificates that will be used to validate\").nullable().optional(),\n}).describe(\"Model for mutual TLS configuration\");\nconst NgrokGetHttpsEdge_EndpointTLSTerminationSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\"),\n min_version: z.string().describe(\"The minimum TLS version used for termination\").nullable().optional(),\n terminate_at: z.string().describe(\"edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through\").nullable().optional(),\n}).describe(\"Model for TLS termination configuration\");\nexport const NgrokGetHttpsEdgeOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of this edge\"),\n uri: z.string().describe(\"URI of the edge API resource\"),\n routes: z.array(z.record(z.string(), z.unknown())).default([]).describe(\"Routes associated with this edge\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this edge\").nullable().optional(),\n hostports: z.array(z.string()).describe(\"Hostports served by this edge\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the edge configuration was created, RFC 3339 format\"),\n mutual_tls: NgrokGetHttpsEdge_EndpointMutualTLSSchema.nullable().optional(),\n description: z.string().describe(\"Human-readable description of what this edge will be used for\").nullable().optional(),\n tls_termination: NgrokGetHttpsEdge_EndpointTLSTerminationSchema.nullable().optional(),\n}).describe(\"Response model for getting an HTTPS edge by ID\");\n\nexport const ngrokGetHttpsEdge = action(\"NGROK_GET_HTTPS_EDGE\", {\n slug: \"ngrok-get-https-edge\",\n name: \"Get HTTPS Edge\",\n description: \"Get the details of an HTTPS edge by ID. Use this to retrieve information about a specific HTTPS edge configuration including its hostports, TLS settings, and routes.\",\n input: NgrokGetHttpsEdgeInput,\n output: NgrokGetHttpsEdgeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,EAC/E,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,8BAA4CA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC/C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AAC1D,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE;CAC/F,yBAAyBA,IAAAA,EAAE,MAAM,2BAA2B,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1J,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjK,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACvD,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACpG,YAAY,0CAA0C,SAAS,CAAC,CAAC,SAAS;CAC1E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,iBAAiB,+CAA+C,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,oBAAoBC,eAAAA,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-https-edge.d.ts
|
|
4
|
+
declare const NgrokGetHttpsEdgeInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetHttpsEdgeOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetHttpsEdge: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetHttpsEdge };
|
|
9
|
+
//# sourceMappingURL=get-https-edge.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-https-edge.d.cts","names":[],"sources":["../../src/actions/get-https-edge.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAEqB;AAAA,cAc/C,uBAAA,EAAyB,CAAA,CAAE,UAUqB;AAAA,cAEhD,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-https-edge.d.ts
|
|
4
|
+
declare const NgrokGetHttpsEdgeInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetHttpsEdgeOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetHttpsEdge: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetHttpsEdge };
|
|
9
|
+
//# sourceMappingURL=get-https-edge.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-https-edge.d.mts","names":[],"sources":["../../src/actions/get-https-edge.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAEqB;AAAA,cAc/C,uBAAA,EAAyB,CAAA,CAAE,UAUqB;AAAA,cAEhD,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-https-edge.ts
|
|
4
|
+
const NgrokGetHttpsEdgeInput = z.object({ id: z.string().describe("The unique identifier of the HTTPS edge to retrieve") }).describe("Request model for getting an HTTPS edge by ID");
|
|
5
|
+
const NgrokGetHttpsEdge_RefSchema = z.object({
|
|
6
|
+
id: z.string().describe("A resource identifier"),
|
|
7
|
+
uri: z.string().describe("A URI for locating a resource")
|
|
8
|
+
}).describe("Model for reference objects returned in edge configurations");
|
|
9
|
+
const NgrokGetHttpsEdge_EndpointMutualTLSSchema = z.object({
|
|
10
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable"),
|
|
11
|
+
certificate_authorities: z.array(NgrokGetHttpsEdge_RefSchema).describe("PEM-encoded CA certificates that will be used to validate").nullable().optional()
|
|
12
|
+
}).describe("Model for mutual TLS configuration");
|
|
13
|
+
const NgrokGetHttpsEdge_EndpointTLSTerminationSchema = z.object({
|
|
14
|
+
enabled: z.boolean().describe("true if the module will be applied to traffic, false to disable"),
|
|
15
|
+
min_version: z.string().describe("The minimum TLS version used for termination").nullable().optional(),
|
|
16
|
+
terminate_at: z.string().describe("edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through").nullable().optional()
|
|
17
|
+
}).describe("Model for TLS termination configuration");
|
|
18
|
+
const ngrokGetHttpsEdge = action("NGROK_GET_HTTPS_EDGE", {
|
|
19
|
+
slug: "ngrok-get-https-edge",
|
|
20
|
+
name: "Get HTTPS Edge",
|
|
21
|
+
description: "Get the details of an HTTPS edge by ID. Use this to retrieve information about a specific HTTPS edge configuration including its hostports, TLS settings, and routes.",
|
|
22
|
+
input: NgrokGetHttpsEdgeInput,
|
|
23
|
+
output: z.object({
|
|
24
|
+
id: z.string().describe("Unique identifier of this edge"),
|
|
25
|
+
uri: z.string().describe("URI of the edge API resource"),
|
|
26
|
+
routes: z.array(z.record(z.string(), z.unknown())).default([]).describe("Routes associated with this edge").nullable().optional(),
|
|
27
|
+
metadata: z.string().describe("Arbitrary user-defined machine-readable data of this edge").nullable().optional(),
|
|
28
|
+
hostports: z.array(z.string()).describe("Hostports served by this edge").nullable().optional(),
|
|
29
|
+
created_at: z.string().describe("Timestamp when the edge configuration was created, RFC 3339 format"),
|
|
30
|
+
mutual_tls: NgrokGetHttpsEdge_EndpointMutualTLSSchema.nullable().optional(),
|
|
31
|
+
description: z.string().describe("Human-readable description of what this edge will be used for").nullable().optional(),
|
|
32
|
+
tls_termination: NgrokGetHttpsEdge_EndpointTLSTerminationSchema.nullable().optional()
|
|
33
|
+
}).describe("Response model for getting an HTTPS edge by ID")
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
export { ngrokGetHttpsEdge };
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=get-https-edge.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-https-edge.mjs","names":[],"sources":["../../src/actions/get-https-edge.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetHttpsEdgeInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the HTTPS edge to retrieve\"),\n}).describe(\"Request model for getting an HTTPS edge by ID\");\nconst NgrokGetHttpsEdge_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 NgrokGetHttpsEdge_EndpointMutualTLSSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\"),\n certificate_authorities: z.array(NgrokGetHttpsEdge_RefSchema).describe(\"PEM-encoded CA certificates that will be used to validate\").nullable().optional(),\n}).describe(\"Model for mutual TLS configuration\");\nconst NgrokGetHttpsEdge_EndpointTLSTerminationSchema: z.ZodTypeAny = z.object({\n enabled: z.boolean().describe(\"true if the module will be applied to traffic, false to disable\"),\n min_version: z.string().describe(\"The minimum TLS version used for termination\").nullable().optional(),\n terminate_at: z.string().describe(\"edge if the ngrok edge should terminate TLS traffic, upstream if TLS traffic should be passed through\").nullable().optional(),\n}).describe(\"Model for TLS termination configuration\");\nexport const NgrokGetHttpsEdgeOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of this edge\"),\n uri: z.string().describe(\"URI of the edge API resource\"),\n routes: z.array(z.record(z.string(), z.unknown())).default([]).describe(\"Routes associated with this edge\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this edge\").nullable().optional(),\n hostports: z.array(z.string()).describe(\"Hostports served by this edge\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the edge configuration was created, RFC 3339 format\"),\n mutual_tls: NgrokGetHttpsEdge_EndpointMutualTLSSchema.nullable().optional(),\n description: z.string().describe(\"Human-readable description of what this edge will be used for\").nullable().optional(),\n tls_termination: NgrokGetHttpsEdge_EndpointTLSTerminationSchema.nullable().optional(),\n}).describe(\"Response model for getting an HTTPS edge by ID\");\n\nexport const ngrokGetHttpsEdge = action(\"NGROK_GET_HTTPS_EDGE\", {\n slug: \"ngrok-get-https-edge\",\n name: \"Get HTTPS Edge\",\n description: \"Get the details of an HTTPS edge by ID. Use this to retrieve information about a specific HTTPS edge configuration including its hostports, TLS settings, and routes.\",\n input: NgrokGetHttpsEdgeInput,\n output: NgrokGetHttpsEdgeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuC,EAAE,OAAO,EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,EAC/E,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,8BAA4C,EAAE,OAAO;CACzD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC/C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AAC1D,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,4CAA0D,EAAE,OAAO;CACvE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE;CAC/F,yBAAyB,EAAE,MAAM,2BAA2B,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1J,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,iDAA+D,EAAE,OAAO;CAC5E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE;CAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjK,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAarD,MAAa,oBAAoB,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAjBmD,EAAE,OAAO;EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EACxD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EACvD,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;EACpG,YAAY,0CAA0C,SAAS,CAAC,CAAC,SAAS;EAC1E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtH,iBAAiB,+CAA+C,SAAS,CAAC,CAAC,SAAS;CACtF,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-ip-restrictions.ts
|
|
4
|
+
const NgrokGetIpRestrictionsInput = zod.z.object({ restriction_id: zod.z.string().describe("The unique identifier of the IP restriction to retrieve. Starts with 'ipx_' prefix (e.g., 'ipx_2wgPZUOnnoKGNHNtGNF3KGjMfCz'). Use List IP Restrictions to find valid IDs.") }).describe("Request model for getting IP restriction details.");
|
|
5
|
+
const NgrokGetIpRestrictions_IpPolicyRefSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("The unique identifier of the IP policy (starts with 'ipp_' prefix)"),
|
|
7
|
+
uri: zod.z.string().describe("The API URI to access the full IP policy resource")
|
|
8
|
+
}).describe("Reference model for IP policy related resources.");
|
|
9
|
+
const NgrokGetIpRestrictionsOutput = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Unique identifier for this IP restriction"),
|
|
11
|
+
uri: zod.z.string().describe("URI of the IP restriction API resource"),
|
|
12
|
+
type: zod.z.string().describe("The type of IP restriction. Valid types: 'dashboard', 'api', 'agent', or 'endpoints'. Defines what traffic will be restricted with the attached policies."),
|
|
13
|
+
enforced: zod.z.boolean().default(false).describe("True if the IP restriction will be enforced. if false, only warnings will be issued").nullable().optional(),
|
|
14
|
+
metadata: zod.z.string().describe("Arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.").nullable().optional(),
|
|
15
|
+
created_at: zod.z.string().describe("Timestamp when the IP restriction was created, RFC 3339 format"),
|
|
16
|
+
description: zod.z.string().describe("Human-readable description of this IP restriction. optional, max 255 bytes.").nullable().optional(),
|
|
17
|
+
ip_policies: zod.z.array(NgrokGetIpRestrictions_IpPolicyRefSchema).describe("The set of IP policies that are used to enforce the restriction").nullable().optional()
|
|
18
|
+
}).describe("Response model for IP restriction details.");
|
|
19
|
+
const ngrokGetIpRestrictions = require_action.action("NGROK_GET_IP_RESTRICTIONS", {
|
|
20
|
+
slug: "ngrok-get-ip-restrictions",
|
|
21
|
+
name: "Get IP Restriction Details",
|
|
22
|
+
description: "Retrieves detailed information about a specific IP restriction by its ID. IP restrictions control which IP addresses can access various ngrok resources (dashboard, API, agents, or endpoints). This action fetches complete details including enforcement status, associated IP policies, and metadata. Use this action for auditing, verification, or before modifying IP restrictions. Note: Requires Account Governance add-on on a Pay-as-you-go plan to have IP restrictions.",
|
|
23
|
+
input: NgrokGetIpRestrictionsInput,
|
|
24
|
+
output: NgrokGetIpRestrictionsOutput
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
exports.ngrokGetIpRestrictions = ngrokGetIpRestrictions;
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=get-ip-restrictions.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ip-restrictions.cjs","names":["z","action"],"sources":["../../src/actions/get-ip-restrictions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetIpRestrictionsInput: z.ZodTypeAny = z.object({\n restriction_id: z.string().describe(\"The unique identifier of the IP restriction to retrieve. Starts with 'ipx_' prefix (e.g., 'ipx_2wgPZUOnnoKGNHNtGNF3KGjMfCz'). Use List IP Restrictions to find valid IDs.\"),\n}).describe(\"Request model for getting IP restriction details.\");\nconst NgrokGetIpRestrictions_IpPolicyRefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the IP policy (starts with 'ipp_' prefix)\"),\n uri: z.string().describe(\"The API URI to access the full IP policy resource\"),\n}).describe(\"Reference model for IP policy related resources.\");\nexport const NgrokGetIpRestrictionsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this IP restriction\"),\n uri: z.string().describe(\"URI of the IP restriction API resource\"),\n type: z.string().describe(\"The type of IP restriction. Valid types: 'dashboard', 'api', 'agent', or 'endpoints'. Defines what traffic will be restricted with the attached policies.\"),\n enforced: z.boolean().default(false).describe(\"True if the IP restriction will be enforced. if false, only warnings will be issued\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the IP restriction was created, RFC 3339 format\"),\n description: z.string().describe(\"Human-readable description of this IP restriction. optional, max 255 bytes.\").nullable().optional(),\n ip_policies: z.array(NgrokGetIpRestrictions_IpPolicyRefSchema).describe(\"The set of IP policies that are used to enforce the restriction\").nullable().optional(),\n}).describe(\"Response model for IP restriction details.\");\n\nexport const ngrokGetIpRestrictions = action(\"NGROK_GET_IP_RESTRICTIONS\", {\n slug: \"ngrok-get-ip-restrictions\",\n name: \"Get IP Restriction Details\",\n description: \"Retrieves detailed information about a specific IP restriction by its ID. IP restrictions control which IP addresses can access various ngrok resources (dashboard, API, agents, or endpoints). This action fetches complete details including enforcement status, associated IP policies, and metadata. Use this action for auditing, verification, or before modifying IP restrictions. Note: Requires Account Governance add-on on a Pay-as-you-go plan to have IP restrictions.\",\n input: NgrokGetIpRestrictionsInput,\n output: NgrokGetIpRestrictionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2KAA2K,EACjN,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAC5F,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AAC9E,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2JAA2J;CACrL,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzJ,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,aAAaA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjK,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-ip-restrictions.d.ts
|
|
4
|
+
declare const NgrokGetIpRestrictionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetIpRestrictionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetIpRestrictions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetIpRestrictions };
|
|
9
|
+
//# sourceMappingURL=get-ip-restrictions.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ip-restrictions.d.cts","names":[],"sources":["../../src/actions/get-ip-restrictions.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEoB;AAAA,cAKnD,4BAAA,EAA8B,CAAA,CAAE,UASY;AAAA,cAE5C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-ip-restrictions.d.ts
|
|
4
|
+
declare const NgrokGetIpRestrictionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetIpRestrictionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetIpRestrictions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetIpRestrictions };
|
|
9
|
+
//# sourceMappingURL=get-ip-restrictions.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ip-restrictions.d.mts","names":[],"sources":["../../src/actions/get-ip-restrictions.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEoB;AAAA,cAKnD,4BAAA,EAA8B,CAAA,CAAE,UASY;AAAA,cAE5C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-ip-restrictions.ts
|
|
4
|
+
const NgrokGetIpRestrictionsInput = z.object({ restriction_id: z.string().describe("The unique identifier of the IP restriction to retrieve. Starts with 'ipx_' prefix (e.g., 'ipx_2wgPZUOnnoKGNHNtGNF3KGjMfCz'). Use List IP Restrictions to find valid IDs.") }).describe("Request model for getting IP restriction details.");
|
|
5
|
+
const NgrokGetIpRestrictions_IpPolicyRefSchema = z.object({
|
|
6
|
+
id: z.string().describe("The unique identifier of the IP policy (starts with 'ipp_' prefix)"),
|
|
7
|
+
uri: z.string().describe("The API URI to access the full IP policy resource")
|
|
8
|
+
}).describe("Reference model for IP policy related resources.");
|
|
9
|
+
const ngrokGetIpRestrictions = action("NGROK_GET_IP_RESTRICTIONS", {
|
|
10
|
+
slug: "ngrok-get-ip-restrictions",
|
|
11
|
+
name: "Get IP Restriction Details",
|
|
12
|
+
description: "Retrieves detailed information about a specific IP restriction by its ID. IP restrictions control which IP addresses can access various ngrok resources (dashboard, API, agents, or endpoints). This action fetches complete details including enforcement status, associated IP policies, and metadata. Use this action for auditing, verification, or before modifying IP restrictions. Note: Requires Account Governance add-on on a Pay-as-you-go plan to have IP restrictions.",
|
|
13
|
+
input: NgrokGetIpRestrictionsInput,
|
|
14
|
+
output: z.object({
|
|
15
|
+
id: z.string().describe("Unique identifier for this IP restriction"),
|
|
16
|
+
uri: z.string().describe("URI of the IP restriction API resource"),
|
|
17
|
+
type: z.string().describe("The type of IP restriction. Valid types: 'dashboard', 'api', 'agent', or 'endpoints'. Defines what traffic will be restricted with the attached policies."),
|
|
18
|
+
enforced: z.boolean().default(false).describe("True if the IP restriction will be enforced. if false, only warnings will be issued").nullable().optional(),
|
|
19
|
+
metadata: z.string().describe("Arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.").nullable().optional(),
|
|
20
|
+
created_at: z.string().describe("Timestamp when the IP restriction was created, RFC 3339 format"),
|
|
21
|
+
description: z.string().describe("Human-readable description of this IP restriction. optional, max 255 bytes.").nullable().optional(),
|
|
22
|
+
ip_policies: z.array(NgrokGetIpRestrictions_IpPolicyRefSchema).describe("The set of IP policies that are used to enforce the restriction").nullable().optional()
|
|
23
|
+
}).describe("Response model for IP restriction details.")
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { ngrokGetIpRestrictions };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=get-ip-restrictions.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ip-restrictions.mjs","names":[],"sources":["../../src/actions/get-ip-restrictions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetIpRestrictionsInput: z.ZodTypeAny = z.object({\n restriction_id: z.string().describe(\"The unique identifier of the IP restriction to retrieve. Starts with 'ipx_' prefix (e.g., 'ipx_2wgPZUOnnoKGNHNtGNF3KGjMfCz'). Use List IP Restrictions to find valid IDs.\"),\n}).describe(\"Request model for getting IP restriction details.\");\nconst NgrokGetIpRestrictions_IpPolicyRefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the IP policy (starts with 'ipp_' prefix)\"),\n uri: z.string().describe(\"The API URI to access the full IP policy resource\"),\n}).describe(\"Reference model for IP policy related resources.\");\nexport const NgrokGetIpRestrictionsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this IP restriction\"),\n uri: z.string().describe(\"URI of the IP restriction API resource\"),\n type: z.string().describe(\"The type of IP restriction. Valid types: 'dashboard', 'api', 'agent', or 'endpoints'. Defines what traffic will be restricted with the attached policies.\"),\n enforced: z.boolean().default(false).describe(\"True if the IP restriction will be enforced. if false, only warnings will be issued\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this IP restriction. optional, max 4096 bytes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the IP restriction was created, RFC 3339 format\"),\n description: z.string().describe(\"Human-readable description of this IP restriction. optional, max 255 bytes.\").nullable().optional(),\n ip_policies: z.array(NgrokGetIpRestrictions_IpPolicyRefSchema).describe(\"The set of IP policies that are used to enforce the restriction\").nullable().optional(),\n}).describe(\"Response model for IP restriction details.\");\n\nexport const ngrokGetIpRestrictions = action(\"NGROK_GET_IP_RESTRICTIONS\", {\n slug: \"ngrok-get-ip-restrictions\",\n name: \"Get IP Restriction Details\",\n description: \"Retrieves detailed information about a specific IP restriction by its ID. IP restrictions control which IP addresses can access various ngrok resources (dashboard, API, agents, or endpoints). This action fetches complete details including enforcement status, associated IP policies, and metadata. Use this action for auditing, verification, or before modifying IP restrictions. Note: Requires Account Governance add-on on a Pay-as-you-go plan to have IP restrictions.\",\n input: NgrokGetIpRestrictionsInput,\n output: NgrokGetIpRestrictionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,EAChE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,2KAA2K,EACjN,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,2CAAyD,EAAE,OAAO;CACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAC5F,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AAC9E,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAY9D,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAhBwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EACnE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2JAA2J;EACrL,UAAU,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzJ,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;EAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpI,aAAa,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjK,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-reserved-domain.ts
|
|
4
|
+
const NgrokGetReservedDomainInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the reserved domain to retrieve") }).describe("Request model for getting a reserved domain by ID");
|
|
5
|
+
const NgrokGetReservedDomain_RefSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("A resource identifier"),
|
|
7
|
+
uri: zod.z.string().describe("A URI for locating a resource")
|
|
8
|
+
}).describe("Model for reference objects in reserved domain responses");
|
|
9
|
+
const NgrokGetReservedDomain_ReservedDomainResolvesToEntrySchema = zod.z.object({ value: zod.z.string().describe("A POP (Point of Presence) code or 'global' for global resolution") }).describe("Model for DNS resolution entries");
|
|
10
|
+
const NgrokGetReservedDomain_ReservedDomainCertPolicySchema = zod.z.object({
|
|
11
|
+
authority: zod.z.string().describe("The certificate authority to request certificates from. The only supported value is 'letsencrypt'."),
|
|
12
|
+
private_key_type: zod.z.string().describe("The type of private key to use when requesting certificates. The only supported values are 'rsa' and 'ecdsa'.")
|
|
13
|
+
}).describe("Model for reserved domain certificate management policy");
|
|
14
|
+
const NgrokGetReservedDomain_ReservedDomainCertJobSchema = zod.z.object({
|
|
15
|
+
msg: zod.z.string().describe("Error or status message").nullable().optional(),
|
|
16
|
+
error_code: zod.z.string().describe("Error code if the job failed").nullable().optional(),
|
|
17
|
+
retries_at: zod.z.string().describe("Timestamp when the job will be retried if it failed, RFC 3339 format").nullable().optional(),
|
|
18
|
+
started_at: zod.z.string().describe("Timestamp when the job started, RFC 3339 format").nullable().optional()
|
|
19
|
+
}).describe("Model for certificate provisioning job status");
|
|
20
|
+
const NgrokGetReservedDomain_ReservedDomainCertStatusSchema = zod.z.object({
|
|
21
|
+
renews_at: zod.z.string().describe("Timestamp when the certificate will be renewed, RFC 3339 format").nullable().optional(),
|
|
22
|
+
provisioning_job: NgrokGetReservedDomain_ReservedDomainCertJobSchema.nullable().optional()
|
|
23
|
+
}).describe("Model for certificate management status");
|
|
24
|
+
const NgrokGetReservedDomainOutput = zod.z.object({
|
|
25
|
+
id: zod.z.string().describe("Unique reserved domain resource identifier"),
|
|
26
|
+
uri: zod.z.string().describe("URI of the reserved domain API resource"),
|
|
27
|
+
domain: zod.z.string().describe("Hostname of the reserved domain"),
|
|
28
|
+
region: zod.z.string().describe("Deprecated field that applied only to endpoints. Geographic region code.").nullable().optional(),
|
|
29
|
+
metadata: zod.z.string().describe("Arbitrary user-defined machine-readable data of this reserved domain, max 4096 bytes").nullable().optional(),
|
|
30
|
+
created_at: zod.z.string().describe("Timestamp when the reserved domain was created, RFC 3339 format"),
|
|
31
|
+
certificate: NgrokGetReservedDomain_RefSchema.nullable().optional(),
|
|
32
|
+
description: zod.z.string().describe("Human-readable description of the reserved domain usage").nullable().optional(),
|
|
33
|
+
resolves_to: zod.z.array(NgrokGetReservedDomain_ReservedDomainResolvesToEntrySchema).describe("DNS resolver targets configured for the reserved domain").nullable().optional(),
|
|
34
|
+
cname_target: zod.z.string().describe("DNS CNAME target for a custom hostname, or null if the reserved domain is a subdomain of an ngrok owned domain").nullable().optional(),
|
|
35
|
+
acme_challenge_cname_target: zod.z.string().describe("DNS CNAME target for the ACME challenge, required for wildcard non-ngrok domains").nullable().optional(),
|
|
36
|
+
certificate_management_policy: NgrokGetReservedDomain_ReservedDomainCertPolicySchema.nullable().optional(),
|
|
37
|
+
certificate_management_status: NgrokGetReservedDomain_ReservedDomainCertStatusSchema.nullable().optional()
|
|
38
|
+
}).describe("Response model for get reserved domain action");
|
|
39
|
+
const ngrokGetReservedDomain = require_action.action("NGROK_GET_RESERVED_DOMAIN", {
|
|
40
|
+
slug: "ngrok-get-reserved-domain",
|
|
41
|
+
name: "Get Reserved Domain",
|
|
42
|
+
description: "Get the details of a reserved domain by ID. Use this to retrieve information about a specific reserved domain including its hostname, certificate configuration, and DNS settings.",
|
|
43
|
+
input: NgrokGetReservedDomainInput,
|
|
44
|
+
output: NgrokGetReservedDomainOutput
|
|
45
|
+
});
|
|
46
|
+
//#endregion
|
|
47
|
+
exports.ngrokGetReservedDomain = ngrokGetReservedDomain;
|
|
48
|
+
|
|
49
|
+
//# sourceMappingURL=get-reserved-domain.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-reserved-domain.cjs","names":["z","action"],"sources":["../../src/actions/get-reserved-domain.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetReservedDomainInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the reserved domain to retrieve\"),\n}).describe(\"Request model for getting a reserved domain by ID\");\nconst NgrokGetReservedDomain_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 in reserved domain responses\");\nconst NgrokGetReservedDomain_ReservedDomainResolvesToEntrySchema: z.ZodTypeAny = z.object({\n value: z.string().describe(\"A POP (Point of Presence) code or 'global' for global resolution\"),\n}).describe(\"Model for DNS resolution entries\");\nconst NgrokGetReservedDomain_ReservedDomainCertPolicySchema: z.ZodTypeAny = z.object({\n authority: z.string().describe(\"The certificate authority to request certificates from. The only supported value is 'letsencrypt'.\"),\n private_key_type: z.string().describe(\"The type of private key to use when requesting certificates. The only supported values are 'rsa' and 'ecdsa'.\"),\n}).describe(\"Model for reserved domain certificate management policy\");\nconst NgrokGetReservedDomain_ReservedDomainCertJobSchema: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Error or status message\").nullable().optional(),\n error_code: z.string().describe(\"Error code if the job failed\").nullable().optional(),\n retries_at: z.string().describe(\"Timestamp when the job will be retried if it failed, RFC 3339 format\").nullable().optional(),\n started_at: z.string().describe(\"Timestamp when the job started, RFC 3339 format\").nullable().optional(),\n}).describe(\"Model for certificate provisioning job status\");\nconst NgrokGetReservedDomain_ReservedDomainCertStatusSchema: 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: NgrokGetReservedDomain_ReservedDomainCertJobSchema.nullable().optional(),\n}).describe(\"Model for certificate management status\");\nexport const NgrokGetReservedDomainOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique reserved domain resource identifier\"),\n uri: z.string().describe(\"URI of the reserved domain API resource\"),\n domain: z.string().describe(\"Hostname of the reserved domain\"),\n region: z.string().describe(\"Deprecated field that applied only to endpoints. Geographic region code.\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this reserved domain, max 4096 bytes\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the reserved domain was created, RFC 3339 format\"),\n certificate: NgrokGetReservedDomain_RefSchema.nullable().optional(),\n description: z.string().describe(\"Human-readable description of the reserved domain usage\").nullable().optional(),\n resolves_to: z.array(NgrokGetReservedDomain_ReservedDomainResolvesToEntrySchema).describe(\"DNS resolver targets configured for the reserved domain\").nullable().optional(),\n cname_target: z.string().describe(\"DNS CNAME target for a custom hostname, or null if the reserved domain is a subdomain of an ngrok owned domain\").nullable().optional(),\n acme_challenge_cname_target: z.string().describe(\"DNS CNAME target for the ACME challenge, required for wildcard non-ngrok domains\").nullable().optional(),\n certificate_management_policy: NgrokGetReservedDomain_ReservedDomainCertPolicySchema.nullable().optional(),\n certificate_management_status: NgrokGetReservedDomain_ReservedDomainCertStatusSchema.nullable().optional(),\n}).describe(\"Response model for get reserved domain action\");\n\nexport const ngrokGetReservedDomain = action(\"NGROK_GET_RESERVED_DOMAIN\", {\n slug: \"ngrok-get-reserved-domain\",\n name: \"Get Reserved Domain\",\n description: \"Get the details of a reserved domain by ID. Use this to retrieve information about a specific reserved domain including its hostname, certificate configuration, and DNS settings.\",\n input: NgrokGetReservedDomainInput,\n output: NgrokGetReservedDomainOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-reserved-domain.d.ts
|
|
4
|
+
declare const NgrokGetReservedDomainInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetReservedDomainOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetReservedDomain: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetReservedDomain };
|
|
9
|
+
//# sourceMappingURL=get-reserved-domain.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-reserved-domain.d.cts","names":[],"sources":["../../src/actions/get-reserved-domain.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEoB;AAAA,cAsBnD,4BAAA,EAA8B,CAAA,CAAE,UAce;AAAA,cAE/C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-reserved-domain.d.ts
|
|
4
|
+
declare const NgrokGetReservedDomainInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetReservedDomainOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetReservedDomain: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetReservedDomain };
|
|
9
|
+
//# sourceMappingURL=get-reserved-domain.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-reserved-domain.d.mts","names":[],"sources":["../../src/actions/get-reserved-domain.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEoB;AAAA,cAsBnD,4BAAA,EAA8B,CAAA,CAAE,UAce;AAAA,cAE/C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|