@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,56 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-endpoint.ts
|
|
4
|
+
const NgrokUpdateEndpointInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The unique identifier of the endpoint to update"),
|
|
6
|
+
url: zod.z.string().describe("The URL of the endpoint").optional(),
|
|
7
|
+
bindings: zod.z.array(zod.z.string()).describe("The bindings associated with this endpoint").optional(),
|
|
8
|
+
metadata: zod.z.string().describe("User-supplied metadata of the associated tunnel or edge object. Must be a valid JSON string.").optional(),
|
|
9
|
+
description: zod.z.string().describe("User-supplied description of the associated tunnel").optional(),
|
|
10
|
+
traffic_policy: zod.z.string().describe("The traffic policy attached to this endpoint").optional(),
|
|
11
|
+
pooling_enabled: zod.z.boolean().describe("Whether the endpoint allows pooling").optional()
|
|
12
|
+
}).describe("Request model for updating an endpoint.");
|
|
13
|
+
const NgrokUpdateEndpoint_EndpointRefSchema = zod.z.object({
|
|
14
|
+
id: zod.z.string().describe("A resource identifier"),
|
|
15
|
+
uri: zod.z.string().describe("A URI for locating a resource")
|
|
16
|
+
}).describe("Reference to an ngrok resource.");
|
|
17
|
+
const NgrokUpdateEndpointOutput = zod.z.object({
|
|
18
|
+
id: zod.z.string().describe("Unique endpoint resource identifier"),
|
|
19
|
+
uri: zod.z.string().describe("URI of the Cloud Endpoint API resource"),
|
|
20
|
+
url: zod.z.string().describe("The URL of the endpoint").nullable().optional(),
|
|
21
|
+
edge: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),
|
|
22
|
+
host: zod.z.string().describe("Host identifier").nullable().optional(),
|
|
23
|
+
name: zod.z.string().describe("User-supplied endpoint name").nullable().optional(),
|
|
24
|
+
port: zod.z.number().int().describe("Port number").nullable().optional(),
|
|
25
|
+
type: zod.z.string().describe("Type of endpoint (ephemeral, edge, or cloud)"),
|
|
26
|
+
proto: zod.z.string().describe("Protocol served by this endpoint (http, https, tcp, or tls)"),
|
|
27
|
+
domain: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),
|
|
28
|
+
region: zod.z.string().describe("Identifier of the region this endpoint belongs to").nullable().optional(),
|
|
29
|
+
scheme: zod.z.string().describe("Scheme identifier").nullable().optional(),
|
|
30
|
+
tunnel: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),
|
|
31
|
+
bindings: zod.z.array(zod.z.string()).describe("The bindings associated with this endpoint").nullable().optional(),
|
|
32
|
+
hostport: zod.z.string().describe("Hostname and port combination").nullable().optional(),
|
|
33
|
+
metadata: zod.z.string().describe("User-supplied metadata of the associated tunnel or edge object").nullable().optional(),
|
|
34
|
+
tcp_addr: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),
|
|
35
|
+
principal: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),
|
|
36
|
+
created_at: zod.z.string().describe("Timestamp when the endpoint was created in RFC 3339 format"),
|
|
37
|
+
public_url: zod.z.string().describe("Deprecated URL field for the hostport served by this endpoint").nullable().optional(),
|
|
38
|
+
updated_at: zod.z.string().describe("Timestamp when the endpoint was updated in RFC 3339 format"),
|
|
39
|
+
description: zod.z.string().describe("User-supplied description of the associated tunnel").nullable().optional(),
|
|
40
|
+
upstream_url: zod.z.string().describe("The local address the tunnel forwards to").nullable().optional(),
|
|
41
|
+
traffic_policy: zod.z.string().describe("The traffic policy attached to this endpoint").nullable().optional(),
|
|
42
|
+
tunnel_session: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),
|
|
43
|
+
pooling_enabled: zod.z.boolean().describe("Whether the endpoint allows pooling").nullable().optional(),
|
|
44
|
+
upstream_protocol: zod.z.string().describe("The protocol the agent uses to forward with").nullable().optional()
|
|
45
|
+
}).describe("Response model for the updated endpoint.");
|
|
46
|
+
const ngrokUpdateEndpoint = require_action.action("NGROK_UPDATE_ENDPOINT", {
|
|
47
|
+
slug: "ngrok-update-endpoint",
|
|
48
|
+
name: "Update Endpoint",
|
|
49
|
+
description: "Tool to update an Endpoint by ID, currently available only for cloud endpoints. Use this to modify the description, metadata, traffic policy, bindings, or other attributes of an existing endpoint.",
|
|
50
|
+
input: NgrokUpdateEndpointInput,
|
|
51
|
+
output: NgrokUpdateEndpointOutput
|
|
52
|
+
});
|
|
53
|
+
//#endregion
|
|
54
|
+
exports.ngrokUpdateEndpoint = ngrokUpdateEndpoint;
|
|
55
|
+
|
|
56
|
+
//# sourceMappingURL=update-endpoint.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-endpoint.cjs","names":["z","action"],"sources":["../../src/actions/update-endpoint.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokUpdateEndpointInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the endpoint to update\"),\n url: z.string().describe(\"The URL of the endpoint\").optional(),\n bindings: z.array(z.string()).describe(\"The bindings associated with this endpoint\").optional(),\n metadata: z.string().describe(\"User-supplied metadata of the associated tunnel or edge object. Must be a valid JSON string.\").optional(),\n description: z.string().describe(\"User-supplied description of the associated tunnel\").optional(),\n traffic_policy: z.string().describe(\"The traffic policy attached to this endpoint\").optional(),\n pooling_enabled: z.boolean().describe(\"Whether the endpoint allows pooling\").optional(),\n}).describe(\"Request model for updating an endpoint.\");\nconst NgrokUpdateEndpoint_EndpointRefSchema: 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(\"Reference to an ngrok resource.\");\nexport const NgrokUpdateEndpointOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique endpoint resource identifier\"),\n uri: z.string().describe(\"URI of the Cloud Endpoint API resource\"),\n url: z.string().describe(\"The URL of the endpoint\").nullable().optional(),\n edge: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),\n host: z.string().describe(\"Host identifier\").nullable().optional(),\n name: z.string().describe(\"User-supplied endpoint name\").nullable().optional(),\n port: z.number().int().describe(\"Port number\").nullable().optional(),\n type: z.string().describe(\"Type of endpoint (ephemeral, edge, or cloud)\"),\n proto: z.string().describe(\"Protocol served by this endpoint (http, https, tcp, or tls)\"),\n domain: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),\n region: z.string().describe(\"Identifier of the region this endpoint belongs to\").nullable().optional(),\n scheme: z.string().describe(\"Scheme identifier\").nullable().optional(),\n tunnel: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),\n bindings: z.array(z.string()).describe(\"The bindings associated with this endpoint\").nullable().optional(),\n hostport: z.string().describe(\"Hostname and port combination\").nullable().optional(),\n metadata: z.string().describe(\"User-supplied metadata of the associated tunnel or edge object\").nullable().optional(),\n tcp_addr: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),\n principal: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the endpoint was created in RFC 3339 format\"),\n public_url: z.string().describe(\"Deprecated URL field for the hostport served by this endpoint\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the endpoint was updated in RFC 3339 format\"),\n description: z.string().describe(\"User-supplied description of the associated tunnel\").nullable().optional(),\n upstream_url: z.string().describe(\"The local address the tunnel forwards to\").nullable().optional(),\n traffic_policy: z.string().describe(\"The traffic policy attached to this endpoint\").nullable().optional(),\n tunnel_session: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),\n pooling_enabled: z.boolean().describe(\"Whether the endpoint allows pooling\").nullable().optional(),\n upstream_protocol: z.string().describe(\"The protocol the agent uses to forward with\").nullable().optional(),\n}).describe(\"Response model for the updated endpoint.\");\n\nexport const ngrokUpdateEndpoint = action(\"NGROK_UPDATE_ENDPOINT\", {\n slug: \"ngrok-update-endpoint\",\n name: \"Update Endpoint\",\n description: \"Tool to update an Endpoint by ID, currently available only for cloud endpoints. Use this to modify the description, metadata, traffic policy, bindings, or other attributes of an existing endpoint.\",\n input: NgrokUpdateEndpointInput,\n output: NgrokUpdateEndpointOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-endpoint.d.ts
|
|
4
|
+
declare const NgrokUpdateEndpointInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokUpdateEndpointOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokUpdateEndpoint: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokUpdateEndpoint };
|
|
9
|
+
//# sourceMappingURL=update-endpoint.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-endpoint.d.cts","names":[],"sources":["../../src/actions/update-endpoint.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAQa;AAAA,cAKzC,yBAAA,EAA2B,CAAA,CAAE,UA4Ba;AAAA,cAE1C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-endpoint.d.ts
|
|
4
|
+
declare const NgrokUpdateEndpointInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokUpdateEndpointOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokUpdateEndpoint: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokUpdateEndpoint };
|
|
9
|
+
//# sourceMappingURL=update-endpoint.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-endpoint.d.mts","names":[],"sources":["../../src/actions/update-endpoint.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAQa;AAAA,cAKzC,yBAAA,EAA2B,CAAA,CAAE,UA4Ba;AAAA,cAE1C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-endpoint.ts
|
|
4
|
+
const NgrokUpdateEndpointInput = z.object({
|
|
5
|
+
id: z.string().describe("The unique identifier of the endpoint to update"),
|
|
6
|
+
url: z.string().describe("The URL of the endpoint").optional(),
|
|
7
|
+
bindings: z.array(z.string()).describe("The bindings associated with this endpoint").optional(),
|
|
8
|
+
metadata: z.string().describe("User-supplied metadata of the associated tunnel or edge object. Must be a valid JSON string.").optional(),
|
|
9
|
+
description: z.string().describe("User-supplied description of the associated tunnel").optional(),
|
|
10
|
+
traffic_policy: z.string().describe("The traffic policy attached to this endpoint").optional(),
|
|
11
|
+
pooling_enabled: z.boolean().describe("Whether the endpoint allows pooling").optional()
|
|
12
|
+
}).describe("Request model for updating an endpoint.");
|
|
13
|
+
const NgrokUpdateEndpoint_EndpointRefSchema = z.object({
|
|
14
|
+
id: z.string().describe("A resource identifier"),
|
|
15
|
+
uri: z.string().describe("A URI for locating a resource")
|
|
16
|
+
}).describe("Reference to an ngrok resource.");
|
|
17
|
+
const ngrokUpdateEndpoint = action("NGROK_UPDATE_ENDPOINT", {
|
|
18
|
+
slug: "ngrok-update-endpoint",
|
|
19
|
+
name: "Update Endpoint",
|
|
20
|
+
description: "Tool to update an Endpoint by ID, currently available only for cloud endpoints. Use this to modify the description, metadata, traffic policy, bindings, or other attributes of an existing endpoint.",
|
|
21
|
+
input: NgrokUpdateEndpointInput,
|
|
22
|
+
output: z.object({
|
|
23
|
+
id: z.string().describe("Unique endpoint resource identifier"),
|
|
24
|
+
uri: z.string().describe("URI of the Cloud Endpoint API resource"),
|
|
25
|
+
url: z.string().describe("The URL of the endpoint").nullable().optional(),
|
|
26
|
+
edge: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),
|
|
27
|
+
host: z.string().describe("Host identifier").nullable().optional(),
|
|
28
|
+
name: z.string().describe("User-supplied endpoint name").nullable().optional(),
|
|
29
|
+
port: z.number().int().describe("Port number").nullable().optional(),
|
|
30
|
+
type: z.string().describe("Type of endpoint (ephemeral, edge, or cloud)"),
|
|
31
|
+
proto: z.string().describe("Protocol served by this endpoint (http, https, tcp, or tls)"),
|
|
32
|
+
domain: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),
|
|
33
|
+
region: z.string().describe("Identifier of the region this endpoint belongs to").nullable().optional(),
|
|
34
|
+
scheme: z.string().describe("Scheme identifier").nullable().optional(),
|
|
35
|
+
tunnel: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),
|
|
36
|
+
bindings: z.array(z.string()).describe("The bindings associated with this endpoint").nullable().optional(),
|
|
37
|
+
hostport: z.string().describe("Hostname and port combination").nullable().optional(),
|
|
38
|
+
metadata: z.string().describe("User-supplied metadata of the associated tunnel or edge object").nullable().optional(),
|
|
39
|
+
tcp_addr: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),
|
|
40
|
+
principal: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),
|
|
41
|
+
created_at: z.string().describe("Timestamp when the endpoint was created in RFC 3339 format"),
|
|
42
|
+
public_url: z.string().describe("Deprecated URL field for the hostport served by this endpoint").nullable().optional(),
|
|
43
|
+
updated_at: z.string().describe("Timestamp when the endpoint was updated in RFC 3339 format"),
|
|
44
|
+
description: z.string().describe("User-supplied description of the associated tunnel").nullable().optional(),
|
|
45
|
+
upstream_url: z.string().describe("The local address the tunnel forwards to").nullable().optional(),
|
|
46
|
+
traffic_policy: z.string().describe("The traffic policy attached to this endpoint").nullable().optional(),
|
|
47
|
+
tunnel_session: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),
|
|
48
|
+
pooling_enabled: z.boolean().describe("Whether the endpoint allows pooling").nullable().optional(),
|
|
49
|
+
upstream_protocol: z.string().describe("The protocol the agent uses to forward with").nullable().optional()
|
|
50
|
+
}).describe("Response model for the updated endpoint.")
|
|
51
|
+
});
|
|
52
|
+
//#endregion
|
|
53
|
+
export { ngrokUpdateEndpoint };
|
|
54
|
+
|
|
55
|
+
//# sourceMappingURL=update-endpoint.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-endpoint.mjs","names":[],"sources":["../../src/actions/update-endpoint.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokUpdateEndpointInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the endpoint to update\"),\n url: z.string().describe(\"The URL of the endpoint\").optional(),\n bindings: z.array(z.string()).describe(\"The bindings associated with this endpoint\").optional(),\n metadata: z.string().describe(\"User-supplied metadata of the associated tunnel or edge object. Must be a valid JSON string.\").optional(),\n description: z.string().describe(\"User-supplied description of the associated tunnel\").optional(),\n traffic_policy: z.string().describe(\"The traffic policy attached to this endpoint\").optional(),\n pooling_enabled: z.boolean().describe(\"Whether the endpoint allows pooling\").optional(),\n}).describe(\"Request model for updating an endpoint.\");\nconst NgrokUpdateEndpoint_EndpointRefSchema: 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(\"Reference to an ngrok resource.\");\nexport const NgrokUpdateEndpointOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique endpoint resource identifier\"),\n uri: z.string().describe(\"URI of the Cloud Endpoint API resource\"),\n url: z.string().describe(\"The URL of the endpoint\").nullable().optional(),\n edge: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),\n host: z.string().describe(\"Host identifier\").nullable().optional(),\n name: z.string().describe(\"User-supplied endpoint name\").nullable().optional(),\n port: z.number().int().describe(\"Port number\").nullable().optional(),\n type: z.string().describe(\"Type of endpoint (ephemeral, edge, or cloud)\"),\n proto: z.string().describe(\"Protocol served by this endpoint (http, https, tcp, or tls)\"),\n domain: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),\n region: z.string().describe(\"Identifier of the region this endpoint belongs to\").nullable().optional(),\n scheme: z.string().describe(\"Scheme identifier\").nullable().optional(),\n tunnel: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),\n bindings: z.array(z.string()).describe(\"The bindings associated with this endpoint\").nullable().optional(),\n hostport: z.string().describe(\"Hostname and port combination\").nullable().optional(),\n metadata: z.string().describe(\"User-supplied metadata of the associated tunnel or edge object\").nullable().optional(),\n tcp_addr: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),\n principal: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the endpoint was created in RFC 3339 format\"),\n public_url: z.string().describe(\"Deprecated URL field for the hostport served by this endpoint\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the endpoint was updated in RFC 3339 format\"),\n description: z.string().describe(\"User-supplied description of the associated tunnel\").nullable().optional(),\n upstream_url: z.string().describe(\"The local address the tunnel forwards to\").nullable().optional(),\n traffic_policy: z.string().describe(\"The traffic policy attached to this endpoint\").nullable().optional(),\n tunnel_session: NgrokUpdateEndpoint_EndpointRefSchema.nullable().optional(),\n pooling_enabled: z.boolean().describe(\"Whether the endpoint allows pooling\").nullable().optional(),\n upstream_protocol: z.string().describe(\"The protocol the agent uses to forward with\").nullable().optional(),\n}).describe(\"Response model for the updated endpoint.\");\n\nexport const ngrokUpdateEndpoint = action(\"NGROK_UPDATE_ENDPOINT\", {\n slug: \"ngrok-update-endpoint\",\n name: \"Update Endpoint\",\n description: \"Tool to update an Endpoint by ID, currently available only for cloud endpoints. Use this to modify the description, metadata, traffic policy, bindings, or other attributes of an existing endpoint.\",\n input: NgrokUpdateEndpointInput,\n output: NgrokUpdateEndpointOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-event-subscription.ts
|
|
4
|
+
const NgrokUpdateEventSubscriptionInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The unique identifier of the event subscription to update. Starts with 'esb_' prefix (e.g., 'esb_39gr1tmhrxFASlEFDYbruuZ2pP1')."),
|
|
6
|
+
sources: zod.z.array(zod.z.object({ type: zod.z.string().describe("The type of event to subscribe to") }).describe("Model for event source configuration")).describe("Sources containing the types for which this event subscription will trigger").optional(),
|
|
7
|
+
metadata: zod.z.string().describe("Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.").optional(),
|
|
8
|
+
description: zod.z.string().describe("Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.").optional(),
|
|
9
|
+
destination_ids: zod.z.array(zod.z.string()).describe("A list of Event Destination IDs which should be used for this Event Subscription.").optional()
|
|
10
|
+
}).describe("Request model for updating an event subscription");
|
|
11
|
+
const NgrokUpdateEventSubscription_EventSourceSchema = zod.z.object({ type: zod.z.string().describe("The type of event to subscribe to") }).describe("Model for event source configuration");
|
|
12
|
+
const NgrokUpdateEventSubscription_EventDestinationRefSchema = zod.z.object({
|
|
13
|
+
id: zod.z.string().describe("The unique identifier of the event destination"),
|
|
14
|
+
uri: zod.z.string().describe("URI of the Event Destination API resource")
|
|
15
|
+
}).describe("Model for event destination reference");
|
|
16
|
+
const NgrokUpdateEventSubscriptionOutput = zod.z.object({
|
|
17
|
+
id: zod.z.string().describe("Unique identifier for this Event Subscription"),
|
|
18
|
+
uri: zod.z.string().describe("URI of the Event Subscription API resource"),
|
|
19
|
+
sources: zod.z.array(NgrokUpdateEventSubscription_EventSourceSchema).describe("Sources containing the types for which this event subscription will trigger").nullable().optional(),
|
|
20
|
+
metadata: zod.z.string().describe("Arbitrary customer supplied information intended to be machine readable").nullable().optional(),
|
|
21
|
+
created_at: zod.z.string().describe("Timestamp when the Event Subscription was created, RFC 3339 format"),
|
|
22
|
+
description: zod.z.string().describe("Arbitrary customer supplied information intended to be human readable").nullable().optional(),
|
|
23
|
+
destinations: zod.z.array(NgrokUpdateEventSubscription_EventDestinationRefSchema).describe("Destinations to which events will be sent").nullable().optional()
|
|
24
|
+
}).describe("Response model for the updated event subscription");
|
|
25
|
+
const ngrokUpdateEventSubscription = require_action.action("NGROK_UPDATE_EVENT_SUBSCRIPTION", {
|
|
26
|
+
slug: "ngrok-update-event-subscription",
|
|
27
|
+
name: "Update Event Subscription",
|
|
28
|
+
description: "Tool to update attributes of an event subscription by ID. Use when you need to modify the description, metadata, destination IDs, or sources of an existing event subscription.",
|
|
29
|
+
input: NgrokUpdateEventSubscriptionInput,
|
|
30
|
+
output: NgrokUpdateEventSubscriptionOutput
|
|
31
|
+
});
|
|
32
|
+
//#endregion
|
|
33
|
+
exports.ngrokUpdateEventSubscription = ngrokUpdateEventSubscription;
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=update-event-subscription.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-event-subscription.cjs","names":["z","action"],"sources":["../../src/actions/update-event-subscription.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokUpdateEventSubscriptionInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the event subscription to update. Starts with 'esb_' prefix (e.g., 'esb_39gr1tmhrxFASlEFDYbruuZ2pP1').\"),\n sources: z.array(z.object({\n type: z.string().describe(\"The type of event to subscribe to\"),\n}).describe(\"Model for event source configuration\")).describe(\"Sources containing the types for which this event subscription will trigger\").optional(),\n metadata: z.string().describe(\"Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.\").optional(),\n description: z.string().describe(\"Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.\").optional(),\n destination_ids: z.array(z.string()).describe(\"A list of Event Destination IDs which should be used for this Event Subscription.\").optional(),\n}).describe(\"Request model for updating an event subscription\");\nconst NgrokUpdateEventSubscription_EventSourceSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"The type of event to subscribe to\"),\n}).describe(\"Model for event source configuration\");\nconst NgrokUpdateEventSubscription_EventDestinationRefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the event destination\"),\n uri: z.string().describe(\"URI of the Event Destination API resource\"),\n}).describe(\"Model for event destination reference\");\nexport const NgrokUpdateEventSubscriptionOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this Event Subscription\"),\n uri: z.string().describe(\"URI of the Event Subscription API resource\"),\n sources: z.array(NgrokUpdateEventSubscription_EventSourceSchema).describe(\"Sources containing the types for which this event subscription will trigger\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary customer supplied information intended to be machine readable\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the Event Subscription was created, RFC 3339 format\"),\n description: z.string().describe(\"Arbitrary customer supplied information intended to be human readable\").nullable().optional(),\n destinations: z.array(NgrokUpdateEventSubscription_EventDestinationRefSchema).describe(\"Destinations to which events will be sent\").nullable().optional(),\n}).describe(\"Response model for the updated event subscription\");\n\nexport const ngrokUpdateEventSubscription = action(\"NGROK_UPDATE_EVENT_SUBSCRIPTION\", {\n slug: \"ngrok-update-event-subscription\",\n name: \"Update Event Subscription\",\n description: \"Tool to update attributes of an event subscription by ID. Use when you need to modify the description, metadata, destination IDs, or sources of an existing event subscription.\",\n input: NgrokUpdateEventSubscriptionInput,\n output: NgrokUpdateEventSubscriptionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI;CACzJ,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,EAC1B,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,EAC/D,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CACpJ,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAC7I,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CAC7I,iBAAiBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;AAC9I,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,iDAA+DA,IAAAA,EAAE,OAAO,EAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,EAC/D,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,yDAAuEA,IAAAA,EAAE,OAAO;CACpF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACxE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;AACtE,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACrE,SAASA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7K,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACpG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,cAAcA,IAAAA,EAAE,MAAM,sDAAsD,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1J,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-event-subscription.d.ts
|
|
4
|
+
declare const NgrokUpdateEventSubscriptionInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokUpdateEventSubscriptionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokUpdateEventSubscription: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokUpdateEventSubscription };
|
|
9
|
+
//# sourceMappingURL=update-event-subscription.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-event-subscription.d.cts","names":[],"sources":["../../src/actions/update-event-subscription.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAQa;AAAA,cAQlD,kCAAA,EAAoC,CAAA,CAAE,UAQa;AAAA,cAEnD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-event-subscription.d.ts
|
|
4
|
+
declare const NgrokUpdateEventSubscriptionInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokUpdateEventSubscriptionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokUpdateEventSubscription: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokUpdateEventSubscription };
|
|
9
|
+
//# sourceMappingURL=update-event-subscription.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-event-subscription.d.mts","names":[],"sources":["../../src/actions/update-event-subscription.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAQa;AAAA,cAQlD,kCAAA,EAAoC,CAAA,CAAE,UAQa;AAAA,cAEnD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-event-subscription.ts
|
|
4
|
+
const NgrokUpdateEventSubscriptionInput = z.object({
|
|
5
|
+
id: z.string().describe("The unique identifier of the event subscription to update. Starts with 'esb_' prefix (e.g., 'esb_39gr1tmhrxFASlEFDYbruuZ2pP1')."),
|
|
6
|
+
sources: z.array(z.object({ type: z.string().describe("The type of event to subscribe to") }).describe("Model for event source configuration")).describe("Sources containing the types for which this event subscription will trigger").optional(),
|
|
7
|
+
metadata: z.string().describe("Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.").optional(),
|
|
8
|
+
description: z.string().describe("Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.").optional(),
|
|
9
|
+
destination_ids: z.array(z.string()).describe("A list of Event Destination IDs which should be used for this Event Subscription.").optional()
|
|
10
|
+
}).describe("Request model for updating an event subscription");
|
|
11
|
+
const NgrokUpdateEventSubscription_EventSourceSchema = z.object({ type: z.string().describe("The type of event to subscribe to") }).describe("Model for event source configuration");
|
|
12
|
+
const NgrokUpdateEventSubscription_EventDestinationRefSchema = z.object({
|
|
13
|
+
id: z.string().describe("The unique identifier of the event destination"),
|
|
14
|
+
uri: z.string().describe("URI of the Event Destination API resource")
|
|
15
|
+
}).describe("Model for event destination reference");
|
|
16
|
+
const ngrokUpdateEventSubscription = action("NGROK_UPDATE_EVENT_SUBSCRIPTION", {
|
|
17
|
+
slug: "ngrok-update-event-subscription",
|
|
18
|
+
name: "Update Event Subscription",
|
|
19
|
+
description: "Tool to update attributes of an event subscription by ID. Use when you need to modify the description, metadata, destination IDs, or sources of an existing event subscription.",
|
|
20
|
+
input: NgrokUpdateEventSubscriptionInput,
|
|
21
|
+
output: z.object({
|
|
22
|
+
id: z.string().describe("Unique identifier for this Event Subscription"),
|
|
23
|
+
uri: z.string().describe("URI of the Event Subscription API resource"),
|
|
24
|
+
sources: z.array(NgrokUpdateEventSubscription_EventSourceSchema).describe("Sources containing the types for which this event subscription will trigger").nullable().optional(),
|
|
25
|
+
metadata: z.string().describe("Arbitrary customer supplied information intended to be machine readable").nullable().optional(),
|
|
26
|
+
created_at: z.string().describe("Timestamp when the Event Subscription was created, RFC 3339 format"),
|
|
27
|
+
description: z.string().describe("Arbitrary customer supplied information intended to be human readable").nullable().optional(),
|
|
28
|
+
destinations: z.array(NgrokUpdateEventSubscription_EventDestinationRefSchema).describe("Destinations to which events will be sent").nullable().optional()
|
|
29
|
+
}).describe("Response model for the updated event subscription")
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
export { ngrokUpdateEventSubscription };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=update-event-subscription.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-event-subscription.mjs","names":[],"sources":["../../src/actions/update-event-subscription.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokUpdateEventSubscriptionInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the event subscription to update. Starts with 'esb_' prefix (e.g., 'esb_39gr1tmhrxFASlEFDYbruuZ2pP1').\"),\n sources: z.array(z.object({\n type: z.string().describe(\"The type of event to subscribe to\"),\n}).describe(\"Model for event source configuration\")).describe(\"Sources containing the types for which this event subscription will trigger\").optional(),\n metadata: z.string().describe(\"Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.\").optional(),\n description: z.string().describe(\"Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.\").optional(),\n destination_ids: z.array(z.string()).describe(\"A list of Event Destination IDs which should be used for this Event Subscription.\").optional(),\n}).describe(\"Request model for updating an event subscription\");\nconst NgrokUpdateEventSubscription_EventSourceSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"The type of event to subscribe to\"),\n}).describe(\"Model for event source configuration\");\nconst NgrokUpdateEventSubscription_EventDestinationRefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the event destination\"),\n uri: z.string().describe(\"URI of the Event Destination API resource\"),\n}).describe(\"Model for event destination reference\");\nexport const NgrokUpdateEventSubscriptionOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this Event Subscription\"),\n uri: z.string().describe(\"URI of the Event Subscription API resource\"),\n sources: z.array(NgrokUpdateEventSubscription_EventSourceSchema).describe(\"Sources containing the types for which this event subscription will trigger\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary customer supplied information intended to be machine readable\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the Event Subscription was created, RFC 3339 format\"),\n description: z.string().describe(\"Arbitrary customer supplied information intended to be human readable\").nullable().optional(),\n destinations: z.array(NgrokUpdateEventSubscription_EventDestinationRefSchema).describe(\"Destinations to which events will be sent\").nullable().optional(),\n}).describe(\"Response model for the updated event subscription\");\n\nexport const ngrokUpdateEventSubscription = action(\"NGROK_UPDATE_EVENT_SUBSCRIPTION\", {\n slug: \"ngrok-update-event-subscription\",\n name: \"Update Event Subscription\",\n description: \"Tool to update attributes of an event subscription by ID. Use when you need to modify the description, metadata, destination IDs, or sources of an existing event subscription.\",\n input: NgrokUpdateEventSubscriptionInput,\n output: NgrokUpdateEventSubscriptionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO;CACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI;CACzJ,SAAS,EAAE,MAAM,EAAE,OAAO,EAC1B,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,EAC/D,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CACpJ,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAC7I,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CAC7I,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;AAC9I,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,iDAA+D,EAAE,OAAO,EAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,EAC/D,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,yDAAuE,EAAE,OAAO;CACpF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACxE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;AACtE,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAWnD,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAf8D,EAAE,OAAO;EACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EACvE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACrE,SAAS,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7K,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;EACpG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,cAAc,EAAE,MAAM,sDAAsD,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1J,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-https-edge-route.ts
|
|
4
|
+
const NgrokUpdateHttpsEdgeRouteInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("unique identifier of this edge route"),
|
|
6
|
+
oidc: zod.z.object({
|
|
7
|
+
issuer: zod.z.string().describe("URL of the OIDC 'OpenID provider'. This is the base URL used for discovery").optional(),
|
|
8
|
+
scopes: zod.z.array(zod.z.string()).describe("The set of scopes to request from the OIDC identity provider").optional(),
|
|
9
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
10
|
+
client_id: zod.z.string().describe("The OIDC app's client ID and OIDC audience").optional(),
|
|
11
|
+
client_secret: zod.z.string().describe("The OIDC app's client secret").optional(),
|
|
12
|
+
cookie_prefix: zod.z.string().describe("the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'").optional(),
|
|
13
|
+
maximum_duration: zod.z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").optional(),
|
|
14
|
+
inactivity_timeout: zod.z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").optional(),
|
|
15
|
+
options_passthrough: zod.z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.").optional()
|
|
16
|
+
}).describe("Model for OIDC configuration").optional(),
|
|
17
|
+
saml: zod.z.object({
|
|
18
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
19
|
+
force_authn: zod.z.boolean().describe("If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP").optional(),
|
|
20
|
+
idp_metadata: zod.z.string().describe("The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.").optional(),
|
|
21
|
+
cookie_prefix: zod.z.string().describe("the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'").optional(),
|
|
22
|
+
nameid_format: zod.z.string().describe("Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects").optional(),
|
|
23
|
+
maximum_duration: zod.z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").optional(),
|
|
24
|
+
authorized_groups: zod.z.array(zod.z.string()).describe("If present, only users who are a member of one of the listed groups may access the target endpoint").optional(),
|
|
25
|
+
inactivity_timeout: zod.z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").optional(),
|
|
26
|
+
allow_idp_initiated: zod.z.boolean().describe("If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected)").optional(),
|
|
27
|
+
options_passthrough: zod.z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.").optional()
|
|
28
|
+
}).describe("Model for SAML configuration").optional(),
|
|
29
|
+
match: zod.z.string().describe("Route selector: '/blog' or 'example.com' or 'example.com/blog'").optional(),
|
|
30
|
+
oauth: zod.z.object({
|
|
31
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
32
|
+
provider: zod.z.object({}).describe("OAuth provider configuration").optional(),
|
|
33
|
+
cookie_prefix: zod.z.string().describe("the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'").optional(),
|
|
34
|
+
maximum_duration: zod.z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").optional(),
|
|
35
|
+
inactivity_timeout: zod.z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").optional(),
|
|
36
|
+
auth_check_interval: zod.z.number().int().describe("Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint").optional(),
|
|
37
|
+
options_passthrough: zod.z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.").optional()
|
|
38
|
+
}).describe("Model for OAuth configuration").optional(),
|
|
39
|
+
backend: zod.z.object({
|
|
40
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
41
|
+
backend_id: zod.z.string().describe("backend to be used to back this endpoint").optional()
|
|
42
|
+
}).describe("Model for backend configuration").optional(),
|
|
43
|
+
edge_id: zod.z.string().describe("unique identifier of this edge"),
|
|
44
|
+
metadata: zod.z.string().describe("arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes").optional(),
|
|
45
|
+
match_type: zod.z.string().describe("Type of match to use for this route. Valid values are 'exact_path' and 'path_prefix'").optional(),
|
|
46
|
+
compression: zod.z.object({ enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional() }).describe("Model for compression configuration").optional(),
|
|
47
|
+
description: zod.z.string().describe("human-readable description of what this edge will be used for; optional, max 255 bytes").optional(),
|
|
48
|
+
ip_restriction: zod.z.object({
|
|
49
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
50
|
+
ip_policy_ids: zod.z.array(zod.z.string()).describe("list of all IP policies that will be used to check if a source IP is allowed access to the endpoint").optional()
|
|
51
|
+
}).describe("Model for IP restriction configuration").optional(),
|
|
52
|
+
traffic_policy: zod.z.object({
|
|
53
|
+
value: zod.z.string().describe("the traffic policy that should be applied to the traffic on your endpoint").optional(),
|
|
54
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional()
|
|
55
|
+
}).describe("Model for traffic policy configuration").optional(),
|
|
56
|
+
circuit_breaker: zod.z.object({
|
|
57
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
58
|
+
num_buckets: zod.z.number().int().describe("Integer number of buckets into which metrics are retained. Max 128.").optional(),
|
|
59
|
+
rolling_window: zod.z.number().int().describe("Integer number of seconds in the statistical rolling window that metrics are retained for").optional(),
|
|
60
|
+
tripped_duration: zod.z.number().int().describe("Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health").optional(),
|
|
61
|
+
volume_threshold: zod.z.number().int().describe("Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low.").optional(),
|
|
62
|
+
error_threshold_percentage: zod.z.number().describe("Error threshold percentage should be between 0 - 1.0, not 0-100.0").optional()
|
|
63
|
+
}).describe("Model for circuit breaker configuration").optional(),
|
|
64
|
+
request_headers: zod.z.object({
|
|
65
|
+
add: zod.z.object({}).describe("a map of header key to header value that will be injected into the HTTP Request before being sent to the upstream application server").optional(),
|
|
66
|
+
remove: zod.z.array(zod.z.string()).describe("a list of header names that will be removed from the HTTP Request before being sent to the upstream application server").optional(),
|
|
67
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional()
|
|
68
|
+
}).describe("Model for request headers configuration").optional(),
|
|
69
|
+
response_headers: zod.z.object({
|
|
70
|
+
add: zod.z.object({}).describe("a map of header key to header value that will be injected into the HTTP Response returned to the HTTP client").optional(),
|
|
71
|
+
remove: zod.z.array(zod.z.string()).describe("a list of header names that will be removed from the HTTP Response returned to the HTTP client").optional(),
|
|
72
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional()
|
|
73
|
+
}).describe("Model for response headers configuration").optional(),
|
|
74
|
+
user_agent_filter: zod.z.object({
|
|
75
|
+
deny: zod.z.array(zod.z.string()).describe("list of user agent patterns to deny").optional(),
|
|
76
|
+
allow: zod.z.array(zod.z.string()).describe("list of user agent patterns to allow").optional(),
|
|
77
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic").optional()
|
|
78
|
+
}).describe("Model for user agent filter configuration").optional(),
|
|
79
|
+
webhook_verification: zod.z.object({
|
|
80
|
+
secret: zod.z.string().describe("a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret").optional(),
|
|
81
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional(),
|
|
82
|
+
provider: zod.z.string().describe("a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers").optional()
|
|
83
|
+
}).describe("Model for webhook verification configuration").optional(),
|
|
84
|
+
websocket_tcp_converter: zod.z.object({ enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").optional() }).describe("Model for WebSocket to TCP converter configuration").optional()
|
|
85
|
+
}).describe("Request model for updating an HTTPS edge route");
|
|
86
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointOIDCSchema = zod.z.object({
|
|
87
|
+
issuer: zod.z.string().describe("URL of the OIDC 'OpenID provider'. This is the base URL used for discovery").nullable().optional(),
|
|
88
|
+
scopes: zod.z.array(zod.z.string()).describe("The set of scopes to request from the OIDC identity provider").nullable().optional(),
|
|
89
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional(),
|
|
90
|
+
client_id: zod.z.string().describe("The OIDC app's client ID and OIDC audience").nullable().optional(),
|
|
91
|
+
client_secret: zod.z.string().describe("The OIDC app's client secret").nullable().optional(),
|
|
92
|
+
cookie_prefix: zod.z.string().describe("the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'").nullable().optional(),
|
|
93
|
+
maximum_duration: zod.z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").nullable().optional(),
|
|
94
|
+
inactivity_timeout: zod.z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").nullable().optional(),
|
|
95
|
+
options_passthrough: zod.z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.").nullable().optional()
|
|
96
|
+
}).describe("Model for OIDC configuration");
|
|
97
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointSAMLSchema = zod.z.object({
|
|
98
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional(),
|
|
99
|
+
force_authn: zod.z.boolean().describe("If true, indicates that whenever we redirect a user to the IdP for authentication that the IdP must prompt the user for authentication credentials even if the user already has a valid session with the IdP").nullable().optional(),
|
|
100
|
+
idp_metadata: zod.z.string().describe("The full XML IdP EntityDescriptor. Your IdP may provide this to you as a a file to download or as a URL.").nullable().optional(),
|
|
101
|
+
cookie_prefix: zod.z.string().describe("the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'").nullable().optional(),
|
|
102
|
+
nameid_format: zod.z.string().describe("Defines the name identifier format the SP expects the IdP to use in its assertions to identify subjects").nullable().optional(),
|
|
103
|
+
maximum_duration: zod.z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").nullable().optional(),
|
|
104
|
+
authorized_groups: zod.z.array(zod.z.string()).describe("If present, only users who are a member of one of the listed groups may access the target endpoint").nullable().optional(),
|
|
105
|
+
inactivity_timeout: zod.z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").nullable().optional(),
|
|
106
|
+
allow_idp_initiated: zod.z.boolean().describe("If true, the IdP may initiate a login directly (e.g. the user does not need to visit the endpoint first and then be redirected)").nullable().optional(),
|
|
107
|
+
options_passthrough: zod.z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.").nullable().optional()
|
|
108
|
+
}).describe("Model for SAML configuration");
|
|
109
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointOAuthSchema = zod.z.object({
|
|
110
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional(),
|
|
111
|
+
provider: zod.z.object({}).describe("OAuth provider configuration").nullable().optional(),
|
|
112
|
+
cookie_prefix: zod.z.string().describe("the prefix of the session cookie that ngrok sets on the http client to cache authentication. default is 'ngrok.'").nullable().optional(),
|
|
113
|
+
maximum_duration: zod.z.number().int().describe("Integer number of seconds of the maximum duration of an authenticated session. After this period is exceeded, a user must reauthenticate").nullable().optional(),
|
|
114
|
+
inactivity_timeout: zod.z.number().int().describe("Integer number of seconds of inactivity after which if the user has not accessed the endpoint, their session will time out and they will be forced to reauthenticate").nullable().optional(),
|
|
115
|
+
auth_check_interval: zod.z.number().int().describe("Integer number of seconds after which ngrok guarantees it will refresh user state from the identity provider and recheck whether the user is still authorized to access the endpoint").nullable().optional(),
|
|
116
|
+
options_passthrough: zod.z.boolean().describe("Do not enforce authentication on HTTP OPTIONS requests. necessary if you are supporting CORS.").nullable().optional()
|
|
117
|
+
}).describe("Model for OAuth configuration");
|
|
118
|
+
const NgrokUpdateHttpsEdgeRoute_RefSchema = zod.z.object({
|
|
119
|
+
id: zod.z.string().describe("A resource identifier"),
|
|
120
|
+
uri: zod.z.string().describe("A URI for locating a resource")
|
|
121
|
+
}).describe("Model for reference objects returned in edge configurations");
|
|
122
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointBackendResponseSchema = zod.z.object({
|
|
123
|
+
backend: NgrokUpdateHttpsEdgeRoute_RefSchema.nullable().optional(),
|
|
124
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic").nullable().optional()
|
|
125
|
+
}).describe("Model for backend configuration response");
|
|
126
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointCompressionSchema = zod.z.object({ enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional() }).describe("Model for compression configuration");
|
|
127
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointIPPolicyResponseSchema = zod.z.object({
|
|
128
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic").nullable().optional(),
|
|
129
|
+
ip_policies: zod.z.array(NgrokUpdateHttpsEdgeRoute_RefSchema).describe("list of all IP policies").nullable().optional()
|
|
130
|
+
}).describe("Model for IP restriction configuration response");
|
|
131
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointTrafficPolicySchema = zod.z.object({
|
|
132
|
+
value: zod.z.string().describe("the traffic policy that should be applied to the traffic on your endpoint").nullable().optional(),
|
|
133
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional()
|
|
134
|
+
}).describe("Model for traffic policy configuration");
|
|
135
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointCircuitBreakerSchema = zod.z.object({
|
|
136
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional(),
|
|
137
|
+
num_buckets: zod.z.number().int().describe("Integer number of buckets into which metrics are retained. Max 128.").nullable().optional(),
|
|
138
|
+
rolling_window: zod.z.number().int().describe("Integer number of seconds in the statistical rolling window that metrics are retained for").nullable().optional(),
|
|
139
|
+
tripped_duration: zod.z.number().int().describe("Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health").nullable().optional(),
|
|
140
|
+
volume_threshold: zod.z.number().int().describe("Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low.").nullable().optional(),
|
|
141
|
+
error_threshold_percentage: zod.z.number().describe("Error threshold percentage should be between 0 - 1.0, not 0-100.0").nullable().optional()
|
|
142
|
+
}).describe("Model for circuit breaker configuration");
|
|
143
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointRequestHeadersSchema = zod.z.object({
|
|
144
|
+
add: zod.z.object({}).describe("a map of header key to header value that will be injected into the HTTP Request before being sent to the upstream application server").nullable().optional(),
|
|
145
|
+
remove: zod.z.array(zod.z.string()).describe("a list of header names that will be removed from the HTTP Request before being sent to the upstream application server").nullable().optional(),
|
|
146
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional()
|
|
147
|
+
}).describe("Model for request headers configuration");
|
|
148
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointResponseHeadersSchema = zod.z.object({
|
|
149
|
+
add: zod.z.object({}).describe("a map of header key to header value that will be injected into the HTTP Response returned to the HTTP client").nullable().optional(),
|
|
150
|
+
remove: zod.z.array(zod.z.string()).describe("a list of header names that will be removed from the HTTP Response returned to the HTTP client").nullable().optional(),
|
|
151
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional()
|
|
152
|
+
}).describe("Model for response headers configuration");
|
|
153
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointUserAgentFilterSchema = zod.z.object({
|
|
154
|
+
deny: zod.z.array(zod.z.string()).describe("list of user agent patterns to deny").nullable().optional(),
|
|
155
|
+
allow: zod.z.array(zod.z.string()).describe("list of user agent patterns to allow").nullable().optional(),
|
|
156
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic").nullable().optional()
|
|
157
|
+
}).describe("Model for user agent filter configuration");
|
|
158
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointWebhookValidationSchema = zod.z.object({
|
|
159
|
+
secret: zod.z.string().describe("a string secret used to validate requests from the given provider. All providers except AWS SNS require a secret").nullable().optional(),
|
|
160
|
+
enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional(),
|
|
161
|
+
provider: zod.z.string().describe("a string indicating which webhook provider will be sending webhooks to this endpoint. Value must be one of the supported providers").nullable().optional()
|
|
162
|
+
}).describe("Model for webhook verification configuration");
|
|
163
|
+
const NgrokUpdateHttpsEdgeRoute_EndpointWebsocketTCPConverterSchema = zod.z.object({ enabled: zod.z.boolean().describe("true if the module will be applied to traffic, false to disable. default true if unspecified").nullable().optional() }).describe("Model for WebSocket to TCP converter configuration");
|
|
164
|
+
const NgrokUpdateHttpsEdgeRouteOutput = zod.z.object({
|
|
165
|
+
id: zod.z.string().describe("unique identifier of this edge route"),
|
|
166
|
+
uri: zod.z.string().describe("URI of the edge API resource"),
|
|
167
|
+
oidc: NgrokUpdateHttpsEdgeRoute_EndpointOIDCSchema.nullable().optional(),
|
|
168
|
+
saml: NgrokUpdateHttpsEdgeRoute_EndpointSAMLSchema.nullable().optional(),
|
|
169
|
+
match: zod.z.string().describe("Route selector: '/blog' or 'example.com' or 'example.com/blog'"),
|
|
170
|
+
oauth: NgrokUpdateHttpsEdgeRoute_EndpointOAuthSchema.nullable().optional(),
|
|
171
|
+
backend: NgrokUpdateHttpsEdgeRoute_EndpointBackendResponseSchema.nullable().optional(),
|
|
172
|
+
edge_id: zod.z.string().describe("unique identifier of this edge"),
|
|
173
|
+
metadata: zod.z.string().describe("arbitrary user-defined machine-readable data of this edge").nullable().optional(),
|
|
174
|
+
created_at: zod.z.string().describe("timestamp when the edge configuration was created, RFC 3339 format"),
|
|
175
|
+
match_type: zod.z.string().describe("Type of match to use for this route. Valid values are 'exact_path' and 'path_prefix'"),
|
|
176
|
+
compression: NgrokUpdateHttpsEdgeRoute_EndpointCompressionSchema.nullable().optional(),
|
|
177
|
+
description: zod.z.string().describe("human-readable description of what this edge will be used for").nullable().optional(),
|
|
178
|
+
ip_restriction: NgrokUpdateHttpsEdgeRoute_EndpointIPPolicyResponseSchema.nullable().optional(),
|
|
179
|
+
traffic_policy: NgrokUpdateHttpsEdgeRoute_EndpointTrafficPolicySchema.nullable().optional(),
|
|
180
|
+
circuit_breaker: NgrokUpdateHttpsEdgeRoute_EndpointCircuitBreakerSchema.nullable().optional(),
|
|
181
|
+
request_headers: NgrokUpdateHttpsEdgeRoute_EndpointRequestHeadersSchema.nullable().optional(),
|
|
182
|
+
response_headers: NgrokUpdateHttpsEdgeRoute_EndpointResponseHeadersSchema.nullable().optional(),
|
|
183
|
+
user_agent_filter: NgrokUpdateHttpsEdgeRoute_EndpointUserAgentFilterSchema.nullable().optional(),
|
|
184
|
+
webhook_verification: NgrokUpdateHttpsEdgeRoute_EndpointWebhookValidationSchema.nullable().optional(),
|
|
185
|
+
websocket_tcp_converter: NgrokUpdateHttpsEdgeRoute_EndpointWebsocketTCPConverterSchema.nullable().optional()
|
|
186
|
+
}).describe("Response model for updating an HTTPS edge route");
|
|
187
|
+
const ngrokUpdateHttpsEdgeRoute = require_action.action("NGROK_UPDATE_HTTPS_EDGE_ROUTE", {
|
|
188
|
+
slug: "ngrok-update-https-edge-route",
|
|
189
|
+
name: "Update HTTPS Edge Route",
|
|
190
|
+
description: "Tool to update an HTTPS edge route by ID. Use when you need to modify route configuration for HTTPS traffic handling. Updates can include match patterns, module settings, and metadata. Unspecified modules remain unchanged.",
|
|
191
|
+
input: NgrokUpdateHttpsEdgeRouteInput,
|
|
192
|
+
output: NgrokUpdateHttpsEdgeRouteOutput
|
|
193
|
+
});
|
|
194
|
+
//#endregion
|
|
195
|
+
exports.ngrokUpdateHttpsEdgeRoute = ngrokUpdateHttpsEdgeRoute;
|
|
196
|
+
|
|
197
|
+
//# sourceMappingURL=update-https-edge-route.cjs.map
|