@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,42 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-maintenance.ts
|
|
4
|
+
const RenderListMaintenanceInput = z.object({
|
|
5
|
+
state: z.array(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: z.array(z.string()).describe("Filter by workspace/owner IDs to return resources for").optional(),
|
|
14
|
+
resourceId: z.array(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 = 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 = z.object({
|
|
25
|
+
id: z.string().describe("Unique identifier for the maintenance run"),
|
|
26
|
+
type: z.string().describe("Type of maintenance"),
|
|
27
|
+
state: RenderListMaintenance_MaintenanceStateSchema.nullable(),
|
|
28
|
+
resourceId: z.string().describe("ID of the resource undergoing maintenance (service, Postgres, or Redis instance)"),
|
|
29
|
+
scheduledAt: z.string().describe("ISO 8601 timestamp when maintenance is scheduled"),
|
|
30
|
+
pendingMaintenanceBy: 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 renderListMaintenance = action("RENDER_LIST_MAINTENANCE", {
|
|
33
|
+
slug: "render-list-maintenance",
|
|
34
|
+
name: "List Maintenance Runs",
|
|
35
|
+
description: "Tool to list maintenance runs. Use when you need to retrieve scheduled or past maintenance activities for services and database instances.",
|
|
36
|
+
input: RenderListMaintenanceInput,
|
|
37
|
+
output: z.object({ maintenance_runs: z.array(RenderListMaintenance_MaintenanceRunSchema).describe("List of maintenance runs matching the filters") }).describe("Response model for listing maintenance runs.")
|
|
38
|
+
});
|
|
39
|
+
//#endregion
|
|
40
|
+
export { renderListMaintenance };
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=list-maintenance.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-maintenance.mjs","names":[],"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,6BAA2C,EAAE,OAAO;CAC/D,OAAO,EAAE,MAAM,EAAE,KAAK;EAAC;EAAa;EAAe;EAAqB;EAAa;EAAa;CAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzN,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACxG,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,+CAA6D,EAAE,KAAK;CAAC;CAAa;CAAe;CAAqB;CAAa;CAAa;AAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAClN,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,OAAO,6CAA6C,SAAS;CAC7D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;CAClH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACnF,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1J,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAKrD,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+CAA+C,EAChI,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-notification-overrides.ts
|
|
4
|
+
const RenderListNotificationOverridesInput = zod.z.object({
|
|
5
|
+
limit: zod.z.number().int().default(20).describe("Maximum number of items to return (default 20, max 100)").optional(),
|
|
6
|
+
cursor: zod.z.string().describe("Pagination cursor for fetching the next page of results").optional(),
|
|
7
|
+
ownerId: zod.z.array(zod.z.string()).describe("The ID of the workspaces to return resources for").optional(),
|
|
8
|
+
serviceId: zod.z.array(zod.z.string()).describe("Filter for resources by service ID").optional()
|
|
9
|
+
}).describe("Request model for listing notification overrides. All parameters are optional.");
|
|
10
|
+
const RenderListNotificationOverrides_NotificationOverrideSchema = zod.z.object({
|
|
11
|
+
serviceId: zod.z.string().describe("The service ID for which notifications are overridden"),
|
|
12
|
+
notificationsToSend: zod.z.enum([
|
|
13
|
+
"none",
|
|
14
|
+
"failure",
|
|
15
|
+
"all"
|
|
16
|
+
]).describe("The type of notifications to send: 'none' (no notifications), 'failure' (only failure notifications), or 'all' (all notifications)"),
|
|
17
|
+
previewNotificationsEnabled: zod.z.boolean().describe("Whether preview-related notifications are enabled for this service")
|
|
18
|
+
}).describe("Represents a notification override for a specific service.");
|
|
19
|
+
const RenderListNotificationOverridesOutput = zod.z.object({
|
|
20
|
+
overrides: zod.z.array(RenderListNotificationOverrides_NotificationOverrideSchema).describe("List of notification overrides for services"),
|
|
21
|
+
next_cursor: zod.z.string().describe("Cursor to retrieve the next page of results, if any").nullable().optional()
|
|
22
|
+
}).describe("Response model for listing notification overrides. Contains a list of notification override objects.");
|
|
23
|
+
const renderListNotificationOverrides = require_action.action("RENDER_LIST_NOTIFICATION_OVERRIDES", {
|
|
24
|
+
slug: "render-list-notification-overrides",
|
|
25
|
+
name: "List Notification Overrides",
|
|
26
|
+
description: "Tool to list notification overrides for services. Use when you need to retrieve notification settings that override default notification behavior for specific services.",
|
|
27
|
+
input: RenderListNotificationOverridesInput,
|
|
28
|
+
output: RenderListNotificationOverridesOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.renderListNotificationOverrides = renderListNotificationOverrides;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=list-notification-overrides.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-notification-overrides.cjs","names":["z","action"],"sources":["../../src/actions/list-notification-overrides.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListNotificationOverridesInput: z.ZodTypeAny = z.object({\n limit: z.number().int().default(20).describe(\"Maximum number of items to return (default 20, max 100)\").optional(),\n cursor: z.string().describe(\"Pagination cursor for fetching the next page of results\").optional(),\n ownerId: z.array(z.string()).describe(\"The ID of the workspaces to return resources for\").optional(),\n serviceId: z.array(z.string()).describe(\"Filter for resources by service ID\").optional(),\n}).describe(\"Request model for listing notification overrides. All parameters are optional.\");\nconst RenderListNotificationOverrides_NotificationOverrideSchema: z.ZodTypeAny = z.object({\n serviceId: z.string().describe(\"The service ID for which notifications are overridden\"),\n notificationsToSend: z.enum([\"none\", \"failure\", \"all\"]).describe(\"The type of notifications to send: 'none' (no notifications), 'failure' (only failure notifications), or 'all' (all notifications)\"),\n previewNotificationsEnabled: z.boolean().describe(\"Whether preview-related notifications are enabled for this service\"),\n}).describe(\"Represents a notification override for a specific service.\");\nexport const RenderListNotificationOverridesOutput: z.ZodTypeAny = z.object({\n overrides: z.array(RenderListNotificationOverrides_NotificationOverrideSchema).describe(\"List of notification overrides for services\"),\n next_cursor: z.string().describe(\"Cursor to retrieve the next page of results, if any\").nullable().optional(),\n}).describe(\"Response model for listing notification overrides. Contains a list of notification override objects.\");\n\nexport const renderListNotificationOverrides = action(\"RENDER_LIST_NOTIFICATION_OVERRIDES\", {\n slug: \"render-list-notification-overrides\",\n name: \"List Notification Overrides\",\n description: \"Tool to list notification overrides for services. Use when you need to retrieve notification settings that override default notification behavior for specific services.\",\n input: RenderListNotificationOverridesInput,\n output: RenderListNotificationOverridesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACjH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAChG,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACnG,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAC5F,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACtF,qBAAqBA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAW;CAAK,CAAC,CAAC,CAAC,SAAS,oIAAoI;CACrM,6BAA6BA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE;AACxH,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,WAAWA,IAAAA,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,6CAA6C;CACrI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,sGAAsG;AAElH,MAAa,kCAAkCC,eAAAA,OAAO,sCAAsC;CAC1F,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-notification-overrides.d.ts
|
|
4
|
+
declare const RenderListNotificationOverridesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListNotificationOverridesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListNotificationOverrides: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListNotificationOverrides };
|
|
9
|
+
//# sourceMappingURL=list-notification-overrides.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-notification-overrides.d.cts","names":[],"sources":["../../src/actions/list-notification-overrides.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAKwC;AAAA,cAMhF,qCAAA,EAAuC,CAAA,CAAE,UAG6D;AAAA,cAEtG,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-notification-overrides.d.ts
|
|
4
|
+
declare const RenderListNotificationOverridesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListNotificationOverridesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListNotificationOverrides: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListNotificationOverrides };
|
|
9
|
+
//# sourceMappingURL=list-notification-overrides.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-notification-overrides.d.mts","names":[],"sources":["../../src/actions/list-notification-overrides.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAKwC;AAAA,cAMhF,qCAAA,EAAuC,CAAA,CAAE,UAG6D;AAAA,cAEtG,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-notification-overrides.ts
|
|
4
|
+
const RenderListNotificationOverridesInput = z.object({
|
|
5
|
+
limit: z.number().int().default(20).describe("Maximum number of items to return (default 20, max 100)").optional(),
|
|
6
|
+
cursor: z.string().describe("Pagination cursor for fetching the next page of results").optional(),
|
|
7
|
+
ownerId: z.array(z.string()).describe("The ID of the workspaces to return resources for").optional(),
|
|
8
|
+
serviceId: z.array(z.string()).describe("Filter for resources by service ID").optional()
|
|
9
|
+
}).describe("Request model for listing notification overrides. All parameters are optional.");
|
|
10
|
+
const RenderListNotificationOverrides_NotificationOverrideSchema = z.object({
|
|
11
|
+
serviceId: z.string().describe("The service ID for which notifications are overridden"),
|
|
12
|
+
notificationsToSend: z.enum([
|
|
13
|
+
"none",
|
|
14
|
+
"failure",
|
|
15
|
+
"all"
|
|
16
|
+
]).describe("The type of notifications to send: 'none' (no notifications), 'failure' (only failure notifications), or 'all' (all notifications)"),
|
|
17
|
+
previewNotificationsEnabled: z.boolean().describe("Whether preview-related notifications are enabled for this service")
|
|
18
|
+
}).describe("Represents a notification override for a specific service.");
|
|
19
|
+
const renderListNotificationOverrides = action("RENDER_LIST_NOTIFICATION_OVERRIDES", {
|
|
20
|
+
slug: "render-list-notification-overrides",
|
|
21
|
+
name: "List Notification Overrides",
|
|
22
|
+
description: "Tool to list notification overrides for services. Use when you need to retrieve notification settings that override default notification behavior for specific services.",
|
|
23
|
+
input: RenderListNotificationOverridesInput,
|
|
24
|
+
output: z.object({
|
|
25
|
+
overrides: z.array(RenderListNotificationOverrides_NotificationOverrideSchema).describe("List of notification overrides for services"),
|
|
26
|
+
next_cursor: z.string().describe("Cursor to retrieve the next page of results, if any").nullable().optional()
|
|
27
|
+
}).describe("Response model for listing notification overrides. Contains a list of notification override objects.")
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { renderListNotificationOverrides };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=list-notification-overrides.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-notification-overrides.mjs","names":[],"sources":["../../src/actions/list-notification-overrides.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListNotificationOverridesInput: z.ZodTypeAny = z.object({\n limit: z.number().int().default(20).describe(\"Maximum number of items to return (default 20, max 100)\").optional(),\n cursor: z.string().describe(\"Pagination cursor for fetching the next page of results\").optional(),\n ownerId: z.array(z.string()).describe(\"The ID of the workspaces to return resources for\").optional(),\n serviceId: z.array(z.string()).describe(\"Filter for resources by service ID\").optional(),\n}).describe(\"Request model for listing notification overrides. All parameters are optional.\");\nconst RenderListNotificationOverrides_NotificationOverrideSchema: z.ZodTypeAny = z.object({\n serviceId: z.string().describe(\"The service ID for which notifications are overridden\"),\n notificationsToSend: z.enum([\"none\", \"failure\", \"all\"]).describe(\"The type of notifications to send: 'none' (no notifications), 'failure' (only failure notifications), or 'all' (all notifications)\"),\n previewNotificationsEnabled: z.boolean().describe(\"Whether preview-related notifications are enabled for this service\"),\n}).describe(\"Represents a notification override for a specific service.\");\nexport const RenderListNotificationOverridesOutput: z.ZodTypeAny = z.object({\n overrides: z.array(RenderListNotificationOverrides_NotificationOverrideSchema).describe(\"List of notification overrides for services\"),\n next_cursor: z.string().describe(\"Cursor to retrieve the next page of results, if any\").nullable().optional(),\n}).describe(\"Response model for listing notification overrides. Contains a list of notification override objects.\");\n\nexport const renderListNotificationOverrides = action(\"RENDER_LIST_NOTIFICATION_OVERRIDES\", {\n slug: \"render-list-notification-overrides\",\n name: \"List Notification Overrides\",\n description: \"Tool to list notification overrides for services. Use when you need to retrieve notification settings that override default notification behavior for specific services.\",\n input: RenderListNotificationOverridesInput,\n output: RenderListNotificationOverridesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqD,EAAE,OAAO;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACjH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAChG,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACnG,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAC5F,MAAM,6DAA2E,EAAE,OAAO;CACxF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACtF,qBAAqB,EAAE,KAAK;EAAC;EAAQ;EAAW;CAAK,CAAC,CAAC,CAAC,SAAS,oIAAoI;CACrM,6BAA6B,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE;AACxH,CAAC,CAAC,CAAC,SAAS,4DAA4D;AAMxE,MAAa,kCAAkC,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAViE,EAAE,OAAO;EAC1E,WAAW,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,6CAA6C;EACrI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,CAAC,CAAC,CAAC,SAAS,sGAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-owner-members.ts
|
|
4
|
+
const RenderListOwnerMembersInput = zod.z.object({ ownerId: zod.z.string().describe("The ID of the team/workspace to retrieve members from.") }).describe("Request model for listing workspace members.");
|
|
5
|
+
const RenderListOwnerMembers_MemberRoleSchema = zod.z.enum([
|
|
6
|
+
"ADMIN",
|
|
7
|
+
"DEVELOPER",
|
|
8
|
+
"WORKSPACE_CONTRIBUTOR",
|
|
9
|
+
"WORKSPACE_BILLING",
|
|
10
|
+
"WORKSPACE_VIEWER"
|
|
11
|
+
]).describe("Workspace role for a member. Values are always returned in uppercase.");
|
|
12
|
+
const RenderListOwnerMembers_MemberStatusSchema = zod.z.enum(["active", "inactive"]).describe("Member status in the workspace.");
|
|
13
|
+
const RenderListOwnerMembers_MemberSchema = zod.z.object({
|
|
14
|
+
name: zod.z.string().describe("Name of the member."),
|
|
15
|
+
role: RenderListOwnerMembers_MemberRoleSchema.nullable(),
|
|
16
|
+
email: zod.z.string().describe("Email address of the member."),
|
|
17
|
+
status: RenderListOwnerMembers_MemberStatusSchema.nullable(),
|
|
18
|
+
userId: zod.z.string().describe("Unique identifier for the user."),
|
|
19
|
+
mfaEnabled: zod.z.boolean().describe("Whether multi-factor authentication is enabled for this member.")
|
|
20
|
+
}).describe("Represents a member of a workspace.");
|
|
21
|
+
const RenderListOwnerMembersOutput = zod.z.object({ members: zod.z.array(RenderListOwnerMembers_MemberSchema).describe("List of members in the workspace.") }).describe("Response model for listing workspace members. Contains a list of Member objects.");
|
|
22
|
+
const renderListOwnerMembers = require_action.action("RENDER_LIST_OWNER_MEMBERS", {
|
|
23
|
+
slug: "render-list-owner-members",
|
|
24
|
+
name: "List Workspace Members",
|
|
25
|
+
description: "Tool to list workspace members. Use when you need to retrieve all members of a specific workspace or team.",
|
|
26
|
+
input: RenderListOwnerMembersInput,
|
|
27
|
+
output: RenderListOwnerMembersOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.renderListOwnerMembers = renderListOwnerMembers;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=list-owner-members.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-owner-members.cjs","names":["z","action"],"sources":["../../src/actions/list-owner-members.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListOwnerMembersInput: z.ZodTypeAny = z.object({\n ownerId: z.string().describe(\"The ID of the team/workspace to retrieve members from.\"),\n}).describe(\"Request model for listing workspace members.\");\nconst RenderListOwnerMembers_MemberRoleSchema: z.ZodTypeAny = z.enum([\"ADMIN\", \"DEVELOPER\", \"WORKSPACE_CONTRIBUTOR\", \"WORKSPACE_BILLING\", \"WORKSPACE_VIEWER\"]).describe(\"Workspace role for a member. Values are always returned in uppercase.\");\nconst RenderListOwnerMembers_MemberStatusSchema: z.ZodTypeAny = z.enum([\"active\", \"inactive\"]).describe(\"Member status in the workspace.\");\nconst RenderListOwnerMembers_MemberSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the member.\"),\n role: RenderListOwnerMembers_MemberRoleSchema.nullable(),\n email: z.string().describe(\"Email address of the member.\"),\n status: RenderListOwnerMembers_MemberStatusSchema.nullable(),\n userId: z.string().describe(\"Unique identifier for the user.\"),\n mfaEnabled: z.boolean().describe(\"Whether multi-factor authentication is enabled for this member.\"),\n}).describe(\"Represents a member of a workspace.\");\nexport const RenderListOwnerMembersOutput: z.ZodTypeAny = z.object({\n members: z.array(RenderListOwnerMembers_MemberSchema).describe(\"List of members in the workspace.\"),\n}).describe(\"Response model for listing workspace members. Contains a list of Member objects.\");\n\nexport const renderListOwnerMembers = action(\"RENDER_LIST_OWNER_MEMBERS\", {\n slug: \"render-list-owner-members\",\n name: \"List Workspace Members\",\n description: \"Tool to list workspace members. Use when you need to retrieve all members of a specific workspace or team.\",\n input: RenderListOwnerMembersInput,\n output: RenderListOwnerMembersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EACvF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,0CAAwDA,IAAAA,EAAE,KAAK;CAAC;CAAS;CAAa;CAAyB;CAAqB;AAAkB,CAAC,CAAC,CAAC,SAAS,uEAAuE;AAC/O,MAAM,4CAA0DA,IAAAA,EAAE,KAAK,CAAC,UAAU,UAAU,CAAC,CAAC,CAAC,SAAS,iCAAiC;AACzI,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,MAAM,wCAAwC,SAAS;CACvD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACzD,QAAQ,0CAA0C,SAAS;CAC3D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC7D,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE;AACpG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,SAASA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,mCAAmC,EACpG,CAAC,CAAC,CAAC,SAAS,kFAAkF;AAE9F,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-owner-members.d.ts
|
|
4
|
+
declare const RenderListOwnerMembersInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListOwnerMembersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListOwnerMembers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListOwnerMembers };
|
|
9
|
+
//# sourceMappingURL=list-owner-members.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-owner-members.d.cts","names":[],"sources":["../../src/actions/list-owner-members.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEe;AAAA,cAW9C,4BAAA,EAA8B,CAAA,CAAE,UAEkD;AAAA,cAElF,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-owner-members.d.ts
|
|
4
|
+
declare const RenderListOwnerMembersInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListOwnerMembersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListOwnerMembers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListOwnerMembers };
|
|
9
|
+
//# sourceMappingURL=list-owner-members.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-owner-members.d.mts","names":[],"sources":["../../src/actions/list-owner-members.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEe;AAAA,cAW9C,4BAAA,EAA8B,CAAA,CAAE,UAEkD;AAAA,cAElF,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-owner-members.ts
|
|
4
|
+
const RenderListOwnerMembersInput = z.object({ ownerId: z.string().describe("The ID of the team/workspace to retrieve members from.") }).describe("Request model for listing workspace members.");
|
|
5
|
+
const RenderListOwnerMembers_MemberRoleSchema = z.enum([
|
|
6
|
+
"ADMIN",
|
|
7
|
+
"DEVELOPER",
|
|
8
|
+
"WORKSPACE_CONTRIBUTOR",
|
|
9
|
+
"WORKSPACE_BILLING",
|
|
10
|
+
"WORKSPACE_VIEWER"
|
|
11
|
+
]).describe("Workspace role for a member. Values are always returned in uppercase.");
|
|
12
|
+
const RenderListOwnerMembers_MemberStatusSchema = z.enum(["active", "inactive"]).describe("Member status in the workspace.");
|
|
13
|
+
const RenderListOwnerMembers_MemberSchema = z.object({
|
|
14
|
+
name: z.string().describe("Name of the member."),
|
|
15
|
+
role: RenderListOwnerMembers_MemberRoleSchema.nullable(),
|
|
16
|
+
email: z.string().describe("Email address of the member."),
|
|
17
|
+
status: RenderListOwnerMembers_MemberStatusSchema.nullable(),
|
|
18
|
+
userId: z.string().describe("Unique identifier for the user."),
|
|
19
|
+
mfaEnabled: z.boolean().describe("Whether multi-factor authentication is enabled for this member.")
|
|
20
|
+
}).describe("Represents a member of a workspace.");
|
|
21
|
+
const renderListOwnerMembers = action("RENDER_LIST_OWNER_MEMBERS", {
|
|
22
|
+
slug: "render-list-owner-members",
|
|
23
|
+
name: "List Workspace Members",
|
|
24
|
+
description: "Tool to list workspace members. Use when you need to retrieve all members of a specific workspace or team.",
|
|
25
|
+
input: RenderListOwnerMembersInput,
|
|
26
|
+
output: z.object({ members: z.array(RenderListOwnerMembers_MemberSchema).describe("List of members in the workspace.") }).describe("Response model for listing workspace members. Contains a list of Member objects.")
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
export { renderListOwnerMembers };
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=list-owner-members.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-owner-members.mjs","names":[],"sources":["../../src/actions/list-owner-members.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListOwnerMembersInput: z.ZodTypeAny = z.object({\n ownerId: z.string().describe(\"The ID of the team/workspace to retrieve members from.\"),\n}).describe(\"Request model for listing workspace members.\");\nconst RenderListOwnerMembers_MemberRoleSchema: z.ZodTypeAny = z.enum([\"ADMIN\", \"DEVELOPER\", \"WORKSPACE_CONTRIBUTOR\", \"WORKSPACE_BILLING\", \"WORKSPACE_VIEWER\"]).describe(\"Workspace role for a member. Values are always returned in uppercase.\");\nconst RenderListOwnerMembers_MemberStatusSchema: z.ZodTypeAny = z.enum([\"active\", \"inactive\"]).describe(\"Member status in the workspace.\");\nconst RenderListOwnerMembers_MemberSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the member.\"),\n role: RenderListOwnerMembers_MemberRoleSchema.nullable(),\n email: z.string().describe(\"Email address of the member.\"),\n status: RenderListOwnerMembers_MemberStatusSchema.nullable(),\n userId: z.string().describe(\"Unique identifier for the user.\"),\n mfaEnabled: z.boolean().describe(\"Whether multi-factor authentication is enabled for this member.\"),\n}).describe(\"Represents a member of a workspace.\");\nexport const RenderListOwnerMembersOutput: z.ZodTypeAny = z.object({\n members: z.array(RenderListOwnerMembers_MemberSchema).describe(\"List of members in the workspace.\"),\n}).describe(\"Response model for listing workspace members. Contains a list of Member objects.\");\n\nexport const renderListOwnerMembers = action(\"RENDER_LIST_OWNER_MEMBERS\", {\n slug: \"render-list-owner-members\",\n name: \"List Workspace Members\",\n description: \"Tool to list workspace members. Use when you need to retrieve all members of a specific workspace or team.\",\n input: RenderListOwnerMembersInput,\n output: RenderListOwnerMembersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,EAChE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EACvF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,0CAAwD,EAAE,KAAK;CAAC;CAAS;CAAa;CAAyB;CAAqB;AAAkB,CAAC,CAAC,CAAC,SAAS,uEAAuE;AAC/O,MAAM,4CAA0D,EAAE,KAAK,CAAC,UAAU,UAAU,CAAC,CAAC,CAAC,SAAS,iCAAiC;AACzI,MAAM,sCAAoD,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,MAAM,wCAAwC,SAAS;CACvD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACzD,QAAQ,0CAA0C,SAAS;CAC3D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC7D,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE;AACpG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAKjD,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,SAAS,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,mCAAmC,EACpG,CAAC,CAAC,CAAC,SAAS,kFAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-owners.ts
|
|
4
|
+
const RenderListOwnersInput = zod.z.object({
|
|
5
|
+
name: zod.z.array(zod.z.string()).describe("Filter by workspace names (exact matches only)").optional(),
|
|
6
|
+
email: zod.z.array(zod.z.string()).describe("Filter by owner email addresses").optional(),
|
|
7
|
+
limit: zod.z.number().int().describe("Maximum items to return (1-100, default 20)").optional(),
|
|
8
|
+
cursor: zod.z.string().describe("Pagination cursor for result positioning").optional()
|
|
9
|
+
}).describe("Request model for listing owners. All parameters are optional.");
|
|
10
|
+
const RenderListOwners_OwnerSchema = zod.z.object({
|
|
11
|
+
id: zod.z.string().describe("Unique identifier for the owner"),
|
|
12
|
+
name: zod.z.string().describe("Name of the owner"),
|
|
13
|
+
type: zod.z.enum(["user", "team"]).describe("Type of the owner, either 'user' or 'team'"),
|
|
14
|
+
email: zod.z.string().describe("Email of the owner").nullable().optional()
|
|
15
|
+
}).describe("Represents an owner (user or team) in Render.");
|
|
16
|
+
const RenderListOwnersOutput = zod.z.object({ owners: zod.z.array(RenderListOwners_OwnerSchema).describe("List of owners (users and teams) associated with the account") }).describe("Response model for listing owners. Contains a list of Owner objects.");
|
|
17
|
+
const renderListOwners = require_action.action("RENDER_LIST_OWNERS", {
|
|
18
|
+
slug: "render-list-owners",
|
|
19
|
+
name: "List Owners",
|
|
20
|
+
description: "Tool to list owners (users and teams). Use after authenticating to fetch available owner IDs for resource creation.",
|
|
21
|
+
input: RenderListOwnersInput,
|
|
22
|
+
output: RenderListOwnersOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.renderListOwners = renderListOwners;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=list-owners.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-owners.cjs","names":["z","action"],"sources":["../../src/actions/list-owners.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListOwnersInput: z.ZodTypeAny = z.object({\n name: z.array(z.string()).describe(\"Filter by workspace names (exact matches only)\").optional(),\n email: z.array(z.string()).describe(\"Filter by owner email addresses\").optional(),\n limit: z.number().int().describe(\"Maximum items to return (1-100, default 20)\").optional(),\n cursor: z.string().describe(\"Pagination cursor for result positioning\").optional(),\n}).describe(\"Request model for listing owners. All parameters are optional.\");\nconst RenderListOwners_OwnerSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the owner\"),\n name: z.string().describe(\"Name of the owner\"),\n type: z.enum([\"user\", \"team\"]).describe(\"Type of the owner, either 'user' or 'team'\"),\n email: z.string().describe(\"Email of the owner\").nullable().optional(),\n}).describe(\"Represents an owner (user or team) in Render.\");\nexport const RenderListOwnersOutput: z.ZodTypeAny = z.object({\n owners: z.array(RenderListOwners_OwnerSchema).describe(\"List of owners (users and teams) associated with the account\"),\n}).describe(\"Response model for listing owners. Contains a list of Owner objects.\");\n\nexport const renderListOwners = action(\"RENDER_LIST_OWNERS\", {\n slug: \"render-list-owners\",\n name: \"List Owners\",\n description: \"Tool to list owners (users and teams). Use after authenticating to fetch available owner IDs for resource creation.\",\n input: RenderListOwnersInput,\n output: RenderListOwnersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC9F,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAChF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACzF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,+BAA6CA,IAAAA,EAAE,OAAO;CAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC7C,MAAMA,IAAAA,EAAE,KAAK,CAAC,QAAQ,MAAM,CAAC,CAAC,CAAC,SAAS,4CAA4C;CACpF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvE,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,QAAQA,IAAAA,EAAE,MAAM,4BAA4B,CAAC,CAAC,SAAS,8DAA8D,EACvH,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAElF,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,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-owners.d.ts
|
|
4
|
+
declare const RenderListOwnersInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListOwnersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListOwners: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListOwners };
|
|
9
|
+
//# sourceMappingURL=list-owners.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-owners.d.cts","names":[],"sources":["../../src/actions/list-owners.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAKuC;AAAA,cAOhE,sBAAA,EAAwB,CAAA,CAAE,UAE4C;AAAA,cAEtE,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-owners.d.ts
|
|
4
|
+
declare const RenderListOwnersInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListOwnersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListOwners: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListOwners };
|
|
9
|
+
//# sourceMappingURL=list-owners.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-owners.d.mts","names":[],"sources":["../../src/actions/list-owners.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAKuC;AAAA,cAOhE,sBAAA,EAAwB,CAAA,CAAE,UAE4C;AAAA,cAEtE,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-owners.ts
|
|
4
|
+
const RenderListOwnersInput = z.object({
|
|
5
|
+
name: z.array(z.string()).describe("Filter by workspace names (exact matches only)").optional(),
|
|
6
|
+
email: z.array(z.string()).describe("Filter by owner email addresses").optional(),
|
|
7
|
+
limit: z.number().int().describe("Maximum items to return (1-100, default 20)").optional(),
|
|
8
|
+
cursor: z.string().describe("Pagination cursor for result positioning").optional()
|
|
9
|
+
}).describe("Request model for listing owners. All parameters are optional.");
|
|
10
|
+
const RenderListOwners_OwnerSchema = z.object({
|
|
11
|
+
id: z.string().describe("Unique identifier for the owner"),
|
|
12
|
+
name: z.string().describe("Name of the owner"),
|
|
13
|
+
type: z.enum(["user", "team"]).describe("Type of the owner, either 'user' or 'team'"),
|
|
14
|
+
email: z.string().describe("Email of the owner").nullable().optional()
|
|
15
|
+
}).describe("Represents an owner (user or team) in Render.");
|
|
16
|
+
const renderListOwners = action("RENDER_LIST_OWNERS", {
|
|
17
|
+
slug: "render-list-owners",
|
|
18
|
+
name: "List Owners",
|
|
19
|
+
description: "Tool to list owners (users and teams). Use after authenticating to fetch available owner IDs for resource creation.",
|
|
20
|
+
input: RenderListOwnersInput,
|
|
21
|
+
output: z.object({ owners: z.array(RenderListOwners_OwnerSchema).describe("List of owners (users and teams) associated with the account") }).describe("Response model for listing owners. Contains a list of Owner objects.")
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { renderListOwners };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=list-owners.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-owners.mjs","names":[],"sources":["../../src/actions/list-owners.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListOwnersInput: z.ZodTypeAny = z.object({\n name: z.array(z.string()).describe(\"Filter by workspace names (exact matches only)\").optional(),\n email: z.array(z.string()).describe(\"Filter by owner email addresses\").optional(),\n limit: z.number().int().describe(\"Maximum items to return (1-100, default 20)\").optional(),\n cursor: z.string().describe(\"Pagination cursor for result positioning\").optional(),\n}).describe(\"Request model for listing owners. All parameters are optional.\");\nconst RenderListOwners_OwnerSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the owner\"),\n name: z.string().describe(\"Name of the owner\"),\n type: z.enum([\"user\", \"team\"]).describe(\"Type of the owner, either 'user' or 'team'\"),\n email: z.string().describe(\"Email of the owner\").nullable().optional(),\n}).describe(\"Represents an owner (user or team) in Render.\");\nexport const RenderListOwnersOutput: z.ZodTypeAny = z.object({\n owners: z.array(RenderListOwners_OwnerSchema).describe(\"List of owners (users and teams) associated with the account\"),\n}).describe(\"Response model for listing owners. Contains a list of Owner objects.\");\n\nexport const renderListOwners = action(\"RENDER_LIST_OWNERS\", {\n slug: \"render-list-owners\",\n name: \"List Owners\",\n description: \"Tool to list owners (users and teams). Use after authenticating to fetch available owner IDs for resource creation.\",\n input: RenderListOwnersInput,\n output: RenderListOwnersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsC,EAAE,OAAO;CAC1D,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC9F,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAChF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACzF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,+BAA6C,EAAE,OAAO;CAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC7C,MAAM,EAAE,KAAK,CAAC,QAAQ,MAAM,CAAC,CAAC,CAAC,SAAS,4CAA4C;CACpF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvE,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAK3D,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkD,EAAE,OAAO,EAC3D,QAAQ,EAAE,MAAM,4BAA4B,CAAC,CAAC,SAAS,8DAA8D,EACvH,CAAC,CAAC,CAAC,SAAS,sEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-postgres-export.ts
|
|
4
|
+
const RenderListPostgresExportInput = zod.z.object({ postgresId: zod.z.string().describe("The unique identifier of the Postgres instance to list exports for.") }).describe("Request model for listing Postgres exports.");
|
|
5
|
+
const RenderListPostgresExport_PostgresExportSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier of the export."),
|
|
7
|
+
url: zod.z.string().describe("URL to download the Postgres export.").nullable().optional(),
|
|
8
|
+
createdAt: zod.z.string().describe("Timestamp when the export was created.")
|
|
9
|
+
}).describe("Represents a Postgres export.");
|
|
10
|
+
const RenderListPostgresExportOutput = zod.z.object({ exports: zod.z.array(RenderListPostgresExport_PostgresExportSchema).describe("List of Postgres exports.") }).describe("Response model for listing Postgres exports.");
|
|
11
|
+
const renderListPostgresExport = require_action.action("RENDER_LIST_POSTGRES_EXPORT", {
|
|
12
|
+
slug: "render-list-postgres-export",
|
|
13
|
+
name: "List Postgres Exports",
|
|
14
|
+
description: "Tool to list all exports for a Postgres instance. Use when you need to retrieve the history of exports for a specific Postgres database.",
|
|
15
|
+
input: RenderListPostgresExportInput,
|
|
16
|
+
output: RenderListPostgresExportOutput
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.renderListPostgresExport = renderListPostgresExport;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=list-postgres-export.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-postgres-export.cjs","names":["z","action"],"sources":["../../src/actions/list-postgres-export.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListPostgresExportInput: z.ZodTypeAny = z.object({\n postgresId: z.string().describe(\"The unique identifier of the Postgres instance to list exports for.\"),\n}).describe(\"Request model for listing Postgres exports.\");\nconst RenderListPostgresExport_PostgresExportSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the export.\"),\n url: z.string().describe(\"URL to download the Postgres export.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the export was created.\"),\n}).describe(\"Represents a Postgres export.\");\nexport const RenderListPostgresExportOutput: z.ZodTypeAny = z.object({\n exports: z.array(RenderListPostgresExport_PostgresExportSchema).describe(\"List of Postgres exports.\"),\n}).describe(\"Response model for listing Postgres exports.\");\n\nexport const renderListPostgresExport = action(\"RENDER_LIST_POSTGRES_EXPORT\", {\n slug: \"render-list-postgres-export\",\n name: \"List Postgres Exports\",\n description: \"Tool to list all exports for a Postgres instance. Use when you need to retrieve the history of exports for a specific Postgres database.\",\n input: RenderListPostgresExportInput,\n output: RenderListPostgresExportOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,EACvG,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AACzE,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,SAASA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,2BAA2B,EACtG,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,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-postgres-export.d.ts
|
|
4
|
+
declare const RenderListPostgresExportInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListPostgresExportOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListPostgresExport: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListPostgresExport };
|
|
9
|
+
//# sourceMappingURL=list-postgres-export.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-postgres-export.d.cts","names":[],"sources":["../../src/actions/list-postgres-export.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEY;AAAA,cAM7C,8BAAA,EAAgC,CAAA,CAAE,UAEY;AAAA,cAE9C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-postgres-export.d.ts
|
|
4
|
+
declare const RenderListPostgresExportInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListPostgresExportOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListPostgresExport: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListPostgresExport };
|
|
9
|
+
//# sourceMappingURL=list-postgres-export.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-postgres-export.d.mts","names":[],"sources":["../../src/actions/list-postgres-export.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEY;AAAA,cAM7C,8BAAA,EAAgC,CAAA,CAAE,UAEY;AAAA,cAE9C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-postgres-export.ts
|
|
4
|
+
const RenderListPostgresExportInput = z.object({ postgresId: z.string().describe("The unique identifier of the Postgres instance to list exports for.") }).describe("Request model for listing Postgres exports.");
|
|
5
|
+
const RenderListPostgresExport_PostgresExportSchema = z.object({
|
|
6
|
+
id: z.string().describe("Unique identifier of the export."),
|
|
7
|
+
url: z.string().describe("URL to download the Postgres export.").nullable().optional(),
|
|
8
|
+
createdAt: z.string().describe("Timestamp when the export was created.")
|
|
9
|
+
}).describe("Represents a Postgres export.");
|
|
10
|
+
const renderListPostgresExport = action("RENDER_LIST_POSTGRES_EXPORT", {
|
|
11
|
+
slug: "render-list-postgres-export",
|
|
12
|
+
name: "List Postgres Exports",
|
|
13
|
+
description: "Tool to list all exports for a Postgres instance. Use when you need to retrieve the history of exports for a specific Postgres database.",
|
|
14
|
+
input: RenderListPostgresExportInput,
|
|
15
|
+
output: z.object({ exports: z.array(RenderListPostgresExport_PostgresExportSchema).describe("List of Postgres exports.") }).describe("Response model for listing Postgres exports.")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { renderListPostgresExport };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=list-postgres-export.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-postgres-export.mjs","names":[],"sources":["../../src/actions/list-postgres-export.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListPostgresExportInput: z.ZodTypeAny = z.object({\n postgresId: z.string().describe(\"The unique identifier of the Postgres instance to list exports for.\"),\n}).describe(\"Request model for listing Postgres exports.\");\nconst RenderListPostgresExport_PostgresExportSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the export.\"),\n url: z.string().describe(\"URL to download the Postgres export.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the export was created.\"),\n}).describe(\"Represents a Postgres export.\");\nexport const RenderListPostgresExportOutput: z.ZodTypeAny = z.object({\n exports: z.array(RenderListPostgresExport_PostgresExportSchema).describe(\"List of Postgres exports.\"),\n}).describe(\"Response model for listing Postgres exports.\");\n\nexport const renderListPostgresExport = action(\"RENDER_LIST_POSTGRES_EXPORT\", {\n slug: \"render-list-postgres-export\",\n name: \"List Postgres Exports\",\n description: \"Tool to list all exports for a Postgres instance. Use when you need to retrieve the history of exports for a specific Postgres database.\",\n input: RenderListPostgresExportInput,\n output: RenderListPostgresExportOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO,EAClE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,EACvG,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,gDAA8D,EAAE,OAAO;CAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AACzE,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAK3C,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0D,EAAE,OAAO,EACnE,SAAS,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,2BAA2B,EACtG,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-postgres-users.ts
|
|
4
|
+
const RenderListPostgresUsersInput = zod.z.object({ postgresId: zod.z.string().describe("Unique identifier of the PostgreSQL database instance.") }).describe("Request model for listing PostgreSQL users.");
|
|
5
|
+
const RenderListPostgresUsers_PostgresUserSchema = zod.z.object({
|
|
6
|
+
"default": zod.z.boolean().describe("Indicates whether this is the default user credential.").nullable().optional(),
|
|
7
|
+
username: zod.z.string().describe("Username of the PostgreSQL credential.").nullable().optional(),
|
|
8
|
+
createdAt: zod.z.string().describe("Timestamp when the user credential was created.").nullable().optional(),
|
|
9
|
+
openConnections: zod.z.number().int().describe("Number of currently open connections for this user.").nullable().optional()
|
|
10
|
+
}).describe("Represents a PostgreSQL user credential.");
|
|
11
|
+
const RenderListPostgresUsersOutput = zod.z.object({ users: zod.z.array(RenderListPostgresUsers_PostgresUserSchema).describe("List of PostgreSQL user credentials for the specified database instance.") }).describe("Response model for listing PostgreSQL users. Contains a list of PostgreSQL user credentials.");
|
|
12
|
+
const renderListPostgresUsers = require_action.action("RENDER_LIST_POSTGRES_USERS", {
|
|
13
|
+
slug: "render-list-postgres-users",
|
|
14
|
+
name: "List PostgreSQL Users",
|
|
15
|
+
description: "Tool to list PostgreSQL user credentials for a Render PostgreSQL database instance. Use when you need to view all users with access to a specific PostgreSQL database.",
|
|
16
|
+
input: RenderListPostgresUsersInput,
|
|
17
|
+
output: RenderListPostgresUsersOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.renderListPostgresUsers = renderListPostgresUsers;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=list-postgres-users.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-postgres-users.cjs","names":["z","action"],"sources":["../../src/actions/list-postgres-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListPostgresUsersInput: z.ZodTypeAny = z.object({\n postgresId: z.string().describe(\"Unique identifier of the PostgreSQL database instance.\"),\n}).describe(\"Request model for listing PostgreSQL users.\");\nconst RenderListPostgresUsers_PostgresUserSchema: z.ZodTypeAny = z.object({\n \"default\": z.boolean().describe(\"Indicates whether this is the default user credential.\").nullable().optional(),\n username: z.string().describe(\"Username of the PostgreSQL credential.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the user credential was created.\").nullable().optional(),\n openConnections: z.number().int().describe(\"Number of currently open connections for this user.\").nullable().optional(),\n}).describe(\"Represents a PostgreSQL user credential.\");\nexport const RenderListPostgresUsersOutput: z.ZodTypeAny = z.object({\n users: z.array(RenderListPostgresUsers_PostgresUserSchema).describe(\"List of PostgreSQL user credentials for the specified database instance.\"),\n}).describe(\"Response model for listing PostgreSQL users. Contains a list of PostgreSQL user credentials.\");\n\nexport const renderListPostgresUsers = action(\"RENDER_LIST_POSTGRES_USERS\", {\n slug: \"render-list-postgres-users\",\n name: \"List PostgreSQL Users\",\n description: \"Tool to list PostgreSQL user credentials for a Render PostgreSQL database instance. Use when you need to view all users with access to a specific PostgreSQL database.\",\n input: RenderListPostgresUsersInput,\n output: RenderListPostgresUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAC1F,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,OAAOA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,0EAA0E,EAChJ,CAAC,CAAC,CAAC,SAAS,8FAA8F;AAE1G,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-postgres-users.d.ts
|
|
4
|
+
declare const RenderListPostgresUsersInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListPostgresUsersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListPostgresUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListPostgresUsers };
|
|
9
|
+
//# sourceMappingURL=list-postgres-users.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-postgres-users.d.cts","names":[],"sources":["../../src/actions/list-postgres-users.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEa;AAAA,cAO7C,6BAAA,EAA+B,CAAA,CAAE,UAE6D;AAAA,cAE9F,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-postgres-users.d.ts
|
|
4
|
+
declare const RenderListPostgresUsersInput: z.ZodTypeAny;
|
|
5
|
+
declare const RenderListPostgresUsersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const renderListPostgresUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { renderListPostgresUsers };
|
|
9
|
+
//# sourceMappingURL=list-postgres-users.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-postgres-users.d.mts","names":[],"sources":["../../src/actions/list-postgres-users.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEa;AAAA,cAO7C,6BAAA,EAA+B,CAAA,CAAE,UAE6D;AAAA,cAE9F,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-postgres-users.ts
|
|
4
|
+
const RenderListPostgresUsersInput = z.object({ postgresId: z.string().describe("Unique identifier of the PostgreSQL database instance.") }).describe("Request model for listing PostgreSQL users.");
|
|
5
|
+
const RenderListPostgresUsers_PostgresUserSchema = z.object({
|
|
6
|
+
"default": z.boolean().describe("Indicates whether this is the default user credential.").nullable().optional(),
|
|
7
|
+
username: z.string().describe("Username of the PostgreSQL credential.").nullable().optional(),
|
|
8
|
+
createdAt: z.string().describe("Timestamp when the user credential was created.").nullable().optional(),
|
|
9
|
+
openConnections: z.number().int().describe("Number of currently open connections for this user.").nullable().optional()
|
|
10
|
+
}).describe("Represents a PostgreSQL user credential.");
|
|
11
|
+
const renderListPostgresUsers = action("RENDER_LIST_POSTGRES_USERS", {
|
|
12
|
+
slug: "render-list-postgres-users",
|
|
13
|
+
name: "List PostgreSQL Users",
|
|
14
|
+
description: "Tool to list PostgreSQL user credentials for a Render PostgreSQL database instance. Use when you need to view all users with access to a specific PostgreSQL database.",
|
|
15
|
+
input: RenderListPostgresUsersInput,
|
|
16
|
+
output: z.object({ users: z.array(RenderListPostgresUsers_PostgresUserSchema).describe("List of PostgreSQL user credentials for the specified database instance.") }).describe("Response model for listing PostgreSQL users. Contains a list of PostgreSQL user credentials.")
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
export { renderListPostgresUsers };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=list-postgres-users.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-postgres-users.mjs","names":[],"sources":["../../src/actions/list-postgres-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RenderListPostgresUsersInput: z.ZodTypeAny = z.object({\n postgresId: z.string().describe(\"Unique identifier of the PostgreSQL database instance.\"),\n}).describe(\"Request model for listing PostgreSQL users.\");\nconst RenderListPostgresUsers_PostgresUserSchema: z.ZodTypeAny = z.object({\n \"default\": z.boolean().describe(\"Indicates whether this is the default user credential.\").nullable().optional(),\n username: z.string().describe(\"Username of the PostgreSQL credential.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the user credential was created.\").nullable().optional(),\n openConnections: z.number().int().describe(\"Number of currently open connections for this user.\").nullable().optional(),\n}).describe(\"Represents a PostgreSQL user credential.\");\nexport const RenderListPostgresUsersOutput: z.ZodTypeAny = z.object({\n users: z.array(RenderListPostgresUsers_PostgresUserSchema).describe(\"List of PostgreSQL user credentials for the specified database instance.\"),\n}).describe(\"Response model for listing PostgreSQL users. Contains a list of PostgreSQL user credentials.\");\n\nexport const renderListPostgresUsers = action(\"RENDER_LIST_POSTGRES_USERS\", {\n slug: \"render-list-postgres-users\",\n name: \"List PostgreSQL Users\",\n description: \"Tool to list PostgreSQL user credentials for a Render PostgreSQL database instance. Use when you need to view all users with access to a specific PostgreSQL database.\",\n input: RenderListPostgresUsersInput,\n output: RenderListPostgresUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAC1F,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,6CAA2D,EAAE,OAAO;CACxE,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAKtD,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyD,EAAE,OAAO,EAClE,OAAO,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,0EAA0E,EAChJ,CAAC,CAAC,CAAC,SAAS,8FAOF;AACV,CAAC"}
|