@keystrokehq/ngrok 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-api-key.cjs +28 -0
- package/dist/actions/create-api-key.cjs.map +1 -0
- package/dist/actions/create-api-key.d.cts +9 -0
- package/dist/actions/create-api-key.d.cts.map +1 -0
- package/dist/actions/create-api-key.d.mts +9 -0
- package/dist/actions/create-api-key.d.mts.map +1 -0
- package/dist/actions/create-api-key.mjs +25 -0
- package/dist/actions/create-api-key.mjs.map +1 -0
- package/dist/actions/create-credential.cjs +30 -0
- package/dist/actions/create-credential.cjs.map +1 -0
- package/dist/actions/create-credential.d.cts +9 -0
- package/dist/actions/create-credential.d.cts.map +1 -0
- package/dist/actions/create-credential.d.mts +9 -0
- package/dist/actions/create-credential.d.mts.map +1 -0
- package/dist/actions/create-credential.mjs +27 -0
- package/dist/actions/create-credential.mjs.map +1 -0
- package/dist/actions/create-endpoint.cjs +48 -0
- package/dist/actions/create-endpoint.cjs.map +1 -0
- package/dist/actions/create-endpoint.d.cts +9 -0
- package/dist/actions/create-endpoint.d.cts.map +1 -0
- package/dist/actions/create-endpoint.d.mts +9 -0
- package/dist/actions/create-endpoint.d.mts.map +1 -0
- package/dist/actions/create-endpoint.mjs +47 -0
- package/dist/actions/create-endpoint.mjs.map +1 -0
- package/dist/actions/create-event-source.cjs +22 -0
- package/dist/actions/create-event-source.cjs.map +1 -0
- package/dist/actions/create-event-source.d.cts +9 -0
- package/dist/actions/create-event-source.d.cts.map +1 -0
- package/dist/actions/create-event-source.d.mts +9 -0
- package/dist/actions/create-event-source.d.mts.map +1 -0
- package/dist/actions/create-event-source.mjs +19 -0
- package/dist/actions/create-event-source.mjs.map +1 -0
- package/dist/actions/create-event-subscription.cjs +37 -0
- package/dist/actions/create-event-subscription.cjs.map +1 -0
- package/dist/actions/create-event-subscription.d.cts +9 -0
- package/dist/actions/create-event-subscription.d.cts.map +1 -0
- package/dist/actions/create-event-subscription.d.mts +9 -0
- package/dist/actions/create-event-subscription.d.mts.map +1 -0
- package/dist/actions/create-event-subscription.mjs +36 -0
- package/dist/actions/create-event-subscription.mjs.map +1 -0
- package/dist/actions/create-https-edge-route.cjs +284 -0
- package/dist/actions/create-https-edge-route.cjs.map +1 -0
- package/dist/actions/create-https-edge-route.d.cts +9 -0
- package/dist/actions/create-https-edge-route.d.cts.map +1 -0
- package/dist/actions/create-https-edge-route.d.mts +9 -0
- package/dist/actions/create-https-edge-route.d.mts.map +1 -0
- package/dist/actions/create-https-edge-route.mjs +283 -0
- package/dist/actions/create-https-edge-route.mjs.map +1 -0
- package/dist/actions/create-https-edge.cjs +51 -0
- package/dist/actions/create-https-edge.cjs.map +1 -0
- package/dist/actions/create-https-edge.d.cts +9 -0
- package/dist/actions/create-https-edge.d.cts.map +1 -0
- package/dist/actions/create-https-edge.d.mts +9 -0
- package/dist/actions/create-https-edge.d.mts.map +1 -0
- package/dist/actions/create-https-edge.mjs +50 -0
- package/dist/actions/create-https-edge.mjs.map +1 -0
- package/dist/actions/create-ssh-credential.cjs +31 -0
- package/dist/actions/create-ssh-credential.cjs.map +1 -0
- package/dist/actions/create-ssh-credential.d.cts +9 -0
- package/dist/actions/create-ssh-credential.d.cts.map +1 -0
- package/dist/actions/create-ssh-credential.d.mts +9 -0
- package/dist/actions/create-ssh-credential.d.mts.map +1 -0
- package/dist/actions/create-ssh-credential.mjs +28 -0
- package/dist/actions/create-ssh-credential.mjs.map +1 -0
- package/dist/actions/create-vault-secret.cjs +39 -0
- package/dist/actions/create-vault-secret.cjs.map +1 -0
- package/dist/actions/create-vault-secret.d.cts +9 -0
- package/dist/actions/create-vault-secret.d.cts.map +1 -0
- package/dist/actions/create-vault-secret.d.mts +9 -0
- package/dist/actions/create-vault-secret.d.mts.map +1 -0
- package/dist/actions/create-vault-secret.mjs +38 -0
- package/dist/actions/create-vault-secret.mjs.map +1 -0
- package/dist/actions/create-vault.cjs +30 -0
- package/dist/actions/create-vault.cjs.map +1 -0
- package/dist/actions/create-vault.d.cts +9 -0
- package/dist/actions/create-vault.d.cts.map +1 -0
- package/dist/actions/create-vault.d.mts +9 -0
- package/dist/actions/create-vault.d.mts.map +1 -0
- package/dist/actions/create-vault.mjs +27 -0
- package/dist/actions/create-vault.mjs.map +1 -0
- package/dist/actions/delete-api-key.cjs +19 -0
- package/dist/actions/delete-api-key.cjs.map +1 -0
- package/dist/actions/delete-api-key.d.cts +9 -0
- package/dist/actions/delete-api-key.d.cts.map +1 -0
- package/dist/actions/delete-api-key.d.mts +9 -0
- package/dist/actions/delete-api-key.d.mts.map +1 -0
- package/dist/actions/delete-api-key.mjs +16 -0
- package/dist/actions/delete-api-key.mjs.map +1 -0
- package/dist/actions/delete-credentials.cjs +19 -0
- package/dist/actions/delete-credentials.cjs.map +1 -0
- package/dist/actions/delete-credentials.d.cts +9 -0
- package/dist/actions/delete-credentials.d.cts.map +1 -0
- package/dist/actions/delete-credentials.d.mts +9 -0
- package/dist/actions/delete-credentials.d.mts.map +1 -0
- package/dist/actions/delete-credentials.mjs +16 -0
- package/dist/actions/delete-credentials.mjs.map +1 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.cjs +23 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.mjs +20 -0
- package/dist/actions/delete-edge-route-circuit-breaker-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-compression-module.cjs +23 -0
- package/dist/actions/delete-edge-route-compression-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-compression-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-compression-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-compression-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-compression-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-compression-module.mjs +20 -0
- package/dist/actions/delete-edge-route-compression-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-request-headers-module.cjs +23 -0
- package/dist/actions/delete-edge-route-request-headers-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-request-headers-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-request-headers-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-request-headers-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-request-headers-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-request-headers-module.mjs +20 -0
- package/dist/actions/delete-edge-route-request-headers-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-response-headers-module.cjs +23 -0
- package/dist/actions/delete-edge-route-response-headers-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-response-headers-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-response-headers-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-response-headers-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-response-headers-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-response-headers-module.mjs +20 -0
- package/dist/actions/delete-edge-route-response-headers-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-saml-module.cjs +23 -0
- package/dist/actions/delete-edge-route-saml-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-saml-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-saml-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-saml-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-saml-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-saml-module.mjs +20 -0
- package/dist/actions/delete-edge-route-saml-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.cjs +23 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.mjs +20 -0
- package/dist/actions/delete-edge-route-user-agent-filter-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.cjs +23 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.mjs +20 -0
- package/dist/actions/delete-edge-route-webhook-verification-module.mjs.map +1 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.cjs +23 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.cjs.map +1 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.d.cts +9 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.d.cts.map +1 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.d.mts +9 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.d.mts.map +1 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.mjs +20 -0
- package/dist/actions/delete-edge-route-websocket-tcp-converter-module.mjs.map +1 -0
- package/dist/actions/delete-endpoint.cjs +19 -0
- package/dist/actions/delete-endpoint.cjs.map +1 -0
- package/dist/actions/delete-endpoint.d.cts +9 -0
- package/dist/actions/delete-endpoint.d.cts.map +1 -0
- package/dist/actions/delete-endpoint.d.mts +9 -0
- package/dist/actions/delete-endpoint.d.mts.map +1 -0
- package/dist/actions/delete-endpoint.mjs +16 -0
- package/dist/actions/delete-endpoint.mjs.map +1 -0
- package/dist/actions/delete-event-source.cjs +23 -0
- package/dist/actions/delete-event-source.cjs.map +1 -0
- package/dist/actions/delete-event-source.d.cts +9 -0
- package/dist/actions/delete-event-source.d.cts.map +1 -0
- package/dist/actions/delete-event-source.d.mts +9 -0
- package/dist/actions/delete-event-source.d.mts.map +1 -0
- package/dist/actions/delete-event-source.mjs +20 -0
- package/dist/actions/delete-event-source.mjs.map +1 -0
- package/dist/actions/delete-event-subscription.cjs +19 -0
- package/dist/actions/delete-event-subscription.cjs.map +1 -0
- package/dist/actions/delete-event-subscription.d.cts +9 -0
- package/dist/actions/delete-event-subscription.d.cts.map +1 -0
- package/dist/actions/delete-event-subscription.d.mts +9 -0
- package/dist/actions/delete-event-subscription.d.mts.map +1 -0
- package/dist/actions/delete-event-subscription.mjs +16 -0
- package/dist/actions/delete-event-subscription.mjs.map +1 -0
- package/dist/actions/delete-https-edge-route.cjs +23 -0
- package/dist/actions/delete-https-edge-route.cjs.map +1 -0
- package/dist/actions/delete-https-edge-route.d.cts +9 -0
- package/dist/actions/delete-https-edge-route.d.cts.map +1 -0
- package/dist/actions/delete-https-edge-route.d.mts +9 -0
- package/dist/actions/delete-https-edge-route.d.mts.map +1 -0
- package/dist/actions/delete-https-edge-route.mjs +20 -0
- package/dist/actions/delete-https-edge-route.mjs.map +1 -0
- package/dist/actions/delete-https-edge.cjs +19 -0
- package/dist/actions/delete-https-edge.cjs.map +1 -0
- package/dist/actions/delete-https-edge.d.cts +9 -0
- package/dist/actions/delete-https-edge.d.cts.map +1 -0
- package/dist/actions/delete-https-edge.d.mts +9 -0
- package/dist/actions/delete-https-edge.d.mts.map +1 -0
- package/dist/actions/delete-https-edge.mjs +16 -0
- package/dist/actions/delete-https-edge.mjs.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.cjs +19 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.cjs.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.d.cts +9 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.d.cts.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.d.mts +9 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.d.mts.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.mjs +16 -0
- package/dist/actions/delete-reserved-domain-certificate-management-policy.mjs.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate.cjs +19 -0
- package/dist/actions/delete-reserved-domain-certificate.cjs.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate.d.cts +9 -0
- package/dist/actions/delete-reserved-domain-certificate.d.cts.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate.d.mts +9 -0
- package/dist/actions/delete-reserved-domain-certificate.d.mts.map +1 -0
- package/dist/actions/delete-reserved-domain-certificate.mjs +16 -0
- package/dist/actions/delete-reserved-domain-certificate.mjs.map +1 -0
- package/dist/actions/delete-secret.cjs +19 -0
- package/dist/actions/delete-secret.cjs.map +1 -0
- package/dist/actions/delete-secret.d.cts +9 -0
- package/dist/actions/delete-secret.d.cts.map +1 -0
- package/dist/actions/delete-secret.d.mts +9 -0
- package/dist/actions/delete-secret.d.mts.map +1 -0
- package/dist/actions/delete-secret.mjs +16 -0
- package/dist/actions/delete-secret.mjs.map +1 -0
- package/dist/actions/delete-ssh-credentials.cjs +19 -0
- package/dist/actions/delete-ssh-credentials.cjs.map +1 -0
- package/dist/actions/delete-ssh-credentials.d.cts +9 -0
- package/dist/actions/delete-ssh-credentials.d.cts.map +1 -0
- package/dist/actions/delete-ssh-credentials.d.mts +9 -0
- package/dist/actions/delete-ssh-credentials.d.mts.map +1 -0
- package/dist/actions/delete-ssh-credentials.mjs +16 -0
- package/dist/actions/delete-ssh-credentials.mjs.map +1 -0
- package/dist/actions/delete-vault.cjs +19 -0
- package/dist/actions/delete-vault.cjs.map +1 -0
- package/dist/actions/delete-vault.d.cts +9 -0
- package/dist/actions/delete-vault.d.cts.map +1 -0
- package/dist/actions/delete-vault.d.mts +9 -0
- package/dist/actions/delete-vault.d.mts.map +1 -0
- package/dist/actions/delete-vault.mjs +16 -0
- package/dist/actions/delete-vault.mjs.map +1 -0
- package/dist/actions/get-api-key.cjs +24 -0
- package/dist/actions/get-api-key.cjs.map +1 -0
- package/dist/actions/get-api-key.d.cts +9 -0
- package/dist/actions/get-api-key.d.cts.map +1 -0
- package/dist/actions/get-api-key.d.mts +9 -0
- package/dist/actions/get-api-key.d.mts.map +1 -0
- package/dist/actions/get-api-key.mjs +21 -0
- package/dist/actions/get-api-key.mjs.map +1 -0
- package/dist/actions/get-credentials.cjs +25 -0
- package/dist/actions/get-credentials.cjs.map +1 -0
- package/dist/actions/get-credentials.d.cts +9 -0
- package/dist/actions/get-credentials.d.cts.map +1 -0
- package/dist/actions/get-credentials.d.mts +9 -0
- package/dist/actions/get-credentials.d.mts.map +1 -0
- package/dist/actions/get-credentials.mjs +22 -0
- package/dist/actions/get-credentials.mjs.map +1 -0
- package/dist/actions/get-edge-route-backend-module.cjs +26 -0
- package/dist/actions/get-edge-route-backend-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-backend-module.d.cts +9 -0
- package/dist/actions/get-edge-route-backend-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-backend-module.d.mts +9 -0
- package/dist/actions/get-edge-route-backend-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-backend-module.mjs +25 -0
- package/dist/actions/get-edge-route-backend-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.cjs +26 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.d.cts +9 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.d.mts +9 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.mjs +23 -0
- package/dist/actions/get-edge-route-circuit-breaker-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-compression-module.cjs +19 -0
- package/dist/actions/get-edge-route-compression-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-compression-module.d.cts +9 -0
- package/dist/actions/get-edge-route-compression-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-compression-module.d.mts +9 -0
- package/dist/actions/get-edge-route-compression-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-compression-module.mjs +16 -0
- package/dist/actions/get-edge-route-compression-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-ip-restriction-module.cjs +26 -0
- package/dist/actions/get-edge-route-ip-restriction-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-ip-restriction-module.d.cts +9 -0
- package/dist/actions/get-edge-route-ip-restriction-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-ip-restriction-module.d.mts +9 -0
- package/dist/actions/get-edge-route-ip-restriction-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-ip-restriction-module.mjs +25 -0
- package/dist/actions/get-edge-route-ip-restriction-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-oidc-module.cjs +29 -0
- package/dist/actions/get-edge-route-oidc-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-oidc-module.d.cts +9 -0
- package/dist/actions/get-edge-route-oidc-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-oidc-module.d.mts +9 -0
- package/dist/actions/get-edge-route-oidc-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-oidc-module.mjs +26 -0
- package/dist/actions/get-edge-route-oidc-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-request-headers-module.cjs +23 -0
- package/dist/actions/get-edge-route-request-headers-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-request-headers-module.d.cts +9 -0
- package/dist/actions/get-edge-route-request-headers-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-request-headers-module.d.mts +9 -0
- package/dist/actions/get-edge-route-request-headers-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-request-headers-module.mjs +20 -0
- package/dist/actions/get-edge-route-request-headers-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-response-headers-module.cjs +23 -0
- package/dist/actions/get-edge-route-response-headers-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-response-headers-module.d.cts +9 -0
- package/dist/actions/get-edge-route-response-headers-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-response-headers-module.d.mts +9 -0
- package/dist/actions/get-edge-route-response-headers-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-response-headers-module.mjs +20 -0
- package/dist/actions/get-edge-route-response-headers-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-saml-module.cjs +35 -0
- package/dist/actions/get-edge-route-saml-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-saml-module.d.cts +9 -0
- package/dist/actions/get-edge-route-saml-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-saml-module.d.mts +9 -0
- package/dist/actions/get-edge-route-saml-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-saml-module.mjs +32 -0
- package/dist/actions/get-edge-route-saml-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-traffic-policy.cjs +22 -0
- package/dist/actions/get-edge-route-traffic-policy.cjs.map +1 -0
- package/dist/actions/get-edge-route-traffic-policy.d.cts +9 -0
- package/dist/actions/get-edge-route-traffic-policy.d.cts.map +1 -0
- package/dist/actions/get-edge-route-traffic-policy.d.mts +9 -0
- package/dist/actions/get-edge-route-traffic-policy.d.mts.map +1 -0
- package/dist/actions/get-edge-route-traffic-policy.mjs +19 -0
- package/dist/actions/get-edge-route-traffic-policy.mjs.map +1 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.cjs +23 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.d.cts +9 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.d.mts +9 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.mjs +20 -0
- package/dist/actions/get-edge-route-user-agent-filter-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-webhook-verification-module.cjs +23 -0
- package/dist/actions/get-edge-route-webhook-verification-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-webhook-verification-module.d.cts +9 -0
- package/dist/actions/get-edge-route-webhook-verification-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-webhook-verification-module.d.mts +9 -0
- package/dist/actions/get-edge-route-webhook-verification-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-webhook-verification-module.mjs +20 -0
- package/dist/actions/get-edge-route-webhook-verification-module.mjs.map +1 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.cjs +19 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.cjs.map +1 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.d.cts +9 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.d.cts.map +1 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.d.mts +9 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.d.mts.map +1 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.mjs +16 -0
- package/dist/actions/get-edge-route-websocket-tcp-converter-module.mjs.map +1 -0
- package/dist/actions/get-endpoint.cjs +48 -0
- package/dist/actions/get-endpoint.cjs.map +1 -0
- package/dist/actions/get-endpoint.d.cts +9 -0
- package/dist/actions/get-endpoint.d.cts.map +1 -0
- package/dist/actions/get-endpoint.d.mts +9 -0
- package/dist/actions/get-endpoint.d.mts.map +1 -0
- package/dist/actions/get-endpoint.mjs +47 -0
- package/dist/actions/get-endpoint.mjs.map +1 -0
- package/dist/actions/get-event-source.cjs +22 -0
- package/dist/actions/get-event-source.cjs.map +1 -0
- package/dist/actions/get-event-source.d.cts +9 -0
- package/dist/actions/get-event-source.d.cts.map +1 -0
- package/dist/actions/get-event-source.d.mts +9 -0
- package/dist/actions/get-event-source.d.mts.map +1 -0
- package/dist/actions/get-event-source.mjs +19 -0
- package/dist/actions/get-event-source.mjs.map +1 -0
- package/dist/actions/get-https-edge-mutual-tls-module.cjs +23 -0
- package/dist/actions/get-https-edge-mutual-tls-module.cjs.map +1 -0
- package/dist/actions/get-https-edge-mutual-tls-module.d.cts +9 -0
- package/dist/actions/get-https-edge-mutual-tls-module.d.cts.map +1 -0
- package/dist/actions/get-https-edge-mutual-tls-module.d.mts +9 -0
- package/dist/actions/get-https-edge-mutual-tls-module.d.mts.map +1 -0
- package/dist/actions/get-https-edge-mutual-tls-module.mjs +22 -0
- package/dist/actions/get-https-edge-mutual-tls-module.mjs.map +1 -0
- package/dist/actions/get-https-edge-route.cjs +134 -0
- package/dist/actions/get-https-edge-route.cjs.map +1 -0
- package/dist/actions/get-https-edge-route.d.cts +9 -0
- package/dist/actions/get-https-edge-route.d.cts.map +1 -0
- package/dist/actions/get-https-edge-route.d.mts +9 -0
- package/dist/actions/get-https-edge-route.d.mts.map +1 -0
- package/dist/actions/get-https-edge-route.mjs +133 -0
- package/dist/actions/get-https-edge-route.mjs.map +1 -0
- package/dist/actions/get-https-edge.cjs +39 -0
- package/dist/actions/get-https-edge.cjs.map +1 -0
- package/dist/actions/get-https-edge.d.cts +9 -0
- package/dist/actions/get-https-edge.d.cts.map +1 -0
- package/dist/actions/get-https-edge.d.mts +9 -0
- package/dist/actions/get-https-edge.d.mts.map +1 -0
- package/dist/actions/get-https-edge.mjs +38 -0
- package/dist/actions/get-https-edge.mjs.map +1 -0
- package/dist/actions/get-ip-restrictions.cjs +29 -0
- package/dist/actions/get-ip-restrictions.cjs.map +1 -0
- package/dist/actions/get-ip-restrictions.d.cts +9 -0
- package/dist/actions/get-ip-restrictions.d.cts.map +1 -0
- package/dist/actions/get-ip-restrictions.d.mts +9 -0
- package/dist/actions/get-ip-restrictions.d.mts.map +1 -0
- package/dist/actions/get-ip-restrictions.mjs +28 -0
- package/dist/actions/get-ip-restrictions.mjs.map +1 -0
- package/dist/actions/get-reserved-domain.cjs +49 -0
- package/dist/actions/get-reserved-domain.cjs.map +1 -0
- package/dist/actions/get-reserved-domain.d.cts +9 -0
- package/dist/actions/get-reserved-domain.d.cts.map +1 -0
- package/dist/actions/get-reserved-domain.d.mts +9 -0
- package/dist/actions/get-reserved-domain.d.mts.map +1 -0
- package/dist/actions/get-reserved-domain.mjs +48 -0
- package/dist/actions/get-reserved-domain.mjs.map +1 -0
- package/dist/actions/get-secret.cjs +32 -0
- package/dist/actions/get-secret.cjs.map +1 -0
- package/dist/actions/get-secret.d.cts +9 -0
- package/dist/actions/get-secret.d.cts.map +1 -0
- package/dist/actions/get-secret.d.mts +9 -0
- package/dist/actions/get-secret.d.mts.map +1 -0
- package/dist/actions/get-secret.mjs +31 -0
- package/dist/actions/get-secret.mjs.map +1 -0
- package/dist/actions/get-secrets-by-vault.cjs +40 -0
- package/dist/actions/get-secrets-by-vault.cjs.map +1 -0
- package/dist/actions/get-secrets-by-vault.d.cts +9 -0
- package/dist/actions/get-secrets-by-vault.d.cts.map +1 -0
- package/dist/actions/get-secrets-by-vault.d.mts +9 -0
- package/dist/actions/get-secrets-by-vault.d.mts.map +1 -0
- package/dist/actions/get-secrets-by-vault.mjs +39 -0
- package/dist/actions/get-secrets-by-vault.mjs.map +1 -0
- package/dist/actions/get-ssh-credentials.cjs +25 -0
- package/dist/actions/get-ssh-credentials.cjs.map +1 -0
- package/dist/actions/get-ssh-credentials.d.cts +9 -0
- package/dist/actions/get-ssh-credentials.d.cts.map +1 -0
- package/dist/actions/get-ssh-credentials.d.mts +9 -0
- package/dist/actions/get-ssh-credentials.d.mts.map +1 -0
- package/dist/actions/get-ssh-credentials.mjs +22 -0
- package/dist/actions/get-ssh-credentials.mjs.map +1 -0
- package/dist/actions/get-vault.cjs +26 -0
- package/dist/actions/get-vault.cjs.map +1 -0
- package/dist/actions/get-vault.d.cts +9 -0
- package/dist/actions/get-vault.d.cts.map +1 -0
- package/dist/actions/get-vault.d.mts +9 -0
- package/dist/actions/get-vault.d.mts.map +1 -0
- package/dist/actions/get-vault.mjs +23 -0
- package/dist/actions/get-vault.mjs.map +1 -0
- package/dist/actions/index.cjs +205 -0
- package/dist/actions/index.d.cts +103 -0
- package/dist/actions/index.d.mts +103 -0
- package/dist/actions/index.mjs +103 -0
- package/dist/actions/list-agent-ingresses.cjs +44 -0
- package/dist/actions/list-agent-ingresses.cjs.map +1 -0
- package/dist/actions/list-agent-ingresses.d.cts +9 -0
- package/dist/actions/list-agent-ingresses.d.cts.map +1 -0
- package/dist/actions/list-agent-ingresses.d.mts +9 -0
- package/dist/actions/list-agent-ingresses.d.mts.map +1 -0
- package/dist/actions/list-agent-ingresses.mjs +43 -0
- package/dist/actions/list-agent-ingresses.mjs.map +1 -0
- package/dist/actions/list-api-keys.cjs +32 -0
- package/dist/actions/list-api-keys.cjs.map +1 -0
- package/dist/actions/list-api-keys.d.cts +9 -0
- package/dist/actions/list-api-keys.d.cts.map +1 -0
- package/dist/actions/list-api-keys.d.mts +9 -0
- package/dist/actions/list-api-keys.d.mts.map +1 -0
- package/dist/actions/list-api-keys.mjs +31 -0
- package/dist/actions/list-api-keys.mjs.map +1 -0
- package/dist/actions/list-bot-users.cjs +30 -0
- package/dist/actions/list-bot-users.cjs.map +1 -0
- package/dist/actions/list-bot-users.d.cts +9 -0
- package/dist/actions/list-bot-users.d.cts.map +1 -0
- package/dist/actions/list-bot-users.d.mts +9 -0
- package/dist/actions/list-bot-users.d.mts.map +1 -0
- package/dist/actions/list-bot-users.mjs +29 -0
- package/dist/actions/list-bot-users.mjs.map +1 -0
- package/dist/actions/list-cert-authorities.cjs +37 -0
- package/dist/actions/list-cert-authorities.cjs.map +1 -0
- package/dist/actions/list-cert-authorities.d.cts +9 -0
- package/dist/actions/list-cert-authorities.d.cts.map +1 -0
- package/dist/actions/list-cert-authorities.d.mts +9 -0
- package/dist/actions/list-cert-authorities.d.mts.map +1 -0
- package/dist/actions/list-cert-authorities.mjs +36 -0
- package/dist/actions/list-cert-authorities.mjs.map +1 -0
- package/dist/actions/list-credentials.cjs +34 -0
- package/dist/actions/list-credentials.cjs.map +1 -0
- package/dist/actions/list-credentials.d.cts +9 -0
- package/dist/actions/list-credentials.d.cts.map +1 -0
- package/dist/actions/list-credentials.d.mts +9 -0
- package/dist/actions/list-credentials.d.mts.map +1 -0
- package/dist/actions/list-credentials.mjs +33 -0
- package/dist/actions/list-credentials.mjs.map +1 -0
- package/dist/actions/list-endpoints.cjs +47 -0
- package/dist/actions/list-endpoints.cjs.map +1 -0
- package/dist/actions/list-endpoints.d.cts +9 -0
- package/dist/actions/list-endpoints.d.cts.map +1 -0
- package/dist/actions/list-endpoints.d.mts +9 -0
- package/dist/actions/list-endpoints.d.mts.map +1 -0
- package/dist/actions/list-endpoints.mjs +46 -0
- package/dist/actions/list-endpoints.mjs.map +1 -0
- package/dist/actions/list-event-destinations.cjs +75 -0
- package/dist/actions/list-event-destinations.cjs.map +1 -0
- package/dist/actions/list-event-destinations.d.cts +9 -0
- package/dist/actions/list-event-destinations.d.cts.map +1 -0
- package/dist/actions/list-event-destinations.d.mts +9 -0
- package/dist/actions/list-event-destinations.d.mts.map +1 -0
- package/dist/actions/list-event-destinations.mjs +74 -0
- package/dist/actions/list-event-destinations.mjs.map +1 -0
- package/dist/actions/list-event-subscription-sources.cjs +23 -0
- package/dist/actions/list-event-subscription-sources.cjs.map +1 -0
- package/dist/actions/list-event-subscription-sources.d.cts +9 -0
- package/dist/actions/list-event-subscription-sources.d.cts.map +1 -0
- package/dist/actions/list-event-subscription-sources.d.mts +9 -0
- package/dist/actions/list-event-subscription-sources.d.mts.map +1 -0
- package/dist/actions/list-event-subscription-sources.mjs +22 -0
- package/dist/actions/list-event-subscription-sources.mjs.map +1 -0
- package/dist/actions/list-event-subscriptions.cjs +41 -0
- package/dist/actions/list-event-subscriptions.cjs.map +1 -0
- package/dist/actions/list-event-subscriptions.d.cts +9 -0
- package/dist/actions/list-event-subscriptions.d.cts.map +1 -0
- package/dist/actions/list-event-subscriptions.d.mts +9 -0
- package/dist/actions/list-event-subscriptions.d.mts.map +1 -0
- package/dist/actions/list-event-subscriptions.mjs +40 -0
- package/dist/actions/list-event-subscriptions.mjs.map +1 -0
- package/dist/actions/list-failover-backends.cjs +31 -0
- package/dist/actions/list-failover-backends.cjs.map +1 -0
- package/dist/actions/list-failover-backends.d.cts +9 -0
- package/dist/actions/list-failover-backends.d.cts.map +1 -0
- package/dist/actions/list-failover-backends.d.mts +9 -0
- package/dist/actions/list-failover-backends.d.mts.map +1 -0
- package/dist/actions/list-failover-backends.mjs +30 -0
- package/dist/actions/list-failover-backends.mjs.map +1 -0
- package/dist/actions/list-http-response-backends.cjs +33 -0
- package/dist/actions/list-http-response-backends.cjs.map +1 -0
- package/dist/actions/list-http-response-backends.d.cts +9 -0
- package/dist/actions/list-http-response-backends.d.cts.map +1 -0
- package/dist/actions/list-http-response-backends.d.mts +9 -0
- package/dist/actions/list-http-response-backends.d.mts.map +1 -0
- package/dist/actions/list-http-response-backends.mjs +32 -0
- package/dist/actions/list-http-response-backends.mjs.map +1 -0
- package/dist/actions/list-https-edges.cjs +47 -0
- package/dist/actions/list-https-edges.cjs.map +1 -0
- package/dist/actions/list-https-edges.d.cts +9 -0
- package/dist/actions/list-https-edges.d.cts.map +1 -0
- package/dist/actions/list-https-edges.d.mts +9 -0
- package/dist/actions/list-https-edges.d.mts.map +1 -0
- package/dist/actions/list-https-edges.mjs +46 -0
- package/dist/actions/list-https-edges.mjs.map +1 -0
- package/dist/actions/list-ip-policies.cjs +31 -0
- package/dist/actions/list-ip-policies.cjs.map +1 -0
- package/dist/actions/list-ip-policies.d.cts +9 -0
- package/dist/actions/list-ip-policies.d.cts.map +1 -0
- package/dist/actions/list-ip-policies.d.mts +9 -0
- package/dist/actions/list-ip-policies.d.mts.map +1 -0
- package/dist/actions/list-ip-policies.mjs +30 -0
- package/dist/actions/list-ip-policies.mjs.map +1 -0
- package/dist/actions/list-ip-policy-rules.cjs +37 -0
- package/dist/actions/list-ip-policy-rules.cjs.map +1 -0
- package/dist/actions/list-ip-policy-rules.d.cts +9 -0
- package/dist/actions/list-ip-policy-rules.d.cts.map +1 -0
- package/dist/actions/list-ip-policy-rules.d.mts +9 -0
- package/dist/actions/list-ip-policy-rules.d.mts.map +1 -0
- package/dist/actions/list-ip-policy-rules.mjs +36 -0
- package/dist/actions/list-ip-policy-rules.mjs.map +1 -0
- package/dist/actions/list-ip-restrictions.cjs +38 -0
- package/dist/actions/list-ip-restrictions.cjs.map +1 -0
- package/dist/actions/list-ip-restrictions.d.cts +9 -0
- package/dist/actions/list-ip-restrictions.d.cts.map +1 -0
- package/dist/actions/list-ip-restrictions.d.mts +9 -0
- package/dist/actions/list-ip-restrictions.d.mts.map +1 -0
- package/dist/actions/list-ip-restrictions.mjs +37 -0
- package/dist/actions/list-ip-restrictions.mjs.map +1 -0
- package/dist/actions/list-reserved-addrs.cjs +38 -0
- package/dist/actions/list-reserved-addrs.cjs.map +1 -0
- package/dist/actions/list-reserved-addrs.d.cts +9 -0
- package/dist/actions/list-reserved-addrs.d.cts.map +1 -0
- package/dist/actions/list-reserved-addrs.d.mts +9 -0
- package/dist/actions/list-reserved-addrs.d.mts.map +1 -0
- package/dist/actions/list-reserved-addrs.mjs +37 -0
- package/dist/actions/list-reserved-addrs.mjs.map +1 -0
- package/dist/actions/list-reserved-domains.cjs +60 -0
- package/dist/actions/list-reserved-domains.cjs.map +1 -0
- package/dist/actions/list-reserved-domains.d.cts +9 -0
- package/dist/actions/list-reserved-domains.d.cts.map +1 -0
- package/dist/actions/list-reserved-domains.d.mts +9 -0
- package/dist/actions/list-reserved-domains.d.mts.map +1 -0
- package/dist/actions/list-reserved-domains.mjs +59 -0
- package/dist/actions/list-reserved-domains.mjs.map +1 -0
- package/dist/actions/list-service-users.cjs +31 -0
- package/dist/actions/list-service-users.cjs.map +1 -0
- package/dist/actions/list-service-users.d.cts +9 -0
- package/dist/actions/list-service-users.d.cts.map +1 -0
- package/dist/actions/list-service-users.d.mts +9 -0
- package/dist/actions/list-service-users.d.mts.map +1 -0
- package/dist/actions/list-service-users.mjs +30 -0
- package/dist/actions/list-service-users.mjs.map +1 -0
- package/dist/actions/list-ssh-certificate-authorities.cjs +33 -0
- package/dist/actions/list-ssh-certificate-authorities.cjs.map +1 -0
- package/dist/actions/list-ssh-certificate-authorities.d.cts +9 -0
- package/dist/actions/list-ssh-certificate-authorities.d.cts.map +1 -0
- package/dist/actions/list-ssh-certificate-authorities.d.mts +9 -0
- package/dist/actions/list-ssh-certificate-authorities.d.mts.map +1 -0
- package/dist/actions/list-ssh-certificate-authorities.mjs +32 -0
- package/dist/actions/list-ssh-certificate-authorities.mjs.map +1 -0
- package/dist/actions/list-ssh-credentials.cjs +34 -0
- package/dist/actions/list-ssh-credentials.cjs.map +1 -0
- package/dist/actions/list-ssh-credentials.d.cts +9 -0
- package/dist/actions/list-ssh-credentials.d.cts.map +1 -0
- package/dist/actions/list-ssh-credentials.d.mts +9 -0
- package/dist/actions/list-ssh-credentials.d.mts.map +1 -0
- package/dist/actions/list-ssh-credentials.mjs +33 -0
- package/dist/actions/list-ssh-credentials.mjs.map +1 -0
- package/dist/actions/list-ssh-host-certificates.cjs +37 -0
- package/dist/actions/list-ssh-host-certificates.cjs.map +1 -0
- package/dist/actions/list-ssh-host-certificates.d.cts +9 -0
- package/dist/actions/list-ssh-host-certificates.d.cts.map +1 -0
- package/dist/actions/list-ssh-host-certificates.d.mts +9 -0
- package/dist/actions/list-ssh-host-certificates.d.mts.map +1 -0
- package/dist/actions/list-ssh-host-certificates.mjs +36 -0
- package/dist/actions/list-ssh-host-certificates.mjs.map +1 -0
- package/dist/actions/list-ssh-user-certificates.cjs +39 -0
- package/dist/actions/list-ssh-user-certificates.cjs.map +1 -0
- package/dist/actions/list-ssh-user-certificates.d.cts +9 -0
- package/dist/actions/list-ssh-user-certificates.d.cts.map +1 -0
- package/dist/actions/list-ssh-user-certificates.d.mts +9 -0
- package/dist/actions/list-ssh-user-certificates.d.mts.map +1 -0
- package/dist/actions/list-ssh-user-certificates.mjs +38 -0
- package/dist/actions/list-ssh-user-certificates.mjs.map +1 -0
- package/dist/actions/list-static-backends.cjs +33 -0
- package/dist/actions/list-static-backends.cjs.map +1 -0
- package/dist/actions/list-static-backends.d.cts +9 -0
- package/dist/actions/list-static-backends.d.cts.map +1 -0
- package/dist/actions/list-static-backends.d.mts +9 -0
- package/dist/actions/list-static-backends.d.mts.map +1 -0
- package/dist/actions/list-static-backends.mjs +32 -0
- package/dist/actions/list-static-backends.mjs.map +1 -0
- package/dist/actions/list-tcp-edges.cjs +50 -0
- package/dist/actions/list-tcp-edges.cjs.map +1 -0
- package/dist/actions/list-tcp-edges.d.cts +9 -0
- package/dist/actions/list-tcp-edges.d.cts.map +1 -0
- package/dist/actions/list-tcp-edges.d.mts +9 -0
- package/dist/actions/list-tcp-edges.d.mts.map +1 -0
- package/dist/actions/list-tcp-edges.mjs +49 -0
- package/dist/actions/list-tcp-edges.mjs.map +1 -0
- package/dist/actions/list-tls-certificates.cjs +49 -0
- package/dist/actions/list-tls-certificates.cjs.map +1 -0
- package/dist/actions/list-tls-certificates.d.cts +9 -0
- package/dist/actions/list-tls-certificates.d.cts.map +1 -0
- package/dist/actions/list-tls-certificates.d.mts +9 -0
- package/dist/actions/list-tls-certificates.d.mts.map +1 -0
- package/dist/actions/list-tls-certificates.mjs +48 -0
- package/dist/actions/list-tls-certificates.mjs.map +1 -0
- package/dist/actions/list-tls-edges.cjs +40 -0
- package/dist/actions/list-tls-edges.cjs.map +1 -0
- package/dist/actions/list-tls-edges.d.cts +9 -0
- package/dist/actions/list-tls-edges.d.cts.map +1 -0
- package/dist/actions/list-tls-edges.d.mts +9 -0
- package/dist/actions/list-tls-edges.d.mts.map +1 -0
- package/dist/actions/list-tls-edges.mjs +39 -0
- package/dist/actions/list-tls-edges.mjs.map +1 -0
- package/dist/actions/list-tunnel-sessions.cjs +40 -0
- package/dist/actions/list-tunnel-sessions.cjs.map +1 -0
- package/dist/actions/list-tunnel-sessions.d.cts +9 -0
- package/dist/actions/list-tunnel-sessions.d.cts.map +1 -0
- package/dist/actions/list-tunnel-sessions.d.mts +9 -0
- package/dist/actions/list-tunnel-sessions.d.mts.map +1 -0
- package/dist/actions/list-tunnel-sessions.mjs +39 -0
- package/dist/actions/list-tunnel-sessions.mjs.map +1 -0
- package/dist/actions/list-tunnels.cjs +44 -0
- package/dist/actions/list-tunnels.cjs.map +1 -0
- package/dist/actions/list-tunnels.d.cts +9 -0
- package/dist/actions/list-tunnels.d.cts.map +1 -0
- package/dist/actions/list-tunnels.d.mts +9 -0
- package/dist/actions/list-tunnels.d.mts.map +1 -0
- package/dist/actions/list-tunnels.mjs +43 -0
- package/dist/actions/list-tunnels.mjs.map +1 -0
- package/dist/actions/list-vault-secrets.cjs +41 -0
- package/dist/actions/list-vault-secrets.cjs.map +1 -0
- package/dist/actions/list-vault-secrets.d.cts +9 -0
- package/dist/actions/list-vault-secrets.d.cts.map +1 -0
- package/dist/actions/list-vault-secrets.d.mts +9 -0
- package/dist/actions/list-vault-secrets.d.mts.map +1 -0
- package/dist/actions/list-vault-secrets.mjs +40 -0
- package/dist/actions/list-vault-secrets.mjs.map +1 -0
- package/dist/actions/list-vaults.cjs +35 -0
- package/dist/actions/list-vaults.cjs.map +1 -0
- package/dist/actions/list-vaults.d.cts +9 -0
- package/dist/actions/list-vaults.d.cts.map +1 -0
- package/dist/actions/list-vaults.d.mts +9 -0
- package/dist/actions/list-vaults.d.mts.map +1 -0
- package/dist/actions/list-vaults.mjs +34 -0
- package/dist/actions/list-vaults.mjs.map +1 -0
- package/dist/actions/list-weighted-backends.cjs +31 -0
- package/dist/actions/list-weighted-backends.cjs.map +1 -0
- package/dist/actions/list-weighted-backends.d.cts +9 -0
- package/dist/actions/list-weighted-backends.d.cts.map +1 -0
- package/dist/actions/list-weighted-backends.d.mts +9 -0
- package/dist/actions/list-weighted-backends.d.mts.map +1 -0
- package/dist/actions/list-weighted-backends.mjs +30 -0
- package/dist/actions/list-weighted-backends.mjs.map +1 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.cjs +32 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.cjs.map +1 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.d.cts +9 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.d.mts +9 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.mjs +29 -0
- package/dist/actions/replace-edge-route-circuit-breaker-module.mjs.map +1 -0
- package/dist/actions/replace-edge-route-compression-module.cjs +20 -0
- package/dist/actions/replace-edge-route-compression-module.cjs.map +1 -0
- package/dist/actions/replace-edge-route-compression-module.d.cts +9 -0
- package/dist/actions/replace-edge-route-compression-module.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-compression-module.d.mts +9 -0
- package/dist/actions/replace-edge-route-compression-module.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-compression-module.mjs +17 -0
- package/dist/actions/replace-edge-route-compression-module.mjs.map +1 -0
- package/dist/actions/replace-edge-route-request-headers-module.cjs +26 -0
- package/dist/actions/replace-edge-route-request-headers-module.cjs.map +1 -0
- package/dist/actions/replace-edge-route-request-headers-module.d.cts +9 -0
- package/dist/actions/replace-edge-route-request-headers-module.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-request-headers-module.d.mts +9 -0
- package/dist/actions/replace-edge-route-request-headers-module.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-request-headers-module.mjs +23 -0
- package/dist/actions/replace-edge-route-request-headers-module.mjs.map +1 -0
- package/dist/actions/replace-edge-route-response-headers-module.cjs +26 -0
- package/dist/actions/replace-edge-route-response-headers-module.cjs.map +1 -0
- package/dist/actions/replace-edge-route-response-headers-module.d.cts +9 -0
- package/dist/actions/replace-edge-route-response-headers-module.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-response-headers-module.d.mts +9 -0
- package/dist/actions/replace-edge-route-response-headers-module.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-response-headers-module.mjs +23 -0
- package/dist/actions/replace-edge-route-response-headers-module.mjs.map +1 -0
- package/dist/actions/replace-edge-route-traffic-policy.cjs +24 -0
- package/dist/actions/replace-edge-route-traffic-policy.cjs.map +1 -0
- package/dist/actions/replace-edge-route-traffic-policy.d.cts +9 -0
- package/dist/actions/replace-edge-route-traffic-policy.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-traffic-policy.d.mts +9 -0
- package/dist/actions/replace-edge-route-traffic-policy.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-traffic-policy.mjs +21 -0
- package/dist/actions/replace-edge-route-traffic-policy.mjs.map +1 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.cjs +26 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.cjs.map +1 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.d.cts +9 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.d.mts +9 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.mjs +23 -0
- package/dist/actions/replace-edge-route-user-agent-filter-module.mjs.map +1 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.cjs +26 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.cjs.map +1 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.d.cts +9 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.d.cts.map +1 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.d.mts +9 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.d.mts.map +1 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.mjs +23 -0
- package/dist/actions/replace-edge-route-webhook-verification-module.mjs.map +1 -0
- package/dist/actions/update-api-key.cjs +28 -0
- package/dist/actions/update-api-key.cjs.map +1 -0
- package/dist/actions/update-api-key.d.cts +9 -0
- package/dist/actions/update-api-key.d.cts.map +1 -0
- package/dist/actions/update-api-key.d.mts +9 -0
- package/dist/actions/update-api-key.d.mts.map +1 -0
- package/dist/actions/update-api-key.mjs +25 -0
- package/dist/actions/update-api-key.mjs.map +1 -0
- package/dist/actions/update-credentials.cjs +30 -0
- package/dist/actions/update-credentials.cjs.map +1 -0
- package/dist/actions/update-credentials.d.cts +9 -0
- package/dist/actions/update-credentials.d.cts.map +1 -0
- package/dist/actions/update-credentials.d.mts +9 -0
- package/dist/actions/update-credentials.d.mts.map +1 -0
- package/dist/actions/update-credentials.mjs +27 -0
- package/dist/actions/update-credentials.mjs.map +1 -0
- package/dist/actions/update-endpoint.cjs +56 -0
- package/dist/actions/update-endpoint.cjs.map +1 -0
- package/dist/actions/update-endpoint.d.cts +9 -0
- package/dist/actions/update-endpoint.d.cts.map +1 -0
- package/dist/actions/update-endpoint.d.mts +9 -0
- package/dist/actions/update-endpoint.d.mts.map +1 -0
- package/dist/actions/update-endpoint.mjs +55 -0
- package/dist/actions/update-endpoint.mjs.map +1 -0
- package/dist/actions/update-event-subscription.cjs +35 -0
- package/dist/actions/update-event-subscription.cjs.map +1 -0
- package/dist/actions/update-event-subscription.d.cts +9 -0
- package/dist/actions/update-event-subscription.d.cts.map +1 -0
- package/dist/actions/update-event-subscription.d.mts +9 -0
- package/dist/actions/update-event-subscription.d.mts.map +1 -0
- package/dist/actions/update-event-subscription.mjs +34 -0
- package/dist/actions/update-event-subscription.mjs.map +1 -0
- package/dist/actions/update-https-edge-route.cjs +197 -0
- package/dist/actions/update-https-edge-route.cjs.map +1 -0
- package/dist/actions/update-https-edge-route.d.cts +9 -0
- package/dist/actions/update-https-edge-route.d.cts.map +1 -0
- package/dist/actions/update-https-edge-route.d.mts +9 -0
- package/dist/actions/update-https-edge-route.d.mts.map +1 -0
- package/dist/actions/update-https-edge-route.mjs +196 -0
- package/dist/actions/update-https-edge-route.mjs.map +1 -0
- package/dist/actions/update-reserved-domain.cjs +58 -0
- package/dist/actions/update-reserved-domain.cjs.map +1 -0
- package/dist/actions/update-reserved-domain.d.cts +9 -0
- package/dist/actions/update-reserved-domain.d.cts.map +1 -0
- package/dist/actions/update-reserved-domain.d.mts +9 -0
- package/dist/actions/update-reserved-domain.d.mts.map +1 -0
- package/dist/actions/update-reserved-domain.mjs +57 -0
- package/dist/actions/update-reserved-domain.mjs.map +1 -0
- package/dist/actions/update-secret.cjs +29 -0
- package/dist/actions/update-secret.cjs.map +1 -0
- package/dist/actions/update-secret.d.cts +9 -0
- package/dist/actions/update-secret.d.cts.map +1 -0
- package/dist/actions/update-secret.d.mts +9 -0
- package/dist/actions/update-secret.d.mts.map +1 -0
- package/dist/actions/update-secret.mjs +26 -0
- package/dist/actions/update-secret.mjs.map +1 -0
- package/dist/actions/update-ssh-credential.cjs +30 -0
- package/dist/actions/update-ssh-credential.cjs.map +1 -0
- package/dist/actions/update-ssh-credential.d.cts +9 -0
- package/dist/actions/update-ssh-credential.d.cts.map +1 -0
- package/dist/actions/update-ssh-credential.d.mts +9 -0
- package/dist/actions/update-ssh-credential.d.mts.map +1 -0
- package/dist/actions/update-ssh-credential.mjs +27 -0
- package/dist/actions/update-ssh-credential.mjs.map +1 -0
- package/dist/actions/update-vault.cjs +31 -0
- package/dist/actions/update-vault.cjs.map +1 -0
- package/dist/actions/update-vault.d.cts +9 -0
- package/dist/actions/update-vault.d.cts.map +1 -0
- package/dist/actions/update-vault.d.mts +9 -0
- package/dist/actions/update-vault.d.mts.map +1 -0
- package/dist/actions/update-vault.mjs +28 -0
- package/dist/actions/update-vault.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +210 -0
- package/dist/index.d.cts +105 -0
- package/dist/index.d.mts +105 -0
- package/dist/index.mjs +106 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-reserved-domains.mjs","names":[],"sources":["../../src/actions/list-reserved-domains.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListReservedDomainsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of reserved domains to return. Constrains the number of results in the dataset. See the API Overview for pagination details.\").optional(),\n filter: z.string().describe(\"CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as 'id', 'metadata', 'created_at'. See ngrok API Filtering 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. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing reserved domains with pagination and filtering support.\");\nconst NgrokListReservedDomains_RefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A resource identifier\"),\n uri: z.string().describe(\"A URI for locating a resource\"),\n}).describe(\"Reference to an ngrok resource.\");\nconst NgrokListReservedDomains_ReservedDomainCertPolicySchema: z.ZodTypeAny = z.object({\n authority: z.string().describe(\"Certificate authority to use for automatic certificate management (e.g., 'letsencrypt')\"),\n private_key_type: z.string().describe(\"Type of private key to use (rsa or ecdsa). Defaults to ecdsa\"),\n}).describe(\"Certificate management policy configuration.\");\nconst NgrokListReservedDomains_ReservedDomainCertJobSchema: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Status or error message for the provisioning job\"),\n error_code: z.string().describe(\"Error code if the provisioning job failed (e.g., INTERNAL_ERROR, DNS_ERROR)\").nullable().optional(),\n retries_at: z.string().describe(\"Timestamp when the provisioning job will be retried, RFC 3339 format\").nullable().optional(),\n started_at: z.string().describe(\"Timestamp when the provisioning job started, RFC 3339 format\"),\n}).describe(\"Certificate provisioning job details.\");\nconst NgrokListReservedDomains_ReservedDomainCertStatusSchema: z.ZodTypeAny = z.object({\n renews_at: z.string().describe(\"Timestamp when the certificate will be renewed next, RFC 3339 format\").nullable().optional(),\n provisioning_job: NgrokListReservedDomains_ReservedDomainCertJobSchema.nullable().optional(),\n}).describe(\"Current certificate management status.\");\nconst NgrokListReservedDomains_ReservedDomainSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique reserved domain resource identifier\"),\n uri: z.string().describe(\"URI of the reserved domain API resource\"),\n domain: z.string().describe(\"Hostname of the reserved domain\"),\n is_dev: z.boolean().describe(\"Whether this is a development domain\").nullable().optional(),\n region: z.string().describe(\"Geographic region where this domain is reserved (deprecated field)\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data for this reserved domain, max 4096 bytes\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the domain was created, RFC 3339 format\"),\n certificate: NgrokListReservedDomains_RefSchema.nullable().optional(),\n description: z.string().describe(\"Human-readable description of what uses this reserved domain\").nullable().optional(),\n cname_target: z.string().describe(\"DNS CNAME target for custom hostnames or null for ngrok subdomains\").nullable().optional(),\n error_redirect_url: z.string().describe(\"URL to redirect to when an error occurs\").nullable().optional(),\n acme_challenge_cname_target: z.string().describe(\"DNS CNAME target for ACME challenge validation (_acme-challenge subdomain)\").nullable().optional(),\n http_endpoint_configuration: z.record(z.string(), z.unknown()).describe(\"HTTP endpoint configuration for this reserved domain\").nullable().optional(),\n https_endpoint_configuration: z.record(z.string(), z.unknown()).describe(\"HTTPS endpoint configuration for this reserved domain\").nullable().optional(),\n certificate_management_policy: NgrokListReservedDomains_ReservedDomainCertPolicySchema.nullable().optional(),\n certificate_management_status: NgrokListReservedDomains_ReservedDomainCertStatusSchema.nullable().optional(),\n}).describe(\"Model representing an individual reserved domain.\");\nexport const NgrokListReservedDomainsOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the reserved domains 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 reserved_domains: z.array(NgrokListReservedDomains_ReservedDomainSchema).describe(\"The list of all reserved domains on this account\").nullable().optional(),\n}).describe(\"Response model for list reserved domains endpoint.\");\n\nexport const ngrokListReservedDomains = action(\"NGROK_LIST_RESERVED_DOMAINS\", {\n slug: \"ngrok-list-reserved-domains\",\n name: \"List Reserved Domains\",\n description: \"List all reserved domains on this account. Use this to retrieve all hostnames that have been reserved for listening to HTTP, HTTPS, and TLS traffic on your ngrok account.\",\n input: NgrokListReservedDomainsInput,\n output: NgrokListReservedDomainsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS;CACzL,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qNAAqN,CAAC,CAAC,SAAS;CAC5P,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;AAC7K,CAAC,CAAC,CAAC,SAAS,mFAAmF;AAC/F,MAAM,qCAAmD,EAAE,OAAO;CAChE,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,0DAAwE,EAAE,OAAO;CACrF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF;CACxH,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;AACtG,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,uDAAqE,EAAE,OAAO;CAClF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC3E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;AAChG,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,0DAAwE,EAAE,OAAO;CACrF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,kBAAkB,qDAAqD,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,gDAA8D,EAAE,OAAO;CAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACpE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC7D,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,aAAa,mCAAmC,SAAS,CAAC,CAAC,SAAS;CACpE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,6BAA6B,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnJ,6BAA6B,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpJ,8BAA8B,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtJ,+BAA+B,wDAAwD,SAAS,CAAC,CAAC,SAAS;CAC3G,+BAA+B,wDAAwD,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAO/D,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX0D,EAAE,OAAO;EACnE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EACxE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,kBAAkB,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5J,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-service-users.ts
|
|
4
|
+
const NgrokListServiceUsersInput = zod.z.object({
|
|
5
|
+
limit: zod.z.string().describe("Maximum number of service users to return. Constrains the number of results in the dataset.").optional(),
|
|
6
|
+
filter: zod.z.string().describe("CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more.").optional(),
|
|
7
|
+
before_id: zod.z.string().describe("Pagination cursor. Returns results created before this service user ID. Use the ID from a previous response for pagination.").optional()
|
|
8
|
+
}).describe("Request model for listing service users with pagination and filtering support");
|
|
9
|
+
const NgrokListServiceUsers_ServiceUserModelSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("unique service user resource identifier"),
|
|
11
|
+
uri: zod.z.string().describe("URI to the API resource of this service user"),
|
|
12
|
+
name: zod.z.string().describe("human-readable name of the service user"),
|
|
13
|
+
active: zod.z.boolean().describe("whether the service user is active or has been deactivated"),
|
|
14
|
+
created_at: zod.z.string().describe("timestamp when the service user was created, RFC 3339 format")
|
|
15
|
+
}).describe("Model representing an individual service user");
|
|
16
|
+
const NgrokListServiceUsersOutput = zod.z.object({
|
|
17
|
+
uri: zod.z.string().describe("URI of the service users list API resource"),
|
|
18
|
+
next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
|
|
19
|
+
service_users: zod.z.array(NgrokListServiceUsers_ServiceUserModelSchema).describe("the list of service users for this account")
|
|
20
|
+
}).describe("Response model for list service users endpoint");
|
|
21
|
+
const ngrokListServiceUsers = require_action.action("NGROK_LIST_SERVICE_USERS", {
|
|
22
|
+
slug: "ngrok-list-service-users",
|
|
23
|
+
name: "List Service Users",
|
|
24
|
+
description: "Tool to list all service users on this ngrok account. Use when you need to retrieve all service users with their status and metadata.",
|
|
25
|
+
input: NgrokListServiceUsersInput,
|
|
26
|
+
output: NgrokListServiceUsersOutput
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
exports.ngrokListServiceUsers = ngrokListServiceUsers;
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=list-service-users.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-service-users.cjs","names":["z","action"],"sources":["../../src/actions/list-service-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListServiceUsersInput: z.ZodTypeAny = z.object({\n limit: z.string().describe(\"Maximum number of service users to return. Constrains the number of results in the dataset.\").optional(),\n filter: z.string().describe(\"CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns results created before this service user ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing service users with pagination and filtering support\");\nconst NgrokListServiceUsers_ServiceUserModelSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique service user resource identifier\"),\n uri: z.string().describe(\"URI to the API resource of this service user\"),\n name: z.string().describe(\"human-readable name of the service user\"),\n active: z.boolean().describe(\"whether the service user is active or has been deactivated\"),\n created_at: z.string().describe(\"timestamp when the service user was created, RFC 3339 format\"),\n}).describe(\"Model representing an individual service user\");\nexport const NgrokListServiceUsersOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the service users 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 service_users: z.array(NgrokListServiceUsers_ServiceUserModelSchema).describe(\"the list of service users for this account\"),\n}).describe(\"Response model for list service users endpoint\");\n\nexport const ngrokListServiceUsers = action(\"NGROK_LIST_SERVICE_USERS\", {\n slug: \"ngrok-list-service-users\",\n name: \"List Service Users\",\n description: \"Tool to list all service users on this ngrok account. Use when you need to retrieve all service users with their status and metadata.\",\n input: NgrokListServiceUsersInput,\n output: NgrokListServiceUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS;CACnI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qJAAqJ,CAAC,CAAC,SAAS;CAC5L,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6HAA6H,CAAC,CAAC,SAAS;AACzK,CAAC,CAAC,CAAC,SAAS,+EAA+E;AAC3F,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACnE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;AAChG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACrE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,eAAeA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,4CAA4C;AAC5H,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,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-service-users.d.ts
|
|
4
|
+
declare const NgrokListServiceUsersInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListServiceUsersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListServiceUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListServiceUsers };
|
|
9
|
+
//# sourceMappingURL=list-service-users.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-service-users.d.cts","names":[],"sources":["../../src/actions/list-service-users.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIiD;AAAA,cAQ/E,2BAAA,EAA6B,CAAA,CAAE,UAIiB;AAAA,cAEhD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-service-users.d.ts
|
|
4
|
+
declare const NgrokListServiceUsersInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListServiceUsersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListServiceUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListServiceUsers };
|
|
9
|
+
//# sourceMappingURL=list-service-users.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-service-users.d.mts","names":[],"sources":["../../src/actions/list-service-users.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIiD;AAAA,cAQ/E,2BAAA,EAA6B,CAAA,CAAE,UAIiB;AAAA,cAEhD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-service-users.ts
|
|
4
|
+
const NgrokListServiceUsersInput = z.object({
|
|
5
|
+
limit: z.string().describe("Maximum number of service users to return. Constrains the number of results in the dataset.").optional(),
|
|
6
|
+
filter: z.string().describe("CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more.").optional(),
|
|
7
|
+
before_id: z.string().describe("Pagination cursor. Returns results created before this service user ID. Use the ID from a previous response for pagination.").optional()
|
|
8
|
+
}).describe("Request model for listing service users with pagination and filtering support");
|
|
9
|
+
const NgrokListServiceUsers_ServiceUserModelSchema = z.object({
|
|
10
|
+
id: z.string().describe("unique service user resource identifier"),
|
|
11
|
+
uri: z.string().describe("URI to the API resource of this service user"),
|
|
12
|
+
name: z.string().describe("human-readable name of the service user"),
|
|
13
|
+
active: z.boolean().describe("whether the service user is active or has been deactivated"),
|
|
14
|
+
created_at: z.string().describe("timestamp when the service user was created, RFC 3339 format")
|
|
15
|
+
}).describe("Model representing an individual service user");
|
|
16
|
+
const ngrokListServiceUsers = action("NGROK_LIST_SERVICE_USERS", {
|
|
17
|
+
slug: "ngrok-list-service-users",
|
|
18
|
+
name: "List Service Users",
|
|
19
|
+
description: "Tool to list all service users on this ngrok account. Use when you need to retrieve all service users with their status and metadata.",
|
|
20
|
+
input: NgrokListServiceUsersInput,
|
|
21
|
+
output: z.object({
|
|
22
|
+
uri: z.string().describe("URI of the service users list API resource"),
|
|
23
|
+
next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
|
|
24
|
+
service_users: z.array(NgrokListServiceUsers_ServiceUserModelSchema).describe("the list of service users for this account")
|
|
25
|
+
}).describe("Response model for list service users endpoint")
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { ngrokListServiceUsers };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=list-service-users.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-service-users.mjs","names":[],"sources":["../../src/actions/list-service-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListServiceUsersInput: z.ZodTypeAny = z.object({\n limit: z.string().describe(\"Maximum number of service users to return. Constrains the number of results in the dataset.\").optional(),\n filter: z.string().describe(\"CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns results created before this service user ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing service users with pagination and filtering support\");\nconst NgrokListServiceUsers_ServiceUserModelSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique service user resource identifier\"),\n uri: z.string().describe(\"URI to the API resource of this service user\"),\n name: z.string().describe(\"human-readable name of the service user\"),\n active: z.boolean().describe(\"whether the service user is active or has been deactivated\"),\n created_at: z.string().describe(\"timestamp when the service user was created, RFC 3339 format\"),\n}).describe(\"Model representing an individual service user\");\nexport const NgrokListServiceUsersOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the service users 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 service_users: z.array(NgrokListServiceUsers_ServiceUserModelSchema).describe(\"the list of service users for this account\"),\n}).describe(\"Response model for list service users endpoint\");\n\nexport const ngrokListServiceUsers = action(\"NGROK_LIST_SERVICE_USERS\", {\n slug: \"ngrok-list-service-users\",\n name: \"List Service Users\",\n description: \"Tool to list all service users on this ngrok account. Use when you need to retrieve all service users with their status and metadata.\",\n input: NgrokListServiceUsersInput,\n output: NgrokListServiceUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS;CACnI,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qJAAqJ,CAAC,CAAC,SAAS;CAC5L,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6HAA6H,CAAC,CAAC,SAAS;AACzK,CAAC,CAAC,CAAC,SAAS,+EAA+E;AAC3F,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACnE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;CACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;AAChG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAO3D,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXuD,EAAE,OAAO;EAChE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACrE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,eAAe,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,4CAA4C;CAC5H,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-ssh-certificate-authorities.ts
|
|
4
|
+
const NgrokListSshCertificateAuthoritiesInput = zod.z.object({
|
|
5
|
+
limit: zod.z.string().describe("Maximum number of SSH certificate authorities to return. See the API Overview for details on pagination.").optional(),
|
|
6
|
+
filter: zod.z.string().describe("CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See https://ngrok.com/docs/api/api-filtering 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. Use the ID from a previous response for pagination.").optional()
|
|
8
|
+
}).describe("Request model for listing SSH certificate authorities with pagination and filtering support");
|
|
9
|
+
const NgrokListSshCertificateAuthorities_SshCertificateAuthoritySchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("unique identifier for this SSH Certificate Authority"),
|
|
11
|
+
uri: zod.z.string().describe("URI of the SSH Certificate Authority API resource"),
|
|
12
|
+
key_type: zod.z.string().describe("the type of private key for this SSH Certificate Authority"),
|
|
13
|
+
metadata: zod.z.string().describe("arbitrary user-defined machine-readable data. optional, max 4096 bytes").nullable().optional(),
|
|
14
|
+
created_at: zod.z.string().describe("timestamp when the SSH CA was created, RFC 3339 format"),
|
|
15
|
+
public_key: zod.z.string().describe("raw public key for this SSH Certificate Authority"),
|
|
16
|
+
description: zod.z.string().describe("human-readable description of this SSH Certificate Authority. optional, max 255 bytes").nullable().optional()
|
|
17
|
+
}).describe("Model representing an SSH Certificate Authority");
|
|
18
|
+
const NgrokListSshCertificateAuthoritiesOutput = zod.z.object({
|
|
19
|
+
uri: zod.z.string().describe("URI of the SSH certificate authorities list API resource"),
|
|
20
|
+
next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
|
|
21
|
+
ssh_certificate_authorities: zod.z.array(NgrokListSshCertificateAuthorities_SshCertificateAuthoritySchema).describe("the list of all SSH certificate authorities on this account")
|
|
22
|
+
}).describe("Response model for list SSH certificate authorities endpoint");
|
|
23
|
+
const ngrokListSshCertificateAuthorities = require_action.action("NGROK_LIST_SSH_CERTIFICATE_AUTHORITIES", {
|
|
24
|
+
slug: "ngrok-list-ssh-certificate-authorities",
|
|
25
|
+
name: "List SSH Certificate Authorities",
|
|
26
|
+
description: "List all SSH Certificate Authorities on this account. SSH Certificate Authorities are pairs of SSH certificates and their private keys used to sign other SSH host and user certificates. Supports pagination and filtering via CEL expressions.",
|
|
27
|
+
input: NgrokListSshCertificateAuthoritiesInput,
|
|
28
|
+
output: NgrokListSshCertificateAuthoritiesOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.ngrokListSshCertificateAuthorities = ngrokListSshCertificateAuthorities;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=list-ssh-certificate-authorities.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-certificate-authorities.cjs","names":["z","action"],"sources":["../../src/actions/list-ssh-certificate-authorities.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListSshCertificateAuthoritiesInput: z.ZodTypeAny = z.object({\n limit: z.string().describe(\"Maximum number of SSH certificate authorities to return. See the API Overview for details on pagination.\").optional(),\n filter: z.string().describe(\"CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See https://ngrok.com/docs/api/api-filtering for syntax and field details.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns earlier entries in the result set, sorted by ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing SSH certificate authorities with pagination and filtering support\");\nconst NgrokListSshCertificateAuthorities_SshCertificateAuthoritySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique identifier for this SSH Certificate Authority\"),\n uri: z.string().describe(\"URI of the SSH Certificate Authority API resource\"),\n key_type: z.string().describe(\"the type of private key for this SSH Certificate Authority\"),\n metadata: z.string().describe(\"arbitrary user-defined machine-readable data. optional, max 4096 bytes\").nullable().optional(),\n created_at: z.string().describe(\"timestamp when the SSH CA was created, RFC 3339 format\"),\n public_key: z.string().describe(\"raw public key for this SSH Certificate Authority\"),\n description: z.string().describe(\"human-readable description of this SSH Certificate Authority. optional, max 255 bytes\").nullable().optional(),\n}).describe(\"Model representing an SSH Certificate Authority\");\nexport const NgrokListSshCertificateAuthoritiesOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the SSH certificate authorities 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 ssh_certificate_authorities: z.array(NgrokListSshCertificateAuthorities_SshCertificateAuthoritySchema).describe(\"the list of all SSH certificate authorities on this account\"),\n}).describe(\"Response model for list SSH certificate authorities endpoint\");\n\nexport const ngrokListSshCertificateAuthorities = action(\"NGROK_LIST_SSH_CERTIFICATE_AUTHORITIES\", {\n slug: \"ngrok-list-ssh-certificate-authorities\",\n name: \"List SSH Certificate Authorities\",\n description: \"List all SSH Certificate Authorities on this account. SSH Certificate Authorities are pairs of SSH certificates and their private keys used to sign other SSH host and user certificates. Supports pagination and filtering via CEL expressions.\",\n input: NgrokListSshCertificateAuthoritiesInput,\n output: NgrokListSshCertificateAuthoritiesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;CAChJ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sNAAsN,CAAC,CAAC,SAAS;CAC7P,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;AAC7K,CAAC,CAAC,CAAC,SAAS,6FAA6F;AACzG,MAAM,mEAAiFA,IAAAA,EAAE,OAAO;CAC9F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC9E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC1F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChJ,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACnF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,6BAA6BA,IAAAA,EAAE,MAAM,gEAAgE,CAAC,CAAC,SAAS,6DAA6D;AAC/K,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAE1E,MAAa,qCAAqCC,eAAAA,OAAO,0CAA0C;CACjG,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-ssh-certificate-authorities.d.ts
|
|
4
|
+
declare const NgrokListSshCertificateAuthoritiesInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListSshCertificateAuthoritiesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListSshCertificateAuthorities: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListSshCertificateAuthorities };
|
|
9
|
+
//# sourceMappingURL=list-ssh-certificate-authorities.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-certificate-authorities.d.cts","names":[],"sources":["../../src/actions/list-ssh-certificate-authorities.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAIkD;AAAA,cAU7F,wCAAA,EAA0C,CAAA,CAAE,UAIkB;AAAA,cAE9D,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-ssh-certificate-authorities.d.ts
|
|
4
|
+
declare const NgrokListSshCertificateAuthoritiesInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListSshCertificateAuthoritiesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListSshCertificateAuthorities: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListSshCertificateAuthorities };
|
|
9
|
+
//# sourceMappingURL=list-ssh-certificate-authorities.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-certificate-authorities.d.mts","names":[],"sources":["../../src/actions/list-ssh-certificate-authorities.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAIkD;AAAA,cAU7F,wCAAA,EAA0C,CAAA,CAAE,UAIkB;AAAA,cAE9D,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-ssh-certificate-authorities.ts
|
|
4
|
+
const NgrokListSshCertificateAuthoritiesInput = z.object({
|
|
5
|
+
limit: z.string().describe("Maximum number of SSH certificate authorities to return. See the API Overview for details on pagination.").optional(),
|
|
6
|
+
filter: z.string().describe("CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See https://ngrok.com/docs/api/api-filtering for syntax and field details.").optional(),
|
|
7
|
+
before_id: z.string().describe("Pagination cursor. Returns earlier entries in the result set, sorted by ID. Use the ID from a previous response for pagination.").optional()
|
|
8
|
+
}).describe("Request model for listing SSH certificate authorities with pagination and filtering support");
|
|
9
|
+
const NgrokListSshCertificateAuthorities_SshCertificateAuthoritySchema = z.object({
|
|
10
|
+
id: z.string().describe("unique identifier for this SSH Certificate Authority"),
|
|
11
|
+
uri: z.string().describe("URI of the SSH Certificate Authority API resource"),
|
|
12
|
+
key_type: z.string().describe("the type of private key for this SSH Certificate Authority"),
|
|
13
|
+
metadata: z.string().describe("arbitrary user-defined machine-readable data. optional, max 4096 bytes").nullable().optional(),
|
|
14
|
+
created_at: z.string().describe("timestamp when the SSH CA was created, RFC 3339 format"),
|
|
15
|
+
public_key: z.string().describe("raw public key for this SSH Certificate Authority"),
|
|
16
|
+
description: z.string().describe("human-readable description of this SSH Certificate Authority. optional, max 255 bytes").nullable().optional()
|
|
17
|
+
}).describe("Model representing an SSH Certificate Authority");
|
|
18
|
+
const ngrokListSshCertificateAuthorities = action("NGROK_LIST_SSH_CERTIFICATE_AUTHORITIES", {
|
|
19
|
+
slug: "ngrok-list-ssh-certificate-authorities",
|
|
20
|
+
name: "List SSH Certificate Authorities",
|
|
21
|
+
description: "List all SSH Certificate Authorities on this account. SSH Certificate Authorities are pairs of SSH certificates and their private keys used to sign other SSH host and user certificates. Supports pagination and filtering via CEL expressions.",
|
|
22
|
+
input: NgrokListSshCertificateAuthoritiesInput,
|
|
23
|
+
output: z.object({
|
|
24
|
+
uri: z.string().describe("URI of the SSH certificate authorities list API resource"),
|
|
25
|
+
next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
|
|
26
|
+
ssh_certificate_authorities: z.array(NgrokListSshCertificateAuthorities_SshCertificateAuthoritySchema).describe("the list of all SSH certificate authorities on this account")
|
|
27
|
+
}).describe("Response model for list SSH certificate authorities endpoint")
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { ngrokListSshCertificateAuthorities };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=list-ssh-certificate-authorities.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-certificate-authorities.mjs","names":[],"sources":["../../src/actions/list-ssh-certificate-authorities.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListSshCertificateAuthoritiesInput: z.ZodTypeAny = z.object({\n limit: z.string().describe(\"Maximum number of SSH certificate authorities to return. See the API Overview for details on pagination.\").optional(),\n filter: z.string().describe(\"CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at. See https://ngrok.com/docs/api/api-filtering for syntax and field details.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns earlier entries in the result set, sorted by ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing SSH certificate authorities with pagination and filtering support\");\nconst NgrokListSshCertificateAuthorities_SshCertificateAuthoritySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"unique identifier for this SSH Certificate Authority\"),\n uri: z.string().describe(\"URI of the SSH Certificate Authority API resource\"),\n key_type: z.string().describe(\"the type of private key for this SSH Certificate Authority\"),\n metadata: z.string().describe(\"arbitrary user-defined machine-readable data. optional, max 4096 bytes\").nullable().optional(),\n created_at: z.string().describe(\"timestamp when the SSH CA was created, RFC 3339 format\"),\n public_key: z.string().describe(\"raw public key for this SSH Certificate Authority\"),\n description: z.string().describe(\"human-readable description of this SSH Certificate Authority. optional, max 255 bytes\").nullable().optional(),\n}).describe(\"Model representing an SSH Certificate Authority\");\nexport const NgrokListSshCertificateAuthoritiesOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the SSH certificate authorities 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 ssh_certificate_authorities: z.array(NgrokListSshCertificateAuthorities_SshCertificateAuthoritySchema).describe(\"the list of all SSH certificate authorities on this account\"),\n}).describe(\"Response model for list SSH certificate authorities endpoint\");\n\nexport const ngrokListSshCertificateAuthorities = action(\"NGROK_LIST_SSH_CERTIFICATE_AUTHORITIES\", {\n slug: \"ngrok-list-ssh-certificate-authorities\",\n name: \"List SSH Certificate Authorities\",\n description: \"List all SSH Certificate Authorities on this account. SSH Certificate Authorities are pairs of SSH certificates and their private keys used to sign other SSH host and user certificates. Supports pagination and filtering via CEL expressions.\",\n input: NgrokListSshCertificateAuthoritiesInput,\n output: NgrokListSshCertificateAuthoritiesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwD,EAAE,OAAO;CAC5E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;CAChJ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sNAAsN,CAAC,CAAC,SAAS;CAC7P,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;AAC7K,CAAC,CAAC,CAAC,SAAS,6FAA6F;AACzG,MAAM,mEAAiF,EAAE,OAAO;CAC9F,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC9E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC1F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChJ,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAO7D,MAAa,qCAAqC,OAAO,0CAA0C;CACjG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXoE,EAAE,OAAO;EAC7E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EACnF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,6BAA6B,EAAE,MAAM,gEAAgE,CAAC,CAAC,SAAS,6DAA6D;CAC/K,CAAC,CAAC,CAAC,SAAS,8DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-ssh-credentials.ts
|
|
4
|
+
const NgrokListSshCredentialsInput = zod.z.object({
|
|
5
|
+
limit: zod.z.number().int().describe("Maximum number of SSH credentials to return. Accepts values between 1-100. Defaults to 100 if not specified.").optional(),
|
|
6
|
+
filter: zod.z.string().describe("CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering.").optional(),
|
|
7
|
+
before_id: zod.z.string().describe("Pagination cursor. Returns results created before this credential ID. Use the ID from a previous response for pagination.").optional()
|
|
8
|
+
}).describe("Request model for listing SSH credentials with pagination and filtering support.");
|
|
9
|
+
const NgrokListSshCredentials_SshCredentialSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Unique SSH credential resource identifier"),
|
|
11
|
+
acl: zod.z.array(zod.z.string()).describe("Optional list of ACL rules. If unspecified, the credential will have no restrictions.").nullable().optional(),
|
|
12
|
+
uri: zod.z.string().describe("URI of the SSH credential API resource"),
|
|
13
|
+
metadata: zod.z.string().describe("Arbitrary user-defined machine-readable data for this credential. Optional, max 4096 bytes.").nullable().optional(),
|
|
14
|
+
owner_id: zod.z.string().describe("ID of the user or bot that owns this SSH credential").nullable().optional(),
|
|
15
|
+
created_at: zod.z.string().describe("Timestamp when the credential was created in RFC 3339 format"),
|
|
16
|
+
public_key: zod.z.string().describe("The PEM-encoded public key of the SSH keypair"),
|
|
17
|
+
description: zod.z.string().describe("Human-readable description of what uses the credential. Optional, max 255 bytes.").nullable().optional()
|
|
18
|
+
}).describe("Model representing an individual SSH credential.");
|
|
19
|
+
const NgrokListSshCredentialsOutput = zod.z.object({
|
|
20
|
+
uri: zod.z.string().describe("URI of the SSH credentials list API resource"),
|
|
21
|
+
next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
|
|
22
|
+
ssh_credentials: zod.z.array(NgrokListSshCredentials_SshCredentialSchema).describe("List of all SSH credentials on this account")
|
|
23
|
+
}).describe("Response model for list SSH credentials endpoint.");
|
|
24
|
+
const ngrokListSshCredentials = require_action.action("NGROK_LIST_SSH_CREDENTIALS", {
|
|
25
|
+
slug: "ngrok-list-ssh-credentials",
|
|
26
|
+
name: "List SSH Credentials",
|
|
27
|
+
description: "List all SSH credentials on the ngrok account. Use when you need to view all SSH public keys that can authenticate to start SSH tunnels.",
|
|
28
|
+
input: NgrokListSshCredentialsInput,
|
|
29
|
+
output: NgrokListSshCredentialsOutput
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
exports.ngrokListSshCredentials = ngrokListSshCredentials;
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=list-ssh-credentials.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-credentials.cjs","names":["z","action"],"sources":["../../src/actions/list-ssh-credentials.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListSshCredentialsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of SSH credentials to return. Accepts values between 1-100. Defaults to 100 if not specified.\").optional(),\n filter: z.string().describe(\"CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns results created before this credential ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing SSH credentials with pagination and filtering support.\");\nconst NgrokListSshCredentials_SshCredentialSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique SSH credential resource identifier\"),\n acl: z.array(z.string()).describe(\"Optional list of ACL rules. If unspecified, the credential will have no restrictions.\").nullable().optional(),\n uri: z.string().describe(\"URI of the SSH credential API resource\"),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data for this credential. Optional, max 4096 bytes.\").nullable().optional(),\n owner_id: z.string().describe(\"ID of the user or bot that owns this SSH credential\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the credential was created in RFC 3339 format\"),\n public_key: z.string().describe(\"The PEM-encoded public key of the SSH keypair\"),\n description: z.string().describe(\"Human-readable description of what uses the credential. Optional, max 255 bytes.\").nullable().optional(),\n}).describe(\"Model representing an individual SSH credential.\");\nexport const NgrokListSshCredentialsOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the SSH credentials 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 ssh_credentials: z.array(NgrokListSshCredentials_SshCredentialSchema).describe(\"List of all SSH credentials on this account\"),\n}).describe(\"Response model for list SSH credentials endpoint.\");\n\nexport const ngrokListSshCredentials = action(\"NGROK_LIST_SSH_CREDENTIALS\", {\n slug: \"ngrok-list-ssh-credentials\",\n name: \"List SSH Credentials\",\n description: \"List all SSH credentials on the ngrok account. Use when you need to view all SSH public keys that can authenticate to start SSH tunnels.\",\n input: NgrokListSshCredentialsInput,\n output: NgrokListSshCredentialsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;CAC1J,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qPAAqP,CAAC,CAAC,SAAS;CAC5R,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;AACvK,CAAC,CAAC,CAAC,SAAS,kFAAkF;AAC9F,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/I,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjJ,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3I,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACvE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,iBAAiBA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,6CAA6C;AAC9H,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,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-ssh-credentials.d.ts
|
|
4
|
+
declare const NgrokListSshCredentialsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListSshCredentialsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListSshCredentials: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListSshCredentials };
|
|
9
|
+
//# sourceMappingURL=list-ssh-credentials.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-credentials.d.cts","names":[],"sources":["../../src/actions/list-ssh-credentials.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIkD;AAAA,cAWlF,6BAAA,EAA+B,CAAA,CAAE,UAIkB;AAAA,cAEnD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-ssh-credentials.d.ts
|
|
4
|
+
declare const NgrokListSshCredentialsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListSshCredentialsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListSshCredentials: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListSshCredentials };
|
|
9
|
+
//# sourceMappingURL=list-ssh-credentials.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-credentials.d.mts","names":[],"sources":["../../src/actions/list-ssh-credentials.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIkD;AAAA,cAWlF,6BAAA,EAA+B,CAAA,CAAE,UAIkB;AAAA,cAEnD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-ssh-credentials.ts
|
|
4
|
+
const NgrokListSshCredentialsInput = z.object({
|
|
5
|
+
limit: z.number().int().describe("Maximum number of SSH credentials to return. Accepts values between 1-100. Defaults to 100 if not specified.").optional(),
|
|
6
|
+
filter: z.string().describe("CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering.").optional(),
|
|
7
|
+
before_id: z.string().describe("Pagination cursor. Returns results created before this credential ID. Use the ID from a previous response for pagination.").optional()
|
|
8
|
+
}).describe("Request model for listing SSH credentials with pagination and filtering support.");
|
|
9
|
+
const NgrokListSshCredentials_SshCredentialSchema = z.object({
|
|
10
|
+
id: z.string().describe("Unique SSH credential resource identifier"),
|
|
11
|
+
acl: z.array(z.string()).describe("Optional list of ACL rules. If unspecified, the credential will have no restrictions.").nullable().optional(),
|
|
12
|
+
uri: z.string().describe("URI of the SSH credential API resource"),
|
|
13
|
+
metadata: z.string().describe("Arbitrary user-defined machine-readable data for this credential. Optional, max 4096 bytes.").nullable().optional(),
|
|
14
|
+
owner_id: z.string().describe("ID of the user or bot that owns this SSH credential").nullable().optional(),
|
|
15
|
+
created_at: z.string().describe("Timestamp when the credential was created in RFC 3339 format"),
|
|
16
|
+
public_key: z.string().describe("The PEM-encoded public key of the SSH keypair"),
|
|
17
|
+
description: z.string().describe("Human-readable description of what uses the credential. Optional, max 255 bytes.").nullable().optional()
|
|
18
|
+
}).describe("Model representing an individual SSH credential.");
|
|
19
|
+
const ngrokListSshCredentials = action("NGROK_LIST_SSH_CREDENTIALS", {
|
|
20
|
+
slug: "ngrok-list-ssh-credentials",
|
|
21
|
+
name: "List SSH Credentials",
|
|
22
|
+
description: "List all SSH credentials on the ngrok account. Use when you need to view all SSH public keys that can authenticate to start SSH tunnels.",
|
|
23
|
+
input: NgrokListSshCredentialsInput,
|
|
24
|
+
output: z.object({
|
|
25
|
+
uri: z.string().describe("URI of the SSH credentials list API resource"),
|
|
26
|
+
next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
|
|
27
|
+
ssh_credentials: z.array(NgrokListSshCredentials_SshCredentialSchema).describe("List of all SSH credentials on this account")
|
|
28
|
+
}).describe("Response model for list SSH credentials endpoint.")
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
export { ngrokListSshCredentials };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=list-ssh-credentials.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-credentials.mjs","names":[],"sources":["../../src/actions/list-ssh-credentials.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListSshCredentialsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of SSH credentials to return. Accepts values between 1-100. Defaults to 100 if not specified.\").optional(),\n filter: z.string().describe(\"CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns results created before this credential ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing SSH credentials with pagination and filtering support.\");\nconst NgrokListSshCredentials_SshCredentialSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique SSH credential resource identifier\"),\n acl: z.array(z.string()).describe(\"Optional list of ACL rules. If unspecified, the credential will have no restrictions.\").nullable().optional(),\n uri: z.string().describe(\"URI of the SSH credential API resource\"),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data for this credential. Optional, max 4096 bytes.\").nullable().optional(),\n owner_id: z.string().describe(\"ID of the user or bot that owns this SSH credential\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the credential was created in RFC 3339 format\"),\n public_key: z.string().describe(\"The PEM-encoded public key of the SSH keypair\"),\n description: z.string().describe(\"Human-readable description of what uses the credential. Optional, max 255 bytes.\").nullable().optional(),\n}).describe(\"Model representing an individual SSH credential.\");\nexport const NgrokListSshCredentialsOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the SSH credentials 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 ssh_credentials: z.array(NgrokListSshCredentials_SshCredentialSchema).describe(\"List of all SSH credentials on this account\"),\n}).describe(\"Response model for list SSH credentials endpoint.\");\n\nexport const ngrokListSshCredentials = action(\"NGROK_LIST_SSH_CREDENTIALS\", {\n slug: \"ngrok-list-ssh-credentials\",\n name: \"List SSH Credentials\",\n description: \"List all SSH credentials on the ngrok account. Use when you need to view all SSH public keys that can authenticate to start SSH tunnels.\",\n input: NgrokListSshCredentialsInput,\n output: NgrokListSshCredentialsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;CAC1J,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qPAAqP,CAAC,CAAC,SAAS;CAC5R,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;AACvK,CAAC,CAAC,CAAC,SAAS,kFAAkF;AAC9F,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/I,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACjE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjJ,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3I,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAO9D,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXyD,EAAE,OAAO;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACvE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,iBAAiB,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,6CAA6C;CAC9H,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-ssh-host-certificates.ts
|
|
4
|
+
const NgrokListSshHostCertificatesInput = zod.z.object({
|
|
5
|
+
limit: zod.z.number().int().describe("Maximum number of SSH Host Certificates to return. See the API Overview for details on pagination.").optional(),
|
|
6
|
+
before_id: zod.z.string().describe("Pagination cursor. Returns earlier entries in the result set, sorted by ID. Use the ID from a previous response for pagination.").optional()
|
|
7
|
+
}).describe("Request model for listing SSH Host Certificates with pagination support.");
|
|
8
|
+
const NgrokListSshHostCertificates_SshHostCertificateSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Unique identifier for this SSH Host Certificate"),
|
|
10
|
+
uri: zod.z.string().describe("URI of the SSH Host Certificate API resource"),
|
|
11
|
+
key_type: zod.z.string().describe("The key type: rsa, ecdsa, or ed25519"),
|
|
12
|
+
metadata: zod.z.string().describe("Arbitrary user-defined machine-readable data for this certificate. Optional, max 4096 bytes.").nullable().optional(),
|
|
13
|
+
created_at: zod.z.string().describe("Timestamp when the certificate was created in RFC 3339 format"),
|
|
14
|
+
principals: zod.z.array(zod.z.string()).describe("List of hostnames and/or IP addresses that are authorized to serve SSH traffic using this certificate"),
|
|
15
|
+
public_key: zod.z.string().describe("A public key in OpenSSH Authorized Keys format"),
|
|
16
|
+
certificate: zod.z.string().describe("The signed SSH certificate in OpenSSH Authorized Keys format"),
|
|
17
|
+
description: zod.z.string().describe("Human-readable description of this SSH Host Certificate. Optional, max 255 bytes.").nullable().optional(),
|
|
18
|
+
valid_after: zod.z.string().describe("Timestamp when the certificate becomes valid in RFC 3339 format"),
|
|
19
|
+
valid_until: zod.z.string().describe("Timestamp when the certificate becomes invalid in RFC 3339 format"),
|
|
20
|
+
ssh_certificate_authority_id: zod.z.string().describe("The SSH Certificate Authority that was used to sign this certificate")
|
|
21
|
+
}).describe("Model representing an individual SSH Host Certificate.");
|
|
22
|
+
const NgrokListSshHostCertificatesOutput = zod.z.object({
|
|
23
|
+
uri: zod.z.string().describe("URI of the SSH Host Certificates list API resource"),
|
|
24
|
+
next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
|
|
25
|
+
ssh_host_certificates: zod.z.array(NgrokListSshHostCertificates_SshHostCertificateSchema).describe("List of all SSH Host Certificates on this account")
|
|
26
|
+
}).describe("Response model for list SSH Host Certificates endpoint.");
|
|
27
|
+
const ngrokListSshHostCertificates = require_action.action("NGROK_LIST_SSH_HOST_CERTIFICATES", {
|
|
28
|
+
slug: "ngrok-list-ssh-host-certificates",
|
|
29
|
+
name: "List SSH Host Certificates",
|
|
30
|
+
description: "List all SSH Host Certificates issued on this account. SSH Host Certificates are used to sign SSH host keys and authenticate SSH servers. Supports pagination for efficient retrieval of large result sets.",
|
|
31
|
+
input: NgrokListSshHostCertificatesInput,
|
|
32
|
+
output: NgrokListSshHostCertificatesOutput
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
exports.ngrokListSshHostCertificates = ngrokListSshHostCertificates;
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=list-ssh-host-certificates.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-host-certificates.cjs","names":["z","action"],"sources":["../../src/actions/list-ssh-host-certificates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListSshHostCertificatesInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of SSH Host Certificates to return. See the API Overview for details on pagination.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns earlier entries in the result set, sorted by ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing SSH Host Certificates with pagination support.\");\nconst NgrokListSshHostCertificates_SshHostCertificateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this SSH Host Certificate\"),\n uri: z.string().describe(\"URI of the SSH Host Certificate API resource\"),\n key_type: z.string().describe(\"The key type: rsa, ecdsa, or ed25519\"),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data for this certificate. Optional, max 4096 bytes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the certificate was created in RFC 3339 format\"),\n principals: z.array(z.string()).describe(\"List of hostnames and/or IP addresses that are authorized to serve SSH traffic using this certificate\"),\n public_key: z.string().describe(\"A public key in OpenSSH Authorized Keys format\"),\n certificate: z.string().describe(\"The signed SSH certificate in OpenSSH Authorized Keys format\"),\n description: z.string().describe(\"Human-readable description of this SSH Host Certificate. Optional, max 255 bytes.\").nullable().optional(),\n valid_after: z.string().describe(\"Timestamp when the certificate becomes valid in RFC 3339 format\"),\n valid_until: z.string().describe(\"Timestamp when the certificate becomes invalid in RFC 3339 format\"),\n ssh_certificate_authority_id: z.string().describe(\"The SSH Certificate Authority that was used to sign this certificate\"),\n}).describe(\"Model representing an individual SSH Host Certificate.\");\nexport const NgrokListSshHostCertificatesOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the SSH Host Certificates 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 ssh_host_certificates: z.array(NgrokListSshHostCertificates_SshHostCertificateSchema).describe(\"List of all SSH Host Certificates on this account\"),\n}).describe(\"Response model for list SSH Host Certificates endpoint.\");\n\nexport const ngrokListSshHostCertificates = action(\"NGROK_LIST_SSH_HOST_CERTIFICATES\", {\n slug: \"ngrok-list-ssh-host-certificates\",\n name: \"List SSH Host Certificates\",\n description: \"List all SSH Host Certificates issued on this account. SSH Host Certificates are used to sign SSH host keys and authenticate SSH servers. Supports pagination for efficient retrieval of large result sets.\",\n input: NgrokListSshHostCertificatesInput,\n output: NgrokListSshHostCertificatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAChJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;AAC7K,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CACzE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACpE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC/F,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uGAAuG;CAChJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1I,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CAClG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CACpG,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;AAC1H,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAC7E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,uBAAuBA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,mDAAmD;AACpJ,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,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-ssh-host-certificates.d.ts
|
|
4
|
+
declare const NgrokListSshHostCertificatesInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListSshHostCertificatesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListSshHostCertificates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListSshHostCertificates };
|
|
9
|
+
//# sourceMappingURL=list-ssh-host-certificates.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-host-certificates.d.cts","names":[],"sources":["../../src/actions/list-ssh-host-certificates.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAGqC;AAAA,cAe1E,kCAAA,EAAoC,CAAA,CAAE,UAImB;AAAA,cAEzD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-ssh-host-certificates.d.ts
|
|
4
|
+
declare const NgrokListSshHostCertificatesInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListSshHostCertificatesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListSshHostCertificates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListSshHostCertificates };
|
|
9
|
+
//# sourceMappingURL=list-ssh-host-certificates.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-host-certificates.d.mts","names":[],"sources":["../../src/actions/list-ssh-host-certificates.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAGqC;AAAA,cAe1E,kCAAA,EAAoC,CAAA,CAAE,UAImB;AAAA,cAEzD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-ssh-host-certificates.ts
|
|
4
|
+
const NgrokListSshHostCertificatesInput = z.object({
|
|
5
|
+
limit: z.number().int().describe("Maximum number of SSH Host Certificates to return. See the API Overview for details on pagination.").optional(),
|
|
6
|
+
before_id: z.string().describe("Pagination cursor. Returns earlier entries in the result set, sorted by ID. Use the ID from a previous response for pagination.").optional()
|
|
7
|
+
}).describe("Request model for listing SSH Host Certificates with pagination support.");
|
|
8
|
+
const NgrokListSshHostCertificates_SshHostCertificateSchema = z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for this SSH Host Certificate"),
|
|
10
|
+
uri: z.string().describe("URI of the SSH Host Certificate API resource"),
|
|
11
|
+
key_type: z.string().describe("The key type: rsa, ecdsa, or ed25519"),
|
|
12
|
+
metadata: z.string().describe("Arbitrary user-defined machine-readable data for this certificate. Optional, max 4096 bytes.").nullable().optional(),
|
|
13
|
+
created_at: z.string().describe("Timestamp when the certificate was created in RFC 3339 format"),
|
|
14
|
+
principals: z.array(z.string()).describe("List of hostnames and/or IP addresses that are authorized to serve SSH traffic using this certificate"),
|
|
15
|
+
public_key: z.string().describe("A public key in OpenSSH Authorized Keys format"),
|
|
16
|
+
certificate: z.string().describe("The signed SSH certificate in OpenSSH Authorized Keys format"),
|
|
17
|
+
description: z.string().describe("Human-readable description of this SSH Host Certificate. Optional, max 255 bytes.").nullable().optional(),
|
|
18
|
+
valid_after: z.string().describe("Timestamp when the certificate becomes valid in RFC 3339 format"),
|
|
19
|
+
valid_until: z.string().describe("Timestamp when the certificate becomes invalid in RFC 3339 format"),
|
|
20
|
+
ssh_certificate_authority_id: z.string().describe("The SSH Certificate Authority that was used to sign this certificate")
|
|
21
|
+
}).describe("Model representing an individual SSH Host Certificate.");
|
|
22
|
+
const ngrokListSshHostCertificates = action("NGROK_LIST_SSH_HOST_CERTIFICATES", {
|
|
23
|
+
slug: "ngrok-list-ssh-host-certificates",
|
|
24
|
+
name: "List SSH Host Certificates",
|
|
25
|
+
description: "List all SSH Host Certificates issued on this account. SSH Host Certificates are used to sign SSH host keys and authenticate SSH servers. Supports pagination for efficient retrieval of large result sets.",
|
|
26
|
+
input: NgrokListSshHostCertificatesInput,
|
|
27
|
+
output: z.object({
|
|
28
|
+
uri: z.string().describe("URI of the SSH Host Certificates list API resource"),
|
|
29
|
+
next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
|
|
30
|
+
ssh_host_certificates: z.array(NgrokListSshHostCertificates_SshHostCertificateSchema).describe("List of all SSH Host Certificates on this account")
|
|
31
|
+
}).describe("Response model for list SSH Host Certificates endpoint.")
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { ngrokListSshHostCertificates };
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=list-ssh-host-certificates.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-host-certificates.mjs","names":[],"sources":["../../src/actions/list-ssh-host-certificates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListSshHostCertificatesInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of SSH Host Certificates to return. See the API Overview for details on pagination.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns earlier entries in the result set, sorted by ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing SSH Host Certificates with pagination support.\");\nconst NgrokListSshHostCertificates_SshHostCertificateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this SSH Host Certificate\"),\n uri: z.string().describe(\"URI of the SSH Host Certificate API resource\"),\n key_type: z.string().describe(\"The key type: rsa, ecdsa, or ed25519\"),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data for this certificate. Optional, max 4096 bytes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the certificate was created in RFC 3339 format\"),\n principals: z.array(z.string()).describe(\"List of hostnames and/or IP addresses that are authorized to serve SSH traffic using this certificate\"),\n public_key: z.string().describe(\"A public key in OpenSSH Authorized Keys format\"),\n certificate: z.string().describe(\"The signed SSH certificate in OpenSSH Authorized Keys format\"),\n description: z.string().describe(\"Human-readable description of this SSH Host Certificate. Optional, max 255 bytes.\").nullable().optional(),\n valid_after: z.string().describe(\"Timestamp when the certificate becomes valid in RFC 3339 format\"),\n valid_until: z.string().describe(\"Timestamp when the certificate becomes invalid in RFC 3339 format\"),\n ssh_certificate_authority_id: z.string().describe(\"The SSH Certificate Authority that was used to sign this certificate\"),\n}).describe(\"Model representing an individual SSH Host Certificate.\");\nexport const NgrokListSshHostCertificatesOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the SSH Host Certificates 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 ssh_host_certificates: z.array(NgrokListSshHostCertificates_SshHostCertificateSchema).describe(\"List of all SSH Host Certificates on this account\"),\n}).describe(\"Response model for list SSH Host Certificates endpoint.\");\n\nexport const ngrokListSshHostCertificates = action(\"NGROK_LIST_SSH_HOST_CERTIFICATES\", {\n slug: \"ngrok-list-ssh-host-certificates\",\n name: \"List SSH Host Certificates\",\n description: \"List all SSH Host Certificates issued on this account. SSH Host Certificates are used to sign SSH host keys and authenticate SSH servers. Supports pagination for efficient retrieval of large result sets.\",\n input: NgrokListSshHostCertificatesInput,\n output: NgrokListSshHostCertificatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO;CACtE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAChJ,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;AAC7K,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,wDAAsE,EAAE,OAAO;CACnF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CACzE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACpE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC/F,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uGAAuG;CAChJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1I,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CAClG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CACpG,8BAA8B,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;AAC1H,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAOpE,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX8D,EAAE,OAAO;EACvE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;EAC7E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,uBAAuB,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,mDAAmD;CACpJ,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-ssh-user-certificates.ts
|
|
4
|
+
const NgrokListSshUserCertificatesInput = zod.z.object({
|
|
5
|
+
limit: zod.z.string().describe("Maximum number of SSH user certificates to return. See the API Overview for details on pagination.").optional(),
|
|
6
|
+
before_id: zod.z.string().describe("Pagination cursor. Returns results created before this certificate ID. Use the ID from a previous response for pagination.").optional()
|
|
7
|
+
}).describe("Request model for listing SSH user certificates with pagination support.");
|
|
8
|
+
const NgrokListSshUserCertificates_SshUserCertificateSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Unique identifier for this SSH User Certificate"),
|
|
10
|
+
uri: zod.z.string().describe("URI of the SSH User Certificate API resource"),
|
|
11
|
+
key_type: zod.z.string().describe("The type of private key for this certificate. One of: rsa, ecdsa, or ed25519"),
|
|
12
|
+
metadata: zod.z.string().describe("Arbitrary user-defined machine-readable data for this certificate. Optional, max 4096 bytes.").nullable().optional(),
|
|
13
|
+
created_at: zod.z.string().describe("Timestamp when the certificate was created in RFC 3339 format"),
|
|
14
|
+
extensions: zod.z.object({}).describe("Map of extensions applied to the certificate. Metadata for SSH server interpretation used to control permissions."),
|
|
15
|
+
principals: zod.z.array(zod.z.string()).describe("List of usernames that the certificate holder may sign in as"),
|
|
16
|
+
public_key: zod.z.string().describe("A public key in OpenSSH Authorized Keys format"),
|
|
17
|
+
certificate: zod.z.string().describe("The signed SSH certificate in OpenSSH Authorized Keys format"),
|
|
18
|
+
description: zod.z.string().describe("Human-readable description of the certificate. Optional, max 255 bytes.").nullable().optional(),
|
|
19
|
+
valid_after: zod.z.string().describe("The time when the SSH user certificate becomes valid, in RFC 3339 format"),
|
|
20
|
+
valid_until: zod.z.string().describe("The time when the SSH user certificate becomes invalid (expires), in RFC 3339 format"),
|
|
21
|
+
critical_options: zod.z.object({}).describe("Map of critical options applied to the certificate. Includes options like force-command and source-address."),
|
|
22
|
+
ssh_certificate_authority_id: zod.z.string().describe("The SSH Certificate Authority used to sign this certificate")
|
|
23
|
+
}).describe("Model representing an individual SSH user certificate.");
|
|
24
|
+
const NgrokListSshUserCertificatesOutput = zod.z.object({
|
|
25
|
+
uri: zod.z.string().describe("URI of the SSH user certificates list API resource"),
|
|
26
|
+
next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional(),
|
|
27
|
+
ssh_user_certificates: zod.z.array(NgrokListSshUserCertificates_SshUserCertificateSchema).describe("List of all SSH user certificates on this account")
|
|
28
|
+
}).describe("Response model for list SSH user certificates endpoint.");
|
|
29
|
+
const ngrokListSshUserCertificates = require_action.action("NGROK_LIST_SSH_USER_CERTIFICATES", {
|
|
30
|
+
slug: "ngrok-list-ssh-user-certificates",
|
|
31
|
+
name: "List SSH User Certificates",
|
|
32
|
+
description: "List all SSH user certificates on the ngrok account. Use when you need to view all SSH certificates that authenticate SSH clients to SSH servers.",
|
|
33
|
+
input: NgrokListSshUserCertificatesInput,
|
|
34
|
+
output: NgrokListSshUserCertificatesOutput
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
exports.ngrokListSshUserCertificates = ngrokListSshUserCertificates;
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=list-ssh-user-certificates.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-user-certificates.cjs","names":["z","action"],"sources":["../../src/actions/list-ssh-user-certificates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokListSshUserCertificatesInput: z.ZodTypeAny = z.object({\n limit: z.string().describe(\"Maximum number of SSH user certificates to return. See the API Overview for details on pagination.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns results created before this certificate ID. Use the ID from a previous response for pagination.\").optional(),\n}).describe(\"Request model for listing SSH user certificates with pagination support.\");\nconst NgrokListSshUserCertificates_SshUserCertificateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this SSH User Certificate\"),\n uri: z.string().describe(\"URI of the SSH User Certificate API resource\"),\n key_type: z.string().describe(\"The type of private key for this certificate. One of: rsa, ecdsa, or ed25519\"),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data for this certificate. Optional, max 4096 bytes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the certificate was created in RFC 3339 format\"),\n extensions: z.object({}).describe(\"Map of extensions applied to the certificate. Metadata for SSH server interpretation used to control permissions.\"),\n principals: z.array(z.string()).describe(\"List of usernames that the certificate holder may sign in as\"),\n public_key: z.string().describe(\"A public key in OpenSSH Authorized Keys format\"),\n certificate: z.string().describe(\"The signed SSH certificate in OpenSSH Authorized Keys format\"),\n description: z.string().describe(\"Human-readable description of the certificate. Optional, max 255 bytes.\").nullable().optional(),\n valid_after: z.string().describe(\"The time when the SSH user certificate becomes valid, in RFC 3339 format\"),\n valid_until: z.string().describe(\"The time when the SSH user certificate becomes invalid (expires), in RFC 3339 format\"),\n critical_options: z.object({}).describe(\"Map of critical options applied to the certificate. Includes options like force-command and source-address.\"),\n ssh_certificate_authority_id: z.string().describe(\"The SSH Certificate Authority used to sign this certificate\"),\n}).describe(\"Model representing an individual SSH user certificate.\");\nexport const NgrokListSshUserCertificatesOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the SSH user certificates 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 ssh_user_certificates: z.array(NgrokListSshUserCertificates_SshUserCertificateSchema).describe(\"List of all SSH user certificates on this account\"),\n}).describe(\"Response model for list SSH user certificates endpoint.\");\n\nexport const ngrokListSshUserCertificates = action(\"NGROK_LIST_SSH_USER_CERTIFICATES\", {\n slug: \"ngrok-list-ssh-user-certificates\",\n name: \"List SSH User Certificates\",\n description: \"List all SSH user certificates on the ngrok account. Use when you need to view all SSH certificates that authenticate SSH clients to SSH servers.\",\n input: NgrokListSshUserCertificatesInput,\n output: NgrokListSshUserCertificatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAC1I,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4HAA4H,CAAC,CAAC,SAAS;AACxK,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CACzE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;CAC5G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mHAAmH;CACrJ,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8DAA8D;CACvG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;CAC3G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;CACvH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6GAA6G;CACrJ,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;AACjH,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAC7E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,uBAAuBA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,mDAAmD;AACpJ,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,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-ssh-user-certificates.d.ts
|
|
4
|
+
declare const NgrokListSshUserCertificatesInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokListSshUserCertificatesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokListSshUserCertificates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokListSshUserCertificates };
|
|
9
|
+
//# sourceMappingURL=list-ssh-user-certificates.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-ssh-user-certificates.d.cts","names":[],"sources":["../../src/actions/list-ssh-user-certificates.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAGqC;AAAA,cAiB1E,kCAAA,EAAoC,CAAA,CAAE,UAImB;AAAA,cAEzD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|