@keystrokehq/render 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/add-headers.cjs +26 -0
- package/dist/actions/add-headers.cjs.map +1 -0
- package/dist/actions/add-headers.d.cts +9 -0
- package/dist/actions/add-headers.d.cts.map +1 -0
- package/dist/actions/add-headers.d.mts +9 -0
- package/dist/actions/add-headers.d.mts.map +1 -0
- package/dist/actions/add-headers.mjs +23 -0
- package/dist/actions/add-headers.mjs.map +1 -0
- package/dist/actions/add-or-update-secret-file.cjs +23 -0
- package/dist/actions/add-or-update-secret-file.cjs.map +1 -0
- package/dist/actions/add-or-update-secret-file.d.cts +9 -0
- package/dist/actions/add-or-update-secret-file.d.cts.map +1 -0
- package/dist/actions/add-or-update-secret-file.d.mts +9 -0
- package/dist/actions/add-or-update-secret-file.d.mts.map +1 -0
- package/dist/actions/add-or-update-secret-file.mjs +20 -0
- package/dist/actions/add-or-update-secret-file.mjs.map +1 -0
- package/dist/actions/add-resources-to-environment.cjs +34 -0
- package/dist/actions/add-resources-to-environment.cjs.map +1 -0
- package/dist/actions/add-resources-to-environment.d.cts +9 -0
- package/dist/actions/add-resources-to-environment.d.cts.map +1 -0
- package/dist/actions/add-resources-to-environment.d.mts +9 -0
- package/dist/actions/add-resources-to-environment.d.mts.map +1 -0
- package/dist/actions/add-resources-to-environment.mjs +33 -0
- package/dist/actions/add-resources-to-environment.mjs.map +1 -0
- package/dist/actions/add-route.cjs +28 -0
- package/dist/actions/add-route.cjs.map +1 -0
- package/dist/actions/add-route.d.cts +9 -0
- package/dist/actions/add-route.d.cts.map +1 -0
- package/dist/actions/add-route.d.mts +9 -0
- package/dist/actions/add-route.d.mts.map +1 -0
- package/dist/actions/add-route.mjs +25 -0
- package/dist/actions/add-route.mjs.map +1 -0
- package/dist/actions/create-custom-domain.cjs +35 -0
- package/dist/actions/create-custom-domain.cjs.map +1 -0
- package/dist/actions/create-custom-domain.d.cts +9 -0
- package/dist/actions/create-custom-domain.d.cts.map +1 -0
- package/dist/actions/create-custom-domain.d.mts +9 -0
- package/dist/actions/create-custom-domain.d.mts.map +1 -0
- package/dist/actions/create-custom-domain.mjs +34 -0
- package/dist/actions/create-custom-domain.mjs.map +1 -0
- package/dist/actions/create-env-group.cjs +42 -0
- package/dist/actions/create-env-group.cjs.map +1 -0
- package/dist/actions/create-env-group.d.cts +9 -0
- package/dist/actions/create-env-group.d.cts.map +1 -0
- package/dist/actions/create-env-group.d.mts +9 -0
- package/dist/actions/create-env-group.d.mts.map +1 -0
- package/dist/actions/create-env-group.mjs +39 -0
- package/dist/actions/create-env-group.mjs.map +1 -0
- package/dist/actions/create-environment.cjs +40 -0
- package/dist/actions/create-environment.cjs.map +1 -0
- package/dist/actions/create-environment.d.cts +9 -0
- package/dist/actions/create-environment.d.cts.map +1 -0
- package/dist/actions/create-environment.d.mts +9 -0
- package/dist/actions/create-environment.d.mts.map +1 -0
- package/dist/actions/create-environment.mjs +39 -0
- package/dist/actions/create-environment.mjs.map +1 -0
- package/dist/actions/create-postgres.cjs +213 -0
- package/dist/actions/create-postgres.cjs.map +1 -0
- package/dist/actions/create-postgres.d.cts +9 -0
- package/dist/actions/create-postgres.d.cts.map +1 -0
- package/dist/actions/create-postgres.d.mts +9 -0
- package/dist/actions/create-postgres.d.mts.map +1 -0
- package/dist/actions/create-postgres.mjs +212 -0
- package/dist/actions/create-postgres.mjs.map +1 -0
- package/dist/actions/create-registry-credential.cjs +41 -0
- package/dist/actions/create-registry-credential.cjs.map +1 -0
- package/dist/actions/create-registry-credential.d.cts +9 -0
- package/dist/actions/create-registry-credential.d.cts.map +1 -0
- package/dist/actions/create-registry-credential.d.mts +9 -0
- package/dist/actions/create-registry-credential.d.mts.map +1 -0
- package/dist/actions/create-registry-credential.mjs +40 -0
- package/dist/actions/create-registry-credential.mjs.map +1 -0
- package/dist/actions/delete-env-group-env-var.cjs +22 -0
- package/dist/actions/delete-env-group-env-var.cjs.map +1 -0
- package/dist/actions/delete-env-group-env-var.d.cts +9 -0
- package/dist/actions/delete-env-group-env-var.d.cts.map +1 -0
- package/dist/actions/delete-env-group-env-var.d.mts +9 -0
- package/dist/actions/delete-env-group-env-var.d.mts.map +1 -0
- package/dist/actions/delete-env-group-env-var.mjs +19 -0
- package/dist/actions/delete-env-group-env-var.mjs.map +1 -0
- package/dist/actions/delete-env-group-secret-file.cjs +22 -0
- package/dist/actions/delete-env-group-secret-file.cjs.map +1 -0
- package/dist/actions/delete-env-group-secret-file.d.cts +9 -0
- package/dist/actions/delete-env-group-secret-file.d.cts.map +1 -0
- package/dist/actions/delete-env-group-secret-file.d.mts +9 -0
- package/dist/actions/delete-env-group-secret-file.d.mts.map +1 -0
- package/dist/actions/delete-env-group-secret-file.mjs +19 -0
- package/dist/actions/delete-env-group-secret-file.mjs.map +1 -0
- package/dist/actions/delete-environment.cjs +19 -0
- package/dist/actions/delete-environment.cjs.map +1 -0
- package/dist/actions/delete-environment.d.cts +9 -0
- package/dist/actions/delete-environment.d.cts.map +1 -0
- package/dist/actions/delete-environment.d.mts +9 -0
- package/dist/actions/delete-environment.d.mts.map +1 -0
- package/dist/actions/delete-environment.mjs +16 -0
- package/dist/actions/delete-environment.mjs.map +1 -0
- package/dist/actions/delete-key-value.cjs +19 -0
- package/dist/actions/delete-key-value.cjs.map +1 -0
- package/dist/actions/delete-key-value.d.cts +9 -0
- package/dist/actions/delete-key-value.d.cts.map +1 -0
- package/dist/actions/delete-key-value.d.mts +9 -0
- package/dist/actions/delete-key-value.d.mts.map +1 -0
- package/dist/actions/delete-key-value.mjs +16 -0
- package/dist/actions/delete-key-value.mjs.map +1 -0
- package/dist/actions/delete-owner-log-stream.cjs +19 -0
- package/dist/actions/delete-owner-log-stream.cjs.map +1 -0
- package/dist/actions/delete-owner-log-stream.d.cts +9 -0
- package/dist/actions/delete-owner-log-stream.d.cts.map +1 -0
- package/dist/actions/delete-owner-log-stream.d.mts +9 -0
- package/dist/actions/delete-owner-log-stream.d.mts.map +1 -0
- package/dist/actions/delete-owner-log-stream.mjs +16 -0
- package/dist/actions/delete-owner-log-stream.mjs.map +1 -0
- package/dist/actions/delete-owner-metrics-stream.cjs +19 -0
- package/dist/actions/delete-owner-metrics-stream.cjs.map +1 -0
- package/dist/actions/delete-owner-metrics-stream.d.cts +9 -0
- package/dist/actions/delete-owner-metrics-stream.d.cts.map +1 -0
- package/dist/actions/delete-owner-metrics-stream.d.mts +9 -0
- package/dist/actions/delete-owner-metrics-stream.d.mts.map +1 -0
- package/dist/actions/delete-owner-metrics-stream.mjs +16 -0
- package/dist/actions/delete-owner-metrics-stream.mjs.map +1 -0
- package/dist/actions/delete-registry-credential.cjs +19 -0
- package/dist/actions/delete-registry-credential.cjs.map +1 -0
- package/dist/actions/delete-registry-credential.d.cts +9 -0
- package/dist/actions/delete-registry-credential.d.cts.map +1 -0
- package/dist/actions/delete-registry-credential.d.mts +9 -0
- package/dist/actions/delete-registry-credential.d.mts.map +1 -0
- package/dist/actions/delete-registry-credential.mjs +16 -0
- package/dist/actions/delete-registry-credential.mjs.map +1 -0
- package/dist/actions/delete-secret-file.cjs +19 -0
- package/dist/actions/delete-secret-file.cjs.map +1 -0
- package/dist/actions/delete-secret-file.d.cts +9 -0
- package/dist/actions/delete-secret-file.d.cts.map +1 -0
- package/dist/actions/delete-secret-file.d.mts +9 -0
- package/dist/actions/delete-secret-file.d.mts.map +1 -0
- package/dist/actions/delete-secret-file.mjs +16 -0
- package/dist/actions/delete-secret-file.mjs.map +1 -0
- package/dist/actions/delete-service.cjs +19 -0
- package/dist/actions/delete-service.cjs.map +1 -0
- package/dist/actions/delete-service.d.cts +9 -0
- package/dist/actions/delete-service.d.cts.map +1 -0
- package/dist/actions/delete-service.d.mts +9 -0
- package/dist/actions/delete-service.d.mts.map +1 -0
- package/dist/actions/delete-service.mjs +16 -0
- package/dist/actions/delete-service.mjs.map +1 -0
- package/dist/actions/disconnect-blueprint.cjs +19 -0
- package/dist/actions/disconnect-blueprint.cjs.map +1 -0
- package/dist/actions/disconnect-blueprint.d.cts +9 -0
- package/dist/actions/disconnect-blueprint.d.cts.map +1 -0
- package/dist/actions/disconnect-blueprint.d.mts +9 -0
- package/dist/actions/disconnect-blueprint.d.mts.map +1 -0
- package/dist/actions/disconnect-blueprint.mjs +16 -0
- package/dist/actions/disconnect-blueprint.mjs.map +1 -0
- package/dist/actions/get-active-connections.cjs +34 -0
- package/dist/actions/get-active-connections.cjs.map +1 -0
- package/dist/actions/get-active-connections.d.cts +9 -0
- package/dist/actions/get-active-connections.d.cts.map +1 -0
- package/dist/actions/get-active-connections.d.mts +9 -0
- package/dist/actions/get-active-connections.d.mts.map +1 -0
- package/dist/actions/get-active-connections.mjs +33 -0
- package/dist/actions/get-active-connections.mjs.map +1 -0
- package/dist/actions/get-bandwidth-sources.cjs +28 -0
- package/dist/actions/get-bandwidth-sources.cjs.map +1 -0
- package/dist/actions/get-bandwidth-sources.d.cts +9 -0
- package/dist/actions/get-bandwidth-sources.d.cts.map +1 -0
- package/dist/actions/get-bandwidth-sources.d.mts +9 -0
- package/dist/actions/get-bandwidth-sources.d.mts.map +1 -0
- package/dist/actions/get-bandwidth-sources.mjs +27 -0
- package/dist/actions/get-bandwidth-sources.mjs.map +1 -0
- package/dist/actions/get-cpu-limit.cjs +36 -0
- package/dist/actions/get-cpu-limit.cjs.map +1 -0
- package/dist/actions/get-cpu-limit.d.cts +9 -0
- package/dist/actions/get-cpu-limit.d.cts.map +1 -0
- package/dist/actions/get-cpu-limit.d.mts +9 -0
- package/dist/actions/get-cpu-limit.d.mts.map +1 -0
- package/dist/actions/get-cpu-limit.mjs +35 -0
- package/dist/actions/get-cpu-limit.mjs.map +1 -0
- package/dist/actions/get-cpu.cjs +41 -0
- package/dist/actions/get-cpu.cjs.map +1 -0
- package/dist/actions/get-cpu.d.cts +9 -0
- package/dist/actions/get-cpu.d.cts.map +1 -0
- package/dist/actions/get-cpu.d.mts +9 -0
- package/dist/actions/get-cpu.d.mts.map +1 -0
- package/dist/actions/get-cpu.mjs +40 -0
- package/dist/actions/get-cpu.mjs.map +1 -0
- package/dist/actions/get-disk-capacity.cjs +35 -0
- package/dist/actions/get-disk-capacity.cjs.map +1 -0
- package/dist/actions/get-disk-capacity.d.cts +9 -0
- package/dist/actions/get-disk-capacity.d.cts.map +1 -0
- package/dist/actions/get-disk-capacity.d.mts +9 -0
- package/dist/actions/get-disk-capacity.d.mts.map +1 -0
- package/dist/actions/get-disk-capacity.mjs +34 -0
- package/dist/actions/get-disk-capacity.mjs.map +1 -0
- package/dist/actions/get-disk-usage.cjs +35 -0
- package/dist/actions/get-disk-usage.cjs.map +1 -0
- package/dist/actions/get-disk-usage.d.cts +9 -0
- package/dist/actions/get-disk-usage.d.cts.map +1 -0
- package/dist/actions/get-disk-usage.d.mts +9 -0
- package/dist/actions/get-disk-usage.d.mts.map +1 -0
- package/dist/actions/get-disk-usage.mjs +34 -0
- package/dist/actions/get-disk-usage.mjs.map +1 -0
- package/dist/actions/get-instance-count.cjs +34 -0
- package/dist/actions/get-instance-count.cjs.map +1 -0
- package/dist/actions/get-instance-count.d.cts +9 -0
- package/dist/actions/get-instance-count.d.cts.map +1 -0
- package/dist/actions/get-instance-count.d.mts +9 -0
- package/dist/actions/get-instance-count.d.mts.map +1 -0
- package/dist/actions/get-instance-count.mjs +33 -0
- package/dist/actions/get-instance-count.mjs.map +1 -0
- package/dist/actions/get-memory-limit.cjs +36 -0
- package/dist/actions/get-memory-limit.cjs.map +1 -0
- package/dist/actions/get-memory-limit.d.cts +9 -0
- package/dist/actions/get-memory-limit.d.cts.map +1 -0
- package/dist/actions/get-memory-limit.d.mts +9 -0
- package/dist/actions/get-memory-limit.d.mts.map +1 -0
- package/dist/actions/get-memory-limit.mjs +35 -0
- package/dist/actions/get-memory-limit.mjs.map +1 -0
- package/dist/actions/get-memory-target.cjs +36 -0
- package/dist/actions/get-memory-target.cjs.map +1 -0
- package/dist/actions/get-memory-target.d.cts +9 -0
- package/dist/actions/get-memory-target.d.cts.map +1 -0
- package/dist/actions/get-memory-target.d.mts +9 -0
- package/dist/actions/get-memory-target.d.mts.map +1 -0
- package/dist/actions/get-memory-target.mjs +35 -0
- package/dist/actions/get-memory-target.mjs.map +1 -0
- package/dist/actions/get-memory.cjs +36 -0
- package/dist/actions/get-memory.cjs.map +1 -0
- package/dist/actions/get-memory.d.cts +9 -0
- package/dist/actions/get-memory.d.cts.map +1 -0
- package/dist/actions/get-memory.d.mts +9 -0
- package/dist/actions/get-memory.d.mts.map +1 -0
- package/dist/actions/get-memory.mjs +35 -0
- package/dist/actions/get-memory.mjs.map +1 -0
- package/dist/actions/get-user.cjs +19 -0
- package/dist/actions/get-user.cjs.map +1 -0
- package/dist/actions/get-user.d.cts +9 -0
- package/dist/actions/get-user.d.cts.map +1 -0
- package/dist/actions/get-user.d.mts +9 -0
- package/dist/actions/get-user.d.mts.map +1 -0
- package/dist/actions/get-user.mjs +16 -0
- package/dist/actions/get-user.mjs.map +1 -0
- package/dist/actions/index.cjs +191 -0
- package/dist/actions/index.d.cts +96 -0
- package/dist/actions/index.d.mts +96 -0
- package/dist/actions/index.mjs +96 -0
- package/dist/actions/link-service-to-env-group.cjs +29 -0
- package/dist/actions/link-service-to-env-group.cjs.map +1 -0
- package/dist/actions/link-service-to-env-group.d.cts +9 -0
- package/dist/actions/link-service-to-env-group.d.cts.map +1 -0
- package/dist/actions/link-service-to-env-group.d.mts +9 -0
- package/dist/actions/link-service-to-env-group.d.mts.map +1 -0
- package/dist/actions/link-service-to-env-group.mjs +26 -0
- package/dist/actions/link-service-to-env-group.mjs.map +1 -0
- package/dist/actions/list-application-filter-values.cjs +26 -0
- package/dist/actions/list-application-filter-values.cjs.map +1 -0
- package/dist/actions/list-application-filter-values.d.cts +9 -0
- package/dist/actions/list-application-filter-values.d.cts.map +1 -0
- package/dist/actions/list-application-filter-values.d.mts +9 -0
- package/dist/actions/list-application-filter-values.d.mts.map +1 -0
- package/dist/actions/list-application-filter-values.mjs +25 -0
- package/dist/actions/list-application-filter-values.mjs.map +1 -0
- package/dist/actions/list-blueprints.cjs +39 -0
- package/dist/actions/list-blueprints.cjs.map +1 -0
- package/dist/actions/list-blueprints.d.cts +9 -0
- package/dist/actions/list-blueprints.d.cts.map +1 -0
- package/dist/actions/list-blueprints.d.mts +9 -0
- package/dist/actions/list-blueprints.d.mts.map +1 -0
- package/dist/actions/list-blueprints.mjs +38 -0
- package/dist/actions/list-blueprints.mjs.map +1 -0
- package/dist/actions/list-deploys.cjs +38 -0
- package/dist/actions/list-deploys.cjs.map +1 -0
- package/dist/actions/list-deploys.d.cts +9 -0
- package/dist/actions/list-deploys.d.cts.map +1 -0
- package/dist/actions/list-deploys.d.mts +9 -0
- package/dist/actions/list-deploys.d.mts.map +1 -0
- package/dist/actions/list-deploys.mjs +37 -0
- package/dist/actions/list-deploys.mjs.map +1 -0
- package/dist/actions/list-disks.cjs +40 -0
- package/dist/actions/list-disks.cjs.map +1 -0
- package/dist/actions/list-disks.d.cts +9 -0
- package/dist/actions/list-disks.d.cts.map +1 -0
- package/dist/actions/list-disks.d.mts +9 -0
- package/dist/actions/list-disks.d.mts.map +1 -0
- package/dist/actions/list-disks.mjs +39 -0
- package/dist/actions/list-disks.mjs.map +1 -0
- package/dist/actions/list-env-groups.cjs +42 -0
- package/dist/actions/list-env-groups.cjs.map +1 -0
- package/dist/actions/list-env-groups.d.cts +9 -0
- package/dist/actions/list-env-groups.d.cts.map +1 -0
- package/dist/actions/list-env-groups.d.mts +9 -0
- package/dist/actions/list-env-groups.d.mts.map +1 -0
- package/dist/actions/list-env-groups.mjs +41 -0
- package/dist/actions/list-env-groups.mjs.map +1 -0
- package/dist/actions/list-env-vars-for-service.cjs +28 -0
- package/dist/actions/list-env-vars-for-service.cjs.map +1 -0
- package/dist/actions/list-env-vars-for-service.d.cts +9 -0
- package/dist/actions/list-env-vars-for-service.d.cts.map +1 -0
- package/dist/actions/list-env-vars-for-service.d.mts +9 -0
- package/dist/actions/list-env-vars-for-service.d.mts.map +1 -0
- package/dist/actions/list-env-vars-for-service.mjs +27 -0
- package/dist/actions/list-env-vars-for-service.mjs.map +1 -0
- package/dist/actions/list-environments.cjs +42 -0
- package/dist/actions/list-environments.cjs.map +1 -0
- package/dist/actions/list-environments.d.cts +9 -0
- package/dist/actions/list-environments.d.cts.map +1 -0
- package/dist/actions/list-environments.d.mts +9 -0
- package/dist/actions/list-environments.d.mts.map +1 -0
- package/dist/actions/list-environments.mjs +41 -0
- package/dist/actions/list-environments.mjs.map +1 -0
- package/dist/actions/list-instances.cjs +20 -0
- package/dist/actions/list-instances.cjs.map +1 -0
- package/dist/actions/list-instances.d.cts +9 -0
- package/dist/actions/list-instances.d.cts.map +1 -0
- package/dist/actions/list-instances.d.mts +9 -0
- package/dist/actions/list-instances.d.mts.map +1 -0
- package/dist/actions/list-instances.mjs +19 -0
- package/dist/actions/list-instances.mjs.map +1 -0
- package/dist/actions/list-key-value.cjs +51 -0
- package/dist/actions/list-key-value.cjs.map +1 -0
- package/dist/actions/list-key-value.d.cts +9 -0
- package/dist/actions/list-key-value.d.cts.map +1 -0
- package/dist/actions/list-key-value.d.mts +9 -0
- package/dist/actions/list-key-value.d.mts.map +1 -0
- package/dist/actions/list-key-value.mjs +50 -0
- package/dist/actions/list-key-value.mjs.map +1 -0
- package/dist/actions/list-logs-values.cjs +41 -0
- package/dist/actions/list-logs-values.cjs.map +1 -0
- package/dist/actions/list-logs-values.d.cts +9 -0
- package/dist/actions/list-logs-values.d.cts.map +1 -0
- package/dist/actions/list-logs-values.d.mts +9 -0
- package/dist/actions/list-logs-values.d.mts.map +1 -0
- package/dist/actions/list-logs-values.mjs +38 -0
- package/dist/actions/list-logs-values.mjs.map +1 -0
- package/dist/actions/list-logs.cjs +53 -0
- package/dist/actions/list-logs.cjs.map +1 -0
- package/dist/actions/list-logs.d.cts +9 -0
- package/dist/actions/list-logs.d.cts.map +1 -0
- package/dist/actions/list-logs.d.mts +9 -0
- package/dist/actions/list-logs.d.mts.map +1 -0
- package/dist/actions/list-logs.mjs +52 -0
- package/dist/actions/list-logs.mjs.map +1 -0
- package/dist/actions/list-maintenance.cjs +43 -0
- package/dist/actions/list-maintenance.cjs.map +1 -0
- package/dist/actions/list-maintenance.d.cts +9 -0
- package/dist/actions/list-maintenance.d.cts.map +1 -0
- package/dist/actions/list-maintenance.d.mts +9 -0
- package/dist/actions/list-maintenance.d.mts.map +1 -0
- package/dist/actions/list-maintenance.mjs +42 -0
- package/dist/actions/list-maintenance.mjs.map +1 -0
- package/dist/actions/list-notification-overrides.cjs +33 -0
- package/dist/actions/list-notification-overrides.cjs.map +1 -0
- package/dist/actions/list-notification-overrides.d.cts +9 -0
- package/dist/actions/list-notification-overrides.d.cts.map +1 -0
- package/dist/actions/list-notification-overrides.d.mts +9 -0
- package/dist/actions/list-notification-overrides.d.mts.map +1 -0
- package/dist/actions/list-notification-overrides.mjs +32 -0
- package/dist/actions/list-notification-overrides.mjs.map +1 -0
- package/dist/actions/list-owner-members.cjs +32 -0
- package/dist/actions/list-owner-members.cjs.map +1 -0
- package/dist/actions/list-owner-members.d.cts +9 -0
- package/dist/actions/list-owner-members.d.cts.map +1 -0
- package/dist/actions/list-owner-members.d.mts +9 -0
- package/dist/actions/list-owner-members.d.mts.map +1 -0
- package/dist/actions/list-owner-members.mjs +31 -0
- package/dist/actions/list-owner-members.mjs.map +1 -0
- package/dist/actions/list-owners.cjs +27 -0
- package/dist/actions/list-owners.cjs.map +1 -0
- package/dist/actions/list-owners.d.cts +9 -0
- package/dist/actions/list-owners.d.cts.map +1 -0
- package/dist/actions/list-owners.d.mts +9 -0
- package/dist/actions/list-owners.d.mts.map +1 -0
- package/dist/actions/list-owners.mjs +26 -0
- package/dist/actions/list-owners.mjs.map +1 -0
- package/dist/actions/list-postgres-export.cjs +21 -0
- package/dist/actions/list-postgres-export.cjs.map +1 -0
- package/dist/actions/list-postgres-export.d.cts +9 -0
- package/dist/actions/list-postgres-export.d.cts.map +1 -0
- package/dist/actions/list-postgres-export.d.mts +9 -0
- package/dist/actions/list-postgres-export.d.mts.map +1 -0
- package/dist/actions/list-postgres-export.mjs +20 -0
- package/dist/actions/list-postgres-export.mjs.map +1 -0
- package/dist/actions/list-postgres-users.cjs +22 -0
- package/dist/actions/list-postgres-users.cjs.map +1 -0
- package/dist/actions/list-postgres-users.d.cts +9 -0
- package/dist/actions/list-postgres-users.d.cts.map +1 -0
- package/dist/actions/list-postgres-users.d.mts +9 -0
- package/dist/actions/list-postgres-users.d.mts.map +1 -0
- package/dist/actions/list-postgres-users.mjs +21 -0
- package/dist/actions/list-postgres-users.mjs.map +1 -0
- package/dist/actions/list-postgres.cjs +68 -0
- package/dist/actions/list-postgres.cjs.map +1 -0
- package/dist/actions/list-postgres.d.cts +9 -0
- package/dist/actions/list-postgres.d.cts.map +1 -0
- package/dist/actions/list-postgres.d.mts +9 -0
- package/dist/actions/list-postgres.d.mts.map +1 -0
- package/dist/actions/list-postgres.mjs +67 -0
- package/dist/actions/list-postgres.mjs.map +1 -0
- package/dist/actions/list-projects.cjs +40 -0
- package/dist/actions/list-projects.cjs.map +1 -0
- package/dist/actions/list-projects.d.cts +9 -0
- package/dist/actions/list-projects.d.cts.map +1 -0
- package/dist/actions/list-projects.d.mts +9 -0
- package/dist/actions/list-projects.d.mts.map +1 -0
- package/dist/actions/list-projects.mjs +39 -0
- package/dist/actions/list-projects.mjs.map +1 -0
- package/dist/actions/list-registry-credentials.cjs +41 -0
- package/dist/actions/list-registry-credentials.cjs.map +1 -0
- package/dist/actions/list-registry-credentials.d.cts +9 -0
- package/dist/actions/list-registry-credentials.d.cts.map +1 -0
- package/dist/actions/list-registry-credentials.d.mts +9 -0
- package/dist/actions/list-registry-credentials.d.mts.map +1 -0
- package/dist/actions/list-registry-credentials.mjs +40 -0
- package/dist/actions/list-registry-credentials.mjs.map +1 -0
- package/dist/actions/list-resource-log-streams.cjs +29 -0
- package/dist/actions/list-resource-log-streams.cjs.map +1 -0
- package/dist/actions/list-resource-log-streams.d.cts +9 -0
- package/dist/actions/list-resource-log-streams.d.cts.map +1 -0
- package/dist/actions/list-resource-log-streams.d.mts +9 -0
- package/dist/actions/list-resource-log-streams.d.mts.map +1 -0
- package/dist/actions/list-resource-log-streams.mjs +28 -0
- package/dist/actions/list-resource-log-streams.mjs.map +1 -0
- package/dist/actions/list-routes.cjs +33 -0
- package/dist/actions/list-routes.cjs.map +1 -0
- package/dist/actions/list-routes.d.cts +9 -0
- package/dist/actions/list-routes.d.cts.map +1 -0
- package/dist/actions/list-routes.d.mts +9 -0
- package/dist/actions/list-routes.d.mts.map +1 -0
- package/dist/actions/list-routes.mjs +32 -0
- package/dist/actions/list-routes.mjs.map +1 -0
- package/dist/actions/list-secret-files.cjs +28 -0
- package/dist/actions/list-secret-files.cjs.map +1 -0
- package/dist/actions/list-secret-files.d.cts +9 -0
- package/dist/actions/list-secret-files.d.cts.map +1 -0
- package/dist/actions/list-secret-files.d.mts +9 -0
- package/dist/actions/list-secret-files.d.mts.map +1 -0
- package/dist/actions/list-secret-files.mjs +27 -0
- package/dist/actions/list-secret-files.mjs.map +1 -0
- package/dist/actions/list-services.cjs +47 -0
- package/dist/actions/list-services.cjs.map +1 -0
- package/dist/actions/list-services.d.cts +9 -0
- package/dist/actions/list-services.d.cts.map +1 -0
- package/dist/actions/list-services.d.mts +9 -0
- package/dist/actions/list-services.d.mts.map +1 -0
- package/dist/actions/list-services.mjs +46 -0
- package/dist/actions/list-services.mjs.map +1 -0
- package/dist/actions/list-task-runs.cjs +43 -0
- package/dist/actions/list-task-runs.cjs.map +1 -0
- package/dist/actions/list-task-runs.d.cts +9 -0
- package/dist/actions/list-task-runs.d.cts.map +1 -0
- package/dist/actions/list-task-runs.d.mts +9 -0
- package/dist/actions/list-task-runs.d.mts.map +1 -0
- package/dist/actions/list-task-runs.mjs +42 -0
- package/dist/actions/list-task-runs.mjs.map +1 -0
- package/dist/actions/list-tasks.cjs +33 -0
- package/dist/actions/list-tasks.cjs.map +1 -0
- package/dist/actions/list-tasks.d.cts +9 -0
- package/dist/actions/list-tasks.d.cts.map +1 -0
- package/dist/actions/list-tasks.d.mts +9 -0
- package/dist/actions/list-tasks.d.mts.map +1 -0
- package/dist/actions/list-tasks.mjs +32 -0
- package/dist/actions/list-tasks.mjs.map +1 -0
- package/dist/actions/list-webhooks.cjs +32 -0
- package/dist/actions/list-webhooks.cjs.map +1 -0
- package/dist/actions/list-webhooks.d.cts +9 -0
- package/dist/actions/list-webhooks.d.cts.map +1 -0
- package/dist/actions/list-webhooks.d.mts +9 -0
- package/dist/actions/list-webhooks.d.mts.map +1 -0
- package/dist/actions/list-webhooks.mjs +31 -0
- package/dist/actions/list-webhooks.mjs.map +1 -0
- package/dist/actions/list-workflow-versions.cjs +34 -0
- package/dist/actions/list-workflow-versions.cjs.map +1 -0
- package/dist/actions/list-workflow-versions.d.cts +9 -0
- package/dist/actions/list-workflow-versions.d.cts.map +1 -0
- package/dist/actions/list-workflow-versions.d.mts +9 -0
- package/dist/actions/list-workflow-versions.d.mts.map +1 -0
- package/dist/actions/list-workflow-versions.mjs +33 -0
- package/dist/actions/list-workflow-versions.mjs.map +1 -0
- package/dist/actions/list-workflows.cjs +42 -0
- package/dist/actions/list-workflows.cjs.map +1 -0
- package/dist/actions/list-workflows.d.cts +9 -0
- package/dist/actions/list-workflows.d.cts.map +1 -0
- package/dist/actions/list-workflows.d.mts +9 -0
- package/dist/actions/list-workflows.d.mts.map +1 -0
- package/dist/actions/list-workflows.mjs +41 -0
- package/dist/actions/list-workflows.mjs.map +1 -0
- package/dist/actions/restart-service.cjs +19 -0
- package/dist/actions/restart-service.cjs.map +1 -0
- package/dist/actions/restart-service.d.cts +9 -0
- package/dist/actions/restart-service.d.cts.map +1 -0
- package/dist/actions/restart-service.d.mts +9 -0
- package/dist/actions/restart-service.d.mts.map +1 -0
- package/dist/actions/restart-service.mjs +16 -0
- package/dist/actions/restart-service.mjs.map +1 -0
- package/dist/actions/resume-service.cjs +19 -0
- package/dist/actions/resume-service.cjs.map +1 -0
- package/dist/actions/resume-service.d.cts +9 -0
- package/dist/actions/resume-service.d.cts.map +1 -0
- package/dist/actions/resume-service.d.mts +9 -0
- package/dist/actions/resume-service.d.mts.map +1 -0
- package/dist/actions/resume-service.mjs +16 -0
- package/dist/actions/resume-service.mjs.map +1 -0
- package/dist/actions/retrieve-custom-domain.cjs +34 -0
- package/dist/actions/retrieve-custom-domain.cjs.map +1 -0
- package/dist/actions/retrieve-custom-domain.d.cts +9 -0
- package/dist/actions/retrieve-custom-domain.d.cts.map +1 -0
- package/dist/actions/retrieve-custom-domain.d.mts +9 -0
- package/dist/actions/retrieve-custom-domain.d.mts.map +1 -0
- package/dist/actions/retrieve-custom-domain.mjs +33 -0
- package/dist/actions/retrieve-custom-domain.mjs.map +1 -0
- package/dist/actions/retrieve-deploy.cjs +35 -0
- package/dist/actions/retrieve-deploy.cjs.map +1 -0
- package/dist/actions/retrieve-deploy.d.cts +9 -0
- package/dist/actions/retrieve-deploy.d.cts.map +1 -0
- package/dist/actions/retrieve-deploy.d.mts +9 -0
- package/dist/actions/retrieve-deploy.d.mts.map +1 -0
- package/dist/actions/retrieve-deploy.mjs +34 -0
- package/dist/actions/retrieve-deploy.mjs.map +1 -0
- package/dist/actions/retrieve-env-group-env-var.cjs +22 -0
- package/dist/actions/retrieve-env-group-env-var.cjs.map +1 -0
- package/dist/actions/retrieve-env-group-env-var.d.cts +9 -0
- package/dist/actions/retrieve-env-group-env-var.d.cts.map +1 -0
- package/dist/actions/retrieve-env-group-env-var.d.mts +9 -0
- package/dist/actions/retrieve-env-group-env-var.d.mts.map +1 -0
- package/dist/actions/retrieve-env-group-env-var.mjs +19 -0
- package/dist/actions/retrieve-env-group-env-var.mjs.map +1 -0
- package/dist/actions/retrieve-env-group-secret-file.cjs +22 -0
- package/dist/actions/retrieve-env-group-secret-file.cjs.map +1 -0
- package/dist/actions/retrieve-env-group-secret-file.d.cts +9 -0
- package/dist/actions/retrieve-env-group-secret-file.d.cts.map +1 -0
- package/dist/actions/retrieve-env-group-secret-file.d.mts +9 -0
- package/dist/actions/retrieve-env-group-secret-file.d.mts.map +1 -0
- package/dist/actions/retrieve-env-group-secret-file.mjs +19 -0
- package/dist/actions/retrieve-env-group-secret-file.mjs.map +1 -0
- package/dist/actions/retrieve-env-group.cjs +26 -0
- package/dist/actions/retrieve-env-group.cjs.map +1 -0
- package/dist/actions/retrieve-env-group.d.cts +9 -0
- package/dist/actions/retrieve-env-group.d.cts.map +1 -0
- package/dist/actions/retrieve-env-group.d.mts +9 -0
- package/dist/actions/retrieve-env-group.d.mts.map +1 -0
- package/dist/actions/retrieve-env-group.mjs +23 -0
- package/dist/actions/retrieve-env-group.mjs.map +1 -0
- package/dist/actions/retrieve-env-var.cjs +22 -0
- package/dist/actions/retrieve-env-var.cjs.map +1 -0
- package/dist/actions/retrieve-env-var.d.cts +9 -0
- package/dist/actions/retrieve-env-var.d.cts.map +1 -0
- package/dist/actions/retrieve-env-var.d.mts +9 -0
- package/dist/actions/retrieve-env-var.d.mts.map +1 -0
- package/dist/actions/retrieve-env-var.mjs +19 -0
- package/dist/actions/retrieve-env-var.mjs.map +1 -0
- package/dist/actions/retrieve-owner-notification-settings.cjs +27 -0
- package/dist/actions/retrieve-owner-notification-settings.cjs.map +1 -0
- package/dist/actions/retrieve-owner-notification-settings.d.cts +9 -0
- package/dist/actions/retrieve-owner-notification-settings.d.cts.map +1 -0
- package/dist/actions/retrieve-owner-notification-settings.d.mts +9 -0
- package/dist/actions/retrieve-owner-notification-settings.d.mts.map +1 -0
- package/dist/actions/retrieve-owner-notification-settings.mjs +26 -0
- package/dist/actions/retrieve-owner-notification-settings.mjs.map +1 -0
- package/dist/actions/retrieve-owner.cjs +27 -0
- package/dist/actions/retrieve-owner.cjs.map +1 -0
- package/dist/actions/retrieve-owner.d.cts +9 -0
- package/dist/actions/retrieve-owner.d.cts.map +1 -0
- package/dist/actions/retrieve-owner.d.mts +9 -0
- package/dist/actions/retrieve-owner.d.mts.map +1 -0
- package/dist/actions/retrieve-owner.mjs +26 -0
- package/dist/actions/retrieve-owner.mjs.map +1 -0
- package/dist/actions/retrieve-postgres.cjs +146 -0
- package/dist/actions/retrieve-postgres.cjs.map +1 -0
- package/dist/actions/retrieve-postgres.d.cts +9 -0
- package/dist/actions/retrieve-postgres.d.cts.map +1 -0
- package/dist/actions/retrieve-postgres.d.mts +9 -0
- package/dist/actions/retrieve-postgres.d.mts.map +1 -0
- package/dist/actions/retrieve-postgres.mjs +145 -0
- package/dist/actions/retrieve-postgres.mjs.map +1 -0
- package/dist/actions/retrieve-project.cjs +31 -0
- package/dist/actions/retrieve-project.cjs.map +1 -0
- package/dist/actions/retrieve-project.d.cts +9 -0
- package/dist/actions/retrieve-project.d.cts.map +1 -0
- package/dist/actions/retrieve-project.d.mts +9 -0
- package/dist/actions/retrieve-project.d.mts.map +1 -0
- package/dist/actions/retrieve-project.mjs +30 -0
- package/dist/actions/retrieve-project.mjs.map +1 -0
- package/dist/actions/retrieve-registry-credential.cjs +29 -0
- package/dist/actions/retrieve-registry-credential.cjs.map +1 -0
- package/dist/actions/retrieve-registry-credential.d.cts +9 -0
- package/dist/actions/retrieve-registry-credential.d.cts.map +1 -0
- package/dist/actions/retrieve-registry-credential.d.mts +9 -0
- package/dist/actions/retrieve-registry-credential.d.mts.map +1 -0
- package/dist/actions/retrieve-registry-credential.mjs +28 -0
- package/dist/actions/retrieve-registry-credential.mjs.map +1 -0
- package/dist/actions/retrieve-secret-file.cjs +22 -0
- package/dist/actions/retrieve-secret-file.cjs.map +1 -0
- package/dist/actions/retrieve-secret-file.d.cts +9 -0
- package/dist/actions/retrieve-secret-file.d.cts.map +1 -0
- package/dist/actions/retrieve-secret-file.d.mts +9 -0
- package/dist/actions/retrieve-secret-file.d.mts.map +1 -0
- package/dist/actions/retrieve-secret-file.mjs +19 -0
- package/dist/actions/retrieve-secret-file.mjs.map +1 -0
- package/dist/actions/retrieve-service.cjs +68 -0
- package/dist/actions/retrieve-service.cjs.map +1 -0
- package/dist/actions/retrieve-service.d.cts +9 -0
- package/dist/actions/retrieve-service.d.cts.map +1 -0
- package/dist/actions/retrieve-service.d.mts +9 -0
- package/dist/actions/retrieve-service.d.mts.map +1 -0
- package/dist/actions/retrieve-service.mjs +67 -0
- package/dist/actions/retrieve-service.mjs.map +1 -0
- package/dist/actions/stream-task-runs-events.cjs +20 -0
- package/dist/actions/stream-task-runs-events.cjs.map +1 -0
- package/dist/actions/stream-task-runs-events.d.cts +9 -0
- package/dist/actions/stream-task-runs-events.d.cts.map +1 -0
- package/dist/actions/stream-task-runs-events.d.mts +9 -0
- package/dist/actions/stream-task-runs-events.d.mts.map +1 -0
- package/dist/actions/stream-task-runs-events.mjs +17 -0
- package/dist/actions/stream-task-runs-events.mjs.map +1 -0
- package/dist/actions/subscribe-logs.cjs +37 -0
- package/dist/actions/subscribe-logs.cjs.map +1 -0
- package/dist/actions/subscribe-logs.d.cts +9 -0
- package/dist/actions/subscribe-logs.d.cts.map +1 -0
- package/dist/actions/subscribe-logs.d.mts +9 -0
- package/dist/actions/subscribe-logs.d.mts.map +1 -0
- package/dist/actions/subscribe-logs.mjs +34 -0
- package/dist/actions/subscribe-logs.mjs.map +1 -0
- package/dist/actions/suspend-service.cjs +19 -0
- package/dist/actions/suspend-service.cjs.map +1 -0
- package/dist/actions/suspend-service.d.cts +9 -0
- package/dist/actions/suspend-service.d.cts.map +1 -0
- package/dist/actions/suspend-service.d.mts +9 -0
- package/dist/actions/suspend-service.d.mts.map +1 -0
- package/dist/actions/suspend-service.mjs +16 -0
- package/dist/actions/suspend-service.mjs.map +1 -0
- package/dist/actions/trigger-deploy.cjs +33 -0
- package/dist/actions/trigger-deploy.cjs.map +1 -0
- package/dist/actions/trigger-deploy.d.cts +9 -0
- package/dist/actions/trigger-deploy.d.cts.map +1 -0
- package/dist/actions/trigger-deploy.d.mts +9 -0
- package/dist/actions/trigger-deploy.d.mts.map +1 -0
- package/dist/actions/trigger-deploy.mjs +32 -0
- package/dist/actions/trigger-deploy.mjs.map +1 -0
- package/dist/actions/update-env-group-env-var.cjs +43 -0
- package/dist/actions/update-env-group-env-var.cjs.map +1 -0
- package/dist/actions/update-env-group-env-var.d.cts +9 -0
- package/dist/actions/update-env-group-env-var.d.cts.map +1 -0
- package/dist/actions/update-env-group-env-var.d.mts +9 -0
- package/dist/actions/update-env-group-env-var.d.mts.map +1 -0
- package/dist/actions/update-env-group-env-var.mjs +42 -0
- package/dist/actions/update-env-group-env-var.mjs.map +1 -0
- package/dist/actions/update-env-group-secret-file.cjs +30 -0
- package/dist/actions/update-env-group-secret-file.cjs.map +1 -0
- package/dist/actions/update-env-group-secret-file.d.cts +9 -0
- package/dist/actions/update-env-group-secret-file.d.cts.map +1 -0
- package/dist/actions/update-env-group-secret-file.d.mts +9 -0
- package/dist/actions/update-env-group-secret-file.d.mts.map +1 -0
- package/dist/actions/update-env-group-secret-file.mjs +27 -0
- package/dist/actions/update-env-group-secret-file.mjs.map +1 -0
- package/dist/actions/update-env-group.cjs +29 -0
- package/dist/actions/update-env-group.cjs.map +1 -0
- package/dist/actions/update-env-group.d.cts +9 -0
- package/dist/actions/update-env-group.d.cts.map +1 -0
- package/dist/actions/update-env-group.d.mts +9 -0
- package/dist/actions/update-env-group.d.mts.map +1 -0
- package/dist/actions/update-env-group.mjs +26 -0
- package/dist/actions/update-env-group.mjs.map +1 -0
- package/dist/actions/update-env-var.cjs +24 -0
- package/dist/actions/update-env-var.cjs.map +1 -0
- package/dist/actions/update-env-var.d.cts +9 -0
- package/dist/actions/update-env-var.d.cts.map +1 -0
- package/dist/actions/update-env-var.d.mts +9 -0
- package/dist/actions/update-env-var.d.mts.map +1 -0
- package/dist/actions/update-env-var.mjs +21 -0
- package/dist/actions/update-env-var.mjs.map +1 -0
- package/dist/actions/update-env-vars-for-service.cjs +33 -0
- package/dist/actions/update-env-vars-for-service.cjs.map +1 -0
- package/dist/actions/update-env-vars-for-service.d.cts +9 -0
- package/dist/actions/update-env-vars-for-service.d.cts.map +1 -0
- package/dist/actions/update-env-vars-for-service.d.mts +9 -0
- package/dist/actions/update-env-vars-for-service.d.mts.map +1 -0
- package/dist/actions/update-env-vars-for-service.mjs +32 -0
- package/dist/actions/update-env-vars-for-service.mjs.map +1 -0
- package/dist/actions/update-headers.cjs +29 -0
- package/dist/actions/update-headers.cjs.map +1 -0
- package/dist/actions/update-headers.d.cts +9 -0
- package/dist/actions/update-headers.d.cts.map +1 -0
- package/dist/actions/update-headers.d.mts +9 -0
- package/dist/actions/update-headers.d.mts.map +1 -0
- package/dist/actions/update-headers.mjs +28 -0
- package/dist/actions/update-headers.mjs.map +1 -0
- package/dist/actions/update-owner-log-stream.cjs +26 -0
- package/dist/actions/update-owner-log-stream.cjs.map +1 -0
- package/dist/actions/update-owner-log-stream.d.cts +9 -0
- package/dist/actions/update-owner-log-stream.d.cts.map +1 -0
- package/dist/actions/update-owner-log-stream.d.mts +9 -0
- package/dist/actions/update-owner-log-stream.d.mts.map +1 -0
- package/dist/actions/update-owner-log-stream.mjs +25 -0
- package/dist/actions/update-owner-log-stream.mjs.map +1 -0
- package/dist/actions/update-owner-notification-settings.cjs +36 -0
- package/dist/actions/update-owner-notification-settings.cjs.map +1 -0
- package/dist/actions/update-owner-notification-settings.d.cts +9 -0
- package/dist/actions/update-owner-notification-settings.d.cts.map +1 -0
- package/dist/actions/update-owner-notification-settings.d.mts +9 -0
- package/dist/actions/update-owner-notification-settings.d.mts.map +1 -0
- package/dist/actions/update-owner-notification-settings.mjs +35 -0
- package/dist/actions/update-owner-notification-settings.mjs.map +1 -0
- package/dist/actions/update-postgres.cjs +199 -0
- package/dist/actions/update-postgres.cjs.map +1 -0
- package/dist/actions/update-postgres.d.cts +9 -0
- package/dist/actions/update-postgres.d.cts.map +1 -0
- package/dist/actions/update-postgres.d.mts +9 -0
- package/dist/actions/update-postgres.d.mts.map +1 -0
- package/dist/actions/update-postgres.mjs +198 -0
- package/dist/actions/update-postgres.mjs.map +1 -0
- package/dist/actions/update-project.cjs +34 -0
- package/dist/actions/update-project.cjs.map +1 -0
- package/dist/actions/update-project.d.cts +9 -0
- package/dist/actions/update-project.d.cts.map +1 -0
- package/dist/actions/update-project.d.mts +9 -0
- package/dist/actions/update-project.d.mts.map +1 -0
- package/dist/actions/update-project.mjs +33 -0
- package/dist/actions/update-project.mjs.map +1 -0
- package/dist/actions/update-registry-credential.cjs +41 -0
- package/dist/actions/update-registry-credential.cjs.map +1 -0
- package/dist/actions/update-registry-credential.d.cts +9 -0
- package/dist/actions/update-registry-credential.d.cts.map +1 -0
- package/dist/actions/update-registry-credential.d.mts +9 -0
- package/dist/actions/update-registry-credential.d.mts.map +1 -0
- package/dist/actions/update-registry-credential.mjs +40 -0
- package/dist/actions/update-registry-credential.mjs.map +1 -0
- package/dist/actions/update-resource-log-stream.cjs +26 -0
- package/dist/actions/update-resource-log-stream.cjs.map +1 -0
- package/dist/actions/update-resource-log-stream.d.cts +9 -0
- package/dist/actions/update-resource-log-stream.d.cts.map +1 -0
- package/dist/actions/update-resource-log-stream.d.mts +9 -0
- package/dist/actions/update-resource-log-stream.d.mts.map +1 -0
- package/dist/actions/update-resource-log-stream.mjs +25 -0
- package/dist/actions/update-resource-log-stream.mjs.map +1 -0
- package/dist/actions/update-routes.cjs +31 -0
- package/dist/actions/update-routes.cjs.map +1 -0
- package/dist/actions/update-routes.d.cts +9 -0
- package/dist/actions/update-routes.d.cts.map +1 -0
- package/dist/actions/update-routes.d.mts +9 -0
- package/dist/actions/update-routes.d.mts.map +1 -0
- package/dist/actions/update-routes.mjs +30 -0
- package/dist/actions/update-routes.mjs.map +1 -0
- package/dist/actions/update-secret-files-for-service.cjs +30 -0
- package/dist/actions/update-secret-files-for-service.cjs.map +1 -0
- package/dist/actions/update-secret-files-for-service.d.cts +9 -0
- package/dist/actions/update-secret-files-for-service.d.cts.map +1 -0
- package/dist/actions/update-secret-files-for-service.d.mts +9 -0
- package/dist/actions/update-secret-files-for-service.d.mts.map +1 -0
- package/dist/actions/update-secret-files-for-service.mjs +29 -0
- package/dist/actions/update-secret-files-for-service.mjs.map +1 -0
- package/dist/actions/update-service.cjs +85 -0
- package/dist/actions/update-service.cjs.map +1 -0
- package/dist/actions/update-service.d.cts +9 -0
- package/dist/actions/update-service.d.cts.map +1 -0
- package/dist/actions/update-service.d.mts +9 -0
- package/dist/actions/update-service.d.mts.map +1 -0
- package/dist/actions/update-service.mjs +84 -0
- package/dist/actions/update-service.mjs.map +1 -0
- package/dist/actions/verify-custom-domain.cjs +19 -0
- package/dist/actions/verify-custom-domain.cjs.map +1 -0
- package/dist/actions/verify-custom-domain.d.cts +9 -0
- package/dist/actions/verify-custom-domain.d.cts.map +1 -0
- package/dist/actions/verify-custom-domain.d.mts +9 -0
- package/dist/actions/verify-custom-domain.d.mts.map +1 -0
- package/dist/actions/verify-custom-domain.mjs +16 -0
- package/dist/actions/verify-custom-domain.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 +196 -0
- package/dist/index.d.cts +98 -0
- package/dist/index.d.mts +98 -0
- package/dist/index.mjs +99 -0
- package/package.json +49 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-instances.ts
|
|
4
|
+
const RenderListInstancesInput = z.object({ serviceId: z.string().describe("The unique identifier of the service to list instances for.") }).describe("Request model for listing instances of a service.");
|
|
5
|
+
const RenderListInstances_InstanceSchema = z.object({
|
|
6
|
+
id: z.string().describe("Unique identifier of the instance."),
|
|
7
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the instance was created.")
|
|
8
|
+
}).describe("Represents an instance of a service in Render.");
|
|
9
|
+
const renderListInstances = action("RENDER_LIST_INSTANCES", {
|
|
10
|
+
slug: "render-list-instances",
|
|
11
|
+
name: "List Instances",
|
|
12
|
+
description: "Tool to list instances of a service. Use when you need to retrieve all instances for a specific Render service.",
|
|
13
|
+
input: RenderListInstancesInput,
|
|
14
|
+
output: z.object({ instances: z.array(RenderListInstances_InstanceSchema).describe("List of instances for the specified service.") }).describe("Response model for listing instances.")
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { renderListInstances };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=list-instances.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-instances.mjs","names":[],"sources":["../../src/actions/list-instances.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListInstancesInput: z.ZodTypeAny = z.object({\n serviceId: z.string().describe(\"The unique identifier of the service to list instances for.\"),\n}).describe(\"Request model for listing instances of a service.\");\nconst RenderListInstances_InstanceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the instance.\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the instance was created.\"),\n}).describe(\"Represents an instance of a service in Render.\");\nexport const RenderListInstancesOutput: z.ZodTypeAny = z.object({\n instances: z.array(RenderListInstances_InstanceSchema).describe(\"List of instances for the specified service.\"),\n}).describe(\"Response model for listing instances.\");\n\nexport const renderListInstances = action(\"RENDER_LIST_INSTANCES\", {\n slug: \"render-list-instances\",\n name: \"List Instances\",\n description: \"Tool to list instances of a service. Use when you need to retrieve all instances for a specific Render service.\",\n input: RenderListInstancesInput,\n output: RenderListInstancesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO,EAC7D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,EAC9F,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,qCAAmD,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AACpF,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAK5D,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,WAAW,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,8CAA8C,EAChH,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-key-value.ts
|
|
4
|
+
const RenderListKeyValueInput = zod.z.object({
|
|
5
|
+
name: zod.z.array(zod.z.string()).describe("Filter by name.").optional(),
|
|
6
|
+
limit: zod.z.number().int().describe("The maximum number of items to return (default: 20).").optional(),
|
|
7
|
+
cursor: zod.z.string().describe("The position in the result list to start from when fetching paginated results.").optional(),
|
|
8
|
+
region: zod.z.array(zod.z.string()).describe("Filter by resource region.").optional(),
|
|
9
|
+
ownerId: zod.z.array(zod.z.string()).describe("The ID of the workspaces to return resources for.").optional(),
|
|
10
|
+
createdAfter: zod.z.string().describe("Filter for resources created after a certain time (specified as an ISO 8601 timestamp).").optional(),
|
|
11
|
+
updatedAfter: zod.z.string().describe("Filter for resources updated after a certain time (specified as an ISO 8601 timestamp).").optional(),
|
|
12
|
+
createdBefore: zod.z.string().describe("Filter for resources created before a certain time (specified as an ISO 8601 timestamp).").optional(),
|
|
13
|
+
environmentId: zod.z.array(zod.z.string()).describe("Filter for resources that belong to an environment.").optional(),
|
|
14
|
+
updatedBefore: zod.z.string().describe("Filter for resources updated before a certain time (specified as an ISO 8601 timestamp).").optional()
|
|
15
|
+
}).describe("Request model for listing Key Value instances with optional filters.");
|
|
16
|
+
const RenderListKeyValue_OwnerSchema = zod.z.object({
|
|
17
|
+
id: zod.z.string().describe("Owner ID.").nullable().optional(),
|
|
18
|
+
email: zod.z.string().describe("Owner email.").nullable().optional()
|
|
19
|
+
}).describe("Represents the owner of a Key Value instance.");
|
|
20
|
+
const RenderListKeyValue_KeyValueOptionsSchema = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Options for Key Value instance.");
|
|
21
|
+
const RenderListKeyValue_KeyValueSchema = zod.z.object({
|
|
22
|
+
id: zod.z.string().describe("Unique identifier for the Key Value instance."),
|
|
23
|
+
name: zod.z.string().describe("Name of the Key Value instance."),
|
|
24
|
+
plan: zod.z.string().describe("Plan type for the Key Value instance."),
|
|
25
|
+
owner: RenderListKeyValue_OwnerSchema.nullable(),
|
|
26
|
+
region: zod.z.string().describe("Region where the Key Value is located."),
|
|
27
|
+
status: zod.z.string().describe("Status of the Key Value instance."),
|
|
28
|
+
options: RenderListKeyValue_KeyValueOptionsSchema.nullable(),
|
|
29
|
+
version: zod.z.string().describe("Version of the Key Value instance."),
|
|
30
|
+
createdAt: zod.z.string().describe("Timestamp when the Key Value was created."),
|
|
31
|
+
updatedAt: zod.z.string().describe("Timestamp when the Key Value was last updated."),
|
|
32
|
+
ipAllowList: zod.z.array(zod.z.string()).describe("IP addresses allowed to access the Key Value.").nullable().optional(),
|
|
33
|
+
dashboardUrl: zod.z.string().describe("URL to access the Key Value dashboard."),
|
|
34
|
+
environmentId: zod.z.string().describe("Environment ID if the Key Value belongs to an environment.").nullable().optional()
|
|
35
|
+
}).describe("Represents a Key Value instance in Render.");
|
|
36
|
+
const RenderListKeyValue_KeyValueItemSchema = zod.z.object({
|
|
37
|
+
cursor: zod.z.string().describe("Cursor for pagination."),
|
|
38
|
+
keyValue: RenderListKeyValue_KeyValueSchema.nullable()
|
|
39
|
+
}).describe("Represents an item in the Key Value list response.");
|
|
40
|
+
const RenderListKeyValueOutput = zod.z.object({ items: zod.z.array(RenderListKeyValue_KeyValueItemSchema).describe("List of Key Value instances with cursors.") }).describe("Response model for listing Key Value instances.");
|
|
41
|
+
const renderListKeyValue = require_action.action("RENDER_LIST_KEY_VALUE", {
|
|
42
|
+
slug: "render-list-key-value",
|
|
43
|
+
name: "List Key Value Instances",
|
|
44
|
+
description: "Tool to list all Key Value instances. Use when you need to retrieve Key Value instances associated with your account, optionally filtering by name, region, owner, environment, or timestamps.",
|
|
45
|
+
input: RenderListKeyValueInput,
|
|
46
|
+
output: RenderListKeyValueOutput
|
|
47
|
+
});
|
|
48
|
+
//#endregion
|
|
49
|
+
exports.renderListKeyValue = renderListKeyValue;
|
|
50
|
+
|
|
51
|
+
//# sourceMappingURL=list-key-value.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-key-value.cjs","names":["z","action"],"sources":["../../src/actions/list-key-value.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListKeyValueInput: z.ZodTypeAny = z.object({\n name: z.array(z.string()).describe(\"Filter by name.\").optional(),\n limit: z.number().int().describe(\"The maximum number of items to return (default: 20).\").optional(),\n cursor: z.string().describe(\"The position in the result list to start from when fetching paginated results.\").optional(),\n region: z.array(z.string()).describe(\"Filter by resource region.\").optional(),\n ownerId: z.array(z.string()).describe(\"The ID of the workspaces to return resources for.\").optional(),\n createdAfter: z.string().describe(\"Filter for resources created after a certain time (specified as an ISO 8601 timestamp).\").optional(),\n updatedAfter: z.string().describe(\"Filter for resources updated after a certain time (specified as an ISO 8601 timestamp).\").optional(),\n createdBefore: z.string().describe(\"Filter for resources created before a certain time (specified as an ISO 8601 timestamp).\").optional(),\n environmentId: z.array(z.string()).describe(\"Filter for resources that belong to an environment.\").optional(),\n updatedBefore: z.string().describe(\"Filter for resources updated before a certain time (specified as an ISO 8601 timestamp).\").optional(),\n}).describe(\"Request model for listing Key Value instances with optional filters.\");\nconst RenderListKeyValue_OwnerSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Owner ID.\").nullable().optional(),\n email: z.string().describe(\"Owner email.\").nullable().optional(),\n}).describe(\"Represents the owner of a Key Value instance.\");\nconst RenderListKeyValue_KeyValueOptionsSchema: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Options for Key Value instance.\");\nconst RenderListKeyValue_KeyValueSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the Key Value instance.\"),\n name: z.string().describe(\"Name of the Key Value instance.\"),\n plan: z.string().describe(\"Plan type for the Key Value instance.\"),\n owner: RenderListKeyValue_OwnerSchema.nullable(),\n region: z.string().describe(\"Region where the Key Value is located.\"),\n status: z.string().describe(\"Status of the Key Value instance.\"),\n options: RenderListKeyValue_KeyValueOptionsSchema.nullable(),\n version: z.string().describe(\"Version of the Key Value instance.\"),\n createdAt: z.string().describe(\"Timestamp when the Key Value was created.\"),\n updatedAt: z.string().describe(\"Timestamp when the Key Value was last updated.\"),\n ipAllowList: z.array(z.string()).describe(\"IP addresses allowed to access the Key Value.\").nullable().optional(),\n dashboardUrl: z.string().describe(\"URL to access the Key Value dashboard.\"),\n environmentId: z.string().describe(\"Environment ID if the Key Value belongs to an environment.\").nullable().optional(),\n}).describe(\"Represents a Key Value instance in Render.\");\nconst RenderListKeyValue_KeyValueItemSchema: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Cursor for pagination.\"),\n keyValue: RenderListKeyValue_KeyValueSchema.nullable(),\n}).describe(\"Represents an item in the Key Value list response.\");\nexport const RenderListKeyValueOutput: z.ZodTypeAny = z.object({\n items: z.array(RenderListKeyValue_KeyValueItemSchema).describe(\"List of Key Value instances with cursors.\"),\n}).describe(\"Response model for listing Key Value instances.\");\n\nexport const renderListKeyValue = action(\"RENDER_LIST_KEY_VALUE\", {\n slug: \"render-list-key-value\",\n name: \"List Key Value Instances\",\n description: \"Tool to list all Key Value instances. Use when you need to retrieve Key Value instances associated with your account, optionally filtering by name, region, owner, environment, or timestamps.\",\n input: RenderListKeyValueInput,\n output: RenderListKeyValueOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAClG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACvH,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC5E,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACpG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;CACtI,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;CACtI,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CACxI,eAAeA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC5G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AAC1I,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,iCAA+CA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjE,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,2CAAyDA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC3I,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACjE,OAAO,+BAA+B,SAAS;CAC/C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC/D,SAAS,yCAAyC,SAAS;CAC3D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC1E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC/E,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAC1E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACpD,UAAU,kCAAkC,SAAS;AACvD,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,OAAOA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,2CAA2C,EAC5G,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-key-value.d.ts
|
|
4
|
+
declare const RenderListKeyValueInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListKeyValueOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListKeyValue: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListKeyValue };
|
|
9
|
+
//# sourceMappingURL=list-key-value.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-key-value.d.cts","names":[],"sources":["../../src/actions/list-key-value.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAW2C;AAAA,cAyBtE,wBAAA,EAA0B,CAAA,CAAE,UAEqB;AAAA,cAEjD,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-key-value.d.ts
|
|
4
|
+
declare const RenderListKeyValueInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListKeyValueOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListKeyValue: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListKeyValue };
|
|
9
|
+
//# sourceMappingURL=list-key-value.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-key-value.d.mts","names":[],"sources":["../../src/actions/list-key-value.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAW2C;AAAA,cAyBtE,wBAAA,EAA0B,CAAA,CAAE,UAEqB;AAAA,cAEjD,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-key-value.ts
|
|
4
|
+
const RenderListKeyValueInput = z.object({
|
|
5
|
+
name: z.array(z.string()).describe("Filter by name.").optional(),
|
|
6
|
+
limit: z.number().int().describe("The maximum number of items to return (default: 20).").optional(),
|
|
7
|
+
cursor: z.string().describe("The position in the result list to start from when fetching paginated results.").optional(),
|
|
8
|
+
region: z.array(z.string()).describe("Filter by resource region.").optional(),
|
|
9
|
+
ownerId: z.array(z.string()).describe("The ID of the workspaces to return resources for.").optional(),
|
|
10
|
+
createdAfter: z.string().describe("Filter for resources created after a certain time (specified as an ISO 8601 timestamp).").optional(),
|
|
11
|
+
updatedAfter: z.string().describe("Filter for resources updated after a certain time (specified as an ISO 8601 timestamp).").optional(),
|
|
12
|
+
createdBefore: z.string().describe("Filter for resources created before a certain time (specified as an ISO 8601 timestamp).").optional(),
|
|
13
|
+
environmentId: z.array(z.string()).describe("Filter for resources that belong to an environment.").optional(),
|
|
14
|
+
updatedBefore: z.string().describe("Filter for resources updated before a certain time (specified as an ISO 8601 timestamp).").optional()
|
|
15
|
+
}).describe("Request model for listing Key Value instances with optional filters.");
|
|
16
|
+
const RenderListKeyValue_OwnerSchema = z.object({
|
|
17
|
+
id: z.string().describe("Owner ID.").nullable().optional(),
|
|
18
|
+
email: z.string().describe("Owner email.").nullable().optional()
|
|
19
|
+
}).describe("Represents the owner of a Key Value instance.");
|
|
20
|
+
const RenderListKeyValue_KeyValueOptionsSchema = z.record(z.string(), z.unknown()).describe("Options for Key Value instance.");
|
|
21
|
+
const RenderListKeyValue_KeyValueSchema = z.object({
|
|
22
|
+
id: z.string().describe("Unique identifier for the Key Value instance."),
|
|
23
|
+
name: z.string().describe("Name of the Key Value instance."),
|
|
24
|
+
plan: z.string().describe("Plan type for the Key Value instance."),
|
|
25
|
+
owner: RenderListKeyValue_OwnerSchema.nullable(),
|
|
26
|
+
region: z.string().describe("Region where the Key Value is located."),
|
|
27
|
+
status: z.string().describe("Status of the Key Value instance."),
|
|
28
|
+
options: RenderListKeyValue_KeyValueOptionsSchema.nullable(),
|
|
29
|
+
version: z.string().describe("Version of the Key Value instance."),
|
|
30
|
+
createdAt: z.string().describe("Timestamp when the Key Value was created."),
|
|
31
|
+
updatedAt: z.string().describe("Timestamp when the Key Value was last updated."),
|
|
32
|
+
ipAllowList: z.array(z.string()).describe("IP addresses allowed to access the Key Value.").nullable().optional(),
|
|
33
|
+
dashboardUrl: z.string().describe("URL to access the Key Value dashboard."),
|
|
34
|
+
environmentId: z.string().describe("Environment ID if the Key Value belongs to an environment.").nullable().optional()
|
|
35
|
+
}).describe("Represents a Key Value instance in Render.");
|
|
36
|
+
const RenderListKeyValue_KeyValueItemSchema = z.object({
|
|
37
|
+
cursor: z.string().describe("Cursor for pagination."),
|
|
38
|
+
keyValue: RenderListKeyValue_KeyValueSchema.nullable()
|
|
39
|
+
}).describe("Represents an item in the Key Value list response.");
|
|
40
|
+
const renderListKeyValue = action("RENDER_LIST_KEY_VALUE", {
|
|
41
|
+
slug: "render-list-key-value",
|
|
42
|
+
name: "List Key Value Instances",
|
|
43
|
+
description: "Tool to list all Key Value instances. Use when you need to retrieve Key Value instances associated with your account, optionally filtering by name, region, owner, environment, or timestamps.",
|
|
44
|
+
input: RenderListKeyValueInput,
|
|
45
|
+
output: z.object({ items: z.array(RenderListKeyValue_KeyValueItemSchema).describe("List of Key Value instances with cursors.") }).describe("Response model for listing Key Value instances.")
|
|
46
|
+
});
|
|
47
|
+
//#endregion
|
|
48
|
+
export { renderListKeyValue };
|
|
49
|
+
|
|
50
|
+
//# sourceMappingURL=list-key-value.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-key-value.mjs","names":[],"sources":["../../src/actions/list-key-value.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListKeyValueInput: z.ZodTypeAny = z.object({\n name: z.array(z.string()).describe(\"Filter by name.\").optional(),\n limit: z.number().int().describe(\"The maximum number of items to return (default: 20).\").optional(),\n cursor: z.string().describe(\"The position in the result list to start from when fetching paginated results.\").optional(),\n region: z.array(z.string()).describe(\"Filter by resource region.\").optional(),\n ownerId: z.array(z.string()).describe(\"The ID of the workspaces to return resources for.\").optional(),\n createdAfter: z.string().describe(\"Filter for resources created after a certain time (specified as an ISO 8601 timestamp).\").optional(),\n updatedAfter: z.string().describe(\"Filter for resources updated after a certain time (specified as an ISO 8601 timestamp).\").optional(),\n createdBefore: z.string().describe(\"Filter for resources created before a certain time (specified as an ISO 8601 timestamp).\").optional(),\n environmentId: z.array(z.string()).describe(\"Filter for resources that belong to an environment.\").optional(),\n updatedBefore: z.string().describe(\"Filter for resources updated before a certain time (specified as an ISO 8601 timestamp).\").optional(),\n}).describe(\"Request model for listing Key Value instances with optional filters.\");\nconst RenderListKeyValue_OwnerSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Owner ID.\").nullable().optional(),\n email: z.string().describe(\"Owner email.\").nullable().optional(),\n}).describe(\"Represents the owner of a Key Value instance.\");\nconst RenderListKeyValue_KeyValueOptionsSchema: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Options for Key Value instance.\");\nconst RenderListKeyValue_KeyValueSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the Key Value instance.\"),\n name: z.string().describe(\"Name of the Key Value instance.\"),\n plan: z.string().describe(\"Plan type for the Key Value instance.\"),\n owner: RenderListKeyValue_OwnerSchema.nullable(),\n region: z.string().describe(\"Region where the Key Value is located.\"),\n status: z.string().describe(\"Status of the Key Value instance.\"),\n options: RenderListKeyValue_KeyValueOptionsSchema.nullable(),\n version: z.string().describe(\"Version of the Key Value instance.\"),\n createdAt: z.string().describe(\"Timestamp when the Key Value was created.\"),\n updatedAt: z.string().describe(\"Timestamp when the Key Value was last updated.\"),\n ipAllowList: z.array(z.string()).describe(\"IP addresses allowed to access the Key Value.\").nullable().optional(),\n dashboardUrl: z.string().describe(\"URL to access the Key Value dashboard.\"),\n environmentId: z.string().describe(\"Environment ID if the Key Value belongs to an environment.\").nullable().optional(),\n}).describe(\"Represents a Key Value instance in Render.\");\nconst RenderListKeyValue_KeyValueItemSchema: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Cursor for pagination.\"),\n keyValue: RenderListKeyValue_KeyValueSchema.nullable(),\n}).describe(\"Represents an item in the Key Value list response.\");\nexport const RenderListKeyValueOutput: z.ZodTypeAny = z.object({\n items: z.array(RenderListKeyValue_KeyValueItemSchema).describe(\"List of Key Value instances with cursors.\"),\n}).describe(\"Response model for listing Key Value instances.\");\n\nexport const renderListKeyValue = action(\"RENDER_LIST_KEY_VALUE\", {\n slug: \"render-list-key-value\",\n name: \"List Key Value Instances\",\n description: \"Tool to list all Key Value instances. Use when you need to retrieve Key Value instances associated with your account, optionally filtering by name, region, owner, environment, or timestamps.\",\n input: RenderListKeyValueInput,\n output: RenderListKeyValueOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO;CAC5D,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;CAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAClG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACvH,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC5E,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACpG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;CACtI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;CACtI,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CACxI,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC5G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AAC1I,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,iCAA+C,EAAE,OAAO;CAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjE,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,2CAAyD,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC3I,MAAM,oCAAkD,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACjE,OAAO,+BAA+B,SAAS;CAC/C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC/D,SAAS,yCAAyC,SAAS;CAC3D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACjE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC1E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC/E,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAC1E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,wCAAsD,EAAE,OAAO;CACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACpD,UAAU,kCAAkC,SAAS;AACvD,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAKhE,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToD,EAAE,OAAO,EAC7D,OAAO,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,2CAA2C,EAC5G,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-logs-values.ts
|
|
4
|
+
const RenderListLogsValuesInput = zod.z.object({
|
|
5
|
+
host: zod.z.array(zod.z.string()).describe("Filter request logs by their host. Wildcards and regex are supported.").optional(),
|
|
6
|
+
path: zod.z.array(zod.z.string()).describe("Filter request logs by their path. Wildcards and regex are supported.").optional(),
|
|
7
|
+
task: zod.z.array(zod.z.string()).describe("Filter logs by their task(s)").optional(),
|
|
8
|
+
text: zod.z.array(zod.z.string()).describe("Filter by the text of the logs. Wildcards and regex are supported.").optional(),
|
|
9
|
+
type: zod.z.array(zod.z.string()).describe("Filter logs by their type. Types include `app` for application logs, `request` for request logs, and `build` for build logs.").optional(),
|
|
10
|
+
label: zod.z.enum([
|
|
11
|
+
"instance",
|
|
12
|
+
"host",
|
|
13
|
+
"statusCode",
|
|
14
|
+
"method",
|
|
15
|
+
"level",
|
|
16
|
+
"type"
|
|
17
|
+
]).describe("The label to query logs for (instance, host, statusCode, method, level, or type)"),
|
|
18
|
+
level: zod.z.array(zod.z.string()).describe("Filter logs by their severity level. Wildcards and regex are supported.").optional(),
|
|
19
|
+
limit: zod.z.number().int().describe("The maximum number of items to return. Defaults to 20.").optional(),
|
|
20
|
+
method: zod.z.array(zod.z.string()).describe("Filter request logs by their requests method. Wildcards and regex are supported.").optional(),
|
|
21
|
+
endTime: zod.z.string().describe("Epoch/Unix timestamp of end of time range to return. Defaults to `now()`.").optional(),
|
|
22
|
+
ownerId: zod.z.string().describe("The ID of the workspace to return log label values for"),
|
|
23
|
+
taskRun: zod.z.array(zod.z.string()).describe("Filter logs by their task run id(s)").optional(),
|
|
24
|
+
instance: zod.z.array(zod.z.string()).describe("Filter logs by the instance they were emitted from. An instance is the id of a specific running server.").optional(),
|
|
25
|
+
resource: zod.z.array(zod.z.string()).describe("Filter logs by their resource. A resource is the id of a server, cronjob, job, postgres, redis, or workflow."),
|
|
26
|
+
direction: zod.z.enum(["forward", "backward"]).describe("Direction to query logs. Backward returns most recent logs first.").optional(),
|
|
27
|
+
startTime: zod.z.string().describe("Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`.").optional(),
|
|
28
|
+
statusCode: zod.z.array(zod.z.string()).describe("Filter request logs by their status code. Wildcards and regex are supported.").optional()
|
|
29
|
+
}).describe("Request model for listing log label values.");
|
|
30
|
+
const RenderListLogsValuesOutput = zod.z.object({ values: zod.z.array(zod.z.string()).describe("An array of possible values for the specified log label") }).describe("Response model for listing log label values.");
|
|
31
|
+
const renderListLogsValues = require_action.action("RENDER_LIST_LOGS_VALUES", {
|
|
32
|
+
slug: "render-list-logs-values",
|
|
33
|
+
name: "List Log Label Values",
|
|
34
|
+
description: "Tool to list log label values for a workspace. Use when you need to discover possible values for a specific log label (instance, host, statusCode, method, level, or type) within a time range.",
|
|
35
|
+
input: RenderListLogsValuesInput,
|
|
36
|
+
output: RenderListLogsValuesOutput
|
|
37
|
+
});
|
|
38
|
+
//#endregion
|
|
39
|
+
exports.renderListLogsValues = renderListLogsValues;
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=list-logs-values.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-logs-values.cjs","names":["z","action"],"sources":["../../src/actions/list-logs-values.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListLogsValuesInput: z.ZodTypeAny = z.object({\n host: z.array(z.string()).describe(\"Filter request logs by their host. Wildcards and regex are supported.\").optional(),\n path: z.array(z.string()).describe(\"Filter request logs by their path. Wildcards and regex are supported.\").optional(),\n task: z.array(z.string()).describe(\"Filter logs by their task(s)\").optional(),\n text: z.array(z.string()).describe(\"Filter by the text of the logs. Wildcards and regex are supported.\").optional(),\n type: z.array(z.string()).describe(\"Filter logs by their type. Types include `app` for application logs, `request` for request logs, and `build` for build logs.\").optional(),\n label: z.enum([\"instance\", \"host\", \"statusCode\", \"method\", \"level\", \"type\"]).describe(\"The label to query logs for (instance, host, statusCode, method, level, or type)\"),\n level: z.array(z.string()).describe(\"Filter logs by their severity level. Wildcards and regex are supported.\").optional(),\n limit: z.number().int().describe(\"The maximum number of items to return. Defaults to 20.\").optional(),\n method: z.array(z.string()).describe(\"Filter request logs by their requests method. Wildcards and regex are supported.\").optional(),\n endTime: z.string().describe(\"Epoch/Unix timestamp of end of time range to return. Defaults to `now()`.\").optional(),\n ownerId: z.string().describe(\"The ID of the workspace to return log label values for\"),\n taskRun: z.array(z.string()).describe(\"Filter logs by their task run id(s)\").optional(),\n instance: z.array(z.string()).describe(\"Filter logs by the instance they were emitted from. An instance is the id of a specific running server.\").optional(),\n resource: z.array(z.string()).describe(\"Filter logs by their resource. A resource is the id of a server, cronjob, job, postgres, redis, or workflow.\"),\n direction: z.enum([\"forward\", \"backward\"]).describe(\"Direction to query logs. Backward returns most recent logs first.\").optional(),\n startTime: z.string().describe(\"Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`.\").optional(),\n statusCode: z.array(z.string()).describe(\"Filter request logs by their status code. Wildcards and regex are supported.\").optional(),\n}).describe(\"Request model for listing log label values.\");\nexport const RenderListLogsValuesOutput: z.ZodTypeAny = z.object({\n values: z.array(z.string()).describe(\"An array of possible values for the specified log label\"),\n}).describe(\"Response model for listing log label values.\");\n\nexport const renderListLogsValues = action(\"RENDER_LIST_LOGS_VALUES\", {\n slug: \"render-list-logs-values\",\n name: \"List Log Label Values\",\n description: \"Tool to list log label values for a workspace. Use when you need to discover possible values for a specific log label (instance, host, statusCode, method, level, or type) within a time range.\",\n input: RenderListLogsValuesInput,\n output: RenderListLogsValuesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CACrH,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CACrH,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC5E,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAClH,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8HAA8H,CAAC,CAAC,SAAS;CAC5K,OAAOA,IAAAA,EAAE,KAAK;EAAC;EAAY;EAAQ;EAAc;EAAU;EAAS;CAAM,CAAC,CAAC,CAAC,SAAS,kFAAkF;CACxK,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACxH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CACpG,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CAClI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CACnH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACrF,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACtF,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CAC3J,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8GAA8G;CACrJ,WAAWA,IAAAA,EAAE,KAAK,CAAC,WAAW,UAAU,CAAC,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAClI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAChI,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;AACpI,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yDAAyD,EAChG,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-logs-values.d.ts
|
|
4
|
+
declare const RenderListLogsValuesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListLogsValuesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListLogsValues: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListLogsValues };
|
|
9
|
+
//# sourceMappingURL=list-logs-values.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-logs-values.d.cts","names":[],"sources":["../../src/actions/list-logs-values.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAkBgB;AAAA,cAC7C,0BAAA,EAA4B,CAAA,CAAE,UAEgB;AAAA,cAE9C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-logs-values.d.ts
|
|
4
|
+
declare const RenderListLogsValuesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListLogsValuesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListLogsValues: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListLogsValues };
|
|
9
|
+
//# sourceMappingURL=list-logs-values.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-logs-values.d.mts","names":[],"sources":["../../src/actions/list-logs-values.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAkBgB;AAAA,cAC7C,0BAAA,EAA4B,CAAA,CAAE,UAEgB;AAAA,cAE9C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const renderListLogsValues = action("RENDER_LIST_LOGS_VALUES", {
|
|
4
|
+
slug: "render-list-logs-values",
|
|
5
|
+
name: "List Log Label Values",
|
|
6
|
+
description: "Tool to list log label values for a workspace. Use when you need to discover possible values for a specific log label (instance, host, statusCode, method, level, or type) within a time range.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
host: z.array(z.string()).describe("Filter request logs by their host. Wildcards and regex are supported.").optional(),
|
|
9
|
+
path: z.array(z.string()).describe("Filter request logs by their path. Wildcards and regex are supported.").optional(),
|
|
10
|
+
task: z.array(z.string()).describe("Filter logs by their task(s)").optional(),
|
|
11
|
+
text: z.array(z.string()).describe("Filter by the text of the logs. Wildcards and regex are supported.").optional(),
|
|
12
|
+
type: z.array(z.string()).describe("Filter logs by their type. Types include `app` for application logs, `request` for request logs, and `build` for build logs.").optional(),
|
|
13
|
+
label: z.enum([
|
|
14
|
+
"instance",
|
|
15
|
+
"host",
|
|
16
|
+
"statusCode",
|
|
17
|
+
"method",
|
|
18
|
+
"level",
|
|
19
|
+
"type"
|
|
20
|
+
]).describe("The label to query logs for (instance, host, statusCode, method, level, or type)"),
|
|
21
|
+
level: z.array(z.string()).describe("Filter logs by their severity level. Wildcards and regex are supported.").optional(),
|
|
22
|
+
limit: z.number().int().describe("The maximum number of items to return. Defaults to 20.").optional(),
|
|
23
|
+
method: z.array(z.string()).describe("Filter request logs by their requests method. Wildcards and regex are supported.").optional(),
|
|
24
|
+
endTime: z.string().describe("Epoch/Unix timestamp of end of time range to return. Defaults to `now()`.").optional(),
|
|
25
|
+
ownerId: z.string().describe("The ID of the workspace to return log label values for"),
|
|
26
|
+
taskRun: z.array(z.string()).describe("Filter logs by their task run id(s)").optional(),
|
|
27
|
+
instance: z.array(z.string()).describe("Filter logs by the instance they were emitted from. An instance is the id of a specific running server.").optional(),
|
|
28
|
+
resource: z.array(z.string()).describe("Filter logs by their resource. A resource is the id of a server, cronjob, job, postgres, redis, or workflow."),
|
|
29
|
+
direction: z.enum(["forward", "backward"]).describe("Direction to query logs. Backward returns most recent logs first.").optional(),
|
|
30
|
+
startTime: z.string().describe("Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`.").optional(),
|
|
31
|
+
statusCode: z.array(z.string()).describe("Filter request logs by their status code. Wildcards and regex are supported.").optional()
|
|
32
|
+
}).describe("Request model for listing log label values."),
|
|
33
|
+
output: z.object({ values: z.array(z.string()).describe("An array of possible values for the specified log label") }).describe("Response model for listing log label values.")
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
export { renderListLogsValues };
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=list-logs-values.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-logs-values.mjs","names":[],"sources":["../../src/actions/list-logs-values.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListLogsValuesInput: z.ZodTypeAny = z.object({\n host: z.array(z.string()).describe(\"Filter request logs by their host. Wildcards and regex are supported.\").optional(),\n path: z.array(z.string()).describe(\"Filter request logs by their path. Wildcards and regex are supported.\").optional(),\n task: z.array(z.string()).describe(\"Filter logs by their task(s)\").optional(),\n text: z.array(z.string()).describe(\"Filter by the text of the logs. Wildcards and regex are supported.\").optional(),\n type: z.array(z.string()).describe(\"Filter logs by their type. Types include `app` for application logs, `request` for request logs, and `build` for build logs.\").optional(),\n label: z.enum([\"instance\", \"host\", \"statusCode\", \"method\", \"level\", \"type\"]).describe(\"The label to query logs for (instance, host, statusCode, method, level, or type)\"),\n level: z.array(z.string()).describe(\"Filter logs by their severity level. Wildcards and regex are supported.\").optional(),\n limit: z.number().int().describe(\"The maximum number of items to return. Defaults to 20.\").optional(),\n method: z.array(z.string()).describe(\"Filter request logs by their requests method. Wildcards and regex are supported.\").optional(),\n endTime: z.string().describe(\"Epoch/Unix timestamp of end of time range to return. Defaults to `now()`.\").optional(),\n ownerId: z.string().describe(\"The ID of the workspace to return log label values for\"),\n taskRun: z.array(z.string()).describe(\"Filter logs by their task run id(s)\").optional(),\n instance: z.array(z.string()).describe(\"Filter logs by the instance they were emitted from. An instance is the id of a specific running server.\").optional(),\n resource: z.array(z.string()).describe(\"Filter logs by their resource. A resource is the id of a server, cronjob, job, postgres, redis, or workflow.\"),\n direction: z.enum([\"forward\", \"backward\"]).describe(\"Direction to query logs. Backward returns most recent logs first.\").optional(),\n startTime: z.string().describe(\"Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`.\").optional(),\n statusCode: z.array(z.string()).describe(\"Filter request logs by their status code. Wildcards and regex are supported.\").optional(),\n}).describe(\"Request model for listing log label values.\");\nexport const RenderListLogsValuesOutput: z.ZodTypeAny = z.object({\n values: z.array(z.string()).describe(\"An array of possible values for the specified log label\"),\n}).describe(\"Response model for listing log label values.\");\n\nexport const renderListLogsValues = action(\"RENDER_LIST_LOGS_VALUES\", {\n slug: \"render-list-logs-values\",\n name: \"List Log Label Values\",\n description: \"Tool to list log label values for a workspace. Use when you need to discover possible values for a specific log label (instance, host, statusCode, method, level, or type) within a time range.\",\n input: RenderListLogsValuesInput,\n output: RenderListLogsValuesOutput,\n});\n"],"mappings":";;AA2BA,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA3BqD,EAAE,OAAO;EAC9D,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;EACrH,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;EACrH,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EAC5E,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;EAClH,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8HAA8H,CAAC,CAAC,SAAS;EAC5K,OAAO,EAAE,KAAK;GAAC;GAAY;GAAQ;GAAc;GAAU;GAAS;EAAM,CAAC,CAAC,CAAC,SAAS,kFAAkF;EACxK,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;EACxH,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;EACpG,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;EAClI,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EACnH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACrF,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EACtF,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;EAC3J,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8GAA8G;EACrJ,WAAW,EAAE,KAAK,CAAC,WAAW,UAAU,CAAC,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;EAClI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;EAChI,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CACpI,CAAC,CAAC,CAAC,SAAS,6CASH;CACP,QATsD,EAAE,OAAO,EAC/D,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yDAAyD,EAChG,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-logs.ts
|
|
4
|
+
const RenderListLogsInput = zod.z.object({
|
|
5
|
+
host: zod.z.array(zod.z.string()).describe("Filter request logs by their host. Wildcards and regex are supported.").optional(),
|
|
6
|
+
path: zod.z.array(zod.z.string()).describe("Filter request logs by their path. Wildcards and regex are supported.").optional(),
|
|
7
|
+
task: zod.z.array(zod.z.string()).describe("Filter logs by their task(s).").optional(),
|
|
8
|
+
text: zod.z.array(zod.z.string()).describe("Filter by the text of the logs. Wildcards and regex are supported.").optional(),
|
|
9
|
+
type: zod.z.array(zod.z.string()).describe("Filter logs by their type. Types include `app` for application logs, `request` for request logs, and `build` for build logs. You can find the full set of types available for a query by using the `GET /logs/values` endpoint.").optional(),
|
|
10
|
+
level: zod.z.array(zod.z.string()).describe("Filter logs by their severity level. Wildcards and regex are supported.").optional(),
|
|
11
|
+
limit: zod.z.number().int().default(20).describe("The maximum number of items to return. For details, see Pagination.").optional(),
|
|
12
|
+
method: zod.z.array(zod.z.string()).describe("Filter request logs by their requests method. Wildcards and regex are supported.").optional(),
|
|
13
|
+
endTime: zod.z.string().describe("Epoch/Unix timestamp of end of time range to return. Defaults to `now()`.").optional(),
|
|
14
|
+
ownerId: zod.z.string().describe("The ID of the workspace to return logs for. Required."),
|
|
15
|
+
taskRun: zod.z.array(zod.z.string()).describe("Filter logs by their task run id(s).").optional(),
|
|
16
|
+
instance: zod.z.array(zod.z.string()).describe("Filter logs by the instance they were emitted from. An instance is the id of a specific running server.").optional(),
|
|
17
|
+
resource: zod.z.array(zod.z.string()).describe("Filter logs by their resource. A resource is the id of a server, cronjob, job, postgres, redis, or workflow. Required."),
|
|
18
|
+
direction: zod.z.enum(["forward", "backward"]).default("backward").describe("Direction to query logs. Backward returns most recent logs first, forward starts with oldest.").optional(),
|
|
19
|
+
startTime: zod.z.string().describe("Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`.").optional(),
|
|
20
|
+
statusCode: zod.z.array(zod.z.string()).describe("Filter request logs by their status code. Wildcards and regex are supported.").optional()
|
|
21
|
+
}).describe("Request model for listing logs with filtering options.");
|
|
22
|
+
const RenderListLogs_LabelSchema = zod.z.object({
|
|
23
|
+
name: zod.z.string().describe("The name of the label."),
|
|
24
|
+
value: zod.z.union([
|
|
25
|
+
zod.z.string(),
|
|
26
|
+
zod.z.number().int(),
|
|
27
|
+
zod.z.number(),
|
|
28
|
+
zod.z.boolean()
|
|
29
|
+
])
|
|
30
|
+
}).describe("Represents a single label with name and value.");
|
|
31
|
+
const RenderListLogs_LogEntrySchema = zod.z.object({
|
|
32
|
+
id: zod.z.string().describe("Unique identifier for the log entry."),
|
|
33
|
+
labels: zod.z.array(RenderListLogs_LabelSchema).describe("List of labels containing metadata about the log entry."),
|
|
34
|
+
message: zod.z.string().describe("The log message content."),
|
|
35
|
+
timestamp: zod.z.string().describe("Timestamp when the log was created.")
|
|
36
|
+
}).describe("Represents a single log entry with metadata.");
|
|
37
|
+
const RenderListLogsOutput = zod.z.object({
|
|
38
|
+
logs: zod.z.array(RenderListLogs_LogEntrySchema).describe("List of log entries."),
|
|
39
|
+
hasMore: zod.z.boolean().describe("True if there are more logs to fetch beyond this response."),
|
|
40
|
+
nextEndTime: zod.z.string().describe("The end time to use in the next query to fetch the next set of logs."),
|
|
41
|
+
nextStartTime: zod.z.string().describe("The start time to use in the next query to fetch the next set of logs.")
|
|
42
|
+
}).describe("Response model for listing logs with pagination metadata.");
|
|
43
|
+
const renderListLogs = require_action.action("RENDER_LIST_LOGS", {
|
|
44
|
+
slug: "render-list-logs",
|
|
45
|
+
name: "List Logs",
|
|
46
|
+
description: "Tool to list logs for a specific workspace and resource. Use when you need to retrieve logs for services, databases, or other resources, with support for filtering by time range, log type, severity level, and text content. Wildcards and regex patterns are supported for most text filters.",
|
|
47
|
+
input: RenderListLogsInput,
|
|
48
|
+
output: RenderListLogsOutput
|
|
49
|
+
});
|
|
50
|
+
//#endregion
|
|
51
|
+
exports.renderListLogs = renderListLogs;
|
|
52
|
+
|
|
53
|
+
//# sourceMappingURL=list-logs.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-logs.cjs","names":["z","action"],"sources":["../../src/actions/list-logs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListLogsInput: z.ZodTypeAny = z.object({\n host: z.array(z.string()).describe(\"Filter request logs by their host. Wildcards and regex are supported.\").optional(),\n path: z.array(z.string()).describe(\"Filter request logs by their path. Wildcards and regex are supported.\").optional(),\n task: z.array(z.string()).describe(\"Filter logs by their task(s).\").optional(),\n text: z.array(z.string()).describe(\"Filter by the text of the logs. Wildcards and regex are supported.\").optional(),\n type: z.array(z.string()).describe(\"Filter logs by their type. Types include `app` for application logs, `request` for request logs, and `build` for build logs. You can find the full set of types available for a query by using the `GET /logs/values` endpoint.\").optional(),\n level: z.array(z.string()).describe(\"Filter logs by their severity level. Wildcards and regex are supported.\").optional(),\n limit: z.number().int().default(20).describe(\"The maximum number of items to return. For details, see Pagination.\").optional(),\n method: z.array(z.string()).describe(\"Filter request logs by their requests method. Wildcards and regex are supported.\").optional(),\n endTime: z.string().describe(\"Epoch/Unix timestamp of end of time range to return. Defaults to `now()`.\").optional(),\n ownerId: z.string().describe(\"The ID of the workspace to return logs for. Required.\"),\n taskRun: z.array(z.string()).describe(\"Filter logs by their task run id(s).\").optional(),\n instance: z.array(z.string()).describe(\"Filter logs by the instance they were emitted from. An instance is the id of a specific running server.\").optional(),\n resource: z.array(z.string()).describe(\"Filter logs by their resource. A resource is the id of a server, cronjob, job, postgres, redis, or workflow. Required.\"),\n direction: z.enum([\"forward\", \"backward\"]).default(\"backward\").describe(\"Direction to query logs. Backward returns most recent logs first, forward starts with oldest.\").optional(),\n startTime: z.string().describe(\"Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`.\").optional(),\n statusCode: z.array(z.string()).describe(\"Filter request logs by their status code. Wildcards and regex are supported.\").optional(),\n}).describe(\"Request model for listing logs with filtering options.\");\nconst RenderListLogs_LabelSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the label.\"),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]),\n}).describe(\"Represents a single label with name and value.\");\nconst RenderListLogs_LogEntrySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the log entry.\"),\n labels: z.array(RenderListLogs_LabelSchema).describe(\"List of labels containing metadata about the log entry.\"),\n message: z.string().describe(\"The log message content.\"),\n timestamp: z.string().describe(\"Timestamp when the log was created.\"),\n}).describe(\"Represents a single log entry with metadata.\");\nexport const RenderListLogsOutput: z.ZodTypeAny = z.object({\n logs: z.array(RenderListLogs_LogEntrySchema).describe(\"List of log entries.\"),\n hasMore: z.boolean().describe(\"True if there are more logs to fetch beyond this response.\"),\n nextEndTime: z.string().describe(\"The end time to use in the next query to fetch the next set of logs.\"),\n nextStartTime: z.string().describe(\"The start time to use in the next query to fetch the next set of logs.\"),\n}).describe(\"Response model for listing logs with pagination metadata.\");\n\nexport const renderListLogs = action(\"RENDER_LIST_LOGS\", {\n slug: \"render-list-logs\",\n name: \"List Logs\",\n description: \"Tool to list logs for a specific workspace and resource. Use when you need to retrieve logs for services, databases, or other resources, with support for filtering by time range, log type, severity level, and text content. Wildcards and regex patterns are supported for most text filters.\",\n input: RenderListLogsInput,\n output: RenderListLogsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoCA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CACrH,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CACrH,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC7E,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAClH,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iOAAiO,CAAC,CAAC,SAAS;CAC/Q,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACxH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CAC7H,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CAClI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CACnH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACpF,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACvF,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CAC3J,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wHAAwH;CAC/J,WAAWA,IAAAA,EAAE,KAAK,CAAC,WAAW,UAAU,CAAC,CAAC,CAAC,QAAQ,UAAU,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CAClL,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAChI,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;AACpI,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,6BAA2CA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,OAAOA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;EAAGA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,QAAQ;CAAC,CAAC;AACxE,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,gCAA8CA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,QAAQA,IAAAA,EAAE,MAAM,0BAA0B,CAAC,CAAC,SAAS,yDAAyD;CAC9G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACvD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;AACtE,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,MAAMA,IAAAA,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,sBAAsB;CAC5E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CACvG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;AAC7G,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,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/list-logs.d.ts
|
|
4
|
+
declare const RenderListLogsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListLogsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListLogs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListLogs };
|
|
9
|
+
//# sourceMappingURL=list-logs.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-logs.d.cts","names":[],"sources":["../../src/actions/list-logs.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAiBiC;AAAA,cAWxD,oBAAA,EAAsB,CAAA,CAAE,UAKmC;AAAA,cAE3D,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-logs.d.ts
|
|
4
|
+
declare const RenderListLogsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListLogsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListLogs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListLogs };
|
|
9
|
+
//# sourceMappingURL=list-logs.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-logs.d.mts","names":[],"sources":["../../src/actions/list-logs.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAiBiC;AAAA,cAWxD,oBAAA,EAAsB,CAAA,CAAE,UAKmC;AAAA,cAE3D,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-logs.ts
|
|
4
|
+
const RenderListLogsInput = z.object({
|
|
5
|
+
host: z.array(z.string()).describe("Filter request logs by their host. Wildcards and regex are supported.").optional(),
|
|
6
|
+
path: z.array(z.string()).describe("Filter request logs by their path. Wildcards and regex are supported.").optional(),
|
|
7
|
+
task: z.array(z.string()).describe("Filter logs by their task(s).").optional(),
|
|
8
|
+
text: z.array(z.string()).describe("Filter by the text of the logs. Wildcards and regex are supported.").optional(),
|
|
9
|
+
type: z.array(z.string()).describe("Filter logs by their type. Types include `app` for application logs, `request` for request logs, and `build` for build logs. You can find the full set of types available for a query by using the `GET /logs/values` endpoint.").optional(),
|
|
10
|
+
level: z.array(z.string()).describe("Filter logs by their severity level. Wildcards and regex are supported.").optional(),
|
|
11
|
+
limit: z.number().int().default(20).describe("The maximum number of items to return. For details, see Pagination.").optional(),
|
|
12
|
+
method: z.array(z.string()).describe("Filter request logs by their requests method. Wildcards and regex are supported.").optional(),
|
|
13
|
+
endTime: z.string().describe("Epoch/Unix timestamp of end of time range to return. Defaults to `now()`.").optional(),
|
|
14
|
+
ownerId: z.string().describe("The ID of the workspace to return logs for. Required."),
|
|
15
|
+
taskRun: z.array(z.string()).describe("Filter logs by their task run id(s).").optional(),
|
|
16
|
+
instance: z.array(z.string()).describe("Filter logs by the instance they were emitted from. An instance is the id of a specific running server.").optional(),
|
|
17
|
+
resource: z.array(z.string()).describe("Filter logs by their resource. A resource is the id of a server, cronjob, job, postgres, redis, or workflow. Required."),
|
|
18
|
+
direction: z.enum(["forward", "backward"]).default("backward").describe("Direction to query logs. Backward returns most recent logs first, forward starts with oldest.").optional(),
|
|
19
|
+
startTime: z.string().describe("Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`.").optional(),
|
|
20
|
+
statusCode: z.array(z.string()).describe("Filter request logs by their status code. Wildcards and regex are supported.").optional()
|
|
21
|
+
}).describe("Request model for listing logs with filtering options.");
|
|
22
|
+
const RenderListLogs_LabelSchema = z.object({
|
|
23
|
+
name: z.string().describe("The name of the label."),
|
|
24
|
+
value: z.union([
|
|
25
|
+
z.string(),
|
|
26
|
+
z.number().int(),
|
|
27
|
+
z.number(),
|
|
28
|
+
z.boolean()
|
|
29
|
+
])
|
|
30
|
+
}).describe("Represents a single label with name and value.");
|
|
31
|
+
const RenderListLogs_LogEntrySchema = z.object({
|
|
32
|
+
id: z.string().describe("Unique identifier for the log entry."),
|
|
33
|
+
labels: z.array(RenderListLogs_LabelSchema).describe("List of labels containing metadata about the log entry."),
|
|
34
|
+
message: z.string().describe("The log message content."),
|
|
35
|
+
timestamp: z.string().describe("Timestamp when the log was created.")
|
|
36
|
+
}).describe("Represents a single log entry with metadata.");
|
|
37
|
+
const renderListLogs = action("RENDER_LIST_LOGS", {
|
|
38
|
+
slug: "render-list-logs",
|
|
39
|
+
name: "List Logs",
|
|
40
|
+
description: "Tool to list logs for a specific workspace and resource. Use when you need to retrieve logs for services, databases, or other resources, with support for filtering by time range, log type, severity level, and text content. Wildcards and regex patterns are supported for most text filters.",
|
|
41
|
+
input: RenderListLogsInput,
|
|
42
|
+
output: z.object({
|
|
43
|
+
logs: z.array(RenderListLogs_LogEntrySchema).describe("List of log entries."),
|
|
44
|
+
hasMore: z.boolean().describe("True if there are more logs to fetch beyond this response."),
|
|
45
|
+
nextEndTime: z.string().describe("The end time to use in the next query to fetch the next set of logs."),
|
|
46
|
+
nextStartTime: z.string().describe("The start time to use in the next query to fetch the next set of logs.")
|
|
47
|
+
}).describe("Response model for listing logs with pagination metadata.")
|
|
48
|
+
});
|
|
49
|
+
//#endregion
|
|
50
|
+
export { renderListLogs };
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=list-logs.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-logs.mjs","names":[],"sources":["../../src/actions/list-logs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListLogsInput: z.ZodTypeAny = z.object({\n host: z.array(z.string()).describe(\"Filter request logs by their host. Wildcards and regex are supported.\").optional(),\n path: z.array(z.string()).describe(\"Filter request logs by their path. Wildcards and regex are supported.\").optional(),\n task: z.array(z.string()).describe(\"Filter logs by their task(s).\").optional(),\n text: z.array(z.string()).describe(\"Filter by the text of the logs. Wildcards and regex are supported.\").optional(),\n type: z.array(z.string()).describe(\"Filter logs by their type. Types include `app` for application logs, `request` for request logs, and `build` for build logs. You can find the full set of types available for a query by using the `GET /logs/values` endpoint.\").optional(),\n level: z.array(z.string()).describe(\"Filter logs by their severity level. Wildcards and regex are supported.\").optional(),\n limit: z.number().int().default(20).describe(\"The maximum number of items to return. For details, see Pagination.\").optional(),\n method: z.array(z.string()).describe(\"Filter request logs by their requests method. Wildcards and regex are supported.\").optional(),\n endTime: z.string().describe(\"Epoch/Unix timestamp of end of time range to return. Defaults to `now()`.\").optional(),\n ownerId: z.string().describe(\"The ID of the workspace to return logs for. Required.\"),\n taskRun: z.array(z.string()).describe(\"Filter logs by their task run id(s).\").optional(),\n instance: z.array(z.string()).describe(\"Filter logs by the instance they were emitted from. An instance is the id of a specific running server.\").optional(),\n resource: z.array(z.string()).describe(\"Filter logs by their resource. A resource is the id of a server, cronjob, job, postgres, redis, or workflow. Required.\"),\n direction: z.enum([\"forward\", \"backward\"]).default(\"backward\").describe(\"Direction to query logs. Backward returns most recent logs first, forward starts with oldest.\").optional(),\n startTime: z.string().describe(\"Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`.\").optional(),\n statusCode: z.array(z.string()).describe(\"Filter request logs by their status code. Wildcards and regex are supported.\").optional(),\n}).describe(\"Request model for listing logs with filtering options.\");\nconst RenderListLogs_LabelSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the label.\"),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]),\n}).describe(\"Represents a single label with name and value.\");\nconst RenderListLogs_LogEntrySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the log entry.\"),\n labels: z.array(RenderListLogs_LabelSchema).describe(\"List of labels containing metadata about the log entry.\"),\n message: z.string().describe(\"The log message content.\"),\n timestamp: z.string().describe(\"Timestamp when the log was created.\"),\n}).describe(\"Represents a single log entry with metadata.\");\nexport const RenderListLogsOutput: z.ZodTypeAny = z.object({\n logs: z.array(RenderListLogs_LogEntrySchema).describe(\"List of log entries.\"),\n hasMore: z.boolean().describe(\"True if there are more logs to fetch beyond this response.\"),\n nextEndTime: z.string().describe(\"The end time to use in the next query to fetch the next set of logs.\"),\n nextStartTime: z.string().describe(\"The start time to use in the next query to fetch the next set of logs.\"),\n}).describe(\"Response model for listing logs with pagination metadata.\");\n\nexport const renderListLogs = action(\"RENDER_LIST_LOGS\", {\n slug: \"render-list-logs\",\n name: \"List Logs\",\n description: \"Tool to list logs for a specific workspace and resource. Use when you need to retrieve logs for services, databases, or other resources, with support for filtering by time range, log type, severity level, and text content. Wildcards and regex patterns are supported for most text filters.\",\n input: RenderListLogsInput,\n output: RenderListLogsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoC,EAAE,OAAO;CACxD,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CACrH,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CACrH,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC7E,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAClH,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iOAAiO,CAAC,CAAC,SAAS;CAC/Q,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACxH,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CAC7H,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CAClI,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CACnH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACpF,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACvF,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CAC3J,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wHAAwH;CAC/J,WAAW,EAAE,KAAK,CAAC,WAAW,UAAU,CAAC,CAAC,CAAC,QAAQ,UAAU,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CAClL,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAChI,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;AACpI,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,6BAA2C,EAAE,OAAO;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,OAAO,EAAE,MAAM;EAAC,EAAE,OAAO;EAAG,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO;EAAG,EAAE,QAAQ;CAAC,CAAC;AACxE,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,gCAA8C,EAAE,OAAO;CAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,QAAQ,EAAE,MAAM,0BAA0B,CAAC,CAAC,SAAS,yDAAyD;CAC9G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACvD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;AACtE,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAQ1D,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZgD,EAAE,OAAO;EACzD,MAAM,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,sBAAsB;EAC5E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;EAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;EACvG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CAC7G,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-maintenance.ts
|
|
4
|
+
const RenderListMaintenanceInput = zod.z.object({
|
|
5
|
+
state: zod.z.array(zod.z.enum([
|
|
6
|
+
"scheduled",
|
|
7
|
+
"in_progress",
|
|
8
|
+
"user_fix_required",
|
|
9
|
+
"cancelled",
|
|
10
|
+
"succeeded",
|
|
11
|
+
"failed"
|
|
12
|
+
]).describe("Possible states for a maintenance run.")).describe("Filter by maintenance run state(s)").optional(),
|
|
13
|
+
ownerId: zod.z.array(zod.z.string()).describe("Filter by workspace/owner IDs to return resources for").optional(),
|
|
14
|
+
resourceId: zod.z.array(zod.z.string()).describe("Filter by resource IDs (service, Postgres, or Redis instance IDs)").optional()
|
|
15
|
+
}).describe("Request model for listing maintenance runs. All parameters are optional.");
|
|
16
|
+
const RenderListMaintenance_MaintenanceStateSchema = zod.z.enum([
|
|
17
|
+
"scheduled",
|
|
18
|
+
"in_progress",
|
|
19
|
+
"user_fix_required",
|
|
20
|
+
"cancelled",
|
|
21
|
+
"succeeded",
|
|
22
|
+
"failed"
|
|
23
|
+
]).describe("Possible states for a maintenance run.");
|
|
24
|
+
const RenderListMaintenance_MaintenanceRunSchema = zod.z.object({
|
|
25
|
+
id: zod.z.string().describe("Unique identifier for the maintenance run"),
|
|
26
|
+
type: zod.z.string().describe("Type of maintenance"),
|
|
27
|
+
state: RenderListMaintenance_MaintenanceStateSchema.nullable(),
|
|
28
|
+
resourceId: zod.z.string().describe("ID of the resource undergoing maintenance (service, Postgres, or Redis instance)"),
|
|
29
|
+
scheduledAt: zod.z.string().describe("ISO 8601 timestamp when maintenance is scheduled"),
|
|
30
|
+
pendingMaintenanceBy: zod.z.string().describe("If present, the maintenance run cannot be scheduled later than this ISO 8601 timestamp").nullable().optional()
|
|
31
|
+
}).describe("Represents a maintenance run in Render.");
|
|
32
|
+
const RenderListMaintenanceOutput = zod.z.object({ maintenance_runs: zod.z.array(RenderListMaintenance_MaintenanceRunSchema).describe("List of maintenance runs matching the filters") }).describe("Response model for listing maintenance runs.");
|
|
33
|
+
const renderListMaintenance = require_action.action("RENDER_LIST_MAINTENANCE", {
|
|
34
|
+
slug: "render-list-maintenance",
|
|
35
|
+
name: "List Maintenance Runs",
|
|
36
|
+
description: "Tool to list maintenance runs. Use when you need to retrieve scheduled or past maintenance activities for services and database instances.",
|
|
37
|
+
input: RenderListMaintenanceInput,
|
|
38
|
+
output: RenderListMaintenanceOutput
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
exports.renderListMaintenance = renderListMaintenance;
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=list-maintenance.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-maintenance.cjs","names":["z","action"],"sources":["../../src/actions/list-maintenance.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListMaintenanceInput: z.ZodTypeAny = z.object({\n state: z.array(z.enum([\"scheduled\", \"in_progress\", \"user_fix_required\", \"cancelled\", \"succeeded\", \"failed\"]).describe(\"Possible states for a maintenance run.\")).describe(\"Filter by maintenance run state(s)\").optional(),\n ownerId: z.array(z.string()).describe(\"Filter by workspace/owner IDs to return resources for\").optional(),\n resourceId: z.array(z.string()).describe(\"Filter by resource IDs (service, Postgres, or Redis instance IDs)\").optional(),\n}).describe(\"Request model for listing maintenance runs. All parameters are optional.\");\nconst RenderListMaintenance_MaintenanceStateSchema: z.ZodTypeAny = z.enum([\"scheduled\", \"in_progress\", \"user_fix_required\", \"cancelled\", \"succeeded\", \"failed\"]).describe(\"Possible states for a maintenance run.\");\nconst RenderListMaintenance_MaintenanceRunSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the maintenance run\"),\n type: z.string().describe(\"Type of maintenance\"),\n state: RenderListMaintenance_MaintenanceStateSchema.nullable(),\n resourceId: z.string().describe(\"ID of the resource undergoing maintenance (service, Postgres, or Redis instance)\"),\n scheduledAt: z.string().describe(\"ISO 8601 timestamp when maintenance is scheduled\"),\n pendingMaintenanceBy: z.string().describe(\"If present, the maintenance run cannot be scheduled later than this ISO 8601 timestamp\").nullable().optional(),\n}).describe(\"Represents a maintenance run in Render.\");\nexport const RenderListMaintenanceOutput: z.ZodTypeAny = z.object({\n maintenance_runs: z.array(RenderListMaintenance_MaintenanceRunSchema).describe(\"List of maintenance runs matching the filters\"),\n}).describe(\"Response model for listing maintenance runs.\");\n\nexport const renderListMaintenance = action(\"RENDER_LIST_MAINTENANCE\", {\n slug: \"render-list-maintenance\",\n name: \"List Maintenance Runs\",\n description: \"Tool to list maintenance runs. Use when you need to retrieve scheduled or past maintenance activities for services and database instances.\",\n input: RenderListMaintenanceInput,\n output: RenderListMaintenanceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAa;EAAe;EAAqB;EAAa;EAAa;CAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzN,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACxG,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,+CAA6DA,IAAAA,EAAE,KAAK;CAAC;CAAa;CAAe;CAAqB;CAAa;CAAa;AAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAClN,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,OAAO,6CAA6C,SAAS;CAC7D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;CAClH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACnF,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1J,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,kBAAkBA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+CAA+C,EAChI,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-maintenance.d.ts
|
|
4
|
+
declare const RenderListMaintenanceInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListMaintenanceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListMaintenance: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListMaintenance };
|
|
9
|
+
//# sourceMappingURL=list-maintenance.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-maintenance.d.cts","names":[],"sources":["../../src/actions/list-maintenance.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAI4C;AAAA,cAU1E,2BAAA,EAA6B,CAAA,CAAE,UAEe;AAAA,cAE9C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-maintenance.d.ts
|
|
4
|
+
declare const RenderListMaintenanceInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListMaintenanceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListMaintenance: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListMaintenance };
|
|
9
|
+
//# sourceMappingURL=list-maintenance.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-maintenance.d.mts","names":[],"sources":["../../src/actions/list-maintenance.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAI4C;AAAA,cAU1E,2BAAA,EAA6B,CAAA,CAAE,UAEe;AAAA,cAE9C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|