botmux 2.64.0 → 2.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +1 -1
- package/README.md +3 -3
- package/dist/adapters/backend/herdr-backend.d.ts +8 -1
- package/dist/adapters/backend/herdr-backend.d.ts.map +1 -1
- package/dist/adapters/backend/herdr-backend.js +15 -2
- package/dist/adapters/backend/herdr-backend.js.map +1 -1
- package/dist/adapters/backend/tmux-backend.d.ts +17 -1
- package/dist/adapters/backend/tmux-backend.d.ts.map +1 -1
- package/dist/adapters/backend/tmux-backend.js +25 -4
- package/dist/adapters/backend/tmux-backend.js.map +1 -1
- package/dist/adapters/backend/types.d.ts +14 -0
- package/dist/adapters/backend/types.d.ts.map +1 -1
- package/dist/adapters/backend/types.js.map +1 -1
- package/dist/adapters/backend/zellij-backend.d.ts +12 -1
- package/dist/adapters/backend/zellij-backend.d.ts.map +1 -1
- package/dist/adapters/backend/zellij-backend.js +25 -8
- package/dist/adapters/backend/zellij-backend.js.map +1 -1
- package/dist/bot-registry.d.ts +39 -0
- package/dist/bot-registry.d.ts.map +1 -1
- package/dist/bot-registry.js +30 -0
- package/dist/bot-registry.js.map +1 -1
- package/dist/cli/send-dispatch.d.ts +23 -0
- package/dist/cli/send-dispatch.d.ts.map +1 -0
- package/dist/cli/send-dispatch.js +23 -0
- package/dist/cli/send-dispatch.js.map +1 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +141 -58
- package/dist/cli.js.map +1 -1
- package/dist/config.d.ts +8 -6
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +8 -6
- package/dist/config.js.map +1 -1
- package/dist/core/ask-broker.d.ts +33 -0
- package/dist/core/ask-broker.d.ts.map +1 -1
- package/dist/core/ask-broker.js +58 -0
- package/dist/core/ask-broker.js.map +1 -1
- package/dist/core/ask-hook/claude-code.d.ts.map +1 -1
- package/dist/core/ask-hook/claude-code.js +15 -9
- package/dist/core/ask-hook/claude-code.js.map +1 -1
- package/dist/core/ask-hook/codex.d.ts.map +1 -1
- package/dist/core/ask-hook/codex.js +2 -1
- package/dist/core/ask-hook/codex.js.map +1 -1
- package/dist/core/ask-hook/opencode.d.ts.map +1 -1
- package/dist/core/ask-hook/opencode.js +9 -6
- package/dist/core/ask-hook/opencode.js.map +1 -1
- package/dist/core/ask-hook/types.d.ts +3 -1
- package/dist/core/ask-hook/types.d.ts.map +1 -1
- package/dist/core/ask-types.d.ts +13 -6
- package/dist/core/ask-types.d.ts.map +1 -1
- package/dist/core/ask-types.js.map +1 -1
- package/dist/core/command-handler.d.ts.map +1 -1
- package/dist/core/command-handler.js +255 -4
- package/dist/core/command-handler.js.map +1 -1
- package/dist/core/daemon-heartbeat.d.ts +15 -0
- package/dist/core/daemon-heartbeat.d.ts.map +1 -0
- package/dist/core/daemon-heartbeat.js +83 -0
- package/dist/core/daemon-heartbeat.js.map +1 -0
- package/dist/core/dashboard-ipc-server.d.ts.map +1 -1
- package/dist/core/dashboard-ipc-server.js +80 -33
- package/dist/core/dashboard-ipc-server.js.map +1 -1
- package/dist/core/dispatch.d.ts +1 -23
- package/dist/core/dispatch.d.ts.map +1 -1
- package/dist/core/dispatch.js +1 -17
- package/dist/core/dispatch.js.map +1 -1
- package/dist/core/idle-worker-sweeper.d.ts +13 -0
- package/dist/core/idle-worker-sweeper.d.ts.map +1 -0
- package/dist/core/idle-worker-sweeper.js +42 -0
- package/dist/core/idle-worker-sweeper.js.map +1 -0
- package/dist/core/maintenance-schedule.d.ts +34 -0
- package/dist/core/maintenance-schedule.d.ts.map +1 -0
- package/dist/core/maintenance-schedule.js +72 -0
- package/dist/core/maintenance-schedule.js.map +1 -0
- package/dist/core/maintenance.d.ts +43 -0
- package/dist/core/maintenance.d.ts.map +1 -0
- package/dist/core/maintenance.js +160 -0
- package/dist/core/maintenance.js.map +1 -0
- package/dist/core/reply-target.d.ts +23 -0
- package/dist/core/reply-target.d.ts.map +1 -0
- package/dist/core/reply-target.js +47 -0
- package/dist/core/reply-target.js.map +1 -0
- package/dist/core/restart-report.d.ts +49 -0
- package/dist/core/restart-report.d.ts.map +1 -0
- package/dist/core/restart-report.js +98 -0
- package/dist/core/restart-report.js.map +1 -0
- package/dist/core/scheduler.d.ts.map +1 -1
- package/dist/core/scheduler.js +20 -0
- package/dist/core/scheduler.js.map +1 -1
- package/dist/core/session-manager.d.ts +26 -10
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +104 -26
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/session-marker.d.ts +13 -0
- package/dist/core/session-marker.d.ts.map +1 -0
- package/dist/core/session-marker.js +55 -0
- package/dist/core/session-marker.js.map +1 -0
- package/dist/core/types.d.ts +20 -1
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js.map +1 -1
- package/dist/core/worker-budget.d.ts +19 -0
- package/dist/core/worker-budget.d.ts.map +1 -0
- package/dist/core/worker-budget.js +50 -0
- package/dist/core/worker-budget.js.map +1 -0
- package/dist/core/worker-pool.d.ts +5 -2
- package/dist/core/worker-pool.d.ts.map +1 -1
- package/dist/core/worker-pool.js +105 -12
- package/dist/core/worker-pool.js.map +1 -1
- package/dist/daemon.d.ts.map +1 -1
- package/dist/daemon.js +243 -38
- package/dist/daemon.js.map +1 -1
- package/dist/dashboard/web/bot-defaults.d.ts.map +1 -1
- package/dist/dashboard/web/bot-defaults.js +118 -0
- package/dist/dashboard/web/bot-defaults.js.map +1 -1
- package/dist/dashboard/web/i18n.d.ts.map +1 -1
- package/dist/dashboard/web/i18n.js +44 -0
- package/dist/dashboard/web/i18n.js.map +1 -1
- package/dist/dashboard/web/settings.d.ts.map +1 -1
- package/dist/dashboard/web/settings.js +84 -13
- package/dist/dashboard/web/settings.js.map +1 -1
- package/dist/dashboard-web/app.js +568 -503
- package/dist/dashboard.js +87 -7
- package/dist/dashboard.js.map +1 -1
- package/dist/global-config.d.ts +46 -0
- package/dist/global-config.d.ts.map +1 -1
- package/dist/global-config.js +115 -0
- package/dist/global-config.js.map +1 -1
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +72 -1
- package/dist/i18n/en.js.map +1 -1
- package/dist/i18n/zh.d.ts.map +1 -1
- package/dist/i18n/zh.js +72 -1
- package/dist/i18n/zh.js.map +1 -1
- package/dist/im/lark/ask-card.d.ts.map +1 -1
- package/dist/im/lark/ask-card.js +15 -1
- package/dist/im/lark/ask-card.js.map +1 -1
- package/dist/im/lark/card-builder.d.ts +17 -0
- package/dist/im/lark/card-builder.d.ts.map +1 -1
- package/dist/im/lark/card-builder.js +146 -0
- 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 +119 -4
- package/dist/im/lark/card-handler.js.map +1 -1
- package/dist/im/lark/client.d.ts +3 -2
- package/dist/im/lark/client.d.ts.map +1 -1
- package/dist/im/lark/client.js +28 -2
- package/dist/im/lark/client.js.map +1 -1
- package/dist/im/lark/event-dispatcher.d.ts +7 -17
- package/dist/im/lark/event-dispatcher.d.ts.map +1 -1
- package/dist/im/lark/event-dispatcher.js +170 -50
- package/dist/im/lark/event-dispatcher.js.map +1 -1
- package/dist/im/lark/message-parser.d.ts +1 -0
- package/dist/im/lark/message-parser.d.ts.map +1 -1
- package/dist/im/lark/message-parser.js +1 -0
- package/dist/im/lark/message-parser.js.map +1 -1
- package/dist/im/lark/reply-mode-command.d.ts +2 -0
- package/dist/im/lark/reply-mode-command.d.ts.map +1 -0
- package/dist/im/lark/reply-mode-command.js +102 -0
- package/dist/im/lark/reply-mode-command.js.map +1 -0
- package/dist/services/bot-config-store.d.ts +144 -0
- package/dist/services/bot-config-store.d.ts.map +1 -0
- package/dist/services/bot-config-store.js +241 -0
- package/dist/services/bot-config-store.js.map +1 -0
- package/dist/services/card-prefs-store.d.ts +5 -0
- package/dist/services/card-prefs-store.d.ts.map +1 -1
- package/dist/services/card-prefs-store.js +47 -0
- package/dist/services/card-prefs-store.js.map +1 -1
- package/dist/services/chat-reply-mode-store.d.ts +28 -0
- package/dist/services/chat-reply-mode-store.d.ts.map +1 -0
- package/dist/services/chat-reply-mode-store.js +115 -0
- package/dist/services/chat-reply-mode-store.js.map +1 -0
- package/dist/services/hook-runner.d.ts +43 -0
- package/dist/services/hook-runner.d.ts.map +1 -0
- package/dist/services/hook-runner.js +394 -0
- package/dist/services/hook-runner.js.map +1 -0
- package/dist/services/restart-intent-store.d.ts +26 -0
- package/dist/services/restart-intent-store.d.ts.map +1 -0
- package/dist/services/restart-intent-store.js +84 -0
- package/dist/services/restart-intent-store.js.map +1 -0
- package/dist/services/session-lifecycle-hooks.d.ts +10 -0
- package/dist/services/session-lifecycle-hooks.d.ts.map +1 -0
- package/dist/services/session-lifecycle-hooks.js +66 -0
- package/dist/services/session-lifecycle-hooks.js.map +1 -0
- package/dist/services/session-store.d.ts +6 -0
- package/dist/services/session-store.d.ts.map +1 -1
- package/dist/services/session-store.js +25 -0
- package/dist/services/session-store.js.map +1 -1
- package/dist/skills/definitions.d.ts.map +1 -1
- package/dist/skills/definitions.js +28 -3
- package/dist/skills/definitions.js.map +1 -1
- package/dist/types.d.ts +33 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/install-info.d.ts +13 -0
- package/dist/utils/install-info.d.ts.map +1 -0
- package/dist/utils/install-info.js +56 -0
- package/dist/utils/install-info.js.map +1 -0
- package/dist/utils/listen-with-probe.d.ts +26 -0
- package/dist/utils/listen-with-probe.d.ts.map +1 -0
- package/dist/utils/listen-with-probe.js +64 -0
- package/dist/utils/listen-with-probe.js.map +1 -0
- package/dist/utils/web-terminal-listen.d.ts +30 -0
- package/dist/utils/web-terminal-listen.d.ts.map +1 -0
- package/dist/utils/web-terminal-listen.js +81 -0
- package/dist/utils/web-terminal-listen.js.map +1 -0
- package/dist/worker.js +71 -44
- package/dist/worker.js.map +1 -1
- package/dist/workflows/definition.d.ts +30 -30
- package/dist/workflows/events/payloads.d.ts +4 -4
- package/dist/workflows/events/schema.d.ts +156 -156
- package/package.json +1 -1
|
@@ -138,7 +138,7 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
|
|
|
138
138
|
bytes: number;
|
|
139
139
|
schemaVersion: number;
|
|
140
140
|
};
|
|
141
|
-
actor: "
|
|
141
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
142
142
|
payloadHash?: string | undefined;
|
|
143
143
|
}, {
|
|
144
144
|
type: "runCreated";
|
|
@@ -168,7 +168,7 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
|
|
|
168
168
|
bytes: number;
|
|
169
169
|
schemaVersion: number;
|
|
170
170
|
};
|
|
171
|
-
actor: "
|
|
171
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
172
172
|
payloadHash?: string | undefined;
|
|
173
173
|
}>;
|
|
174
174
|
export declare const RunStartedEventSchema: z.ZodObject<{
|
|
@@ -203,7 +203,7 @@ export declare const RunStartedEventSchema: z.ZodObject<{
|
|
|
203
203
|
bytes: number;
|
|
204
204
|
schemaVersion: number;
|
|
205
205
|
};
|
|
206
|
-
actor: "
|
|
206
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
207
207
|
payloadHash?: string | undefined;
|
|
208
208
|
}, {
|
|
209
209
|
type: "runStarted";
|
|
@@ -216,7 +216,7 @@ export declare const RunStartedEventSchema: z.ZodObject<{
|
|
|
216
216
|
bytes: number;
|
|
217
217
|
schemaVersion: number;
|
|
218
218
|
};
|
|
219
|
-
actor: "
|
|
219
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
220
220
|
payloadHash?: string | undefined;
|
|
221
221
|
}>;
|
|
222
222
|
export declare const RunSucceededEventSchema: z.ZodObject<{
|
|
@@ -295,7 +295,7 @@ export declare const RunSucceededEventSchema: z.ZodObject<{
|
|
|
295
295
|
bytes: number;
|
|
296
296
|
schemaVersion: number;
|
|
297
297
|
};
|
|
298
|
-
actor: "
|
|
298
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
299
299
|
payloadHash?: string | undefined;
|
|
300
300
|
}, {
|
|
301
301
|
type: "runSucceeded";
|
|
@@ -316,7 +316,7 @@ export declare const RunSucceededEventSchema: z.ZodObject<{
|
|
|
316
316
|
bytes: number;
|
|
317
317
|
schemaVersion: number;
|
|
318
318
|
};
|
|
319
|
-
actor: "
|
|
319
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
320
320
|
payloadHash?: string | undefined;
|
|
321
321
|
}>;
|
|
322
322
|
export declare const RunFailedEventSchema: z.ZodObject<{
|
|
@@ -363,7 +363,7 @@ export declare const RunFailedEventSchema: z.ZodObject<{
|
|
|
363
363
|
bytes: number;
|
|
364
364
|
schemaVersion: number;
|
|
365
365
|
};
|
|
366
|
-
actor: "
|
|
366
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
367
367
|
payloadHash?: string | undefined;
|
|
368
368
|
}, {
|
|
369
369
|
type: "runFailed";
|
|
@@ -379,7 +379,7 @@ export declare const RunFailedEventSchema: z.ZodObject<{
|
|
|
379
379
|
bytes: number;
|
|
380
380
|
schemaVersion: number;
|
|
381
381
|
};
|
|
382
|
-
actor: "
|
|
382
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
383
383
|
payloadHash?: string | undefined;
|
|
384
384
|
}>;
|
|
385
385
|
export declare const RunCanceledEventSchema: z.ZodObject<{
|
|
@@ -422,7 +422,7 @@ export declare const RunCanceledEventSchema: z.ZodObject<{
|
|
|
422
422
|
bytes: number;
|
|
423
423
|
schemaVersion: number;
|
|
424
424
|
};
|
|
425
|
-
actor: "
|
|
425
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
426
426
|
payloadHash?: string | undefined;
|
|
427
427
|
}, {
|
|
428
428
|
type: "runCanceled";
|
|
@@ -437,7 +437,7 @@ export declare const RunCanceledEventSchema: z.ZodObject<{
|
|
|
437
437
|
bytes: number;
|
|
438
438
|
schemaVersion: number;
|
|
439
439
|
};
|
|
440
|
-
actor: "
|
|
440
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
441
441
|
payloadHash?: string | undefined;
|
|
442
442
|
}>;
|
|
443
443
|
export declare const NodeWaitingEventSchema: z.ZodObject<{
|
|
@@ -488,7 +488,7 @@ export declare const NodeWaitingEventSchema: z.ZodObject<{
|
|
|
488
488
|
bytes: number;
|
|
489
489
|
schemaVersion: number;
|
|
490
490
|
};
|
|
491
|
-
actor: "
|
|
491
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
492
492
|
payloadHash?: string | undefined;
|
|
493
493
|
}, {
|
|
494
494
|
type: "nodeWaiting";
|
|
@@ -505,7 +505,7 @@ export declare const NodeWaitingEventSchema: z.ZodObject<{
|
|
|
505
505
|
bytes: number;
|
|
506
506
|
schemaVersion: number;
|
|
507
507
|
};
|
|
508
|
-
actor: "
|
|
508
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
509
509
|
payloadHash?: string | undefined;
|
|
510
510
|
}>;
|
|
511
511
|
export declare const NodeRetryingEventSchema: z.ZodObject<{
|
|
@@ -556,7 +556,7 @@ export declare const NodeRetryingEventSchema: z.ZodObject<{
|
|
|
556
556
|
bytes: number;
|
|
557
557
|
schemaVersion: number;
|
|
558
558
|
};
|
|
559
|
-
actor: "
|
|
559
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
560
560
|
payloadHash?: string | undefined;
|
|
561
561
|
}, {
|
|
562
562
|
type: "nodeRetrying";
|
|
@@ -573,7 +573,7 @@ export declare const NodeRetryingEventSchema: z.ZodObject<{
|
|
|
573
573
|
bytes: number;
|
|
574
574
|
schemaVersion: number;
|
|
575
575
|
};
|
|
576
|
-
actor: "
|
|
576
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
577
577
|
payloadHash?: string | undefined;
|
|
578
578
|
}>;
|
|
579
579
|
export declare const NodeSucceededEventSchema: z.ZodObject<{
|
|
@@ -620,7 +620,7 @@ export declare const NodeSucceededEventSchema: z.ZodObject<{
|
|
|
620
620
|
bytes: number;
|
|
621
621
|
schemaVersion: number;
|
|
622
622
|
};
|
|
623
|
-
actor: "
|
|
623
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
624
624
|
payloadHash?: string | undefined;
|
|
625
625
|
}, {
|
|
626
626
|
type: "nodeSucceeded";
|
|
@@ -636,7 +636,7 @@ export declare const NodeSucceededEventSchema: z.ZodObject<{
|
|
|
636
636
|
bytes: number;
|
|
637
637
|
schemaVersion: number;
|
|
638
638
|
};
|
|
639
|
-
actor: "
|
|
639
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
640
640
|
payloadHash?: string | undefined;
|
|
641
641
|
}>;
|
|
642
642
|
export declare const NodeFailedEventSchema: z.ZodObject<{
|
|
@@ -687,7 +687,7 @@ export declare const NodeFailedEventSchema: z.ZodObject<{
|
|
|
687
687
|
bytes: number;
|
|
688
688
|
schemaVersion: number;
|
|
689
689
|
};
|
|
690
|
-
actor: "
|
|
690
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
691
691
|
payloadHash?: string | undefined;
|
|
692
692
|
}, {
|
|
693
693
|
type: "nodeFailed";
|
|
@@ -704,7 +704,7 @@ export declare const NodeFailedEventSchema: z.ZodObject<{
|
|
|
704
704
|
bytes: number;
|
|
705
705
|
schemaVersion: number;
|
|
706
706
|
};
|
|
707
|
-
actor: "
|
|
707
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
708
708
|
payloadHash?: string | undefined;
|
|
709
709
|
}>;
|
|
710
710
|
export declare const NodeSkippedEventSchema: z.ZodObject<{
|
|
@@ -751,7 +751,7 @@ export declare const NodeSkippedEventSchema: z.ZodObject<{
|
|
|
751
751
|
bytes: number;
|
|
752
752
|
schemaVersion: number;
|
|
753
753
|
};
|
|
754
|
-
actor: "
|
|
754
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
755
755
|
payloadHash?: string | undefined;
|
|
756
756
|
}, {
|
|
757
757
|
type: "nodeSkipped";
|
|
@@ -767,7 +767,7 @@ export declare const NodeSkippedEventSchema: z.ZodObject<{
|
|
|
767
767
|
bytes: number;
|
|
768
768
|
schemaVersion: number;
|
|
769
769
|
};
|
|
770
|
-
actor: "
|
|
770
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
771
771
|
payloadHash?: string | undefined;
|
|
772
772
|
}>;
|
|
773
773
|
export declare const NodeCanceledEventSchema: z.ZodObject<{
|
|
@@ -814,7 +814,7 @@ export declare const NodeCanceledEventSchema: z.ZodObject<{
|
|
|
814
814
|
bytes: number;
|
|
815
815
|
schemaVersion: number;
|
|
816
816
|
};
|
|
817
|
-
actor: "
|
|
817
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
818
818
|
payloadHash?: string | undefined;
|
|
819
819
|
}, {
|
|
820
820
|
type: "nodeCanceled";
|
|
@@ -830,7 +830,7 @@ export declare const NodeCanceledEventSchema: z.ZodObject<{
|
|
|
830
830
|
bytes: number;
|
|
831
831
|
schemaVersion: number;
|
|
832
832
|
};
|
|
833
|
-
actor: "
|
|
833
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
834
834
|
payloadHash?: string | undefined;
|
|
835
835
|
}>;
|
|
836
836
|
export declare const ActivityRunningEventSchema: z.ZodObject<{
|
|
@@ -881,7 +881,7 @@ export declare const ActivityRunningEventSchema: z.ZodObject<{
|
|
|
881
881
|
bytes: number;
|
|
882
882
|
schemaVersion: number;
|
|
883
883
|
};
|
|
884
|
-
actor: "
|
|
884
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
885
885
|
payloadHash?: string | undefined;
|
|
886
886
|
}, {
|
|
887
887
|
type: "activityRunning";
|
|
@@ -898,7 +898,7 @@ export declare const ActivityRunningEventSchema: z.ZodObject<{
|
|
|
898
898
|
bytes: number;
|
|
899
899
|
schemaVersion: number;
|
|
900
900
|
};
|
|
901
|
-
actor: "
|
|
901
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
902
902
|
payloadHash?: string | undefined;
|
|
903
903
|
}>;
|
|
904
904
|
export declare const ActivityWaitingEventSchema: z.ZodObject<{
|
|
@@ -945,7 +945,7 @@ export declare const ActivityWaitingEventSchema: z.ZodObject<{
|
|
|
945
945
|
bytes: number;
|
|
946
946
|
schemaVersion: number;
|
|
947
947
|
};
|
|
948
|
-
actor: "
|
|
948
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
949
949
|
payloadHash?: string | undefined;
|
|
950
950
|
}, {
|
|
951
951
|
type: "activityWaiting";
|
|
@@ -961,7 +961,7 @@ export declare const ActivityWaitingEventSchema: z.ZodObject<{
|
|
|
961
961
|
bytes: number;
|
|
962
962
|
schemaVersion: number;
|
|
963
963
|
};
|
|
964
|
-
actor: "
|
|
964
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
965
965
|
payloadHash?: string | undefined;
|
|
966
966
|
}>;
|
|
967
967
|
export declare const ActivityTimedOutEventSchema: z.ZodObject<{
|
|
@@ -1020,7 +1020,7 @@ export declare const ActivityTimedOutEventSchema: z.ZodObject<{
|
|
|
1020
1020
|
bytes: number;
|
|
1021
1021
|
schemaVersion: number;
|
|
1022
1022
|
};
|
|
1023
|
-
actor: "
|
|
1023
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1024
1024
|
payloadHash?: string | undefined;
|
|
1025
1025
|
}, {
|
|
1026
1026
|
type: "activityTimedOut";
|
|
@@ -1039,7 +1039,7 @@ export declare const ActivityTimedOutEventSchema: z.ZodObject<{
|
|
|
1039
1039
|
bytes: number;
|
|
1040
1040
|
schemaVersion: number;
|
|
1041
1041
|
};
|
|
1042
|
-
actor: "
|
|
1042
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1043
1043
|
payloadHash?: string | undefined;
|
|
1044
1044
|
}>;
|
|
1045
1045
|
export declare const LoopStartedEventSchema: z.ZodObject<{
|
|
@@ -1086,7 +1086,7 @@ export declare const LoopStartedEventSchema: z.ZodObject<{
|
|
|
1086
1086
|
bytes: number;
|
|
1087
1087
|
schemaVersion: number;
|
|
1088
1088
|
};
|
|
1089
|
-
actor: "
|
|
1089
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1090
1090
|
payloadHash?: string | undefined;
|
|
1091
1091
|
}, {
|
|
1092
1092
|
type: "loopStarted";
|
|
@@ -1102,7 +1102,7 @@ export declare const LoopStartedEventSchema: z.ZodObject<{
|
|
|
1102
1102
|
bytes: number;
|
|
1103
1103
|
schemaVersion: number;
|
|
1104
1104
|
};
|
|
1105
|
-
actor: "
|
|
1105
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1106
1106
|
payloadHash?: string | undefined;
|
|
1107
1107
|
}>;
|
|
1108
1108
|
export declare const LoopIterationStartedEventSchema: z.ZodObject<{
|
|
@@ -1153,7 +1153,7 @@ export declare const LoopIterationStartedEventSchema: z.ZodObject<{
|
|
|
1153
1153
|
bytes: number;
|
|
1154
1154
|
schemaVersion: number;
|
|
1155
1155
|
};
|
|
1156
|
-
actor: "
|
|
1156
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1157
1157
|
payloadHash?: string | undefined;
|
|
1158
1158
|
}, {
|
|
1159
1159
|
type: "loopIterationStarted";
|
|
@@ -1170,7 +1170,7 @@ export declare const LoopIterationStartedEventSchema: z.ZodObject<{
|
|
|
1170
1170
|
bytes: number;
|
|
1171
1171
|
schemaVersion: number;
|
|
1172
1172
|
};
|
|
1173
|
-
actor: "
|
|
1173
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1174
1174
|
payloadHash?: string | undefined;
|
|
1175
1175
|
}>;
|
|
1176
1176
|
export declare const LoopIterationFinishedEventSchema: z.ZodObject<{
|
|
@@ -1241,7 +1241,7 @@ export declare const LoopIterationFinishedEventSchema: z.ZodObject<{
|
|
|
1241
1241
|
bytes: number;
|
|
1242
1242
|
schemaVersion: number;
|
|
1243
1243
|
};
|
|
1244
|
-
actor: "
|
|
1244
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1245
1245
|
payloadHash?: string | undefined;
|
|
1246
1246
|
}, {
|
|
1247
1247
|
type: "loopIterationFinished";
|
|
@@ -1263,7 +1263,7 @@ export declare const LoopIterationFinishedEventSchema: z.ZodObject<{
|
|
|
1263
1263
|
bytes: number;
|
|
1264
1264
|
schemaVersion: number;
|
|
1265
1265
|
};
|
|
1266
|
-
actor: "
|
|
1266
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1267
1267
|
payloadHash?: string | undefined;
|
|
1268
1268
|
}>;
|
|
1269
1269
|
export declare const LoopFinishedEventSchema: z.ZodObject<{
|
|
@@ -1362,7 +1362,7 @@ export declare const LoopFinishedEventSchema: z.ZodObject<{
|
|
|
1362
1362
|
bytes: number;
|
|
1363
1363
|
schemaVersion: number;
|
|
1364
1364
|
};
|
|
1365
|
-
actor: "
|
|
1365
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1366
1366
|
payloadHash?: string | undefined;
|
|
1367
1367
|
}, {
|
|
1368
1368
|
type: "loopFinished";
|
|
@@ -1388,7 +1388,7 @@ export declare const LoopFinishedEventSchema: z.ZodObject<{
|
|
|
1388
1388
|
bytes: number;
|
|
1389
1389
|
schemaVersion: number;
|
|
1390
1390
|
};
|
|
1391
|
-
actor: "
|
|
1391
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1392
1392
|
payloadHash?: string | undefined;
|
|
1393
1393
|
}>;
|
|
1394
1394
|
export declare const ConditionEvaluatedEventSchema: z.ZodObject<{
|
|
@@ -1443,7 +1443,7 @@ export declare const ConditionEvaluatedEventSchema: z.ZodObject<{
|
|
|
1443
1443
|
bytes: number;
|
|
1444
1444
|
schemaVersion: number;
|
|
1445
1445
|
};
|
|
1446
|
-
actor: "
|
|
1446
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1447
1447
|
payloadHash?: string | undefined;
|
|
1448
1448
|
}, {
|
|
1449
1449
|
type: "conditionEvaluated";
|
|
@@ -1461,7 +1461,7 @@ export declare const ConditionEvaluatedEventSchema: z.ZodObject<{
|
|
|
1461
1461
|
bytes: number;
|
|
1462
1462
|
schemaVersion: number;
|
|
1463
1463
|
};
|
|
1464
|
-
actor: "
|
|
1464
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1465
1465
|
payloadHash?: string | undefined;
|
|
1466
1466
|
}>;
|
|
1467
1467
|
export declare const LeaseSignedEventSchema: z.ZodObject<{
|
|
@@ -1473,16 +1473,16 @@ export declare const LeaseSignedEventSchema: z.ZodObject<{
|
|
|
1473
1473
|
timeoutMs: z.ZodNumber;
|
|
1474
1474
|
maxOutputBytes: z.ZodNumber;
|
|
1475
1475
|
}, "strip", z.ZodTypeAny, {
|
|
1476
|
+
timeoutMs: number;
|
|
1476
1477
|
attemptId: string;
|
|
1477
1478
|
activityId: string;
|
|
1478
1479
|
leaseId: string;
|
|
1479
|
-
timeoutMs: number;
|
|
1480
1480
|
maxOutputBytes: number;
|
|
1481
1481
|
}, {
|
|
1482
|
+
timeoutMs: number;
|
|
1482
1483
|
attemptId: string;
|
|
1483
1484
|
activityId: string;
|
|
1484
1485
|
leaseId: string;
|
|
1485
|
-
timeoutMs: number;
|
|
1486
1486
|
maxOutputBytes: number;
|
|
1487
1487
|
}>, z.ZodObject<{
|
|
1488
1488
|
ref: z.ZodString;
|
|
@@ -1510,17 +1510,17 @@ export declare const LeaseSignedEventSchema: z.ZodObject<{
|
|
|
1510
1510
|
schemaVersion: 1;
|
|
1511
1511
|
eventId: string;
|
|
1512
1512
|
payload: {
|
|
1513
|
+
timeoutMs: number;
|
|
1513
1514
|
attemptId: string;
|
|
1514
1515
|
activityId: string;
|
|
1515
1516
|
leaseId: string;
|
|
1516
|
-
timeoutMs: number;
|
|
1517
1517
|
maxOutputBytes: number;
|
|
1518
1518
|
} | {
|
|
1519
1519
|
ref: string;
|
|
1520
1520
|
bytes: number;
|
|
1521
1521
|
schemaVersion: number;
|
|
1522
1522
|
};
|
|
1523
|
-
actor: "
|
|
1523
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1524
1524
|
payloadHash?: string | undefined;
|
|
1525
1525
|
}, {
|
|
1526
1526
|
type: "leaseSigned";
|
|
@@ -1529,17 +1529,17 @@ export declare const LeaseSignedEventSchema: z.ZodObject<{
|
|
|
1529
1529
|
schemaVersion: 1;
|
|
1530
1530
|
eventId: string;
|
|
1531
1531
|
payload: {
|
|
1532
|
+
timeoutMs: number;
|
|
1532
1533
|
attemptId: string;
|
|
1533
1534
|
activityId: string;
|
|
1534
1535
|
leaseId: string;
|
|
1535
|
-
timeoutMs: number;
|
|
1536
1536
|
maxOutputBytes: number;
|
|
1537
1537
|
} | {
|
|
1538
1538
|
ref: string;
|
|
1539
1539
|
bytes: number;
|
|
1540
1540
|
schemaVersion: number;
|
|
1541
1541
|
};
|
|
1542
|
-
actor: "
|
|
1542
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1543
1543
|
payloadHash?: string | undefined;
|
|
1544
1544
|
}>;
|
|
1545
1545
|
export declare const AttemptCreatedEventSchema: z.ZodObject<{
|
|
@@ -1634,7 +1634,7 @@ export declare const AttemptCreatedEventSchema: z.ZodObject<{
|
|
|
1634
1634
|
bytes: number;
|
|
1635
1635
|
schemaVersion: number;
|
|
1636
1636
|
};
|
|
1637
|
-
actor: "
|
|
1637
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1638
1638
|
payloadHash?: string | undefined;
|
|
1639
1639
|
}, {
|
|
1640
1640
|
type: "attemptCreated";
|
|
@@ -1659,7 +1659,7 @@ export declare const AttemptCreatedEventSchema: z.ZodObject<{
|
|
|
1659
1659
|
bytes: number;
|
|
1660
1660
|
schemaVersion: number;
|
|
1661
1661
|
};
|
|
1662
|
-
actor: "
|
|
1662
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1663
1663
|
payloadHash?: string | undefined;
|
|
1664
1664
|
}>;
|
|
1665
1665
|
export declare const BackoffScheduledEventSchema: z.ZodObject<{
|
|
@@ -1744,7 +1744,7 @@ export declare const BackoffScheduledEventSchema: z.ZodObject<{
|
|
|
1744
1744
|
bytes: number;
|
|
1745
1745
|
schemaVersion: number;
|
|
1746
1746
|
};
|
|
1747
|
-
actor: "
|
|
1747
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1748
1748
|
payloadHash?: string | undefined;
|
|
1749
1749
|
}, {
|
|
1750
1750
|
type: "backoffScheduled";
|
|
@@ -1767,7 +1767,7 @@ export declare const BackoffScheduledEventSchema: z.ZodObject<{
|
|
|
1767
1767
|
bytes: number;
|
|
1768
1768
|
schemaVersion: number;
|
|
1769
1769
|
};
|
|
1770
|
-
actor: "
|
|
1770
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1771
1771
|
payloadHash?: string | undefined;
|
|
1772
1772
|
}>;
|
|
1773
1773
|
export declare const BackoffElapsedEventSchema: z.ZodObject<{
|
|
@@ -1814,7 +1814,7 @@ export declare const BackoffElapsedEventSchema: z.ZodObject<{
|
|
|
1814
1814
|
bytes: number;
|
|
1815
1815
|
schemaVersion: number;
|
|
1816
1816
|
};
|
|
1817
|
-
actor: "
|
|
1817
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1818
1818
|
payloadHash?: string | undefined;
|
|
1819
1819
|
}, {
|
|
1820
1820
|
type: "backoffElapsed";
|
|
@@ -1830,7 +1830,7 @@ export declare const BackoffElapsedEventSchema: z.ZodObject<{
|
|
|
1830
1830
|
bytes: number;
|
|
1831
1831
|
schemaVersion: number;
|
|
1832
1832
|
};
|
|
1833
|
-
actor: "
|
|
1833
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1834
1834
|
payloadHash?: string | undefined;
|
|
1835
1835
|
}>;
|
|
1836
1836
|
export declare const EffectAttemptedEventSchema: z.ZodObject<{
|
|
@@ -1893,7 +1893,7 @@ export declare const EffectAttemptedEventSchema: z.ZodObject<{
|
|
|
1893
1893
|
bytes: number;
|
|
1894
1894
|
schemaVersion: number;
|
|
1895
1895
|
};
|
|
1896
|
-
actor: "
|
|
1896
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1897
1897
|
payloadHash?: string | undefined;
|
|
1898
1898
|
}, {
|
|
1899
1899
|
type: "effectAttempted";
|
|
@@ -1913,7 +1913,7 @@ export declare const EffectAttemptedEventSchema: z.ZodObject<{
|
|
|
1913
1913
|
bytes: number;
|
|
1914
1914
|
schemaVersion: number;
|
|
1915
1915
|
};
|
|
1916
|
-
actor: "
|
|
1916
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
1917
1917
|
payloadHash?: string | undefined;
|
|
1918
1918
|
}>;
|
|
1919
1919
|
export declare const ActivitySucceededEventSchema: z.ZodObject<{
|
|
@@ -2004,7 +2004,7 @@ export declare const ActivitySucceededEventSchema: z.ZodObject<{
|
|
|
2004
2004
|
bytes: number;
|
|
2005
2005
|
schemaVersion: number;
|
|
2006
2006
|
};
|
|
2007
|
-
actor: "
|
|
2007
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2008
2008
|
payloadHash?: string | undefined;
|
|
2009
2009
|
}, {
|
|
2010
2010
|
type: "activitySucceeded";
|
|
@@ -2028,7 +2028,7 @@ export declare const ActivitySucceededEventSchema: z.ZodObject<{
|
|
|
2028
2028
|
bytes: number;
|
|
2029
2029
|
schemaVersion: number;
|
|
2030
2030
|
};
|
|
2031
|
-
actor: "
|
|
2031
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2032
2032
|
payloadHash?: string | undefined;
|
|
2033
2033
|
}>;
|
|
2034
2034
|
export declare const ActivityFailedEventSchema: z.ZodObject<{
|
|
@@ -2109,7 +2109,7 @@ export declare const ActivityFailedEventSchema: z.ZodObject<{
|
|
|
2109
2109
|
bytes: number;
|
|
2110
2110
|
schemaVersion: number;
|
|
2111
2111
|
};
|
|
2112
|
-
actor: "
|
|
2112
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2113
2113
|
payloadHash?: string | undefined;
|
|
2114
2114
|
}, {
|
|
2115
2115
|
type: "activityFailed";
|
|
@@ -2131,7 +2131,7 @@ export declare const ActivityFailedEventSchema: z.ZodObject<{
|
|
|
2131
2131
|
bytes: number;
|
|
2132
2132
|
schemaVersion: number;
|
|
2133
2133
|
};
|
|
2134
|
-
actor: "
|
|
2134
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2135
2135
|
payloadHash?: string | undefined;
|
|
2136
2136
|
}>;
|
|
2137
2137
|
export declare const WaitCreatedEventSchema: z.ZodObject<{
|
|
@@ -2167,7 +2167,7 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
|
|
|
2167
2167
|
}, "strip", z.ZodTypeAny, {
|
|
2168
2168
|
nodeId: string;
|
|
2169
2169
|
activityId: string;
|
|
2170
|
-
waitKind: "
|
|
2170
|
+
waitKind: "time" | "human-gate" | "condition";
|
|
2171
2171
|
prompt?: string | undefined;
|
|
2172
2172
|
deadlineAt?: number | undefined;
|
|
2173
2173
|
promptRef?: {
|
|
@@ -2183,7 +2183,7 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
|
|
|
2183
2183
|
}, {
|
|
2184
2184
|
nodeId: string;
|
|
2185
2185
|
activityId: string;
|
|
2186
|
-
waitKind: "
|
|
2186
|
+
waitKind: "time" | "human-gate" | "condition";
|
|
2187
2187
|
prompt?: string | undefined;
|
|
2188
2188
|
deadlineAt?: number | undefined;
|
|
2189
2189
|
promptRef?: {
|
|
@@ -2224,7 +2224,7 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
|
|
|
2224
2224
|
payload: {
|
|
2225
2225
|
nodeId: string;
|
|
2226
2226
|
activityId: string;
|
|
2227
|
-
waitKind: "
|
|
2227
|
+
waitKind: "time" | "human-gate" | "condition";
|
|
2228
2228
|
prompt?: string | undefined;
|
|
2229
2229
|
deadlineAt?: number | undefined;
|
|
2230
2230
|
promptRef?: {
|
|
@@ -2242,7 +2242,7 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
|
|
|
2242
2242
|
bytes: number;
|
|
2243
2243
|
schemaVersion: number;
|
|
2244
2244
|
};
|
|
2245
|
-
actor: "
|
|
2245
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2246
2246
|
payloadHash?: string | undefined;
|
|
2247
2247
|
}, {
|
|
2248
2248
|
type: "waitCreated";
|
|
@@ -2253,7 +2253,7 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
|
|
|
2253
2253
|
payload: {
|
|
2254
2254
|
nodeId: string;
|
|
2255
2255
|
activityId: string;
|
|
2256
|
-
waitKind: "
|
|
2256
|
+
waitKind: "time" | "human-gate" | "condition";
|
|
2257
2257
|
prompt?: string | undefined;
|
|
2258
2258
|
deadlineAt?: number | undefined;
|
|
2259
2259
|
promptRef?: {
|
|
@@ -2271,7 +2271,7 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
|
|
|
2271
2271
|
bytes: number;
|
|
2272
2272
|
schemaVersion: number;
|
|
2273
2273
|
};
|
|
2274
|
-
actor: "
|
|
2274
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2275
2275
|
payloadHash?: string | undefined;
|
|
2276
2276
|
}>;
|
|
2277
2277
|
export declare const WaitResolvedEventSchema: z.ZodObject<{
|
|
@@ -2326,7 +2326,7 @@ export declare const WaitResolvedEventSchema: z.ZodObject<{
|
|
|
2326
2326
|
bytes: number;
|
|
2327
2327
|
schemaVersion: number;
|
|
2328
2328
|
};
|
|
2329
|
-
actor: "
|
|
2329
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2330
2330
|
payloadHash?: string | undefined;
|
|
2331
2331
|
}, {
|
|
2332
2332
|
type: "waitResolved";
|
|
@@ -2344,7 +2344,7 @@ export declare const WaitResolvedEventSchema: z.ZodObject<{
|
|
|
2344
2344
|
bytes: number;
|
|
2345
2345
|
schemaVersion: number;
|
|
2346
2346
|
};
|
|
2347
|
-
actor: "
|
|
2347
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2348
2348
|
payloadHash?: string | undefined;
|
|
2349
2349
|
}>;
|
|
2350
2350
|
export declare const WaitDeadlineExceededEventSchema: z.ZodObject<{
|
|
@@ -2395,7 +2395,7 @@ export declare const WaitDeadlineExceededEventSchema: z.ZodObject<{
|
|
|
2395
2395
|
bytes: number;
|
|
2396
2396
|
schemaVersion: number;
|
|
2397
2397
|
};
|
|
2398
|
-
actor: "
|
|
2398
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2399
2399
|
payloadHash?: string | undefined;
|
|
2400
2400
|
}, {
|
|
2401
2401
|
type: "waitDeadlineExceeded";
|
|
@@ -2412,7 +2412,7 @@ export declare const WaitDeadlineExceededEventSchema: z.ZodObject<{
|
|
|
2412
2412
|
bytes: number;
|
|
2413
2413
|
schemaVersion: number;
|
|
2414
2414
|
};
|
|
2415
|
-
actor: "
|
|
2415
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2416
2416
|
payloadHash?: string | undefined;
|
|
2417
2417
|
}>;
|
|
2418
2418
|
export declare const CancelRequestedEventSchema: z.ZodObject<{
|
|
@@ -2517,7 +2517,7 @@ export declare const CancelRequestedEventSchema: z.ZodObject<{
|
|
|
2517
2517
|
bytes: number;
|
|
2518
2518
|
schemaVersion: number;
|
|
2519
2519
|
};
|
|
2520
|
-
actor: "
|
|
2520
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2521
2521
|
payloadHash?: string | undefined;
|
|
2522
2522
|
}, {
|
|
2523
2523
|
type: "cancelRequested";
|
|
@@ -2543,7 +2543,7 @@ export declare const CancelRequestedEventSchema: z.ZodObject<{
|
|
|
2543
2543
|
bytes: number;
|
|
2544
2544
|
schemaVersion: number;
|
|
2545
2545
|
};
|
|
2546
|
-
actor: "
|
|
2546
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2547
2547
|
payloadHash?: string | undefined;
|
|
2548
2548
|
}>;
|
|
2549
2549
|
export declare const CancelDeliveredEventSchema: z.ZodObject<{
|
|
@@ -2644,7 +2644,7 @@ export declare const CancelDeliveredEventSchema: z.ZodObject<{
|
|
|
2644
2644
|
bytes: number;
|
|
2645
2645
|
schemaVersion: number;
|
|
2646
2646
|
};
|
|
2647
|
-
actor: "
|
|
2647
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2648
2648
|
payloadHash?: string | undefined;
|
|
2649
2649
|
}, {
|
|
2650
2650
|
type: "cancelDelivered";
|
|
@@ -2669,7 +2669,7 @@ export declare const CancelDeliveredEventSchema: z.ZodObject<{
|
|
|
2669
2669
|
bytes: number;
|
|
2670
2670
|
schemaVersion: number;
|
|
2671
2671
|
};
|
|
2672
|
-
actor: "
|
|
2672
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2673
2673
|
payloadHash?: string | undefined;
|
|
2674
2674
|
}>;
|
|
2675
2675
|
export declare const ActivityCanceledEventSchema: z.ZodObject<{
|
|
@@ -2720,7 +2720,7 @@ export declare const ActivityCanceledEventSchema: z.ZodObject<{
|
|
|
2720
2720
|
bytes: number;
|
|
2721
2721
|
schemaVersion: number;
|
|
2722
2722
|
};
|
|
2723
|
-
actor: "
|
|
2723
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2724
2724
|
payloadHash?: string | undefined;
|
|
2725
2725
|
}, {
|
|
2726
2726
|
type: "activityCanceled";
|
|
@@ -2737,7 +2737,7 @@ export declare const ActivityCanceledEventSchema: z.ZodObject<{
|
|
|
2737
2737
|
bytes: number;
|
|
2738
2738
|
schemaVersion: number;
|
|
2739
2739
|
};
|
|
2740
|
-
actor: "
|
|
2740
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2741
2741
|
payloadHash?: string | undefined;
|
|
2742
2742
|
}>;
|
|
2743
2743
|
export declare const WorkerLostEventSchema: z.ZodObject<{
|
|
@@ -2784,7 +2784,7 @@ export declare const WorkerLostEventSchema: z.ZodObject<{
|
|
|
2784
2784
|
bytes: number;
|
|
2785
2785
|
schemaVersion: number;
|
|
2786
2786
|
};
|
|
2787
|
-
actor: "
|
|
2787
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2788
2788
|
payloadHash?: string | undefined;
|
|
2789
2789
|
}, {
|
|
2790
2790
|
type: "workerLost";
|
|
@@ -2800,7 +2800,7 @@ export declare const WorkerLostEventSchema: z.ZodObject<{
|
|
|
2800
2800
|
bytes: number;
|
|
2801
2801
|
schemaVersion: number;
|
|
2802
2802
|
};
|
|
2803
|
-
actor: "
|
|
2803
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2804
2804
|
payloadHash?: string | undefined;
|
|
2805
2805
|
}>;
|
|
2806
2806
|
export declare const ResumeStartedEventSchema: z.ZodObject<{
|
|
@@ -2847,7 +2847,7 @@ export declare const ResumeStartedEventSchema: z.ZodObject<{
|
|
|
2847
2847
|
bytes: number;
|
|
2848
2848
|
schemaVersion: number;
|
|
2849
2849
|
};
|
|
2850
|
-
actor: "
|
|
2850
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2851
2851
|
payloadHash?: string | undefined;
|
|
2852
2852
|
}, {
|
|
2853
2853
|
type: "resumeStarted";
|
|
@@ -2863,7 +2863,7 @@ export declare const ResumeStartedEventSchema: z.ZodObject<{
|
|
|
2863
2863
|
bytes: number;
|
|
2864
2864
|
schemaVersion: number;
|
|
2865
2865
|
};
|
|
2866
|
-
actor: "
|
|
2866
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2867
2867
|
payloadHash?: string | undefined;
|
|
2868
2868
|
}>;
|
|
2869
2869
|
export declare const ReconcileResultEventSchema: z.ZodObject<{
|
|
@@ -2922,7 +2922,7 @@ export declare const ReconcileResultEventSchema: z.ZodObject<{
|
|
|
2922
2922
|
bytes: number;
|
|
2923
2923
|
schemaVersion: number;
|
|
2924
2924
|
};
|
|
2925
|
-
actor: "
|
|
2925
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2926
2926
|
payloadHash?: string | undefined;
|
|
2927
2927
|
}, {
|
|
2928
2928
|
type: "reconcileResult";
|
|
@@ -2941,7 +2941,7 @@ export declare const ReconcileResultEventSchema: z.ZodObject<{
|
|
|
2941
2941
|
bytes: number;
|
|
2942
2942
|
schemaVersion: number;
|
|
2943
2943
|
};
|
|
2944
|
-
actor: "
|
|
2944
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
2945
2945
|
payloadHash?: string | undefined;
|
|
2946
2946
|
}>;
|
|
2947
2947
|
/**
|
|
@@ -3075,7 +3075,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3075
3075
|
bytes: number;
|
|
3076
3076
|
schemaVersion: number;
|
|
3077
3077
|
};
|
|
3078
|
-
actor: "
|
|
3078
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3079
3079
|
payloadHash?: string | undefined;
|
|
3080
3080
|
}, {
|
|
3081
3081
|
type: "runCreated";
|
|
@@ -3105,7 +3105,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3105
3105
|
bytes: number;
|
|
3106
3106
|
schemaVersion: number;
|
|
3107
3107
|
};
|
|
3108
|
-
actor: "
|
|
3108
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3109
3109
|
payloadHash?: string | undefined;
|
|
3110
3110
|
}>, z.ZodObject<{
|
|
3111
3111
|
type: z.ZodLiteral<"runStarted">;
|
|
@@ -3139,7 +3139,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3139
3139
|
bytes: number;
|
|
3140
3140
|
schemaVersion: number;
|
|
3141
3141
|
};
|
|
3142
|
-
actor: "
|
|
3142
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3143
3143
|
payloadHash?: string | undefined;
|
|
3144
3144
|
}, {
|
|
3145
3145
|
type: "runStarted";
|
|
@@ -3152,7 +3152,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3152
3152
|
bytes: number;
|
|
3153
3153
|
schemaVersion: number;
|
|
3154
3154
|
};
|
|
3155
|
-
actor: "
|
|
3155
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3156
3156
|
payloadHash?: string | undefined;
|
|
3157
3157
|
}>, z.ZodObject<{
|
|
3158
3158
|
type: z.ZodLiteral<"runSucceeded">;
|
|
@@ -3230,7 +3230,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3230
3230
|
bytes: number;
|
|
3231
3231
|
schemaVersion: number;
|
|
3232
3232
|
};
|
|
3233
|
-
actor: "
|
|
3233
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3234
3234
|
payloadHash?: string | undefined;
|
|
3235
3235
|
}, {
|
|
3236
3236
|
type: "runSucceeded";
|
|
@@ -3251,7 +3251,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3251
3251
|
bytes: number;
|
|
3252
3252
|
schemaVersion: number;
|
|
3253
3253
|
};
|
|
3254
|
-
actor: "
|
|
3254
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3255
3255
|
payloadHash?: string | undefined;
|
|
3256
3256
|
}>, z.ZodObject<{
|
|
3257
3257
|
type: z.ZodLiteral<"runFailed">;
|
|
@@ -3297,7 +3297,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3297
3297
|
bytes: number;
|
|
3298
3298
|
schemaVersion: number;
|
|
3299
3299
|
};
|
|
3300
|
-
actor: "
|
|
3300
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3301
3301
|
payloadHash?: string | undefined;
|
|
3302
3302
|
}, {
|
|
3303
3303
|
type: "runFailed";
|
|
@@ -3313,7 +3313,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3313
3313
|
bytes: number;
|
|
3314
3314
|
schemaVersion: number;
|
|
3315
3315
|
};
|
|
3316
|
-
actor: "
|
|
3316
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3317
3317
|
payloadHash?: string | undefined;
|
|
3318
3318
|
}>, z.ZodObject<{
|
|
3319
3319
|
type: z.ZodLiteral<"runCanceled">;
|
|
@@ -3355,7 +3355,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3355
3355
|
bytes: number;
|
|
3356
3356
|
schemaVersion: number;
|
|
3357
3357
|
};
|
|
3358
|
-
actor: "
|
|
3358
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3359
3359
|
payloadHash?: string | undefined;
|
|
3360
3360
|
}, {
|
|
3361
3361
|
type: "runCanceled";
|
|
@@ -3370,7 +3370,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3370
3370
|
bytes: number;
|
|
3371
3371
|
schemaVersion: number;
|
|
3372
3372
|
};
|
|
3373
|
-
actor: "
|
|
3373
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3374
3374
|
payloadHash?: string | undefined;
|
|
3375
3375
|
}>, z.ZodObject<{
|
|
3376
3376
|
type: z.ZodLiteral<"nodeWaiting">;
|
|
@@ -3420,7 +3420,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3420
3420
|
bytes: number;
|
|
3421
3421
|
schemaVersion: number;
|
|
3422
3422
|
};
|
|
3423
|
-
actor: "
|
|
3423
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3424
3424
|
payloadHash?: string | undefined;
|
|
3425
3425
|
}, {
|
|
3426
3426
|
type: "nodeWaiting";
|
|
@@ -3437,7 +3437,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3437
3437
|
bytes: number;
|
|
3438
3438
|
schemaVersion: number;
|
|
3439
3439
|
};
|
|
3440
|
-
actor: "
|
|
3440
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3441
3441
|
payloadHash?: string | undefined;
|
|
3442
3442
|
}>, z.ZodObject<{
|
|
3443
3443
|
type: z.ZodLiteral<"nodeRetrying">;
|
|
@@ -3487,7 +3487,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3487
3487
|
bytes: number;
|
|
3488
3488
|
schemaVersion: number;
|
|
3489
3489
|
};
|
|
3490
|
-
actor: "
|
|
3490
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3491
3491
|
payloadHash?: string | undefined;
|
|
3492
3492
|
}, {
|
|
3493
3493
|
type: "nodeRetrying";
|
|
@@ -3504,7 +3504,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3504
3504
|
bytes: number;
|
|
3505
3505
|
schemaVersion: number;
|
|
3506
3506
|
};
|
|
3507
|
-
actor: "
|
|
3507
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3508
3508
|
payloadHash?: string | undefined;
|
|
3509
3509
|
}>, z.ZodObject<{
|
|
3510
3510
|
type: z.ZodLiteral<"nodeSucceeded">;
|
|
@@ -3550,7 +3550,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3550
3550
|
bytes: number;
|
|
3551
3551
|
schemaVersion: number;
|
|
3552
3552
|
};
|
|
3553
|
-
actor: "
|
|
3553
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3554
3554
|
payloadHash?: string | undefined;
|
|
3555
3555
|
}, {
|
|
3556
3556
|
type: "nodeSucceeded";
|
|
@@ -3566,7 +3566,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3566
3566
|
bytes: number;
|
|
3567
3567
|
schemaVersion: number;
|
|
3568
3568
|
};
|
|
3569
|
-
actor: "
|
|
3569
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3570
3570
|
payloadHash?: string | undefined;
|
|
3571
3571
|
}>, z.ZodObject<{
|
|
3572
3572
|
type: z.ZodLiteral<"nodeFailed">;
|
|
@@ -3616,7 +3616,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3616
3616
|
bytes: number;
|
|
3617
3617
|
schemaVersion: number;
|
|
3618
3618
|
};
|
|
3619
|
-
actor: "
|
|
3619
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3620
3620
|
payloadHash?: string | undefined;
|
|
3621
3621
|
}, {
|
|
3622
3622
|
type: "nodeFailed";
|
|
@@ -3633,7 +3633,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3633
3633
|
bytes: number;
|
|
3634
3634
|
schemaVersion: number;
|
|
3635
3635
|
};
|
|
3636
|
-
actor: "
|
|
3636
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3637
3637
|
payloadHash?: string | undefined;
|
|
3638
3638
|
}>, z.ZodObject<{
|
|
3639
3639
|
type: z.ZodLiteral<"nodeSkipped">;
|
|
@@ -3679,7 +3679,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3679
3679
|
bytes: number;
|
|
3680
3680
|
schemaVersion: number;
|
|
3681
3681
|
};
|
|
3682
|
-
actor: "
|
|
3682
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3683
3683
|
payloadHash?: string | undefined;
|
|
3684
3684
|
}, {
|
|
3685
3685
|
type: "nodeSkipped";
|
|
@@ -3695,7 +3695,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3695
3695
|
bytes: number;
|
|
3696
3696
|
schemaVersion: number;
|
|
3697
3697
|
};
|
|
3698
|
-
actor: "
|
|
3698
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3699
3699
|
payloadHash?: string | undefined;
|
|
3700
3700
|
}>, z.ZodObject<{
|
|
3701
3701
|
type: z.ZodLiteral<"nodeCanceled">;
|
|
@@ -3741,7 +3741,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3741
3741
|
bytes: number;
|
|
3742
3742
|
schemaVersion: number;
|
|
3743
3743
|
};
|
|
3744
|
-
actor: "
|
|
3744
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3745
3745
|
payloadHash?: string | undefined;
|
|
3746
3746
|
}, {
|
|
3747
3747
|
type: "nodeCanceled";
|
|
@@ -3757,7 +3757,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3757
3757
|
bytes: number;
|
|
3758
3758
|
schemaVersion: number;
|
|
3759
3759
|
};
|
|
3760
|
-
actor: "
|
|
3760
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3761
3761
|
payloadHash?: string | undefined;
|
|
3762
3762
|
}>, z.ZodObject<{
|
|
3763
3763
|
type: z.ZodLiteral<"activityRunning">;
|
|
@@ -3807,7 +3807,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3807
3807
|
bytes: number;
|
|
3808
3808
|
schemaVersion: number;
|
|
3809
3809
|
};
|
|
3810
|
-
actor: "
|
|
3810
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3811
3811
|
payloadHash?: string | undefined;
|
|
3812
3812
|
}, {
|
|
3813
3813
|
type: "activityRunning";
|
|
@@ -3824,7 +3824,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3824
3824
|
bytes: number;
|
|
3825
3825
|
schemaVersion: number;
|
|
3826
3826
|
};
|
|
3827
|
-
actor: "
|
|
3827
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3828
3828
|
payloadHash?: string | undefined;
|
|
3829
3829
|
}>, z.ZodObject<{
|
|
3830
3830
|
type: z.ZodLiteral<"activityWaiting">;
|
|
@@ -3870,7 +3870,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3870
3870
|
bytes: number;
|
|
3871
3871
|
schemaVersion: number;
|
|
3872
3872
|
};
|
|
3873
|
-
actor: "
|
|
3873
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3874
3874
|
payloadHash?: string | undefined;
|
|
3875
3875
|
}, {
|
|
3876
3876
|
type: "activityWaiting";
|
|
@@ -3886,7 +3886,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3886
3886
|
bytes: number;
|
|
3887
3887
|
schemaVersion: number;
|
|
3888
3888
|
};
|
|
3889
|
-
actor: "
|
|
3889
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3890
3890
|
payloadHash?: string | undefined;
|
|
3891
3891
|
}>, z.ZodObject<{
|
|
3892
3892
|
type: z.ZodLiteral<"activityTimedOut">;
|
|
@@ -3944,7 +3944,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3944
3944
|
bytes: number;
|
|
3945
3945
|
schemaVersion: number;
|
|
3946
3946
|
};
|
|
3947
|
-
actor: "
|
|
3947
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3948
3948
|
payloadHash?: string | undefined;
|
|
3949
3949
|
}, {
|
|
3950
3950
|
type: "activityTimedOut";
|
|
@@ -3963,7 +3963,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3963
3963
|
bytes: number;
|
|
3964
3964
|
schemaVersion: number;
|
|
3965
3965
|
};
|
|
3966
|
-
actor: "
|
|
3966
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
3967
3967
|
payloadHash?: string | undefined;
|
|
3968
3968
|
}>, z.ZodObject<{
|
|
3969
3969
|
type: z.ZodLiteral<"loopStarted">;
|
|
@@ -4009,7 +4009,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4009
4009
|
bytes: number;
|
|
4010
4010
|
schemaVersion: number;
|
|
4011
4011
|
};
|
|
4012
|
-
actor: "
|
|
4012
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4013
4013
|
payloadHash?: string | undefined;
|
|
4014
4014
|
}, {
|
|
4015
4015
|
type: "loopStarted";
|
|
@@ -4025,7 +4025,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4025
4025
|
bytes: number;
|
|
4026
4026
|
schemaVersion: number;
|
|
4027
4027
|
};
|
|
4028
|
-
actor: "
|
|
4028
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4029
4029
|
payloadHash?: string | undefined;
|
|
4030
4030
|
}>, z.ZodObject<{
|
|
4031
4031
|
type: z.ZodLiteral<"loopIterationStarted">;
|
|
@@ -4075,7 +4075,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4075
4075
|
bytes: number;
|
|
4076
4076
|
schemaVersion: number;
|
|
4077
4077
|
};
|
|
4078
|
-
actor: "
|
|
4078
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4079
4079
|
payloadHash?: string | undefined;
|
|
4080
4080
|
}, {
|
|
4081
4081
|
type: "loopIterationStarted";
|
|
@@ -4092,7 +4092,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4092
4092
|
bytes: number;
|
|
4093
4093
|
schemaVersion: number;
|
|
4094
4094
|
};
|
|
4095
|
-
actor: "
|
|
4095
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4096
4096
|
payloadHash?: string | undefined;
|
|
4097
4097
|
}>, z.ZodObject<{
|
|
4098
4098
|
type: z.ZodLiteral<"loopIterationFinished">;
|
|
@@ -4162,7 +4162,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4162
4162
|
bytes: number;
|
|
4163
4163
|
schemaVersion: number;
|
|
4164
4164
|
};
|
|
4165
|
-
actor: "
|
|
4165
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4166
4166
|
payloadHash?: string | undefined;
|
|
4167
4167
|
}, {
|
|
4168
4168
|
type: "loopIterationFinished";
|
|
@@ -4184,7 +4184,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4184
4184
|
bytes: number;
|
|
4185
4185
|
schemaVersion: number;
|
|
4186
4186
|
};
|
|
4187
|
-
actor: "
|
|
4187
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4188
4188
|
payloadHash?: string | undefined;
|
|
4189
4189
|
}>, z.ZodObject<{
|
|
4190
4190
|
type: z.ZodLiteral<"loopFinished">;
|
|
@@ -4282,7 +4282,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4282
4282
|
bytes: number;
|
|
4283
4283
|
schemaVersion: number;
|
|
4284
4284
|
};
|
|
4285
|
-
actor: "
|
|
4285
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4286
4286
|
payloadHash?: string | undefined;
|
|
4287
4287
|
}, {
|
|
4288
4288
|
type: "loopFinished";
|
|
@@ -4308,7 +4308,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4308
4308
|
bytes: number;
|
|
4309
4309
|
schemaVersion: number;
|
|
4310
4310
|
};
|
|
4311
|
-
actor: "
|
|
4311
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4312
4312
|
payloadHash?: string | undefined;
|
|
4313
4313
|
}>, z.ZodObject<{
|
|
4314
4314
|
type: z.ZodLiteral<"conditionEvaluated">;
|
|
@@ -4362,7 +4362,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4362
4362
|
bytes: number;
|
|
4363
4363
|
schemaVersion: number;
|
|
4364
4364
|
};
|
|
4365
|
-
actor: "
|
|
4365
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4366
4366
|
payloadHash?: string | undefined;
|
|
4367
4367
|
}, {
|
|
4368
4368
|
type: "conditionEvaluated";
|
|
@@ -4380,7 +4380,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4380
4380
|
bytes: number;
|
|
4381
4381
|
schemaVersion: number;
|
|
4382
4382
|
};
|
|
4383
|
-
actor: "
|
|
4383
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4384
4384
|
payloadHash?: string | undefined;
|
|
4385
4385
|
}>, z.ZodObject<{
|
|
4386
4386
|
type: z.ZodLiteral<"leaseSigned">;
|
|
@@ -4391,16 +4391,16 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4391
4391
|
timeoutMs: z.ZodNumber;
|
|
4392
4392
|
maxOutputBytes: z.ZodNumber;
|
|
4393
4393
|
}, "strip", z.ZodTypeAny, {
|
|
4394
|
+
timeoutMs: number;
|
|
4394
4395
|
attemptId: string;
|
|
4395
4396
|
activityId: string;
|
|
4396
4397
|
leaseId: string;
|
|
4397
|
-
timeoutMs: number;
|
|
4398
4398
|
maxOutputBytes: number;
|
|
4399
4399
|
}, {
|
|
4400
|
+
timeoutMs: number;
|
|
4400
4401
|
attemptId: string;
|
|
4401
4402
|
activityId: string;
|
|
4402
4403
|
leaseId: string;
|
|
4403
|
-
timeoutMs: number;
|
|
4404
4404
|
maxOutputBytes: number;
|
|
4405
4405
|
}>, z.ZodObject<{
|
|
4406
4406
|
ref: z.ZodString;
|
|
@@ -4428,17 +4428,17 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4428
4428
|
schemaVersion: 1;
|
|
4429
4429
|
eventId: string;
|
|
4430
4430
|
payload: {
|
|
4431
|
+
timeoutMs: number;
|
|
4431
4432
|
attemptId: string;
|
|
4432
4433
|
activityId: string;
|
|
4433
4434
|
leaseId: string;
|
|
4434
|
-
timeoutMs: number;
|
|
4435
4435
|
maxOutputBytes: number;
|
|
4436
4436
|
} | {
|
|
4437
4437
|
ref: string;
|
|
4438
4438
|
bytes: number;
|
|
4439
4439
|
schemaVersion: number;
|
|
4440
4440
|
};
|
|
4441
|
-
actor: "
|
|
4441
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4442
4442
|
payloadHash?: string | undefined;
|
|
4443
4443
|
}, {
|
|
4444
4444
|
type: "leaseSigned";
|
|
@@ -4447,17 +4447,17 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4447
4447
|
schemaVersion: 1;
|
|
4448
4448
|
eventId: string;
|
|
4449
4449
|
payload: {
|
|
4450
|
+
timeoutMs: number;
|
|
4450
4451
|
attemptId: string;
|
|
4451
4452
|
activityId: string;
|
|
4452
4453
|
leaseId: string;
|
|
4453
|
-
timeoutMs: number;
|
|
4454
4454
|
maxOutputBytes: number;
|
|
4455
4455
|
} | {
|
|
4456
4456
|
ref: string;
|
|
4457
4457
|
bytes: number;
|
|
4458
4458
|
schemaVersion: number;
|
|
4459
4459
|
};
|
|
4460
|
-
actor: "
|
|
4460
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4461
4461
|
payloadHash?: string | undefined;
|
|
4462
4462
|
}>, z.ZodObject<{
|
|
4463
4463
|
type: z.ZodLiteral<"attemptCreated">;
|
|
@@ -4551,7 +4551,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4551
4551
|
bytes: number;
|
|
4552
4552
|
schemaVersion: number;
|
|
4553
4553
|
};
|
|
4554
|
-
actor: "
|
|
4554
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4555
4555
|
payloadHash?: string | undefined;
|
|
4556
4556
|
}, {
|
|
4557
4557
|
type: "attemptCreated";
|
|
@@ -4576,7 +4576,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4576
4576
|
bytes: number;
|
|
4577
4577
|
schemaVersion: number;
|
|
4578
4578
|
};
|
|
4579
|
-
actor: "
|
|
4579
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4580
4580
|
payloadHash?: string | undefined;
|
|
4581
4581
|
}>, z.ZodObject<{
|
|
4582
4582
|
type: z.ZodLiteral<"backoffScheduled">;
|
|
@@ -4660,7 +4660,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4660
4660
|
bytes: number;
|
|
4661
4661
|
schemaVersion: number;
|
|
4662
4662
|
};
|
|
4663
|
-
actor: "
|
|
4663
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4664
4664
|
payloadHash?: string | undefined;
|
|
4665
4665
|
}, {
|
|
4666
4666
|
type: "backoffScheduled";
|
|
@@ -4683,7 +4683,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4683
4683
|
bytes: number;
|
|
4684
4684
|
schemaVersion: number;
|
|
4685
4685
|
};
|
|
4686
|
-
actor: "
|
|
4686
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4687
4687
|
payloadHash?: string | undefined;
|
|
4688
4688
|
}>, z.ZodObject<{
|
|
4689
4689
|
type: z.ZodLiteral<"backoffElapsed">;
|
|
@@ -4729,7 +4729,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4729
4729
|
bytes: number;
|
|
4730
4730
|
schemaVersion: number;
|
|
4731
4731
|
};
|
|
4732
|
-
actor: "
|
|
4732
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4733
4733
|
payloadHash?: string | undefined;
|
|
4734
4734
|
}, {
|
|
4735
4735
|
type: "backoffElapsed";
|
|
@@ -4745,7 +4745,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4745
4745
|
bytes: number;
|
|
4746
4746
|
schemaVersion: number;
|
|
4747
4747
|
};
|
|
4748
|
-
actor: "
|
|
4748
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4749
4749
|
payloadHash?: string | undefined;
|
|
4750
4750
|
}>, z.ZodObject<{
|
|
4751
4751
|
type: z.ZodLiteral<"effectAttempted">;
|
|
@@ -4807,7 +4807,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4807
4807
|
bytes: number;
|
|
4808
4808
|
schemaVersion: number;
|
|
4809
4809
|
};
|
|
4810
|
-
actor: "
|
|
4810
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4811
4811
|
payloadHash?: string | undefined;
|
|
4812
4812
|
}, {
|
|
4813
4813
|
type: "effectAttempted";
|
|
@@ -4827,7 +4827,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4827
4827
|
bytes: number;
|
|
4828
4828
|
schemaVersion: number;
|
|
4829
4829
|
};
|
|
4830
|
-
actor: "
|
|
4830
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4831
4831
|
payloadHash?: string | undefined;
|
|
4832
4832
|
}>, z.ZodObject<{
|
|
4833
4833
|
type: z.ZodLiteral<"activitySucceeded">;
|
|
@@ -4917,7 +4917,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4917
4917
|
bytes: number;
|
|
4918
4918
|
schemaVersion: number;
|
|
4919
4919
|
};
|
|
4920
|
-
actor: "
|
|
4920
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4921
4921
|
payloadHash?: string | undefined;
|
|
4922
4922
|
}, {
|
|
4923
4923
|
type: "activitySucceeded";
|
|
@@ -4941,7 +4941,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
4941
4941
|
bytes: number;
|
|
4942
4942
|
schemaVersion: number;
|
|
4943
4943
|
};
|
|
4944
|
-
actor: "
|
|
4944
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
4945
4945
|
payloadHash?: string | undefined;
|
|
4946
4946
|
}>, z.ZodObject<{
|
|
4947
4947
|
type: z.ZodLiteral<"activityFailed">;
|
|
@@ -5021,7 +5021,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5021
5021
|
bytes: number;
|
|
5022
5022
|
schemaVersion: number;
|
|
5023
5023
|
};
|
|
5024
|
-
actor: "
|
|
5024
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5025
5025
|
payloadHash?: string | undefined;
|
|
5026
5026
|
}, {
|
|
5027
5027
|
type: "activityFailed";
|
|
@@ -5043,7 +5043,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5043
5043
|
bytes: number;
|
|
5044
5044
|
schemaVersion: number;
|
|
5045
5045
|
};
|
|
5046
|
-
actor: "
|
|
5046
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5047
5047
|
payloadHash?: string | undefined;
|
|
5048
5048
|
}>, z.ZodObject<{
|
|
5049
5049
|
type: z.ZodLiteral<"waitCreated">;
|
|
@@ -5078,7 +5078,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5078
5078
|
}, "strip", z.ZodTypeAny, {
|
|
5079
5079
|
nodeId: string;
|
|
5080
5080
|
activityId: string;
|
|
5081
|
-
waitKind: "
|
|
5081
|
+
waitKind: "time" | "human-gate" | "condition";
|
|
5082
5082
|
prompt?: string | undefined;
|
|
5083
5083
|
deadlineAt?: number | undefined;
|
|
5084
5084
|
promptRef?: {
|
|
@@ -5094,7 +5094,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5094
5094
|
}, {
|
|
5095
5095
|
nodeId: string;
|
|
5096
5096
|
activityId: string;
|
|
5097
|
-
waitKind: "
|
|
5097
|
+
waitKind: "time" | "human-gate" | "condition";
|
|
5098
5098
|
prompt?: string | undefined;
|
|
5099
5099
|
deadlineAt?: number | undefined;
|
|
5100
5100
|
promptRef?: {
|
|
@@ -5135,7 +5135,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5135
5135
|
payload: {
|
|
5136
5136
|
nodeId: string;
|
|
5137
5137
|
activityId: string;
|
|
5138
|
-
waitKind: "
|
|
5138
|
+
waitKind: "time" | "human-gate" | "condition";
|
|
5139
5139
|
prompt?: string | undefined;
|
|
5140
5140
|
deadlineAt?: number | undefined;
|
|
5141
5141
|
promptRef?: {
|
|
@@ -5153,7 +5153,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5153
5153
|
bytes: number;
|
|
5154
5154
|
schemaVersion: number;
|
|
5155
5155
|
};
|
|
5156
|
-
actor: "
|
|
5156
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5157
5157
|
payloadHash?: string | undefined;
|
|
5158
5158
|
}, {
|
|
5159
5159
|
type: "waitCreated";
|
|
@@ -5164,7 +5164,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5164
5164
|
payload: {
|
|
5165
5165
|
nodeId: string;
|
|
5166
5166
|
activityId: string;
|
|
5167
|
-
waitKind: "
|
|
5167
|
+
waitKind: "time" | "human-gate" | "condition";
|
|
5168
5168
|
prompt?: string | undefined;
|
|
5169
5169
|
deadlineAt?: number | undefined;
|
|
5170
5170
|
promptRef?: {
|
|
@@ -5182,7 +5182,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5182
5182
|
bytes: number;
|
|
5183
5183
|
schemaVersion: number;
|
|
5184
5184
|
};
|
|
5185
|
-
actor: "
|
|
5185
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5186
5186
|
payloadHash?: string | undefined;
|
|
5187
5187
|
}>, z.ZodObject<{
|
|
5188
5188
|
type: z.ZodLiteral<"waitResolved">;
|
|
@@ -5236,7 +5236,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5236
5236
|
bytes: number;
|
|
5237
5237
|
schemaVersion: number;
|
|
5238
5238
|
};
|
|
5239
|
-
actor: "
|
|
5239
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5240
5240
|
payloadHash?: string | undefined;
|
|
5241
5241
|
}, {
|
|
5242
5242
|
type: "waitResolved";
|
|
@@ -5254,7 +5254,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5254
5254
|
bytes: number;
|
|
5255
5255
|
schemaVersion: number;
|
|
5256
5256
|
};
|
|
5257
|
-
actor: "
|
|
5257
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5258
5258
|
payloadHash?: string | undefined;
|
|
5259
5259
|
}>, z.ZodObject<{
|
|
5260
5260
|
type: z.ZodLiteral<"waitDeadlineExceeded">;
|
|
@@ -5304,7 +5304,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5304
5304
|
bytes: number;
|
|
5305
5305
|
schemaVersion: number;
|
|
5306
5306
|
};
|
|
5307
|
-
actor: "
|
|
5307
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5308
5308
|
payloadHash?: string | undefined;
|
|
5309
5309
|
}, {
|
|
5310
5310
|
type: "waitDeadlineExceeded";
|
|
@@ -5321,7 +5321,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5321
5321
|
bytes: number;
|
|
5322
5322
|
schemaVersion: number;
|
|
5323
5323
|
};
|
|
5324
|
-
actor: "
|
|
5324
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5325
5325
|
payloadHash?: string | undefined;
|
|
5326
5326
|
}>, z.ZodObject<{
|
|
5327
5327
|
type: z.ZodLiteral<"cancelRequested">;
|
|
@@ -5425,7 +5425,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5425
5425
|
bytes: number;
|
|
5426
5426
|
schemaVersion: number;
|
|
5427
5427
|
};
|
|
5428
|
-
actor: "
|
|
5428
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5429
5429
|
payloadHash?: string | undefined;
|
|
5430
5430
|
}, {
|
|
5431
5431
|
type: "cancelRequested";
|
|
@@ -5451,7 +5451,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5451
5451
|
bytes: number;
|
|
5452
5452
|
schemaVersion: number;
|
|
5453
5453
|
};
|
|
5454
|
-
actor: "
|
|
5454
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5455
5455
|
payloadHash?: string | undefined;
|
|
5456
5456
|
}>, z.ZodObject<{
|
|
5457
5457
|
type: z.ZodLiteral<"cancelDelivered">;
|
|
@@ -5551,7 +5551,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5551
5551
|
bytes: number;
|
|
5552
5552
|
schemaVersion: number;
|
|
5553
5553
|
};
|
|
5554
|
-
actor: "
|
|
5554
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5555
5555
|
payloadHash?: string | undefined;
|
|
5556
5556
|
}, {
|
|
5557
5557
|
type: "cancelDelivered";
|
|
@@ -5576,7 +5576,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5576
5576
|
bytes: number;
|
|
5577
5577
|
schemaVersion: number;
|
|
5578
5578
|
};
|
|
5579
|
-
actor: "
|
|
5579
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5580
5580
|
payloadHash?: string | undefined;
|
|
5581
5581
|
}>, z.ZodObject<{
|
|
5582
5582
|
type: z.ZodLiteral<"activityCanceled">;
|
|
@@ -5626,7 +5626,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5626
5626
|
bytes: number;
|
|
5627
5627
|
schemaVersion: number;
|
|
5628
5628
|
};
|
|
5629
|
-
actor: "
|
|
5629
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5630
5630
|
payloadHash?: string | undefined;
|
|
5631
5631
|
}, {
|
|
5632
5632
|
type: "activityCanceled";
|
|
@@ -5643,7 +5643,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5643
5643
|
bytes: number;
|
|
5644
5644
|
schemaVersion: number;
|
|
5645
5645
|
};
|
|
5646
|
-
actor: "
|
|
5646
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5647
5647
|
payloadHash?: string | undefined;
|
|
5648
5648
|
}>, z.ZodObject<{
|
|
5649
5649
|
type: z.ZodLiteral<"workerLost">;
|
|
@@ -5689,7 +5689,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5689
5689
|
bytes: number;
|
|
5690
5690
|
schemaVersion: number;
|
|
5691
5691
|
};
|
|
5692
|
-
actor: "
|
|
5692
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5693
5693
|
payloadHash?: string | undefined;
|
|
5694
5694
|
}, {
|
|
5695
5695
|
type: "workerLost";
|
|
@@ -5705,7 +5705,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5705
5705
|
bytes: number;
|
|
5706
5706
|
schemaVersion: number;
|
|
5707
5707
|
};
|
|
5708
|
-
actor: "
|
|
5708
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5709
5709
|
payloadHash?: string | undefined;
|
|
5710
5710
|
}>, z.ZodObject<{
|
|
5711
5711
|
type: z.ZodLiteral<"resumeStarted">;
|
|
@@ -5751,7 +5751,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5751
5751
|
bytes: number;
|
|
5752
5752
|
schemaVersion: number;
|
|
5753
5753
|
};
|
|
5754
|
-
actor: "
|
|
5754
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5755
5755
|
payloadHash?: string | undefined;
|
|
5756
5756
|
}, {
|
|
5757
5757
|
type: "resumeStarted";
|
|
@@ -5767,7 +5767,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5767
5767
|
bytes: number;
|
|
5768
5768
|
schemaVersion: number;
|
|
5769
5769
|
};
|
|
5770
|
-
actor: "
|
|
5770
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5771
5771
|
payloadHash?: string | undefined;
|
|
5772
5772
|
}>, z.ZodObject<{
|
|
5773
5773
|
type: z.ZodLiteral<"reconcileResult">;
|
|
@@ -5825,7 +5825,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5825
5825
|
bytes: number;
|
|
5826
5826
|
schemaVersion: number;
|
|
5827
5827
|
};
|
|
5828
|
-
actor: "
|
|
5828
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5829
5829
|
payloadHash?: string | undefined;
|
|
5830
5830
|
}, {
|
|
5831
5831
|
type: "reconcileResult";
|
|
@@ -5844,7 +5844,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5844
5844
|
bytes: number;
|
|
5845
5845
|
schemaVersion: number;
|
|
5846
5846
|
};
|
|
5847
|
-
actor: "
|
|
5847
|
+
actor: "worker" | "scheduler" | "hostExecutor" | "human" | "supervisor" | "system";
|
|
5848
5848
|
payloadHash?: string | undefined;
|
|
5849
5849
|
}>]>;
|
|
5850
5850
|
export type WorkflowEvent = z.infer<typeof EventSchema>;
|