@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,47 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-endpoints.ts
|
|
4
|
+
const NgrokListEndpointsInput = zod.z.object({
|
|
5
|
+
limit: zod.z.number().int().describe("Maximum number of endpoints to return (max 100). Defaults to 100 if not specified.").optional(),
|
|
6
|
+
filter: zod.z.string().describe("CEL expression to filter endpoints. Supports fields: id, metadata, created_at. Example: 'id == \"ep_xxx\"' or 'metadata contains \"prod\"'").optional(),
|
|
7
|
+
before_id: zod.z.string().describe("Pagination cursor. Returns endpoints created before this ID. Use next_page_uri from previous response for pagination.").optional()
|
|
8
|
+
}).describe("Request model for listing endpoints with optional filtering and pagination.");
|
|
9
|
+
const NgrokListEndpoints_EndpointRefSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("A resource identifier"),
|
|
11
|
+
uri: zod.z.string().describe("A URI for locating a resource")
|
|
12
|
+
}).describe("Reference to an ngrok resource.");
|
|
13
|
+
const NgrokListEndpoints_EndpointSchema = zod.z.object({
|
|
14
|
+
id: zod.z.string().describe("Unique endpoint resource identifier"),
|
|
15
|
+
url: zod.z.string().describe("The URL of the endpoint").nullable().optional(),
|
|
16
|
+
edge: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),
|
|
17
|
+
type: zod.z.string().describe("Type of endpoint (ephemeral, edge, or cloud)"),
|
|
18
|
+
proto: zod.z.string().describe("Protocol served by this endpoint (http, https, tcp, or tls)"),
|
|
19
|
+
domain: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),
|
|
20
|
+
region: zod.z.string().describe("Identifier of the region this endpoint belongs to").nullable().optional(),
|
|
21
|
+
tunnel: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),
|
|
22
|
+
bindings: zod.z.array(zod.z.string()).describe("The bindings associated with this endpoint").nullable().optional(),
|
|
23
|
+
metadata: zod.z.string().describe("User-supplied metadata of the associated tunnel or edge object").nullable().optional(),
|
|
24
|
+
principal: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),
|
|
25
|
+
created_at: zod.z.string().describe("Timestamp when the endpoint was created in RFC 3339 format"),
|
|
26
|
+
public_url: zod.z.string().describe("URL of the hostport served by this endpoint").nullable().optional(),
|
|
27
|
+
updated_at: zod.z.string().describe("Timestamp when the endpoint was updated in RFC 3339 format"),
|
|
28
|
+
description: zod.z.string().describe("User-supplied description of the associated tunnel").nullable().optional(),
|
|
29
|
+
tunnel_session: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),
|
|
30
|
+
pooling_enabled: zod.z.boolean().describe("Whether the endpoint allows pooling").nullable().optional()
|
|
31
|
+
}).describe("Details of an ngrok endpoint.");
|
|
32
|
+
const NgrokListEndpointsOutput = zod.z.object({
|
|
33
|
+
uri: zod.z.string().describe("URI of the endpoints list API resource"),
|
|
34
|
+
endpoints: zod.z.array(NgrokListEndpoints_EndpointSchema).describe("The list of all active endpoints on this account").nullable().optional(),
|
|
35
|
+
next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
|
|
36
|
+
}).describe("Response model for listing endpoints.");
|
|
37
|
+
const ngrokListEndpoints = require_action.action("NGROK_LIST_ENDPOINTS", {
|
|
38
|
+
slug: "ngrok-list-endpoints",
|
|
39
|
+
name: "List All Endpoints",
|
|
40
|
+
description: "List all active endpoints on the ngrok account. This tool will list all active endpoints on the ngrok account, providing visibility into running tunnels and endpoints. It requires no input parameters beyond authentication and serves as a fundamental component for monitoring, managing, and referencing ngrok resources.",
|
|
41
|
+
input: NgrokListEndpointsInput,
|
|
42
|
+
output: NgrokListEndpointsOutput
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.ngrokListEndpoints = ngrokListEndpoints;
|
|
46
|
+
|
|
47
|
+
//# sourceMappingURL=list-endpoints.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-endpoints.cjs","names":["z","action"],"sources":["../../src/actions/list-endpoints.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListEndpointsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of endpoints to return (max 100). Defaults to 100 if not specified.\").optional(),\n filter: z.string().describe(\"CEL expression to filter endpoints. Supports fields: id, metadata, created_at. Example: 'id == \\\"ep_xxx\\\"' or 'metadata contains \\\"prod\\\"'\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns endpoints created before this ID. Use next_page_uri from previous response for pagination.\").optional(),\n}).describe(\"Request model for listing endpoints with optional filtering and pagination.\");\nconst NgrokListEndpoints_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.\");\nconst NgrokListEndpoints_EndpointSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique endpoint resource identifier\"),\n url: z.string().describe(\"The URL of the endpoint\").nullable().optional(),\n edge: NgrokListEndpoints_EndpointRefSchema.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: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),\n region: z.string().describe(\"Identifier of the region this endpoint belongs to\").nullable().optional(),\n tunnel: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),\n bindings: z.array(z.string()).describe(\"The bindings associated with this endpoint\").nullable().optional(),\n metadata: z.string().describe(\"User-supplied metadata of the associated tunnel or edge object\").nullable().optional(),\n principal: NgrokListEndpoints_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(\"URL of 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 tunnel_session: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),\n pooling_enabled: z.boolean().describe(\"Whether the endpoint allows pooling\").nullable().optional(),\n}).describe(\"Details of an ngrok endpoint.\");\nexport const NgrokListEndpointsOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the endpoints list API resource\"),\n endpoints: z.array(NgrokListEndpoints_EndpointSchema).describe(\"The list of all active endpoints on this account\").nullable().optional(),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for listing endpoints.\");\n\nexport const ngrokListEndpoints = action(\"NGROK_LIST_ENDPOINTS\", {\n slug: \"ngrok-list-endpoints\",\n name: \"List All Endpoints\",\n description: \"List all active endpoints on the ngrok account. This tool will list all active endpoints on the ngrok account, providing visibility into running tunnels and endpoints. It requires no input parameters beyond authentication and serves as a fundamental component for monitoring, managing, and referencing ngrok resources.\",\n input: NgrokListEndpointsInput,\n output: NgrokListEndpointsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CAChI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4IAA4I,CAAC,CAAC,SAAS;CACnL,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS;AACnK,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC/C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AAC1D,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,MAAM,qCAAqC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACxF,QAAQ,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,QAAQ,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACjE,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,WAAW,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC5F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,gBAAgB,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACzE,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACjE,WAAWA,IAAAA,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-endpoints.d.ts
|
|
4
|
+
declare const NgrokListEndpointsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListEndpointsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListEndpoints: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListEndpoints };
|
|
9
|
+
//# sourceMappingURL=list-endpoints.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-endpoints.d.cts","names":[],"sources":["../../src/actions/list-endpoints.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAIkD;AAAA,cAwB7E,wBAAA,EAA0B,CAAA,CAAE,UAIW;AAAA,cAEvC,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-endpoints.d.ts
|
|
4
|
+
declare const NgrokListEndpointsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListEndpointsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListEndpoints: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListEndpoints };
|
|
9
|
+
//# sourceMappingURL=list-endpoints.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-endpoints.d.mts","names":[],"sources":["../../src/actions/list-endpoints.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAIkD;AAAA,cAwB7E,wBAAA,EAA0B,CAAA,CAAE,UAIW;AAAA,cAEvC,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-endpoints.ts
|
|
4
|
+
const NgrokListEndpointsInput = z.object({
|
|
5
|
+
limit: z.number().int().describe("Maximum number of endpoints to return (max 100). Defaults to 100 if not specified.").optional(),
|
|
6
|
+
filter: z.string().describe("CEL expression to filter endpoints. Supports fields: id, metadata, created_at. Example: 'id == \"ep_xxx\"' or 'metadata contains \"prod\"'").optional(),
|
|
7
|
+
before_id: z.string().describe("Pagination cursor. Returns endpoints created before this ID. Use next_page_uri from previous response for pagination.").optional()
|
|
8
|
+
}).describe("Request model for listing endpoints with optional filtering and pagination.");
|
|
9
|
+
const NgrokListEndpoints_EndpointRefSchema = z.object({
|
|
10
|
+
id: z.string().describe("A resource identifier"),
|
|
11
|
+
uri: z.string().describe("A URI for locating a resource")
|
|
12
|
+
}).describe("Reference to an ngrok resource.");
|
|
13
|
+
const NgrokListEndpoints_EndpointSchema = z.object({
|
|
14
|
+
id: z.string().describe("Unique endpoint resource identifier"),
|
|
15
|
+
url: z.string().describe("The URL of the endpoint").nullable().optional(),
|
|
16
|
+
edge: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),
|
|
17
|
+
type: z.string().describe("Type of endpoint (ephemeral, edge, or cloud)"),
|
|
18
|
+
proto: z.string().describe("Protocol served by this endpoint (http, https, tcp, or tls)"),
|
|
19
|
+
domain: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),
|
|
20
|
+
region: z.string().describe("Identifier of the region this endpoint belongs to").nullable().optional(),
|
|
21
|
+
tunnel: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),
|
|
22
|
+
bindings: z.array(z.string()).describe("The bindings associated with this endpoint").nullable().optional(),
|
|
23
|
+
metadata: z.string().describe("User-supplied metadata of the associated tunnel or edge object").nullable().optional(),
|
|
24
|
+
principal: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),
|
|
25
|
+
created_at: z.string().describe("Timestamp when the endpoint was created in RFC 3339 format"),
|
|
26
|
+
public_url: z.string().describe("URL of the hostport served by this endpoint").nullable().optional(),
|
|
27
|
+
updated_at: z.string().describe("Timestamp when the endpoint was updated in RFC 3339 format"),
|
|
28
|
+
description: z.string().describe("User-supplied description of the associated tunnel").nullable().optional(),
|
|
29
|
+
tunnel_session: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),
|
|
30
|
+
pooling_enabled: z.boolean().describe("Whether the endpoint allows pooling").nullable().optional()
|
|
31
|
+
}).describe("Details of an ngrok endpoint.");
|
|
32
|
+
const ngrokListEndpoints = action("NGROK_LIST_ENDPOINTS", {
|
|
33
|
+
slug: "ngrok-list-endpoints",
|
|
34
|
+
name: "List All Endpoints",
|
|
35
|
+
description: "List all active endpoints on the ngrok account. This tool will list all active endpoints on the ngrok account, providing visibility into running tunnels and endpoints. It requires no input parameters beyond authentication and serves as a fundamental component for monitoring, managing, and referencing ngrok resources.",
|
|
36
|
+
input: NgrokListEndpointsInput,
|
|
37
|
+
output: z.object({
|
|
38
|
+
uri: z.string().describe("URI of the endpoints list API resource"),
|
|
39
|
+
endpoints: z.array(NgrokListEndpoints_EndpointSchema).describe("The list of all active endpoints on this account").nullable().optional(),
|
|
40
|
+
next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
|
|
41
|
+
}).describe("Response model for listing endpoints.")
|
|
42
|
+
});
|
|
43
|
+
//#endregion
|
|
44
|
+
export { ngrokListEndpoints };
|
|
45
|
+
|
|
46
|
+
//# sourceMappingURL=list-endpoints.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-endpoints.mjs","names":[],"sources":["../../src/actions/list-endpoints.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListEndpointsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of endpoints to return (max 100). Defaults to 100 if not specified.\").optional(),\n filter: z.string().describe(\"CEL expression to filter endpoints. Supports fields: id, metadata, created_at. Example: 'id == \\\"ep_xxx\\\"' or 'metadata contains \\\"prod\\\"'\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns endpoints created before this ID. Use next_page_uri from previous response for pagination.\").optional(),\n}).describe(\"Request model for listing endpoints with optional filtering and pagination.\");\nconst NgrokListEndpoints_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.\");\nconst NgrokListEndpoints_EndpointSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique endpoint resource identifier\"),\n url: z.string().describe(\"The URL of the endpoint\").nullable().optional(),\n edge: NgrokListEndpoints_EndpointRefSchema.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: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),\n region: z.string().describe(\"Identifier of the region this endpoint belongs to\").nullable().optional(),\n tunnel: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),\n bindings: z.array(z.string()).describe(\"The bindings associated with this endpoint\").nullable().optional(),\n metadata: z.string().describe(\"User-supplied metadata of the associated tunnel or edge object\").nullable().optional(),\n principal: NgrokListEndpoints_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(\"URL of 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 tunnel_session: NgrokListEndpoints_EndpointRefSchema.nullable().optional(),\n pooling_enabled: z.boolean().describe(\"Whether the endpoint allows pooling\").nullable().optional(),\n}).describe(\"Details of an ngrok endpoint.\");\nexport const NgrokListEndpointsOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the endpoints list API resource\"),\n endpoints: z.array(NgrokListEndpoints_EndpointSchema).describe(\"The list of all active endpoints on this account\").nullable().optional(),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for listing endpoints.\");\n\nexport const ngrokListEndpoints = action(\"NGROK_LIST_ENDPOINTS\", {\n slug: \"ngrok-list-endpoints\",\n name: \"List All Endpoints\",\n description: \"List all active endpoints on the ngrok account. This tool will list all active endpoints on the ngrok account, providing visibility into running tunnels and endpoints. It requires no input parameters beyond authentication and serves as a fundamental component for monitoring, managing, and referencing ngrok resources.\",\n input: NgrokListEndpointsInput,\n output: NgrokListEndpointsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO;CAC5D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CAChI,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4IAA4I,CAAC,CAAC,SAAS;CACnL,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS;AACnK,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,uCAAqD,EAAE,OAAO;CAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC/C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AAC1D,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAM,oCAAkD,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,MAAM,qCAAqC,SAAS,CAAC,CAAC,SAAS;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACxE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACxF,QAAQ,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,QAAQ,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACjE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,WAAW,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACpE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC5F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,gBAAgB,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACzE,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAO3C,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXoD,EAAE,OAAO;EAC7D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACjE,WAAW,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvI,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-event-destinations.ts
|
|
4
|
+
const NgrokListEventDestinationsInput = zod.z.object({
|
|
5
|
+
limit: zod.z.string().describe("Maximum number of Event Destinations to return. See the API Overview for pagination details.").optional(),
|
|
6
|
+
filter: zod.z.string().describe("A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See ngrok API Filtering documentation for syntax and field details.").optional(),
|
|
7
|
+
before_id: zod.z.string().describe("Pagination cursor. Returns earlier entries in the result set, sorted by ID.").optional()
|
|
8
|
+
}).describe("Request model for listing Event Destinations with optional filtering and pagination.");
|
|
9
|
+
const NgrokListEventDestinations_EventTargetDatadogSchema = zod.z.object({
|
|
10
|
+
ddsite: zod.z.string().describe("Datadog site to send event to").nullable().optional(),
|
|
11
|
+
ddtags: zod.z.string().describe("Tags to send with the event").nullable().optional(),
|
|
12
|
+
api_key: zod.z.string().describe("Datadog API key to use").nullable().optional(),
|
|
13
|
+
service: zod.z.string().describe("Service name to send with the event").nullable().optional()
|
|
14
|
+
}).describe("Datadog target configuration.");
|
|
15
|
+
const NgrokListEventDestinations_AWSRoleSchema = zod.z.object({ role_arn: zod.z.string().describe("The role ARN that ngrok should use to deliver events").nullable().optional() }).describe("AWS IAM role for ngrok to assume.");
|
|
16
|
+
const NgrokListEventDestinations_AWSCredentialsSchema = zod.z.object({
|
|
17
|
+
aws_access_key_id: zod.z.string().describe("The ID portion of an AWS access key").nullable().optional(),
|
|
18
|
+
aws_secret_access_key: zod.z.string().describe("The secret portion of an AWS access key").nullable().optional()
|
|
19
|
+
}).describe("AWS access key credentials for authentication.");
|
|
20
|
+
const NgrokListEventDestinations_AWSAuthSchema = zod.z.object({
|
|
21
|
+
role: NgrokListEventDestinations_AWSRoleSchema.nullable().optional(),
|
|
22
|
+
creds: NgrokListEventDestinations_AWSCredentialsSchema.nullable().optional()
|
|
23
|
+
}).describe("Configuration for authenticating into AWS account.");
|
|
24
|
+
const NgrokListEventDestinations_EventTargetKinesisSchema = zod.z.object({
|
|
25
|
+
auth: NgrokListEventDestinations_AWSAuthSchema.nullable().optional(),
|
|
26
|
+
stream_arn: zod.z.string().describe("ARN specifying the Kinesis stream target").nullable().optional()
|
|
27
|
+
}).describe("Amazon Kinesis stream target configuration.");
|
|
28
|
+
const NgrokListEventDestinations_EventTargetFirehoseSchema = zod.z.object({
|
|
29
|
+
auth: NgrokListEventDestinations_AWSAuthSchema.nullable().optional(),
|
|
30
|
+
delivery_stream_arn: zod.z.string().describe("ARN for the Firehose delivery stream destination").nullable().optional()
|
|
31
|
+
}).describe("Amazon Kinesis Data Firehose target configuration.");
|
|
32
|
+
const NgrokListEventDestinations_EventTargetCloudwatchLogsSchema = zod.z.object({
|
|
33
|
+
auth: NgrokListEventDestinations_AWSAuthSchema.nullable().optional(),
|
|
34
|
+
log_group_arn: zod.z.string().describe("ARN for the CloudWatch Logs group destination").nullable().optional()
|
|
35
|
+
}).describe("Amazon CloudWatch Logs target configuration.");
|
|
36
|
+
const NgrokListEventDestinations_EventTargetAzureLogsIngestionSchema = zod.z.object({
|
|
37
|
+
client_id: zod.z.string().describe("Client ID for the application client").nullable().optional(),
|
|
38
|
+
tenant_id: zod.z.string().describe("Tenant ID for the Azure account").nullable().optional(),
|
|
39
|
+
client_secret: zod.z.string().describe("Client Secret for the application client").nullable().optional(),
|
|
40
|
+
logs_ingestion_uri: zod.z.string().describe("Data collection endpoint URI").nullable().optional(),
|
|
41
|
+
data_collection_rule_id: zod.z.string().describe("Data collection rule immutable ID").nullable().optional(),
|
|
42
|
+
data_collection_stream_name: zod.z.string().describe("Stream destination within the DCR").nullable().optional()
|
|
43
|
+
}).describe("Azure Logs Ingestion target configuration.");
|
|
44
|
+
const NgrokListEventDestinations_EventTargetSchema = zod.z.object({
|
|
45
|
+
datadog: NgrokListEventDestinations_EventTargetDatadogSchema.nullable().optional(),
|
|
46
|
+
kinesis: NgrokListEventDestinations_EventTargetKinesisSchema.nullable().optional(),
|
|
47
|
+
firehose: NgrokListEventDestinations_EventTargetFirehoseSchema.nullable().optional(),
|
|
48
|
+
cloudwatch_logs: NgrokListEventDestinations_EventTargetCloudwatchLogsSchema.nullable().optional(),
|
|
49
|
+
azure_logs_ingestion: NgrokListEventDestinations_EventTargetAzureLogsIngestionSchema.nullable().optional()
|
|
50
|
+
}).describe("Target configuration for event destination delivery.");
|
|
51
|
+
const NgrokListEventDestinations_EventDestinationSchema = zod.z.object({
|
|
52
|
+
id: zod.z.string().describe("Unique identifier for this Event Destination"),
|
|
53
|
+
uri: zod.z.string().describe("URI of the Event Destination API resource"),
|
|
54
|
+
format: zod.z.string().describe("Output serialization format (currently only JSON supported)"),
|
|
55
|
+
target: NgrokListEventDestinations_EventTargetSchema.nullable(),
|
|
56
|
+
metadata: zod.z.string().describe("User-defined machine-readable data, max 4096 bytes").nullable().optional(),
|
|
57
|
+
created_at: zod.z.string().describe("Timestamp when the Event Destination was created, RFC 3339 format"),
|
|
58
|
+
description: zod.z.string().describe("Human-readable description, max 255 bytes").nullable().optional()
|
|
59
|
+
}).describe("Configuration for an Event Destination.");
|
|
60
|
+
const NgrokListEventDestinationsOutput = zod.z.object({
|
|
61
|
+
uri: zod.z.string().describe("URI of the Event Destinations list API resource"),
|
|
62
|
+
next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
|
|
63
|
+
event_destinations: zod.z.array(NgrokListEventDestinations_EventDestinationSchema).describe("The list of all Event Destinations on this account").nullable().optional()
|
|
64
|
+
}).describe("Response model for listing Event Destinations.");
|
|
65
|
+
const ngrokListEventDestinations = require_action.action("NGROK_LIST_EVENT_DESTINATIONS", {
|
|
66
|
+
slug: "ngrok-list-event-destinations",
|
|
67
|
+
name: "List Event Destinations",
|
|
68
|
+
description: "List all Event Destinations on the ngrok account. Event Destinations define where and how ngrok should send event data (e.g., to AWS, Datadog, Azure). Use this to view configured event streaming targets.",
|
|
69
|
+
input: NgrokListEventDestinationsInput,
|
|
70
|
+
output: NgrokListEventDestinationsOutput
|
|
71
|
+
});
|
|
72
|
+
//#endregion
|
|
73
|
+
exports.ngrokListEventDestinations = ngrokListEventDestinations;
|
|
74
|
+
|
|
75
|
+
//# sourceMappingURL=list-event-destinations.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-event-destinations.cjs","names":["z","action"],"sources":["../../src/actions/list-event-destinations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListEventDestinationsInput: z.ZodTypeAny = z.object({\n limit: z.string().describe(\"Maximum number of Event Destinations to return. See the API Overview for pagination details.\").optional(),\n filter: z.string().describe(\"A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See ngrok API Filtering documentation for syntax and field details.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns earlier entries in the result set, sorted by ID.\").optional(),\n}).describe(\"Request model for listing Event Destinations with optional filtering and pagination.\");\nconst NgrokListEventDestinations_EventTargetDatadogSchema: z.ZodTypeAny = z.object({\n ddsite: z.string().describe(\"Datadog site to send event to\").nullable().optional(),\n ddtags: z.string().describe(\"Tags to send with the event\").nullable().optional(),\n api_key: z.string().describe(\"Datadog API key to use\").nullable().optional(),\n service: z.string().describe(\"Service name to send with the event\").nullable().optional(),\n}).describe(\"Datadog target configuration.\");\nconst NgrokListEventDestinations_AWSRoleSchema: z.ZodTypeAny = z.object({\n role_arn: z.string().describe(\"The role ARN that ngrok should use to deliver events\").nullable().optional(),\n}).describe(\"AWS IAM role for ngrok to assume.\");\nconst NgrokListEventDestinations_AWSCredentialsSchema: z.ZodTypeAny = z.object({\n aws_access_key_id: z.string().describe(\"The ID portion of an AWS access key\").nullable().optional(),\n aws_secret_access_key: z.string().describe(\"The secret portion of an AWS access key\").nullable().optional(),\n}).describe(\"AWS access key credentials for authentication.\");\nconst NgrokListEventDestinations_AWSAuthSchema: z.ZodTypeAny = z.object({\n role: NgrokListEventDestinations_AWSRoleSchema.nullable().optional(),\n creds: NgrokListEventDestinations_AWSCredentialsSchema.nullable().optional(),\n}).describe(\"Configuration for authenticating into AWS account.\");\nconst NgrokListEventDestinations_EventTargetKinesisSchema: z.ZodTypeAny = z.object({\n auth: NgrokListEventDestinations_AWSAuthSchema.nullable().optional(),\n stream_arn: z.string().describe(\"ARN specifying the Kinesis stream target\").nullable().optional(),\n}).describe(\"Amazon Kinesis stream target configuration.\");\nconst NgrokListEventDestinations_EventTargetFirehoseSchema: z.ZodTypeAny = z.object({\n auth: NgrokListEventDestinations_AWSAuthSchema.nullable().optional(),\n delivery_stream_arn: z.string().describe(\"ARN for the Firehose delivery stream destination\").nullable().optional(),\n}).describe(\"Amazon Kinesis Data Firehose target configuration.\");\nconst NgrokListEventDestinations_EventTargetCloudwatchLogsSchema: z.ZodTypeAny = z.object({\n auth: NgrokListEventDestinations_AWSAuthSchema.nullable().optional(),\n log_group_arn: z.string().describe(\"ARN for the CloudWatch Logs group destination\").nullable().optional(),\n}).describe(\"Amazon CloudWatch Logs target configuration.\");\nconst NgrokListEventDestinations_EventTargetAzureLogsIngestionSchema: z.ZodTypeAny = z.object({\n client_id: z.string().describe(\"Client ID for the application client\").nullable().optional(),\n tenant_id: z.string().describe(\"Tenant ID for the Azure account\").nullable().optional(),\n client_secret: z.string().describe(\"Client Secret for the application client\").nullable().optional(),\n logs_ingestion_uri: z.string().describe(\"Data collection endpoint URI\").nullable().optional(),\n data_collection_rule_id: z.string().describe(\"Data collection rule immutable ID\").nullable().optional(),\n data_collection_stream_name: z.string().describe(\"Stream destination within the DCR\").nullable().optional(),\n}).describe(\"Azure Logs Ingestion target configuration.\");\nconst NgrokListEventDestinations_EventTargetSchema: z.ZodTypeAny = z.object({\n datadog: NgrokListEventDestinations_EventTargetDatadogSchema.nullable().optional(),\n kinesis: NgrokListEventDestinations_EventTargetKinesisSchema.nullable().optional(),\n firehose: NgrokListEventDestinations_EventTargetFirehoseSchema.nullable().optional(),\n cloudwatch_logs: NgrokListEventDestinations_EventTargetCloudwatchLogsSchema.nullable().optional(),\n azure_logs_ingestion: NgrokListEventDestinations_EventTargetAzureLogsIngestionSchema.nullable().optional(),\n}).describe(\"Target configuration for event destination delivery.\");\nconst NgrokListEventDestinations_EventDestinationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this Event Destination\"),\n uri: z.string().describe(\"URI of the Event Destination API resource\"),\n format: z.string().describe(\"Output serialization format (currently only JSON supported)\"),\n target: NgrokListEventDestinations_EventTargetSchema.nullable(),\n metadata: z.string().describe(\"User-defined machine-readable data, max 4096 bytes\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the Event Destination was created, RFC 3339 format\"),\n description: z.string().describe(\"Human-readable description, max 255 bytes\").nullable().optional(),\n}).describe(\"Configuration for an Event Destination.\");\nexport const NgrokListEventDestinationsOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the Event Destinations list API resource\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n event_destinations: z.array(NgrokListEventDestinations_EventDestinationSchema).describe(\"The list of all Event Destinations on this account\").nullable().optional(),\n}).describe(\"Response model for listing Event Destinations.\");\n\nexport const ngrokListEventDestinations = action(\"NGROK_LIST_EVENT_DESTINATIONS\", {\n slug: \"ngrok-list-event-destinations\",\n name: \"List Event Destinations\",\n description: \"List all Event Destinations on the ngrok account. Event Destinations define where and how ngrok should send event data (e.g., to AWS, Datadog, Azure). Use this to view configured event streaming targets.\",\n input: NgrokListEventDestinationsInput,\n output: NgrokListEventDestinationsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-event-destinations.d.ts
|
|
4
|
+
declare const NgrokListEventDestinationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListEventDestinationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListEventDestinations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListEventDestinations };
|
|
9
|
+
//# sourceMappingURL=list-event-destinations.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-event-destinations.d.cts","names":[],"sources":["../../src/actions/list-event-destinations.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAImD;AAAA,cAsDtF,gCAAA,EAAkC,CAAA,CAAE,UAIY;AAAA,cAEhD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-event-destinations.d.ts
|
|
4
|
+
declare const NgrokListEventDestinationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListEventDestinationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListEventDestinations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListEventDestinations };
|
|
9
|
+
//# sourceMappingURL=list-event-destinations.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-event-destinations.d.mts","names":[],"sources":["../../src/actions/list-event-destinations.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAImD;AAAA,cAsDtF,gCAAA,EAAkC,CAAA,CAAE,UAIY;AAAA,cAEhD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-event-destinations.ts
|
|
4
|
+
const NgrokListEventDestinationsInput = z.object({
|
|
5
|
+
limit: z.string().describe("Maximum number of Event Destinations to return. See the API Overview for pagination details.").optional(),
|
|
6
|
+
filter: z.string().describe("A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See ngrok API Filtering documentation for syntax and field details.").optional(),
|
|
7
|
+
before_id: z.string().describe("Pagination cursor. Returns earlier entries in the result set, sorted by ID.").optional()
|
|
8
|
+
}).describe("Request model for listing Event Destinations with optional filtering and pagination.");
|
|
9
|
+
const NgrokListEventDestinations_EventTargetDatadogSchema = z.object({
|
|
10
|
+
ddsite: z.string().describe("Datadog site to send event to").nullable().optional(),
|
|
11
|
+
ddtags: z.string().describe("Tags to send with the event").nullable().optional(),
|
|
12
|
+
api_key: z.string().describe("Datadog API key to use").nullable().optional(),
|
|
13
|
+
service: z.string().describe("Service name to send with the event").nullable().optional()
|
|
14
|
+
}).describe("Datadog target configuration.");
|
|
15
|
+
const NgrokListEventDestinations_AWSRoleSchema = z.object({ role_arn: z.string().describe("The role ARN that ngrok should use to deliver events").nullable().optional() }).describe("AWS IAM role for ngrok to assume.");
|
|
16
|
+
const NgrokListEventDestinations_AWSCredentialsSchema = z.object({
|
|
17
|
+
aws_access_key_id: z.string().describe("The ID portion of an AWS access key").nullable().optional(),
|
|
18
|
+
aws_secret_access_key: z.string().describe("The secret portion of an AWS access key").nullable().optional()
|
|
19
|
+
}).describe("AWS access key credentials for authentication.");
|
|
20
|
+
const NgrokListEventDestinations_AWSAuthSchema = z.object({
|
|
21
|
+
role: NgrokListEventDestinations_AWSRoleSchema.nullable().optional(),
|
|
22
|
+
creds: NgrokListEventDestinations_AWSCredentialsSchema.nullable().optional()
|
|
23
|
+
}).describe("Configuration for authenticating into AWS account.");
|
|
24
|
+
const NgrokListEventDestinations_EventTargetKinesisSchema = z.object({
|
|
25
|
+
auth: NgrokListEventDestinations_AWSAuthSchema.nullable().optional(),
|
|
26
|
+
stream_arn: z.string().describe("ARN specifying the Kinesis stream target").nullable().optional()
|
|
27
|
+
}).describe("Amazon Kinesis stream target configuration.");
|
|
28
|
+
const NgrokListEventDestinations_EventTargetFirehoseSchema = z.object({
|
|
29
|
+
auth: NgrokListEventDestinations_AWSAuthSchema.nullable().optional(),
|
|
30
|
+
delivery_stream_arn: z.string().describe("ARN for the Firehose delivery stream destination").nullable().optional()
|
|
31
|
+
}).describe("Amazon Kinesis Data Firehose target configuration.");
|
|
32
|
+
const NgrokListEventDestinations_EventTargetCloudwatchLogsSchema = z.object({
|
|
33
|
+
auth: NgrokListEventDestinations_AWSAuthSchema.nullable().optional(),
|
|
34
|
+
log_group_arn: z.string().describe("ARN for the CloudWatch Logs group destination").nullable().optional()
|
|
35
|
+
}).describe("Amazon CloudWatch Logs target configuration.");
|
|
36
|
+
const NgrokListEventDestinations_EventTargetAzureLogsIngestionSchema = z.object({
|
|
37
|
+
client_id: z.string().describe("Client ID for the application client").nullable().optional(),
|
|
38
|
+
tenant_id: z.string().describe("Tenant ID for the Azure account").nullable().optional(),
|
|
39
|
+
client_secret: z.string().describe("Client Secret for the application client").nullable().optional(),
|
|
40
|
+
logs_ingestion_uri: z.string().describe("Data collection endpoint URI").nullable().optional(),
|
|
41
|
+
data_collection_rule_id: z.string().describe("Data collection rule immutable ID").nullable().optional(),
|
|
42
|
+
data_collection_stream_name: z.string().describe("Stream destination within the DCR").nullable().optional()
|
|
43
|
+
}).describe("Azure Logs Ingestion target configuration.");
|
|
44
|
+
const NgrokListEventDestinations_EventTargetSchema = z.object({
|
|
45
|
+
datadog: NgrokListEventDestinations_EventTargetDatadogSchema.nullable().optional(),
|
|
46
|
+
kinesis: NgrokListEventDestinations_EventTargetKinesisSchema.nullable().optional(),
|
|
47
|
+
firehose: NgrokListEventDestinations_EventTargetFirehoseSchema.nullable().optional(),
|
|
48
|
+
cloudwatch_logs: NgrokListEventDestinations_EventTargetCloudwatchLogsSchema.nullable().optional(),
|
|
49
|
+
azure_logs_ingestion: NgrokListEventDestinations_EventTargetAzureLogsIngestionSchema.nullable().optional()
|
|
50
|
+
}).describe("Target configuration for event destination delivery.");
|
|
51
|
+
const NgrokListEventDestinations_EventDestinationSchema = z.object({
|
|
52
|
+
id: z.string().describe("Unique identifier for this Event Destination"),
|
|
53
|
+
uri: z.string().describe("URI of the Event Destination API resource"),
|
|
54
|
+
format: z.string().describe("Output serialization format (currently only JSON supported)"),
|
|
55
|
+
target: NgrokListEventDestinations_EventTargetSchema.nullable(),
|
|
56
|
+
metadata: z.string().describe("User-defined machine-readable data, max 4096 bytes").nullable().optional(),
|
|
57
|
+
created_at: z.string().describe("Timestamp when the Event Destination was created, RFC 3339 format"),
|
|
58
|
+
description: z.string().describe("Human-readable description, max 255 bytes").nullable().optional()
|
|
59
|
+
}).describe("Configuration for an Event Destination.");
|
|
60
|
+
const ngrokListEventDestinations = action("NGROK_LIST_EVENT_DESTINATIONS", {
|
|
61
|
+
slug: "ngrok-list-event-destinations",
|
|
62
|
+
name: "List Event Destinations",
|
|
63
|
+
description: "List all Event Destinations on the ngrok account. Event Destinations define where and how ngrok should send event data (e.g., to AWS, Datadog, Azure). Use this to view configured event streaming targets.",
|
|
64
|
+
input: NgrokListEventDestinationsInput,
|
|
65
|
+
output: z.object({
|
|
66
|
+
uri: z.string().describe("URI of the Event Destinations list API resource"),
|
|
67
|
+
next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
|
|
68
|
+
event_destinations: z.array(NgrokListEventDestinations_EventDestinationSchema).describe("The list of all Event Destinations on this account").nullable().optional()
|
|
69
|
+
}).describe("Response model for listing Event Destinations.")
|
|
70
|
+
});
|
|
71
|
+
//#endregion
|
|
72
|
+
export { ngrokListEventDestinations };
|
|
73
|
+
|
|
74
|
+
//# sourceMappingURL=list-event-destinations.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-event-destinations.mjs","names":[],"sources":["../../src/actions/list-event-destinations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListEventDestinationsInput: z.ZodTypeAny = z.object({\n limit: z.string().describe(\"Maximum number of Event Destinations to return. See the API Overview for pagination details.\").optional(),\n filter: z.string().describe(\"A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See ngrok API Filtering documentation for syntax and field details.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns earlier entries in the result set, sorted by ID.\").optional(),\n}).describe(\"Request model for listing Event Destinations with optional filtering and pagination.\");\nconst NgrokListEventDestinations_EventTargetDatadogSchema: z.ZodTypeAny = z.object({\n ddsite: z.string().describe(\"Datadog site to send event to\").nullable().optional(),\n ddtags: z.string().describe(\"Tags to send with the event\").nullable().optional(),\n api_key: z.string().describe(\"Datadog API key to use\").nullable().optional(),\n service: z.string().describe(\"Service name to send with the event\").nullable().optional(),\n}).describe(\"Datadog target configuration.\");\nconst NgrokListEventDestinations_AWSRoleSchema: z.ZodTypeAny = z.object({\n role_arn: z.string().describe(\"The role ARN that ngrok should use to deliver events\").nullable().optional(),\n}).describe(\"AWS IAM role for ngrok to assume.\");\nconst NgrokListEventDestinations_AWSCredentialsSchema: z.ZodTypeAny = z.object({\n aws_access_key_id: z.string().describe(\"The ID portion of an AWS access key\").nullable().optional(),\n aws_secret_access_key: z.string().describe(\"The secret portion of an AWS access key\").nullable().optional(),\n}).describe(\"AWS access key credentials for authentication.\");\nconst NgrokListEventDestinations_AWSAuthSchema: z.ZodTypeAny = z.object({\n role: NgrokListEventDestinations_AWSRoleSchema.nullable().optional(),\n creds: NgrokListEventDestinations_AWSCredentialsSchema.nullable().optional(),\n}).describe(\"Configuration for authenticating into AWS account.\");\nconst NgrokListEventDestinations_EventTargetKinesisSchema: z.ZodTypeAny = z.object({\n auth: NgrokListEventDestinations_AWSAuthSchema.nullable().optional(),\n stream_arn: z.string().describe(\"ARN specifying the Kinesis stream target\").nullable().optional(),\n}).describe(\"Amazon Kinesis stream target configuration.\");\nconst NgrokListEventDestinations_EventTargetFirehoseSchema: z.ZodTypeAny = z.object({\n auth: NgrokListEventDestinations_AWSAuthSchema.nullable().optional(),\n delivery_stream_arn: z.string().describe(\"ARN for the Firehose delivery stream destination\").nullable().optional(),\n}).describe(\"Amazon Kinesis Data Firehose target configuration.\");\nconst NgrokListEventDestinations_EventTargetCloudwatchLogsSchema: z.ZodTypeAny = z.object({\n auth: NgrokListEventDestinations_AWSAuthSchema.nullable().optional(),\n log_group_arn: z.string().describe(\"ARN for the CloudWatch Logs group destination\").nullable().optional(),\n}).describe(\"Amazon CloudWatch Logs target configuration.\");\nconst NgrokListEventDestinations_EventTargetAzureLogsIngestionSchema: z.ZodTypeAny = z.object({\n client_id: z.string().describe(\"Client ID for the application client\").nullable().optional(),\n tenant_id: z.string().describe(\"Tenant ID for the Azure account\").nullable().optional(),\n client_secret: z.string().describe(\"Client Secret for the application client\").nullable().optional(),\n logs_ingestion_uri: z.string().describe(\"Data collection endpoint URI\").nullable().optional(),\n data_collection_rule_id: z.string().describe(\"Data collection rule immutable ID\").nullable().optional(),\n data_collection_stream_name: z.string().describe(\"Stream destination within the DCR\").nullable().optional(),\n}).describe(\"Azure Logs Ingestion target configuration.\");\nconst NgrokListEventDestinations_EventTargetSchema: z.ZodTypeAny = z.object({\n datadog: NgrokListEventDestinations_EventTargetDatadogSchema.nullable().optional(),\n kinesis: NgrokListEventDestinations_EventTargetKinesisSchema.nullable().optional(),\n firehose: NgrokListEventDestinations_EventTargetFirehoseSchema.nullable().optional(),\n cloudwatch_logs: NgrokListEventDestinations_EventTargetCloudwatchLogsSchema.nullable().optional(),\n azure_logs_ingestion: NgrokListEventDestinations_EventTargetAzureLogsIngestionSchema.nullable().optional(),\n}).describe(\"Target configuration for event destination delivery.\");\nconst NgrokListEventDestinations_EventDestinationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this Event Destination\"),\n uri: z.string().describe(\"URI of the Event Destination API resource\"),\n format: z.string().describe(\"Output serialization format (currently only JSON supported)\"),\n target: NgrokListEventDestinations_EventTargetSchema.nullable(),\n metadata: z.string().describe(\"User-defined machine-readable data, max 4096 bytes\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the Event Destination was created, RFC 3339 format\"),\n description: z.string().describe(\"Human-readable description, max 255 bytes\").nullable().optional(),\n}).describe(\"Configuration for an Event Destination.\");\nexport const NgrokListEventDestinationsOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the Event Destinations list API resource\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n event_destinations: z.array(NgrokListEventDestinations_EventDestinationSchema).describe(\"The list of all Event Destinations on this account\").nullable().optional(),\n}).describe(\"Response model for listing Event Destinations.\");\n\nexport const ngrokListEventDestinations = action(\"NGROK_LIST_EVENT_DESTINATIONS\", {\n slug: \"ngrok-list-event-destinations\",\n name: \"List Event Destinations\",\n description: \"List all Event Destinations on the ngrok account. Event Destinations define where and how ngrok should send event data (e.g., to AWS, Datadog, Azure). Use this to view configured event streaming targets.\",\n input: NgrokListEventDestinationsInput,\n output: NgrokListEventDestinationsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-event-subscription-sources.ts
|
|
4
|
+
const NgrokListEventSubscriptionSourcesInput = zod.z.object({ subscription_id: zod.z.string().describe("The unique identifier for the Event Subscription. Starts with 'esb_' prefix (e.g., 'esb_39gr2ZnGn8FO33lO5pgYIMUSR2i').") }).describe("Request model for listing event sources for an event subscription");
|
|
5
|
+
const NgrokListEventSubscriptionSources_EventSourceSchema = zod.z.object({
|
|
6
|
+
uri: zod.z.string().describe("URI of the Event Source API resource."),
|
|
7
|
+
type: zod.z.string().describe("Type of event for which an event subscription will trigger (e.g., 'api_key_created.v0', 'tunnel_started.v0', 'ip_policy_created.v0').")
|
|
8
|
+
}).describe("Model for an event source in the response");
|
|
9
|
+
const NgrokListEventSubscriptionSourcesOutput = zod.z.object({
|
|
10
|
+
uri: zod.z.string().describe("URI of the Event Sources list API resource"),
|
|
11
|
+
sources: zod.z.array(NgrokListEventSubscriptionSources_EventSourceSchema).describe("The list of all Event Sources for an Event Subscription")
|
|
12
|
+
}).describe("Response model for listing event sources");
|
|
13
|
+
const ngrokListEventSubscriptionSources = require_action.action("NGROK_LIST_EVENT_SUBSCRIPTION_SOURCES", {
|
|
14
|
+
slug: "ngrok-list-event-subscription-sources",
|
|
15
|
+
name: "List Event Subscription Sources",
|
|
16
|
+
description: "Tool to list the types for which this event subscription will trigger. Use when you need to see all event sources configured for a specific event subscription.",
|
|
17
|
+
input: NgrokListEventSubscriptionSourcesInput,
|
|
18
|
+
output: NgrokListEventSubscriptionSourcesOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.ngrokListEventSubscriptionSources = ngrokListEventSubscriptionSources;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=list-event-subscription-sources.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-event-subscription-sources.cjs","names":["z","action"],"sources":["../../src/actions/list-event-subscription-sources.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListEventSubscriptionSourcesInput: z.ZodTypeAny = z.object({\n subscription_id: z.string().describe(\"The unique identifier for the Event Subscription. Starts with 'esb_' prefix (e.g., 'esb_39gr2ZnGn8FO33lO5pgYIMUSR2i').\"),\n}).describe(\"Request model for listing event sources for an event subscription\");\nconst NgrokListEventSubscriptionSources_EventSourceSchema: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the Event Source API resource.\"),\n type: z.string().describe(\"Type of event for which an event subscription will trigger (e.g., 'api_key_created.v0', 'tunnel_started.v0', 'ip_policy_created.v0').\"),\n}).describe(\"Model for an event source in the response\");\nexport const NgrokListEventSubscriptionSourcesOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the Event Sources list API resource\"),\n sources: z.array(NgrokListEventSubscriptionSources_EventSourceSchema).describe(\"The list of all Event Sources for an Event Subscription\"),\n}).describe(\"Response model for listing event sources\");\n\nexport const ngrokListEventSubscriptionSources = action(\"NGROK_LIST_EVENT_SUBSCRIPTION_SOURCES\", {\n slug: \"ngrok-list-event-subscription-sources\",\n name: \"List Event Subscription Sources\",\n description: \"Tool to list the types for which this event subscription will trigger. Use when you need to see all event sources configured for a specific event subscription.\",\n input: NgrokListEventSubscriptionSourcesInput,\n output: NgrokListEventSubscriptionSourcesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,EAC/J,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI;AACnK,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACrE,SAASA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,yDAAyD;AAC1I,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,oCAAoCC,eAAAA,OAAO,yCAAyC;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-event-subscription-sources.d.ts
|
|
4
|
+
declare const NgrokListEventSubscriptionSourcesInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListEventSubscriptionSourcesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListEventSubscriptionSources: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListEventSubscriptionSources };
|
|
9
|
+
//# sourceMappingURL=list-event-subscription-sources.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-event-subscription-sources.d.cts","names":[],"sources":["../../src/actions/list-event-subscription-sources.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEyB;AAAA,cAKnE,uCAAA,EAAyC,CAAA,CAAE,UAGD;AAAA,cAE1C,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-event-subscription-sources.d.ts
|
|
4
|
+
declare const NgrokListEventSubscriptionSourcesInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListEventSubscriptionSourcesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListEventSubscriptionSources: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListEventSubscriptionSources };
|
|
9
|
+
//# sourceMappingURL=list-event-subscription-sources.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-event-subscription-sources.d.mts","names":[],"sources":["../../src/actions/list-event-subscription-sources.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEyB;AAAA,cAKnE,uCAAA,EAAyC,CAAA,CAAE,UAGD;AAAA,cAE1C,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-event-subscription-sources.ts
|
|
4
|
+
const NgrokListEventSubscriptionSourcesInput = z.object({ subscription_id: z.string().describe("The unique identifier for the Event Subscription. Starts with 'esb_' prefix (e.g., 'esb_39gr2ZnGn8FO33lO5pgYIMUSR2i').") }).describe("Request model for listing event sources for an event subscription");
|
|
5
|
+
const NgrokListEventSubscriptionSources_EventSourceSchema = z.object({
|
|
6
|
+
uri: z.string().describe("URI of the Event Source API resource."),
|
|
7
|
+
type: z.string().describe("Type of event for which an event subscription will trigger (e.g., 'api_key_created.v0', 'tunnel_started.v0', 'ip_policy_created.v0').")
|
|
8
|
+
}).describe("Model for an event source in the response");
|
|
9
|
+
const ngrokListEventSubscriptionSources = action("NGROK_LIST_EVENT_SUBSCRIPTION_SOURCES", {
|
|
10
|
+
slug: "ngrok-list-event-subscription-sources",
|
|
11
|
+
name: "List Event Subscription Sources",
|
|
12
|
+
description: "Tool to list the types for which this event subscription will trigger. Use when you need to see all event sources configured for a specific event subscription.",
|
|
13
|
+
input: NgrokListEventSubscriptionSourcesInput,
|
|
14
|
+
output: z.object({
|
|
15
|
+
uri: z.string().describe("URI of the Event Sources list API resource"),
|
|
16
|
+
sources: z.array(NgrokListEventSubscriptionSources_EventSourceSchema).describe("The list of all Event Sources for an Event Subscription")
|
|
17
|
+
}).describe("Response model for listing event sources")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { ngrokListEventSubscriptionSources };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=list-event-subscription-sources.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-event-subscription-sources.mjs","names":[],"sources":["../../src/actions/list-event-subscription-sources.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListEventSubscriptionSourcesInput: z.ZodTypeAny = z.object({\n subscription_id: z.string().describe(\"The unique identifier for the Event Subscription. Starts with 'esb_' prefix (e.g., 'esb_39gr2ZnGn8FO33lO5pgYIMUSR2i').\"),\n}).describe(\"Request model for listing event sources for an event subscription\");\nconst NgrokListEventSubscriptionSources_EventSourceSchema: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the Event Source API resource.\"),\n type: z.string().describe(\"Type of event for which an event subscription will trigger (e.g., 'api_key_created.v0', 'tunnel_started.v0', 'ip_policy_created.v0').\"),\n}).describe(\"Model for an event source in the response\");\nexport const NgrokListEventSubscriptionSourcesOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the Event Sources list API resource\"),\n sources: z.array(NgrokListEventSubscriptionSources_EventSourceSchema).describe(\"The list of all Event Sources for an Event Subscription\"),\n}).describe(\"Response model for listing event sources\");\n\nexport const ngrokListEventSubscriptionSources = action(\"NGROK_LIST_EVENT_SUBSCRIPTION_SOURCES\", {\n slug: \"ngrok-list-event-subscription-sources\",\n name: \"List Event Subscription Sources\",\n description: \"Tool to list the types for which this event subscription will trigger. Use when you need to see all event sources configured for a specific event subscription.\",\n input: NgrokListEventSubscriptionSourcesInput,\n output: NgrokListEventSubscriptionSourcesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuD,EAAE,OAAO,EAC3E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,EAC/J,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,sDAAoE,EAAE,OAAO;CACjF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI;AACnK,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAMvD,MAAa,oCAAoC,OAAO,yCAAyC;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVmE,EAAE,OAAO;EAC5E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACrE,SAAS,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,yDAAyD;CAC1I,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-event-subscriptions.ts
|
|
4
|
+
const NgrokListEventSubscriptionsInput = zod.z.object({
|
|
5
|
+
limit: zod.z.string().describe("Maximum number of event subscriptions to return. See the API Overview for pagination details.").optional(),
|
|
6
|
+
filter: zod.z.string().describe("A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See ngrok API Filtering documentation for syntax and field details.").optional(),
|
|
7
|
+
before_id: zod.z.string().describe("Pagination cursor. Returns earlier entries in the result set, sorted by ID.").optional()
|
|
8
|
+
}).describe("Request model for listing event subscriptions with optional filtering and pagination.");
|
|
9
|
+
const NgrokListEventSubscriptions_EventSourceResponseSchema = zod.z.object({
|
|
10
|
+
uri: zod.z.string().describe("URI of the event source resource").nullable().optional(),
|
|
11
|
+
type: zod.z.string().describe("The type of event subscribed to")
|
|
12
|
+
}).describe("Model for event source in the response.");
|
|
13
|
+
const NgrokListEventSubscriptions_EventDestinationRefSchema = zod.z.object({
|
|
14
|
+
id: zod.z.string().describe("The ID of the event destination"),
|
|
15
|
+
uri: zod.z.string().describe("URI of the event destination resource")
|
|
16
|
+
}).describe("Model for event destination reference in the response.");
|
|
17
|
+
const NgrokListEventSubscriptions_EventSubscriptionSchema = zod.z.object({
|
|
18
|
+
id: zod.z.string().describe("Unique event subscription resource identifier"),
|
|
19
|
+
uri: zod.z.string().describe("URI of the event subscription API resource"),
|
|
20
|
+
sources: zod.z.array(NgrokListEventSubscriptions_EventSourceResponseSchema).describe("Sources containing the types for which this event subscription will trigger").nullable().optional(),
|
|
21
|
+
metadata: zod.z.string().describe("Arbitrary customer supplied information intended to be machine readable, max 4096 chars").nullable().optional(),
|
|
22
|
+
created_at: zod.z.string().describe("Timestamp when the event subscription was created, RFC 3339 format"),
|
|
23
|
+
description: zod.z.string().describe("Arbitrary customer supplied information intended to be human readable, max 255 chars").nullable().optional(),
|
|
24
|
+
destinations: zod.z.array(NgrokListEventSubscriptions_EventDestinationRefSchema).describe("Event destinations that will be notified when events match this subscription").nullable().optional()
|
|
25
|
+
}).describe("Details of an ngrok event subscription.");
|
|
26
|
+
const NgrokListEventSubscriptionsOutput = zod.z.object({
|
|
27
|
+
uri: zod.z.string().describe("URI of the event subscriptions list API resource"),
|
|
28
|
+
next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
|
|
29
|
+
event_subscriptions: zod.z.array(NgrokListEventSubscriptions_EventSubscriptionSchema).describe("The list of all event subscriptions on this account").nullable().optional()
|
|
30
|
+
}).describe("Response model for listing event subscriptions.");
|
|
31
|
+
const ngrokListEventSubscriptions = require_action.action("NGROK_LIST_EVENT_SUBSCRIPTIONS", {
|
|
32
|
+
slug: "ngrok-list-event-subscriptions",
|
|
33
|
+
name: "List Event Subscriptions",
|
|
34
|
+
description: "List all event subscriptions on the ngrok account. Event subscriptions allow you to be notified when specific events occur in your ngrok account. Use this to view all configured event subscriptions.",
|
|
35
|
+
input: NgrokListEventSubscriptionsInput,
|
|
36
|
+
output: NgrokListEventSubscriptionsOutput
|
|
37
|
+
});
|
|
38
|
+
//#endregion
|
|
39
|
+
exports.ngrokListEventSubscriptions = ngrokListEventSubscriptions;
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=list-event-subscriptions.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-event-subscriptions.cjs","names":["z","action"],"sources":["../../src/actions/list-event-subscriptions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListEventSubscriptionsInput: z.ZodTypeAny = z.object({\n limit: z.string().describe(\"Maximum number of event subscriptions to return. See the API Overview for pagination details.\").optional(),\n filter: z.string().describe(\"A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See ngrok API Filtering documentation for syntax and field details.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns earlier entries in the result set, sorted by ID.\").optional(),\n}).describe(\"Request model for listing event subscriptions with optional filtering and pagination.\");\nconst NgrokListEventSubscriptions_EventSourceResponseSchema: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the event source resource\").nullable().optional(),\n type: z.string().describe(\"The type of event subscribed to\"),\n}).describe(\"Model for event source in the response.\");\nconst NgrokListEventSubscriptions_EventDestinationRefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the event destination\"),\n uri: z.string().describe(\"URI of the event destination resource\"),\n}).describe(\"Model for event destination reference in the response.\");\nconst NgrokListEventSubscriptions_EventSubscriptionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique event subscription resource identifier\"),\n uri: z.string().describe(\"URI of the event subscription API resource\"),\n sources: z.array(NgrokListEventSubscriptions_EventSourceResponseSchema).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, max 4096 chars\").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, max 255 chars\").nullable().optional(),\n destinations: z.array(NgrokListEventSubscriptions_EventDestinationRefSchema).describe(\"Event destinations that will be notified when events match this subscription\").nullable().optional(),\n}).describe(\"Details of an ngrok event subscription.\");\nexport const NgrokListEventSubscriptionsOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the event subscriptions list API resource\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n event_subscriptions: z.array(NgrokListEventSubscriptions_EventSubscriptionSchema).describe(\"The list of all event subscriptions on this account\").nullable().optional(),\n}).describe(\"Response model for listing event subscriptions.\");\n\nexport const ngrokListEventSubscriptions = action(\"NGROK_LIST_EVENT_SUBSCRIPTIONS\", {\n slug: \"ngrok-list-event-subscriptions\",\n name: \"List Event Subscriptions\",\n description: \"List all event subscriptions on the ngrok account. Event subscriptions allow you to be notified when specific events occur in your ngrok account. Use this to view all configured event subscriptions.\",\n input: NgrokListEventSubscriptionsInput,\n output: NgrokListEventSubscriptionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CACrI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iNAAiN,CAAC,CAAC,SAAS;CACxP,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,uFAAuF;AACnG,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;AAC7D,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AAClE,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACrE,SAASA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpL,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACpG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,cAAcA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5L,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC3E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,qBAAqBA,IAAAA,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxK,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-event-subscriptions.d.ts
|
|
4
|
+
declare const NgrokListEventSubscriptionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListEventSubscriptionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListEventSubscriptions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListEventSubscriptions };
|
|
9
|
+
//# sourceMappingURL=list-event-subscriptions.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-event-subscriptions.d.cts","names":[],"sources":["../../src/actions/list-event-subscriptions.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAImD;AAAA,cAkBvF,iCAAA,EAAmC,CAAA,CAAE,UAIY;AAAA,cAEjD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-event-subscriptions.d.ts
|
|
4
|
+
declare const NgrokListEventSubscriptionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListEventSubscriptionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListEventSubscriptions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListEventSubscriptions };
|
|
9
|
+
//# sourceMappingURL=list-event-subscriptions.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-event-subscriptions.d.mts","names":[],"sources":["../../src/actions/list-event-subscriptions.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAImD;AAAA,cAkBvF,iCAAA,EAAmC,CAAA,CAAE,UAIY;AAAA,cAEjD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|