botmux 3.16.0 → 3.17.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/dist/.runtime-build-id +1 -1
- package/dist/adapters/backend/riff-backend.d.ts +84 -1
- package/dist/adapters/backend/riff-backend.d.ts.map +1 -1
- package/dist/adapters/backend/riff-backend.js +202 -19
- package/dist/adapters/backend/riff-backend.js.map +1 -1
- package/dist/adapters/backend/sandbox.d.ts +8 -0
- package/dist/adapters/backend/sandbox.d.ts.map +1 -1
- package/dist/adapters/backend/sandbox.js +15 -0
- package/dist/adapters/backend/sandbox.js.map +1 -1
- package/dist/adapters/backend/tmux-backend.d.ts +61 -7
- package/dist/adapters/backend/tmux-backend.d.ts.map +1 -1
- package/dist/adapters/backend/tmux-backend.js +80 -9
- package/dist/adapters/backend/tmux-backend.js.map +1 -1
- package/dist/adapters/backend/tmux-pipe-backend.d.ts +62 -4
- package/dist/adapters/backend/tmux-pipe-backend.d.ts.map +1 -1
- package/dist/adapters/backend/tmux-pipe-backend.js +240 -27
- package/dist/adapters/backend/tmux-pipe-backend.js.map +1 -1
- package/dist/adapters/cli/claude-code.d.ts.map +1 -1
- package/dist/adapters/cli/claude-code.js +4 -2
- package/dist/adapters/cli/claude-code.js.map +1 -1
- package/dist/adapters/cli/coco.d.ts.map +1 -1
- package/dist/adapters/cli/coco.js +27 -0
- package/dist/adapters/cli/coco.js.map +1 -1
- package/dist/adapters/cli/codex-app.d.ts.map +1 -1
- package/dist/adapters/cli/codex-app.js +28 -0
- package/dist/adapters/cli/codex-app.js.map +1 -1
- package/dist/adapters/cli/codex.d.ts.map +1 -1
- package/dist/adapters/cli/codex.js +51 -23
- package/dist/adapters/cli/codex.js.map +1 -1
- package/dist/adapters/cli/dsh-tui.d.ts +24 -0
- package/dist/adapters/cli/dsh-tui.d.ts.map +1 -0
- package/dist/adapters/cli/dsh-tui.js +99 -0
- package/dist/adapters/cli/dsh-tui.js.map +1 -0
- package/dist/adapters/cli/dsh.d.ts.map +1 -1
- package/dist/adapters/cli/dsh.js +15 -9
- package/dist/adapters/cli/dsh.js.map +1 -1
- package/dist/adapters/cli/fs-policy.d.ts +98 -1
- package/dist/adapters/cli/fs-policy.d.ts.map +1 -1
- package/dist/adapters/cli/fs-policy.js +182 -7
- package/dist/adapters/cli/fs-policy.js.map +1 -1
- package/dist/adapters/cli/grok.js +16 -18
- package/dist/adapters/cli/grok.js.map +1 -1
- package/dist/adapters/cli/model-catalog-json.d.ts +17 -0
- package/dist/adapters/cli/model-catalog-json.d.ts.map +1 -0
- package/dist/adapters/cli/model-catalog-json.js +43 -0
- package/dist/adapters/cli/model-catalog-json.js.map +1 -0
- package/dist/adapters/cli/oh-my-pi.d.ts +2 -0
- package/dist/adapters/cli/oh-my-pi.d.ts.map +1 -1
- package/dist/adapters/cli/oh-my-pi.js +45 -13
- package/dist/adapters/cli/oh-my-pi.js.map +1 -1
- package/dist/adapters/cli/opencode.js +1 -1
- package/dist/adapters/cli/opencode.js.map +1 -1
- package/dist/adapters/cli/registry.d.ts +2 -1
- package/dist/adapters/cli/registry.d.ts.map +1 -1
- package/dist/adapters/cli/registry.js +6 -1
- package/dist/adapters/cli/registry.js.map +1 -1
- package/dist/adapters/cli/relay.d.ts.map +1 -1
- package/dist/adapters/cli/relay.js +7 -0
- package/dist/adapters/cli/relay.js.map +1 -1
- package/dist/adapters/cli/seed.d.ts.map +1 -1
- package/dist/adapters/cli/seed.js +6 -0
- package/dist/adapters/cli/seed.js.map +1 -1
- package/dist/adapters/cli/shared-hints.d.ts.map +1 -1
- package/dist/adapters/cli/shared-hints.js +20 -14
- package/dist/adapters/cli/shared-hints.js.map +1 -1
- package/dist/adapters/cli/traex.d.ts +4 -0
- package/dist/adapters/cli/traex.d.ts.map +1 -1
- package/dist/adapters/cli/traex.js +153 -0
- package/dist/adapters/cli/traex.js.map +1 -1
- package/dist/adapters/cli/types.d.ts +42 -1
- package/dist/adapters/cli/types.d.ts.map +1 -1
- package/dist/autostart.d.ts +6 -0
- package/dist/autostart.d.ts.map +1 -1
- package/dist/autostart.js +21 -1
- package/dist/autostart.js.map +1 -1
- package/dist/bot-registry.d.ts +27 -0
- package/dist/bot-registry.d.ts.map +1 -1
- package/dist/bot-registry.js +62 -2
- package/dist/bot-registry.js.map +1 -1
- package/dist/cli/vc-agent.d.ts.map +1 -1
- package/dist/cli/vc-agent.js +21 -3
- package/dist/cli/vc-agent.js.map +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +92 -1
- package/dist/cli.js.map +1 -1
- package/dist/codex-app-runner.js +28 -0
- package/dist/codex-app-runner.js.map +1 -1
- package/dist/core/bot-steer-directive.d.ts +25 -0
- package/dist/core/bot-steer-directive.d.ts.map +1 -0
- package/dist/core/bot-steer-directive.js +47 -0
- package/dist/core/bot-steer-directive.js.map +1 -0
- package/dist/core/command-handler.d.ts.map +1 -1
- package/dist/core/command-handler.js +102 -18
- package/dist/core/command-handler.js.map +1 -1
- package/dist/core/dashboard-ipc-server.d.ts.map +1 -1
- package/dist/core/dashboard-ipc-server.js +53 -13
- package/dist/core/dashboard-ipc-server.js.map +1 -1
- package/dist/core/dashboard-rows.d.ts +3 -0
- package/dist/core/dashboard-rows.d.ts.map +1 -1
- package/dist/core/dashboard-rows.js +26 -5
- package/dist/core/dashboard-rows.js.map +1 -1
- package/dist/core/dashboard-url.d.ts +10 -1
- package/dist/core/dashboard-url.d.ts.map +1 -1
- package/dist/core/dashboard-url.js +12 -2
- package/dist/core/dashboard-url.js.map +1 -1
- package/dist/core/dispatch.d.ts.map +1 -1
- package/dist/core/dispatch.js +5 -4
- package/dist/core/dispatch.js.map +1 -1
- package/dist/core/existing-app-server.d.ts +22 -0
- package/dist/core/existing-app-server.d.ts.map +1 -0
- package/dist/core/existing-app-server.js +85 -0
- package/dist/core/existing-app-server.js.map +1 -0
- package/dist/core/native-topic-id.d.ts +9 -0
- package/dist/core/native-topic-id.d.ts.map +1 -0
- package/dist/core/native-topic-id.js +14 -0
- package/dist/core/native-topic-id.js.map +1 -0
- package/dist/core/per-bot-env.d.ts.map +1 -1
- package/dist/core/per-bot-env.js +10 -0
- package/dist/core/per-bot-env.js.map +1 -1
- package/dist/core/plugins/mcp/gateway.d.ts +27 -3
- package/dist/core/plugins/mcp/gateway.d.ts.map +1 -1
- package/dist/core/plugins/mcp/gateway.js +272 -26
- package/dist/core/plugins/mcp/gateway.js.map +1 -1
- package/dist/core/plugins/mcp/host.d.ts +18 -0
- package/dist/core/plugins/mcp/host.d.ts.map +1 -1
- package/dist/core/plugins/mcp/host.js +80 -16
- package/dist/core/plugins/mcp/host.js.map +1 -1
- package/dist/core/plugins/mcp/launch-record.d.ts +14 -0
- package/dist/core/plugins/mcp/launch-record.d.ts.map +1 -0
- package/dist/core/plugins/mcp/launch-record.js +63 -0
- package/dist/core/plugins/mcp/launch-record.js.map +1 -0
- package/dist/core/session-activity.d.ts +11 -0
- package/dist/core/session-activity.d.ts.map +1 -1
- package/dist/core/session-activity.js +23 -0
- package/dist/core/session-activity.js.map +1 -1
- package/dist/core/session-group-birth.d.ts.map +1 -1
- package/dist/core/session-group-birth.js +23 -8
- package/dist/core/session-group-birth.js.map +1 -1
- package/dist/core/session-manager.d.ts +1 -4
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +16 -20
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/shared-adopt.d.ts +20 -0
- package/dist/core/shared-adopt.d.ts.map +1 -0
- package/dist/core/shared-adopt.js +26 -0
- package/dist/core/shared-adopt.js.map +1 -0
- package/dist/core/skills/customize-command.d.ts +7 -0
- package/dist/core/skills/customize-command.d.ts.map +1 -0
- package/dist/core/skills/customize-command.js +303 -0
- package/dist/core/skills/customize-command.js.map +1 -0
- package/dist/core/terminal-write-auth.d.ts +15 -0
- package/dist/core/terminal-write-auth.d.ts.map +1 -1
- package/dist/core/terminal-write-auth.js +15 -0
- package/dist/core/terminal-write-auth.js.map +1 -1
- package/dist/core/terminal-write-frame.d.ts +30 -0
- package/dist/core/terminal-write-frame.d.ts.map +1 -0
- package/dist/core/terminal-write-frame.js +44 -0
- package/dist/core/terminal-write-frame.js.map +1 -0
- package/dist/core/types.d.ts +14 -4
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js +6 -8
- package/dist/core/types.js.map +1 -1
- package/dist/core/worker-pool.d.ts +31 -6
- package/dist/core/worker-pool.d.ts.map +1 -1
- package/dist/core/worker-pool.js +444 -102
- package/dist/core/worker-pool.js.map +1 -1
- package/dist/core/worker-startup-retry.d.ts +52 -0
- package/dist/core/worker-startup-retry.d.ts.map +1 -0
- package/dist/core/worker-startup-retry.js +68 -0
- package/dist/core/worker-startup-retry.js.map +1 -0
- package/dist/daemon.d.ts +9 -8
- package/dist/daemon.d.ts.map +1 -1
- package/dist/daemon.js +467 -171
- package/dist/daemon.js.map +1 -1
- package/dist/dashboard/autostart-api.d.ts +26 -0
- package/dist/dashboard/autostart-api.d.ts.map +1 -0
- package/dist/dashboard/autostart-api.js +88 -0
- package/dist/dashboard/autostart-api.js.map +1 -0
- package/dist/dashboard/bot-payload.d.ts +5 -0
- package/dist/dashboard/bot-payload.d.ts.map +1 -1
- package/dist/dashboard/bot-payload.js +2 -0
- package/dist/dashboard/bot-payload.js.map +1 -1
- package/dist/dashboard/control-csrf.d.ts +29 -1
- package/dist/dashboard/control-csrf.d.ts.map +1 -1
- package/dist/dashboard/control-csrf.js +49 -10
- package/dist/dashboard/control-csrf.js.map +1 -1
- package/dist/dashboard/customization-api.d.ts +23 -0
- package/dist/dashboard/customization-api.d.ts.map +1 -0
- package/dist/dashboard/customization-api.js +198 -0
- package/dist/dashboard/customization-api.js.map +1 -0
- package/dist/dashboard/debug-terminal.d.ts +13 -1
- package/dist/dashboard/debug-terminal.d.ts.map +1 -1
- package/dist/dashboard/debug-terminal.js +18 -4
- package/dist/dashboard/debug-terminal.js.map +1 -1
- package/dist/dashboard/settings-write-applier.d.ts +0 -23
- package/dist/dashboard/settings-write-applier.d.ts.map +1 -1
- package/dist/dashboard/settings-write-applier.js +7 -28
- package/dist/dashboard/settings-write-applier.js.map +1 -1
- package/dist/dashboard/terminal-control-route.d.ts +32 -0
- package/dist/dashboard/terminal-control-route.d.ts.map +1 -0
- package/dist/dashboard/terminal-control-route.js +70 -0
- package/dist/dashboard/terminal-control-route.js.map +1 -0
- package/dist/dashboard/terminal-control.d.ts +64 -13
- package/dist/dashboard/terminal-control.d.ts.map +1 -1
- package/dist/dashboard/terminal-control.js +77 -14
- package/dist/dashboard/terminal-control.js.map +1 -1
- package/dist/dashboard/terminal-front-proxy.d.ts.map +1 -1
- package/dist/dashboard/terminal-front-proxy.js +41 -9
- package/dist/dashboard/terminal-front-proxy.js.map +1 -1
- package/dist/dashboard/vc-consumer-profiles-api.d.ts +69 -18
- package/dist/dashboard/vc-consumer-profiles-api.d.ts.map +1 -1
- package/dist/dashboard/vc-consumer-profiles-api.js +149 -29
- package/dist/dashboard/vc-consumer-profiles-api.js.map +1 -1
- package/dist/dashboard/web/agent-workbench-api.d.ts +34 -2
- package/dist/dashboard/web/agent-workbench-api.d.ts.map +1 -1
- package/dist/dashboard/web/agent-workbench-api.js +39 -4
- package/dist/dashboard/web/agent-workbench-api.js.map +1 -1
- package/dist/dashboard/web/agent-workbench-appearance.d.ts +6 -3
- package/dist/dashboard/web/agent-workbench-appearance.d.ts.map +1 -1
- package/dist/dashboard/web/agent-workbench-appearance.js +7 -4
- package/dist/dashboard/web/agent-workbench-appearance.js.map +1 -1
- package/dist/dashboard/web/agent-workbench-model.d.ts +2 -0
- package/dist/dashboard/web/agent-workbench-model.d.ts.map +1 -1
- package/dist/dashboard/web/agent-workbench-model.js.map +1 -1
- package/dist/dashboard/web/agent-workbench-page.js +2 -2
- package/dist/dashboard/web/agent-workbench-page.js.map +1 -1
- package/dist/dashboard/web/agent-workbench-panes.d.ts +59 -4
- package/dist/dashboard/web/agent-workbench-panes.d.ts.map +1 -1
- package/dist/dashboard/web/agent-workbench-panes.js +493 -85
- package/dist/dashboard/web/agent-workbench-panes.js.map +1 -1
- package/dist/dashboard/web/agent-workbench-session-list.d.ts +11 -7
- package/dist/dashboard/web/agent-workbench-session-list.d.ts.map +1 -1
- package/dist/dashboard/web/agent-workbench-session-list.js +24 -31
- package/dist/dashboard/web/agent-workbench-session-list.js.map +1 -1
- package/dist/dashboard/web/agent-workbench-terminal-control.d.ts +198 -0
- package/dist/dashboard/web/agent-workbench-terminal-control.d.ts.map +1 -0
- package/dist/dashboard/web/agent-workbench-terminal-control.js +292 -0
- package/dist/dashboard/web/agent-workbench-terminal-control.js.map +1 -0
- package/dist/dashboard/web/agent-workbench-view.d.ts +3 -2
- package/dist/dashboard/web/agent-workbench-view.d.ts.map +1 -1
- package/dist/dashboard/web/agent-workbench-view.js +69 -50
- package/dist/dashboard/web/agent-workbench-view.js.map +1 -1
- package/dist/dashboard/web/app.d.ts.map +1 -1
- package/dist/dashboard/web/app.js +58 -7
- package/dist/dashboard/web/app.js.map +1 -1
- package/dist/dashboard/web/bot-defaults-page.d.ts +24 -0
- package/dist/dashboard/web/bot-defaults-page.d.ts.map +1 -1
- package/dist/dashboard/web/bot-defaults-page.js +191 -16
- package/dist/dashboard/web/bot-defaults-page.js.map +1 -1
- package/dist/dashboard/web/bot-defaults.d.ts +17 -0
- package/dist/dashboard/web/bot-defaults.d.ts.map +1 -1
- package/dist/dashboard/web/bot-defaults.js +51 -2
- package/dist/dashboard/web/bot-defaults.js.map +1 -1
- package/dist/dashboard/web/bot-onboarding.d.ts.map +1 -1
- package/dist/dashboard/web/bot-onboarding.js +32 -8
- package/dist/dashboard/web/bot-onboarding.js.map +1 -1
- package/dist/dashboard/web/confirm-modal.d.ts +35 -0
- package/dist/dashboard/web/confirm-modal.d.ts.map +1 -0
- package/dist/dashboard/web/confirm-modal.js +111 -0
- package/dist/dashboard/web/confirm-modal.js.map +1 -0
- package/dist/dashboard/web/connectors-page.d.ts.map +1 -1
- package/dist/dashboard/web/connectors-page.js +2 -1
- package/dist/dashboard/web/connectors-page.js.map +1 -1
- package/dist/dashboard/web/customization-page.d.ts +3 -0
- package/dist/dashboard/web/customization-page.d.ts.map +1 -0
- package/dist/dashboard/web/customization-page.js +315 -0
- package/dist/dashboard/web/customization-page.js.map +1 -0
- package/dist/dashboard/web/dashboard-routes.d.ts.map +1 -1
- package/dist/dashboard/web/dashboard-routes.js +1 -0
- package/dist/dashboard/web/dashboard-routes.js.map +1 -1
- package/dist/dashboard/web/groups-page.d.ts.map +1 -1
- package/dist/dashboard/web/groups-page.js +11 -9
- package/dist/dashboard/web/groups-page.js.map +1 -1
- package/dist/dashboard/web/i18n.d.ts.map +1 -1
- package/dist/dashboard/web/i18n.js +226 -42
- package/dist/dashboard/web/i18n.js.map +1 -1
- package/dist/dashboard/web/monitor-room.d.ts.map +1 -1
- package/dist/dashboard/web/monitor-room.js +3 -2
- package/dist/dashboard/web/monitor-room.js.map +1 -1
- package/dist/dashboard/web/overview-page.d.ts.map +1 -1
- package/dist/dashboard/web/overview-page.js +98 -63
- package/dist/dashboard/web/overview-page.js.map +1 -1
- package/dist/dashboard/web/roles-page.d.ts.map +1 -1
- package/dist/dashboard/web/roles-page.js +4 -3
- package/dist/dashboard/web/roles-page.js.map +1 -1
- package/dist/dashboard/web/schedules-page.d.ts.map +1 -1
- package/dist/dashboard/web/schedules-page.js +165 -18
- package/dist/dashboard/web/schedules-page.js.map +1 -1
- package/dist/dashboard/web/sessions-kanban.d.ts +2 -0
- package/dist/dashboard/web/sessions-kanban.d.ts.map +1 -1
- package/dist/dashboard/web/sessions-kanban.js +142 -24
- package/dist/dashboard/web/sessions-kanban.js.map +1 -1
- package/dist/dashboard/web/sessions-page.d.ts.map +1 -1
- package/dist/dashboard/web/sessions-page.js +177 -94
- package/dist/dashboard/web/sessions-page.js.map +1 -1
- package/dist/dashboard/web/sessions.d.ts.map +1 -1
- package/dist/dashboard/web/sessions.js +5 -4
- package/dist/dashboard/web/sessions.js.map +1 -1
- package/dist/dashboard/web/settings-page.d.ts +0 -8
- package/dist/dashboard/web/settings-page.d.ts.map +1 -1
- package/dist/dashboard/web/settings-page.js +185 -65
- package/dist/dashboard/web/settings-page.js.map +1 -1
- package/dist/dashboard/web/skills/skill-library-tab.d.ts +2 -0
- package/dist/dashboard/web/skills/skill-library-tab.d.ts.map +1 -1
- package/dist/dashboard/web/skills/skill-library-tab.js +15 -1
- package/dist/dashboard/web/skills/skill-library-tab.js.map +1 -1
- package/dist/dashboard/web/skills-page.d.ts.map +1 -1
- package/dist/dashboard/web/skills-page.js +5 -4
- package/dist/dashboard/web/skills-page.js.map +1 -1
- package/dist/dashboard/web/store.d.ts +5 -0
- package/dist/dashboard/web/store.d.ts.map +1 -1
- package/dist/dashboard/web/store.js +4 -0
- package/dist/dashboard/web/store.js.map +1 -1
- package/dist/dashboard/web/team-federation-page.d.ts.map +1 -1
- package/dist/dashboard/web/team-federation-page.js +3 -2
- package/dist/dashboard/web/team-federation-page.js.map +1 -1
- package/dist/dashboard/web/toast.d.ts +15 -0
- package/dist/dashboard/web/toast.d.ts.map +1 -0
- package/dist/dashboard/web/toast.js +70 -0
- package/dist/dashboard/web/toast.js.map +1 -0
- package/dist/dashboard/web/v3-components.d.ts.map +1 -1
- package/dist/dashboard/web/v3-components.js +2 -1
- package/dist/dashboard/web/v3-components.js.map +1 -1
- package/dist/dashboard/web/vc-consumer-profiles-section.d.ts +10 -12
- package/dist/dashboard/web/vc-consumer-profiles-section.d.ts.map +1 -1
- package/dist/dashboard/web/vc-consumer-profiles-section.js +219 -200
- package/dist/dashboard/web/vc-consumer-profiles-section.js.map +1 -1
- package/dist/dashboard/web/whiteboards-page.d.ts.map +1 -1
- package/dist/dashboard/web/whiteboards-page.js +2 -1
- package/dist/dashboard/web/whiteboards-page.js.map +1 -1
- package/dist/dashboard-web/app.js +1 -1
- package/dist/dashboard-web/chunks/agent-workbench-dock-page-LZSUOCEQ.js +1 -0
- package/dist/dashboard-web/chunks/agent-workbench-page-YONDRJU7.js +1 -0
- package/dist/dashboard-web/chunks/bot-defaults-page-X7LV6373.js +1 -0
- package/dist/dashboard-web/chunks/chunk-2PVRDXEL.js +1 -0
- package/dist/dashboard-web/chunks/chunk-53JUKBU2.js +10 -0
- package/dist/dashboard-web/chunks/{chunk-5CJMHTT4.js → chunk-5QX4OYOR.js} +1 -1
- package/dist/dashboard-web/chunks/{chunk-NACP7BMR.js → chunk-5VRVJFQR.js} +1 -1
- package/dist/dashboard-web/chunks/{chunk-FDZ7WOBW.js → chunk-6ROOZWYV.js} +1 -1
- package/dist/dashboard-web/chunks/{chunk-F6KNPF4R.js → chunk-CK22743G.js} +15 -19
- package/dist/dashboard-web/chunks/chunk-CVNIMUPY.js +25 -0
- package/dist/dashboard-web/chunks/chunk-GJC2TMWS.js +2 -0
- package/dist/dashboard-web/chunks/chunk-OT6L6G7R.js +1 -0
- package/dist/dashboard-web/chunks/chunk-QITAMHW6.js +1 -0
- package/dist/dashboard-web/chunks/chunk-RHVFZC5Z.js +1 -0
- package/dist/dashboard-web/chunks/chunk-SOBMN2VY.js +1 -0
- package/dist/dashboard-web/chunks/chunk-SZOB6VK2.js +1 -0
- package/dist/dashboard-web/chunks/chunk-XVIXNQGC.js +44 -0
- package/dist/dashboard-web/chunks/chunk-YUJF34ME.js +1 -0
- package/dist/dashboard-web/chunks/connectors-page-LB2HEJ7F.js +1 -0
- package/dist/dashboard-web/chunks/customization-page-4GXBYLG6.js +105 -0
- package/dist/dashboard-web/chunks/feedback-page-IZQ7VLDG.js +1 -0
- package/dist/dashboard-web/chunks/groups-page-4WCP5OEV.js +8 -0
- package/dist/dashboard-web/chunks/{insights-page-HJFDYR5N.js → insights-page-TXQHIPQL.js} +1 -1
- package/dist/dashboard-web/chunks/{monitor-room-V7PCP47V.js → monitor-room-VBRVWXCM.js} +8 -8
- package/dist/dashboard-web/chunks/monitoring-page-QDDZWERE.js +2 -0
- package/dist/dashboard-web/chunks/office-page-PENFNYPG.js +1 -0
- package/dist/dashboard-web/chunks/overview-page-BZQDP6MP.js +1 -0
- package/dist/dashboard-web/chunks/plugin-page-JX4GSWZS.js +1 -0
- package/dist/dashboard-web/chunks/roles-page-VPNINZNK.js +1 -0
- package/dist/dashboard-web/chunks/schedules-page-BITO6HEA.js +1 -0
- package/dist/dashboard-web/chunks/sessions-page-ZKCOVTD2.js +8 -0
- package/dist/dashboard-web/chunks/settings-page-UT6JDTS6.js +2 -0
- package/dist/dashboard-web/chunks/skills-page-GULXVAJY.js +4 -0
- package/dist/dashboard-web/chunks/team-federation-page-CUUJWGEG.js +1 -0
- package/dist/dashboard-web/chunks/v3-page-5WVJ5AUR.js +94 -0
- package/dist/dashboard-web/chunks/whiteboards-page-FZ2CME4H.js +1 -0
- package/dist/dashboard-web/design-tokens.css +236 -0
- package/dist/dashboard-web/index.html +1 -0
- package/dist/dashboard-web/style.css +1930 -114
- package/dist/dashboard.js +360 -279
- package/dist/dashboard.js.map +1 -1
- package/dist/desktop/renderer/app.js +6 -0
- package/dist/desktop/renderer/app.js.map +1 -1
- package/dist/dsh-runner.js +139 -17
- package/dist/dsh-runner.js.map +1 -1
- package/dist/global-config.d.ts +33 -2
- package/dist/global-config.d.ts.map +1 -1
- package/dist/global-config.js +62 -0
- package/dist/global-config.js.map +1 -1
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +13 -4
- package/dist/i18n/en.js.map +1 -1
- package/dist/i18n/index.d.ts +27 -3
- package/dist/i18n/index.d.ts.map +1 -1
- package/dist/i18n/index.js +33 -4
- package/dist/i18n/index.js.map +1 -1
- package/dist/i18n/zh.d.ts.map +1 -1
- package/dist/i18n/zh.js +13 -4
- package/dist/i18n/zh.js.map +1 -1
- package/dist/im/lark/card-builder.d.ts +2 -0
- package/dist/im/lark/card-builder.d.ts.map +1 -1
- package/dist/im/lark/card-builder.js +7 -4
- package/dist/im/lark/card-builder.js.map +1 -1
- package/dist/im/lark/card-handler.d.ts.map +1 -1
- package/dist/im/lark/card-handler.js +135 -20
- package/dist/im/lark/card-handler.js.map +1 -1
- package/dist/im/lark/event-dispatcher.d.ts +38 -3
- package/dist/im/lark/event-dispatcher.d.ts.map +1 -1
- package/dist/im/lark/event-dispatcher.js +163 -13
- package/dist/im/lark/event-dispatcher.js.map +1 -1
- package/dist/im/lark/v3-blocked-card-handler.d.ts.map +1 -1
- package/dist/im/lark/v3-blocked-card-handler.js +2 -1
- package/dist/im/lark/v3-blocked-card-handler.js.map +1 -1
- package/dist/im/lark/v3-blocked-card.d.ts +1 -1
- package/dist/im/lark/v3-blocked-card.d.ts.map +1 -1
- package/dist/im/lark/v3-blocked-card.js +14 -0
- package/dist/im/lark/v3-blocked-card.js.map +1 -1
- package/dist/index-core-only.js +2 -0
- package/dist/index-core-only.js.map +1 -1
- package/dist/index-daemon.js +3 -0
- package/dist/index-daemon.js.map +1 -1
- package/dist/platform/binding.d.ts +37 -0
- package/dist/platform/binding.d.ts.map +1 -1
- package/dist/platform/binding.js +15 -0
- package/dist/platform/binding.js.map +1 -1
- package/dist/services/bridge-turn-journal.d.ts +63 -0
- package/dist/services/bridge-turn-journal.d.ts.map +1 -0
- package/dist/services/bridge-turn-journal.js +149 -0
- package/dist/services/bridge-turn-journal.js.map +1 -0
- package/dist/services/bridge-turn-queue.d.ts +8 -1
- package/dist/services/bridge-turn-queue.d.ts.map +1 -1
- package/dist/services/bridge-turn-queue.js +2 -1
- package/dist/services/bridge-turn-queue.js.map +1 -1
- package/dist/services/codex-app-runner-protocol.d.ts +5 -0
- package/dist/services/codex-app-runner-protocol.d.ts.map +1 -1
- package/dist/services/codex-app-runner-protocol.js +5 -0
- package/dist/services/codex-app-runner-protocol.js.map +1 -1
- package/dist/services/customization-store.d.ts +93 -0
- package/dist/services/customization-store.d.ts.map +1 -0
- package/dist/services/customization-store.js +542 -0
- package/dist/services/customization-store.js.map +1 -0
- package/dist/services/file-bridge-path.d.ts.map +1 -1
- package/dist/services/file-bridge-path.js +3 -0
- package/dist/services/file-bridge-path.js.map +1 -1
- package/dist/services/grok-transcript.d.ts.map +1 -1
- package/dist/services/grok-transcript.js +44 -9
- package/dist/services/grok-transcript.js.map +1 -1
- package/dist/services/local-cli-opener.d.ts.map +1 -1
- package/dist/services/local-cli-opener.js +12 -3
- package/dist/services/local-cli-opener.js.map +1 -1
- package/dist/services/model-catalog.d.ts +54 -0
- package/dist/services/model-catalog.d.ts.map +1 -0
- package/dist/services/model-catalog.js +147 -0
- package/dist/services/model-catalog.js.map +1 -0
- package/dist/services/omp-transcript.d.ts +27 -0
- package/dist/services/omp-transcript.d.ts.map +1 -0
- package/dist/services/omp-transcript.js +214 -0
- package/dist/services/omp-transcript.js.map +1 -0
- package/dist/services/platform-team-store.d.ts +16 -8
- package/dist/services/platform-team-store.d.ts.map +1 -1
- package/dist/services/platform-team-store.js +17 -10
- package/dist/services/platform-team-store.js.map +1 -1
- package/dist/services/project-scanner.d.ts.map +1 -1
- package/dist/services/project-scanner.js +13 -8
- package/dist/services/project-scanner.js.map +1 -1
- package/dist/services/resumable-session-discovery.d.ts.map +1 -1
- package/dist/services/resumable-session-discovery.js +117 -35
- package/dist/services/resumable-session-discovery.js.map +1 -1
- package/dist/services/structured-bridge-clis.d.ts +5 -3
- package/dist/services/structured-bridge-clis.d.ts.map +1 -1
- package/dist/services/structured-bridge-clis.js +5 -1
- package/dist/services/structured-bridge-clis.js.map +1 -1
- package/dist/services/vc-meeting-action-gate.d.ts.map +1 -1
- package/dist/services/vc-meeting-action-gate.js +15 -4
- package/dist/services/vc-meeting-action-gate.js.map +1 -1
- package/dist/services/vc-meeting-consumer-profile-bootstrap.d.ts +46 -66
- package/dist/services/vc-meeting-consumer-profile-bootstrap.d.ts.map +1 -1
- package/dist/services/vc-meeting-consumer-profile-bootstrap.js +33 -292
- package/dist/services/vc-meeting-consumer-profile-bootstrap.js.map +1 -1
- package/dist/services/vc-meeting-consumer-profile-templates.js +3 -3
- package/dist/services/vc-meeting-consumer-profile-templates.js.map +1 -1
- package/dist/services/vc-meeting-delivery-store.d.ts +18 -0
- package/dist/services/vc-meeting-delivery-store.d.ts.map +1 -1
- package/dist/services/vc-meeting-delivery-store.js +55 -0
- package/dist/services/vc-meeting-delivery-store.js.map +1 -1
- package/dist/services/vc-meeting-send-policy.d.ts +21 -1
- package/dist/services/vc-meeting-send-policy.d.ts.map +1 -1
- package/dist/services/vc-meeting-send-policy.js +30 -2
- package/dist/services/vc-meeting-send-policy.js.map +1 -1
- package/dist/services/vc-meeting-shared-consumer-catalog-store.d.ts +78 -0
- package/dist/services/vc-meeting-shared-consumer-catalog-store.d.ts.map +1 -0
- package/dist/services/vc-meeting-shared-consumer-catalog-store.js +227 -0
- package/dist/services/vc-meeting-shared-consumer-catalog-store.js.map +1 -0
- package/dist/services/vc-meeting-shared-consumer-catalog.d.ts +53 -0
- package/dist/services/vc-meeting-shared-consumer-catalog.d.ts.map +1 -0
- package/dist/services/vc-meeting-shared-consumer-catalog.js +161 -0
- package/dist/services/vc-meeting-shared-consumer-catalog.js.map +1 -0
- package/dist/setup/bot-config-editor.d.ts.map +1 -1
- package/dist/setup/bot-config-editor.js +1 -0
- package/dist/setup/bot-config-editor.js.map +1 -1
- package/dist/setup/open-platform-automation.d.ts +20 -0
- package/dist/setup/open-platform-automation.d.ts.map +1 -1
- package/dist/setup/open-platform-automation.js +27 -0
- package/dist/setup/open-platform-automation.js.map +1 -1
- package/dist/skills/customization-bundle.d.ts +83 -0
- package/dist/skills/customization-bundle.d.ts.map +1 -0
- package/dist/skills/customization-bundle.js +214 -0
- package/dist/skills/customization-bundle.js.map +1 -0
- package/dist/skills/definitions.d.ts.map +1 -1
- package/dist/skills/definitions.js +10 -3
- package/dist/skills/definitions.js.map +1 -1
- package/dist/skills/effective-builtins.d.ts +38 -0
- package/dist/skills/effective-builtins.d.ts.map +1 -0
- package/dist/skills/effective-builtins.js +96 -0
- package/dist/skills/effective-builtins.js.map +1 -0
- package/dist/skills/injection-mode.d.ts +4 -1
- package/dist/skills/injection-mode.d.ts.map +1 -1
- package/dist/skills/injection-mode.js +11 -3
- package/dist/skills/injection-mode.js.map +1 -1
- package/dist/skills/installer.d.ts.map +1 -1
- package/dist/skills/installer.js +24 -1
- package/dist/skills/installer.js.map +1 -1
- package/dist/skills/prompt-fragments.d.ts +58 -0
- package/dist/skills/prompt-fragments.d.ts.map +1 -0
- package/dist/skills/prompt-fragments.js +88 -0
- package/dist/skills/prompt-fragments.js.map +1 -0
- package/dist/types.d.ts +51 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/cli-usage-limit.d.ts +50 -0
- package/dist/utils/cli-usage-limit.d.ts.map +1 -1
- package/dist/utils/cli-usage-limit.js +43 -0
- package/dist/utils/cli-usage-limit.js.map +1 -1
- package/dist/utils/idle-detector.d.ts +12 -0
- package/dist/utils/idle-detector.d.ts.map +1 -1
- package/dist/utils/idle-detector.js +88 -2
- package/dist/utils/idle-detector.js.map +1 -1
- package/dist/utils/stuck-detector.d.ts +5 -0
- package/dist/utils/stuck-detector.d.ts.map +1 -1
- package/dist/utils/stuck-detector.js +41 -0
- package/dist/utils/stuck-detector.js.map +1 -1
- package/dist/utils/usage-limit-tracker.d.ts +46 -0
- package/dist/utils/usage-limit-tracker.d.ts.map +1 -0
- package/dist/utils/usage-limit-tracker.js +91 -0
- package/dist/utils/usage-limit-tracker.js.map +1 -0
- package/dist/utils/user-token.js +1 -1
- package/dist/utils/user-token.js.map +1 -1
- package/dist/worker.js +812 -125
- package/dist/worker.js.map +1 -1
- package/dist/workflows/definition.d.ts +14 -14
- package/dist/workflows/events/payloads.d.ts +12 -12
- package/dist/workflows/events/schema.d.ts +164 -164
- package/dist/workflows/migration/v2-to-v3.js +1 -1
- package/dist/workflows/migration/v2-to-v3.js.map +1 -1
- package/dist/workflows/v3/architect.d.ts.map +1 -1
- package/dist/workflows/v3/architect.js +11 -5
- package/dist/workflows/v3/architect.js.map +1 -1
- package/dist/workflows/v3/artifact-contract-declarations.d.ts +22 -0
- package/dist/workflows/v3/artifact-contract-declarations.d.ts.map +1 -0
- package/dist/workflows/v3/artifact-contract-declarations.js +95 -0
- package/dist/workflows/v3/artifact-contract-declarations.js.map +1 -0
- package/dist/workflows/v3/contract.d.ts +1 -0
- package/dist/workflows/v3/contract.d.ts.map +1 -1
- package/dist/workflows/v3/contract.js.map +1 -1
- package/dist/workflows/v3/daemon-run.d.ts +2 -2
- package/dist/workflows/v3/daemon-run.d.ts.map +1 -1
- package/dist/workflows/v3/daemon-run.js +4 -0
- package/dist/workflows/v3/daemon-run.js.map +1 -1
- package/dist/workflows/v3/dag.d.ts +7 -0
- package/dist/workflows/v3/dag.d.ts.map +1 -1
- package/dist/workflows/v3/dag.js +69 -8
- package/dist/workflows/v3/dag.js.map +1 -1
- package/dist/workflows/v3/ephemeral-pool.js +1 -1
- package/dist/workflows/v3/ephemeral-pool.js.map +1 -1
- package/dist/workflows/v3/event-contract.d.ts +3 -1
- package/dist/workflows/v3/event-contract.d.ts.map +1 -1
- package/dist/workflows/v3/host.d.ts.map +1 -1
- package/dist/workflows/v3/host.js +5 -1
- package/dist/workflows/v3/host.js.map +1 -1
- package/dist/workflows/v3/journal.d.ts +1 -1
- package/dist/workflows/v3/journal.d.ts.map +1 -1
- package/dist/workflows/v3/journal.js.map +1 -1
- package/dist/workflows/v3/library-materialize.d.ts.map +1 -1
- package/dist/workflows/v3/library-materialize.js +9 -1
- package/dist/workflows/v3/library-materialize.js.map +1 -1
- package/dist/workflows/v3/library-schema.d.ts +3 -1
- package/dist/workflows/v3/library-schema.d.ts.map +1 -1
- package/dist/workflows/v3/library-schema.js +20 -4
- package/dist/workflows/v3/library-schema.js.map +1 -1
- package/dist/workflows/v3/library-store.d.ts.map +1 -1
- package/dist/workflows/v3/library-store.js +15 -3
- package/dist/workflows/v3/library-store.js.map +1 -1
- package/dist/workflows/v3/run-envelope.d.ts +16 -16
- package/dist/workflows/v3/shared-node-runtime.d.ts +2 -1
- package/dist/workflows/v3/shared-node-runtime.d.ts.map +1 -1
- package/dist/workflows/v3/shared-node-runtime.js +48 -7
- package/dist/workflows/v3/shared-node-runtime.js.map +1 -1
- package/package.json +2 -1
- package/dist/dashboard-web/chunks/agent-workbench-dock-page-IKAC5CFL.js +0 -1
- package/dist/dashboard-web/chunks/agent-workbench-page-M53UN5EB.js +0 -1
- package/dist/dashboard-web/chunks/bot-defaults-page-YKE5SDZF.js +0 -10
- package/dist/dashboard-web/chunks/chunk-22WIADUT.js +0 -2
- package/dist/dashboard-web/chunks/chunk-24ONYQMR.js +0 -1
- package/dist/dashboard-web/chunks/chunk-2W6SCN3M.js +0 -1
- package/dist/dashboard-web/chunks/chunk-4XNJX6B3.js +0 -1
- package/dist/dashboard-web/chunks/chunk-5THX4DI2.js +0 -66
- package/dist/dashboard-web/chunks/chunk-7SZRL6FY.js +0 -1
- package/dist/dashboard-web/chunks/chunk-AGCPF6MT.js +0 -1
- package/dist/dashboard-web/chunks/chunk-FXW3V4JR.js +0 -1
- package/dist/dashboard-web/chunks/chunk-SYC6D5XU.js +0 -1
- package/dist/dashboard-web/chunks/connectors-page-VOISXXII.js +0 -1
- package/dist/dashboard-web/chunks/feedback-page-RN6HRZMS.js +0 -1
- package/dist/dashboard-web/chunks/groups-page-UQT6DCB7.js +0 -8
- package/dist/dashboard-web/chunks/monitoring-page-NKEKVQAP.js +0 -2
- package/dist/dashboard-web/chunks/office-page-GVJF73XW.js +0 -1
- package/dist/dashboard-web/chunks/overview-page-KHLV6VTI.js +0 -1
- package/dist/dashboard-web/chunks/plugin-page-J3OF5IY4.js +0 -1
- package/dist/dashboard-web/chunks/roles-page-WQIRSOLZ.js +0 -1
- package/dist/dashboard-web/chunks/schedules-page-J2DEY2X6.js +0 -1
- package/dist/dashboard-web/chunks/sessions-page-7BQFEA5P.js +0 -8
- package/dist/dashboard-web/chunks/settings-page-BJEIOFJH.js +0 -2
- package/dist/dashboard-web/chunks/skills-page-HGIFR3IU.js +0 -4
- package/dist/dashboard-web/chunks/team-federation-page-MR5ZPL4B.js +0 -1
- package/dist/dashboard-web/chunks/v3-page-GBR5JWPE.js +0 -94
- package/dist/dashboard-web/chunks/whiteboards-page-QAZM4BN3.js +0 -1
- package/dist/services/vc-meeting-consumer-profile-store.d.ts +0 -39
- package/dist/services/vc-meeting-consumer-profile-store.d.ts.map +0 -1
- package/dist/services/vc-meeting-consumer-profile-store.js +0 -191
- package/dist/services/vc-meeting-consumer-profile-store.js.map +0 -1
|
@@ -53,12 +53,12 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
|
|
|
53
53
|
readOnly: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
54
54
|
deny: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
55
55
|
}, "strip", z.ZodTypeAny, {
|
|
56
|
-
readOnly?: string[] | undefined;
|
|
57
56
|
deny?: string[] | undefined;
|
|
57
|
+
readOnly?: string[] | undefined;
|
|
58
58
|
readWrite?: string[] | undefined;
|
|
59
59
|
}, {
|
|
60
|
-
readOnly?: string[] | undefined;
|
|
61
60
|
deny?: string[] | undefined;
|
|
61
|
+
readOnly?: string[] | undefined;
|
|
62
62
|
readWrite?: string[] | undefined;
|
|
63
63
|
}>>;
|
|
64
64
|
sandboxHidePaths: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -72,8 +72,8 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
|
|
|
72
72
|
cliId?: string | undefined;
|
|
73
73
|
sandbox?: boolean | undefined;
|
|
74
74
|
sandboxPaths?: {
|
|
75
|
-
readOnly?: string[] | undefined;
|
|
76
75
|
deny?: string[] | undefined;
|
|
76
|
+
readOnly?: string[] | undefined;
|
|
77
77
|
readWrite?: string[] | undefined;
|
|
78
78
|
} | undefined;
|
|
79
79
|
sandboxHidePaths?: string[] | undefined;
|
|
@@ -87,8 +87,8 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
|
|
|
87
87
|
cliId?: string | undefined;
|
|
88
88
|
sandbox?: boolean | undefined;
|
|
89
89
|
sandboxPaths?: {
|
|
90
|
-
readOnly?: string[] | undefined;
|
|
91
90
|
deny?: string[] | undefined;
|
|
91
|
+
readOnly?: string[] | undefined;
|
|
92
92
|
readWrite?: string[] | undefined;
|
|
93
93
|
} | undefined;
|
|
94
94
|
sandboxHidePaths?: string[] | undefined;
|
|
@@ -114,8 +114,8 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
|
|
|
114
114
|
cliId?: string | undefined;
|
|
115
115
|
sandbox?: boolean | undefined;
|
|
116
116
|
sandboxPaths?: {
|
|
117
|
-
readOnly?: string[] | undefined;
|
|
118
117
|
deny?: string[] | undefined;
|
|
118
|
+
readOnly?: string[] | undefined;
|
|
119
119
|
readWrite?: string[] | undefined;
|
|
120
120
|
} | undefined;
|
|
121
121
|
sandboxHidePaths?: string[] | undefined;
|
|
@@ -141,8 +141,8 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
|
|
|
141
141
|
cliId?: string | undefined;
|
|
142
142
|
sandbox?: boolean | undefined;
|
|
143
143
|
sandboxPaths?: {
|
|
144
|
-
readOnly?: string[] | undefined;
|
|
145
144
|
deny?: string[] | undefined;
|
|
145
|
+
readOnly?: string[] | undefined;
|
|
146
146
|
readWrite?: string[] | undefined;
|
|
147
147
|
} | undefined;
|
|
148
148
|
sandboxHidePaths?: string[] | undefined;
|
|
@@ -189,8 +189,8 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
|
|
|
189
189
|
cliId?: string | undefined;
|
|
190
190
|
sandbox?: boolean | undefined;
|
|
191
191
|
sandboxPaths?: {
|
|
192
|
-
readOnly?: string[] | undefined;
|
|
193
192
|
deny?: string[] | undefined;
|
|
193
|
+
readOnly?: string[] | undefined;
|
|
194
194
|
readWrite?: string[] | undefined;
|
|
195
195
|
} | undefined;
|
|
196
196
|
sandboxHidePaths?: string[] | undefined;
|
|
@@ -202,8 +202,8 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
|
|
|
202
202
|
schemaVersion: number;
|
|
203
203
|
bytes: number;
|
|
204
204
|
};
|
|
205
|
-
runId: string;
|
|
206
205
|
schemaVersion: 1;
|
|
206
|
+
runId: string;
|
|
207
207
|
timestamp: number;
|
|
208
208
|
eventId: string;
|
|
209
209
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -229,8 +229,8 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
|
|
|
229
229
|
cliId?: string | undefined;
|
|
230
230
|
sandbox?: boolean | undefined;
|
|
231
231
|
sandboxPaths?: {
|
|
232
|
-
readOnly?: string[] | undefined;
|
|
233
232
|
deny?: string[] | undefined;
|
|
233
|
+
readOnly?: string[] | undefined;
|
|
234
234
|
readWrite?: string[] | undefined;
|
|
235
235
|
} | undefined;
|
|
236
236
|
sandboxHidePaths?: string[] | undefined;
|
|
@@ -242,8 +242,8 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
|
|
|
242
242
|
schemaVersion: number;
|
|
243
243
|
bytes: number;
|
|
244
244
|
};
|
|
245
|
-
runId: string;
|
|
246
245
|
schemaVersion: 1;
|
|
246
|
+
runId: string;
|
|
247
247
|
timestamp: number;
|
|
248
248
|
eventId: string;
|
|
249
249
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -277,8 +277,8 @@ export declare const RunStartedEventSchema: z.ZodObject<{
|
|
|
277
277
|
schemaVersion: number;
|
|
278
278
|
bytes: number;
|
|
279
279
|
};
|
|
280
|
-
runId: string;
|
|
281
280
|
schemaVersion: 1;
|
|
281
|
+
runId: string;
|
|
282
282
|
timestamp: number;
|
|
283
283
|
eventId: string;
|
|
284
284
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -290,8 +290,8 @@ export declare const RunStartedEventSchema: z.ZodObject<{
|
|
|
290
290
|
schemaVersion: number;
|
|
291
291
|
bytes: number;
|
|
292
292
|
};
|
|
293
|
-
runId: string;
|
|
294
293
|
schemaVersion: 1;
|
|
294
|
+
runId: string;
|
|
295
295
|
timestamp: number;
|
|
296
296
|
eventId: string;
|
|
297
297
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -369,8 +369,8 @@ export declare const RunSucceededEventSchema: z.ZodObject<{
|
|
|
369
369
|
schemaVersion: number;
|
|
370
370
|
bytes: number;
|
|
371
371
|
};
|
|
372
|
-
runId: string;
|
|
373
372
|
schemaVersion: 1;
|
|
373
|
+
runId: string;
|
|
374
374
|
timestamp: number;
|
|
375
375
|
eventId: string;
|
|
376
376
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -390,8 +390,8 @@ export declare const RunSucceededEventSchema: z.ZodObject<{
|
|
|
390
390
|
schemaVersion: number;
|
|
391
391
|
bytes: number;
|
|
392
392
|
};
|
|
393
|
-
runId: string;
|
|
394
393
|
schemaVersion: 1;
|
|
394
|
+
runId: string;
|
|
395
395
|
timestamp: number;
|
|
396
396
|
eventId: string;
|
|
397
397
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -437,8 +437,8 @@ export declare const RunFailedEventSchema: z.ZodObject<{
|
|
|
437
437
|
schemaVersion: number;
|
|
438
438
|
bytes: number;
|
|
439
439
|
};
|
|
440
|
-
runId: string;
|
|
441
440
|
schemaVersion: 1;
|
|
441
|
+
runId: string;
|
|
442
442
|
timestamp: number;
|
|
443
443
|
eventId: string;
|
|
444
444
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -453,8 +453,8 @@ export declare const RunFailedEventSchema: z.ZodObject<{
|
|
|
453
453
|
schemaVersion: number;
|
|
454
454
|
bytes: number;
|
|
455
455
|
};
|
|
456
|
-
runId: string;
|
|
457
456
|
schemaVersion: 1;
|
|
457
|
+
runId: string;
|
|
458
458
|
timestamp: number;
|
|
459
459
|
eventId: string;
|
|
460
460
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -496,8 +496,8 @@ export declare const RunCanceledEventSchema: z.ZodObject<{
|
|
|
496
496
|
schemaVersion: number;
|
|
497
497
|
bytes: number;
|
|
498
498
|
};
|
|
499
|
-
runId: string;
|
|
500
499
|
schemaVersion: 1;
|
|
500
|
+
runId: string;
|
|
501
501
|
timestamp: number;
|
|
502
502
|
eventId: string;
|
|
503
503
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -511,8 +511,8 @@ export declare const RunCanceledEventSchema: z.ZodObject<{
|
|
|
511
511
|
schemaVersion: number;
|
|
512
512
|
bytes: number;
|
|
513
513
|
};
|
|
514
|
-
runId: string;
|
|
515
514
|
schemaVersion: 1;
|
|
515
|
+
runId: string;
|
|
516
516
|
timestamp: number;
|
|
517
517
|
eventId: string;
|
|
518
518
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -562,8 +562,8 @@ export declare const NodeWaitingEventSchema: z.ZodObject<{
|
|
|
562
562
|
schemaVersion: number;
|
|
563
563
|
bytes: number;
|
|
564
564
|
};
|
|
565
|
-
runId: string;
|
|
566
565
|
schemaVersion: 1;
|
|
566
|
+
runId: string;
|
|
567
567
|
timestamp: number;
|
|
568
568
|
eventId: string;
|
|
569
569
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -579,8 +579,8 @@ export declare const NodeWaitingEventSchema: z.ZodObject<{
|
|
|
579
579
|
schemaVersion: number;
|
|
580
580
|
bytes: number;
|
|
581
581
|
};
|
|
582
|
-
runId: string;
|
|
583
582
|
schemaVersion: 1;
|
|
583
|
+
runId: string;
|
|
584
584
|
timestamp: number;
|
|
585
585
|
eventId: string;
|
|
586
586
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -630,8 +630,8 @@ export declare const NodeRetryingEventSchema: z.ZodObject<{
|
|
|
630
630
|
schemaVersion: number;
|
|
631
631
|
bytes: number;
|
|
632
632
|
};
|
|
633
|
-
runId: string;
|
|
634
633
|
schemaVersion: 1;
|
|
634
|
+
runId: string;
|
|
635
635
|
timestamp: number;
|
|
636
636
|
eventId: string;
|
|
637
637
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -647,8 +647,8 @@ export declare const NodeRetryingEventSchema: z.ZodObject<{
|
|
|
647
647
|
schemaVersion: number;
|
|
648
648
|
bytes: number;
|
|
649
649
|
};
|
|
650
|
-
runId: string;
|
|
651
650
|
schemaVersion: 1;
|
|
651
|
+
runId: string;
|
|
652
652
|
timestamp: number;
|
|
653
653
|
eventId: string;
|
|
654
654
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -694,8 +694,8 @@ export declare const NodeSucceededEventSchema: z.ZodObject<{
|
|
|
694
694
|
schemaVersion: number;
|
|
695
695
|
bytes: number;
|
|
696
696
|
};
|
|
697
|
-
runId: string;
|
|
698
697
|
schemaVersion: 1;
|
|
698
|
+
runId: string;
|
|
699
699
|
timestamp: number;
|
|
700
700
|
eventId: string;
|
|
701
701
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -710,8 +710,8 @@ export declare const NodeSucceededEventSchema: z.ZodObject<{
|
|
|
710
710
|
schemaVersion: number;
|
|
711
711
|
bytes: number;
|
|
712
712
|
};
|
|
713
|
-
runId: string;
|
|
714
713
|
schemaVersion: 1;
|
|
714
|
+
runId: string;
|
|
715
715
|
timestamp: number;
|
|
716
716
|
eventId: string;
|
|
717
717
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -761,8 +761,8 @@ export declare const NodeFailedEventSchema: z.ZodObject<{
|
|
|
761
761
|
schemaVersion: number;
|
|
762
762
|
bytes: number;
|
|
763
763
|
};
|
|
764
|
-
runId: string;
|
|
765
764
|
schemaVersion: 1;
|
|
765
|
+
runId: string;
|
|
766
766
|
timestamp: number;
|
|
767
767
|
eventId: string;
|
|
768
768
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -778,8 +778,8 @@ export declare const NodeFailedEventSchema: z.ZodObject<{
|
|
|
778
778
|
schemaVersion: number;
|
|
779
779
|
bytes: number;
|
|
780
780
|
};
|
|
781
|
-
runId: string;
|
|
782
781
|
schemaVersion: 1;
|
|
782
|
+
runId: string;
|
|
783
783
|
timestamp: number;
|
|
784
784
|
eventId: string;
|
|
785
785
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -825,8 +825,8 @@ export declare const NodeSkippedEventSchema: z.ZodObject<{
|
|
|
825
825
|
schemaVersion: number;
|
|
826
826
|
bytes: number;
|
|
827
827
|
};
|
|
828
|
-
runId: string;
|
|
829
828
|
schemaVersion: 1;
|
|
829
|
+
runId: string;
|
|
830
830
|
timestamp: number;
|
|
831
831
|
eventId: string;
|
|
832
832
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -841,8 +841,8 @@ export declare const NodeSkippedEventSchema: z.ZodObject<{
|
|
|
841
841
|
schemaVersion: number;
|
|
842
842
|
bytes: number;
|
|
843
843
|
};
|
|
844
|
-
runId: string;
|
|
845
844
|
schemaVersion: 1;
|
|
845
|
+
runId: string;
|
|
846
846
|
timestamp: number;
|
|
847
847
|
eventId: string;
|
|
848
848
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -888,8 +888,8 @@ export declare const NodeCanceledEventSchema: z.ZodObject<{
|
|
|
888
888
|
schemaVersion: number;
|
|
889
889
|
bytes: number;
|
|
890
890
|
};
|
|
891
|
-
runId: string;
|
|
892
891
|
schemaVersion: 1;
|
|
892
|
+
runId: string;
|
|
893
893
|
timestamp: number;
|
|
894
894
|
eventId: string;
|
|
895
895
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -904,8 +904,8 @@ export declare const NodeCanceledEventSchema: z.ZodObject<{
|
|
|
904
904
|
schemaVersion: number;
|
|
905
905
|
bytes: number;
|
|
906
906
|
};
|
|
907
|
-
runId: string;
|
|
908
907
|
schemaVersion: 1;
|
|
908
|
+
runId: string;
|
|
909
909
|
timestamp: number;
|
|
910
910
|
eventId: string;
|
|
911
911
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -955,8 +955,8 @@ export declare const ActivityRunningEventSchema: z.ZodObject<{
|
|
|
955
955
|
schemaVersion: number;
|
|
956
956
|
bytes: number;
|
|
957
957
|
};
|
|
958
|
-
runId: string;
|
|
959
958
|
schemaVersion: 1;
|
|
959
|
+
runId: string;
|
|
960
960
|
timestamp: number;
|
|
961
961
|
eventId: string;
|
|
962
962
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -972,8 +972,8 @@ export declare const ActivityRunningEventSchema: z.ZodObject<{
|
|
|
972
972
|
schemaVersion: number;
|
|
973
973
|
bytes: number;
|
|
974
974
|
};
|
|
975
|
-
runId: string;
|
|
976
975
|
schemaVersion: 1;
|
|
976
|
+
runId: string;
|
|
977
977
|
timestamp: number;
|
|
978
978
|
eventId: string;
|
|
979
979
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1019,8 +1019,8 @@ export declare const ActivityWaitingEventSchema: z.ZodObject<{
|
|
|
1019
1019
|
schemaVersion: number;
|
|
1020
1020
|
bytes: number;
|
|
1021
1021
|
};
|
|
1022
|
-
runId: string;
|
|
1023
1022
|
schemaVersion: 1;
|
|
1023
|
+
runId: string;
|
|
1024
1024
|
timestamp: number;
|
|
1025
1025
|
eventId: string;
|
|
1026
1026
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1035,8 +1035,8 @@ export declare const ActivityWaitingEventSchema: z.ZodObject<{
|
|
|
1035
1035
|
schemaVersion: number;
|
|
1036
1036
|
bytes: number;
|
|
1037
1037
|
};
|
|
1038
|
-
runId: string;
|
|
1039
1038
|
schemaVersion: 1;
|
|
1039
|
+
runId: string;
|
|
1040
1040
|
timestamp: number;
|
|
1041
1041
|
eventId: string;
|
|
1042
1042
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1094,8 +1094,8 @@ export declare const ActivityTimedOutEventSchema: z.ZodObject<{
|
|
|
1094
1094
|
schemaVersion: number;
|
|
1095
1095
|
bytes: number;
|
|
1096
1096
|
};
|
|
1097
|
-
runId: string;
|
|
1098
1097
|
schemaVersion: 1;
|
|
1098
|
+
runId: string;
|
|
1099
1099
|
timestamp: number;
|
|
1100
1100
|
eventId: string;
|
|
1101
1101
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1113,8 +1113,8 @@ export declare const ActivityTimedOutEventSchema: z.ZodObject<{
|
|
|
1113
1113
|
schemaVersion: number;
|
|
1114
1114
|
bytes: number;
|
|
1115
1115
|
};
|
|
1116
|
-
runId: string;
|
|
1117
1116
|
schemaVersion: 1;
|
|
1117
|
+
runId: string;
|
|
1118
1118
|
timestamp: number;
|
|
1119
1119
|
eventId: string;
|
|
1120
1120
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1160,8 +1160,8 @@ export declare const LoopStartedEventSchema: z.ZodObject<{
|
|
|
1160
1160
|
schemaVersion: number;
|
|
1161
1161
|
bytes: number;
|
|
1162
1162
|
};
|
|
1163
|
-
runId: string;
|
|
1164
1163
|
schemaVersion: 1;
|
|
1164
|
+
runId: string;
|
|
1165
1165
|
timestamp: number;
|
|
1166
1166
|
eventId: string;
|
|
1167
1167
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1176,8 +1176,8 @@ export declare const LoopStartedEventSchema: z.ZodObject<{
|
|
|
1176
1176
|
schemaVersion: number;
|
|
1177
1177
|
bytes: number;
|
|
1178
1178
|
};
|
|
1179
|
-
runId: string;
|
|
1180
1179
|
schemaVersion: 1;
|
|
1180
|
+
runId: string;
|
|
1181
1181
|
timestamp: number;
|
|
1182
1182
|
eventId: string;
|
|
1183
1183
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1227,8 +1227,8 @@ export declare const LoopIterationStartedEventSchema: z.ZodObject<{
|
|
|
1227
1227
|
schemaVersion: number;
|
|
1228
1228
|
bytes: number;
|
|
1229
1229
|
};
|
|
1230
|
-
runId: string;
|
|
1231
1230
|
schemaVersion: 1;
|
|
1231
|
+
runId: string;
|
|
1232
1232
|
timestamp: number;
|
|
1233
1233
|
eventId: string;
|
|
1234
1234
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1244,8 +1244,8 @@ export declare const LoopIterationStartedEventSchema: z.ZodObject<{
|
|
|
1244
1244
|
schemaVersion: number;
|
|
1245
1245
|
bytes: number;
|
|
1246
1246
|
};
|
|
1247
|
-
runId: string;
|
|
1248
1247
|
schemaVersion: 1;
|
|
1248
|
+
runId: string;
|
|
1249
1249
|
timestamp: number;
|
|
1250
1250
|
eventId: string;
|
|
1251
1251
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1315,8 +1315,8 @@ export declare const LoopIterationFinishedEventSchema: z.ZodObject<{
|
|
|
1315
1315
|
schemaVersion: number;
|
|
1316
1316
|
bytes: number;
|
|
1317
1317
|
};
|
|
1318
|
-
runId: string;
|
|
1319
1318
|
schemaVersion: 1;
|
|
1319
|
+
runId: string;
|
|
1320
1320
|
timestamp: number;
|
|
1321
1321
|
eventId: string;
|
|
1322
1322
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1337,8 +1337,8 @@ export declare const LoopIterationFinishedEventSchema: z.ZodObject<{
|
|
|
1337
1337
|
schemaVersion: number;
|
|
1338
1338
|
bytes: number;
|
|
1339
1339
|
};
|
|
1340
|
-
runId: string;
|
|
1341
1340
|
schemaVersion: 1;
|
|
1341
|
+
runId: string;
|
|
1342
1342
|
timestamp: number;
|
|
1343
1343
|
eventId: string;
|
|
1344
1344
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1436,8 +1436,8 @@ export declare const LoopFinishedEventSchema: z.ZodObject<{
|
|
|
1436
1436
|
schemaVersion: number;
|
|
1437
1437
|
bytes: number;
|
|
1438
1438
|
};
|
|
1439
|
-
runId: string;
|
|
1440
1439
|
schemaVersion: 1;
|
|
1440
|
+
runId: string;
|
|
1441
1441
|
timestamp: number;
|
|
1442
1442
|
eventId: string;
|
|
1443
1443
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1462,8 +1462,8 @@ export declare const LoopFinishedEventSchema: z.ZodObject<{
|
|
|
1462
1462
|
schemaVersion: number;
|
|
1463
1463
|
bytes: number;
|
|
1464
1464
|
};
|
|
1465
|
-
runId: string;
|
|
1466
1465
|
schemaVersion: 1;
|
|
1466
|
+
runId: string;
|
|
1467
1467
|
timestamp: number;
|
|
1468
1468
|
eventId: string;
|
|
1469
1469
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1517,8 +1517,8 @@ export declare const ConditionEvaluatedEventSchema: z.ZodObject<{
|
|
|
1517
1517
|
schemaVersion: number;
|
|
1518
1518
|
bytes: number;
|
|
1519
1519
|
};
|
|
1520
|
-
runId: string;
|
|
1521
1520
|
schemaVersion: 1;
|
|
1521
|
+
runId: string;
|
|
1522
1522
|
timestamp: number;
|
|
1523
1523
|
eventId: string;
|
|
1524
1524
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1535,8 +1535,8 @@ export declare const ConditionEvaluatedEventSchema: z.ZodObject<{
|
|
|
1535
1535
|
schemaVersion: number;
|
|
1536
1536
|
bytes: number;
|
|
1537
1537
|
};
|
|
1538
|
-
runId: string;
|
|
1539
1538
|
schemaVersion: 1;
|
|
1539
|
+
runId: string;
|
|
1540
1540
|
timestamp: number;
|
|
1541
1541
|
eventId: string;
|
|
1542
1542
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1594,8 +1594,8 @@ export declare const LeaseSignedEventSchema: z.ZodObject<{
|
|
|
1594
1594
|
schemaVersion: number;
|
|
1595
1595
|
bytes: number;
|
|
1596
1596
|
};
|
|
1597
|
-
runId: string;
|
|
1598
1597
|
schemaVersion: 1;
|
|
1598
|
+
runId: string;
|
|
1599
1599
|
timestamp: number;
|
|
1600
1600
|
eventId: string;
|
|
1601
1601
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1613,8 +1613,8 @@ export declare const LeaseSignedEventSchema: z.ZodObject<{
|
|
|
1613
1613
|
schemaVersion: number;
|
|
1614
1614
|
bytes: number;
|
|
1615
1615
|
};
|
|
1616
|
-
runId: string;
|
|
1617
1616
|
schemaVersion: 1;
|
|
1617
|
+
runId: string;
|
|
1618
1618
|
timestamp: number;
|
|
1619
1619
|
eventId: string;
|
|
1620
1620
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1708,8 +1708,8 @@ export declare const AttemptCreatedEventSchema: z.ZodObject<{
|
|
|
1708
1708
|
schemaVersion: number;
|
|
1709
1709
|
bytes: number;
|
|
1710
1710
|
};
|
|
1711
|
-
runId: string;
|
|
1712
1711
|
schemaVersion: 1;
|
|
1712
|
+
runId: string;
|
|
1713
1713
|
timestamp: number;
|
|
1714
1714
|
eventId: string;
|
|
1715
1715
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1733,8 +1733,8 @@ export declare const AttemptCreatedEventSchema: z.ZodObject<{
|
|
|
1733
1733
|
schemaVersion: number;
|
|
1734
1734
|
bytes: number;
|
|
1735
1735
|
};
|
|
1736
|
-
runId: string;
|
|
1737
1736
|
schemaVersion: 1;
|
|
1737
|
+
runId: string;
|
|
1738
1738
|
timestamp: number;
|
|
1739
1739
|
eventId: string;
|
|
1740
1740
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1818,8 +1818,8 @@ export declare const BackoffScheduledEventSchema: z.ZodObject<{
|
|
|
1818
1818
|
schemaVersion: number;
|
|
1819
1819
|
bytes: number;
|
|
1820
1820
|
};
|
|
1821
|
-
runId: string;
|
|
1822
1821
|
schemaVersion: 1;
|
|
1822
|
+
runId: string;
|
|
1823
1823
|
timestamp: number;
|
|
1824
1824
|
eventId: string;
|
|
1825
1825
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1841,8 +1841,8 @@ export declare const BackoffScheduledEventSchema: z.ZodObject<{
|
|
|
1841
1841
|
schemaVersion: number;
|
|
1842
1842
|
bytes: number;
|
|
1843
1843
|
};
|
|
1844
|
-
runId: string;
|
|
1845
1844
|
schemaVersion: 1;
|
|
1845
|
+
runId: string;
|
|
1846
1846
|
timestamp: number;
|
|
1847
1847
|
eventId: string;
|
|
1848
1848
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1888,8 +1888,8 @@ export declare const BackoffElapsedEventSchema: z.ZodObject<{
|
|
|
1888
1888
|
schemaVersion: number;
|
|
1889
1889
|
bytes: number;
|
|
1890
1890
|
};
|
|
1891
|
-
runId: string;
|
|
1892
1891
|
schemaVersion: 1;
|
|
1892
|
+
runId: string;
|
|
1893
1893
|
timestamp: number;
|
|
1894
1894
|
eventId: string;
|
|
1895
1895
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1904,8 +1904,8 @@ export declare const BackoffElapsedEventSchema: z.ZodObject<{
|
|
|
1904
1904
|
schemaVersion: number;
|
|
1905
1905
|
bytes: number;
|
|
1906
1906
|
};
|
|
1907
|
-
runId: string;
|
|
1908
1907
|
schemaVersion: 1;
|
|
1908
|
+
runId: string;
|
|
1909
1909
|
timestamp: number;
|
|
1910
1910
|
eventId: string;
|
|
1911
1911
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1967,8 +1967,8 @@ export declare const EffectAttemptedEventSchema: z.ZodObject<{
|
|
|
1967
1967
|
schemaVersion: number;
|
|
1968
1968
|
bytes: number;
|
|
1969
1969
|
};
|
|
1970
|
-
runId: string;
|
|
1971
1970
|
schemaVersion: 1;
|
|
1971
|
+
runId: string;
|
|
1972
1972
|
timestamp: number;
|
|
1973
1973
|
eventId: string;
|
|
1974
1974
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -1987,8 +1987,8 @@ export declare const EffectAttemptedEventSchema: z.ZodObject<{
|
|
|
1987
1987
|
schemaVersion: number;
|
|
1988
1988
|
bytes: number;
|
|
1989
1989
|
};
|
|
1990
|
-
runId: string;
|
|
1991
1990
|
schemaVersion: 1;
|
|
1991
|
+
runId: string;
|
|
1992
1992
|
timestamp: number;
|
|
1993
1993
|
eventId: string;
|
|
1994
1994
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2078,8 +2078,8 @@ export declare const ActivitySucceededEventSchema: z.ZodObject<{
|
|
|
2078
2078
|
schemaVersion: number;
|
|
2079
2079
|
bytes: number;
|
|
2080
2080
|
};
|
|
2081
|
-
runId: string;
|
|
2082
2081
|
schemaVersion: 1;
|
|
2082
|
+
runId: string;
|
|
2083
2083
|
timestamp: number;
|
|
2084
2084
|
eventId: string;
|
|
2085
2085
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2102,8 +2102,8 @@ export declare const ActivitySucceededEventSchema: z.ZodObject<{
|
|
|
2102
2102
|
schemaVersion: number;
|
|
2103
2103
|
bytes: number;
|
|
2104
2104
|
};
|
|
2105
|
-
runId: string;
|
|
2106
2105
|
schemaVersion: 1;
|
|
2106
|
+
runId: string;
|
|
2107
2107
|
timestamp: number;
|
|
2108
2108
|
eventId: string;
|
|
2109
2109
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2183,8 +2183,8 @@ export declare const ActivityFailedEventSchema: z.ZodObject<{
|
|
|
2183
2183
|
schemaVersion: number;
|
|
2184
2184
|
bytes: number;
|
|
2185
2185
|
};
|
|
2186
|
-
runId: string;
|
|
2187
2186
|
schemaVersion: 1;
|
|
2187
|
+
runId: string;
|
|
2188
2188
|
timestamp: number;
|
|
2189
2189
|
eventId: string;
|
|
2190
2190
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2205,8 +2205,8 @@ export declare const ActivityFailedEventSchema: z.ZodObject<{
|
|
|
2205
2205
|
schemaVersion: number;
|
|
2206
2206
|
bytes: number;
|
|
2207
2207
|
};
|
|
2208
|
-
runId: string;
|
|
2209
2208
|
schemaVersion: 1;
|
|
2209
|
+
runId: string;
|
|
2210
2210
|
timestamp: number;
|
|
2211
2211
|
eventId: string;
|
|
2212
2212
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2245,7 +2245,7 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
|
|
|
2245
2245
|
}, "strip", z.ZodTypeAny, {
|
|
2246
2246
|
nodeId: string;
|
|
2247
2247
|
activityId: string;
|
|
2248
|
-
waitKind: "time" | "
|
|
2248
|
+
waitKind: "time" | "condition" | "human-gate";
|
|
2249
2249
|
prompt?: string | undefined;
|
|
2250
2250
|
approvers?: string[] | undefined;
|
|
2251
2251
|
deadlineAt?: number | undefined;
|
|
@@ -2261,7 +2261,7 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
|
|
|
2261
2261
|
}, {
|
|
2262
2262
|
nodeId: string;
|
|
2263
2263
|
activityId: string;
|
|
2264
|
-
waitKind: "time" | "
|
|
2264
|
+
waitKind: "time" | "condition" | "human-gate";
|
|
2265
2265
|
prompt?: string | undefined;
|
|
2266
2266
|
approvers?: string[] | undefined;
|
|
2267
2267
|
deadlineAt?: number | undefined;
|
|
@@ -2298,7 +2298,7 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
|
|
|
2298
2298
|
payload: {
|
|
2299
2299
|
nodeId: string;
|
|
2300
2300
|
activityId: string;
|
|
2301
|
-
waitKind: "time" | "
|
|
2301
|
+
waitKind: "time" | "condition" | "human-gate";
|
|
2302
2302
|
prompt?: string | undefined;
|
|
2303
2303
|
approvers?: string[] | undefined;
|
|
2304
2304
|
deadlineAt?: number | undefined;
|
|
@@ -2316,8 +2316,8 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
|
|
|
2316
2316
|
schemaVersion: number;
|
|
2317
2317
|
bytes: number;
|
|
2318
2318
|
};
|
|
2319
|
-
runId: string;
|
|
2320
2319
|
schemaVersion: 1;
|
|
2320
|
+
runId: string;
|
|
2321
2321
|
timestamp: number;
|
|
2322
2322
|
eventId: string;
|
|
2323
2323
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2327,7 +2327,7 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
|
|
|
2327
2327
|
payload: {
|
|
2328
2328
|
nodeId: string;
|
|
2329
2329
|
activityId: string;
|
|
2330
|
-
waitKind: "time" | "
|
|
2330
|
+
waitKind: "time" | "condition" | "human-gate";
|
|
2331
2331
|
prompt?: string | undefined;
|
|
2332
2332
|
approvers?: string[] | undefined;
|
|
2333
2333
|
deadlineAt?: number | undefined;
|
|
@@ -2345,8 +2345,8 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
|
|
|
2345
2345
|
schemaVersion: number;
|
|
2346
2346
|
bytes: number;
|
|
2347
2347
|
};
|
|
2348
|
-
runId: string;
|
|
2349
2348
|
schemaVersion: 1;
|
|
2349
|
+
runId: string;
|
|
2350
2350
|
timestamp: number;
|
|
2351
2351
|
eventId: string;
|
|
2352
2352
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2400,8 +2400,8 @@ export declare const WaitResolvedEventSchema: z.ZodObject<{
|
|
|
2400
2400
|
schemaVersion: number;
|
|
2401
2401
|
bytes: number;
|
|
2402
2402
|
};
|
|
2403
|
-
runId: string;
|
|
2404
2403
|
schemaVersion: 1;
|
|
2404
|
+
runId: string;
|
|
2405
2405
|
timestamp: number;
|
|
2406
2406
|
eventId: string;
|
|
2407
2407
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2418,8 +2418,8 @@ export declare const WaitResolvedEventSchema: z.ZodObject<{
|
|
|
2418
2418
|
schemaVersion: number;
|
|
2419
2419
|
bytes: number;
|
|
2420
2420
|
};
|
|
2421
|
-
runId: string;
|
|
2422
2421
|
schemaVersion: 1;
|
|
2422
|
+
runId: string;
|
|
2423
2423
|
timestamp: number;
|
|
2424
2424
|
eventId: string;
|
|
2425
2425
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2469,8 +2469,8 @@ export declare const WaitDeadlineExceededEventSchema: z.ZodObject<{
|
|
|
2469
2469
|
schemaVersion: number;
|
|
2470
2470
|
bytes: number;
|
|
2471
2471
|
};
|
|
2472
|
-
runId: string;
|
|
2473
2472
|
schemaVersion: 1;
|
|
2473
|
+
runId: string;
|
|
2474
2474
|
timestamp: number;
|
|
2475
2475
|
eventId: string;
|
|
2476
2476
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2486,8 +2486,8 @@ export declare const WaitDeadlineExceededEventSchema: z.ZodObject<{
|
|
|
2486
2486
|
schemaVersion: number;
|
|
2487
2487
|
bytes: number;
|
|
2488
2488
|
};
|
|
2489
|
-
runId: string;
|
|
2490
2489
|
schemaVersion: 1;
|
|
2490
|
+
runId: string;
|
|
2491
2491
|
timestamp: number;
|
|
2492
2492
|
eventId: string;
|
|
2493
2493
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2591,8 +2591,8 @@ export declare const CancelRequestedEventSchema: z.ZodObject<{
|
|
|
2591
2591
|
schemaVersion: number;
|
|
2592
2592
|
bytes: number;
|
|
2593
2593
|
};
|
|
2594
|
-
runId: string;
|
|
2595
2594
|
schemaVersion: 1;
|
|
2595
|
+
runId: string;
|
|
2596
2596
|
timestamp: number;
|
|
2597
2597
|
eventId: string;
|
|
2598
2598
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2617,8 +2617,8 @@ export declare const CancelRequestedEventSchema: z.ZodObject<{
|
|
|
2617
2617
|
schemaVersion: number;
|
|
2618
2618
|
bytes: number;
|
|
2619
2619
|
};
|
|
2620
|
-
runId: string;
|
|
2621
2620
|
schemaVersion: 1;
|
|
2621
|
+
runId: string;
|
|
2622
2622
|
timestamp: number;
|
|
2623
2623
|
eventId: string;
|
|
2624
2624
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2718,8 +2718,8 @@ export declare const CancelDeliveredEventSchema: z.ZodObject<{
|
|
|
2718
2718
|
schemaVersion: number;
|
|
2719
2719
|
bytes: number;
|
|
2720
2720
|
};
|
|
2721
|
-
runId: string;
|
|
2722
2721
|
schemaVersion: 1;
|
|
2722
|
+
runId: string;
|
|
2723
2723
|
timestamp: number;
|
|
2724
2724
|
eventId: string;
|
|
2725
2725
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2743,8 +2743,8 @@ export declare const CancelDeliveredEventSchema: z.ZodObject<{
|
|
|
2743
2743
|
schemaVersion: number;
|
|
2744
2744
|
bytes: number;
|
|
2745
2745
|
};
|
|
2746
|
-
runId: string;
|
|
2747
2746
|
schemaVersion: 1;
|
|
2747
|
+
runId: string;
|
|
2748
2748
|
timestamp: number;
|
|
2749
2749
|
eventId: string;
|
|
2750
2750
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2794,8 +2794,8 @@ export declare const ActivityCanceledEventSchema: z.ZodObject<{
|
|
|
2794
2794
|
schemaVersion: number;
|
|
2795
2795
|
bytes: number;
|
|
2796
2796
|
};
|
|
2797
|
-
runId: string;
|
|
2798
2797
|
schemaVersion: 1;
|
|
2798
|
+
runId: string;
|
|
2799
2799
|
timestamp: number;
|
|
2800
2800
|
eventId: string;
|
|
2801
2801
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2811,8 +2811,8 @@ export declare const ActivityCanceledEventSchema: z.ZodObject<{
|
|
|
2811
2811
|
schemaVersion: number;
|
|
2812
2812
|
bytes: number;
|
|
2813
2813
|
};
|
|
2814
|
-
runId: string;
|
|
2815
2814
|
schemaVersion: 1;
|
|
2815
|
+
runId: string;
|
|
2816
2816
|
timestamp: number;
|
|
2817
2817
|
eventId: string;
|
|
2818
2818
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2858,8 +2858,8 @@ export declare const WorkerLostEventSchema: z.ZodObject<{
|
|
|
2858
2858
|
schemaVersion: number;
|
|
2859
2859
|
bytes: number;
|
|
2860
2860
|
};
|
|
2861
|
-
runId: string;
|
|
2862
2861
|
schemaVersion: 1;
|
|
2862
|
+
runId: string;
|
|
2863
2863
|
timestamp: number;
|
|
2864
2864
|
eventId: string;
|
|
2865
2865
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2874,8 +2874,8 @@ export declare const WorkerLostEventSchema: z.ZodObject<{
|
|
|
2874
2874
|
schemaVersion: number;
|
|
2875
2875
|
bytes: number;
|
|
2876
2876
|
};
|
|
2877
|
-
runId: string;
|
|
2878
2877
|
schemaVersion: 1;
|
|
2878
|
+
runId: string;
|
|
2879
2879
|
timestamp: number;
|
|
2880
2880
|
eventId: string;
|
|
2881
2881
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2921,8 +2921,8 @@ export declare const ResumeStartedEventSchema: z.ZodObject<{
|
|
|
2921
2921
|
schemaVersion: number;
|
|
2922
2922
|
bytes: number;
|
|
2923
2923
|
};
|
|
2924
|
-
runId: string;
|
|
2925
2924
|
schemaVersion: 1;
|
|
2925
|
+
runId: string;
|
|
2926
2926
|
timestamp: number;
|
|
2927
2927
|
eventId: string;
|
|
2928
2928
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2937,8 +2937,8 @@ export declare const ResumeStartedEventSchema: z.ZodObject<{
|
|
|
2937
2937
|
schemaVersion: number;
|
|
2938
2938
|
bytes: number;
|
|
2939
2939
|
};
|
|
2940
|
-
runId: string;
|
|
2941
2940
|
schemaVersion: 1;
|
|
2941
|
+
runId: string;
|
|
2942
2942
|
timestamp: number;
|
|
2943
2943
|
eventId: string;
|
|
2944
2944
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -2996,8 +2996,8 @@ export declare const ReconcileResultEventSchema: z.ZodObject<{
|
|
|
2996
2996
|
schemaVersion: number;
|
|
2997
2997
|
bytes: number;
|
|
2998
2998
|
};
|
|
2999
|
-
runId: string;
|
|
3000
2999
|
schemaVersion: 1;
|
|
3000
|
+
runId: string;
|
|
3001
3001
|
timestamp: number;
|
|
3002
3002
|
eventId: string;
|
|
3003
3003
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3015,8 +3015,8 @@ export declare const ReconcileResultEventSchema: z.ZodObject<{
|
|
|
3015
3015
|
schemaVersion: number;
|
|
3016
3016
|
bytes: number;
|
|
3017
3017
|
};
|
|
3018
|
-
runId: string;
|
|
3019
3018
|
schemaVersion: 1;
|
|
3019
|
+
runId: string;
|
|
3020
3020
|
timestamp: number;
|
|
3021
3021
|
eventId: string;
|
|
3022
3022
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3068,12 +3068,12 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3068
3068
|
readOnly: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3069
3069
|
deny: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3070
3070
|
}, "strip", z.ZodTypeAny, {
|
|
3071
|
-
readOnly?: string[] | undefined;
|
|
3072
3071
|
deny?: string[] | undefined;
|
|
3072
|
+
readOnly?: string[] | undefined;
|
|
3073
3073
|
readWrite?: string[] | undefined;
|
|
3074
3074
|
}, {
|
|
3075
|
-
readOnly?: string[] | undefined;
|
|
3076
3075
|
deny?: string[] | undefined;
|
|
3076
|
+
readOnly?: string[] | undefined;
|
|
3077
3077
|
readWrite?: string[] | undefined;
|
|
3078
3078
|
}>>;
|
|
3079
3079
|
sandboxHidePaths: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -3087,8 +3087,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3087
3087
|
cliId?: string | undefined;
|
|
3088
3088
|
sandbox?: boolean | undefined;
|
|
3089
3089
|
sandboxPaths?: {
|
|
3090
|
-
readOnly?: string[] | undefined;
|
|
3091
3090
|
deny?: string[] | undefined;
|
|
3091
|
+
readOnly?: string[] | undefined;
|
|
3092
3092
|
readWrite?: string[] | undefined;
|
|
3093
3093
|
} | undefined;
|
|
3094
3094
|
sandboxHidePaths?: string[] | undefined;
|
|
@@ -3102,8 +3102,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3102
3102
|
cliId?: string | undefined;
|
|
3103
3103
|
sandbox?: boolean | undefined;
|
|
3104
3104
|
sandboxPaths?: {
|
|
3105
|
-
readOnly?: string[] | undefined;
|
|
3106
3105
|
deny?: string[] | undefined;
|
|
3106
|
+
readOnly?: string[] | undefined;
|
|
3107
3107
|
readWrite?: string[] | undefined;
|
|
3108
3108
|
} | undefined;
|
|
3109
3109
|
sandboxHidePaths?: string[] | undefined;
|
|
@@ -3129,8 +3129,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3129
3129
|
cliId?: string | undefined;
|
|
3130
3130
|
sandbox?: boolean | undefined;
|
|
3131
3131
|
sandboxPaths?: {
|
|
3132
|
-
readOnly?: string[] | undefined;
|
|
3133
3132
|
deny?: string[] | undefined;
|
|
3133
|
+
readOnly?: string[] | undefined;
|
|
3134
3134
|
readWrite?: string[] | undefined;
|
|
3135
3135
|
} | undefined;
|
|
3136
3136
|
sandboxHidePaths?: string[] | undefined;
|
|
@@ -3156,8 +3156,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3156
3156
|
cliId?: string | undefined;
|
|
3157
3157
|
sandbox?: boolean | undefined;
|
|
3158
3158
|
sandboxPaths?: {
|
|
3159
|
-
readOnly?: string[] | undefined;
|
|
3160
3159
|
deny?: string[] | undefined;
|
|
3160
|
+
readOnly?: string[] | undefined;
|
|
3161
3161
|
readWrite?: string[] | undefined;
|
|
3162
3162
|
} | undefined;
|
|
3163
3163
|
sandboxHidePaths?: string[] | undefined;
|
|
@@ -3204,8 +3204,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3204
3204
|
cliId?: string | undefined;
|
|
3205
3205
|
sandbox?: boolean | undefined;
|
|
3206
3206
|
sandboxPaths?: {
|
|
3207
|
-
readOnly?: string[] | undefined;
|
|
3208
3207
|
deny?: string[] | undefined;
|
|
3208
|
+
readOnly?: string[] | undefined;
|
|
3209
3209
|
readWrite?: string[] | undefined;
|
|
3210
3210
|
} | undefined;
|
|
3211
3211
|
sandboxHidePaths?: string[] | undefined;
|
|
@@ -3217,8 +3217,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3217
3217
|
schemaVersion: number;
|
|
3218
3218
|
bytes: number;
|
|
3219
3219
|
};
|
|
3220
|
-
runId: string;
|
|
3221
3220
|
schemaVersion: 1;
|
|
3221
|
+
runId: string;
|
|
3222
3222
|
timestamp: number;
|
|
3223
3223
|
eventId: string;
|
|
3224
3224
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3244,8 +3244,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3244
3244
|
cliId?: string | undefined;
|
|
3245
3245
|
sandbox?: boolean | undefined;
|
|
3246
3246
|
sandboxPaths?: {
|
|
3247
|
-
readOnly?: string[] | undefined;
|
|
3248
3247
|
deny?: string[] | undefined;
|
|
3248
|
+
readOnly?: string[] | undefined;
|
|
3249
3249
|
readWrite?: string[] | undefined;
|
|
3250
3250
|
} | undefined;
|
|
3251
3251
|
sandboxHidePaths?: string[] | undefined;
|
|
@@ -3257,8 +3257,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3257
3257
|
schemaVersion: number;
|
|
3258
3258
|
bytes: number;
|
|
3259
3259
|
};
|
|
3260
|
-
runId: string;
|
|
3261
3260
|
schemaVersion: 1;
|
|
3261
|
+
runId: string;
|
|
3262
3262
|
timestamp: number;
|
|
3263
3263
|
eventId: string;
|
|
3264
3264
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3291,8 +3291,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3291
3291
|
schemaVersion: number;
|
|
3292
3292
|
bytes: number;
|
|
3293
3293
|
};
|
|
3294
|
-
runId: string;
|
|
3295
3294
|
schemaVersion: 1;
|
|
3295
|
+
runId: string;
|
|
3296
3296
|
timestamp: number;
|
|
3297
3297
|
eventId: string;
|
|
3298
3298
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3304,8 +3304,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3304
3304
|
schemaVersion: number;
|
|
3305
3305
|
bytes: number;
|
|
3306
3306
|
};
|
|
3307
|
-
runId: string;
|
|
3308
3307
|
schemaVersion: 1;
|
|
3308
|
+
runId: string;
|
|
3309
3309
|
timestamp: number;
|
|
3310
3310
|
eventId: string;
|
|
3311
3311
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3382,8 +3382,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3382
3382
|
schemaVersion: number;
|
|
3383
3383
|
bytes: number;
|
|
3384
3384
|
};
|
|
3385
|
-
runId: string;
|
|
3386
3385
|
schemaVersion: 1;
|
|
3386
|
+
runId: string;
|
|
3387
3387
|
timestamp: number;
|
|
3388
3388
|
eventId: string;
|
|
3389
3389
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3403,8 +3403,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3403
3403
|
schemaVersion: number;
|
|
3404
3404
|
bytes: number;
|
|
3405
3405
|
};
|
|
3406
|
-
runId: string;
|
|
3407
3406
|
schemaVersion: 1;
|
|
3407
|
+
runId: string;
|
|
3408
3408
|
timestamp: number;
|
|
3409
3409
|
eventId: string;
|
|
3410
3410
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3449,8 +3449,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3449
3449
|
schemaVersion: number;
|
|
3450
3450
|
bytes: number;
|
|
3451
3451
|
};
|
|
3452
|
-
runId: string;
|
|
3453
3452
|
schemaVersion: 1;
|
|
3453
|
+
runId: string;
|
|
3454
3454
|
timestamp: number;
|
|
3455
3455
|
eventId: string;
|
|
3456
3456
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3465,8 +3465,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3465
3465
|
schemaVersion: number;
|
|
3466
3466
|
bytes: number;
|
|
3467
3467
|
};
|
|
3468
|
-
runId: string;
|
|
3469
3468
|
schemaVersion: 1;
|
|
3469
|
+
runId: string;
|
|
3470
3470
|
timestamp: number;
|
|
3471
3471
|
eventId: string;
|
|
3472
3472
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3507,8 +3507,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3507
3507
|
schemaVersion: number;
|
|
3508
3508
|
bytes: number;
|
|
3509
3509
|
};
|
|
3510
|
-
runId: string;
|
|
3511
3510
|
schemaVersion: 1;
|
|
3511
|
+
runId: string;
|
|
3512
3512
|
timestamp: number;
|
|
3513
3513
|
eventId: string;
|
|
3514
3514
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3522,8 +3522,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3522
3522
|
schemaVersion: number;
|
|
3523
3523
|
bytes: number;
|
|
3524
3524
|
};
|
|
3525
|
-
runId: string;
|
|
3526
3525
|
schemaVersion: 1;
|
|
3526
|
+
runId: string;
|
|
3527
3527
|
timestamp: number;
|
|
3528
3528
|
eventId: string;
|
|
3529
3529
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3572,8 +3572,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3572
3572
|
schemaVersion: number;
|
|
3573
3573
|
bytes: number;
|
|
3574
3574
|
};
|
|
3575
|
-
runId: string;
|
|
3576
3575
|
schemaVersion: 1;
|
|
3576
|
+
runId: string;
|
|
3577
3577
|
timestamp: number;
|
|
3578
3578
|
eventId: string;
|
|
3579
3579
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3589,8 +3589,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3589
3589
|
schemaVersion: number;
|
|
3590
3590
|
bytes: number;
|
|
3591
3591
|
};
|
|
3592
|
-
runId: string;
|
|
3593
3592
|
schemaVersion: 1;
|
|
3593
|
+
runId: string;
|
|
3594
3594
|
timestamp: number;
|
|
3595
3595
|
eventId: string;
|
|
3596
3596
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3639,8 +3639,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3639
3639
|
schemaVersion: number;
|
|
3640
3640
|
bytes: number;
|
|
3641
3641
|
};
|
|
3642
|
-
runId: string;
|
|
3643
3642
|
schemaVersion: 1;
|
|
3643
|
+
runId: string;
|
|
3644
3644
|
timestamp: number;
|
|
3645
3645
|
eventId: string;
|
|
3646
3646
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3656,8 +3656,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3656
3656
|
schemaVersion: number;
|
|
3657
3657
|
bytes: number;
|
|
3658
3658
|
};
|
|
3659
|
-
runId: string;
|
|
3660
3659
|
schemaVersion: 1;
|
|
3660
|
+
runId: string;
|
|
3661
3661
|
timestamp: number;
|
|
3662
3662
|
eventId: string;
|
|
3663
3663
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3702,8 +3702,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3702
3702
|
schemaVersion: number;
|
|
3703
3703
|
bytes: number;
|
|
3704
3704
|
};
|
|
3705
|
-
runId: string;
|
|
3706
3705
|
schemaVersion: 1;
|
|
3706
|
+
runId: string;
|
|
3707
3707
|
timestamp: number;
|
|
3708
3708
|
eventId: string;
|
|
3709
3709
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3718,8 +3718,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3718
3718
|
schemaVersion: number;
|
|
3719
3719
|
bytes: number;
|
|
3720
3720
|
};
|
|
3721
|
-
runId: string;
|
|
3722
3721
|
schemaVersion: 1;
|
|
3722
|
+
runId: string;
|
|
3723
3723
|
timestamp: number;
|
|
3724
3724
|
eventId: string;
|
|
3725
3725
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3768,8 +3768,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3768
3768
|
schemaVersion: number;
|
|
3769
3769
|
bytes: number;
|
|
3770
3770
|
};
|
|
3771
|
-
runId: string;
|
|
3772
3771
|
schemaVersion: 1;
|
|
3772
|
+
runId: string;
|
|
3773
3773
|
timestamp: number;
|
|
3774
3774
|
eventId: string;
|
|
3775
3775
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3785,8 +3785,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3785
3785
|
schemaVersion: number;
|
|
3786
3786
|
bytes: number;
|
|
3787
3787
|
};
|
|
3788
|
-
runId: string;
|
|
3789
3788
|
schemaVersion: 1;
|
|
3789
|
+
runId: string;
|
|
3790
3790
|
timestamp: number;
|
|
3791
3791
|
eventId: string;
|
|
3792
3792
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3831,8 +3831,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3831
3831
|
schemaVersion: number;
|
|
3832
3832
|
bytes: number;
|
|
3833
3833
|
};
|
|
3834
|
-
runId: string;
|
|
3835
3834
|
schemaVersion: 1;
|
|
3835
|
+
runId: string;
|
|
3836
3836
|
timestamp: number;
|
|
3837
3837
|
eventId: string;
|
|
3838
3838
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3847,8 +3847,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3847
3847
|
schemaVersion: number;
|
|
3848
3848
|
bytes: number;
|
|
3849
3849
|
};
|
|
3850
|
-
runId: string;
|
|
3851
3850
|
schemaVersion: 1;
|
|
3851
|
+
runId: string;
|
|
3852
3852
|
timestamp: number;
|
|
3853
3853
|
eventId: string;
|
|
3854
3854
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3893,8 +3893,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3893
3893
|
schemaVersion: number;
|
|
3894
3894
|
bytes: number;
|
|
3895
3895
|
};
|
|
3896
|
-
runId: string;
|
|
3897
3896
|
schemaVersion: 1;
|
|
3897
|
+
runId: string;
|
|
3898
3898
|
timestamp: number;
|
|
3899
3899
|
eventId: string;
|
|
3900
3900
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3909,8 +3909,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3909
3909
|
schemaVersion: number;
|
|
3910
3910
|
bytes: number;
|
|
3911
3911
|
};
|
|
3912
|
-
runId: string;
|
|
3913
3912
|
schemaVersion: 1;
|
|
3913
|
+
runId: string;
|
|
3914
3914
|
timestamp: number;
|
|
3915
3915
|
eventId: string;
|
|
3916
3916
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3959,8 +3959,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3959
3959
|
schemaVersion: number;
|
|
3960
3960
|
bytes: number;
|
|
3961
3961
|
};
|
|
3962
|
-
runId: string;
|
|
3963
3962
|
schemaVersion: 1;
|
|
3963
|
+
runId: string;
|
|
3964
3964
|
timestamp: number;
|
|
3965
3965
|
eventId: string;
|
|
3966
3966
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -3976,8 +3976,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3976
3976
|
schemaVersion: number;
|
|
3977
3977
|
bytes: number;
|
|
3978
3978
|
};
|
|
3979
|
-
runId: string;
|
|
3980
3979
|
schemaVersion: 1;
|
|
3980
|
+
runId: string;
|
|
3981
3981
|
timestamp: number;
|
|
3982
3982
|
eventId: string;
|
|
3983
3983
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4022,8 +4022,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4022
4022
|
schemaVersion: number;
|
|
4023
4023
|
bytes: number;
|
|
4024
4024
|
};
|
|
4025
|
-
runId: string;
|
|
4026
4025
|
schemaVersion: 1;
|
|
4026
|
+
runId: string;
|
|
4027
4027
|
timestamp: number;
|
|
4028
4028
|
eventId: string;
|
|
4029
4029
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4038,8 +4038,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4038
4038
|
schemaVersion: number;
|
|
4039
4039
|
bytes: number;
|
|
4040
4040
|
};
|
|
4041
|
-
runId: string;
|
|
4042
4041
|
schemaVersion: 1;
|
|
4042
|
+
runId: string;
|
|
4043
4043
|
timestamp: number;
|
|
4044
4044
|
eventId: string;
|
|
4045
4045
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4096,8 +4096,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4096
4096
|
schemaVersion: number;
|
|
4097
4097
|
bytes: number;
|
|
4098
4098
|
};
|
|
4099
|
-
runId: string;
|
|
4100
4099
|
schemaVersion: 1;
|
|
4100
|
+
runId: string;
|
|
4101
4101
|
timestamp: number;
|
|
4102
4102
|
eventId: string;
|
|
4103
4103
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4115,8 +4115,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4115
4115
|
schemaVersion: number;
|
|
4116
4116
|
bytes: number;
|
|
4117
4117
|
};
|
|
4118
|
-
runId: string;
|
|
4119
4118
|
schemaVersion: 1;
|
|
4119
|
+
runId: string;
|
|
4120
4120
|
timestamp: number;
|
|
4121
4121
|
eventId: string;
|
|
4122
4122
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4161,8 +4161,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4161
4161
|
schemaVersion: number;
|
|
4162
4162
|
bytes: number;
|
|
4163
4163
|
};
|
|
4164
|
-
runId: string;
|
|
4165
4164
|
schemaVersion: 1;
|
|
4165
|
+
runId: string;
|
|
4166
4166
|
timestamp: number;
|
|
4167
4167
|
eventId: string;
|
|
4168
4168
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4177,8 +4177,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4177
4177
|
schemaVersion: number;
|
|
4178
4178
|
bytes: number;
|
|
4179
4179
|
};
|
|
4180
|
-
runId: string;
|
|
4181
4180
|
schemaVersion: 1;
|
|
4181
|
+
runId: string;
|
|
4182
4182
|
timestamp: number;
|
|
4183
4183
|
eventId: string;
|
|
4184
4184
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4227,8 +4227,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4227
4227
|
schemaVersion: number;
|
|
4228
4228
|
bytes: number;
|
|
4229
4229
|
};
|
|
4230
|
-
runId: string;
|
|
4231
4230
|
schemaVersion: 1;
|
|
4231
|
+
runId: string;
|
|
4232
4232
|
timestamp: number;
|
|
4233
4233
|
eventId: string;
|
|
4234
4234
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4244,8 +4244,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4244
4244
|
schemaVersion: number;
|
|
4245
4245
|
bytes: number;
|
|
4246
4246
|
};
|
|
4247
|
-
runId: string;
|
|
4248
4247
|
schemaVersion: 1;
|
|
4248
|
+
runId: string;
|
|
4249
4249
|
timestamp: number;
|
|
4250
4250
|
eventId: string;
|
|
4251
4251
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4314,8 +4314,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4314
4314
|
schemaVersion: number;
|
|
4315
4315
|
bytes: number;
|
|
4316
4316
|
};
|
|
4317
|
-
runId: string;
|
|
4318
4317
|
schemaVersion: 1;
|
|
4318
|
+
runId: string;
|
|
4319
4319
|
timestamp: number;
|
|
4320
4320
|
eventId: string;
|
|
4321
4321
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4336,8 +4336,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4336
4336
|
schemaVersion: number;
|
|
4337
4337
|
bytes: number;
|
|
4338
4338
|
};
|
|
4339
|
-
runId: string;
|
|
4340
4339
|
schemaVersion: 1;
|
|
4340
|
+
runId: string;
|
|
4341
4341
|
timestamp: number;
|
|
4342
4342
|
eventId: string;
|
|
4343
4343
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4434,8 +4434,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4434
4434
|
schemaVersion: number;
|
|
4435
4435
|
bytes: number;
|
|
4436
4436
|
};
|
|
4437
|
-
runId: string;
|
|
4438
4437
|
schemaVersion: 1;
|
|
4438
|
+
runId: string;
|
|
4439
4439
|
timestamp: number;
|
|
4440
4440
|
eventId: string;
|
|
4441
4441
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4460,8 +4460,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4460
4460
|
schemaVersion: number;
|
|
4461
4461
|
bytes: number;
|
|
4462
4462
|
};
|
|
4463
|
-
runId: string;
|
|
4464
4463
|
schemaVersion: 1;
|
|
4464
|
+
runId: string;
|
|
4465
4465
|
timestamp: number;
|
|
4466
4466
|
eventId: string;
|
|
4467
4467
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4514,8 +4514,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4514
4514
|
schemaVersion: number;
|
|
4515
4515
|
bytes: number;
|
|
4516
4516
|
};
|
|
4517
|
-
runId: string;
|
|
4518
4517
|
schemaVersion: 1;
|
|
4518
|
+
runId: string;
|
|
4519
4519
|
timestamp: number;
|
|
4520
4520
|
eventId: string;
|
|
4521
4521
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4532,8 +4532,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4532
4532
|
schemaVersion: number;
|
|
4533
4533
|
bytes: number;
|
|
4534
4534
|
};
|
|
4535
|
-
runId: string;
|
|
4536
4535
|
schemaVersion: 1;
|
|
4536
|
+
runId: string;
|
|
4537
4537
|
timestamp: number;
|
|
4538
4538
|
eventId: string;
|
|
4539
4539
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4590,8 +4590,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4590
4590
|
schemaVersion: number;
|
|
4591
4591
|
bytes: number;
|
|
4592
4592
|
};
|
|
4593
|
-
runId: string;
|
|
4594
4593
|
schemaVersion: 1;
|
|
4594
|
+
runId: string;
|
|
4595
4595
|
timestamp: number;
|
|
4596
4596
|
eventId: string;
|
|
4597
4597
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4609,8 +4609,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4609
4609
|
schemaVersion: number;
|
|
4610
4610
|
bytes: number;
|
|
4611
4611
|
};
|
|
4612
|
-
runId: string;
|
|
4613
4612
|
schemaVersion: 1;
|
|
4613
|
+
runId: string;
|
|
4614
4614
|
timestamp: number;
|
|
4615
4615
|
eventId: string;
|
|
4616
4616
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4703,8 +4703,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4703
4703
|
schemaVersion: number;
|
|
4704
4704
|
bytes: number;
|
|
4705
4705
|
};
|
|
4706
|
-
runId: string;
|
|
4707
4706
|
schemaVersion: 1;
|
|
4707
|
+
runId: string;
|
|
4708
4708
|
timestamp: number;
|
|
4709
4709
|
eventId: string;
|
|
4710
4710
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4728,8 +4728,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4728
4728
|
schemaVersion: number;
|
|
4729
4729
|
bytes: number;
|
|
4730
4730
|
};
|
|
4731
|
-
runId: string;
|
|
4732
4731
|
schemaVersion: 1;
|
|
4732
|
+
runId: string;
|
|
4733
4733
|
timestamp: number;
|
|
4734
4734
|
eventId: string;
|
|
4735
4735
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4812,8 +4812,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4812
4812
|
schemaVersion: number;
|
|
4813
4813
|
bytes: number;
|
|
4814
4814
|
};
|
|
4815
|
-
runId: string;
|
|
4816
4815
|
schemaVersion: 1;
|
|
4816
|
+
runId: string;
|
|
4817
4817
|
timestamp: number;
|
|
4818
4818
|
eventId: string;
|
|
4819
4819
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4835,8 +4835,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4835
4835
|
schemaVersion: number;
|
|
4836
4836
|
bytes: number;
|
|
4837
4837
|
};
|
|
4838
|
-
runId: string;
|
|
4839
4838
|
schemaVersion: 1;
|
|
4839
|
+
runId: string;
|
|
4840
4840
|
timestamp: number;
|
|
4841
4841
|
eventId: string;
|
|
4842
4842
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4881,8 +4881,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4881
4881
|
schemaVersion: number;
|
|
4882
4882
|
bytes: number;
|
|
4883
4883
|
};
|
|
4884
|
-
runId: string;
|
|
4885
4884
|
schemaVersion: 1;
|
|
4885
|
+
runId: string;
|
|
4886
4886
|
timestamp: number;
|
|
4887
4887
|
eventId: string;
|
|
4888
4888
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4897,8 +4897,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4897
4897
|
schemaVersion: number;
|
|
4898
4898
|
bytes: number;
|
|
4899
4899
|
};
|
|
4900
|
-
runId: string;
|
|
4901
4900
|
schemaVersion: 1;
|
|
4901
|
+
runId: string;
|
|
4902
4902
|
timestamp: number;
|
|
4903
4903
|
eventId: string;
|
|
4904
4904
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4959,8 +4959,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4959
4959
|
schemaVersion: number;
|
|
4960
4960
|
bytes: number;
|
|
4961
4961
|
};
|
|
4962
|
-
runId: string;
|
|
4963
4962
|
schemaVersion: 1;
|
|
4963
|
+
runId: string;
|
|
4964
4964
|
timestamp: number;
|
|
4965
4965
|
eventId: string;
|
|
4966
4966
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -4979,8 +4979,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4979
4979
|
schemaVersion: number;
|
|
4980
4980
|
bytes: number;
|
|
4981
4981
|
};
|
|
4982
|
-
runId: string;
|
|
4983
4982
|
schemaVersion: 1;
|
|
4983
|
+
runId: string;
|
|
4984
4984
|
timestamp: number;
|
|
4985
4985
|
eventId: string;
|
|
4986
4986
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5069,8 +5069,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5069
5069
|
schemaVersion: number;
|
|
5070
5070
|
bytes: number;
|
|
5071
5071
|
};
|
|
5072
|
-
runId: string;
|
|
5073
5072
|
schemaVersion: 1;
|
|
5073
|
+
runId: string;
|
|
5074
5074
|
timestamp: number;
|
|
5075
5075
|
eventId: string;
|
|
5076
5076
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5093,8 +5093,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5093
5093
|
schemaVersion: number;
|
|
5094
5094
|
bytes: number;
|
|
5095
5095
|
};
|
|
5096
|
-
runId: string;
|
|
5097
5096
|
schemaVersion: 1;
|
|
5097
|
+
runId: string;
|
|
5098
5098
|
timestamp: number;
|
|
5099
5099
|
eventId: string;
|
|
5100
5100
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5173,8 +5173,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5173
5173
|
schemaVersion: number;
|
|
5174
5174
|
bytes: number;
|
|
5175
5175
|
};
|
|
5176
|
-
runId: string;
|
|
5177
5176
|
schemaVersion: 1;
|
|
5177
|
+
runId: string;
|
|
5178
5178
|
timestamp: number;
|
|
5179
5179
|
eventId: string;
|
|
5180
5180
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5195,8 +5195,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5195
5195
|
schemaVersion: number;
|
|
5196
5196
|
bytes: number;
|
|
5197
5197
|
};
|
|
5198
|
-
runId: string;
|
|
5199
5198
|
schemaVersion: 1;
|
|
5199
|
+
runId: string;
|
|
5200
5200
|
timestamp: number;
|
|
5201
5201
|
eventId: string;
|
|
5202
5202
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5234,7 +5234,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5234
5234
|
}, "strip", z.ZodTypeAny, {
|
|
5235
5235
|
nodeId: string;
|
|
5236
5236
|
activityId: string;
|
|
5237
|
-
waitKind: "time" | "
|
|
5237
|
+
waitKind: "time" | "condition" | "human-gate";
|
|
5238
5238
|
prompt?: string | undefined;
|
|
5239
5239
|
approvers?: string[] | undefined;
|
|
5240
5240
|
deadlineAt?: number | undefined;
|
|
@@ -5250,7 +5250,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5250
5250
|
}, {
|
|
5251
5251
|
nodeId: string;
|
|
5252
5252
|
activityId: string;
|
|
5253
|
-
waitKind: "time" | "
|
|
5253
|
+
waitKind: "time" | "condition" | "human-gate";
|
|
5254
5254
|
prompt?: string | undefined;
|
|
5255
5255
|
approvers?: string[] | undefined;
|
|
5256
5256
|
deadlineAt?: number | undefined;
|
|
@@ -5287,7 +5287,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5287
5287
|
payload: {
|
|
5288
5288
|
nodeId: string;
|
|
5289
5289
|
activityId: string;
|
|
5290
|
-
waitKind: "time" | "
|
|
5290
|
+
waitKind: "time" | "condition" | "human-gate";
|
|
5291
5291
|
prompt?: string | undefined;
|
|
5292
5292
|
approvers?: string[] | undefined;
|
|
5293
5293
|
deadlineAt?: number | undefined;
|
|
@@ -5305,8 +5305,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5305
5305
|
schemaVersion: number;
|
|
5306
5306
|
bytes: number;
|
|
5307
5307
|
};
|
|
5308
|
-
runId: string;
|
|
5309
5308
|
schemaVersion: 1;
|
|
5309
|
+
runId: string;
|
|
5310
5310
|
timestamp: number;
|
|
5311
5311
|
eventId: string;
|
|
5312
5312
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5316,7 +5316,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5316
5316
|
payload: {
|
|
5317
5317
|
nodeId: string;
|
|
5318
5318
|
activityId: string;
|
|
5319
|
-
waitKind: "time" | "
|
|
5319
|
+
waitKind: "time" | "condition" | "human-gate";
|
|
5320
5320
|
prompt?: string | undefined;
|
|
5321
5321
|
approvers?: string[] | undefined;
|
|
5322
5322
|
deadlineAt?: number | undefined;
|
|
@@ -5334,8 +5334,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5334
5334
|
schemaVersion: number;
|
|
5335
5335
|
bytes: number;
|
|
5336
5336
|
};
|
|
5337
|
-
runId: string;
|
|
5338
5337
|
schemaVersion: 1;
|
|
5338
|
+
runId: string;
|
|
5339
5339
|
timestamp: number;
|
|
5340
5340
|
eventId: string;
|
|
5341
5341
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5388,8 +5388,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5388
5388
|
schemaVersion: number;
|
|
5389
5389
|
bytes: number;
|
|
5390
5390
|
};
|
|
5391
|
-
runId: string;
|
|
5392
5391
|
schemaVersion: 1;
|
|
5392
|
+
runId: string;
|
|
5393
5393
|
timestamp: number;
|
|
5394
5394
|
eventId: string;
|
|
5395
5395
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5406,8 +5406,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5406
5406
|
schemaVersion: number;
|
|
5407
5407
|
bytes: number;
|
|
5408
5408
|
};
|
|
5409
|
-
runId: string;
|
|
5410
5409
|
schemaVersion: 1;
|
|
5410
|
+
runId: string;
|
|
5411
5411
|
timestamp: number;
|
|
5412
5412
|
eventId: string;
|
|
5413
5413
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5456,8 +5456,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5456
5456
|
schemaVersion: number;
|
|
5457
5457
|
bytes: number;
|
|
5458
5458
|
};
|
|
5459
|
-
runId: string;
|
|
5460
5459
|
schemaVersion: 1;
|
|
5460
|
+
runId: string;
|
|
5461
5461
|
timestamp: number;
|
|
5462
5462
|
eventId: string;
|
|
5463
5463
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5473,8 +5473,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5473
5473
|
schemaVersion: number;
|
|
5474
5474
|
bytes: number;
|
|
5475
5475
|
};
|
|
5476
|
-
runId: string;
|
|
5477
5476
|
schemaVersion: 1;
|
|
5477
|
+
runId: string;
|
|
5478
5478
|
timestamp: number;
|
|
5479
5479
|
eventId: string;
|
|
5480
5480
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5577,8 +5577,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5577
5577
|
schemaVersion: number;
|
|
5578
5578
|
bytes: number;
|
|
5579
5579
|
};
|
|
5580
|
-
runId: string;
|
|
5581
5580
|
schemaVersion: 1;
|
|
5581
|
+
runId: string;
|
|
5582
5582
|
timestamp: number;
|
|
5583
5583
|
eventId: string;
|
|
5584
5584
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5603,8 +5603,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5603
5603
|
schemaVersion: number;
|
|
5604
5604
|
bytes: number;
|
|
5605
5605
|
};
|
|
5606
|
-
runId: string;
|
|
5607
5606
|
schemaVersion: 1;
|
|
5607
|
+
runId: string;
|
|
5608
5608
|
timestamp: number;
|
|
5609
5609
|
eventId: string;
|
|
5610
5610
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5703,8 +5703,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5703
5703
|
schemaVersion: number;
|
|
5704
5704
|
bytes: number;
|
|
5705
5705
|
};
|
|
5706
|
-
runId: string;
|
|
5707
5706
|
schemaVersion: 1;
|
|
5707
|
+
runId: string;
|
|
5708
5708
|
timestamp: number;
|
|
5709
5709
|
eventId: string;
|
|
5710
5710
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5728,8 +5728,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5728
5728
|
schemaVersion: number;
|
|
5729
5729
|
bytes: number;
|
|
5730
5730
|
};
|
|
5731
|
-
runId: string;
|
|
5732
5731
|
schemaVersion: 1;
|
|
5732
|
+
runId: string;
|
|
5733
5733
|
timestamp: number;
|
|
5734
5734
|
eventId: string;
|
|
5735
5735
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5778,8 +5778,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5778
5778
|
schemaVersion: number;
|
|
5779
5779
|
bytes: number;
|
|
5780
5780
|
};
|
|
5781
|
-
runId: string;
|
|
5782
5781
|
schemaVersion: 1;
|
|
5782
|
+
runId: string;
|
|
5783
5783
|
timestamp: number;
|
|
5784
5784
|
eventId: string;
|
|
5785
5785
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5795,8 +5795,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5795
5795
|
schemaVersion: number;
|
|
5796
5796
|
bytes: number;
|
|
5797
5797
|
};
|
|
5798
|
-
runId: string;
|
|
5799
5798
|
schemaVersion: 1;
|
|
5799
|
+
runId: string;
|
|
5800
5800
|
timestamp: number;
|
|
5801
5801
|
eventId: string;
|
|
5802
5802
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5841,8 +5841,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5841
5841
|
schemaVersion: number;
|
|
5842
5842
|
bytes: number;
|
|
5843
5843
|
};
|
|
5844
|
-
runId: string;
|
|
5845
5844
|
schemaVersion: 1;
|
|
5845
|
+
runId: string;
|
|
5846
5846
|
timestamp: number;
|
|
5847
5847
|
eventId: string;
|
|
5848
5848
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5857,8 +5857,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5857
5857
|
schemaVersion: number;
|
|
5858
5858
|
bytes: number;
|
|
5859
5859
|
};
|
|
5860
|
-
runId: string;
|
|
5861
5860
|
schemaVersion: 1;
|
|
5861
|
+
runId: string;
|
|
5862
5862
|
timestamp: number;
|
|
5863
5863
|
eventId: string;
|
|
5864
5864
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5903,8 +5903,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5903
5903
|
schemaVersion: number;
|
|
5904
5904
|
bytes: number;
|
|
5905
5905
|
};
|
|
5906
|
-
runId: string;
|
|
5907
5906
|
schemaVersion: 1;
|
|
5907
|
+
runId: string;
|
|
5908
5908
|
timestamp: number;
|
|
5909
5909
|
eventId: string;
|
|
5910
5910
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5919,8 +5919,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5919
5919
|
schemaVersion: number;
|
|
5920
5920
|
bytes: number;
|
|
5921
5921
|
};
|
|
5922
|
-
runId: string;
|
|
5923
5922
|
schemaVersion: 1;
|
|
5923
|
+
runId: string;
|
|
5924
5924
|
timestamp: number;
|
|
5925
5925
|
eventId: string;
|
|
5926
5926
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5977,8 +5977,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5977
5977
|
schemaVersion: number;
|
|
5978
5978
|
bytes: number;
|
|
5979
5979
|
};
|
|
5980
|
-
runId: string;
|
|
5981
5980
|
schemaVersion: 1;
|
|
5981
|
+
runId: string;
|
|
5982
5982
|
timestamp: number;
|
|
5983
5983
|
eventId: string;
|
|
5984
5984
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|
|
@@ -5996,8 +5996,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5996
5996
|
schemaVersion: number;
|
|
5997
5997
|
bytes: number;
|
|
5998
5998
|
};
|
|
5999
|
-
runId: string;
|
|
6000
5999
|
schemaVersion: 1;
|
|
6000
|
+
runId: string;
|
|
6001
6001
|
timestamp: number;
|
|
6002
6002
|
eventId: string;
|
|
6003
6003
|
actor: "system" | "worker" | "human" | "scheduler" | "hostExecutor" | "supervisor";
|