botmux 2.52.0 → 2.54.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 +22 -269
- package/README.md +21 -300
- package/dist/adapters/backend/session-backend-selector.d.ts +5 -1
- package/dist/adapters/backend/session-backend-selector.d.ts.map +1 -1
- package/dist/adapters/backend/session-backend-selector.js +15 -1
- package/dist/adapters/backend/session-backend-selector.js.map +1 -1
- package/dist/adapters/backend/tmux-backend.d.ts.map +1 -1
- package/dist/adapters/backend/tmux-backend.js +3 -0
- package/dist/adapters/backend/tmux-backend.js.map +1 -1
- package/dist/adapters/backend/types.d.ts +22 -0
- package/dist/adapters/backend/types.d.ts.map +1 -1
- package/dist/adapters/backend/types.js +7 -1
- package/dist/adapters/backend/types.js.map +1 -1
- package/dist/adapters/backend/zellij-backend.d.ts +132 -0
- package/dist/adapters/backend/zellij-backend.d.ts.map +1 -0
- package/dist/adapters/backend/zellij-backend.js +375 -0
- package/dist/adapters/backend/zellij-backend.js.map +1 -0
- package/dist/adapters/backend/zellij-observe-backend.d.ts +62 -0
- package/dist/adapters/backend/zellij-observe-backend.d.ts.map +1 -0
- package/dist/adapters/backend/zellij-observe-backend.js +218 -0
- package/dist/adapters/backend/zellij-observe-backend.js.map +1 -0
- package/dist/adapters/cli/claude-code.d.ts +39 -5
- package/dist/adapters/cli/claude-code.d.ts.map +1 -1
- package/dist/adapters/cli/claude-code.js +53 -31
- package/dist/adapters/cli/claude-code.js.map +1 -1
- package/dist/adapters/cli/registry.d.ts +2 -1
- package/dist/adapters/cli/registry.d.ts.map +1 -1
- package/dist/adapters/cli/registry.js +3 -1
- package/dist/adapters/cli/registry.js.map +1 -1
- package/dist/adapters/cli/seed.d.ts +29 -0
- package/dist/adapters/cli/seed.d.ts.map +1 -0
- package/dist/adapters/cli/seed.js +63 -0
- package/dist/adapters/cli/seed.js.map +1 -0
- package/dist/adapters/cli/types.d.ts +17 -1
- package/dist/adapters/cli/types.d.ts.map +1 -1
- package/dist/bot-registry.d.ts +1 -1
- package/dist/bot-registry.d.ts.map +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +79 -49
- package/dist/cli.js.map +1 -1
- package/dist/config.d.ts +7 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +8 -0
- package/dist/config.js.map +1 -1
- package/dist/core/ask-hook/registry.d.ts.map +1 -1
- package/dist/core/ask-hook/registry.js +4 -0
- package/dist/core/ask-hook/registry.js.map +1 -1
- package/dist/core/command-handler.d.ts +4 -1
- package/dist/core/command-handler.d.ts.map +1 -1
- package/dist/core/command-handler.js +100 -8
- package/dist/core/command-handler.js.map +1 -1
- package/dist/core/dispatch.d.ts +33 -0
- package/dist/core/dispatch.d.ts.map +1 -1
- package/dist/core/dispatch.js +26 -0
- package/dist/core/dispatch.js.map +1 -1
- package/dist/core/pending-response.d.ts +31 -0
- package/dist/core/pending-response.d.ts.map +1 -0
- package/dist/core/pending-response.js +87 -0
- package/dist/core/pending-response.js.map +1 -0
- package/dist/core/session-discovery.d.ts +13 -4
- package/dist/core/session-discovery.d.ts.map +1 -1
- package/dist/core/session-discovery.js +5 -5
- package/dist/core/session-discovery.js.map +1 -1
- package/dist/core/session-manager.d.ts +10 -0
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +59 -19
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/types.d.ts +8 -2
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js.map +1 -1
- package/dist/core/worker-pool.d.ts +2 -2
- package/dist/core/worker-pool.d.ts.map +1 -1
- package/dist/core/worker-pool.js +89 -15
- package/dist/core/worker-pool.js.map +1 -1
- package/dist/core/zellij-adopt-discovery.d.ts +28 -0
- package/dist/core/zellij-adopt-discovery.d.ts.map +1 -0
- package/dist/core/zellij-adopt-discovery.js +276 -0
- package/dist/core/zellij-adopt-discovery.js.map +1 -0
- package/dist/core/zellij-session-discovery.d.ts +73 -0
- package/dist/core/zellij-session-discovery.d.ts.map +1 -0
- package/dist/core/zellij-session-discovery.js +259 -0
- package/dist/core/zellij-session-discovery.js.map +1 -0
- package/dist/daemon.d.ts.map +1 -1
- package/dist/daemon.js +70 -4
- package/dist/daemon.js.map +1 -1
- package/dist/dashboard/web/i18n.js +1 -1
- package/dist/dashboard/web/i18n.js.map +1 -1
- package/dist/dashboard/web/sessions.d.ts.map +1 -1
- package/dist/dashboard/web/sessions.js +1 -0
- package/dist/dashboard/web/sessions.js.map +1 -1
- package/dist/dashboard/web/workflows.js +1 -1
- package/dist/dashboard/web/workflows.js.map +1 -1
- package/dist/dashboard-web/app.js +3 -3
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +12 -0
- package/dist/i18n/en.js.map +1 -1
- package/dist/i18n/zh.d.ts.map +1 -1
- package/dist/i18n/zh.js +13 -1
- package/dist/i18n/zh.js.map +1 -1
- package/dist/im/lark/card-builder.d.ts +7 -1
- package/dist/im/lark/card-builder.d.ts.map +1 -1
- package/dist/im/lark/card-builder.js +92 -2
- 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 +78 -6
- package/dist/im/lark/card-handler.js.map +1 -1
- package/dist/im/lark/event-dispatcher.d.ts +8 -1
- package/dist/im/lark/event-dispatcher.d.ts.map +1 -1
- package/dist/im/lark/event-dispatcher.js +28 -0
- package/dist/im/lark/event-dispatcher.js.map +1 -1
- package/dist/im/lark/grant-command.d.ts +13 -0
- package/dist/im/lark/grant-command.d.ts.map +1 -1
- package/dist/im/lark/grant-command.js +93 -0
- package/dist/im/lark/grant-command.js.map +1 -1
- package/dist/services/codex-app-threads.d.ts +20 -0
- package/dist/services/codex-app-threads.d.ts.map +1 -0
- package/dist/services/codex-app-threads.js +165 -0
- package/dist/services/codex-app-threads.js.map +1 -0
- package/dist/services/pending-response-transaction-store.d.ts +12 -0
- package/dist/services/pending-response-transaction-store.d.ts.map +1 -0
- package/dist/services/pending-response-transaction-store.js +52 -0
- package/dist/services/pending-response-transaction-store.js.map +1 -0
- package/dist/services/session-store.d.ts.map +1 -1
- package/dist/services/session-store.js +15 -1
- package/dist/services/session-store.js.map +1 -1
- package/dist/setup/bot-config-editor.d.ts +1 -1
- package/dist/setup/bot-config-editor.d.ts.map +1 -1
- package/dist/setup/bot-config-editor.js +5 -4
- package/dist/setup/bot-config-editor.js.map +1 -1
- package/dist/setup/ensure-zellij.d.ts +48 -0
- package/dist/setup/ensure-zellij.d.ts.map +1 -0
- package/dist/setup/ensure-zellij.js +93 -0
- package/dist/setup/ensure-zellij.js.map +1 -0
- package/dist/types.d.ts +14 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/anchor-serializer.d.ts +3 -2
- package/dist/utils/anchor-serializer.d.ts.map +1 -1
- package/dist/utils/anchor-serializer.js +20 -5
- package/dist/utils/anchor-serializer.js.map +1 -1
- package/dist/utils/transient-snapshot.js +2 -2
- package/dist/utils/transient-snapshot.js.map +1 -1
- package/dist/worker.js +235 -32
- package/dist/worker.js.map +1 -1
- package/dist/workflows/attempt-resume.d.ts +1 -1
- package/dist/workflows/attempt-resume.d.ts.map +1 -1
- package/dist/workflows/attempt-resume.js +1 -1
- package/dist/workflows/attempt-resume.js.map +1 -1
- package/dist/workflows/events/payloads.d.ts +20 -20
- package/dist/workflows/events/schema.d.ts +48 -48
- package/package.json +1 -1
|
@@ -52,20 +52,20 @@ export declare const CancelTargetSchema: z.ZodDiscriminatedUnion<"kind", [z.ZodO
|
|
|
52
52
|
kind: z.ZodLiteral<"run">;
|
|
53
53
|
runId: z.ZodString;
|
|
54
54
|
}, "strip", z.ZodTypeAny, {
|
|
55
|
-
runId: string;
|
|
56
55
|
kind: "run";
|
|
57
|
-
}, {
|
|
58
56
|
runId: string;
|
|
57
|
+
}, {
|
|
59
58
|
kind: "run";
|
|
59
|
+
runId: string;
|
|
60
60
|
}>, z.ZodObject<{
|
|
61
61
|
kind: z.ZodLiteral<"node">;
|
|
62
62
|
nodeId: z.ZodString;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
|
-
nodeId: string;
|
|
65
64
|
kind: "node";
|
|
66
|
-
}, {
|
|
67
65
|
nodeId: string;
|
|
66
|
+
}, {
|
|
68
67
|
kind: "node";
|
|
68
|
+
nodeId: string;
|
|
69
69
|
}>, z.ZodObject<{
|
|
70
70
|
kind: z.ZodLiteral<"activity">;
|
|
71
71
|
activityId: z.ZodString;
|
|
@@ -802,20 +802,20 @@ export declare const CancelRequestedPayload: z.ZodObject<{
|
|
|
802
802
|
kind: z.ZodLiteral<"run">;
|
|
803
803
|
runId: z.ZodString;
|
|
804
804
|
}, "strip", z.ZodTypeAny, {
|
|
805
|
-
runId: string;
|
|
806
805
|
kind: "run";
|
|
807
|
-
}, {
|
|
808
806
|
runId: string;
|
|
807
|
+
}, {
|
|
809
808
|
kind: "run";
|
|
809
|
+
runId: string;
|
|
810
810
|
}>, z.ZodObject<{
|
|
811
811
|
kind: z.ZodLiteral<"node">;
|
|
812
812
|
nodeId: z.ZodString;
|
|
813
813
|
}, "strip", z.ZodTypeAny, {
|
|
814
|
-
nodeId: string;
|
|
815
814
|
kind: "node";
|
|
816
|
-
}, {
|
|
817
815
|
nodeId: string;
|
|
816
|
+
}, {
|
|
818
817
|
kind: "node";
|
|
818
|
+
nodeId: string;
|
|
819
819
|
}>, z.ZodObject<{
|
|
820
820
|
kind: z.ZodLiteral<"activity">;
|
|
821
821
|
activityId: z.ZodString;
|
|
@@ -832,11 +832,11 @@ export declare const CancelRequestedPayload: z.ZodObject<{
|
|
|
832
832
|
reason: string;
|
|
833
833
|
by: string;
|
|
834
834
|
target: {
|
|
835
|
-
runId: string;
|
|
836
835
|
kind: "run";
|
|
836
|
+
runId: string;
|
|
837
837
|
} | {
|
|
838
|
-
nodeId: string;
|
|
839
838
|
kind: "node";
|
|
839
|
+
nodeId: string;
|
|
840
840
|
} | {
|
|
841
841
|
kind: "activity";
|
|
842
842
|
activityId: string;
|
|
@@ -845,11 +845,11 @@ export declare const CancelRequestedPayload: z.ZodObject<{
|
|
|
845
845
|
reason: string;
|
|
846
846
|
by: string;
|
|
847
847
|
target: {
|
|
848
|
-
runId: string;
|
|
849
848
|
kind: "run";
|
|
849
|
+
runId: string;
|
|
850
850
|
} | {
|
|
851
|
-
nodeId: string;
|
|
852
851
|
kind: "node";
|
|
852
|
+
nodeId: string;
|
|
853
853
|
} | {
|
|
854
854
|
kind: "activity";
|
|
855
855
|
activityId: string;
|
|
@@ -860,20 +860,20 @@ export declare const CancelDeliveredPayload: z.ZodObject<{
|
|
|
860
860
|
kind: z.ZodLiteral<"run">;
|
|
861
861
|
runId: z.ZodString;
|
|
862
862
|
}, "strip", z.ZodTypeAny, {
|
|
863
|
-
runId: string;
|
|
864
863
|
kind: "run";
|
|
865
|
-
}, {
|
|
866
864
|
runId: string;
|
|
865
|
+
}, {
|
|
867
866
|
kind: "run";
|
|
867
|
+
runId: string;
|
|
868
868
|
}>, z.ZodObject<{
|
|
869
869
|
kind: z.ZodLiteral<"node">;
|
|
870
870
|
nodeId: z.ZodString;
|
|
871
871
|
}, "strip", z.ZodTypeAny, {
|
|
872
|
-
nodeId: string;
|
|
873
872
|
kind: "node";
|
|
874
|
-
}, {
|
|
875
873
|
nodeId: string;
|
|
874
|
+
}, {
|
|
876
875
|
kind: "node";
|
|
876
|
+
nodeId: string;
|
|
877
877
|
}>, z.ZodObject<{
|
|
878
878
|
kind: z.ZodLiteral<"activity">;
|
|
879
879
|
activityId: z.ZodString;
|
|
@@ -888,11 +888,11 @@ export declare const CancelDeliveredPayload: z.ZodObject<{
|
|
|
888
888
|
}, "strip", z.ZodTypeAny, {
|
|
889
889
|
activityId: string;
|
|
890
890
|
target: {
|
|
891
|
-
runId: string;
|
|
892
891
|
kind: "run";
|
|
892
|
+
runId: string;
|
|
893
893
|
} | {
|
|
894
|
-
nodeId: string;
|
|
895
894
|
kind: "node";
|
|
895
|
+
nodeId: string;
|
|
896
896
|
} | {
|
|
897
897
|
kind: "activity";
|
|
898
898
|
activityId: string;
|
|
@@ -900,11 +900,11 @@ export declare const CancelDeliveredPayload: z.ZodObject<{
|
|
|
900
900
|
}, {
|
|
901
901
|
activityId: string;
|
|
902
902
|
target: {
|
|
903
|
-
runId: string;
|
|
904
903
|
kind: "run";
|
|
904
|
+
runId: string;
|
|
905
905
|
} | {
|
|
906
|
-
nodeId: string;
|
|
907
906
|
kind: "node";
|
|
907
|
+
nodeId: string;
|
|
908
908
|
} | {
|
|
909
909
|
kind: "activity";
|
|
910
910
|
activityId: string;
|
|
@@ -2422,20 +2422,20 @@ export declare const CancelRequestedEventSchema: z.ZodObject<{
|
|
|
2422
2422
|
kind: z.ZodLiteral<"run">;
|
|
2423
2423
|
runId: z.ZodString;
|
|
2424
2424
|
}, "strip", z.ZodTypeAny, {
|
|
2425
|
-
runId: string;
|
|
2426
2425
|
kind: "run";
|
|
2427
|
-
}, {
|
|
2428
2426
|
runId: string;
|
|
2427
|
+
}, {
|
|
2429
2428
|
kind: "run";
|
|
2429
|
+
runId: string;
|
|
2430
2430
|
}>, z.ZodObject<{
|
|
2431
2431
|
kind: z.ZodLiteral<"node">;
|
|
2432
2432
|
nodeId: z.ZodString;
|
|
2433
2433
|
}, "strip", z.ZodTypeAny, {
|
|
2434
|
-
nodeId: string;
|
|
2435
2434
|
kind: "node";
|
|
2436
|
-
}, {
|
|
2437
2435
|
nodeId: string;
|
|
2436
|
+
}, {
|
|
2438
2437
|
kind: "node";
|
|
2438
|
+
nodeId: string;
|
|
2439
2439
|
}>, z.ZodObject<{
|
|
2440
2440
|
kind: z.ZodLiteral<"activity">;
|
|
2441
2441
|
activityId: z.ZodString;
|
|
@@ -2452,11 +2452,11 @@ export declare const CancelRequestedEventSchema: z.ZodObject<{
|
|
|
2452
2452
|
reason: string;
|
|
2453
2453
|
by: string;
|
|
2454
2454
|
target: {
|
|
2455
|
-
runId: string;
|
|
2456
2455
|
kind: "run";
|
|
2456
|
+
runId: string;
|
|
2457
2457
|
} | {
|
|
2458
|
-
nodeId: string;
|
|
2459
2458
|
kind: "node";
|
|
2459
|
+
nodeId: string;
|
|
2460
2460
|
} | {
|
|
2461
2461
|
kind: "activity";
|
|
2462
2462
|
activityId: string;
|
|
@@ -2465,11 +2465,11 @@ export declare const CancelRequestedEventSchema: z.ZodObject<{
|
|
|
2465
2465
|
reason: string;
|
|
2466
2466
|
by: string;
|
|
2467
2467
|
target: {
|
|
2468
|
-
runId: string;
|
|
2469
2468
|
kind: "run";
|
|
2469
|
+
runId: string;
|
|
2470
2470
|
} | {
|
|
2471
|
-
nodeId: string;
|
|
2472
2471
|
kind: "node";
|
|
2472
|
+
nodeId: string;
|
|
2473
2473
|
} | {
|
|
2474
2474
|
kind: "activity";
|
|
2475
2475
|
activityId: string;
|
|
@@ -2502,11 +2502,11 @@ export declare const CancelRequestedEventSchema: z.ZodObject<{
|
|
|
2502
2502
|
reason: string;
|
|
2503
2503
|
by: string;
|
|
2504
2504
|
target: {
|
|
2505
|
-
runId: string;
|
|
2506
2505
|
kind: "run";
|
|
2506
|
+
runId: string;
|
|
2507
2507
|
} | {
|
|
2508
|
-
nodeId: string;
|
|
2509
2508
|
kind: "node";
|
|
2509
|
+
nodeId: string;
|
|
2510
2510
|
} | {
|
|
2511
2511
|
kind: "activity";
|
|
2512
2512
|
activityId: string;
|
|
@@ -2528,11 +2528,11 @@ export declare const CancelRequestedEventSchema: z.ZodObject<{
|
|
|
2528
2528
|
reason: string;
|
|
2529
2529
|
by: string;
|
|
2530
2530
|
target: {
|
|
2531
|
-
runId: string;
|
|
2532
2531
|
kind: "run";
|
|
2532
|
+
runId: string;
|
|
2533
2533
|
} | {
|
|
2534
|
-
nodeId: string;
|
|
2535
2534
|
kind: "node";
|
|
2535
|
+
nodeId: string;
|
|
2536
2536
|
} | {
|
|
2537
2537
|
kind: "activity";
|
|
2538
2538
|
activityId: string;
|
|
@@ -2553,20 +2553,20 @@ export declare const CancelDeliveredEventSchema: z.ZodObject<{
|
|
|
2553
2553
|
kind: z.ZodLiteral<"run">;
|
|
2554
2554
|
runId: z.ZodString;
|
|
2555
2555
|
}, "strip", z.ZodTypeAny, {
|
|
2556
|
-
runId: string;
|
|
2557
2556
|
kind: "run";
|
|
2558
|
-
}, {
|
|
2559
2557
|
runId: string;
|
|
2558
|
+
}, {
|
|
2560
2559
|
kind: "run";
|
|
2560
|
+
runId: string;
|
|
2561
2561
|
}>, z.ZodObject<{
|
|
2562
2562
|
kind: z.ZodLiteral<"node">;
|
|
2563
2563
|
nodeId: z.ZodString;
|
|
2564
2564
|
}, "strip", z.ZodTypeAny, {
|
|
2565
|
-
nodeId: string;
|
|
2566
2565
|
kind: "node";
|
|
2567
|
-
}, {
|
|
2568
2566
|
nodeId: string;
|
|
2567
|
+
}, {
|
|
2569
2568
|
kind: "node";
|
|
2569
|
+
nodeId: string;
|
|
2570
2570
|
}>, z.ZodObject<{
|
|
2571
2571
|
kind: z.ZodLiteral<"activity">;
|
|
2572
2572
|
activityId: z.ZodString;
|
|
@@ -2581,11 +2581,11 @@ export declare const CancelDeliveredEventSchema: z.ZodObject<{
|
|
|
2581
2581
|
}, "strip", z.ZodTypeAny, {
|
|
2582
2582
|
activityId: string;
|
|
2583
2583
|
target: {
|
|
2584
|
-
runId: string;
|
|
2585
2584
|
kind: "run";
|
|
2585
|
+
runId: string;
|
|
2586
2586
|
} | {
|
|
2587
|
-
nodeId: string;
|
|
2588
2587
|
kind: "node";
|
|
2588
|
+
nodeId: string;
|
|
2589
2589
|
} | {
|
|
2590
2590
|
kind: "activity";
|
|
2591
2591
|
activityId: string;
|
|
@@ -2593,11 +2593,11 @@ export declare const CancelDeliveredEventSchema: z.ZodObject<{
|
|
|
2593
2593
|
}, {
|
|
2594
2594
|
activityId: string;
|
|
2595
2595
|
target: {
|
|
2596
|
-
runId: string;
|
|
2597
2596
|
kind: "run";
|
|
2597
|
+
runId: string;
|
|
2598
2598
|
} | {
|
|
2599
|
-
nodeId: string;
|
|
2600
2599
|
kind: "node";
|
|
2600
|
+
nodeId: string;
|
|
2601
2601
|
} | {
|
|
2602
2602
|
kind: "activity";
|
|
2603
2603
|
activityId: string;
|
|
@@ -2629,11 +2629,11 @@ export declare const CancelDeliveredEventSchema: z.ZodObject<{
|
|
|
2629
2629
|
payload: {
|
|
2630
2630
|
activityId: string;
|
|
2631
2631
|
target: {
|
|
2632
|
-
runId: string;
|
|
2633
2632
|
kind: "run";
|
|
2633
|
+
runId: string;
|
|
2634
2634
|
} | {
|
|
2635
|
-
nodeId: string;
|
|
2636
2635
|
kind: "node";
|
|
2636
|
+
nodeId: string;
|
|
2637
2637
|
} | {
|
|
2638
2638
|
kind: "activity";
|
|
2639
2639
|
activityId: string;
|
|
@@ -2654,11 +2654,11 @@ export declare const CancelDeliveredEventSchema: z.ZodObject<{
|
|
|
2654
2654
|
payload: {
|
|
2655
2655
|
activityId: string;
|
|
2656
2656
|
target: {
|
|
2657
|
-
runId: string;
|
|
2658
2657
|
kind: "run";
|
|
2658
|
+
runId: string;
|
|
2659
2659
|
} | {
|
|
2660
|
-
nodeId: string;
|
|
2661
2660
|
kind: "node";
|
|
2661
|
+
nodeId: string;
|
|
2662
2662
|
} | {
|
|
2663
2663
|
kind: "activity";
|
|
2664
2664
|
activityId: string;
|
|
@@ -5330,20 +5330,20 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5330
5330
|
kind: z.ZodLiteral<"run">;
|
|
5331
5331
|
runId: z.ZodString;
|
|
5332
5332
|
}, "strip", z.ZodTypeAny, {
|
|
5333
|
-
runId: string;
|
|
5334
5333
|
kind: "run";
|
|
5335
|
-
}, {
|
|
5336
5334
|
runId: string;
|
|
5335
|
+
}, {
|
|
5337
5336
|
kind: "run";
|
|
5337
|
+
runId: string;
|
|
5338
5338
|
}>, z.ZodObject<{
|
|
5339
5339
|
kind: z.ZodLiteral<"node">;
|
|
5340
5340
|
nodeId: z.ZodString;
|
|
5341
5341
|
}, "strip", z.ZodTypeAny, {
|
|
5342
|
-
nodeId: string;
|
|
5343
5342
|
kind: "node";
|
|
5344
|
-
}, {
|
|
5345
5343
|
nodeId: string;
|
|
5344
|
+
}, {
|
|
5346
5345
|
kind: "node";
|
|
5346
|
+
nodeId: string;
|
|
5347
5347
|
}>, z.ZodObject<{
|
|
5348
5348
|
kind: z.ZodLiteral<"activity">;
|
|
5349
5349
|
activityId: z.ZodString;
|
|
@@ -5360,11 +5360,11 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5360
5360
|
reason: string;
|
|
5361
5361
|
by: string;
|
|
5362
5362
|
target: {
|
|
5363
|
-
runId: string;
|
|
5364
5363
|
kind: "run";
|
|
5364
|
+
runId: string;
|
|
5365
5365
|
} | {
|
|
5366
|
-
nodeId: string;
|
|
5367
5366
|
kind: "node";
|
|
5367
|
+
nodeId: string;
|
|
5368
5368
|
} | {
|
|
5369
5369
|
kind: "activity";
|
|
5370
5370
|
activityId: string;
|
|
@@ -5373,11 +5373,11 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5373
5373
|
reason: string;
|
|
5374
5374
|
by: string;
|
|
5375
5375
|
target: {
|
|
5376
|
-
runId: string;
|
|
5377
5376
|
kind: "run";
|
|
5377
|
+
runId: string;
|
|
5378
5378
|
} | {
|
|
5379
|
-
nodeId: string;
|
|
5380
5379
|
kind: "node";
|
|
5380
|
+
nodeId: string;
|
|
5381
5381
|
} | {
|
|
5382
5382
|
kind: "activity";
|
|
5383
5383
|
activityId: string;
|
|
@@ -5410,11 +5410,11 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5410
5410
|
reason: string;
|
|
5411
5411
|
by: string;
|
|
5412
5412
|
target: {
|
|
5413
|
-
runId: string;
|
|
5414
5413
|
kind: "run";
|
|
5414
|
+
runId: string;
|
|
5415
5415
|
} | {
|
|
5416
|
-
nodeId: string;
|
|
5417
5416
|
kind: "node";
|
|
5417
|
+
nodeId: string;
|
|
5418
5418
|
} | {
|
|
5419
5419
|
kind: "activity";
|
|
5420
5420
|
activityId: string;
|
|
@@ -5436,11 +5436,11 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5436
5436
|
reason: string;
|
|
5437
5437
|
by: string;
|
|
5438
5438
|
target: {
|
|
5439
|
-
runId: string;
|
|
5440
5439
|
kind: "run";
|
|
5440
|
+
runId: string;
|
|
5441
5441
|
} | {
|
|
5442
|
-
nodeId: string;
|
|
5443
5442
|
kind: "node";
|
|
5443
|
+
nodeId: string;
|
|
5444
5444
|
} | {
|
|
5445
5445
|
kind: "activity";
|
|
5446
5446
|
activityId: string;
|
|
@@ -5460,20 +5460,20 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5460
5460
|
kind: z.ZodLiteral<"run">;
|
|
5461
5461
|
runId: z.ZodString;
|
|
5462
5462
|
}, "strip", z.ZodTypeAny, {
|
|
5463
|
-
runId: string;
|
|
5464
5463
|
kind: "run";
|
|
5465
|
-
}, {
|
|
5466
5464
|
runId: string;
|
|
5465
|
+
}, {
|
|
5467
5466
|
kind: "run";
|
|
5467
|
+
runId: string;
|
|
5468
5468
|
}>, z.ZodObject<{
|
|
5469
5469
|
kind: z.ZodLiteral<"node">;
|
|
5470
5470
|
nodeId: z.ZodString;
|
|
5471
5471
|
}, "strip", z.ZodTypeAny, {
|
|
5472
|
-
nodeId: string;
|
|
5473
5472
|
kind: "node";
|
|
5474
|
-
}, {
|
|
5475
5473
|
nodeId: string;
|
|
5474
|
+
}, {
|
|
5476
5475
|
kind: "node";
|
|
5476
|
+
nodeId: string;
|
|
5477
5477
|
}>, z.ZodObject<{
|
|
5478
5478
|
kind: z.ZodLiteral<"activity">;
|
|
5479
5479
|
activityId: z.ZodString;
|
|
@@ -5488,11 +5488,11 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5488
5488
|
}, "strip", z.ZodTypeAny, {
|
|
5489
5489
|
activityId: string;
|
|
5490
5490
|
target: {
|
|
5491
|
-
runId: string;
|
|
5492
5491
|
kind: "run";
|
|
5492
|
+
runId: string;
|
|
5493
5493
|
} | {
|
|
5494
|
-
nodeId: string;
|
|
5495
5494
|
kind: "node";
|
|
5495
|
+
nodeId: string;
|
|
5496
5496
|
} | {
|
|
5497
5497
|
kind: "activity";
|
|
5498
5498
|
activityId: string;
|
|
@@ -5500,11 +5500,11 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5500
5500
|
}, {
|
|
5501
5501
|
activityId: string;
|
|
5502
5502
|
target: {
|
|
5503
|
-
runId: string;
|
|
5504
5503
|
kind: "run";
|
|
5504
|
+
runId: string;
|
|
5505
5505
|
} | {
|
|
5506
|
-
nodeId: string;
|
|
5507
5506
|
kind: "node";
|
|
5507
|
+
nodeId: string;
|
|
5508
5508
|
} | {
|
|
5509
5509
|
kind: "activity";
|
|
5510
5510
|
activityId: string;
|
|
@@ -5536,11 +5536,11 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5536
5536
|
payload: {
|
|
5537
5537
|
activityId: string;
|
|
5538
5538
|
target: {
|
|
5539
|
-
runId: string;
|
|
5540
5539
|
kind: "run";
|
|
5540
|
+
runId: string;
|
|
5541
5541
|
} | {
|
|
5542
|
-
nodeId: string;
|
|
5543
5542
|
kind: "node";
|
|
5543
|
+
nodeId: string;
|
|
5544
5544
|
} | {
|
|
5545
5545
|
kind: "activity";
|
|
5546
5546
|
activityId: string;
|
|
@@ -5561,11 +5561,11 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
5561
5561
|
payload: {
|
|
5562
5562
|
activityId: string;
|
|
5563
5563
|
target: {
|
|
5564
|
-
runId: string;
|
|
5565
5564
|
kind: "run";
|
|
5565
|
+
runId: string;
|
|
5566
5566
|
} | {
|
|
5567
|
-
nodeId: string;
|
|
5568
5567
|
kind: "node";
|
|
5568
|
+
nodeId: string;
|
|
5569
5569
|
} | {
|
|
5570
5570
|
kind: "activity";
|
|
5571
5571
|
activityId: string;
|