feat(delivery): expose non110 autostart readback

This commit is contained in:
Your Name
2026-06-29 09:22:27 +08:00
parent 992215443f
commit c53cbca4a2
5 changed files with 58 additions and 5 deletions

View File

@@ -2569,6 +2569,8 @@ export interface DeliveryClosureWorkbenchSnapshot {
production_deploy_non110_runner_host_label: string
production_deploy_non110_runner_ubuntu_label: string
production_deploy_non110_runner_online_label_match: boolean
production_deploy_non110_runner_autostart_path_armed: boolean
production_deploy_non110_runner_ready_autostart_path_count: number
production_deploy_non110_runner_registration_condition_required: boolean
production_deploy_non110_runner_ready_config_count: number
production_deploy_non110_runner_ready_service_count: number
@@ -2626,6 +2628,8 @@ export interface DeliveryClosureWorkbenchSnapshot {
non110_runner_host_label: string
non110_runner_ubuntu_label: string
non110_runner_online_label_match: boolean
non110_runner_autostart_path_armed: boolean
non110_runner_ready_autostart_path_count: number
non110_runner_registration_condition_required: boolean
non110_runner_ready_config_count: number
non110_runner_ready_service_count: number