botmux 3.11.0 → 3.12.1
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 +18 -0
- package/dist/adapters/backend/riff-backend.d.ts.map +1 -1
- package/dist/adapters/backend/riff-backend.js +154 -2
- package/dist/adapters/backend/riff-backend.js.map +1 -1
- package/dist/adapters/cli/coco.js +3 -3
- package/dist/adapters/cli/coco.js.map +1 -1
- package/dist/adapters/cli/codex.js +2 -2
- package/dist/adapters/cli/codex.js.map +1 -1
- package/dist/adapters/cli/kimi.d.ts.map +1 -1
- package/dist/adapters/cli/kimi.js +22 -8
- package/dist/adapters/cli/kimi.js.map +1 -1
- package/dist/adapters/cli/pi.d.ts.map +1 -1
- package/dist/adapters/cli/pi.js +3 -1
- package/dist/adapters/cli/pi.js.map +1 -1
- package/dist/bot-registry.d.ts.map +1 -1
- package/dist/bot-registry.js +4 -1
- package/dist/bot-registry.js.map +1 -1
- package/dist/cli/dashboard-command.d.ts +23 -0
- package/dist/cli/dashboard-command.d.ts.map +1 -0
- package/dist/cli/dashboard-command.js +61 -0
- package/dist/cli/dashboard-command.js.map +1 -0
- package/dist/cli/dashboard-endpoint.d.ts +3 -3
- package/dist/cli/dashboard-endpoint.d.ts.map +1 -1
- package/dist/cli/dashboard-endpoint.js +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +101 -49
- package/dist/cli.js.map +1 -1
- package/dist/codex-rpc-engine.d.ts +33 -3
- package/dist/codex-rpc-engine.d.ts.map +1 -1
- package/dist/codex-rpc-engine.js +182 -20
- package/dist/codex-rpc-engine.js.map +1 -1
- package/dist/codex-rpc-lifecycle.d.ts +42 -7
- package/dist/codex-rpc-lifecycle.d.ts.map +1 -1
- package/dist/codex-rpc-lifecycle.js +73 -7
- package/dist/codex-rpc-lifecycle.js.map +1 -1
- package/dist/config.d.ts +1 -1
- package/dist/config.js +1 -1
- package/dist/core/command-handler.d.ts +3 -2
- package/dist/core/command-handler.d.ts.map +1 -1
- package/dist/core/command-handler.js +19 -4
- 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 +16 -11
- package/dist/core/dashboard-ipc-server.js.map +1 -1
- package/dist/core/dashboard-rows.d.ts +17 -1
- package/dist/core/dashboard-rows.d.ts.map +1 -1
- package/dist/core/dashboard-rows.js +13 -1
- package/dist/core/dashboard-rows.js.map +1 -1
- package/dist/core/dispatch.d.ts +9 -10
- package/dist/core/dispatch.d.ts.map +1 -1
- package/dist/core/dispatch.js +17 -10
- package/dist/core/dispatch.js.map +1 -1
- package/dist/core/maintenance.d.ts.map +1 -1
- package/dist/core/maintenance.js +5 -0
- package/dist/core/maintenance.js.map +1 -1
- package/dist/core/role-resolver.d.ts +5 -2
- package/dist/core/role-resolver.d.ts.map +1 -1
- package/dist/core/role-resolver.js +55 -23
- package/dist/core/role-resolver.js.map +1 -1
- package/dist/core/session-manager.d.ts +2 -0
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +20 -18
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/skills/cli-admin-command.d.ts.map +1 -1
- package/dist/core/skills/cli-admin-command.js +142 -3
- package/dist/core/skills/cli-admin-command.js.map +1 -1
- package/dist/core/skills/frontmatter.d.ts.map +1 -1
- package/dist/core/skills/frontmatter.js +44 -7
- package/dist/core/skills/frontmatter.js.map +1 -1
- package/dist/core/skills/im-command.d.ts +6 -0
- package/dist/core/skills/im-command.d.ts.map +1 -1
- package/dist/core/skills/im-command.js +34 -7
- package/dist/core/skills/im-command.js.map +1 -1
- package/dist/core/skills/install-command.d.ts +4 -0
- package/dist/core/skills/install-command.d.ts.map +1 -0
- package/dist/core/skills/install-command.js +89 -0
- package/dist/core/skills/install-command.js.map +1 -0
- package/dist/core/skills/package.d.ts.map +1 -1
- package/dist/core/skills/package.js +10 -3
- package/dist/core/skills/package.js.map +1 -1
- package/dist/core/skills/policy.d.ts +5 -1
- package/dist/core/skills/policy.d.ts.map +1 -1
- package/dist/core/skills/policy.js +66 -3
- package/dist/core/skills/policy.js.map +1 -1
- package/dist/core/skills/references.d.ts +9 -1
- package/dist/core/skills/references.d.ts.map +1 -1
- package/dist/core/skills/references.js +35 -2
- package/dist/core/skills/references.js.map +1 -1
- package/dist/core/skills/registry-paths.d.ts +1 -0
- package/dist/core/skills/registry-paths.d.ts.map +1 -1
- package/dist/core/skills/registry-paths.js +3 -0
- package/dist/core/skills/registry-paths.js.map +1 -1
- package/dist/core/skills/session-resolver.d.ts +2 -1
- package/dist/core/skills/session-resolver.d.ts.map +1 -1
- package/dist/core/skills/session-resolver.js +1 -0
- package/dist/core/skills/session-resolver.js.map +1 -1
- package/dist/core/skills/session-runtime.d.ts.map +1 -1
- package/dist/core/skills/session-runtime.js +2 -0
- package/dist/core/skills/session-runtime.js.map +1 -1
- package/dist/core/skills/sources.d.ts +23 -0
- package/dist/core/skills/sources.d.ts.map +1 -1
- package/dist/core/skills/sources.js +128 -12
- package/dist/core/skills/sources.js.map +1 -1
- package/dist/core/skills/types.d.ts +22 -1
- package/dist/core/skills/types.d.ts.map +1 -1
- package/dist/core/terminal-write-auth.d.ts +4 -4
- package/dist/core/terminal-write-auth.d.ts.map +1 -1
- package/dist/core/terminal-write-auth.js +18 -6
- package/dist/core/terminal-write-auth.js.map +1 -1
- package/dist/core/types.d.ts +2 -0
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js.map +1 -1
- package/dist/core/worker-pool.d.ts.map +1 -1
- package/dist/core/worker-pool.js +52 -1
- package/dist/core/worker-pool.js.map +1 -1
- package/dist/daemon.d.ts +1 -0
- package/dist/daemon.d.ts.map +1 -1
- package/dist/daemon.js +101 -12
- package/dist/daemon.js.map +1 -1
- package/dist/dashboard/auth.d.ts +21 -11
- package/dist/dashboard/auth.d.ts.map +1 -1
- package/dist/dashboard/auth.js +39 -25
- package/dist/dashboard/auth.js.map +1 -1
- package/dist/dashboard/bot-onboarding.d.ts.map +1 -1
- package/dist/dashboard/bot-onboarding.js +2 -114
- package/dist/dashboard/bot-onboarding.js.map +1 -1
- package/dist/dashboard/bot-payload.d.ts +0 -1
- package/dist/dashboard/bot-payload.d.ts.map +1 -1
- package/dist/dashboard/bot-payload.js +0 -1
- package/dist/dashboard/bot-payload.js.map +1 -1
- package/dist/dashboard/connector-api.d.ts.map +1 -1
- package/dist/dashboard/connector-api.js +66 -6
- package/dist/dashboard/connector-api.js.map +1 -1
- package/dist/dashboard/dashboard-summary-endpoint.d.ts +39 -0
- package/dist/dashboard/dashboard-summary-endpoint.d.ts.map +1 -0
- package/dist/dashboard/dashboard-summary-endpoint.js +50 -0
- package/dist/dashboard/dashboard-summary-endpoint.js.map +1 -0
- package/dist/dashboard/dashboard-summary.d.ts +62 -0
- package/dist/dashboard/dashboard-summary.d.ts.map +1 -0
- package/dist/dashboard/dashboard-summary.js +106 -0
- package/dist/dashboard/dashboard-summary.js.map +1 -0
- package/dist/dashboard/public-redact.d.ts.map +1 -1
- package/dist/dashboard/public-redact.js +3 -0
- package/dist/dashboard/public-redact.js.map +1 -1
- package/dist/dashboard/skill-install-request.js +10 -11
- package/dist/dashboard/skill-install-request.js.map +1 -1
- package/dist/dashboard/skill-pack-response.d.ts +15 -0
- package/dist/dashboard/skill-pack-response.d.ts.map +1 -0
- package/dist/dashboard/skill-pack-response.js +32 -0
- package/dist/dashboard/skill-pack-response.js.map +1 -0
- package/dist/dashboard/web/connectors-page.d.ts +69 -0
- package/dist/dashboard/web/connectors-page.d.ts.map +1 -1
- package/dist/dashboard/web/connectors-page.js +47 -7
- package/dist/dashboard/web/connectors-page.js.map +1 -1
- package/dist/dashboard/web/feed-group-picker.d.ts +13 -0
- package/dist/dashboard/web/feed-group-picker.d.ts.map +1 -0
- package/dist/dashboard/web/feed-group-picker.js +45 -0
- package/dist/dashboard/web/feed-group-picker.js.map +1 -0
- package/dist/dashboard/web/groups-page.d.ts.map +1 -1
- package/dist/dashboard/web/groups-page.js +2 -5
- 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 +309 -40
- package/dist/dashboard/web/i18n.js.map +1 -1
- package/dist/dashboard/web/preferences.d.ts +4 -2
- package/dist/dashboard/web/preferences.d.ts.map +1 -1
- package/dist/dashboard/web/preferences.js +14 -6
- package/dist/dashboard/web/preferences.js.map +1 -1
- package/dist/dashboard/web/roles-page.d.ts.map +1 -1
- package/dist/dashboard/web/roles-page.js +36 -4
- package/dist/dashboard/web/roles-page.js.map +1 -1
- package/dist/dashboard/web/roles.d.ts +3 -1
- package/dist/dashboard/web/roles.d.ts.map +1 -1
- package/dist/dashboard/web/roles.js +10 -2
- package/dist/dashboard/web/roles.js.map +1 -1
- package/dist/dashboard/web/schedules-page.d.ts.map +1 -1
- package/dist/dashboard/web/schedules-page.js +8 -2
- package/dist/dashboard/web/schedules-page.js.map +1 -1
- package/dist/dashboard/web/sessions-page.d.ts.map +1 -1
- package/dist/dashboard/web/sessions-page.js +101 -5
- package/dist/dashboard/web/sessions-page.js.map +1 -1
- package/dist/dashboard/web/sessions.d.ts +3 -1
- package/dist/dashboard/web/sessions.d.ts.map +1 -1
- package/dist/dashboard/web/sessions.js +13 -6
- package/dist/dashboard/web/sessions.js.map +1 -1
- package/dist/dashboard/web/skills/bot-assignments-tab.d.ts +27 -0
- package/dist/dashboard/web/skills/bot-assignments-tab.d.ts.map +1 -0
- package/dist/dashboard/web/skills/bot-assignments-tab.js +257 -0
- package/dist/dashboard/web/skills/bot-assignments-tab.js.map +1 -0
- package/dist/dashboard/web/skills/delivery-settings-tab.d.ts +25 -0
- package/dist/dashboard/web/skills/delivery-settings-tab.d.ts.map +1 -0
- package/dist/dashboard/web/skills/delivery-settings-tab.js +20 -0
- package/dist/dashboard/web/skills/delivery-settings-tab.js.map +1 -0
- package/dist/dashboard/web/skills/shared.d.ts +86 -0
- package/dist/dashboard/web/skills/shared.d.ts.map +1 -0
- package/dist/dashboard/web/skills/shared.js +178 -0
- package/dist/dashboard/web/skills/shared.js.map +1 -0
- package/dist/dashboard/web/skills/skill-library-tab.d.ts +75 -0
- package/dist/dashboard/web/skills/skill-library-tab.d.ts.map +1 -0
- package/dist/dashboard/web/skills/skill-library-tab.js +108 -0
- package/dist/dashboard/web/skills/skill-library-tab.js.map +1 -0
- package/dist/dashboard/web/skills/skill-packs-tab.d.ts +21 -0
- package/dist/dashboard/web/skills/skill-packs-tab.d.ts.map +1 -0
- package/dist/dashboard/web/skills/skill-packs-tab.js +185 -0
- package/dist/dashboard/web/skills/skill-packs-tab.js.map +1 -0
- package/dist/dashboard/web/skills/types.d.ts +95 -0
- package/dist/dashboard/web/skills/types.d.ts.map +1 -0
- package/dist/dashboard/web/skills/types.js +2 -0
- package/dist/dashboard/web/skills/types.js.map +1 -0
- package/dist/dashboard/web/skills/use-skills-data.d.ts +31 -0
- package/dist/dashboard/web/skills/use-skills-data.d.ts.map +1 -0
- package/dist/dashboard/web/skills/use-skills-data.js +86 -0
- package/dist/dashboard/web/skills/use-skills-data.js.map +1 -0
- package/dist/dashboard/web/skills-page.d.ts +34 -31
- package/dist/dashboard/web/skills-page.d.ts.map +1 -1
- package/dist/dashboard/web/skills-page.js +321 -176
- package/dist/dashboard/web/skills-page.js.map +1 -1
- package/dist/dashboard/webhook-routes.d.ts +18 -0
- package/dist/dashboard/webhook-routes.d.ts.map +1 -1
- package/dist/dashboard/webhook-routes.js +35 -1
- package/dist/dashboard/webhook-routes.js.map +1 -1
- package/dist/dashboard-web/app.js +1 -1
- package/dist/dashboard-web/chunks/{bot-defaults-page-GED4FEMS.js → bot-defaults-page-HL655CNR.js} +1 -1
- package/dist/dashboard-web/chunks/{chunk-HK7NIBJG.js → chunk-5PAYQ3KT.js} +1 -1
- package/dist/dashboard-web/chunks/{chunk-KRHWZEXU.js → chunk-5ZL7NLR5.js} +1 -1
- package/dist/dashboard-web/chunks/chunk-6ALR252E.js +1 -0
- package/dist/dashboard-web/chunks/{chunk-VBXJOJFH.js → chunk-BFUTTYVK.js} +1 -1
- package/dist/dashboard-web/chunks/chunk-ELL53D62.js +55 -0
- package/dist/dashboard-web/chunks/connectors-page-3QQACF23.js +1 -0
- package/dist/dashboard-web/chunks/groups-page-SDZMJ7UV.js +8 -0
- package/dist/dashboard-web/chunks/{insights-page-54UBPPOC.js → insights-page-ZZ3JEJ6L.js} +1 -1
- package/dist/dashboard-web/chunks/{monitor-room-PORHVKRH.js → monitor-room-ROJ5GZ4N.js} +1 -1
- package/dist/dashboard-web/chunks/{monitoring-page-XGA7AXNL.js → monitoring-page-IATV7KJF.js} +1 -1
- package/dist/dashboard-web/chunks/{office-page-AO3AFG45.js → office-page-TYO5OIIT.js} +1 -1
- package/dist/dashboard-web/chunks/{overview-page-F5BUTYR6.js → overview-page-VJUULZF2.js} +1 -1
- package/dist/dashboard-web/chunks/roles-page-7RJJKZGK.js +1 -0
- package/dist/dashboard-web/chunks/schedules-page-JTEJ5IXW.js +1 -0
- package/dist/dashboard-web/chunks/sessions-page-KD7HDT3U.js +8 -0
- package/dist/dashboard-web/chunks/{settings-page-OJAZLZQT.js → settings-page-7CTTFBRS.js} +1 -1
- package/dist/dashboard-web/chunks/skills-page-57NZECJ3.js +4 -0
- package/dist/dashboard-web/chunks/{team-federation-page-ZJVAP7HW.js → team-federation-page-6YYIMJG3.js} +1 -1
- package/dist/dashboard-web/chunks/{v3-page-GYWTRGO2.js → v3-page-ZGKBSBK3.js} +1 -1
- package/dist/dashboard-web/chunks/{whiteboards-page-MSDAG6P7.js → whiteboards-page-AACJF6DB.js} +1 -1
- package/dist/dashboard-web/style.css +1952 -377
- package/dist/dashboard.js +316 -47
- package/dist/dashboard.js.map +1 -1
- package/dist/desktop/main/ipc.js +1 -1
- package/dist/desktop/main/runtime-service.js +2 -2
- package/dist/desktop/main/runtime-service.js.map +1 -1
- package/dist/desktop/shared/types.d.ts +1 -1
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +5 -1
- package/dist/i18n/en.js.map +1 -1
- package/dist/i18n/zh.d.ts.map +1 -1
- package/dist/i18n/zh.js +5 -1
- package/dist/i18n/zh.js.map +1 -1
- package/dist/index-daemon.js +6 -1
- package/dist/index-daemon.js.map +1 -1
- package/dist/services/adopt-input-sequence.d.ts +52 -0
- package/dist/services/adopt-input-sequence.d.ts.map +1 -0
- package/dist/services/adopt-input-sequence.js +50 -0
- package/dist/services/adopt-input-sequence.js.map +1 -0
- package/dist/services/bridge-fallback-gate.d.ts.map +1 -1
- package/dist/services/bridge-fallback-gate.js +34 -11
- package/dist/services/bridge-fallback-gate.js.map +1 -1
- package/dist/services/codex-bridge-queue.d.ts +103 -7
- package/dist/services/codex-bridge-queue.d.ts.map +1 -1
- package/dist/services/codex-bridge-queue.js +291 -17
- package/dist/services/codex-bridge-queue.js.map +1 -1
- package/dist/services/codex-transcript.d.ts +4 -3
- package/dist/services/codex-transcript.d.ts.map +1 -1
- package/dist/services/codex-transcript.js.map +1 -1
- package/dist/services/connector-store.d.ts +14 -1
- package/dist/services/connector-store.d.ts.map +1 -1
- package/dist/services/connector-store.js.map +1 -1
- package/dist/services/connector-topic-template.d.ts +7 -0
- package/dist/services/connector-topic-template.d.ts.map +1 -0
- package/dist/services/connector-topic-template.js +210 -0
- package/dist/services/connector-topic-template.js.map +1 -0
- package/dist/services/project-scanner.d.ts +33 -0
- package/dist/services/project-scanner.d.ts.map +1 -1
- package/dist/services/project-scanner.js +40 -1
- package/dist/services/project-scanner.js.map +1 -1
- package/dist/services/skill-pack-store.d.ts +50 -0
- package/dist/services/skill-pack-store.d.ts.map +1 -0
- package/dist/services/skill-pack-store.js +270 -0
- package/dist/services/skill-pack-store.js.map +1 -0
- package/dist/services/skill-registry-store.d.ts +8 -0
- package/dist/services/skill-registry-store.d.ts.map +1 -1
- package/dist/services/skill-registry-store.js +100 -68
- package/dist/services/skill-registry-store.js.map +1 -1
- package/dist/services/structured-bridge-clis.d.ts +8 -1
- package/dist/services/structured-bridge-clis.d.ts.map +1 -1
- package/dist/services/structured-bridge-clis.js +13 -0
- package/dist/services/structured-bridge-clis.js.map +1 -1
- package/dist/services/submit-confirmation.d.ts +50 -0
- package/dist/services/submit-confirmation.d.ts.map +1 -1
- package/dist/services/submit-confirmation.js +82 -0
- package/dist/services/submit-confirmation.js.map +1 -1
- package/dist/services/todo-state.d.ts +74 -0
- package/dist/services/todo-state.d.ts.map +1 -0
- package/dist/services/todo-state.js +351 -0
- package/dist/services/todo-state.js.map +1 -0
- package/dist/setup/agent-preset.d.ts.map +1 -1
- package/dist/setup/agent-preset.js +2 -0
- package/dist/setup/agent-preset.js.map +1 -1
- package/dist/setup/owner-identity.d.ts +47 -0
- package/dist/setup/owner-identity.d.ts.map +1 -0
- package/dist/setup/owner-identity.js +196 -0
- package/dist/setup/owner-identity.js.map +1 -0
- package/dist/setup/register-app.d.ts +4 -3
- package/dist/setup/register-app.d.ts.map +1 -1
- package/dist/setup/register-app.js.map +1 -1
- package/dist/setup/setup-args.d.ts +1 -1
- package/dist/setup/setup-args.d.ts.map +1 -1
- package/dist/setup/setup-args.js +7 -3
- package/dist/setup/setup-args.js.map +1 -1
- package/dist/types.d.ts +11 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/async-serial-queue.d.ts +9 -0
- package/dist/utils/async-serial-queue.d.ts.map +1 -0
- package/dist/utils/async-serial-queue.js +13 -0
- package/dist/utils/async-serial-queue.js.map +1 -0
- package/dist/utils/child-env.d.ts +25 -0
- package/dist/utils/child-env.d.ts.map +1 -1
- package/dist/utils/child-env.js +47 -0
- package/dist/utils/child-env.js.map +1 -1
- package/dist/utils/runtime-screen-status.d.ts +52 -0
- package/dist/utils/runtime-screen-status.d.ts.map +1 -0
- package/dist/utils/runtime-screen-status.js +60 -0
- package/dist/utils/runtime-screen-status.js.map +1 -0
- package/dist/worker.js +1697 -468
- package/dist/worker.js.map +1 -1
- package/dist/workflows/definition.d.ts +44 -44
- package/package.json +1 -1
- package/dist/dashboard-web/chunks/chunk-6J5LS5AU.js +0 -51
- package/dist/dashboard-web/chunks/connectors-page-EELM66G3.js +0 -1
- package/dist/dashboard-web/chunks/groups-page-WKUV6E42.js +0 -8
- package/dist/dashboard-web/chunks/roles-page-M5GIASJU.js +0 -1
- package/dist/dashboard-web/chunks/schedules-page-O232WQRR.js +0 -1
- package/dist/dashboard-web/chunks/sessions-page-YFRPSTIL.js +0 -6
- package/dist/dashboard-web/chunks/skills-page-EFZQPWV4.js +0 -4
|
@@ -105,18 +105,18 @@ export declare const HumanGateSchema: z.ZodObject<{
|
|
|
105
105
|
deadlineMs: z.ZodOptional<z.ZodNumber>;
|
|
106
106
|
onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
|
|
107
107
|
}, "strip", z.ZodTypeAny, {
|
|
108
|
+
stage: "before";
|
|
108
109
|
prompt: string | {
|
|
109
110
|
$ref: string;
|
|
110
111
|
};
|
|
111
|
-
stage: "before";
|
|
112
112
|
approvers?: string[] | undefined;
|
|
113
113
|
onTimeout?: "fail" | "success" | undefined;
|
|
114
114
|
deadlineMs?: number | undefined;
|
|
115
115
|
}, {
|
|
116
|
+
stage: "before";
|
|
116
117
|
prompt: string | {
|
|
117
118
|
$ref: string;
|
|
118
119
|
};
|
|
119
|
-
stage: "before";
|
|
120
120
|
approvers?: string[] | undefined;
|
|
121
121
|
onTimeout?: "fail" | "success" | undefined;
|
|
122
122
|
deadlineMs?: number | undefined;
|
|
@@ -169,18 +169,18 @@ export declare const SubagentNodeSchema: z.ZodObject<{
|
|
|
169
169
|
deadlineMs: z.ZodOptional<z.ZodNumber>;
|
|
170
170
|
onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
|
|
171
171
|
}, "strip", z.ZodTypeAny, {
|
|
172
|
+
stage: "before";
|
|
172
173
|
prompt: string | {
|
|
173
174
|
$ref: string;
|
|
174
175
|
};
|
|
175
|
-
stage: "before";
|
|
176
176
|
approvers?: string[] | undefined;
|
|
177
177
|
onTimeout?: "fail" | "success" | undefined;
|
|
178
178
|
deadlineMs?: number | undefined;
|
|
179
179
|
}, {
|
|
180
|
+
stage: "before";
|
|
180
181
|
prompt: string | {
|
|
181
182
|
$ref: string;
|
|
182
183
|
};
|
|
183
|
-
stage: "before";
|
|
184
184
|
approvers?: string[] | undefined;
|
|
185
185
|
onTimeout?: "fail" | "success" | undefined;
|
|
186
186
|
deadlineMs?: number | undefined;
|
|
@@ -230,10 +230,10 @@ export declare const SubagentNodeSchema: z.ZodObject<{
|
|
|
230
230
|
timeoutMs?: number | undefined;
|
|
231
231
|
depends?: string[] | undefined;
|
|
232
232
|
humanGate?: {
|
|
233
|
+
stage: "before";
|
|
233
234
|
prompt: string | {
|
|
234
235
|
$ref: string;
|
|
235
236
|
};
|
|
236
|
-
stage: "before";
|
|
237
237
|
approvers?: string[] | undefined;
|
|
238
238
|
onTimeout?: "fail" | "success" | undefined;
|
|
239
239
|
deadlineMs?: number | undefined;
|
|
@@ -267,10 +267,10 @@ export declare const SubagentNodeSchema: z.ZodObject<{
|
|
|
267
267
|
timeoutMs?: number | undefined;
|
|
268
268
|
depends?: string[] | undefined;
|
|
269
269
|
humanGate?: {
|
|
270
|
+
stage: "before";
|
|
270
271
|
prompt: string | {
|
|
271
272
|
$ref: string;
|
|
272
273
|
};
|
|
273
|
-
stage: "before";
|
|
274
274
|
approvers?: string[] | undefined;
|
|
275
275
|
onTimeout?: "fail" | "success" | undefined;
|
|
276
276
|
deadlineMs?: number | undefined;
|
|
@@ -314,18 +314,18 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
|
|
|
314
314
|
deadlineMs: z.ZodOptional<z.ZodNumber>;
|
|
315
315
|
onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
|
|
316
316
|
}, "strip", z.ZodTypeAny, {
|
|
317
|
+
stage: "before";
|
|
317
318
|
prompt: string | {
|
|
318
319
|
$ref: string;
|
|
319
320
|
};
|
|
320
|
-
stage: "before";
|
|
321
321
|
approvers?: string[] | undefined;
|
|
322
322
|
onTimeout?: "fail" | "success" | undefined;
|
|
323
323
|
deadlineMs?: number | undefined;
|
|
324
324
|
}, {
|
|
325
|
+
stage: "before";
|
|
325
326
|
prompt: string | {
|
|
326
327
|
$ref: string;
|
|
327
328
|
};
|
|
328
|
-
stage: "before";
|
|
329
329
|
approvers?: string[] | undefined;
|
|
330
330
|
onTimeout?: "fail" | "success" | undefined;
|
|
331
331
|
deadlineMs?: number | undefined;
|
|
@@ -372,10 +372,10 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
|
|
|
372
372
|
input?: unknown;
|
|
373
373
|
depends?: string[] | undefined;
|
|
374
374
|
humanGate?: {
|
|
375
|
+
stage: "before";
|
|
375
376
|
prompt: string | {
|
|
376
377
|
$ref: string;
|
|
377
378
|
};
|
|
378
|
-
stage: "before";
|
|
379
379
|
approvers?: string[] | undefined;
|
|
380
380
|
onTimeout?: "fail" | "success" | undefined;
|
|
381
381
|
deadlineMs?: number | undefined;
|
|
@@ -398,10 +398,10 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
|
|
|
398
398
|
input?: unknown;
|
|
399
399
|
depends?: string[] | undefined;
|
|
400
400
|
humanGate?: {
|
|
401
|
+
stage: "before";
|
|
401
402
|
prompt: string | {
|
|
402
403
|
$ref: string;
|
|
403
404
|
};
|
|
404
|
-
stage: "before";
|
|
405
405
|
approvers?: string[] | undefined;
|
|
406
406
|
onTimeout?: "fail" | "success" | undefined;
|
|
407
407
|
deadlineMs?: number | undefined;
|
|
@@ -507,18 +507,18 @@ export declare const DecisionNodeSchema: z.ZodObject<{
|
|
|
507
507
|
deadlineMs: z.ZodOptional<z.ZodNumber>;
|
|
508
508
|
onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
|
|
509
509
|
}, "strip", z.ZodTypeAny, {
|
|
510
|
+
stage: "before";
|
|
510
511
|
prompt: string | {
|
|
511
512
|
$ref: string;
|
|
512
513
|
};
|
|
513
|
-
stage: "before";
|
|
514
514
|
approvers?: string[] | undefined;
|
|
515
515
|
onTimeout?: "fail" | "success" | undefined;
|
|
516
516
|
deadlineMs?: number | undefined;
|
|
517
517
|
}, {
|
|
518
|
+
stage: "before";
|
|
518
519
|
prompt: string | {
|
|
519
520
|
$ref: string;
|
|
520
521
|
};
|
|
521
|
-
stage: "before";
|
|
522
522
|
approvers?: string[] | undefined;
|
|
523
523
|
onTimeout?: "fail" | "success" | undefined;
|
|
524
524
|
deadlineMs?: number | undefined;
|
|
@@ -526,10 +526,10 @@ export declare const DecisionNodeSchema: z.ZodObject<{
|
|
|
526
526
|
}, "strict", z.ZodTypeAny, {
|
|
527
527
|
type: "decision";
|
|
528
528
|
humanGate: {
|
|
529
|
+
stage: "before";
|
|
529
530
|
prompt: string | {
|
|
530
531
|
$ref: string;
|
|
531
532
|
};
|
|
532
|
-
stage: "before";
|
|
533
533
|
approvers?: string[] | undefined;
|
|
534
534
|
onTimeout?: "fail" | "success" | undefined;
|
|
535
535
|
deadlineMs?: number | undefined;
|
|
@@ -539,10 +539,10 @@ export declare const DecisionNodeSchema: z.ZodObject<{
|
|
|
539
539
|
}, {
|
|
540
540
|
type: "decision";
|
|
541
541
|
humanGate: {
|
|
542
|
+
stage: "before";
|
|
542
543
|
prompt: string | {
|
|
543
544
|
$ref: string;
|
|
544
545
|
};
|
|
545
|
-
stage: "before";
|
|
546
546
|
approvers?: string[] | undefined;
|
|
547
547
|
onTimeout?: "fail" | "success" | undefined;
|
|
548
548
|
deadlineMs?: number | undefined;
|
|
@@ -597,18 +597,18 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
597
597
|
deadlineMs: z.ZodOptional<z.ZodNumber>;
|
|
598
598
|
onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
|
|
599
599
|
}, "strip", z.ZodTypeAny, {
|
|
600
|
+
stage: "before";
|
|
600
601
|
prompt: string | {
|
|
601
602
|
$ref: string;
|
|
602
603
|
};
|
|
603
|
-
stage: "before";
|
|
604
604
|
approvers?: string[] | undefined;
|
|
605
605
|
onTimeout?: "fail" | "success" | undefined;
|
|
606
606
|
deadlineMs?: number | undefined;
|
|
607
607
|
}, {
|
|
608
|
+
stage: "before";
|
|
608
609
|
prompt: string | {
|
|
609
610
|
$ref: string;
|
|
610
611
|
};
|
|
611
|
-
stage: "before";
|
|
612
612
|
approvers?: string[] | undefined;
|
|
613
613
|
onTimeout?: "fail" | "success" | undefined;
|
|
614
614
|
deadlineMs?: number | undefined;
|
|
@@ -658,10 +658,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
658
658
|
timeoutMs?: number | undefined;
|
|
659
659
|
depends?: string[] | undefined;
|
|
660
660
|
humanGate?: {
|
|
661
|
+
stage: "before";
|
|
661
662
|
prompt: string | {
|
|
662
663
|
$ref: string;
|
|
663
664
|
};
|
|
664
|
-
stage: "before";
|
|
665
665
|
approvers?: string[] | undefined;
|
|
666
666
|
onTimeout?: "fail" | "success" | undefined;
|
|
667
667
|
deadlineMs?: number | undefined;
|
|
@@ -695,10 +695,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
695
695
|
timeoutMs?: number | undefined;
|
|
696
696
|
depends?: string[] | undefined;
|
|
697
697
|
humanGate?: {
|
|
698
|
+
stage: "before";
|
|
698
699
|
prompt: string | {
|
|
699
700
|
$ref: string;
|
|
700
701
|
};
|
|
701
|
-
stage: "before";
|
|
702
702
|
approvers?: string[] | undefined;
|
|
703
703
|
onTimeout?: "fail" | "success" | undefined;
|
|
704
704
|
deadlineMs?: number | undefined;
|
|
@@ -740,18 +740,18 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
740
740
|
deadlineMs: z.ZodOptional<z.ZodNumber>;
|
|
741
741
|
onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
|
|
742
742
|
}, "strip", z.ZodTypeAny, {
|
|
743
|
+
stage: "before";
|
|
743
744
|
prompt: string | {
|
|
744
745
|
$ref: string;
|
|
745
746
|
};
|
|
746
|
-
stage: "before";
|
|
747
747
|
approvers?: string[] | undefined;
|
|
748
748
|
onTimeout?: "fail" | "success" | undefined;
|
|
749
749
|
deadlineMs?: number | undefined;
|
|
750
750
|
}, {
|
|
751
|
+
stage: "before";
|
|
751
752
|
prompt: string | {
|
|
752
753
|
$ref: string;
|
|
753
754
|
};
|
|
754
|
-
stage: "before";
|
|
755
755
|
approvers?: string[] | undefined;
|
|
756
756
|
onTimeout?: "fail" | "success" | undefined;
|
|
757
757
|
deadlineMs?: number | undefined;
|
|
@@ -798,10 +798,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
798
798
|
input?: unknown;
|
|
799
799
|
depends?: string[] | undefined;
|
|
800
800
|
humanGate?: {
|
|
801
|
+
stage: "before";
|
|
801
802
|
prompt: string | {
|
|
802
803
|
$ref: string;
|
|
803
804
|
};
|
|
804
|
-
stage: "before";
|
|
805
805
|
approvers?: string[] | undefined;
|
|
806
806
|
onTimeout?: "fail" | "success" | undefined;
|
|
807
807
|
deadlineMs?: number | undefined;
|
|
@@ -824,10 +824,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
824
824
|
input?: unknown;
|
|
825
825
|
depends?: string[] | undefined;
|
|
826
826
|
humanGate?: {
|
|
827
|
+
stage: "before";
|
|
827
828
|
prompt: string | {
|
|
828
829
|
$ref: string;
|
|
829
830
|
};
|
|
830
|
-
stage: "before";
|
|
831
831
|
approvers?: string[] | undefined;
|
|
832
832
|
onTimeout?: "fail" | "success" | undefined;
|
|
833
833
|
deadlineMs?: number | undefined;
|
|
@@ -908,18 +908,18 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
908
908
|
deadlineMs: z.ZodOptional<z.ZodNumber>;
|
|
909
909
|
onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
|
|
910
910
|
}, "strip", z.ZodTypeAny, {
|
|
911
|
+
stage: "before";
|
|
911
912
|
prompt: string | {
|
|
912
913
|
$ref: string;
|
|
913
914
|
};
|
|
914
|
-
stage: "before";
|
|
915
915
|
approvers?: string[] | undefined;
|
|
916
916
|
onTimeout?: "fail" | "success" | undefined;
|
|
917
917
|
deadlineMs?: number | undefined;
|
|
918
918
|
}, {
|
|
919
|
+
stage: "before";
|
|
919
920
|
prompt: string | {
|
|
920
921
|
$ref: string;
|
|
921
922
|
};
|
|
922
|
-
stage: "before";
|
|
923
923
|
approvers?: string[] | undefined;
|
|
924
924
|
onTimeout?: "fail" | "success" | undefined;
|
|
925
925
|
deadlineMs?: number | undefined;
|
|
@@ -927,10 +927,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
927
927
|
}, "strict", z.ZodTypeAny, {
|
|
928
928
|
type: "decision";
|
|
929
929
|
humanGate: {
|
|
930
|
+
stage: "before";
|
|
930
931
|
prompt: string | {
|
|
931
932
|
$ref: string;
|
|
932
933
|
};
|
|
933
|
-
stage: "before";
|
|
934
934
|
approvers?: string[] | undefined;
|
|
935
935
|
onTimeout?: "fail" | "success" | undefined;
|
|
936
936
|
deadlineMs?: number | undefined;
|
|
@@ -940,10 +940,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
940
940
|
}, {
|
|
941
941
|
type: "decision";
|
|
942
942
|
humanGate: {
|
|
943
|
+
stage: "before";
|
|
943
944
|
prompt: string | {
|
|
944
945
|
$ref: string;
|
|
945
946
|
};
|
|
946
|
-
stage: "before";
|
|
947
947
|
approvers?: string[] | undefined;
|
|
948
948
|
onTimeout?: "fail" | "success" | undefined;
|
|
949
949
|
deadlineMs?: number | undefined;
|
|
@@ -1083,18 +1083,18 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1083
1083
|
deadlineMs: z.ZodOptional<z.ZodNumber>;
|
|
1084
1084
|
onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
|
|
1085
1085
|
}, "strip", z.ZodTypeAny, {
|
|
1086
|
+
stage: "before";
|
|
1086
1087
|
prompt: string | {
|
|
1087
1088
|
$ref: string;
|
|
1088
1089
|
};
|
|
1089
|
-
stage: "before";
|
|
1090
1090
|
approvers?: string[] | undefined;
|
|
1091
1091
|
onTimeout?: "fail" | "success" | undefined;
|
|
1092
1092
|
deadlineMs?: number | undefined;
|
|
1093
1093
|
}, {
|
|
1094
|
+
stage: "before";
|
|
1094
1095
|
prompt: string | {
|
|
1095
1096
|
$ref: string;
|
|
1096
1097
|
};
|
|
1097
|
-
stage: "before";
|
|
1098
1098
|
approvers?: string[] | undefined;
|
|
1099
1099
|
onTimeout?: "fail" | "success" | undefined;
|
|
1100
1100
|
deadlineMs?: number | undefined;
|
|
@@ -1144,10 +1144,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1144
1144
|
timeoutMs?: number | undefined;
|
|
1145
1145
|
depends?: string[] | undefined;
|
|
1146
1146
|
humanGate?: {
|
|
1147
|
+
stage: "before";
|
|
1147
1148
|
prompt: string | {
|
|
1148
1149
|
$ref: string;
|
|
1149
1150
|
};
|
|
1150
|
-
stage: "before";
|
|
1151
1151
|
approvers?: string[] | undefined;
|
|
1152
1152
|
onTimeout?: "fail" | "success" | undefined;
|
|
1153
1153
|
deadlineMs?: number | undefined;
|
|
@@ -1181,10 +1181,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1181
1181
|
timeoutMs?: number | undefined;
|
|
1182
1182
|
depends?: string[] | undefined;
|
|
1183
1183
|
humanGate?: {
|
|
1184
|
+
stage: "before";
|
|
1184
1185
|
prompt: string | {
|
|
1185
1186
|
$ref: string;
|
|
1186
1187
|
};
|
|
1187
|
-
stage: "before";
|
|
1188
1188
|
approvers?: string[] | undefined;
|
|
1189
1189
|
onTimeout?: "fail" | "success" | undefined;
|
|
1190
1190
|
deadlineMs?: number | undefined;
|
|
@@ -1226,18 +1226,18 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1226
1226
|
deadlineMs: z.ZodOptional<z.ZodNumber>;
|
|
1227
1227
|
onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
|
|
1228
1228
|
}, "strip", z.ZodTypeAny, {
|
|
1229
|
+
stage: "before";
|
|
1229
1230
|
prompt: string | {
|
|
1230
1231
|
$ref: string;
|
|
1231
1232
|
};
|
|
1232
|
-
stage: "before";
|
|
1233
1233
|
approvers?: string[] | undefined;
|
|
1234
1234
|
onTimeout?: "fail" | "success" | undefined;
|
|
1235
1235
|
deadlineMs?: number | undefined;
|
|
1236
1236
|
}, {
|
|
1237
|
+
stage: "before";
|
|
1237
1238
|
prompt: string | {
|
|
1238
1239
|
$ref: string;
|
|
1239
1240
|
};
|
|
1240
|
-
stage: "before";
|
|
1241
1241
|
approvers?: string[] | undefined;
|
|
1242
1242
|
onTimeout?: "fail" | "success" | undefined;
|
|
1243
1243
|
deadlineMs?: number | undefined;
|
|
@@ -1284,10 +1284,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1284
1284
|
input?: unknown;
|
|
1285
1285
|
depends?: string[] | undefined;
|
|
1286
1286
|
humanGate?: {
|
|
1287
|
+
stage: "before";
|
|
1287
1288
|
prompt: string | {
|
|
1288
1289
|
$ref: string;
|
|
1289
1290
|
};
|
|
1290
|
-
stage: "before";
|
|
1291
1291
|
approvers?: string[] | undefined;
|
|
1292
1292
|
onTimeout?: "fail" | "success" | undefined;
|
|
1293
1293
|
deadlineMs?: number | undefined;
|
|
@@ -1310,10 +1310,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1310
1310
|
input?: unknown;
|
|
1311
1311
|
depends?: string[] | undefined;
|
|
1312
1312
|
humanGate?: {
|
|
1313
|
+
stage: "before";
|
|
1313
1314
|
prompt: string | {
|
|
1314
1315
|
$ref: string;
|
|
1315
1316
|
};
|
|
1316
|
-
stage: "before";
|
|
1317
1317
|
approvers?: string[] | undefined;
|
|
1318
1318
|
onTimeout?: "fail" | "success" | undefined;
|
|
1319
1319
|
deadlineMs?: number | undefined;
|
|
@@ -1394,18 +1394,18 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1394
1394
|
deadlineMs: z.ZodOptional<z.ZodNumber>;
|
|
1395
1395
|
onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
|
|
1396
1396
|
}, "strip", z.ZodTypeAny, {
|
|
1397
|
+
stage: "before";
|
|
1397
1398
|
prompt: string | {
|
|
1398
1399
|
$ref: string;
|
|
1399
1400
|
};
|
|
1400
|
-
stage: "before";
|
|
1401
1401
|
approvers?: string[] | undefined;
|
|
1402
1402
|
onTimeout?: "fail" | "success" | undefined;
|
|
1403
1403
|
deadlineMs?: number | undefined;
|
|
1404
1404
|
}, {
|
|
1405
|
+
stage: "before";
|
|
1405
1406
|
prompt: string | {
|
|
1406
1407
|
$ref: string;
|
|
1407
1408
|
};
|
|
1408
|
-
stage: "before";
|
|
1409
1409
|
approvers?: string[] | undefined;
|
|
1410
1410
|
onTimeout?: "fail" | "success" | undefined;
|
|
1411
1411
|
deadlineMs?: number | undefined;
|
|
@@ -1413,10 +1413,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1413
1413
|
}, "strict", z.ZodTypeAny, {
|
|
1414
1414
|
type: "decision";
|
|
1415
1415
|
humanGate: {
|
|
1416
|
+
stage: "before";
|
|
1416
1417
|
prompt: string | {
|
|
1417
1418
|
$ref: string;
|
|
1418
1419
|
};
|
|
1419
|
-
stage: "before";
|
|
1420
1420
|
approvers?: string[] | undefined;
|
|
1421
1421
|
onTimeout?: "fail" | "success" | undefined;
|
|
1422
1422
|
deadlineMs?: number | undefined;
|
|
@@ -1426,10 +1426,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1426
1426
|
}, {
|
|
1427
1427
|
type: "decision";
|
|
1428
1428
|
humanGate: {
|
|
1429
|
+
stage: "before";
|
|
1429
1430
|
prompt: string | {
|
|
1430
1431
|
$ref: string;
|
|
1431
1432
|
};
|
|
1432
|
-
stage: "before";
|
|
1433
1433
|
approvers?: string[] | undefined;
|
|
1434
1434
|
onTimeout?: "fail" | "success" | undefined;
|
|
1435
1435
|
deadlineMs?: number | undefined;
|
|
@@ -1450,10 +1450,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1450
1450
|
timeoutMs?: number | undefined;
|
|
1451
1451
|
depends?: string[] | undefined;
|
|
1452
1452
|
humanGate?: {
|
|
1453
|
+
stage: "before";
|
|
1453
1454
|
prompt: string | {
|
|
1454
1455
|
$ref: string;
|
|
1455
1456
|
};
|
|
1456
|
-
stage: "before";
|
|
1457
1457
|
approvers?: string[] | undefined;
|
|
1458
1458
|
onTimeout?: "fail" | "success" | undefined;
|
|
1459
1459
|
deadlineMs?: number | undefined;
|
|
@@ -1484,10 +1484,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1484
1484
|
input?: unknown;
|
|
1485
1485
|
depends?: string[] | undefined;
|
|
1486
1486
|
humanGate?: {
|
|
1487
|
+
stage: "before";
|
|
1487
1488
|
prompt: string | {
|
|
1488
1489
|
$ref: string;
|
|
1489
1490
|
};
|
|
1490
|
-
stage: "before";
|
|
1491
1491
|
approvers?: string[] | undefined;
|
|
1492
1492
|
onTimeout?: "fail" | "success" | undefined;
|
|
1493
1493
|
deadlineMs?: number | undefined;
|
|
@@ -1518,10 +1518,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1518
1518
|
} | {
|
|
1519
1519
|
type: "decision";
|
|
1520
1520
|
humanGate: {
|
|
1521
|
+
stage: "before";
|
|
1521
1522
|
prompt: string | {
|
|
1522
1523
|
$ref: string;
|
|
1523
1524
|
};
|
|
1524
|
-
stage: "before";
|
|
1525
1525
|
approvers?: string[] | undefined;
|
|
1526
1526
|
onTimeout?: "fail" | "success" | undefined;
|
|
1527
1527
|
deadlineMs?: number | undefined;
|
|
@@ -1562,10 +1562,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1562
1562
|
timeoutMs?: number | undefined;
|
|
1563
1563
|
depends?: string[] | undefined;
|
|
1564
1564
|
humanGate?: {
|
|
1565
|
+
stage: "before";
|
|
1565
1566
|
prompt: string | {
|
|
1566
1567
|
$ref: string;
|
|
1567
1568
|
};
|
|
1568
|
-
stage: "before";
|
|
1569
1569
|
approvers?: string[] | undefined;
|
|
1570
1570
|
onTimeout?: "fail" | "success" | undefined;
|
|
1571
1571
|
deadlineMs?: number | undefined;
|
|
@@ -1596,10 +1596,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1596
1596
|
input?: unknown;
|
|
1597
1597
|
depends?: string[] | undefined;
|
|
1598
1598
|
humanGate?: {
|
|
1599
|
+
stage: "before";
|
|
1599
1600
|
prompt: string | {
|
|
1600
1601
|
$ref: string;
|
|
1601
1602
|
};
|
|
1602
|
-
stage: "before";
|
|
1603
1603
|
approvers?: string[] | undefined;
|
|
1604
1604
|
onTimeout?: "fail" | "success" | undefined;
|
|
1605
1605
|
deadlineMs?: number | undefined;
|
|
@@ -1630,10 +1630,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1630
1630
|
} | {
|
|
1631
1631
|
type: "decision";
|
|
1632
1632
|
humanGate: {
|
|
1633
|
+
stage: "before";
|
|
1633
1634
|
prompt: string | {
|
|
1634
1635
|
$ref: string;
|
|
1635
1636
|
};
|
|
1636
|
-
stage: "before";
|
|
1637
1637
|
approvers?: string[] | undefined;
|
|
1638
1638
|
onTimeout?: "fail" | "success" | undefined;
|
|
1639
1639
|
deadlineMs?: number | undefined;
|