@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,48 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-reserved-domain.ts
|
|
4
|
+
const NgrokGetReservedDomainInput = z.object({ id: z.string().describe("The unique identifier of the reserved domain to retrieve") }).describe("Request model for getting a reserved domain by ID");
|
|
5
|
+
const NgrokGetReservedDomain_RefSchema = z.object({
|
|
6
|
+
id: z.string().describe("A resource identifier"),
|
|
7
|
+
uri: z.string().describe("A URI for locating a resource")
|
|
8
|
+
}).describe("Model for reference objects in reserved domain responses");
|
|
9
|
+
const NgrokGetReservedDomain_ReservedDomainResolvesToEntrySchema = z.object({ value: z.string().describe("A POP (Point of Presence) code or 'global' for global resolution") }).describe("Model for DNS resolution entries");
|
|
10
|
+
const NgrokGetReservedDomain_ReservedDomainCertPolicySchema = z.object({
|
|
11
|
+
authority: z.string().describe("The certificate authority to request certificates from. The only supported value is 'letsencrypt'."),
|
|
12
|
+
private_key_type: z.string().describe("The type of private key to use when requesting certificates. The only supported values are 'rsa' and 'ecdsa'.")
|
|
13
|
+
}).describe("Model for reserved domain certificate management policy");
|
|
14
|
+
const NgrokGetReservedDomain_ReservedDomainCertJobSchema = z.object({
|
|
15
|
+
msg: z.string().describe("Error or status message").nullable().optional(),
|
|
16
|
+
error_code: z.string().describe("Error code if the job failed").nullable().optional(),
|
|
17
|
+
retries_at: z.string().describe("Timestamp when the job will be retried if it failed, RFC 3339 format").nullable().optional(),
|
|
18
|
+
started_at: z.string().describe("Timestamp when the job started, RFC 3339 format").nullable().optional()
|
|
19
|
+
}).describe("Model for certificate provisioning job status");
|
|
20
|
+
const NgrokGetReservedDomain_ReservedDomainCertStatusSchema = z.object({
|
|
21
|
+
renews_at: z.string().describe("Timestamp when the certificate will be renewed, RFC 3339 format").nullable().optional(),
|
|
22
|
+
provisioning_job: NgrokGetReservedDomain_ReservedDomainCertJobSchema.nullable().optional()
|
|
23
|
+
}).describe("Model for certificate management status");
|
|
24
|
+
const ngrokGetReservedDomain = action("NGROK_GET_RESERVED_DOMAIN", {
|
|
25
|
+
slug: "ngrok-get-reserved-domain",
|
|
26
|
+
name: "Get Reserved Domain",
|
|
27
|
+
description: "Get the details of a reserved domain by ID. Use this to retrieve information about a specific reserved domain including its hostname, certificate configuration, and DNS settings.",
|
|
28
|
+
input: NgrokGetReservedDomainInput,
|
|
29
|
+
output: z.object({
|
|
30
|
+
id: z.string().describe("Unique reserved domain resource identifier"),
|
|
31
|
+
uri: z.string().describe("URI of the reserved domain API resource"),
|
|
32
|
+
domain: z.string().describe("Hostname of the reserved domain"),
|
|
33
|
+
region: z.string().describe("Deprecated field that applied only to endpoints. Geographic region code.").nullable().optional(),
|
|
34
|
+
metadata: z.string().describe("Arbitrary user-defined machine-readable data of this reserved domain, max 4096 bytes").nullable().optional(),
|
|
35
|
+
created_at: z.string().describe("Timestamp when the reserved domain was created, RFC 3339 format"),
|
|
36
|
+
certificate: NgrokGetReservedDomain_RefSchema.nullable().optional(),
|
|
37
|
+
description: z.string().describe("Human-readable description of the reserved domain usage").nullable().optional(),
|
|
38
|
+
resolves_to: z.array(NgrokGetReservedDomain_ReservedDomainResolvesToEntrySchema).describe("DNS resolver targets configured for the reserved domain").nullable().optional(),
|
|
39
|
+
cname_target: z.string().describe("DNS CNAME target for a custom hostname, or null if the reserved domain is a subdomain of an ngrok owned domain").nullable().optional(),
|
|
40
|
+
acme_challenge_cname_target: z.string().describe("DNS CNAME target for the ACME challenge, required for wildcard non-ngrok domains").nullable().optional(),
|
|
41
|
+
certificate_management_policy: NgrokGetReservedDomain_ReservedDomainCertPolicySchema.nullable().optional(),
|
|
42
|
+
certificate_management_status: NgrokGetReservedDomain_ReservedDomainCertStatusSchema.nullable().optional()
|
|
43
|
+
}).describe("Response model for get reserved domain action")
|
|
44
|
+
});
|
|
45
|
+
//#endregion
|
|
46
|
+
export { ngrokGetReservedDomain };
|
|
47
|
+
|
|
48
|
+
//# sourceMappingURL=get-reserved-domain.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-reserved-domain.mjs","names":[],"sources":["../../src/actions/get-reserved-domain.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetReservedDomainInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the reserved domain to retrieve\"),\n}).describe(\"Request model for getting a reserved domain by ID\");\nconst NgrokGetReservedDomain_RefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A resource identifier\"),\n uri: z.string().describe(\"A URI for locating a resource\"),\n}).describe(\"Model for reference objects in reserved domain responses\");\nconst NgrokGetReservedDomain_ReservedDomainResolvesToEntrySchema: z.ZodTypeAny = z.object({\n value: z.string().describe(\"A POP (Point of Presence) code or 'global' for global resolution\"),\n}).describe(\"Model for DNS resolution entries\");\nconst NgrokGetReservedDomain_ReservedDomainCertPolicySchema: z.ZodTypeAny = z.object({\n authority: z.string().describe(\"The certificate authority to request certificates from. The only supported value is 'letsencrypt'.\"),\n private_key_type: z.string().describe(\"The type of private key to use when requesting certificates. The only supported values are 'rsa' and 'ecdsa'.\"),\n}).describe(\"Model for reserved domain certificate management policy\");\nconst NgrokGetReservedDomain_ReservedDomainCertJobSchema: z.ZodTypeAny = z.object({\n msg: z.string().describe(\"Error or status message\").nullable().optional(),\n error_code: z.string().describe(\"Error code if the job failed\").nullable().optional(),\n retries_at: z.string().describe(\"Timestamp when the job will be retried if it failed, RFC 3339 format\").nullable().optional(),\n started_at: z.string().describe(\"Timestamp when the job started, RFC 3339 format\").nullable().optional(),\n}).describe(\"Model for certificate provisioning job status\");\nconst NgrokGetReservedDomain_ReservedDomainCertStatusSchema: z.ZodTypeAny = z.object({\n renews_at: z.string().describe(\"Timestamp when the certificate will be renewed, RFC 3339 format\").nullable().optional(),\n provisioning_job: NgrokGetReservedDomain_ReservedDomainCertJobSchema.nullable().optional(),\n}).describe(\"Model for certificate management status\");\nexport const NgrokGetReservedDomainOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique reserved domain resource identifier\"),\n uri: z.string().describe(\"URI of the reserved domain API resource\"),\n domain: z.string().describe(\"Hostname of the reserved domain\"),\n region: z.string().describe(\"Deprecated field that applied only to endpoints. Geographic region code.\").nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined machine-readable data of this reserved domain, max 4096 bytes\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the reserved domain was created, RFC 3339 format\"),\n certificate: NgrokGetReservedDomain_RefSchema.nullable().optional(),\n description: z.string().describe(\"Human-readable description of the reserved domain usage\").nullable().optional(),\n resolves_to: z.array(NgrokGetReservedDomain_ReservedDomainResolvesToEntrySchema).describe(\"DNS resolver targets configured for the reserved domain\").nullable().optional(),\n cname_target: z.string().describe(\"DNS CNAME target for a custom hostname, or null if the reserved domain is a subdomain of an ngrok owned domain\").nullable().optional(),\n acme_challenge_cname_target: z.string().describe(\"DNS CNAME target for the ACME challenge, required for wildcard non-ngrok domains\").nullable().optional(),\n certificate_management_policy: NgrokGetReservedDomain_ReservedDomainCertPolicySchema.nullable().optional(),\n certificate_management_status: NgrokGetReservedDomain_ReservedDomainCertStatusSchema.nullable().optional(),\n}).describe(\"Response model for get reserved domain action\");\n\nexport const ngrokGetReservedDomain = action(\"NGROK_GET_RESERVED_DOMAIN\", {\n slug: \"ngrok-get-reserved-domain\",\n name: \"Get Reserved Domain\",\n description: \"Get the details of a reserved domain by ID. Use this to retrieve information about a specific reserved domain including its hostname, certificate configuration, and DNS settings.\",\n input: NgrokGetReservedDomainInput,\n output: NgrokGetReservedDomainOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,EACpF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,mCAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC/C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AAC1D,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,6DAA2E,EAAE,OAAO,EACxF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,EAC/F,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,wDAAsE,EAAE,OAAO;CACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG;CACnI,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G;AACvJ,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,qDAAmE,EAAE,OAAO;CAChF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,wDAAsE,EAAE,OAAO;CACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,kBAAkB,mDAAmD,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAiBrD,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QArBwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACpE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5H,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;EACjG,aAAa,iCAAiC,SAAS,CAAC,CAAC,SAAS;EAClE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,aAAa,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzK,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxK,6BAA6B,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzJ,+BAA+B,sDAAsD,SAAS,CAAC,CAAC,SAAS;EACzG,+BAA+B,sDAAsD,SAAS,CAAC,CAAC,SAAS;CAC3G,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-secret.ts
|
|
4
|
+
const NgrokGetSecretInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the secret to retrieve") }).describe("Request model for getting a vault secret by ID");
|
|
5
|
+
const NgrokGetSecret_SecretRefSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("A resource identifier"),
|
|
7
|
+
uri: zod.z.string().describe("A URI for locating a resource")
|
|
8
|
+
}).describe("Reference to an ngrok resource.");
|
|
9
|
+
const NgrokGetSecretOutput = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Unique identifier for the secret"),
|
|
11
|
+
uri: zod.z.string().describe("URI of this secret API resource"),
|
|
12
|
+
name: zod.z.string().describe("Name of the secret"),
|
|
13
|
+
vault: NgrokGetSecret_SecretRefSchema.nullable().optional(),
|
|
14
|
+
metadata: zod.z.string().describe("Arbitrary user-defined metadata for this secret").nullable().optional(),
|
|
15
|
+
created_at: zod.z.string().describe("Timestamp when the secret was created, RFC 3339 format"),
|
|
16
|
+
created_by: NgrokGetSecret_SecretRefSchema.nullable().optional(),
|
|
17
|
+
updated_at: zod.z.string().describe("Timestamp when the secret was last updated, RFC 3339 format"),
|
|
18
|
+
vault_name: zod.z.string().describe("Name of the vault the secret is stored in").nullable().optional(),
|
|
19
|
+
description: zod.z.string().describe("Human-readable description of the secret").nullable().optional(),
|
|
20
|
+
last_updated_by: NgrokGetSecret_SecretRefSchema.nullable().optional()
|
|
21
|
+
}).describe("Response model for get secret action");
|
|
22
|
+
const ngrokGetSecret = require_action.action("NGROK_GET_SECRET", {
|
|
23
|
+
slug: "ngrok-get-secret",
|
|
24
|
+
name: "Get Secret",
|
|
25
|
+
description: "Tool to retrieve detailed information about a vault secret by ID. Use when you need to view the metadata, description, or vault information for an existing secret.",
|
|
26
|
+
input: NgrokGetSecretInput,
|
|
27
|
+
output: NgrokGetSecretOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.ngrokGetSecret = ngrokGetSecret;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=get-secret.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-secret.cjs","names":["z","action"],"sources":["../../src/actions/get-secret.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetSecretInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the secret to retrieve\"),\n}).describe(\"Request model for getting a vault secret by ID\");\nconst NgrokGetSecret_SecretRefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A resource identifier\"),\n uri: z.string().describe(\"A URI for locating a resource\"),\n}).describe(\"Reference to an ngrok resource.\");\nexport const NgrokGetSecretOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the secret\"),\n uri: z.string().describe(\"URI of this secret API resource\"),\n name: z.string().describe(\"Name of the secret\"),\n vault: NgrokGetSecret_SecretRefSchema.nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined metadata for this secret\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the secret was created, RFC 3339 format\"),\n created_by: NgrokGetSecret_SecretRefSchema.nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the secret was last updated, RFC 3339 format\"),\n vault_name: z.string().describe(\"Name of the vault the secret is stored in\").nullable().optional(),\n description: z.string().describe(\"Human-readable description of the secret\").nullable().optional(),\n last_updated_by: NgrokGetSecret_SecretRefSchema.nullable().optional(),\n}).describe(\"Response model for get secret action\");\n\nexport const ngrokGetSecret = action(\"NGROK_GET_SECRET\", {\n slug: \"ngrok-get-secret\",\n name: \"Get Secret\",\n description: \"Tool to retrieve detailed information about a vault secret by ID. Use when you need to view the metadata, description, or vault information for an existing secret.\",\n input: NgrokGetSecretInput,\n output: NgrokGetSecretOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoCA,IAAAA,EAAE,OAAO,EACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAC3E,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,iCAA+CA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC/C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AAC1D,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC9C,OAAO,+BAA+B,SAAS,CAAC,CAAC,SAAS;CAC1D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,YAAY,+BAA+B,SAAS,CAAC,CAAC,SAAS;CAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,iBAAiB,+BAA+B,SAAS,CAAC,CAAC,SAAS;AACtE,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,iBAAiBC,eAAAA,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-secret.d.ts
|
|
4
|
+
declare const NgrokGetSecretInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetSecretOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetSecret: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetSecret };
|
|
9
|
+
//# sourceMappingURL=get-secret.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-secret.d.cts","names":[],"sources":["../../src/actions/get-secret.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAEyB;AAAA,cAKhD,oBAAA,EAAsB,CAAA,CAAE,UAYc;AAAA,cAEtC,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-secret.d.ts
|
|
4
|
+
declare const NgrokGetSecretInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetSecretOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetSecret: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetSecret };
|
|
9
|
+
//# sourceMappingURL=get-secret.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-secret.d.mts","names":[],"sources":["../../src/actions/get-secret.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAEyB;AAAA,cAKhD,oBAAA,EAAsB,CAAA,CAAE,UAYc;AAAA,cAEtC,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-secret.ts
|
|
4
|
+
const NgrokGetSecretInput = z.object({ id: z.string().describe("The unique identifier of the secret to retrieve") }).describe("Request model for getting a vault secret by ID");
|
|
5
|
+
const NgrokGetSecret_SecretRefSchema = z.object({
|
|
6
|
+
id: z.string().describe("A resource identifier"),
|
|
7
|
+
uri: z.string().describe("A URI for locating a resource")
|
|
8
|
+
}).describe("Reference to an ngrok resource.");
|
|
9
|
+
const ngrokGetSecret = action("NGROK_GET_SECRET", {
|
|
10
|
+
slug: "ngrok-get-secret",
|
|
11
|
+
name: "Get Secret",
|
|
12
|
+
description: "Tool to retrieve detailed information about a vault secret by ID. Use when you need to view the metadata, description, or vault information for an existing secret.",
|
|
13
|
+
input: NgrokGetSecretInput,
|
|
14
|
+
output: z.object({
|
|
15
|
+
id: z.string().describe("Unique identifier for the secret"),
|
|
16
|
+
uri: z.string().describe("URI of this secret API resource"),
|
|
17
|
+
name: z.string().describe("Name of the secret"),
|
|
18
|
+
vault: NgrokGetSecret_SecretRefSchema.nullable().optional(),
|
|
19
|
+
metadata: z.string().describe("Arbitrary user-defined metadata for this secret").nullable().optional(),
|
|
20
|
+
created_at: z.string().describe("Timestamp when the secret was created, RFC 3339 format"),
|
|
21
|
+
created_by: NgrokGetSecret_SecretRefSchema.nullable().optional(),
|
|
22
|
+
updated_at: z.string().describe("Timestamp when the secret was last updated, RFC 3339 format"),
|
|
23
|
+
vault_name: z.string().describe("Name of the vault the secret is stored in").nullable().optional(),
|
|
24
|
+
description: z.string().describe("Human-readable description of the secret").nullable().optional(),
|
|
25
|
+
last_updated_by: NgrokGetSecret_SecretRefSchema.nullable().optional()
|
|
26
|
+
}).describe("Response model for get secret action")
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
export { ngrokGetSecret };
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=get-secret.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-secret.mjs","names":[],"sources":["../../src/actions/get-secret.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetSecretInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the secret to retrieve\"),\n}).describe(\"Request model for getting a vault secret by ID\");\nconst NgrokGetSecret_SecretRefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A resource identifier\"),\n uri: z.string().describe(\"A URI for locating a resource\"),\n}).describe(\"Reference to an ngrok resource.\");\nexport const NgrokGetSecretOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the secret\"),\n uri: z.string().describe(\"URI of this secret API resource\"),\n name: z.string().describe(\"Name of the secret\"),\n vault: NgrokGetSecret_SecretRefSchema.nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined metadata for this secret\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the secret was created, RFC 3339 format\"),\n created_by: NgrokGetSecret_SecretRefSchema.nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the secret was last updated, RFC 3339 format\"),\n vault_name: z.string().describe(\"Name of the vault the secret is stored in\").nullable().optional(),\n description: z.string().describe(\"Human-readable description of the secret\").nullable().optional(),\n last_updated_by: NgrokGetSecret_SecretRefSchema.nullable().optional(),\n}).describe(\"Response model for get secret action\");\n\nexport const ngrokGetSecret = action(\"NGROK_GET_SECRET\", {\n slug: \"ngrok-get-secret\",\n name: \"Get Secret\",\n description: \"Tool to retrieve detailed information about a vault secret by ID. Use when you need to view the metadata, description, or vault information for an existing secret.\",\n input: NgrokGetSecretInput,\n output: NgrokGetSecretOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoC,EAAE,OAAO,EACxD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAC3E,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,iCAA+C,EAAE,OAAO;CAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC/C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AAC1D,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAe7C,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnBgD,EAAE,OAAO;EACzD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC1D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EAC9C,OAAO,+BAA+B,SAAS,CAAC,CAAC,SAAS;EAC1D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACxF,YAAY,+BAA+B,SAAS,CAAC,CAAC,SAAS;EAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,iBAAiB,+BAA+B,SAAS,CAAC,CAAC,SAAS;CACtE,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-secrets-by-vault.ts
|
|
4
|
+
const NgrokGetSecretsByVaultInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The unique identifier of the vault to retrieve secrets from"),
|
|
6
|
+
limit: zod.z.number().int().describe("Maximum number of secrets to return. Defaults to 100 if not specified.").optional(),
|
|
7
|
+
before_id: zod.z.string().describe("Pagination cursor. Returns secrets created before the secret with this ID. Use for fetching subsequent pages.").optional()
|
|
8
|
+
}).describe("Request model for getting secrets by vault ID");
|
|
9
|
+
const NgrokGetSecretsByVault_RefSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("A resource identifier"),
|
|
11
|
+
uri: zod.z.string().describe("A URI for locating a resource")
|
|
12
|
+
}).describe("Model for reference objects in ngrok API responses.");
|
|
13
|
+
const NgrokGetSecretsByVault_SecretModelSchema = zod.z.object({
|
|
14
|
+
id: zod.z.string().describe("Unique secret resource identifier"),
|
|
15
|
+
uri: zod.z.string().describe("URI of the secret API resource"),
|
|
16
|
+
name: zod.z.string().describe("Name of the secret").nullable().optional(),
|
|
17
|
+
vault: NgrokGetSecretsByVault_RefSchema.nullable().optional(),
|
|
18
|
+
metadata: zod.z.string().describe("Arbitrary user-defined metadata for this secret").nullable().optional(),
|
|
19
|
+
created_at: zod.z.string().describe("Timestamp when the secret was created, RFC 3339 format"),
|
|
20
|
+
created_by: NgrokGetSecretsByVault_RefSchema.nullable().optional(),
|
|
21
|
+
updated_at: zod.z.string().describe("Timestamp when the secret was last updated, RFC 3339 format").nullable().optional(),
|
|
22
|
+
description: zod.z.string().describe("Human-readable description of the secret").nullable().optional(),
|
|
23
|
+
last_updated_by: NgrokGetSecretsByVault_RefSchema.nullable().optional()
|
|
24
|
+
}).describe("Model representing an individual secret");
|
|
25
|
+
const NgrokGetSecretsByVaultOutput = zod.z.object({
|
|
26
|
+
uri: zod.z.string().describe("URI of the secrets list API resource"),
|
|
27
|
+
secrets: zod.z.array(NgrokGetSecretsByVault_SecretModelSchema).describe("List of all secrets in the vault"),
|
|
28
|
+
next_page_uri: zod.z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
|
|
29
|
+
}).describe("Response model for get secrets by vault action");
|
|
30
|
+
const ngrokGetSecretsByVault = require_action.action("NGROK_GET_SECRETS_BY_VAULT", {
|
|
31
|
+
slug: "ngrok-get-secrets-by-vault",
|
|
32
|
+
name: "Get Secrets by Vault",
|
|
33
|
+
description: "Tool to get all secrets in a vault by vault ID. Use this to retrieve the list of secrets stored in a specific ngrok vault. Supports pagination for large result sets.",
|
|
34
|
+
input: NgrokGetSecretsByVaultInput,
|
|
35
|
+
output: NgrokGetSecretsByVaultOutput
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
exports.ngrokGetSecretsByVault = ngrokGetSecretsByVault;
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=get-secrets-by-vault.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-secrets-by-vault.cjs","names":["z","action"],"sources":["../../src/actions/get-secrets-by-vault.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetSecretsByVaultInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the vault to retrieve secrets from\"),\n limit: z.number().int().describe(\"Maximum number of secrets to return. Defaults to 100 if not specified.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns secrets created before the secret with this ID. Use for fetching subsequent pages.\").optional(),\n}).describe(\"Request model for getting secrets by vault ID\");\nconst NgrokGetSecretsByVault_RefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A resource identifier\"),\n uri: z.string().describe(\"A URI for locating a resource\"),\n}).describe(\"Model for reference objects in ngrok API responses.\");\nconst NgrokGetSecretsByVault_SecretModelSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique secret resource identifier\"),\n uri: z.string().describe(\"URI of the secret API resource\"),\n name: z.string().describe(\"Name of the secret\").nullable().optional(),\n vault: NgrokGetSecretsByVault_RefSchema.nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined metadata for this secret\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the secret was created, RFC 3339 format\"),\n created_by: NgrokGetSecretsByVault_RefSchema.nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the secret was last updated, RFC 3339 format\").nullable().optional(),\n description: z.string().describe(\"Human-readable description of the secret\").nullable().optional(),\n last_updated_by: NgrokGetSecretsByVault_RefSchema.nullable().optional(),\n}).describe(\"Model representing an individual secret\");\nexport const NgrokGetSecretsByVaultOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the secrets list API resource\"),\n secrets: z.array(NgrokGetSecretsByVault_SecretModelSchema).describe(\"List of all secrets in the vault\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for get secrets by vault action\");\n\nexport const ngrokGetSecretsByVault = action(\"NGROK_GET_SECRETS_BY_VAULT\", {\n slug: \"ngrok-get-secrets-by-vault\",\n name: \"Get Secrets by Vault\",\n description: \"Tool to get all secrets in a vault by vault ID. Use this to retrieve the list of secrets stored in a specific ngrok vault. Supports pagination for large result sets.\",\n input: NgrokGetSecretsByVaultInput,\n output: NgrokGetSecretsByVaultOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACrF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACpH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;AAC3J,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,mCAAiDA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC/C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AAC1D,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,OAAO,iCAAiC,SAAS,CAAC,CAAC,SAAS;CAC5D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,YAAY,iCAAiC,SAAS,CAAC,CAAC,SAAS;CACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,iBAAiB,iCAAiC,SAAS,CAAC,CAAC,SAAS;AACxE,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC/D,SAASA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,kCAAkC;CACtG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,yBAAyBC,eAAAA,OAAO,8BAA8B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-secrets-by-vault.d.ts
|
|
4
|
+
declare const NgrokGetSecretsByVaultInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetSecretsByVaultOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetSecretsByVault: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetSecretsByVault };
|
|
9
|
+
//# sourceMappingURL=get-secrets-by-vault.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-secrets-by-vault.d.cts","names":[],"sources":["../../src/actions/get-secrets-by-vault.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAIgB;AAAA,cAiB/C,4BAAA,EAA8B,CAAA,CAAE,UAIgB;AAAA,cAEhD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-secrets-by-vault.d.ts
|
|
4
|
+
declare const NgrokGetSecretsByVaultInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetSecretsByVaultOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetSecretsByVault: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetSecretsByVault };
|
|
9
|
+
//# sourceMappingURL=get-secrets-by-vault.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-secrets-by-vault.d.mts","names":[],"sources":["../../src/actions/get-secrets-by-vault.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAIgB;AAAA,cAiB/C,4BAAA,EAA8B,CAAA,CAAE,UAIgB;AAAA,cAEhD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-secrets-by-vault.ts
|
|
4
|
+
const NgrokGetSecretsByVaultInput = z.object({
|
|
5
|
+
id: z.string().describe("The unique identifier of the vault to retrieve secrets from"),
|
|
6
|
+
limit: z.number().int().describe("Maximum number of secrets to return. Defaults to 100 if not specified.").optional(),
|
|
7
|
+
before_id: z.string().describe("Pagination cursor. Returns secrets created before the secret with this ID. Use for fetching subsequent pages.").optional()
|
|
8
|
+
}).describe("Request model for getting secrets by vault ID");
|
|
9
|
+
const NgrokGetSecretsByVault_RefSchema = z.object({
|
|
10
|
+
id: z.string().describe("A resource identifier"),
|
|
11
|
+
uri: z.string().describe("A URI for locating a resource")
|
|
12
|
+
}).describe("Model for reference objects in ngrok API responses.");
|
|
13
|
+
const NgrokGetSecretsByVault_SecretModelSchema = z.object({
|
|
14
|
+
id: z.string().describe("Unique secret resource identifier"),
|
|
15
|
+
uri: z.string().describe("URI of the secret API resource"),
|
|
16
|
+
name: z.string().describe("Name of the secret").nullable().optional(),
|
|
17
|
+
vault: NgrokGetSecretsByVault_RefSchema.nullable().optional(),
|
|
18
|
+
metadata: z.string().describe("Arbitrary user-defined metadata for this secret").nullable().optional(),
|
|
19
|
+
created_at: z.string().describe("Timestamp when the secret was created, RFC 3339 format"),
|
|
20
|
+
created_by: NgrokGetSecretsByVault_RefSchema.nullable().optional(),
|
|
21
|
+
updated_at: z.string().describe("Timestamp when the secret was last updated, RFC 3339 format").nullable().optional(),
|
|
22
|
+
description: z.string().describe("Human-readable description of the secret").nullable().optional(),
|
|
23
|
+
last_updated_by: NgrokGetSecretsByVault_RefSchema.nullable().optional()
|
|
24
|
+
}).describe("Model representing an individual secret");
|
|
25
|
+
const ngrokGetSecretsByVault = action("NGROK_GET_SECRETS_BY_VAULT", {
|
|
26
|
+
slug: "ngrok-get-secrets-by-vault",
|
|
27
|
+
name: "Get Secrets by Vault",
|
|
28
|
+
description: "Tool to get all secrets in a vault by vault ID. Use this to retrieve the list of secrets stored in a specific ngrok vault. Supports pagination for large result sets.",
|
|
29
|
+
input: NgrokGetSecretsByVaultInput,
|
|
30
|
+
output: z.object({
|
|
31
|
+
uri: z.string().describe("URI of the secrets list API resource"),
|
|
32
|
+
secrets: z.array(NgrokGetSecretsByVault_SecretModelSchema).describe("List of all secrets in the vault"),
|
|
33
|
+
next_page_uri: z.string().describe("URI of the next page, or null if there is no next page").nullable().optional()
|
|
34
|
+
}).describe("Response model for get secrets by vault action")
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
export { ngrokGetSecretsByVault };
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=get-secrets-by-vault.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-secrets-by-vault.mjs","names":[],"sources":["../../src/actions/get-secrets-by-vault.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetSecretsByVaultInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the vault to retrieve secrets from\"),\n limit: z.number().int().describe(\"Maximum number of secrets to return. Defaults to 100 if not specified.\").optional(),\n before_id: z.string().describe(\"Pagination cursor. Returns secrets created before the secret with this ID. Use for fetching subsequent pages.\").optional(),\n}).describe(\"Request model for getting secrets by vault ID\");\nconst NgrokGetSecretsByVault_RefSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A resource identifier\"),\n uri: z.string().describe(\"A URI for locating a resource\"),\n}).describe(\"Model for reference objects in ngrok API responses.\");\nconst NgrokGetSecretsByVault_SecretModelSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique secret resource identifier\"),\n uri: z.string().describe(\"URI of the secret API resource\"),\n name: z.string().describe(\"Name of the secret\").nullable().optional(),\n vault: NgrokGetSecretsByVault_RefSchema.nullable().optional(),\n metadata: z.string().describe(\"Arbitrary user-defined metadata for this secret\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the secret was created, RFC 3339 format\"),\n created_by: NgrokGetSecretsByVault_RefSchema.nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the secret was last updated, RFC 3339 format\").nullable().optional(),\n description: z.string().describe(\"Human-readable description of the secret\").nullable().optional(),\n last_updated_by: NgrokGetSecretsByVault_RefSchema.nullable().optional(),\n}).describe(\"Model representing an individual secret\");\nexport const NgrokGetSecretsByVaultOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"URI of the secrets list API resource\"),\n secrets: z.array(NgrokGetSecretsByVault_SecretModelSchema).describe(\"List of all secrets in the vault\"),\n next_page_uri: z.string().describe(\"URI of the next page, or null if there is no next page\").nullable().optional(),\n}).describe(\"Response model for get secrets by vault action\");\n\nexport const ngrokGetSecretsByVault = action(\"NGROK_GET_SECRETS_BY_VAULT\", {\n slug: \"ngrok-get-secrets-by-vault\",\n name: \"Get Secrets by Vault\",\n description: \"Tool to get all secrets in a vault by vault ID. Use this to retrieve the list of secrets stored in a specific ngrok vault. Supports pagination for large result sets.\",\n input: NgrokGetSecretsByVaultInput,\n output: NgrokGetSecretsByVaultOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACrF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACpH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;AAC3J,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,mCAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC/C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AAC1D,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,2CAAyD,EAAE,OAAO;CACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,OAAO,iCAAiC,SAAS,CAAC,CAAC,SAAS;CAC5D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,YAAY,iCAAiC,SAAS,CAAC,CAAC,SAAS;CACjE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,iBAAiB,iCAAiC,SAAS,CAAC,CAAC,SAAS;AACxE,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAOrD,MAAa,yBAAyB,OAAO,8BAA8B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXwD,EAAE,OAAO;EACjE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EAC/D,SAAS,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,kCAAkC;EACtG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-ssh-credentials.ts
|
|
4
|
+
const NgrokGetSshCredentialsInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the SSH credential to retrieve") }).describe("Request model for getting an SSH credential by ID");
|
|
5
|
+
const NgrokGetSshCredentialsOutput = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique SSH credential resource identifier"),
|
|
7
|
+
acl: zod.z.array(zod.z.string()).describe("Optional list of ACL rules. If unspecified, the credential will have no restrictions. The ACL rules define which domains, addresses, and labels the credential can bind to.").nullable().optional(),
|
|
8
|
+
uri: zod.z.string().describe("URI of the SSH credential API resource"),
|
|
9
|
+
metadata: zod.z.string().describe("Arbitrary user-defined machine-readable data of this SSH credential. Optional, max 4096 bytes.").nullable().optional(),
|
|
10
|
+
owner_id: zod.z.string().describe("If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves.").nullable().optional(),
|
|
11
|
+
created_at: zod.z.string().describe("Timestamp when the SSH credential was created, RFC 3339 format"),
|
|
12
|
+
public_key: zod.z.string().describe("The PEM-encoded public key of the SSH keypair that will be used to authenticate"),
|
|
13
|
+
description: zod.z.string().describe("Human-readable description of who or what will use the SSH credential to authenticate. Optional, max 255 bytes.").nullable().optional()
|
|
14
|
+
}).describe("Response model for get SSH credentials action");
|
|
15
|
+
const ngrokGetSshCredentials = require_action.action("NGROK_GET_SSH_CREDENTIALS", {
|
|
16
|
+
slug: "ngrok-get-ssh-credentials",
|
|
17
|
+
name: "Get SSH Credentials",
|
|
18
|
+
description: "Tool to retrieve detailed information about an SSH credential by ID. Use when you need to view the details, public key, metadata, or ACL rules of an existing SSH credential.",
|
|
19
|
+
input: NgrokGetSshCredentialsInput,
|
|
20
|
+
output: NgrokGetSshCredentialsOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.ngrokGetSshCredentials = ngrokGetSshCredentials;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=get-ssh-credentials.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ssh-credentials.cjs","names":["z","action"],"sources":["../../src/actions/get-ssh-credentials.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetSshCredentialsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the SSH credential to retrieve\"),\n}).describe(\"Request model for getting an SSH credential by ID\");\nexport const NgrokGetSshCredentialsOutput: 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. The ACL rules define which domains, addresses, and labels the credential can bind to.\").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 of this SSH credential. Optional, max 4096 bytes.\").nullable().optional(),\n owner_id: z.string().describe(\"If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the SSH credential was created, RFC 3339 format\"),\n public_key: z.string().describe(\"The PEM-encoded public key of the SSH keypair that will be used to authenticate\"),\n description: z.string().describe(\"Human-readable description of who or what will use the SSH credential to authenticate. Optional, max 255 bytes.\").nullable().optional(),\n}).describe(\"Response model for get SSH credentials action\");\n\nexport const ngrokGetSshCredentials = action(\"NGROK_GET_SSH_CREDENTIALS\", {\n slug: \"ngrok-get-ssh-credentials\",\n name: \"Get SSH Credentials\",\n description: \"Tool to retrieve detailed information about an SSH credential by ID. Use when you need to view the details, public key, metadata, or ACL rules of an existing SSH credential.\",\n input: NgrokGetSshCredentialsInput,\n output: NgrokGetSshCredentialsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,EACnF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6KAA6K,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrO,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpJ,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sJAAsJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1M,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;CACjH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1K,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-ssh-credentials.d.ts
|
|
4
|
+
declare const NgrokGetSshCredentialsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetSshCredentialsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetSshCredentials: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetSshCredentials };
|
|
9
|
+
//# sourceMappingURL=get-ssh-credentials.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ssh-credentials.d.cts","names":[],"sources":["../../src/actions/get-ssh-credentials.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEoB;AAAA,cACnD,4BAAA,EAA8B,CAAA,CAAE,UASe;AAAA,cAE/C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-ssh-credentials.d.ts
|
|
4
|
+
declare const NgrokGetSshCredentialsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetSshCredentialsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetSshCredentials: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetSshCredentials };
|
|
9
|
+
//# sourceMappingURL=get-ssh-credentials.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ssh-credentials.d.mts","names":[],"sources":["../../src/actions/get-ssh-credentials.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEoB;AAAA,cACnD,4BAAA,EAA8B,CAAA,CAAE,UASe;AAAA,cAE/C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const ngrokGetSshCredentials = action("NGROK_GET_SSH_CREDENTIALS", {
|
|
4
|
+
slug: "ngrok-get-ssh-credentials",
|
|
5
|
+
name: "Get SSH Credentials",
|
|
6
|
+
description: "Tool to retrieve detailed information about an SSH credential by ID. Use when you need to view the details, public key, metadata, or ACL rules of an existing SSH credential.",
|
|
7
|
+
input: z.object({ id: z.string().describe("The unique identifier of the SSH credential to retrieve") }).describe("Request model for getting an SSH credential by ID"),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("Unique SSH credential resource identifier"),
|
|
10
|
+
acl: z.array(z.string()).describe("Optional list of ACL rules. If unspecified, the credential will have no restrictions. The ACL rules define which domains, addresses, and labels the credential can bind to.").nullable().optional(),
|
|
11
|
+
uri: z.string().describe("URI of the SSH credential API resource"),
|
|
12
|
+
metadata: z.string().describe("Arbitrary user-defined machine-readable data of this SSH credential. Optional, max 4096 bytes.").nullable().optional(),
|
|
13
|
+
owner_id: z.string().describe("If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves.").nullable().optional(),
|
|
14
|
+
created_at: z.string().describe("Timestamp when the SSH credential was created, RFC 3339 format"),
|
|
15
|
+
public_key: z.string().describe("The PEM-encoded public key of the SSH keypair that will be used to authenticate"),
|
|
16
|
+
description: z.string().describe("Human-readable description of who or what will use the SSH credential to authenticate. Optional, max 255 bytes.").nullable().optional()
|
|
17
|
+
}).describe("Response model for get SSH credentials action")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { ngrokGetSshCredentials };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=get-ssh-credentials.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-ssh-credentials.mjs","names":[],"sources":["../../src/actions/get-ssh-credentials.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetSshCredentialsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the SSH credential to retrieve\"),\n}).describe(\"Request model for getting an SSH credential by ID\");\nexport const NgrokGetSshCredentialsOutput: 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. The ACL rules define which domains, addresses, and labels the credential can bind to.\").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 of this SSH credential. Optional, max 4096 bytes.\").nullable().optional(),\n owner_id: z.string().describe(\"If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the SSH credential was created, RFC 3339 format\"),\n public_key: z.string().describe(\"The PEM-encoded public key of the SSH keypair that will be used to authenticate\"),\n description: z.string().describe(\"Human-readable description of who or what will use the SSH credential to authenticate. Optional, max 255 bytes.\").nullable().optional(),\n}).describe(\"Response model for get SSH credentials action\");\n\nexport const ngrokGetSshCredentials = action(\"NGROK_GET_SSH_CREDENTIALS\", {\n slug: \"ngrok-get-ssh-credentials\",\n name: \"Get SSH Credentials\",\n description: \"Tool to retrieve detailed information about an SSH credential by ID. Use when you need to view the details, public key, metadata, or ACL rules of an existing SSH credential.\",\n input: NgrokGetSshCredentialsInput,\n output: NgrokGetSshCredentialsOutput,\n});\n"],"mappings":";;AAkBA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBuD,EAAE,OAAO,EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,EACnF,CAAC,CAAC,CAAC,SAAS,mDAgBH;CACP,QAhBwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EACnE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6KAA6K,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrO,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpJ,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sJAAsJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1M,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;EAChG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;EACjH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1K,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-vault.ts
|
|
4
|
+
const NgrokGetVaultInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the vault to retrieve") }).describe("Request model for getting a vault by ID");
|
|
5
|
+
const NgrokGetVaultOutput = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("identifier for Vault"),
|
|
7
|
+
uri: zod.z.string().describe("URI of this Vault API resource"),
|
|
8
|
+
name: zod.z.string().describe("Name of vault"),
|
|
9
|
+
metadata: zod.z.string().describe("Arbitrary user-defined metadata for this Vault").nullable().optional(),
|
|
10
|
+
created_at: zod.z.string().describe("Timestamp when the Vault was created (RFC 3339 format)"),
|
|
11
|
+
created_by: zod.z.string().describe("Reference to who created this Vault"),
|
|
12
|
+
updated_at: zod.z.string().describe("Timestamp when the Vault was last updated (RFC 3339 format)"),
|
|
13
|
+
description: zod.z.string().describe("description of Vault").nullable().optional(),
|
|
14
|
+
last_updated_by: zod.z.string().describe("Reference to who last updated this Vault")
|
|
15
|
+
}).describe("Response model for get vault action");
|
|
16
|
+
const ngrokGetVault = require_action.action("NGROK_GET_VAULT", {
|
|
17
|
+
slug: "ngrok-get-vault",
|
|
18
|
+
name: "Get Vault",
|
|
19
|
+
description: "Get the details of a vault by ID. Use this tool to retrieve information about a specific ngrok vault, including its name, description, metadata, and timestamps.",
|
|
20
|
+
input: NgrokGetVaultInput,
|
|
21
|
+
output: NgrokGetVaultOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.ngrokGetVault = ngrokGetVault;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=get-vault.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-vault.cjs","names":["z","action"],"sources":["../../src/actions/get-vault.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetVaultInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the vault to retrieve\"),\n}).describe(\"Request model for getting a vault by ID\");\nexport const NgrokGetVaultOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"identifier for Vault\"),\n uri: z.string().describe(\"URI of this Vault API resource\"),\n name: z.string().describe(\"Name of vault\"),\n metadata: z.string().describe(\"Arbitrary user-defined metadata for this Vault\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the Vault was created (RFC 3339 format)\"),\n created_by: z.string().describe(\"Reference to who created this Vault\"),\n updated_at: z.string().describe(\"Timestamp when the Vault was last updated (RFC 3339 format)\"),\n description: z.string().describe(\"description of Vault\").nullable().optional(),\n last_updated_by: z.string().describe(\"Reference to who last updated this Vault\"),\n}).describe(\"Response model for get vault action\");\n\nexport const ngrokGetVault = action(\"NGROK_GET_VAULT\", {\n slug: \"ngrok-get-vault\",\n name: \"Get Vault\",\n description: \"Get the details of a vault by ID. Use this tool to retrieve information about a specific ngrok vault, including its name, description, metadata, and timestamps.\",\n input: NgrokGetVaultInput,\n output: NgrokGetVaultOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qBAAmCA,IAAAA,EAAE,OAAO,EACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,sBAAoCA,IAAAA,EAAE,OAAO;CACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAC9C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC7F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AACjF,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAEjD,MAAa,gBAAgBC,eAAAA,OAAO,mBAAmB;CACrD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-vault.d.ts
|
|
4
|
+
declare const NgrokGetVaultInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetVaultOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetVault: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetVault };
|
|
9
|
+
//# sourceMappingURL=get-vault.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-vault.d.cts","names":[],"sources":["../../src/actions/get-vault.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAEmB;AAAA,cACzC,mBAAA,EAAqB,CAAA,CAAE,UAUc;AAAA,cAErC,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-vault.d.ts
|
|
4
|
+
declare const NgrokGetVaultInput: z.ZodTypeAny;
|
|
5
|
+
declare const NgrokGetVaultOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ngrokGetVault: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ngrokGetVault };
|
|
9
|
+
//# sourceMappingURL=get-vault.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-vault.d.mts","names":[],"sources":["../../src/actions/get-vault.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAEmB;AAAA,cACzC,mBAAA,EAAqB,CAAA,CAAE,UAUc;AAAA,cAErC,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const ngrokGetVault = action("NGROK_GET_VAULT", {
|
|
4
|
+
slug: "ngrok-get-vault",
|
|
5
|
+
name: "Get Vault",
|
|
6
|
+
description: "Get the details of a vault by ID. Use this tool to retrieve information about a specific ngrok vault, including its name, description, metadata, and timestamps.",
|
|
7
|
+
input: z.object({ id: z.string().describe("The unique identifier of the vault to retrieve") }).describe("Request model for getting a vault by ID"),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("identifier for Vault"),
|
|
10
|
+
uri: z.string().describe("URI of this Vault API resource"),
|
|
11
|
+
name: z.string().describe("Name of vault"),
|
|
12
|
+
metadata: z.string().describe("Arbitrary user-defined metadata for this Vault").nullable().optional(),
|
|
13
|
+
created_at: z.string().describe("Timestamp when the Vault was created (RFC 3339 format)"),
|
|
14
|
+
created_by: z.string().describe("Reference to who created this Vault"),
|
|
15
|
+
updated_at: z.string().describe("Timestamp when the Vault was last updated (RFC 3339 format)"),
|
|
16
|
+
description: z.string().describe("description of Vault").nullable().optional(),
|
|
17
|
+
last_updated_by: z.string().describe("Reference to who last updated this Vault")
|
|
18
|
+
}).describe("Response model for get vault action")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { ngrokGetVault };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-vault.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-vault.mjs","names":[],"sources":["../../src/actions/get-vault.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NgrokGetVaultInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the vault to retrieve\"),\n}).describe(\"Request model for getting a vault by ID\");\nexport const NgrokGetVaultOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"identifier for Vault\"),\n uri: z.string().describe(\"URI of this Vault API resource\"),\n name: z.string().describe(\"Name of vault\"),\n metadata: z.string().describe(\"Arbitrary user-defined metadata for this Vault\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the Vault was created (RFC 3339 format)\"),\n created_by: z.string().describe(\"Reference to who created this Vault\"),\n updated_at: z.string().describe(\"Timestamp when the Vault was last updated (RFC 3339 format)\"),\n description: z.string().describe(\"description of Vault\").nullable().optional(),\n last_updated_by: z.string().describe(\"Reference to who last updated this Vault\"),\n}).describe(\"Response model for get vault action\");\n\nexport const ngrokGetVault = action(\"NGROK_GET_VAULT\", {\n slug: \"ngrok-get-vault\",\n name: \"Get Vault\",\n description: \"Get the details of a vault by ID. Use this tool to retrieve information about a specific ngrok vault, including its name, description, metadata, and timestamps.\",\n input: NgrokGetVaultInput,\n output: NgrokGetVaultOutput,\n});\n"],"mappings":";;AAmBA,MAAa,gBAAgB,OAAO,mBAAmB;CACrD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnB8C,EAAE,OAAO,EACvD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC,CAAC,CAAC,SAAS,yCAiBH;CACP,QAjB+C,EAAE,OAAO;EACxD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAC9C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;EACzC,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;EACrE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACjF,CAAC,CAAC,CAAC,SAAS,qCAOF;AACV,CAAC"}
|