@otto-code/protocol 0.8.19 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-labels.d.ts +22 -0
- package/dist/agent-labels.js +42 -1
- package/dist/agent-profiles.d.ts +1 -1
- package/dist/agent-profiles.js +3 -3
- package/dist/agent-rate-limit.d.ts +13 -0
- package/dist/agent-rate-limit.js +18 -0
- package/dist/agent-types.d.ts +6 -0
- package/dist/architectural-views/rpc-schemas.d.ts +465 -0
- package/dist/architectural-views/rpc-schemas.js +205 -0
- package/dist/artifacts/rpc-schemas.d.ts +360 -2
- package/dist/artifacts/rpc-schemas.js +75 -1
- package/dist/artifacts/types.d.ts +71 -0
- package/dist/artifacts/types.js +27 -0
- package/dist/binary-frames/terminal.d.ts +1 -1
- package/dist/brain.d.ts +3 -3
- package/dist/browser-automation/capabilities.d.ts +1 -1
- package/dist/browser-automation/rpc-schemas.d.ts +16 -16
- package/dist/code-intelligence.d.ts +5 -5
- package/dist/daemon-config.d.ts +66 -0
- package/dist/daemon-config.js +76 -3
- package/dist/file-operations.d.ts +1 -1
- package/dist/generated/validation/ws-outbound.aot.js +81113 -69135
- package/dist/loop/rpc-schemas.d.ts +6 -6
- package/dist/messages.d.ts +11477 -1097
- package/dist/messages.js +633 -117
- package/dist/model-preferences.d.ts +26 -0
- package/dist/model-preferences.js +47 -0
- package/dist/model-tiers.js +2 -0
- package/dist/personality-schemas.d.ts +4 -4
- package/dist/project-knowledge.d.ts +38 -16
- package/dist/project-knowledge.js +17 -1
- package/dist/provider-config.js +1 -1
- package/dist/provider-icon-names.js +1 -0
- package/dist/schedule/rpc-schemas.d.ts +92 -12
- package/dist/schedule/rpc-schemas.js +2 -0
- package/dist/schedule/types.d.ts +47 -3
- package/dist/schedule/types.js +22 -0
- package/dist/search/text-match.d.ts +16 -0
- package/dist/search/text-match.js +31 -2
- package/dist/suggested-tasks.d.ts +7 -3
- package/dist/suggested-tasks.js +2 -0
- package/dist/validation/ws-outbound-schema-metadata.d.ts +2348 -111
- package/dist/websocket-control.d.ts +39 -0
- package/dist/websocket-control.js +36 -0
- package/dist/workflow.d.ts +3060 -0
- package/dist/{orchestration.js → workflow.js} +461 -29
- package/dist/workspace-labels.d.ts +9 -0
- package/dist/workspace-labels.js +19 -0
- package/package.json +1 -1
- package/dist/orchestration.d.ts +0 -1148
|
@@ -311,6 +311,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
311
311
|
type: import("zod").ZodLiteral<"timeline">;
|
|
312
312
|
provider: import("zod").ZodString;
|
|
313
313
|
item: import("zod").ZodType<import("../agent-types.js").AgentTimelineItem, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentTimelineItem, unknown>>;
|
|
314
|
+
turnId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
314
315
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
315
316
|
type: import("zod").ZodLiteral<"permission_requested">;
|
|
316
317
|
provider: import("zod").ZodString;
|
|
@@ -353,9 +354,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
353
354
|
provider: import("zod").ZodString;
|
|
354
355
|
info: import("zod").ZodObject<{
|
|
355
356
|
status: import("zod").ZodEnum<{
|
|
357
|
+
allowed: "allowed";
|
|
356
358
|
warning: "warning";
|
|
357
359
|
rejected: "rejected";
|
|
358
|
-
allowed: "allowed";
|
|
359
360
|
}>;
|
|
360
361
|
utilizationPercent: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
361
362
|
limitType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -519,8 +520,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
519
520
|
args: import("zod").ZodObject<{
|
|
520
521
|
browserId: import("zod").ZodString;
|
|
521
522
|
filter: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
522
|
-
failed: "failed";
|
|
523
523
|
all: "all";
|
|
524
|
+
failed: "failed";
|
|
524
525
|
}>>;
|
|
525
526
|
requestId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
526
527
|
}, import("zod/v4/core").$strict>;
|
|
@@ -560,9 +561,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
560
561
|
args: import("zod").ZodObject<{
|
|
561
562
|
browserId: import("zod").ZodString;
|
|
562
563
|
colorScheme: import("zod").ZodEnum<{
|
|
563
|
-
auto: "auto";
|
|
564
564
|
light: "light";
|
|
565
565
|
dark: "dark";
|
|
566
|
+
auto: "auto";
|
|
566
567
|
}>;
|
|
567
568
|
}, import("zod/v4/core").$strict>;
|
|
568
569
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
@@ -573,6 +574,254 @@ export declare const WSOutboundMessageSchema: {
|
|
|
573
574
|
}, import("zod/v4/core").$strict>;
|
|
574
575
|
}, import("zod/v4/core").$strip>], "command">;
|
|
575
576
|
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
577
|
+
type: import("zod").ZodLiteral<"plugin.catalog.get.response">;
|
|
578
|
+
payload: import("zod").ZodObject<{
|
|
579
|
+
requestId: import("zod").ZodString;
|
|
580
|
+
plugins: import("zod").ZodArray<import("zod").ZodObject<{
|
|
581
|
+
id: import("zod").ZodString;
|
|
582
|
+
clientBundle: import("zod").ZodString;
|
|
583
|
+
}, import("zod/v4/core").$strip>>;
|
|
584
|
+
}, import("zod/v4/core").$strip>;
|
|
585
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
586
|
+
type: import("zod").ZodLiteral<"plugin.list.response">;
|
|
587
|
+
payload: import("zod").ZodObject<{
|
|
588
|
+
requestId: import("zod").ZodString;
|
|
589
|
+
plugins: import("zod").ZodArray<import("zod").ZodObject<{
|
|
590
|
+
id: import("zod").ZodString;
|
|
591
|
+
path: import("zod").ZodString;
|
|
592
|
+
enabled: import("zod").ZodBoolean;
|
|
593
|
+
status: import("zod").ZodEnum<{
|
|
594
|
+
running: "running";
|
|
595
|
+
failed: "failed";
|
|
596
|
+
disabled: "disabled";
|
|
597
|
+
}>;
|
|
598
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
599
|
+
}, import("zod/v4/core").$strip>>;
|
|
600
|
+
}, import("zod/v4/core").$strip>;
|
|
601
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
602
|
+
type: import("zod").ZodLiteral<"plugin.logs.get.response">;
|
|
603
|
+
payload: import("zod").ZodObject<{
|
|
604
|
+
requestId: import("zod").ZodString;
|
|
605
|
+
pluginId: import("zod").ZodString;
|
|
606
|
+
entries: import("zod").ZodArray<import("zod").ZodObject<{
|
|
607
|
+
sequence: import("zod").ZodNumber;
|
|
608
|
+
timestamp: import("zod").ZodString;
|
|
609
|
+
stream: import("zod").ZodEnum<{
|
|
610
|
+
stdout: "stdout";
|
|
611
|
+
stderr: "stderr";
|
|
612
|
+
}>;
|
|
613
|
+
message: import("zod").ZodString;
|
|
614
|
+
}, import("zod/v4/core").$strip>>;
|
|
615
|
+
}, import("zod/v4/core").$strip>;
|
|
616
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
617
|
+
type: import("zod").ZodLiteral<"plugin.directory.install.response">;
|
|
618
|
+
payload: import("zod").ZodObject<{
|
|
619
|
+
requestId: import("zod").ZodString;
|
|
620
|
+
plugin: import("zod").ZodObject<{
|
|
621
|
+
id: import("zod").ZodString;
|
|
622
|
+
path: import("zod").ZodString;
|
|
623
|
+
enabled: import("zod").ZodBoolean;
|
|
624
|
+
status: import("zod").ZodEnum<{
|
|
625
|
+
running: "running";
|
|
626
|
+
failed: "failed";
|
|
627
|
+
disabled: "disabled";
|
|
628
|
+
}>;
|
|
629
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
630
|
+
}, import("zod/v4/core").$strip>;
|
|
631
|
+
}, import("zod/v4/core").$strip>;
|
|
632
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
633
|
+
type: import("zod").ZodLiteral<"plugin.directory.inspect.response">;
|
|
634
|
+
payload: import("zod").ZodObject<{
|
|
635
|
+
requestId: import("zod").ZodString;
|
|
636
|
+
id: import("zod").ZodString;
|
|
637
|
+
}, import("zod/v4/core").$strip>;
|
|
638
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
639
|
+
type: import("zod").ZodLiteral<"plugin.reload.response">;
|
|
640
|
+
payload: import("zod").ZodObject<{
|
|
641
|
+
requestId: import("zod").ZodString;
|
|
642
|
+
plugin: import("zod").ZodObject<{
|
|
643
|
+
id: import("zod").ZodString;
|
|
644
|
+
path: import("zod").ZodString;
|
|
645
|
+
enabled: import("zod").ZodBoolean;
|
|
646
|
+
status: import("zod").ZodEnum<{
|
|
647
|
+
running: "running";
|
|
648
|
+
failed: "failed";
|
|
649
|
+
disabled: "disabled";
|
|
650
|
+
}>;
|
|
651
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
652
|
+
}, import("zod/v4/core").$strip>;
|
|
653
|
+
}, import("zod/v4/core").$strip>;
|
|
654
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
655
|
+
type: import("zod").ZodLiteral<"plugin.enable.response">;
|
|
656
|
+
payload: import("zod").ZodObject<{
|
|
657
|
+
requestId: import("zod").ZodString;
|
|
658
|
+
plugin: import("zod").ZodObject<{
|
|
659
|
+
id: import("zod").ZodString;
|
|
660
|
+
path: import("zod").ZodString;
|
|
661
|
+
enabled: import("zod").ZodBoolean;
|
|
662
|
+
status: import("zod").ZodEnum<{
|
|
663
|
+
running: "running";
|
|
664
|
+
failed: "failed";
|
|
665
|
+
disabled: "disabled";
|
|
666
|
+
}>;
|
|
667
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
668
|
+
}, import("zod/v4/core").$strip>;
|
|
669
|
+
}, import("zod/v4/core").$strip>;
|
|
670
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
671
|
+
type: import("zod").ZodLiteral<"plugin.disable.response">;
|
|
672
|
+
payload: import("zod").ZodObject<{
|
|
673
|
+
requestId: import("zod").ZodString;
|
|
674
|
+
plugin: import("zod").ZodObject<{
|
|
675
|
+
id: import("zod").ZodString;
|
|
676
|
+
path: import("zod").ZodString;
|
|
677
|
+
enabled: import("zod").ZodBoolean;
|
|
678
|
+
status: import("zod").ZodEnum<{
|
|
679
|
+
running: "running";
|
|
680
|
+
failed: "failed";
|
|
681
|
+
disabled: "disabled";
|
|
682
|
+
}>;
|
|
683
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
684
|
+
}, import("zod/v4/core").$strip>;
|
|
685
|
+
}, import("zod/v4/core").$strip>;
|
|
686
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
687
|
+
type: import("zod").ZodLiteral<"plugin.remove.response">;
|
|
688
|
+
payload: import("zod").ZodObject<{
|
|
689
|
+
requestId: import("zod").ZodString;
|
|
690
|
+
}, import("zod/v4/core").$strict>;
|
|
691
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
692
|
+
type: import("zod").ZodLiteral<"plugin.rpc.invoke.response">;
|
|
693
|
+
payload: import("zod").ZodObject<{
|
|
694
|
+
requestId: import("zod").ZodString;
|
|
695
|
+
output: import("zod").ZodUnknown;
|
|
696
|
+
}, import("zod/v4/core").$strip>;
|
|
697
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
698
|
+
type: import("zod").ZodLiteral<"agent.skills.get_status.response">;
|
|
699
|
+
payload: import("zod").ZodObject<{
|
|
700
|
+
state: import("zod").ZodEnum<{
|
|
701
|
+
"not-installed": "not-installed";
|
|
702
|
+
"up-to-date": "up-to-date";
|
|
703
|
+
drift: "drift";
|
|
704
|
+
}>;
|
|
705
|
+
ops: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
706
|
+
kind: import("zod").ZodLiteral<"add">;
|
|
707
|
+
name: import("zod").ZodString;
|
|
708
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
709
|
+
kind: import("zod").ZodLiteral<"update">;
|
|
710
|
+
name: import("zod").ZodString;
|
|
711
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
712
|
+
kind: import("zod").ZodLiteral<"delete">;
|
|
713
|
+
name: import("zod").ZodString;
|
|
714
|
+
}, import("zod/v4/core").$strict>], "kind">>;
|
|
715
|
+
available: import("zod").ZodArray<import("zod").ZodString>;
|
|
716
|
+
installed: import("zod").ZodArray<import("zod").ZodString>;
|
|
717
|
+
selection: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
718
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
719
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
720
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
721
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
722
|
+
}, import("zod/v4/core").$strict>], "mode">;
|
|
723
|
+
requestId: import("zod").ZodString;
|
|
724
|
+
}, import("zod/v4/core").$strip>;
|
|
725
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
726
|
+
type: import("zod").ZodLiteral<"agent.skills.reconcile.response">;
|
|
727
|
+
payload: import("zod").ZodObject<{
|
|
728
|
+
state: import("zod").ZodEnum<{
|
|
729
|
+
"not-installed": "not-installed";
|
|
730
|
+
"up-to-date": "up-to-date";
|
|
731
|
+
drift: "drift";
|
|
732
|
+
}>;
|
|
733
|
+
ops: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
734
|
+
kind: import("zod").ZodLiteral<"add">;
|
|
735
|
+
name: import("zod").ZodString;
|
|
736
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
737
|
+
kind: import("zod").ZodLiteral<"update">;
|
|
738
|
+
name: import("zod").ZodString;
|
|
739
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
740
|
+
kind: import("zod").ZodLiteral<"delete">;
|
|
741
|
+
name: import("zod").ZodString;
|
|
742
|
+
}, import("zod/v4/core").$strict>], "kind">>;
|
|
743
|
+
available: import("zod").ZodArray<import("zod").ZodString>;
|
|
744
|
+
installed: import("zod").ZodArray<import("zod").ZodString>;
|
|
745
|
+
selection: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
746
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
747
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
748
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
749
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
750
|
+
}, import("zod/v4/core").$strict>], "mode">;
|
|
751
|
+
requestId: import("zod").ZodString;
|
|
752
|
+
}, import("zod/v4/core").$strip>;
|
|
753
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
754
|
+
type: import("zod").ZodLiteral<"agent.skills.uninstall.response">;
|
|
755
|
+
payload: import("zod").ZodObject<{
|
|
756
|
+
state: import("zod").ZodEnum<{
|
|
757
|
+
"not-installed": "not-installed";
|
|
758
|
+
"up-to-date": "up-to-date";
|
|
759
|
+
drift: "drift";
|
|
760
|
+
}>;
|
|
761
|
+
ops: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
762
|
+
kind: import("zod").ZodLiteral<"add">;
|
|
763
|
+
name: import("zod").ZodString;
|
|
764
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
765
|
+
kind: import("zod").ZodLiteral<"update">;
|
|
766
|
+
name: import("zod").ZodString;
|
|
767
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
768
|
+
kind: import("zod").ZodLiteral<"delete">;
|
|
769
|
+
name: import("zod").ZodString;
|
|
770
|
+
}, import("zod/v4/core").$strict>], "kind">>;
|
|
771
|
+
available: import("zod").ZodArray<import("zod").ZodString>;
|
|
772
|
+
installed: import("zod").ZodArray<import("zod").ZodString>;
|
|
773
|
+
selection: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
774
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
775
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
776
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
777
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
778
|
+
}, import("zod/v4/core").$strict>], "mode">;
|
|
779
|
+
requestId: import("zod").ZodString;
|
|
780
|
+
}, import("zod/v4/core").$strip>;
|
|
781
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
782
|
+
type: import("zod").ZodLiteral<"agent.skills.save_selection.response">;
|
|
783
|
+
payload: import("zod").ZodObject<{
|
|
784
|
+
state: import("zod").ZodEnum<{
|
|
785
|
+
"not-installed": "not-installed";
|
|
786
|
+
"up-to-date": "up-to-date";
|
|
787
|
+
drift: "drift";
|
|
788
|
+
}>;
|
|
789
|
+
ops: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
790
|
+
kind: import("zod").ZodLiteral<"add">;
|
|
791
|
+
name: import("zod").ZodString;
|
|
792
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
793
|
+
kind: import("zod").ZodLiteral<"update">;
|
|
794
|
+
name: import("zod").ZodString;
|
|
795
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
796
|
+
kind: import("zod").ZodLiteral<"delete">;
|
|
797
|
+
name: import("zod").ZodString;
|
|
798
|
+
}, import("zod/v4/core").$strict>], "kind">>;
|
|
799
|
+
available: import("zod").ZodArray<import("zod").ZodString>;
|
|
800
|
+
installed: import("zod").ZodArray<import("zod").ZodString>;
|
|
801
|
+
selection: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
802
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
803
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
804
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
805
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
806
|
+
}, import("zod/v4/core").$strict>], "mode">;
|
|
807
|
+
confirmationRequired: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
808
|
+
removals: import("zod").ZodArray<import("zod").ZodString>;
|
|
809
|
+
}, import("zod/v4/core").$strict>>;
|
|
810
|
+
requestId: import("zod").ZodString;
|
|
811
|
+
}, import("zod/v4/core").$strip>;
|
|
812
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
813
|
+
type: import("zod").ZodLiteral<"agent.skills.import_legacy_selection.response">;
|
|
814
|
+
payload: import("zod").ZodObject<{
|
|
815
|
+
requestId: import("zod").ZodString;
|
|
816
|
+
imported: import("zod").ZodBoolean;
|
|
817
|
+
selection: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
818
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
819
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
820
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
821
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
822
|
+
}, import("zod/v4/core").$strict>], "mode">;
|
|
823
|
+
}, import("zod/v4/core").$strip>;
|
|
824
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
576
825
|
type: import("zod").ZodLiteral<"activity_log">;
|
|
577
826
|
payload: import("zod").ZodObject<{
|
|
578
827
|
id: import("zod").ZodString;
|
|
@@ -687,8 +936,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
687
936
|
type: import("zod").ZodLiteral<"artifact">;
|
|
688
937
|
payload: import("zod").ZodObject<{
|
|
689
938
|
type: import("zod").ZodEnum<{
|
|
690
|
-
image: "image";
|
|
691
939
|
code: "code";
|
|
940
|
+
image: "image";
|
|
692
941
|
markdown: "markdown";
|
|
693
942
|
diff: "diff";
|
|
694
943
|
}>;
|
|
@@ -727,6 +976,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
727
976
|
glowB: import("zod").ZodString;
|
|
728
977
|
}, import("zod/v4/core").$loose>>>;
|
|
729
978
|
generationPersonalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
979
|
+
source: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
980
|
+
kind: import("zod").ZodLiteral<"chat">;
|
|
981
|
+
agentId: import("zod").ZodString;
|
|
982
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
983
|
+
kind: import("zod").ZodLiteral<"workflow">;
|
|
984
|
+
workflowId: import("zod").ZodString;
|
|
985
|
+
runId: import("zod").ZodString;
|
|
986
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
987
|
+
kind: import("zod").ZodLiteral<"schedule">;
|
|
988
|
+
scheduleId: import("zod").ZodString;
|
|
989
|
+
runId: import("zod").ZodString;
|
|
990
|
+
}, import("zod/v4/core").$strip>], "kind">>;
|
|
991
|
+
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
992
|
+
repository: "repository";
|
|
993
|
+
host: "host";
|
|
994
|
+
}>>;
|
|
995
|
+
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
730
996
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
731
997
|
}, import("zod/v4/core").$strip>;
|
|
732
998
|
}, import("zod/v4/core").$strip>;
|
|
@@ -922,9 +1188,13 @@ export declare const WSOutboundMessageSchema: {
|
|
|
922
1188
|
worktreeRoot?: string | undefined;
|
|
923
1189
|
}>>]>;
|
|
924
1190
|
}, import("zod/v4/core").$strip>>>;
|
|
1191
|
+
generation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1192
|
+
seq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
925
1193
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
926
1194
|
kind: import("zod").ZodLiteral<"remove">;
|
|
927
1195
|
agentId: import("zod").ZodString;
|
|
1196
|
+
generation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1197
|
+
seq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
928
1198
|
}, import("zod/v4/core").$strip>], "kind">;
|
|
929
1199
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
930
1200
|
type: import("zod").ZodLiteral<"workspace_update">;
|
|
@@ -961,11 +1231,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
961
1231
|
name: import("zod").ZodString;
|
|
962
1232
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
963
1233
|
pinnedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1234
|
+
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
964
1235
|
archivingAt: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
965
1236
|
status: import("zod").ZodEnum<{
|
|
966
1237
|
running: "running";
|
|
967
|
-
done: "done";
|
|
968
1238
|
failed: "failed";
|
|
1239
|
+
done: "done";
|
|
969
1240
|
attention: "attention";
|
|
970
1241
|
needs_input: "needs_input";
|
|
971
1242
|
}>;
|
|
@@ -1149,6 +1420,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1149
1420
|
worktreeRoot?: string | undefined;
|
|
1150
1421
|
}>>]>;
|
|
1151
1422
|
}, import("zod/v4/core").$strip>>;
|
|
1423
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1152
1424
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
1153
1425
|
workspaceDirectory: string;
|
|
1154
1426
|
id: string;
|
|
@@ -1159,7 +1431,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1159
1431
|
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
1160
1432
|
name: string;
|
|
1161
1433
|
archivingAt: string | null;
|
|
1162
|
-
status: "running" | "
|
|
1434
|
+
status: "running" | "failed" | "done" | "attention" | "needs_input";
|
|
1163
1435
|
statusEnteredAt: string | null;
|
|
1164
1436
|
activityAt: string | null;
|
|
1165
1437
|
scripts: {
|
|
@@ -1193,6 +1465,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1193
1465
|
worktreeSlug?: string | undefined;
|
|
1194
1466
|
title?: string | null | undefined;
|
|
1195
1467
|
pinnedAt?: string | null | undefined;
|
|
1468
|
+
labels?: string[] | undefined;
|
|
1196
1469
|
diffStat?: {
|
|
1197
1470
|
additions: number;
|
|
1198
1471
|
deletions: number;
|
|
@@ -1275,6 +1548,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1275
1548
|
};
|
|
1276
1549
|
workspaceName?: string | null | undefined;
|
|
1277
1550
|
} | undefined;
|
|
1551
|
+
syncSeq?: number | undefined;
|
|
1278
1552
|
}, {
|
|
1279
1553
|
id: string;
|
|
1280
1554
|
projectId: string;
|
|
@@ -1284,7 +1558,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1284
1558
|
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
1285
1559
|
name: string;
|
|
1286
1560
|
archivingAt: string | null;
|
|
1287
|
-
status: "running" | "
|
|
1561
|
+
status: "running" | "failed" | "done" | "attention" | "needs_input";
|
|
1288
1562
|
statusEnteredAt: string | null;
|
|
1289
1563
|
activityAt: string | null;
|
|
1290
1564
|
scripts: {
|
|
@@ -1319,6 +1593,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1319
1593
|
worktreeSlug?: string | undefined;
|
|
1320
1594
|
title?: string | null | undefined;
|
|
1321
1595
|
pinnedAt?: string | null | undefined;
|
|
1596
|
+
labels?: string[] | undefined;
|
|
1322
1597
|
diffStat?: {
|
|
1323
1598
|
additions: number;
|
|
1324
1599
|
deletions: number;
|
|
@@ -1401,7 +1676,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1401
1676
|
};
|
|
1402
1677
|
workspaceName?: string | null | undefined;
|
|
1403
1678
|
} | undefined;
|
|
1679
|
+
syncSeq?: number | undefined;
|
|
1404
1680
|
}>>;
|
|
1681
|
+
generation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1682
|
+
seq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1405
1683
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1406
1684
|
kind: import("zod").ZodLiteral<"remove">;
|
|
1407
1685
|
id: import("zod").ZodString;
|
|
@@ -1422,16 +1700,142 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1422
1700
|
repository: "repository";
|
|
1423
1701
|
host: "host";
|
|
1424
1702
|
}>>>;
|
|
1703
|
+
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1704
|
+
repository: "repository";
|
|
1705
|
+
host: "host";
|
|
1706
|
+
}>>>;
|
|
1707
|
+
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1708
|
+
repository: "repository";
|
|
1709
|
+
host: "host";
|
|
1710
|
+
}>>>;
|
|
1425
1711
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1712
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1426
1713
|
projectRootPath: import("zod").ZodString;
|
|
1427
1714
|
projectKind: import("zod").ZodEnum<{
|
|
1428
1715
|
directory: "directory";
|
|
1429
1716
|
git: "git";
|
|
1430
1717
|
non_git: "non_git";
|
|
1431
1718
|
}>;
|
|
1719
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1432
1720
|
}, import("zod/v4/core").$strip>>;
|
|
1433
1721
|
removedProjectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1722
|
+
generation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1723
|
+
seq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1724
|
+
}, import("zod/v4/core").$strip>], "kind">;
|
|
1725
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1726
|
+
type: import("zod").ZodLiteral<"workspace.label.list.response">;
|
|
1727
|
+
payload: import("zod").ZodObject<{
|
|
1728
|
+
requestId: import("zod").ZodString;
|
|
1729
|
+
labels: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1730
|
+
name: import("zod").ZodString;
|
|
1731
|
+
color: import("zod").ZodEnum<{
|
|
1732
|
+
violet: "violet";
|
|
1733
|
+
sky: "sky";
|
|
1734
|
+
emerald: "emerald";
|
|
1735
|
+
orange: "orange";
|
|
1736
|
+
pink: "pink";
|
|
1737
|
+
indigo: "indigo";
|
|
1738
|
+
teal: "teal";
|
|
1739
|
+
red: "red";
|
|
1740
|
+
amber: "amber";
|
|
1741
|
+
blue: "blue";
|
|
1742
|
+
}>;
|
|
1743
|
+
}, import("zod/v4/core").$strip>>;
|
|
1744
|
+
sync: import("zod").ZodObject<{
|
|
1745
|
+
mode: import("zod").ZodEnum<{
|
|
1746
|
+
snapshot: "snapshot";
|
|
1747
|
+
changes: "changes";
|
|
1748
|
+
}>;
|
|
1749
|
+
generation: import("zod").ZodString;
|
|
1750
|
+
headSeq: import("zod").ZodNumber;
|
|
1751
|
+
removals: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1752
|
+
name: import("zod").ZodString;
|
|
1753
|
+
seq: import("zod").ZodNumber;
|
|
1754
|
+
}, import("zod/v4/core").$strip>>;
|
|
1755
|
+
}, import("zod/v4/core").$strip>;
|
|
1756
|
+
}, import("zod/v4/core").$strip>;
|
|
1757
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1758
|
+
type: import("zod").ZodLiteral<"workspace.label.update">;
|
|
1759
|
+
payload: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1760
|
+
kind: import("zod").ZodLiteral<"upsert">;
|
|
1761
|
+
label: import("zod").ZodObject<{
|
|
1762
|
+
name: import("zod").ZodString;
|
|
1763
|
+
color: import("zod").ZodEnum<{
|
|
1764
|
+
violet: "violet";
|
|
1765
|
+
sky: "sky";
|
|
1766
|
+
emerald: "emerald";
|
|
1767
|
+
orange: "orange";
|
|
1768
|
+
pink: "pink";
|
|
1769
|
+
indigo: "indigo";
|
|
1770
|
+
teal: "teal";
|
|
1771
|
+
red: "red";
|
|
1772
|
+
amber: "amber";
|
|
1773
|
+
blue: "blue";
|
|
1774
|
+
}>;
|
|
1775
|
+
}, import("zod/v4/core").$strip>;
|
|
1776
|
+
previousName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1777
|
+
generation: import("zod").ZodString;
|
|
1778
|
+
seq: import("zod").ZodNumber;
|
|
1779
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1780
|
+
kind: import("zod").ZodLiteral<"remove">;
|
|
1781
|
+
name: import("zod").ZodString;
|
|
1782
|
+
generation: import("zod").ZodString;
|
|
1783
|
+
seq: import("zod").ZodNumber;
|
|
1434
1784
|
}, import("zod/v4/core").$strip>], "kind">;
|
|
1785
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1786
|
+
type: import("zod").ZodLiteral<"workspace.label.assignment.set.response">;
|
|
1787
|
+
payload: import("zod").ZodObject<{
|
|
1788
|
+
requestId: import("zod").ZodString;
|
|
1789
|
+
label: import("zod").ZodObject<{
|
|
1790
|
+
name: import("zod").ZodString;
|
|
1791
|
+
color: import("zod").ZodEnum<{
|
|
1792
|
+
violet: "violet";
|
|
1793
|
+
sky: "sky";
|
|
1794
|
+
emerald: "emerald";
|
|
1795
|
+
orange: "orange";
|
|
1796
|
+
pink: "pink";
|
|
1797
|
+
indigo: "indigo";
|
|
1798
|
+
teal: "teal";
|
|
1799
|
+
red: "red";
|
|
1800
|
+
amber: "amber";
|
|
1801
|
+
blue: "blue";
|
|
1802
|
+
}>;
|
|
1803
|
+
}, import("zod/v4/core").$strip>;
|
|
1804
|
+
workspaceLabels: import("zod").ZodArray<import("zod").ZodString>;
|
|
1805
|
+
}, import("zod/v4/core").$strip>;
|
|
1806
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1807
|
+
type: import("zod").ZodLiteral<"workspace.label.update.response">;
|
|
1808
|
+
payload: import("zod").ZodObject<{
|
|
1809
|
+
requestId: import("zod").ZodString;
|
|
1810
|
+
label: import("zod").ZodObject<{
|
|
1811
|
+
name: import("zod").ZodString;
|
|
1812
|
+
color: import("zod").ZodEnum<{
|
|
1813
|
+
violet: "violet";
|
|
1814
|
+
sky: "sky";
|
|
1815
|
+
emerald: "emerald";
|
|
1816
|
+
orange: "orange";
|
|
1817
|
+
pink: "pink";
|
|
1818
|
+
indigo: "indigo";
|
|
1819
|
+
teal: "teal";
|
|
1820
|
+
red: "red";
|
|
1821
|
+
amber: "amber";
|
|
1822
|
+
blue: "blue";
|
|
1823
|
+
}>;
|
|
1824
|
+
}, import("zod/v4/core").$strip>;
|
|
1825
|
+
affectedWorkspaceCount: import("zod").ZodNumber;
|
|
1826
|
+
}, import("zod/v4/core").$strip>;
|
|
1827
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1828
|
+
type: import("zod").ZodLiteral<"workspace.label.delete.response">;
|
|
1829
|
+
payload: import("zod").ZodObject<{
|
|
1830
|
+
requestId: import("zod").ZodString;
|
|
1831
|
+
affectedWorkspaceCount: import("zod").ZodNumber;
|
|
1832
|
+
}, import("zod/v4/core").$strip>;
|
|
1833
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1834
|
+
type: import("zod").ZodLiteral<"workspace.label.delete.inspect.response">;
|
|
1835
|
+
payload: import("zod").ZodObject<{
|
|
1836
|
+
requestId: import("zod").ZodString;
|
|
1837
|
+
affectedWorkspaceCount: import("zod").ZodNumber;
|
|
1838
|
+
}, import("zod/v4/core").$strip>;
|
|
1435
1839
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1436
1840
|
type: import("zod").ZodLiteral<"project.update">;
|
|
1437
1841
|
payload: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
@@ -1453,17 +1857,31 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1453
1857
|
repository: "repository";
|
|
1454
1858
|
host: "host";
|
|
1455
1859
|
}>>>;
|
|
1860
|
+
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1861
|
+
repository: "repository";
|
|
1862
|
+
host: "host";
|
|
1863
|
+
}>>>;
|
|
1864
|
+
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1865
|
+
repository: "repository";
|
|
1866
|
+
host: "host";
|
|
1867
|
+
}>>>;
|
|
1456
1868
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1869
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1457
1870
|
projectRootPath: import("zod").ZodString;
|
|
1458
1871
|
projectKind: import("zod").ZodEnum<{
|
|
1459
1872
|
directory: "directory";
|
|
1460
1873
|
git: "git";
|
|
1461
1874
|
non_git: "non_git";
|
|
1462
1875
|
}>;
|
|
1876
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1463
1877
|
}, import("zod/v4/core").$strip>;
|
|
1878
|
+
generation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1879
|
+
seq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1464
1880
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1465
1881
|
kind: import("zod").ZodLiteral<"remove">;
|
|
1466
1882
|
projectId: import("zod").ZodString;
|
|
1883
|
+
generation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1884
|
+
seq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1467
1885
|
}, import("zod/v4/core").$strip>], "kind">;
|
|
1468
1886
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1469
1887
|
type: import("zod").ZodLiteral<"project.list.response">;
|
|
@@ -1486,13 +1904,41 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1486
1904
|
repository: "repository";
|
|
1487
1905
|
host: "host";
|
|
1488
1906
|
}>>>;
|
|
1907
|
+
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1908
|
+
repository: "repository";
|
|
1909
|
+
host: "host";
|
|
1910
|
+
}>>>;
|
|
1911
|
+
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1912
|
+
repository: "repository";
|
|
1913
|
+
host: "host";
|
|
1914
|
+
}>>>;
|
|
1489
1915
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1916
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1490
1917
|
projectRootPath: import("zod").ZodString;
|
|
1491
1918
|
projectKind: import("zod").ZodEnum<{
|
|
1492
1919
|
directory: "directory";
|
|
1493
1920
|
git: "git";
|
|
1494
1921
|
non_git: "non_git";
|
|
1495
1922
|
}>;
|
|
1923
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1924
|
+
}, import("zod/v4/core").$strip>>;
|
|
1925
|
+
sync: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1926
|
+
generation: import("zod").ZodString;
|
|
1927
|
+
headSeq: import("zod").ZodNumber;
|
|
1928
|
+
mode: import("zod").ZodEnum<{
|
|
1929
|
+
snapshot: "snapshot";
|
|
1930
|
+
changes: "changes";
|
|
1931
|
+
}>;
|
|
1932
|
+
reason: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1933
|
+
no_cursor: "no_cursor";
|
|
1934
|
+
generation_changed: "generation_changed";
|
|
1935
|
+
cursor_expired: "cursor_expired";
|
|
1936
|
+
changes_too_large: "changes_too_large";
|
|
1937
|
+
}>>;
|
|
1938
|
+
removals: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1939
|
+
id: import("zod").ZodString;
|
|
1940
|
+
seq: import("zod").ZodNumber;
|
|
1941
|
+
}, import("zod/v4/core").$strip>>;
|
|
1496
1942
|
}, import("zod/v4/core").$strip>>;
|
|
1497
1943
|
}, import("zod/v4/core").$strip>;
|
|
1498
1944
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
@@ -1541,8 +1987,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1541
1987
|
workspaceId: import("zod").ZodString;
|
|
1542
1988
|
status: import("zod").ZodEnum<{
|
|
1543
1989
|
running: "running";
|
|
1544
|
-
completed: "completed";
|
|
1545
1990
|
failed: "failed";
|
|
1991
|
+
completed: "completed";
|
|
1546
1992
|
}>;
|
|
1547
1993
|
detail: import("zod").ZodObject<{
|
|
1548
1994
|
type: import("zod").ZodLiteral<"worktree_setup">;
|
|
@@ -1556,8 +2002,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1556
2002
|
log: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1557
2003
|
status: import("zod").ZodEnum<{
|
|
1558
2004
|
running: "running";
|
|
1559
|
-
completed: "completed";
|
|
1560
2005
|
failed: "failed";
|
|
2006
|
+
completed: "completed";
|
|
1561
2007
|
}>;
|
|
1562
2008
|
exitCode: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1563
2009
|
durationMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -1574,8 +2020,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1574
2020
|
snapshot: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1575
2021
|
status: import("zod").ZodEnum<{
|
|
1576
2022
|
running: "running";
|
|
1577
|
-
completed: "completed";
|
|
1578
2023
|
failed: "failed";
|
|
2024
|
+
completed: "completed";
|
|
1579
2025
|
}>;
|
|
1580
2026
|
detail: import("zod").ZodObject<{
|
|
1581
2027
|
type: import("zod").ZodLiteral<"worktree_setup">;
|
|
@@ -1589,8 +2035,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1589
2035
|
log: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1590
2036
|
status: import("zod").ZodEnum<{
|
|
1591
2037
|
running: "running";
|
|
1592
|
-
completed: "completed";
|
|
1593
2038
|
failed: "failed";
|
|
2039
|
+
completed: "completed";
|
|
1594
2040
|
}>;
|
|
1595
2041
|
exitCode: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1596
2042
|
durationMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -1633,6 +2079,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1633
2079
|
type: import("zod").ZodLiteral<"timeline">;
|
|
1634
2080
|
provider: import("zod").ZodString;
|
|
1635
2081
|
item: import("zod").ZodType<import("../agent-types.js").AgentTimelineItem, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentTimelineItem, unknown>>;
|
|
2082
|
+
turnId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1636
2083
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1637
2084
|
type: import("zod").ZodLiteral<"permission_requested">;
|
|
1638
2085
|
provider: import("zod").ZodString;
|
|
@@ -1675,9 +2122,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1675
2122
|
provider: import("zod").ZodString;
|
|
1676
2123
|
info: import("zod").ZodObject<{
|
|
1677
2124
|
status: import("zod").ZodEnum<{
|
|
2125
|
+
allowed: "allowed";
|
|
1678
2126
|
warning: "warning";
|
|
1679
2127
|
rejected: "rejected";
|
|
1680
|
-
allowed: "allowed";
|
|
1681
2128
|
}>;
|
|
1682
2129
|
utilizationPercent: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1683
2130
|
limitType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2012,12 +2459,31 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2012
2459
|
length: import("zod").ZodNumber;
|
|
2013
2460
|
}, import("zod/v4/core").$strip>>;
|
|
2014
2461
|
}, import("zod/v4/core").$strip>>>;
|
|
2462
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2015
2463
|
}, import("zod/v4/core").$strip>>;
|
|
2016
2464
|
pageInfo: import("zod").ZodObject<{
|
|
2017
2465
|
nextCursor: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2018
2466
|
prevCursor: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2019
2467
|
hasMore: import("zod").ZodBoolean;
|
|
2020
2468
|
}, import("zod/v4/core").$strip>;
|
|
2469
|
+
sync: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2470
|
+
generation: import("zod").ZodString;
|
|
2471
|
+
headSeq: import("zod").ZodNumber;
|
|
2472
|
+
mode: import("zod").ZodEnum<{
|
|
2473
|
+
snapshot: "snapshot";
|
|
2474
|
+
changes: "changes";
|
|
2475
|
+
}>;
|
|
2476
|
+
reason: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2477
|
+
no_cursor: "no_cursor";
|
|
2478
|
+
generation_changed: "generation_changed";
|
|
2479
|
+
cursor_expired: "cursor_expired";
|
|
2480
|
+
changes_too_large: "changes_too_large";
|
|
2481
|
+
}>>;
|
|
2482
|
+
removals: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2483
|
+
id: import("zod").ZodString;
|
|
2484
|
+
seq: import("zod").ZodNumber;
|
|
2485
|
+
}, import("zod/v4/core").$strip>>;
|
|
2486
|
+
}, import("zod/v4/core").$strip>>;
|
|
2021
2487
|
}, import("zod/v4/core").$strip>;
|
|
2022
2488
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
2023
2489
|
type: import("zod").ZodLiteral<"fetch_agent_history_response">;
|
|
@@ -2225,6 +2691,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2225
2691
|
length: import("zod").ZodNumber;
|
|
2226
2692
|
}, import("zod/v4/core").$strip>>;
|
|
2227
2693
|
}, import("zod/v4/core").$strip>>>;
|
|
2694
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2228
2695
|
}, import("zod/v4/core").$strip>>;
|
|
2229
2696
|
pageInfo: import("zod").ZodObject<{
|
|
2230
2697
|
nextCursor: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -2285,11 +2752,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2285
2752
|
name: import("zod").ZodString;
|
|
2286
2753
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2287
2754
|
pinnedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2755
|
+
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
2288
2756
|
archivingAt: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
2289
2757
|
status: import("zod").ZodEnum<{
|
|
2290
2758
|
running: "running";
|
|
2291
|
-
done: "done";
|
|
2292
2759
|
failed: "failed";
|
|
2760
|
+
done: "done";
|
|
2293
2761
|
attention: "attention";
|
|
2294
2762
|
needs_input: "needs_input";
|
|
2295
2763
|
}>;
|
|
@@ -2473,6 +2941,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2473
2941
|
worktreeRoot?: string | undefined;
|
|
2474
2942
|
}>>]>;
|
|
2475
2943
|
}, import("zod/v4/core").$strip>>;
|
|
2944
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2476
2945
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
2477
2946
|
workspaceDirectory: string;
|
|
2478
2947
|
id: string;
|
|
@@ -2483,7 +2952,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2483
2952
|
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
2484
2953
|
name: string;
|
|
2485
2954
|
archivingAt: string | null;
|
|
2486
|
-
status: "running" | "
|
|
2955
|
+
status: "running" | "failed" | "done" | "attention" | "needs_input";
|
|
2487
2956
|
statusEnteredAt: string | null;
|
|
2488
2957
|
activityAt: string | null;
|
|
2489
2958
|
scripts: {
|
|
@@ -2517,6 +2986,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2517
2986
|
worktreeSlug?: string | undefined;
|
|
2518
2987
|
title?: string | null | undefined;
|
|
2519
2988
|
pinnedAt?: string | null | undefined;
|
|
2989
|
+
labels?: string[] | undefined;
|
|
2520
2990
|
diffStat?: {
|
|
2521
2991
|
additions: number;
|
|
2522
2992
|
deletions: number;
|
|
@@ -2599,6 +3069,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2599
3069
|
};
|
|
2600
3070
|
workspaceName?: string | null | undefined;
|
|
2601
3071
|
} | undefined;
|
|
3072
|
+
syncSeq?: number | undefined;
|
|
2602
3073
|
}, {
|
|
2603
3074
|
id: string;
|
|
2604
3075
|
projectId: string;
|
|
@@ -2608,7 +3079,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2608
3079
|
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
2609
3080
|
name: string;
|
|
2610
3081
|
archivingAt: string | null;
|
|
2611
|
-
status: "running" | "
|
|
3082
|
+
status: "running" | "failed" | "done" | "attention" | "needs_input";
|
|
2612
3083
|
statusEnteredAt: string | null;
|
|
2613
3084
|
activityAt: string | null;
|
|
2614
3085
|
scripts: {
|
|
@@ -2643,6 +3114,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2643
3114
|
worktreeSlug?: string | undefined;
|
|
2644
3115
|
title?: string | null | undefined;
|
|
2645
3116
|
pinnedAt?: string | null | undefined;
|
|
3117
|
+
labels?: string[] | undefined;
|
|
2646
3118
|
diffStat?: {
|
|
2647
3119
|
additions: number;
|
|
2648
3120
|
deletions: number;
|
|
@@ -2725,6 +3197,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2725
3197
|
};
|
|
2726
3198
|
workspaceName?: string | null | undefined;
|
|
2727
3199
|
} | undefined;
|
|
3200
|
+
syncSeq?: number | undefined;
|
|
2728
3201
|
}>>>;
|
|
2729
3202
|
emptyProjects: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2730
3203
|
projectId: import("zod").ZodString;
|
|
@@ -2743,19 +3216,47 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2743
3216
|
repository: "repository";
|
|
2744
3217
|
host: "host";
|
|
2745
3218
|
}>>>;
|
|
3219
|
+
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3220
|
+
repository: "repository";
|
|
3221
|
+
host: "host";
|
|
3222
|
+
}>>>;
|
|
3223
|
+
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3224
|
+
repository: "repository";
|
|
3225
|
+
host: "host";
|
|
3226
|
+
}>>>;
|
|
2746
3227
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3228
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2747
3229
|
projectRootPath: import("zod").ZodString;
|
|
2748
3230
|
projectKind: import("zod").ZodEnum<{
|
|
2749
3231
|
directory: "directory";
|
|
2750
3232
|
git: "git";
|
|
2751
3233
|
non_git: "non_git";
|
|
2752
3234
|
}>;
|
|
3235
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2753
3236
|
}, import("zod/v4/core").$strip>>>>;
|
|
2754
3237
|
pageInfo: import("zod").ZodObject<{
|
|
2755
3238
|
nextCursor: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2756
3239
|
prevCursor: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2757
3240
|
hasMore: import("zod").ZodBoolean;
|
|
2758
3241
|
}, import("zod/v4/core").$strip>;
|
|
3242
|
+
sync: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3243
|
+
generation: import("zod").ZodString;
|
|
3244
|
+
headSeq: import("zod").ZodNumber;
|
|
3245
|
+
mode: import("zod").ZodEnum<{
|
|
3246
|
+
snapshot: "snapshot";
|
|
3247
|
+
changes: "changes";
|
|
3248
|
+
}>;
|
|
3249
|
+
reason: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
3250
|
+
no_cursor: "no_cursor";
|
|
3251
|
+
generation_changed: "generation_changed";
|
|
3252
|
+
cursor_expired: "cursor_expired";
|
|
3253
|
+
changes_too_large: "changes_too_large";
|
|
3254
|
+
}>>;
|
|
3255
|
+
removals: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3256
|
+
id: import("zod").ZodString;
|
|
3257
|
+
seq: import("zod").ZodNumber;
|
|
3258
|
+
}, import("zod/v4/core").$strip>>;
|
|
3259
|
+
}, import("zod/v4/core").$strip>>;
|
|
2759
3260
|
}, import("zod/v4/core").$strip>;
|
|
2760
3261
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
2761
3262
|
type: import("zod").ZodLiteral<"project.add.response">;
|
|
@@ -2778,13 +3279,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2778
3279
|
repository: "repository";
|
|
2779
3280
|
host: "host";
|
|
2780
3281
|
}>>>;
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
3282
|
+
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3283
|
+
repository: "repository";
|
|
3284
|
+
host: "host";
|
|
3285
|
+
}>>>;
|
|
3286
|
+
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3287
|
+
repository: "repository";
|
|
3288
|
+
host: "host";
|
|
3289
|
+
}>>>;
|
|
3290
|
+
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3291
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3292
|
+
projectRootPath: import("zod").ZodString;
|
|
3293
|
+
projectKind: import("zod").ZodEnum<{
|
|
2784
3294
|
directory: "directory";
|
|
2785
3295
|
git: "git";
|
|
2786
3296
|
non_git: "non_git";
|
|
2787
3297
|
}>;
|
|
3298
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2788
3299
|
}, import("zod/v4/core").$strip>>;
|
|
2789
3300
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2790
3301
|
errorCode: import("zod").ZodCatch<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
@@ -2812,13 +3323,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2812
3323
|
repository: "repository";
|
|
2813
3324
|
host: "host";
|
|
2814
3325
|
}>>>;
|
|
3326
|
+
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3327
|
+
repository: "repository";
|
|
3328
|
+
host: "host";
|
|
3329
|
+
}>>>;
|
|
3330
|
+
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3331
|
+
repository: "repository";
|
|
3332
|
+
host: "host";
|
|
3333
|
+
}>>>;
|
|
2815
3334
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3335
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2816
3336
|
projectRootPath: import("zod").ZodString;
|
|
2817
3337
|
projectKind: import("zod").ZodEnum<{
|
|
2818
3338
|
directory: "directory";
|
|
2819
3339
|
git: "git";
|
|
2820
3340
|
non_git: "non_git";
|
|
2821
3341
|
}>;
|
|
3342
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2822
3343
|
}, import("zod/v4/core").$strip>>;
|
|
2823
3344
|
path: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2824
3345
|
remoteUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -2838,8 +3359,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2838
3359
|
id: import("zod").ZodString;
|
|
2839
3360
|
status: import("zod").ZodEnum<{
|
|
2840
3361
|
running: "running";
|
|
2841
|
-
done: "done";
|
|
2842
3362
|
failed: "failed";
|
|
3363
|
+
done: "done";
|
|
2843
3364
|
skipped: "skipped";
|
|
2844
3365
|
}>;
|
|
2845
3366
|
detail: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -2852,8 +3373,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2852
3373
|
step: import("zod").ZodString;
|
|
2853
3374
|
status: import("zod").ZodEnum<{
|
|
2854
3375
|
running: "running";
|
|
2855
|
-
done: "done";
|
|
2856
3376
|
failed: "failed";
|
|
3377
|
+
done: "done";
|
|
2857
3378
|
skipped: "skipped";
|
|
2858
3379
|
}>;
|
|
2859
3380
|
detail: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -2880,13 +3401,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2880
3401
|
repository: "repository";
|
|
2881
3402
|
host: "host";
|
|
2882
3403
|
}>>>;
|
|
3404
|
+
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3405
|
+
repository: "repository";
|
|
3406
|
+
host: "host";
|
|
3407
|
+
}>>>;
|
|
3408
|
+
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3409
|
+
repository: "repository";
|
|
3410
|
+
host: "host";
|
|
3411
|
+
}>>>;
|
|
2883
3412
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3413
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2884
3414
|
projectRootPath: import("zod").ZodString;
|
|
2885
3415
|
projectKind: import("zod").ZodEnum<{
|
|
2886
3416
|
directory: "directory";
|
|
2887
3417
|
git: "git";
|
|
2888
3418
|
non_git: "non_git";
|
|
2889
3419
|
}>;
|
|
3420
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2890
3421
|
}, import("zod/v4/core").$strip>>;
|
|
2891
3422
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2892
3423
|
errorCode: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -2926,11 +3457,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2926
3457
|
name: import("zod").ZodString;
|
|
2927
3458
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2928
3459
|
pinnedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3460
|
+
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
2929
3461
|
archivingAt: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
2930
3462
|
status: import("zod").ZodEnum<{
|
|
2931
3463
|
running: "running";
|
|
2932
|
-
done: "done";
|
|
2933
3464
|
failed: "failed";
|
|
3465
|
+
done: "done";
|
|
2934
3466
|
attention: "attention";
|
|
2935
3467
|
needs_input: "needs_input";
|
|
2936
3468
|
}>;
|
|
@@ -3114,6 +3646,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3114
3646
|
worktreeRoot?: string | undefined;
|
|
3115
3647
|
}>>]>;
|
|
3116
3648
|
}, import("zod/v4/core").$strip>>;
|
|
3649
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3117
3650
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
3118
3651
|
workspaceDirectory: string;
|
|
3119
3652
|
id: string;
|
|
@@ -3124,7 +3657,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3124
3657
|
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
3125
3658
|
name: string;
|
|
3126
3659
|
archivingAt: string | null;
|
|
3127
|
-
status: "running" | "
|
|
3660
|
+
status: "running" | "failed" | "done" | "attention" | "needs_input";
|
|
3128
3661
|
statusEnteredAt: string | null;
|
|
3129
3662
|
activityAt: string | null;
|
|
3130
3663
|
scripts: {
|
|
@@ -3158,6 +3691,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3158
3691
|
worktreeSlug?: string | undefined;
|
|
3159
3692
|
title?: string | null | undefined;
|
|
3160
3693
|
pinnedAt?: string | null | undefined;
|
|
3694
|
+
labels?: string[] | undefined;
|
|
3161
3695
|
diffStat?: {
|
|
3162
3696
|
additions: number;
|
|
3163
3697
|
deletions: number;
|
|
@@ -3240,6 +3774,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3240
3774
|
};
|
|
3241
3775
|
workspaceName?: string | null | undefined;
|
|
3242
3776
|
} | undefined;
|
|
3777
|
+
syncSeq?: number | undefined;
|
|
3243
3778
|
}, {
|
|
3244
3779
|
id: string;
|
|
3245
3780
|
projectId: string;
|
|
@@ -3249,7 +3784,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3249
3784
|
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
3250
3785
|
name: string;
|
|
3251
3786
|
archivingAt: string | null;
|
|
3252
|
-
status: "running" | "
|
|
3787
|
+
status: "running" | "failed" | "done" | "attention" | "needs_input";
|
|
3253
3788
|
statusEnteredAt: string | null;
|
|
3254
3789
|
activityAt: string | null;
|
|
3255
3790
|
scripts: {
|
|
@@ -3284,6 +3819,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3284
3819
|
worktreeSlug?: string | undefined;
|
|
3285
3820
|
title?: string | null | undefined;
|
|
3286
3821
|
pinnedAt?: string | null | undefined;
|
|
3822
|
+
labels?: string[] | undefined;
|
|
3287
3823
|
diffStat?: {
|
|
3288
3824
|
additions: number;
|
|
3289
3825
|
deletions: number;
|
|
@@ -3366,6 +3902,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3366
3902
|
};
|
|
3367
3903
|
workspaceName?: string | null | undefined;
|
|
3368
3904
|
} | undefined;
|
|
3905
|
+
syncSeq?: number | undefined;
|
|
3369
3906
|
}>>>;
|
|
3370
3907
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3371
3908
|
errorCode: import("zod").ZodCatch<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
@@ -3471,13 +4008,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3471
4008
|
repository: "repository";
|
|
3472
4009
|
host: "host";
|
|
3473
4010
|
}>>>;
|
|
4011
|
+
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
4012
|
+
repository: "repository";
|
|
4013
|
+
host: "host";
|
|
4014
|
+
}>>>;
|
|
4015
|
+
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
4016
|
+
repository: "repository";
|
|
4017
|
+
host: "host";
|
|
4018
|
+
}>>>;
|
|
3474
4019
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4020
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3475
4021
|
projectRootPath: import("zod").ZodString;
|
|
3476
4022
|
projectKind: import("zod").ZodEnum<{
|
|
3477
4023
|
directory: "directory";
|
|
3478
4024
|
git: "git";
|
|
3479
4025
|
non_git: "non_git";
|
|
3480
4026
|
}>;
|
|
4027
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3481
4028
|
}, import("zod/v4/core").$strip>>;
|
|
3482
4029
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3483
4030
|
}, import("zod/v4/core").$strip>;
|
|
@@ -3799,11 +4346,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3799
4346
|
name: import("zod").ZodString;
|
|
3800
4347
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3801
4348
|
pinnedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4349
|
+
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3802
4350
|
archivingAt: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
3803
4351
|
status: import("zod").ZodEnum<{
|
|
3804
4352
|
running: "running";
|
|
3805
|
-
done: "done";
|
|
3806
4353
|
failed: "failed";
|
|
4354
|
+
done: "done";
|
|
3807
4355
|
attention: "attention";
|
|
3808
4356
|
needs_input: "needs_input";
|
|
3809
4357
|
}>;
|
|
@@ -3987,6 +4535,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3987
4535
|
worktreeRoot?: string | undefined;
|
|
3988
4536
|
}>>]>;
|
|
3989
4537
|
}, import("zod/v4/core").$strip>>;
|
|
4538
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3990
4539
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
3991
4540
|
workspaceDirectory: string;
|
|
3992
4541
|
id: string;
|
|
@@ -3997,7 +4546,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3997
4546
|
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
3998
4547
|
name: string;
|
|
3999
4548
|
archivingAt: string | null;
|
|
4000
|
-
status: "running" | "
|
|
4549
|
+
status: "running" | "failed" | "done" | "attention" | "needs_input";
|
|
4001
4550
|
statusEnteredAt: string | null;
|
|
4002
4551
|
activityAt: string | null;
|
|
4003
4552
|
scripts: {
|
|
@@ -4031,6 +4580,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4031
4580
|
worktreeSlug?: string | undefined;
|
|
4032
4581
|
title?: string | null | undefined;
|
|
4033
4582
|
pinnedAt?: string | null | undefined;
|
|
4583
|
+
labels?: string[] | undefined;
|
|
4034
4584
|
diffStat?: {
|
|
4035
4585
|
additions: number;
|
|
4036
4586
|
deletions: number;
|
|
@@ -4113,6 +4663,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4113
4663
|
};
|
|
4114
4664
|
workspaceName?: string | null | undefined;
|
|
4115
4665
|
} | undefined;
|
|
4666
|
+
syncSeq?: number | undefined;
|
|
4116
4667
|
}, {
|
|
4117
4668
|
id: string;
|
|
4118
4669
|
projectId: string;
|
|
@@ -4122,7 +4673,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4122
4673
|
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
4123
4674
|
name: string;
|
|
4124
4675
|
archivingAt: string | null;
|
|
4125
|
-
status: "running" | "
|
|
4676
|
+
status: "running" | "failed" | "done" | "attention" | "needs_input";
|
|
4126
4677
|
statusEnteredAt: string | null;
|
|
4127
4678
|
activityAt: string | null;
|
|
4128
4679
|
scripts: {
|
|
@@ -4157,6 +4708,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4157
4708
|
worktreeSlug?: string | undefined;
|
|
4158
4709
|
title?: string | null | undefined;
|
|
4159
4710
|
pinnedAt?: string | null | undefined;
|
|
4711
|
+
labels?: string[] | undefined;
|
|
4160
4712
|
diffStat?: {
|
|
4161
4713
|
additions: number;
|
|
4162
4714
|
deletions: number;
|
|
@@ -4239,6 +4791,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4239
4791
|
};
|
|
4240
4792
|
workspaceName?: string | null | undefined;
|
|
4241
4793
|
} | undefined;
|
|
4794
|
+
syncSeq?: number | undefined;
|
|
4242
4795
|
}>>>;
|
|
4243
4796
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4244
4797
|
}, import("zod/v4/core").$strip>;
|
|
@@ -4580,9 +5133,18 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4580
5133
|
hasOlder: import("zod").ZodBoolean;
|
|
4581
5134
|
hasNewer: import("zod").ZodBoolean;
|
|
4582
5135
|
mergeWindow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5136
|
+
promptIndex: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
5137
|
+
epoch: import("zod").ZodString;
|
|
5138
|
+
prompts: import("zod").ZodArray<import("zod").ZodObject<{
|
|
5139
|
+
seq: import("zod").ZodNumber;
|
|
5140
|
+
timestamp: import("zod").ZodString;
|
|
5141
|
+
preview: import("zod").ZodString;
|
|
5142
|
+
}, import("zod/v4/core").$strip>>;
|
|
5143
|
+
}, import("zod/v4/core").$strip>>;
|
|
4583
5144
|
entries: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4584
5145
|
provider: import("zod").ZodString;
|
|
4585
5146
|
item: import("zod").ZodType<import("../agent-types.js").AgentTimelineItem, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentTimelineItem, unknown>>;
|
|
5147
|
+
turnId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4586
5148
|
timestamp: import("zod").ZodString;
|
|
4587
5149
|
seqStart: import("zod").ZodNumber;
|
|
4588
5150
|
seqEnd: import("zod").ZodNumber;
|
|
@@ -4601,15 +5163,15 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4601
5163
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4602
5164
|
type: import("zod").ZodLiteral<"agent.timeline.list_prompts.response">;
|
|
4603
5165
|
payload: import("zod").ZodObject<{
|
|
4604
|
-
|
|
4605
|
-
agentId: import("zod").ZodString;
|
|
5166
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4606
5167
|
epoch: import("zod").ZodString;
|
|
4607
5168
|
prompts: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4608
5169
|
seq: import("zod").ZodNumber;
|
|
4609
5170
|
timestamp: import("zod").ZodString;
|
|
4610
5171
|
preview: import("zod").ZodString;
|
|
4611
5172
|
}, import("zod/v4/core").$strip>>;
|
|
4612
|
-
|
|
5173
|
+
requestId: import("zod").ZodString;
|
|
5174
|
+
agentId: import("zod").ZodString;
|
|
4613
5175
|
}, import("zod/v4/core").$strip>;
|
|
4614
5176
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4615
5177
|
type: import("zod").ZodLiteral<"agent.provider_subagents.list.response">;
|
|
@@ -4624,8 +5186,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4624
5186
|
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4625
5187
|
status: import("zod").ZodEnum<{
|
|
4626
5188
|
running: "running";
|
|
4627
|
-
completed: "completed";
|
|
4628
5189
|
failed: "failed";
|
|
5190
|
+
completed: "completed";
|
|
4629
5191
|
canceled: "canceled";
|
|
4630
5192
|
}>;
|
|
4631
5193
|
createdAt: import("zod").ZodString;
|
|
@@ -4678,8 +5240,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4678
5240
|
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4679
5241
|
status: import("zod").ZodEnum<{
|
|
4680
5242
|
running: "running";
|
|
4681
|
-
completed: "completed";
|
|
4682
5243
|
failed: "failed";
|
|
5244
|
+
completed: "completed";
|
|
4683
5245
|
canceled: "canceled";
|
|
4684
5246
|
}>;
|
|
4685
5247
|
createdAt: import("zod").ZodString;
|
|
@@ -4745,18 +5307,45 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4745
5307
|
contextKind: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4746
5308
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4747
5309
|
text: import("zod").ZodString;
|
|
5310
|
+
externalResource: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
5311
|
+
provider: import("zod").ZodString;
|
|
5312
|
+
providerLabel: import("zod").ZodString;
|
|
5313
|
+
resourceType: import("zod").ZodString;
|
|
5314
|
+
id: import("zod").ZodString;
|
|
5315
|
+
identifier: import("zod").ZodString;
|
|
5316
|
+
title: import("zod").ZodString;
|
|
5317
|
+
url: import("zod").ZodString;
|
|
5318
|
+
}, import("zod/v4/core").$strip>>;
|
|
4748
5319
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
4749
5320
|
contextKind?: string | undefined;
|
|
4750
5321
|
type: "text";
|
|
4751
5322
|
mimeType: "text/plain";
|
|
4752
5323
|
text: string;
|
|
4753
5324
|
title?: string | null | undefined;
|
|
5325
|
+
externalResource?: {
|
|
5326
|
+
provider: string;
|
|
5327
|
+
providerLabel: string;
|
|
5328
|
+
resourceType: string;
|
|
5329
|
+
id: string;
|
|
5330
|
+
identifier: string;
|
|
5331
|
+
title: string;
|
|
5332
|
+
url: string;
|
|
5333
|
+
} | undefined;
|
|
4754
5334
|
}, {
|
|
4755
5335
|
type: "text";
|
|
4756
5336
|
mimeType: "text/plain";
|
|
4757
5337
|
text: string;
|
|
4758
5338
|
contextKind?: string | undefined;
|
|
4759
5339
|
title?: string | null | undefined;
|
|
5340
|
+
externalResource?: {
|
|
5341
|
+
provider: string;
|
|
5342
|
+
providerLabel: string;
|
|
5343
|
+
resourceType: string;
|
|
5344
|
+
id: string;
|
|
5345
|
+
identifier: string;
|
|
5346
|
+
title: string;
|
|
5347
|
+
url: string;
|
|
5348
|
+
} | undefined;
|
|
4760
5349
|
}>>>;
|
|
4761
5350
|
itemCount: import("zod").ZodNumber;
|
|
4762
5351
|
boundaryMessageId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -5034,11 +5623,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5034
5623
|
name: import("zod").ZodString;
|
|
5035
5624
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5036
5625
|
pinnedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5626
|
+
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5037
5627
|
archivingAt: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
5038
5628
|
status: import("zod").ZodEnum<{
|
|
5039
5629
|
running: "running";
|
|
5040
|
-
done: "done";
|
|
5041
5630
|
failed: "failed";
|
|
5631
|
+
done: "done";
|
|
5042
5632
|
attention: "attention";
|
|
5043
5633
|
needs_input: "needs_input";
|
|
5044
5634
|
}>;
|
|
@@ -5222,6 +5812,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5222
5812
|
worktreeRoot?: string | undefined;
|
|
5223
5813
|
}>>]>;
|
|
5224
5814
|
}, import("zod/v4/core").$strip>>;
|
|
5815
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5225
5816
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
5226
5817
|
workspaceDirectory: string;
|
|
5227
5818
|
id: string;
|
|
@@ -5232,7 +5823,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5232
5823
|
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
5233
5824
|
name: string;
|
|
5234
5825
|
archivingAt: string | null;
|
|
5235
|
-
status: "running" | "
|
|
5826
|
+
status: "running" | "failed" | "done" | "attention" | "needs_input";
|
|
5236
5827
|
statusEnteredAt: string | null;
|
|
5237
5828
|
activityAt: string | null;
|
|
5238
5829
|
scripts: {
|
|
@@ -5266,6 +5857,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5266
5857
|
worktreeSlug?: string | undefined;
|
|
5267
5858
|
title?: string | null | undefined;
|
|
5268
5859
|
pinnedAt?: string | null | undefined;
|
|
5860
|
+
labels?: string[] | undefined;
|
|
5269
5861
|
diffStat?: {
|
|
5270
5862
|
additions: number;
|
|
5271
5863
|
deletions: number;
|
|
@@ -5348,6 +5940,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5348
5940
|
};
|
|
5349
5941
|
workspaceName?: string | null | undefined;
|
|
5350
5942
|
} | undefined;
|
|
5943
|
+
syncSeq?: number | undefined;
|
|
5351
5944
|
}, {
|
|
5352
5945
|
id: string;
|
|
5353
5946
|
projectId: string;
|
|
@@ -5357,7 +5950,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5357
5950
|
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
5358
5951
|
name: string;
|
|
5359
5952
|
archivingAt: string | null;
|
|
5360
|
-
status: "running" | "
|
|
5953
|
+
status: "running" | "failed" | "done" | "attention" | "needs_input";
|
|
5361
5954
|
statusEnteredAt: string | null;
|
|
5362
5955
|
activityAt: string | null;
|
|
5363
5956
|
scripts: {
|
|
@@ -5392,6 +5985,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5392
5985
|
worktreeSlug?: string | undefined;
|
|
5393
5986
|
title?: string | null | undefined;
|
|
5394
5987
|
pinnedAt?: string | null | undefined;
|
|
5988
|
+
labels?: string[] | undefined;
|
|
5395
5989
|
diffStat?: {
|
|
5396
5990
|
additions: number;
|
|
5397
5991
|
deletions: number;
|
|
@@ -5474,6 +6068,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5474
6068
|
};
|
|
5475
6069
|
workspaceName?: string | null | undefined;
|
|
5476
6070
|
} | undefined;
|
|
6071
|
+
syncSeq?: number | undefined;
|
|
5477
6072
|
}>>>;
|
|
5478
6073
|
setupTerminalId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
5479
6074
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -5548,6 +6143,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5548
6143
|
qr: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5549
6144
|
relayEnabled: import("zod").ZodBoolean;
|
|
5550
6145
|
}, import("zod/v4/core").$loose>;
|
|
6146
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
6147
|
+
type: import("zod").ZodLiteral<"daemon.config.reload.response">;
|
|
6148
|
+
payload: import("zod").ZodObject<{
|
|
6149
|
+
requestId: import("zod").ZodString;
|
|
6150
|
+
appliedPaths: import("zod").ZodArray<import("zod").ZodString>;
|
|
6151
|
+
restartRequiredPaths: import("zod").ZodArray<import("zod").ZodString>;
|
|
6152
|
+
overrideControlledPaths: import("zod").ZodArray<import("zod").ZodString>;
|
|
6153
|
+
}, import("zod/v4/core").$loose>;
|
|
5551
6154
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
5552
6155
|
type: import("zod").ZodLiteral<"hub.management.daemon.connect.response">;
|
|
5553
6156
|
payload: import("zod").ZodObject<{
|
|
@@ -5624,10 +6227,24 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5624
6227
|
enabled: import("zod").ZodBoolean;
|
|
5625
6228
|
}, import("zod/v4/core").$loose>>;
|
|
5626
6229
|
mcp: import("zod").ZodObject<{
|
|
6230
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5627
6231
|
injectIntoAgents: import("zod").ZodBoolean;
|
|
5628
6232
|
toolGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5629
6233
|
toolGroupsV2: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5630
6234
|
}, import("zod/v4/core").$loose>;
|
|
6235
|
+
hostnames: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<true>, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
6236
|
+
cors: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6237
|
+
allowedOrigins: import("zod").ZodArray<import("zod").ZodString>;
|
|
6238
|
+
}, import("zod/v4/core").$loose>>;
|
|
6239
|
+
trustedProxies: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<true>, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
6240
|
+
git: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6241
|
+
maxProcessesPerSecond: import("zod").ZodNumber;
|
|
6242
|
+
maxProcessConcurrency: import("zod").ZodNumber;
|
|
6243
|
+
}, import("zod/v4/core").$strip>>;
|
|
6244
|
+
app: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6245
|
+
baseUrl: import("zod").ZodString;
|
|
6246
|
+
}, import("zod/v4/core").$strip>>;
|
|
6247
|
+
catalogRefreshTimeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5631
6248
|
browserTools: import("zod").ZodDefault<import("zod").ZodObject<{
|
|
5632
6249
|
enabled: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
5633
6250
|
}, import("zod/v4/core").$loose>>;
|
|
@@ -5918,6 +6535,18 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5918
6535
|
host: "host";
|
|
5919
6536
|
}>>;
|
|
5920
6537
|
}, import("zod/v4/core").$loose>>;
|
|
6538
|
+
projectArtifacts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6539
|
+
defaultStoreLocation: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
6540
|
+
repository: "repository";
|
|
6541
|
+
host: "host";
|
|
6542
|
+
}>>;
|
|
6543
|
+
}, import("zod/v4/core").$loose>>;
|
|
6544
|
+
projectWorkflows: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6545
|
+
defaultStoreLocation: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
6546
|
+
repository: "repository";
|
|
6547
|
+
host: "host";
|
|
6548
|
+
}>>;
|
|
6549
|
+
}, import("zod/v4/core").$loose>>;
|
|
5921
6550
|
agentProfiles: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
5922
6551
|
id: import("zod").ZodString;
|
|
5923
6552
|
name: import("zod").ZodString;
|
|
@@ -5950,6 +6579,20 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5950
6579
|
}, import("zod/v4/core").$loose>>;
|
|
5951
6580
|
memoryEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5952
6581
|
}, import("zod/v4/core").$loose>>>;
|
|
6582
|
+
skills: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6583
|
+
selection: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
6584
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
6585
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
6586
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
6587
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
6588
|
+
}, import("zod/v4/core").$strict>], "mode">>;
|
|
6589
|
+
}, import("zod/v4/core").$strict>>;
|
|
6590
|
+
pluginsEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6591
|
+
plugins: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
6592
|
+
source: import("zod").ZodLiteral<"directory">;
|
|
6593
|
+
path: import("zod").ZodString;
|
|
6594
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6595
|
+
}, import("zod/v4/core").$strict>], "source">>>;
|
|
5953
6596
|
}, import("zod/v4/core").$loose>;
|
|
5954
6597
|
}, import("zod/v4/core").$loose>;
|
|
5955
6598
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
@@ -5961,10 +6604,24 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5961
6604
|
enabled: import("zod").ZodBoolean;
|
|
5962
6605
|
}, import("zod/v4/core").$loose>>;
|
|
5963
6606
|
mcp: import("zod").ZodObject<{
|
|
6607
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5964
6608
|
injectIntoAgents: import("zod").ZodBoolean;
|
|
5965
6609
|
toolGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5966
6610
|
toolGroupsV2: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5967
6611
|
}, import("zod/v4/core").$loose>;
|
|
6612
|
+
hostnames: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<true>, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
6613
|
+
cors: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6614
|
+
allowedOrigins: import("zod").ZodArray<import("zod").ZodString>;
|
|
6615
|
+
}, import("zod/v4/core").$loose>>;
|
|
6616
|
+
trustedProxies: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<true>, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
6617
|
+
git: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6618
|
+
maxProcessesPerSecond: import("zod").ZodNumber;
|
|
6619
|
+
maxProcessConcurrency: import("zod").ZodNumber;
|
|
6620
|
+
}, import("zod/v4/core").$strip>>;
|
|
6621
|
+
app: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6622
|
+
baseUrl: import("zod").ZodString;
|
|
6623
|
+
}, import("zod/v4/core").$strip>>;
|
|
6624
|
+
catalogRefreshTimeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5968
6625
|
browserTools: import("zod").ZodDefault<import("zod").ZodObject<{
|
|
5969
6626
|
enabled: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
5970
6627
|
}, import("zod/v4/core").$loose>>;
|
|
@@ -6255,6 +6912,18 @@ export declare const WSOutboundMessageSchema: {
|
|
|
6255
6912
|
host: "host";
|
|
6256
6913
|
}>>;
|
|
6257
6914
|
}, import("zod/v4/core").$loose>>;
|
|
6915
|
+
projectArtifacts: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6916
|
+
defaultStoreLocation: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
6917
|
+
repository: "repository";
|
|
6918
|
+
host: "host";
|
|
6919
|
+
}>>;
|
|
6920
|
+
}, import("zod/v4/core").$loose>>;
|
|
6921
|
+
projectWorkflows: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6922
|
+
defaultStoreLocation: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
6923
|
+
repository: "repository";
|
|
6924
|
+
host: "host";
|
|
6925
|
+
}>>;
|
|
6926
|
+
}, import("zod/v4/core").$loose>>;
|
|
6258
6927
|
agentProfiles: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
6259
6928
|
id: import("zod").ZodString;
|
|
6260
6929
|
name: import("zod").ZodString;
|
|
@@ -6287,6 +6956,20 @@ export declare const WSOutboundMessageSchema: {
|
|
|
6287
6956
|
}, import("zod/v4/core").$loose>>;
|
|
6288
6957
|
memoryEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6289
6958
|
}, import("zod/v4/core").$loose>>>;
|
|
6959
|
+
skills: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6960
|
+
selection: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
6961
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
6962
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
6963
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
6964
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
6965
|
+
}, import("zod/v4/core").$strict>], "mode">>;
|
|
6966
|
+
}, import("zod/v4/core").$strict>>;
|
|
6967
|
+
pluginsEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6968
|
+
plugins: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
6969
|
+
source: import("zod").ZodLiteral<"directory">;
|
|
6970
|
+
path: import("zod").ZodString;
|
|
6971
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6972
|
+
}, import("zod/v4/core").$strict>], "source">>>;
|
|
6290
6973
|
}, import("zod/v4/core").$loose>;
|
|
6291
6974
|
}, import("zod/v4/core").$loose>;
|
|
6292
6975
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
@@ -7408,9 +8091,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
7408
8091
|
tldr: import("zod").ZodString;
|
|
7409
8092
|
cwd: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7410
8093
|
state: import("zod").ZodEnum<{
|
|
8094
|
+
dismissed: "dismissed";
|
|
7411
8095
|
pending: "pending";
|
|
7412
8096
|
started: "started";
|
|
7413
|
-
dismissed: "dismissed";
|
|
7414
8097
|
}>;
|
|
7415
8098
|
createdAt: import("zod").ZodString;
|
|
7416
8099
|
updatedAt: import("zod").ZodString;
|
|
@@ -7637,13 +8320,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
7637
8320
|
repository: "repository";
|
|
7638
8321
|
host: "host";
|
|
7639
8322
|
}>>>;
|
|
8323
|
+
projectArtifactLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
8324
|
+
repository: "repository";
|
|
8325
|
+
host: "host";
|
|
8326
|
+
}>>>;
|
|
8327
|
+
projectWorkflowLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
8328
|
+
repository: "repository";
|
|
8329
|
+
host: "host";
|
|
8330
|
+
}>>>;
|
|
7640
8331
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8332
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7641
8333
|
projectRootPath: import("zod").ZodString;
|
|
7642
8334
|
projectKind: import("zod").ZodEnum<{
|
|
7643
8335
|
directory: "directory";
|
|
7644
8336
|
git: "git";
|
|
7645
8337
|
non_git: "non_git";
|
|
7646
8338
|
}>;
|
|
8339
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
7647
8340
|
}, import("zod/v4/core").$strip>;
|
|
7648
8341
|
hasActiveWorkspaces: import("zod").ZodBoolean;
|
|
7649
8342
|
}, import("zod/v4/core").$strip>;
|
|
@@ -8255,9 +8948,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
8255
8948
|
value: import("zod").ZodString;
|
|
8256
8949
|
label: import("zod").ZodString;
|
|
8257
8950
|
kind: import("zod").ZodEnum<{
|
|
8951
|
+
all: "all";
|
|
8258
8952
|
tailscale: "tailscale";
|
|
8259
8953
|
loopback: "loopback";
|
|
8260
|
-
all: "all";
|
|
8261
8954
|
lan: "lan";
|
|
8262
8955
|
}>;
|
|
8263
8956
|
}, import("zod/v4/core").$loose>>>;
|
|
@@ -9973,6 +10666,17 @@ export declare const WSOutboundMessageSchema: {
|
|
|
9973
10666
|
status: import("zod").ZodString;
|
|
9974
10667
|
kind: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9975
10668
|
graphId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10669
|
+
graphSnapshot: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10670
|
+
id: import("zod").ZodString;
|
|
10671
|
+
name: import("zod").ZodString;
|
|
10672
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10673
|
+
inputs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown>>;
|
|
10674
|
+
nodes: import("zod").ZodArray<import("zod").ZodUnknown>;
|
|
10675
|
+
edges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown>>;
|
|
10676
|
+
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
10677
|
+
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10678
|
+
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10679
|
+
}, import("zod/v4/core").$loose>>;
|
|
9976
10680
|
graphInputs: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
9977
10681
|
requirements: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
9978
10682
|
autopilot: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -10000,6 +10704,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10000
10704
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10001
10705
|
}, import("zod/v4/core").$loose>>;
|
|
10002
10706
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10707
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10003
10708
|
outputFields: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
10004
10709
|
}, import("zod/v4/core").$loose>>>;
|
|
10005
10710
|
notes: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10017,6 +10722,35 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10017
10722
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10018
10723
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10019
10724
|
summaryStatus: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10725
|
+
startConfirmation: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10726
|
+
reason: import("zod").ZodString;
|
|
10727
|
+
plannedAgentCount: import("zod").ZodNumber;
|
|
10728
|
+
fanOutPhaseCount: import("zod").ZodNumber;
|
|
10729
|
+
phaseCount: import("zod").ZodNumber;
|
|
10730
|
+
agentCap: import("zod").ZodNumber;
|
|
10731
|
+
threshold: import("zod").ZodNumber;
|
|
10732
|
+
}, import("zod/v4/core").$loose>>;
|
|
10733
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10734
|
+
schemaVersion: import("zod").ZodNumber;
|
|
10735
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10736
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10737
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10738
|
+
location: import("zod").ZodEnum<{
|
|
10739
|
+
repository: "repository";
|
|
10740
|
+
host: "host";
|
|
10741
|
+
}>;
|
|
10742
|
+
storeKey: import("zod").ZodString;
|
|
10743
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10744
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10745
|
+
source: import("zod").ZodEnum<{
|
|
10746
|
+
"project-store": "project-store";
|
|
10747
|
+
"legacy-host-library": "legacy-host-library";
|
|
10748
|
+
}>;
|
|
10749
|
+
}, import("zod/v4/core").$loose>>;
|
|
10750
|
+
scheduleSource: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10751
|
+
scheduleId: import("zod").ZodString;
|
|
10752
|
+
scheduleRunId: import("zod").ZodString;
|
|
10753
|
+
}, import("zod/v4/core").$loose>>;
|
|
10020
10754
|
agentCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10021
10755
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10022
10756
|
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10033,6 +10767,17 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10033
10767
|
status: import("zod").ZodString;
|
|
10034
10768
|
kind: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10035
10769
|
graphId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10770
|
+
graphSnapshot: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10771
|
+
id: import("zod").ZodString;
|
|
10772
|
+
name: import("zod").ZodString;
|
|
10773
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10774
|
+
inputs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown>>;
|
|
10775
|
+
nodes: import("zod").ZodArray<import("zod").ZodUnknown>;
|
|
10776
|
+
edges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown>>;
|
|
10777
|
+
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
10778
|
+
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10779
|
+
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10780
|
+
}, import("zod/v4/core").$loose>>;
|
|
10036
10781
|
graphInputs: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
10037
10782
|
requirements: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
10038
10783
|
autopilot: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -10060,6 +10805,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10060
10805
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10061
10806
|
}, import("zod/v4/core").$loose>>;
|
|
10062
10807
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10808
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10063
10809
|
outputFields: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
10064
10810
|
}, import("zod/v4/core").$loose>>>;
|
|
10065
10811
|
notes: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10077,6 +10823,35 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10077
10823
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10078
10824
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10079
10825
|
summaryStatus: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10826
|
+
startConfirmation: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10827
|
+
reason: import("zod").ZodString;
|
|
10828
|
+
plannedAgentCount: import("zod").ZodNumber;
|
|
10829
|
+
fanOutPhaseCount: import("zod").ZodNumber;
|
|
10830
|
+
phaseCount: import("zod").ZodNumber;
|
|
10831
|
+
agentCap: import("zod").ZodNumber;
|
|
10832
|
+
threshold: import("zod").ZodNumber;
|
|
10833
|
+
}, import("zod/v4/core").$loose>>;
|
|
10834
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10835
|
+
schemaVersion: import("zod").ZodNumber;
|
|
10836
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10837
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10838
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10839
|
+
location: import("zod").ZodEnum<{
|
|
10840
|
+
repository: "repository";
|
|
10841
|
+
host: "host";
|
|
10842
|
+
}>;
|
|
10843
|
+
storeKey: import("zod").ZodString;
|
|
10844
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10845
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10846
|
+
source: import("zod").ZodEnum<{
|
|
10847
|
+
"project-store": "project-store";
|
|
10848
|
+
"legacy-host-library": "legacy-host-library";
|
|
10849
|
+
}>;
|
|
10850
|
+
}, import("zod/v4/core").$loose>>;
|
|
10851
|
+
scheduleSource: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10852
|
+
scheduleId: import("zod").ZodString;
|
|
10853
|
+
scheduleRunId: import("zod").ZodString;
|
|
10854
|
+
}, import("zod/v4/core").$loose>>;
|
|
10080
10855
|
agentCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10081
10856
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10082
10857
|
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10118,6 +10893,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10118
10893
|
type: import("zod").ZodLiteral<"runs.graphs.list.response">;
|
|
10119
10894
|
payload: import("zod").ZodObject<{
|
|
10120
10895
|
graphs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
10896
|
+
format: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10897
|
+
formatVersion: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10121
10898
|
id: import("zod").ZodString;
|
|
10122
10899
|
name: import("zod").ZodString;
|
|
10123
10900
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10178,6 +10955,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10178
10955
|
backoffMs: import("zod").ZodNumber;
|
|
10179
10956
|
multiplier: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10180
10957
|
}, import("zod/v4/core").$loose>>;
|
|
10958
|
+
check: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10959
|
+
expression: import("zod").ZodString;
|
|
10960
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10961
|
+
}, import("zod/v4/core").$loose>>;
|
|
10181
10962
|
timeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10182
10963
|
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10183
10964
|
position: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -10198,8 +10979,26 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10198
10979
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10199
10980
|
}, import("zod/v4/core").$loose>>>;
|
|
10200
10981
|
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
10982
|
+
requires: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
10201
10983
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10202
10984
|
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10985
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
10986
|
+
schemaVersion: import("zod").ZodNumber;
|
|
10987
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10988
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10989
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10990
|
+
location: import("zod").ZodEnum<{
|
|
10991
|
+
repository: "repository";
|
|
10992
|
+
host: "host";
|
|
10993
|
+
}>;
|
|
10994
|
+
storeKey: import("zod").ZodString;
|
|
10995
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10996
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10997
|
+
source: import("zod").ZodEnum<{
|
|
10998
|
+
"project-store": "project-store";
|
|
10999
|
+
"legacy-host-library": "legacy-host-library";
|
|
11000
|
+
}>;
|
|
11001
|
+
}, import("zod/v4/core").$loose>>;
|
|
10203
11002
|
}, import("zod/v4/core").$loose>>;
|
|
10204
11003
|
requestId: import("zod").ZodString;
|
|
10205
11004
|
}, import("zod/v4/core").$strip>;
|
|
@@ -10207,6 +11006,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10207
11006
|
type: import("zod").ZodLiteral<"runs.graphs.save.response">;
|
|
10208
11007
|
payload: import("zod").ZodObject<{
|
|
10209
11008
|
graph: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11009
|
+
format: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11010
|
+
formatVersion: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10210
11011
|
id: import("zod").ZodString;
|
|
10211
11012
|
name: import("zod").ZodString;
|
|
10212
11013
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10267,6 +11068,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10267
11068
|
backoffMs: import("zod").ZodNumber;
|
|
10268
11069
|
multiplier: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10269
11070
|
}, import("zod/v4/core").$loose>>;
|
|
11071
|
+
check: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11072
|
+
expression: import("zod").ZodString;
|
|
11073
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11074
|
+
}, import("zod/v4/core").$loose>>;
|
|
10270
11075
|
timeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10271
11076
|
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10272
11077
|
position: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -10287,8 +11092,26 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10287
11092
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10288
11093
|
}, import("zod/v4/core").$loose>>>;
|
|
10289
11094
|
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11095
|
+
requires: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
10290
11096
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10291
11097
|
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11098
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11099
|
+
schemaVersion: import("zod").ZodNumber;
|
|
11100
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11101
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11102
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11103
|
+
location: import("zod").ZodEnum<{
|
|
11104
|
+
repository: "repository";
|
|
11105
|
+
host: "host";
|
|
11106
|
+
}>;
|
|
11107
|
+
storeKey: import("zod").ZodString;
|
|
11108
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11109
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11110
|
+
source: import("zod").ZodEnum<{
|
|
11111
|
+
"project-store": "project-store";
|
|
11112
|
+
"legacy-host-library": "legacy-host-library";
|
|
11113
|
+
}>;
|
|
11114
|
+
}, import("zod/v4/core").$loose>>;
|
|
10292
11115
|
}, import("zod/v4/core").$loose>>;
|
|
10293
11116
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10294
11117
|
requestId: import("zod").ZodString;
|
|
@@ -10304,6 +11127,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10304
11127
|
type: import("zod").ZodLiteral<"runs.graphs.changed.notification">;
|
|
10305
11128
|
payload: import("zod").ZodObject<{
|
|
10306
11129
|
graphs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
11130
|
+
format: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11131
|
+
formatVersion: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10307
11132
|
id: import("zod").ZodString;
|
|
10308
11133
|
name: import("zod").ZodString;
|
|
10309
11134
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10364,6 +11189,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10364
11189
|
backoffMs: import("zod").ZodNumber;
|
|
10365
11190
|
multiplier: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10366
11191
|
}, import("zod/v4/core").$loose>>;
|
|
11192
|
+
check: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11193
|
+
expression: import("zod").ZodString;
|
|
11194
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11195
|
+
}, import("zod/v4/core").$loose>>;
|
|
10367
11196
|
timeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10368
11197
|
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10369
11198
|
position: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -10384,19 +11213,38 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10384
11213
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10385
11214
|
}, import("zod/v4/core").$loose>>>;
|
|
10386
11215
|
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11216
|
+
requires: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
10387
11217
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10388
11218
|
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11219
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11220
|
+
schemaVersion: import("zod").ZodNumber;
|
|
11221
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11222
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11223
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11224
|
+
location: import("zod").ZodEnum<{
|
|
11225
|
+
repository: "repository";
|
|
11226
|
+
host: "host";
|
|
11227
|
+
}>;
|
|
11228
|
+
storeKey: import("zod").ZodString;
|
|
11229
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11230
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11231
|
+
source: import("zod").ZodEnum<{
|
|
11232
|
+
"project-store": "project-store";
|
|
11233
|
+
"legacy-host-library": "legacy-host-library";
|
|
11234
|
+
}>;
|
|
11235
|
+
}, import("zod/v4/core").$loose>>;
|
|
10389
11236
|
}, import("zod/v4/core").$loose>>;
|
|
10390
11237
|
}, import("zod/v4/core").$strip>;
|
|
10391
11238
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
10392
|
-
type: import("zod").ZodLiteral<"
|
|
11239
|
+
type: import("zod").ZodLiteral<"workflows.graphs.list.response">;
|
|
10393
11240
|
payload: import("zod").ZodObject<{
|
|
10394
|
-
|
|
11241
|
+
graphs: import("zod").ZodArray<import("zod").ZodObject<{
|
|
11242
|
+
format: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11243
|
+
formatVersion: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10395
11244
|
id: import("zod").ZodString;
|
|
10396
11245
|
name: import("zod").ZodString;
|
|
10397
11246
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10398
|
-
|
|
10399
|
-
variables: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11247
|
+
inputs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
10400
11248
|
key: import("zod").ZodString;
|
|
10401
11249
|
label: import("zod").ZodString;
|
|
10402
11250
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10404,22 +11252,113 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10404
11252
|
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
10405
11253
|
defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10406
11254
|
}, import("zod/v4/core").$loose>>>;
|
|
10407
|
-
|
|
11255
|
+
nodes: import("zod").ZodArray<import("zod").ZodObject<{
|
|
11256
|
+
id: import("zod").ZodString;
|
|
11257
|
+
kind: import("zod").ZodString;
|
|
11258
|
+
title: import("zod").ZodString;
|
|
11259
|
+
role: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11260
|
+
prompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11261
|
+
promptFromInput: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11262
|
+
promptTemplate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11263
|
+
templateId: import("zod").ZodString;
|
|
11264
|
+
variables: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
11265
|
+
}, import("zod/v4/core").$loose>>;
|
|
11266
|
+
autonomous: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11267
|
+
loop: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11268
|
+
times: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11269
|
+
until: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11270
|
+
criteria: import("zod").ZodArray<import("zod").ZodString>;
|
|
11271
|
+
judgeRole: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11272
|
+
max: import("zod").ZodNumber;
|
|
11273
|
+
}, import("zod/v4/core").$loose>>;
|
|
11274
|
+
}, import("zod/v4/core").$loose>>;
|
|
11275
|
+
output: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11276
|
+
fields: import("zod").ZodArray<import("zod").ZodObject<{
|
|
11277
|
+
key: import("zod").ZodString;
|
|
11278
|
+
type: import("zod").ZodString;
|
|
11279
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11280
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11281
|
+
}, import("zod/v4/core").$loose>>;
|
|
11282
|
+
}, import("zod/v4/core").$loose>>;
|
|
11283
|
+
access: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11284
|
+
tools: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11285
|
+
queryTools: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11286
|
+
name: import("zod").ZodString;
|
|
11287
|
+
description: import("zod").ZodString;
|
|
11288
|
+
kind: import("zod").ZodString;
|
|
11289
|
+
parameters: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11290
|
+
key: import("zod").ZodString;
|
|
11291
|
+
type: import("zod").ZodString;
|
|
11292
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11293
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11294
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11295
|
+
command: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11296
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11297
|
+
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11298
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11299
|
+
retry: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11300
|
+
maxAttempts: import("zod").ZodNumber;
|
|
11301
|
+
backoffMs: import("zod").ZodNumber;
|
|
11302
|
+
multiplier: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11303
|
+
}, import("zod/v4/core").$loose>>;
|
|
11304
|
+
check: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11305
|
+
expression: import("zod").ZodString;
|
|
11306
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11307
|
+
}, import("zod/v4/core").$loose>>;
|
|
11308
|
+
timeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11309
|
+
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11310
|
+
position: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11311
|
+
x: import("zod").ZodNumber;
|
|
11312
|
+
y: import("zod").ZodNumber;
|
|
11313
|
+
}, import("zod/v4/core").$loose>>;
|
|
11314
|
+
}, import("zod/v4/core").$loose>>;
|
|
11315
|
+
edges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11316
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11317
|
+
from: import("zod").ZodString;
|
|
11318
|
+
to: import("zod").ZodString;
|
|
11319
|
+
fromPort: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11320
|
+
toPort: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11321
|
+
when: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11322
|
+
expression: import("zod").ZodString;
|
|
11323
|
+
}, import("zod/v4/core").$loose>>;
|
|
11324
|
+
fields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11325
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11326
|
+
}, import("zod/v4/core").$loose>>>;
|
|
10408
11327
|
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11328
|
+
requires: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
10409
11329
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10410
11330
|
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11331
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11332
|
+
schemaVersion: import("zod").ZodNumber;
|
|
11333
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11334
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11335
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11336
|
+
location: import("zod").ZodEnum<{
|
|
11337
|
+
repository: "repository";
|
|
11338
|
+
host: "host";
|
|
11339
|
+
}>;
|
|
11340
|
+
storeKey: import("zod").ZodString;
|
|
11341
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11342
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11343
|
+
source: import("zod").ZodEnum<{
|
|
11344
|
+
"project-store": "project-store";
|
|
11345
|
+
"legacy-host-library": "legacy-host-library";
|
|
11346
|
+
}>;
|
|
11347
|
+
}, import("zod/v4/core").$loose>>;
|
|
10411
11348
|
}, import("zod/v4/core").$loose>>;
|
|
11349
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10412
11350
|
requestId: import("zod").ZodString;
|
|
10413
11351
|
}, import("zod/v4/core").$strip>;
|
|
10414
11352
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
10415
|
-
type: import("zod").ZodLiteral<"
|
|
11353
|
+
type: import("zod").ZodLiteral<"workflows.graph.save.response">;
|
|
10416
11354
|
payload: import("zod").ZodObject<{
|
|
10417
|
-
|
|
11355
|
+
graph: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11356
|
+
format: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11357
|
+
formatVersion: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
10418
11358
|
id: import("zod").ZodString;
|
|
10419
11359
|
name: import("zod").ZodString;
|
|
10420
11360
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10421
|
-
|
|
10422
|
-
variables: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11361
|
+
inputs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
10423
11362
|
key: import("zod").ZodString;
|
|
10424
11363
|
label: import("zod").ZodString;
|
|
10425
11364
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -10427,11 +11366,459 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10427
11366
|
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
10428
11367
|
defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10429
11368
|
}, import("zod/v4/core").$loose>>>;
|
|
10430
|
-
|
|
10431
|
-
|
|
10432
|
-
|
|
10433
|
-
|
|
10434
|
-
|
|
11369
|
+
nodes: import("zod").ZodArray<import("zod").ZodObject<{
|
|
11370
|
+
id: import("zod").ZodString;
|
|
11371
|
+
kind: import("zod").ZodString;
|
|
11372
|
+
title: import("zod").ZodString;
|
|
11373
|
+
role: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11374
|
+
prompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11375
|
+
promptFromInput: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11376
|
+
promptTemplate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11377
|
+
templateId: import("zod").ZodString;
|
|
11378
|
+
variables: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
11379
|
+
}, import("zod/v4/core").$loose>>;
|
|
11380
|
+
autonomous: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11381
|
+
loop: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11382
|
+
times: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11383
|
+
until: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11384
|
+
criteria: import("zod").ZodArray<import("zod").ZodString>;
|
|
11385
|
+
judgeRole: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11386
|
+
max: import("zod").ZodNumber;
|
|
11387
|
+
}, import("zod/v4/core").$loose>>;
|
|
11388
|
+
}, import("zod/v4/core").$loose>>;
|
|
11389
|
+
output: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11390
|
+
fields: import("zod").ZodArray<import("zod").ZodObject<{
|
|
11391
|
+
key: import("zod").ZodString;
|
|
11392
|
+
type: import("zod").ZodString;
|
|
11393
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11394
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11395
|
+
}, import("zod/v4/core").$loose>>;
|
|
11396
|
+
}, import("zod/v4/core").$loose>>;
|
|
11397
|
+
access: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11398
|
+
tools: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11399
|
+
queryTools: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11400
|
+
name: import("zod").ZodString;
|
|
11401
|
+
description: import("zod").ZodString;
|
|
11402
|
+
kind: import("zod").ZodString;
|
|
11403
|
+
parameters: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11404
|
+
key: import("zod").ZodString;
|
|
11405
|
+
type: import("zod").ZodString;
|
|
11406
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11407
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11408
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11409
|
+
command: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11410
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11411
|
+
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11412
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11413
|
+
retry: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11414
|
+
maxAttempts: import("zod").ZodNumber;
|
|
11415
|
+
backoffMs: import("zod").ZodNumber;
|
|
11416
|
+
multiplier: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11417
|
+
}, import("zod/v4/core").$loose>>;
|
|
11418
|
+
check: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11419
|
+
expression: import("zod").ZodString;
|
|
11420
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11421
|
+
}, import("zod/v4/core").$loose>>;
|
|
11422
|
+
timeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11423
|
+
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11424
|
+
position: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11425
|
+
x: import("zod").ZodNumber;
|
|
11426
|
+
y: import("zod").ZodNumber;
|
|
11427
|
+
}, import("zod/v4/core").$loose>>;
|
|
11428
|
+
}, import("zod/v4/core").$loose>>;
|
|
11429
|
+
edges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11430
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11431
|
+
from: import("zod").ZodString;
|
|
11432
|
+
to: import("zod").ZodString;
|
|
11433
|
+
fromPort: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11434
|
+
toPort: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11435
|
+
when: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11436
|
+
expression: import("zod").ZodString;
|
|
11437
|
+
}, import("zod/v4/core").$loose>>;
|
|
11438
|
+
fields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11439
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11440
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11441
|
+
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11442
|
+
requires: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11443
|
+
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11444
|
+
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11445
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11446
|
+
schemaVersion: import("zod").ZodNumber;
|
|
11447
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11448
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11449
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11450
|
+
location: import("zod").ZodEnum<{
|
|
11451
|
+
repository: "repository";
|
|
11452
|
+
host: "host";
|
|
11453
|
+
}>;
|
|
11454
|
+
storeKey: import("zod").ZodString;
|
|
11455
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11456
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11457
|
+
source: import("zod").ZodEnum<{
|
|
11458
|
+
"project-store": "project-store";
|
|
11459
|
+
"legacy-host-library": "legacy-host-library";
|
|
11460
|
+
}>;
|
|
11461
|
+
}, import("zod/v4/core").$loose>>;
|
|
11462
|
+
}, import("zod/v4/core").$loose>>;
|
|
11463
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11464
|
+
requestId: import("zod").ZodString;
|
|
11465
|
+
}, import("zod/v4/core").$strip>;
|
|
11466
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
11467
|
+
type: import("zod").ZodLiteral<"workflows.graph.export.response">;
|
|
11468
|
+
payload: import("zod").ZodObject<{
|
|
11469
|
+
export: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11470
|
+
schemaVersion: import("zod").ZodLiteral<1>;
|
|
11471
|
+
graph: import("zod").ZodObject<{
|
|
11472
|
+
format: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11473
|
+
formatVersion: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11474
|
+
id: import("zod").ZodString;
|
|
11475
|
+
name: import("zod").ZodString;
|
|
11476
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11477
|
+
inputs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11478
|
+
key: import("zod").ZodString;
|
|
11479
|
+
label: import("zod").ZodString;
|
|
11480
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11481
|
+
multiline: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11482
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11483
|
+
defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11484
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11485
|
+
nodes: import("zod").ZodArray<import("zod").ZodObject<{
|
|
11486
|
+
id: import("zod").ZodString;
|
|
11487
|
+
kind: import("zod").ZodString;
|
|
11488
|
+
title: import("zod").ZodString;
|
|
11489
|
+
role: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11490
|
+
prompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11491
|
+
promptFromInput: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11492
|
+
promptTemplate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11493
|
+
templateId: import("zod").ZodString;
|
|
11494
|
+
variables: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
11495
|
+
}, import("zod/v4/core").$loose>>;
|
|
11496
|
+
autonomous: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11497
|
+
loop: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11498
|
+
times: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11499
|
+
until: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11500
|
+
criteria: import("zod").ZodArray<import("zod").ZodString>;
|
|
11501
|
+
judgeRole: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11502
|
+
max: import("zod").ZodNumber;
|
|
11503
|
+
}, import("zod/v4/core").$loose>>;
|
|
11504
|
+
}, import("zod/v4/core").$loose>>;
|
|
11505
|
+
output: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11506
|
+
fields: import("zod").ZodArray<import("zod").ZodObject<{
|
|
11507
|
+
key: import("zod").ZodString;
|
|
11508
|
+
type: import("zod").ZodString;
|
|
11509
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11510
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11511
|
+
}, import("zod/v4/core").$loose>>;
|
|
11512
|
+
}, import("zod/v4/core").$loose>>;
|
|
11513
|
+
access: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11514
|
+
tools: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11515
|
+
queryTools: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11516
|
+
name: import("zod").ZodString;
|
|
11517
|
+
description: import("zod").ZodString;
|
|
11518
|
+
kind: import("zod").ZodString;
|
|
11519
|
+
parameters: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11520
|
+
key: import("zod").ZodString;
|
|
11521
|
+
type: import("zod").ZodString;
|
|
11522
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11523
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11524
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11525
|
+
command: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11526
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11527
|
+
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11528
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11529
|
+
retry: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11530
|
+
maxAttempts: import("zod").ZodNumber;
|
|
11531
|
+
backoffMs: import("zod").ZodNumber;
|
|
11532
|
+
multiplier: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11533
|
+
}, import("zod/v4/core").$loose>>;
|
|
11534
|
+
check: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11535
|
+
expression: import("zod").ZodString;
|
|
11536
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11537
|
+
}, import("zod/v4/core").$loose>>;
|
|
11538
|
+
timeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11539
|
+
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11540
|
+
position: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11541
|
+
x: import("zod").ZodNumber;
|
|
11542
|
+
y: import("zod").ZodNumber;
|
|
11543
|
+
}, import("zod/v4/core").$loose>>;
|
|
11544
|
+
}, import("zod/v4/core").$loose>>;
|
|
11545
|
+
edges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11546
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11547
|
+
from: import("zod").ZodString;
|
|
11548
|
+
to: import("zod").ZodString;
|
|
11549
|
+
fromPort: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11550
|
+
toPort: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11551
|
+
when: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11552
|
+
expression: import("zod").ZodString;
|
|
11553
|
+
}, import("zod/v4/core").$loose>>;
|
|
11554
|
+
fields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11555
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11556
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11557
|
+
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11558
|
+
requires: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11559
|
+
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11560
|
+
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11561
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11562
|
+
schemaVersion: import("zod").ZodNumber;
|
|
11563
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11564
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11565
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11566
|
+
location: import("zod").ZodEnum<{
|
|
11567
|
+
repository: "repository";
|
|
11568
|
+
host: "host";
|
|
11569
|
+
}>;
|
|
11570
|
+
storeKey: import("zod").ZodString;
|
|
11571
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11572
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11573
|
+
source: import("zod").ZodEnum<{
|
|
11574
|
+
"project-store": "project-store";
|
|
11575
|
+
"legacy-host-library": "legacy-host-library";
|
|
11576
|
+
}>;
|
|
11577
|
+
}, import("zod/v4/core").$loose>>;
|
|
11578
|
+
}, import("zod/v4/core").$loose>;
|
|
11579
|
+
source: import("zod").ZodObject<{
|
|
11580
|
+
storeKey: import("zod").ZodString;
|
|
11581
|
+
location: import("zod").ZodEnum<{
|
|
11582
|
+
repository: "repository";
|
|
11583
|
+
host: "host";
|
|
11584
|
+
}>;
|
|
11585
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11586
|
+
source: import("zod").ZodEnum<{
|
|
11587
|
+
"project-store": "project-store";
|
|
11588
|
+
"legacy-host-library": "legacy-host-library";
|
|
11589
|
+
}>;
|
|
11590
|
+
}, import("zod/v4/core").$loose>;
|
|
11591
|
+
exportedAt: import("zod").ZodString;
|
|
11592
|
+
contentHash: import("zod").ZodString;
|
|
11593
|
+
}, import("zod/v4/core").$loose>>;
|
|
11594
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11595
|
+
requestId: import("zod").ZodString;
|
|
11596
|
+
}, import("zod/v4/core").$strip>;
|
|
11597
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
11598
|
+
type: import("zod").ZodLiteral<"workflows.graph.import.response">;
|
|
11599
|
+
payload: import("zod").ZodObject<{
|
|
11600
|
+
result: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11601
|
+
status: import("zod").ZodEnum<{
|
|
11602
|
+
failed: "failed";
|
|
11603
|
+
review_required: "review_required";
|
|
11604
|
+
imported: "imported";
|
|
11605
|
+
}>;
|
|
11606
|
+
graph: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11607
|
+
format: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11608
|
+
formatVersion: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11609
|
+
id: import("zod").ZodString;
|
|
11610
|
+
name: import("zod").ZodString;
|
|
11611
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11612
|
+
inputs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11613
|
+
key: import("zod").ZodString;
|
|
11614
|
+
label: import("zod").ZodString;
|
|
11615
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11616
|
+
multiline: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11617
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11618
|
+
defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11619
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11620
|
+
nodes: import("zod").ZodArray<import("zod").ZodObject<{
|
|
11621
|
+
id: import("zod").ZodString;
|
|
11622
|
+
kind: import("zod").ZodString;
|
|
11623
|
+
title: import("zod").ZodString;
|
|
11624
|
+
role: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11625
|
+
prompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11626
|
+
promptFromInput: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11627
|
+
promptTemplate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11628
|
+
templateId: import("zod").ZodString;
|
|
11629
|
+
variables: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
11630
|
+
}, import("zod/v4/core").$loose>>;
|
|
11631
|
+
autonomous: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11632
|
+
loop: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11633
|
+
times: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11634
|
+
until: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11635
|
+
criteria: import("zod").ZodArray<import("zod").ZodString>;
|
|
11636
|
+
judgeRole: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11637
|
+
max: import("zod").ZodNumber;
|
|
11638
|
+
}, import("zod/v4/core").$loose>>;
|
|
11639
|
+
}, import("zod/v4/core").$loose>>;
|
|
11640
|
+
output: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11641
|
+
fields: import("zod").ZodArray<import("zod").ZodObject<{
|
|
11642
|
+
key: import("zod").ZodString;
|
|
11643
|
+
type: import("zod").ZodString;
|
|
11644
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11645
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11646
|
+
}, import("zod/v4/core").$loose>>;
|
|
11647
|
+
}, import("zod/v4/core").$loose>>;
|
|
11648
|
+
access: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11649
|
+
tools: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11650
|
+
queryTools: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11651
|
+
name: import("zod").ZodString;
|
|
11652
|
+
description: import("zod").ZodString;
|
|
11653
|
+
kind: import("zod").ZodString;
|
|
11654
|
+
parameters: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11655
|
+
key: import("zod").ZodString;
|
|
11656
|
+
type: import("zod").ZodString;
|
|
11657
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11658
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11659
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11660
|
+
command: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11661
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11662
|
+
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11663
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11664
|
+
retry: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11665
|
+
maxAttempts: import("zod").ZodNumber;
|
|
11666
|
+
backoffMs: import("zod").ZodNumber;
|
|
11667
|
+
multiplier: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11668
|
+
}, import("zod/v4/core").$loose>>;
|
|
11669
|
+
check: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11670
|
+
expression: import("zod").ZodString;
|
|
11671
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11672
|
+
}, import("zod/v4/core").$loose>>;
|
|
11673
|
+
timeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11674
|
+
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11675
|
+
position: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11676
|
+
x: import("zod").ZodNumber;
|
|
11677
|
+
y: import("zod").ZodNumber;
|
|
11678
|
+
}, import("zod/v4/core").$loose>>;
|
|
11679
|
+
}, import("zod/v4/core").$loose>>;
|
|
11680
|
+
edges: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11681
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11682
|
+
from: import("zod").ZodString;
|
|
11683
|
+
to: import("zod").ZodString;
|
|
11684
|
+
fromPort: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11685
|
+
toPort: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11686
|
+
when: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11687
|
+
expression: import("zod").ZodString;
|
|
11688
|
+
}, import("zod/v4/core").$loose>>;
|
|
11689
|
+
fields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11690
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11691
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11692
|
+
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11693
|
+
requires: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11694
|
+
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11695
|
+
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11696
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11697
|
+
schemaVersion: import("zod").ZodNumber;
|
|
11698
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11699
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11700
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11701
|
+
location: import("zod").ZodEnum<{
|
|
11702
|
+
repository: "repository";
|
|
11703
|
+
host: "host";
|
|
11704
|
+
}>;
|
|
11705
|
+
storeKey: import("zod").ZodString;
|
|
11706
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11707
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11708
|
+
source: import("zod").ZodEnum<{
|
|
11709
|
+
"project-store": "project-store";
|
|
11710
|
+
"legacy-host-library": "legacy-host-library";
|
|
11711
|
+
}>;
|
|
11712
|
+
}, import("zod/v4/core").$loose>>;
|
|
11713
|
+
}, import("zod/v4/core").$loose>>;
|
|
11714
|
+
source: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11715
|
+
storeKey: import("zod").ZodString;
|
|
11716
|
+
location: import("zod").ZodEnum<{
|
|
11717
|
+
repository: "repository";
|
|
11718
|
+
host: "host";
|
|
11719
|
+
}>;
|
|
11720
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11721
|
+
source: import("zod").ZodEnum<{
|
|
11722
|
+
"project-store": "project-store";
|
|
11723
|
+
"legacy-host-library": "legacy-host-library";
|
|
11724
|
+
}>;
|
|
11725
|
+
}, import("zod/v4/core").$loose>>;
|
|
11726
|
+
destination: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11727
|
+
storeKey: import("zod").ZodString;
|
|
11728
|
+
location: import("zod").ZodEnum<{
|
|
11729
|
+
repository: "repository";
|
|
11730
|
+
host: "host";
|
|
11731
|
+
}>;
|
|
11732
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11733
|
+
source: import("zod").ZodEnum<{
|
|
11734
|
+
"project-store": "project-store";
|
|
11735
|
+
"legacy-host-library": "legacy-host-library";
|
|
11736
|
+
}>;
|
|
11737
|
+
}, import("zod/v4/core").$loose>>;
|
|
11738
|
+
contentHash: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11739
|
+
remediation: import("zod").ZodString;
|
|
11740
|
+
}, import("zod/v4/core").$loose>>;
|
|
11741
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11742
|
+
requestId: import("zod").ZodString;
|
|
11743
|
+
}, import("zod/v4/core").$strip>;
|
|
11744
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
11745
|
+
type: import("zod").ZodLiteral<"runs.templates.list.response">;
|
|
11746
|
+
payload: import("zod").ZodObject<{
|
|
11747
|
+
templates: import("zod").ZodArray<import("zod").ZodObject<{
|
|
11748
|
+
id: import("zod").ZodString;
|
|
11749
|
+
name: import("zod").ZodString;
|
|
11750
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11751
|
+
content: import("zod").ZodString;
|
|
11752
|
+
variables: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11753
|
+
key: import("zod").ZodString;
|
|
11754
|
+
label: import("zod").ZodString;
|
|
11755
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11756
|
+
multiline: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11757
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11758
|
+
defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11759
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11760
|
+
snippet: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11761
|
+
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11762
|
+
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11763
|
+
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11764
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11765
|
+
schemaVersion: import("zod").ZodNumber;
|
|
11766
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11767
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11768
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11769
|
+
location: import("zod").ZodEnum<{
|
|
11770
|
+
repository: "repository";
|
|
11771
|
+
host: "host";
|
|
11772
|
+
}>;
|
|
11773
|
+
storeKey: import("zod").ZodString;
|
|
11774
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11775
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11776
|
+
source: import("zod").ZodEnum<{
|
|
11777
|
+
"project-store": "project-store";
|
|
11778
|
+
"legacy-host-library": "legacy-host-library";
|
|
11779
|
+
}>;
|
|
11780
|
+
}, import("zod/v4/core").$loose>>;
|
|
11781
|
+
}, import("zod/v4/core").$loose>>;
|
|
11782
|
+
requestId: import("zod").ZodString;
|
|
11783
|
+
}, import("zod/v4/core").$strip>;
|
|
11784
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
11785
|
+
type: import("zod").ZodLiteral<"runs.templates.save.response">;
|
|
11786
|
+
payload: import("zod").ZodObject<{
|
|
11787
|
+
template: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11788
|
+
id: import("zod").ZodString;
|
|
11789
|
+
name: import("zod").ZodString;
|
|
11790
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11791
|
+
content: import("zod").ZodString;
|
|
11792
|
+
variables: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11793
|
+
key: import("zod").ZodString;
|
|
11794
|
+
label: import("zod").ZodString;
|
|
11795
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11796
|
+
multiline: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11797
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11798
|
+
defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11799
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11800
|
+
snippet: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11801
|
+
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11802
|
+
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11803
|
+
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11804
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11805
|
+
schemaVersion: import("zod").ZodNumber;
|
|
11806
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11807
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11808
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11809
|
+
location: import("zod").ZodEnum<{
|
|
11810
|
+
repository: "repository";
|
|
11811
|
+
host: "host";
|
|
11812
|
+
}>;
|
|
11813
|
+
storeKey: import("zod").ZodString;
|
|
11814
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11815
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11816
|
+
source: import("zod").ZodEnum<{
|
|
11817
|
+
"project-store": "project-store";
|
|
11818
|
+
"legacy-host-library": "legacy-host-library";
|
|
11819
|
+
}>;
|
|
11820
|
+
}, import("zod/v4/core").$loose>>;
|
|
11821
|
+
}, import("zod/v4/core").$loose>>;
|
|
10435
11822
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10436
11823
|
requestId: import("zod").ZodString;
|
|
10437
11824
|
}, import("zod/v4/core").$strip>;
|
|
@@ -10462,7 +11849,170 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10462
11849
|
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
10463
11850
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10464
11851
|
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11852
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11853
|
+
schemaVersion: import("zod").ZodNumber;
|
|
11854
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11855
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11856
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11857
|
+
location: import("zod").ZodEnum<{
|
|
11858
|
+
repository: "repository";
|
|
11859
|
+
host: "host";
|
|
11860
|
+
}>;
|
|
11861
|
+
storeKey: import("zod").ZodString;
|
|
11862
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11863
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11864
|
+
source: import("zod").ZodEnum<{
|
|
11865
|
+
"project-store": "project-store";
|
|
11866
|
+
"legacy-host-library": "legacy-host-library";
|
|
11867
|
+
}>;
|
|
11868
|
+
}, import("zod/v4/core").$loose>>;
|
|
11869
|
+
}, import("zod/v4/core").$loose>>;
|
|
11870
|
+
}, import("zod/v4/core").$strip>;
|
|
11871
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
11872
|
+
type: import("zod").ZodLiteral<"workflows.templates.list.response">;
|
|
11873
|
+
payload: import("zod").ZodObject<{
|
|
11874
|
+
templates: import("zod").ZodArray<import("zod").ZodObject<{
|
|
11875
|
+
id: import("zod").ZodString;
|
|
11876
|
+
name: import("zod").ZodString;
|
|
11877
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11878
|
+
content: import("zod").ZodString;
|
|
11879
|
+
variables: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11880
|
+
key: import("zod").ZodString;
|
|
11881
|
+
label: import("zod").ZodString;
|
|
11882
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11883
|
+
multiline: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11884
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11885
|
+
defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11886
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11887
|
+
snippet: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11888
|
+
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11889
|
+
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11890
|
+
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11891
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11892
|
+
schemaVersion: import("zod").ZodNumber;
|
|
11893
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11894
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11895
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11896
|
+
location: import("zod").ZodEnum<{
|
|
11897
|
+
repository: "repository";
|
|
11898
|
+
host: "host";
|
|
11899
|
+
}>;
|
|
11900
|
+
storeKey: import("zod").ZodString;
|
|
11901
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11902
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11903
|
+
source: import("zod").ZodEnum<{
|
|
11904
|
+
"project-store": "project-store";
|
|
11905
|
+
"legacy-host-library": "legacy-host-library";
|
|
11906
|
+
}>;
|
|
11907
|
+
}, import("zod/v4/core").$loose>>;
|
|
11908
|
+
}, import("zod/v4/core").$loose>>;
|
|
11909
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11910
|
+
requestId: import("zod").ZodString;
|
|
11911
|
+
}, import("zod/v4/core").$strip>;
|
|
11912
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
11913
|
+
type: import("zod").ZodLiteral<"workflows.template.save.response">;
|
|
11914
|
+
payload: import("zod").ZodObject<{
|
|
11915
|
+
template: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11916
|
+
id: import("zod").ZodString;
|
|
11917
|
+
name: import("zod").ZodString;
|
|
11918
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11919
|
+
content: import("zod").ZodString;
|
|
11920
|
+
variables: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11921
|
+
key: import("zod").ZodString;
|
|
11922
|
+
label: import("zod").ZodString;
|
|
11923
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11924
|
+
multiline: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11925
|
+
required: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11926
|
+
defaultValue: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11927
|
+
}, import("zod/v4/core").$loose>>>;
|
|
11928
|
+
snippet: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11929
|
+
builtIn: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11930
|
+
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11931
|
+
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11932
|
+
workflowStorage: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11933
|
+
schemaVersion: import("zod").ZodNumber;
|
|
11934
|
+
projectRoot: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11935
|
+
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11936
|
+
projectKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11937
|
+
location: import("zod").ZodEnum<{
|
|
11938
|
+
repository: "repository";
|
|
11939
|
+
host: "host";
|
|
11940
|
+
}>;
|
|
11941
|
+
storeKey: import("zod").ZodString;
|
|
11942
|
+
hostId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11943
|
+
hostName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11944
|
+
source: import("zod").ZodEnum<{
|
|
11945
|
+
"project-store": "project-store";
|
|
11946
|
+
"legacy-host-library": "legacy-host-library";
|
|
11947
|
+
}>;
|
|
11948
|
+
}, import("zod/v4/core").$loose>>;
|
|
11949
|
+
}, import("zod/v4/core").$loose>>;
|
|
11950
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11951
|
+
requestId: import("zod").ZodString;
|
|
11952
|
+
}, import("zod/v4/core").$strip>;
|
|
11953
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
11954
|
+
type: import("zod").ZodLiteral<"workflows.storage.transfer.response">;
|
|
11955
|
+
payload: import("zod").ZodObject<{
|
|
11956
|
+
receipt: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
11957
|
+
schemaVersion: import("zod").ZodLiteral<1>;
|
|
11958
|
+
receiptId: import("zod").ZodString;
|
|
11959
|
+
recordKind: import("zod").ZodEnum<{
|
|
11960
|
+
graph: "graph";
|
|
11961
|
+
run: "run";
|
|
11962
|
+
template: "template";
|
|
11963
|
+
}>;
|
|
11964
|
+
recordId: import("zod").ZodString;
|
|
11965
|
+
mode: import("zod").ZodEnum<{
|
|
11966
|
+
copy: "copy";
|
|
11967
|
+
move: "move";
|
|
11968
|
+
}>;
|
|
11969
|
+
source: import("zod").ZodObject<{
|
|
11970
|
+
source: import("zod").ZodEnum<{
|
|
11971
|
+
repository: "repository";
|
|
11972
|
+
host: "host";
|
|
11973
|
+
"legacy-host-library": "legacy-host-library";
|
|
11974
|
+
}>;
|
|
11975
|
+
storeKey: import("zod").ZodString;
|
|
11976
|
+
}, import("zod/v4/core").$strip>;
|
|
11977
|
+
destination: import("zod").ZodObject<{
|
|
11978
|
+
location: import("zod").ZodEnum<{
|
|
11979
|
+
repository: "repository";
|
|
11980
|
+
host: "host";
|
|
11981
|
+
}>;
|
|
11982
|
+
storeKey: import("zod").ZodString;
|
|
11983
|
+
}, import("zod/v4/core").$strip>;
|
|
11984
|
+
contentHash: import("zod").ZodString;
|
|
11985
|
+
status: import("zod").ZodEnum<{
|
|
11986
|
+
failed: "failed";
|
|
11987
|
+
moved: "moved";
|
|
11988
|
+
prepared: "prepared";
|
|
11989
|
+
verified: "verified";
|
|
11990
|
+
"source-retained": "source-retained";
|
|
11991
|
+
}>;
|
|
11992
|
+
createdAt: import("zod").ZodString;
|
|
11993
|
+
updatedAt: import("zod").ZodString;
|
|
11994
|
+
recovery: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11995
|
+
}, import("zod/v4/core").$strip>>;
|
|
11996
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11997
|
+
requestId: import("zod").ZodString;
|
|
11998
|
+
}, import("zod/v4/core").$strip>;
|
|
11999
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
12000
|
+
type: import("zod").ZodLiteral<"workflows.start.response">;
|
|
12001
|
+
payload: import("zod").ZodObject<{
|
|
12002
|
+
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12003
|
+
agentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12004
|
+
workspaceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12005
|
+
confirmation: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
12006
|
+
reason: import("zod").ZodString;
|
|
12007
|
+
plannedAgentCount: import("zod").ZodNumber;
|
|
12008
|
+
fanOutPhaseCount: import("zod").ZodNumber;
|
|
12009
|
+
phaseCount: import("zod").ZodNumber;
|
|
12010
|
+
agentCap: import("zod").ZodNumber;
|
|
12011
|
+
threshold: import("zod").ZodNumber;
|
|
10465
12012
|
}, import("zod/v4/core").$loose>>;
|
|
12013
|
+
confirmationToken: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12014
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12015
|
+
requestId: import("zod").ZodString;
|
|
10466
12016
|
}, import("zod/v4/core").$strip>;
|
|
10467
12017
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
10468
12018
|
type: import("zod").ZodLiteral<"runs.start.response">;
|
|
@@ -10470,9 +12020,33 @@ export declare const WSOutboundMessageSchema: {
|
|
|
10470
12020
|
runId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10471
12021
|
agentId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10472
12022
|
workspaceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12023
|
+
confirmation: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
12024
|
+
reason: import("zod").ZodString;
|
|
12025
|
+
plannedAgentCount: import("zod").ZodNumber;
|
|
12026
|
+
fanOutPhaseCount: import("zod").ZodNumber;
|
|
12027
|
+
phaseCount: import("zod").ZodNumber;
|
|
12028
|
+
agentCap: import("zod").ZodNumber;
|
|
12029
|
+
threshold: import("zod").ZodNumber;
|
|
12030
|
+
}, import("zod/v4/core").$loose>>;
|
|
12031
|
+
confirmationToken: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10473
12032
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10474
12033
|
requestId: import("zod").ZodString;
|
|
10475
12034
|
}, import("zod/v4/core").$strip>;
|
|
12035
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
12036
|
+
type: import("zod").ZodLiteral<"workflows.start_confirmation.respond.response">;
|
|
12037
|
+
payload: import("zod").ZodObject<{
|
|
12038
|
+
runId: import("zod").ZodString;
|
|
12039
|
+
accepted: import("zod").ZodBoolean;
|
|
12040
|
+
requestId: import("zod").ZodString;
|
|
12041
|
+
}, import("zod/v4/core").$strip>;
|
|
12042
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
12043
|
+
type: import("zod").ZodLiteral<"project.workflow.store.set.response">;
|
|
12044
|
+
payload: import("zod").ZodObject<{
|
|
12045
|
+
requestId: import("zod").ZodString;
|
|
12046
|
+
projectId: import("zod").ZodString;
|
|
12047
|
+
accepted: import("zod").ZodBoolean;
|
|
12048
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
12049
|
+
}, import("zod/v4/core").$strip>;
|
|
10476
12050
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
10477
12051
|
type: import("zod").ZodLiteral<"checkout_merge_response">;
|
|
10478
12052
|
payload: import("zod").ZodObject<{
|
|
@@ -11530,11 +13104,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11530
13104
|
name: import("zod").ZodString;
|
|
11531
13105
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
11532
13106
|
pinnedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
13107
|
+
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
11533
13108
|
archivingAt: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
11534
13109
|
status: import("zod").ZodEnum<{
|
|
11535
13110
|
running: "running";
|
|
11536
|
-
done: "done";
|
|
11537
13111
|
failed: "failed";
|
|
13112
|
+
done: "done";
|
|
11538
13113
|
attention: "attention";
|
|
11539
13114
|
needs_input: "needs_input";
|
|
11540
13115
|
}>;
|
|
@@ -11718,6 +13293,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11718
13293
|
worktreeRoot?: string | undefined;
|
|
11719
13294
|
}>>]>;
|
|
11720
13295
|
}, import("zod/v4/core").$strip>>;
|
|
13296
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
11721
13297
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
11722
13298
|
workspaceDirectory: string;
|
|
11723
13299
|
id: string;
|
|
@@ -11728,7 +13304,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11728
13304
|
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
11729
13305
|
name: string;
|
|
11730
13306
|
archivingAt: string | null;
|
|
11731
|
-
status: "running" | "
|
|
13307
|
+
status: "running" | "failed" | "done" | "attention" | "needs_input";
|
|
11732
13308
|
statusEnteredAt: string | null;
|
|
11733
13309
|
activityAt: string | null;
|
|
11734
13310
|
scripts: {
|
|
@@ -11762,6 +13338,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11762
13338
|
worktreeSlug?: string | undefined;
|
|
11763
13339
|
title?: string | null | undefined;
|
|
11764
13340
|
pinnedAt?: string | null | undefined;
|
|
13341
|
+
labels?: string[] | undefined;
|
|
11765
13342
|
diffStat?: {
|
|
11766
13343
|
additions: number;
|
|
11767
13344
|
deletions: number;
|
|
@@ -11844,6 +13421,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11844
13421
|
};
|
|
11845
13422
|
workspaceName?: string | null | undefined;
|
|
11846
13423
|
} | undefined;
|
|
13424
|
+
syncSeq?: number | undefined;
|
|
11847
13425
|
}, {
|
|
11848
13426
|
id: string;
|
|
11849
13427
|
projectId: string;
|
|
@@ -11853,7 +13431,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11853
13431
|
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
11854
13432
|
name: string;
|
|
11855
13433
|
archivingAt: string | null;
|
|
11856
|
-
status: "running" | "
|
|
13434
|
+
status: "running" | "failed" | "done" | "attention" | "needs_input";
|
|
11857
13435
|
statusEnteredAt: string | null;
|
|
11858
13436
|
activityAt: string | null;
|
|
11859
13437
|
scripts: {
|
|
@@ -11888,6 +13466,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11888
13466
|
worktreeSlug?: string | undefined;
|
|
11889
13467
|
title?: string | null | undefined;
|
|
11890
13468
|
pinnedAt?: string | null | undefined;
|
|
13469
|
+
labels?: string[] | undefined;
|
|
11891
13470
|
diffStat?: {
|
|
11892
13471
|
additions: number;
|
|
11893
13472
|
deletions: number;
|
|
@@ -11970,6 +13549,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11970
13549
|
};
|
|
11971
13550
|
workspaceName?: string | null | undefined;
|
|
11972
13551
|
} | undefined;
|
|
13552
|
+
syncSeq?: number | undefined;
|
|
11973
13553
|
}>>>;
|
|
11974
13554
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
11975
13555
|
errorCode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -12378,8 +13958,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
12378
13958
|
cwd: import("zod").ZodString;
|
|
12379
13959
|
status: import("zod").ZodEnum<{
|
|
12380
13960
|
error: "error";
|
|
12381
|
-
completed: "completed";
|
|
12382
13961
|
truncated: "truncated";
|
|
13962
|
+
completed: "completed";
|
|
12383
13963
|
superseded: "superseded";
|
|
12384
13964
|
}>;
|
|
12385
13965
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -12715,9 +14295,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
12715
14295
|
solutionPath: import("zod").ZodString;
|
|
12716
14296
|
projectPath: import("zod").ZodString;
|
|
12717
14297
|
status: import("zod").ZodEnum<{
|
|
14298
|
+
failed: "failed";
|
|
12718
14299
|
ok: "ok";
|
|
12719
14300
|
unavailable: "unavailable";
|
|
12720
|
-
failed: "failed";
|
|
12721
14301
|
}>;
|
|
12722
14302
|
nodes: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
12723
14303
|
kind: import("zod").ZodLiteral<"directory">;
|
|
@@ -12881,13 +14461,13 @@ export declare const WSOutboundMessageSchema: {
|
|
|
12881
14461
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12882
14462
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12883
14463
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14464
|
+
status: import("zod").ZodType<import("../agent-types.js").ProviderStatus, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ProviderStatus, unknown>>;
|
|
12884
14465
|
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
12885
14466
|
custom: "custom";
|
|
12886
14467
|
builtin: "builtin";
|
|
12887
14468
|
}>>;
|
|
12888
14469
|
enabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
12889
14470
|
provider: import("zod").ZodString;
|
|
12890
|
-
status: import("zod").ZodType<import("../agent-types.js").ProviderStatus, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ProviderStatus, unknown>>;
|
|
12891
14471
|
defaultModeId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
12892
14472
|
modes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("../agent-types.js").AgentMode, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentMode, unknown>>>>;
|
|
12893
14473
|
fetchedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -12973,13 +14553,13 @@ export declare const WSOutboundMessageSchema: {
|
|
|
12973
14553
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12974
14554
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12975
14555
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14556
|
+
status: import("zod").ZodType<import("../agent-types.js").ProviderStatus, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ProviderStatus, unknown>>;
|
|
12976
14557
|
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
12977
14558
|
custom: "custom";
|
|
12978
14559
|
builtin: "builtin";
|
|
12979
14560
|
}>>;
|
|
12980
14561
|
enabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
12981
14562
|
provider: import("zod").ZodString;
|
|
12982
|
-
status: import("zod").ZodType<import("../agent-types.js").ProviderStatus, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ProviderStatus, unknown>>;
|
|
12983
14563
|
defaultModeId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
12984
14564
|
modes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("../agent-types.js").AgentMode, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentMode, unknown>>>>;
|
|
12985
14565
|
fetchedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -13054,9 +14634,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13054
14634
|
runsOutAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
13055
14635
|
shortfallPct: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
13056
14636
|
tone: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
14637
|
+
warning: "warning";
|
|
13057
14638
|
default: "default";
|
|
13058
14639
|
ok: "ok";
|
|
13059
|
-
warning: "warning";
|
|
13060
14640
|
danger: "danger";
|
|
13061
14641
|
}>>;
|
|
13062
14642
|
}, import("zod/v4/core").$strip>>;
|
|
@@ -13067,16 +14647,16 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13067
14647
|
remaining: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
13068
14648
|
limit: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
13069
14649
|
unit: import("zod").ZodEnum<{
|
|
13070
|
-
tokens: "tokens";
|
|
13071
14650
|
requests: "requests";
|
|
14651
|
+
tokens: "tokens";
|
|
13072
14652
|
usd: "usd";
|
|
13073
14653
|
credits: "credits";
|
|
13074
14654
|
}>;
|
|
13075
14655
|
resetsAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
13076
14656
|
tone: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
14657
|
+
warning: "warning";
|
|
13077
14658
|
default: "default";
|
|
13078
14659
|
ok: "ok";
|
|
13079
|
-
warning: "warning";
|
|
13080
14660
|
danger: "danger";
|
|
13081
14661
|
}>>;
|
|
13082
14662
|
}, import("zod/v4/core").$strip>>>;
|
|
@@ -13085,9 +14665,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13085
14665
|
label: import("zod").ZodString;
|
|
13086
14666
|
value: import("zod").ZodString;
|
|
13087
14667
|
tone: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
14668
|
+
warning: "warning";
|
|
13088
14669
|
default: "default";
|
|
13089
14670
|
ok: "ok";
|
|
13090
|
-
warning: "warning";
|
|
13091
14671
|
danger: "danger";
|
|
13092
14672
|
}>>;
|
|
13093
14673
|
}, import("zod/v4/core").$strip>>>;
|
|
@@ -13449,9 +15029,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13449
15029
|
}, import("zod/v4/core").$strip>>;
|
|
13450
15030
|
referenceDisposition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
13451
15031
|
read: "read";
|
|
15032
|
+
rejected: "rejected";
|
|
13452
15033
|
unevaluated: "unevaluated";
|
|
13453
15034
|
adopted: "adopted";
|
|
13454
|
-
rejected: "rejected";
|
|
13455
15035
|
dependency: "dependency";
|
|
13456
15036
|
}>>;
|
|
13457
15037
|
sourceUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -13472,7 +15052,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13472
15052
|
title: import("zod").ZodString;
|
|
13473
15053
|
path: import("zod").ZodString;
|
|
13474
15054
|
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13475
|
-
body: import("zod").ZodString
|
|
15055
|
+
body: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13476
15056
|
bodyDigest: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13477
15057
|
}, import("zod/v4/core").$strip>>>;
|
|
13478
15058
|
findings: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -13537,9 +15117,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13537
15117
|
}, import("zod/v4/core").$strip>>;
|
|
13538
15118
|
referenceDisposition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
13539
15119
|
read: "read";
|
|
15120
|
+
rejected: "rejected";
|
|
13540
15121
|
unevaluated: "unevaluated";
|
|
13541
15122
|
adopted: "adopted";
|
|
13542
|
-
rejected: "rejected";
|
|
13543
15123
|
dependency: "dependency";
|
|
13544
15124
|
}>>;
|
|
13545
15125
|
sourceUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -13556,6 +15136,19 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13556
15136
|
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13557
15137
|
}, import("zod/v4/core").$strip>>;
|
|
13558
15138
|
}, import("zod/v4/core").$strip>;
|
|
15139
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
15140
|
+
type: import("zod").ZodLiteral<"project.knowledge.root.get.response">;
|
|
15141
|
+
payload: import("zod").ZodObject<{
|
|
15142
|
+
requestId: import("zod").ZodString;
|
|
15143
|
+
page: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
15144
|
+
slug: import("zod").ZodString;
|
|
15145
|
+
title: import("zod").ZodString;
|
|
15146
|
+
path: import("zod").ZodString;
|
|
15147
|
+
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15148
|
+
body: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15149
|
+
bodyDigest: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15150
|
+
}, import("zod/v4/core").$strip>>;
|
|
15151
|
+
}, import("zod/v4/core").$strip>;
|
|
13559
15152
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
13560
15153
|
type: import("zod").ZodLiteral<"project.knowledge.create.response">;
|
|
13561
15154
|
payload: import("zod").ZodObject<{
|
|
@@ -13598,9 +15191,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13598
15191
|
}, import("zod/v4/core").$strip>>;
|
|
13599
15192
|
referenceDisposition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
13600
15193
|
read: "read";
|
|
15194
|
+
rejected: "rejected";
|
|
13601
15195
|
unevaluated: "unevaluated";
|
|
13602
15196
|
adopted: "adopted";
|
|
13603
|
-
rejected: "rejected";
|
|
13604
15197
|
dependency: "dependency";
|
|
13605
15198
|
}>>;
|
|
13606
15199
|
sourceUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -13659,9 +15252,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13659
15252
|
}, import("zod/v4/core").$strip>>;
|
|
13660
15253
|
referenceDisposition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
13661
15254
|
read: "read";
|
|
15255
|
+
rejected: "rejected";
|
|
13662
15256
|
unevaluated: "unevaluated";
|
|
13663
15257
|
adopted: "adopted";
|
|
13664
|
-
rejected: "rejected";
|
|
13665
15258
|
dependency: "dependency";
|
|
13666
15259
|
}>>;
|
|
13667
15260
|
sourceUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -13721,9 +15314,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13721
15314
|
}, import("zod/v4/core").$strip>>;
|
|
13722
15315
|
referenceDisposition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
13723
15316
|
read: "read";
|
|
15317
|
+
rejected: "rejected";
|
|
13724
15318
|
unevaluated: "unevaluated";
|
|
13725
15319
|
adopted: "adopted";
|
|
13726
|
-
rejected: "rejected";
|
|
13727
15320
|
dependency: "dependency";
|
|
13728
15321
|
}>>;
|
|
13729
15322
|
sourceUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -13782,9 +15375,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13782
15375
|
}, import("zod/v4/core").$strip>>;
|
|
13783
15376
|
referenceDisposition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
13784
15377
|
read: "read";
|
|
15378
|
+
rejected: "rejected";
|
|
13785
15379
|
unevaluated: "unevaluated";
|
|
13786
15380
|
adopted: "adopted";
|
|
13787
|
-
rejected: "rejected";
|
|
13788
15381
|
dependency: "dependency";
|
|
13789
15382
|
}>>;
|
|
13790
15383
|
sourceUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -13844,9 +15437,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13844
15437
|
}, import("zod/v4/core").$strip>>;
|
|
13845
15438
|
referenceDisposition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
13846
15439
|
read: "read";
|
|
15440
|
+
rejected: "rejected";
|
|
13847
15441
|
unevaluated: "unevaluated";
|
|
13848
15442
|
adopted: "adopted";
|
|
13849
|
-
rejected: "rejected";
|
|
13850
15443
|
dependency: "dependency";
|
|
13851
15444
|
}>>;
|
|
13852
15445
|
sourceUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -13873,7 +15466,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13873
15466
|
title: import("zod").ZodString;
|
|
13874
15467
|
path: import("zod").ZodString;
|
|
13875
15468
|
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13876
|
-
body: import("zod").ZodString
|
|
15469
|
+
body: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13877
15470
|
bodyDigest: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13878
15471
|
}, import("zod/v4/core").$strip>>;
|
|
13879
15472
|
}, import("zod/v4/core").$strip>;
|
|
@@ -13919,9 +15512,9 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13919
15512
|
}, import("zod/v4/core").$strip>>;
|
|
13920
15513
|
referenceDisposition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
13921
15514
|
read: "read";
|
|
15515
|
+
rejected: "rejected";
|
|
13922
15516
|
unevaluated: "unevaluated";
|
|
13923
15517
|
adopted: "adopted";
|
|
13924
|
-
rejected: "rejected";
|
|
13925
15518
|
dependency: "dependency";
|
|
13926
15519
|
}>>;
|
|
13927
15520
|
sourceUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -13942,7 +15535,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13942
15535
|
title: import("zod").ZodString;
|
|
13943
15536
|
path: import("zod").ZodString;
|
|
13944
15537
|
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13945
|
-
body: import("zod").ZodString
|
|
15538
|
+
body: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13946
15539
|
bodyDigest: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13947
15540
|
}, import("zod/v4/core").$strip>>;
|
|
13948
15541
|
demoted: import("zod").ZodBoolean;
|
|
@@ -14455,14 +16048,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14455
16048
|
schedule: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
14456
16049
|
prompt: import("zod").ZodString;
|
|
14457
16050
|
name: import("zod").ZodNullable<import("zod").ZodString>;
|
|
14458
|
-
id: import("zod").ZodString;
|
|
14459
|
-
createdAt: import("zod").ZodString;
|
|
14460
|
-
updatedAt: import("zod").ZodString;
|
|
14461
16051
|
status: import("zod").ZodEnum<{
|
|
14462
16052
|
completed: "completed";
|
|
14463
16053
|
active: "active";
|
|
14464
16054
|
paused: "paused";
|
|
14465
16055
|
}>;
|
|
16056
|
+
id: import("zod").ZodString;
|
|
16057
|
+
createdAt: import("zod").ZodString;
|
|
16058
|
+
updatedAt: import("zod").ZodString;
|
|
14466
16059
|
expiresAt: import("zod").ZodNullable<import("zod").ZodString>;
|
|
14467
16060
|
target: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
14468
16061
|
type: import("zod").ZodLiteral<"agent">;
|
|
@@ -14496,6 +16089,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14496
16089
|
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14497
16090
|
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
14498
16091
|
}, import("zod/v4/core").$strip>;
|
|
16092
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
16093
|
+
type: import("zod").ZodLiteral<"workflow">;
|
|
16094
|
+
definitionId: import("zod").ZodString;
|
|
16095
|
+
projectRoot: import("zod").ZodString;
|
|
14499
16096
|
}, import("zod/v4/core").$strip>], "type">;
|
|
14500
16097
|
cadence: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
14501
16098
|
type: import("zod").ZodLiteral<"every">;
|
|
@@ -14527,14 +16124,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14527
16124
|
schedules: import("zod").ZodArray<import("zod").ZodObject<{
|
|
14528
16125
|
prompt: import("zod").ZodString;
|
|
14529
16126
|
name: import("zod").ZodNullable<import("zod").ZodString>;
|
|
14530
|
-
id: import("zod").ZodString;
|
|
14531
|
-
createdAt: import("zod").ZodString;
|
|
14532
|
-
updatedAt: import("zod").ZodString;
|
|
14533
16127
|
status: import("zod").ZodEnum<{
|
|
14534
16128
|
completed: "completed";
|
|
14535
16129
|
active: "active";
|
|
14536
16130
|
paused: "paused";
|
|
14537
16131
|
}>;
|
|
16132
|
+
id: import("zod").ZodString;
|
|
16133
|
+
createdAt: import("zod").ZodString;
|
|
16134
|
+
updatedAt: import("zod").ZodString;
|
|
14538
16135
|
expiresAt: import("zod").ZodNullable<import("zod").ZodString>;
|
|
14539
16136
|
target: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
14540
16137
|
type: import("zod").ZodLiteral<"agent">;
|
|
@@ -14568,6 +16165,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14568
16165
|
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14569
16166
|
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
14570
16167
|
}, import("zod/v4/core").$strip>;
|
|
16168
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
16169
|
+
type: import("zod").ZodLiteral<"workflow">;
|
|
16170
|
+
definitionId: import("zod").ZodString;
|
|
16171
|
+
projectRoot: import("zod").ZodString;
|
|
14571
16172
|
}, import("zod/v4/core").$strip>], "type">;
|
|
14572
16173
|
cadence: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
14573
16174
|
type: import("zod").ZodLiteral<"every">;
|
|
@@ -14640,6 +16241,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14640
16241
|
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14641
16242
|
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
14642
16243
|
}, import("zod/v4/core").$strip>;
|
|
16244
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
16245
|
+
type: import("zod").ZodLiteral<"workflow">;
|
|
16246
|
+
definitionId: import("zod").ZodString;
|
|
16247
|
+
projectRoot: import("zod").ZodString;
|
|
14643
16248
|
}, import("zod/v4/core").$strip>], "type">;
|
|
14644
16249
|
status: import("zod").ZodEnum<{
|
|
14645
16250
|
completed: "completed";
|
|
@@ -14703,7 +16308,19 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14703
16308
|
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14704
16309
|
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
14705
16310
|
}, import("zod/v4/core").$strip>;
|
|
16311
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
16312
|
+
type: import("zod").ZodLiteral<"workflow">;
|
|
16313
|
+
definitionId: import("zod").ZodString;
|
|
16314
|
+
projectRoot: import("zod").ZodString;
|
|
14706
16315
|
}, import("zod/v4/core").$strip>], "type">>;
|
|
16316
|
+
workflow: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
16317
|
+
definitionId: import("zod").ZodString;
|
|
16318
|
+
title: import("zod").ZodString;
|
|
16319
|
+
kind: import("zod").ZodString;
|
|
16320
|
+
projectRoot: import("zod").ZodString;
|
|
16321
|
+
fingerprint: import("zod").ZodString;
|
|
16322
|
+
runId: import("zod").ZodString;
|
|
16323
|
+
}, import("zod/v4/core").$strip>>;
|
|
14707
16324
|
agentId: import("zod").ZodNullable<import("zod").ZodGUID>;
|
|
14708
16325
|
workspaceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
14709
16326
|
personalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -14761,7 +16378,19 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14761
16378
|
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14762
16379
|
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
14763
16380
|
}, import("zod/v4/core").$strip>;
|
|
16381
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
16382
|
+
type: import("zod").ZodLiteral<"workflow">;
|
|
16383
|
+
definitionId: import("zod").ZodString;
|
|
16384
|
+
projectRoot: import("zod").ZodString;
|
|
14764
16385
|
}, import("zod/v4/core").$strip>], "type">>;
|
|
16386
|
+
workflow: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
16387
|
+
definitionId: import("zod").ZodString;
|
|
16388
|
+
title: import("zod").ZodString;
|
|
16389
|
+
kind: import("zod").ZodString;
|
|
16390
|
+
projectRoot: import("zod").ZodString;
|
|
16391
|
+
fingerprint: import("zod").ZodString;
|
|
16392
|
+
runId: import("zod").ZodString;
|
|
16393
|
+
}, import("zod/v4/core").$strip>>;
|
|
14765
16394
|
agentId: import("zod").ZodNullable<import("zod").ZodGUID>;
|
|
14766
16395
|
workspaceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
14767
16396
|
personalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -14779,14 +16408,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14779
16408
|
schedule: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
14780
16409
|
prompt: import("zod").ZodString;
|
|
14781
16410
|
name: import("zod").ZodNullable<import("zod").ZodString>;
|
|
14782
|
-
id: import("zod").ZodString;
|
|
14783
|
-
createdAt: import("zod").ZodString;
|
|
14784
|
-
updatedAt: import("zod").ZodString;
|
|
14785
16411
|
status: import("zod").ZodEnum<{
|
|
14786
16412
|
completed: "completed";
|
|
14787
16413
|
active: "active";
|
|
14788
16414
|
paused: "paused";
|
|
14789
16415
|
}>;
|
|
16416
|
+
id: import("zod").ZodString;
|
|
16417
|
+
createdAt: import("zod").ZodString;
|
|
16418
|
+
updatedAt: import("zod").ZodString;
|
|
14790
16419
|
expiresAt: import("zod").ZodNullable<import("zod").ZodString>;
|
|
14791
16420
|
target: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
14792
16421
|
type: import("zod").ZodLiteral<"agent">;
|
|
@@ -14820,6 +16449,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14820
16449
|
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14821
16450
|
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
14822
16451
|
}, import("zod/v4/core").$strip>;
|
|
16452
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
16453
|
+
type: import("zod").ZodLiteral<"workflow">;
|
|
16454
|
+
definitionId: import("zod").ZodString;
|
|
16455
|
+
projectRoot: import("zod").ZodString;
|
|
14823
16456
|
}, import("zod/v4/core").$strip>], "type">;
|
|
14824
16457
|
cadence: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
14825
16458
|
type: import("zod").ZodLiteral<"every">;
|
|
@@ -14851,14 +16484,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14851
16484
|
schedule: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
14852
16485
|
prompt: import("zod").ZodString;
|
|
14853
16486
|
name: import("zod").ZodNullable<import("zod").ZodString>;
|
|
14854
|
-
id: import("zod").ZodString;
|
|
14855
|
-
createdAt: import("zod").ZodString;
|
|
14856
|
-
updatedAt: import("zod").ZodString;
|
|
14857
16487
|
status: import("zod").ZodEnum<{
|
|
14858
16488
|
completed: "completed";
|
|
14859
16489
|
active: "active";
|
|
14860
16490
|
paused: "paused";
|
|
14861
16491
|
}>;
|
|
16492
|
+
id: import("zod").ZodString;
|
|
16493
|
+
createdAt: import("zod").ZodString;
|
|
16494
|
+
updatedAt: import("zod").ZodString;
|
|
14862
16495
|
expiresAt: import("zod").ZodNullable<import("zod").ZodString>;
|
|
14863
16496
|
target: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
14864
16497
|
type: import("zod").ZodLiteral<"agent">;
|
|
@@ -14892,6 +16525,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14892
16525
|
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14893
16526
|
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
14894
16527
|
}, import("zod/v4/core").$strip>;
|
|
16528
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
16529
|
+
type: import("zod").ZodLiteral<"workflow">;
|
|
16530
|
+
definitionId: import("zod").ZodString;
|
|
16531
|
+
projectRoot: import("zod").ZodString;
|
|
14895
16532
|
}, import("zod/v4/core").$strip>], "type">;
|
|
14896
16533
|
cadence: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
14897
16534
|
type: import("zod").ZodLiteral<"every">;
|
|
@@ -14971,6 +16608,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14971
16608
|
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14972
16609
|
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
14973
16610
|
}, import("zod/v4/core").$strip>;
|
|
16611
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
16612
|
+
type: import("zod").ZodLiteral<"workflow">;
|
|
16613
|
+
definitionId: import("zod").ZodString;
|
|
16614
|
+
projectRoot: import("zod").ZodString;
|
|
14974
16615
|
}, import("zod/v4/core").$strip>], "type">;
|
|
14975
16616
|
status: import("zod").ZodEnum<{
|
|
14976
16617
|
completed: "completed";
|
|
@@ -15034,7 +16675,19 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15034
16675
|
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15035
16676
|
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
15036
16677
|
}, import("zod/v4/core").$strip>;
|
|
16678
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
16679
|
+
type: import("zod").ZodLiteral<"workflow">;
|
|
16680
|
+
definitionId: import("zod").ZodString;
|
|
16681
|
+
projectRoot: import("zod").ZodString;
|
|
15037
16682
|
}, import("zod/v4/core").$strip>], "type">>;
|
|
16683
|
+
workflow: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
16684
|
+
definitionId: import("zod").ZodString;
|
|
16685
|
+
title: import("zod").ZodString;
|
|
16686
|
+
kind: import("zod").ZodString;
|
|
16687
|
+
projectRoot: import("zod").ZodString;
|
|
16688
|
+
fingerprint: import("zod").ZodString;
|
|
16689
|
+
runId: import("zod").ZodString;
|
|
16690
|
+
}, import("zod/v4/core").$strip>>;
|
|
15038
16691
|
agentId: import("zod").ZodNullable<import("zod").ZodGUID>;
|
|
15039
16692
|
workspaceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
15040
16693
|
personalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -15094,6 +16747,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15094
16747
|
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15095
16748
|
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
15096
16749
|
}, import("zod/v4/core").$strip>;
|
|
16750
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
16751
|
+
type: import("zod").ZodLiteral<"workflow">;
|
|
16752
|
+
definitionId: import("zod").ZodString;
|
|
16753
|
+
projectRoot: import("zod").ZodString;
|
|
15097
16754
|
}, import("zod/v4/core").$strip>], "type">;
|
|
15098
16755
|
status: import("zod").ZodEnum<{
|
|
15099
16756
|
completed: "completed";
|
|
@@ -15157,7 +16814,19 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15157
16814
|
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15158
16815
|
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
15159
16816
|
}, import("zod/v4/core").$strip>;
|
|
16817
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
16818
|
+
type: import("zod").ZodLiteral<"workflow">;
|
|
16819
|
+
definitionId: import("zod").ZodString;
|
|
16820
|
+
projectRoot: import("zod").ZodString;
|
|
15160
16821
|
}, import("zod/v4/core").$strip>], "type">>;
|
|
16822
|
+
workflow: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
16823
|
+
definitionId: import("zod").ZodString;
|
|
16824
|
+
title: import("zod").ZodString;
|
|
16825
|
+
kind: import("zod").ZodString;
|
|
16826
|
+
projectRoot: import("zod").ZodString;
|
|
16827
|
+
fingerprint: import("zod").ZodString;
|
|
16828
|
+
runId: import("zod").ZodString;
|
|
16829
|
+
}, import("zod/v4/core").$strip>>;
|
|
15161
16830
|
agentId: import("zod").ZodNullable<import("zod").ZodGUID>;
|
|
15162
16831
|
workspaceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
15163
16832
|
personalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -15216,8 +16885,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15216
16885
|
stopped: "stopped";
|
|
15217
16886
|
}>;
|
|
15218
16887
|
workerOutcome: import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
15219
|
-
completed: "completed";
|
|
15220
16888
|
failed: "failed";
|
|
16889
|
+
completed: "completed";
|
|
15221
16890
|
canceled: "canceled";
|
|
15222
16891
|
}>>;
|
|
15223
16892
|
failureReason: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -15328,8 +16997,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15328
16997
|
stopped: "stopped";
|
|
15329
16998
|
}>;
|
|
15330
16999
|
workerOutcome: import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
15331
|
-
completed: "completed";
|
|
15332
17000
|
failed: "failed";
|
|
17001
|
+
completed: "completed";
|
|
15333
17002
|
canceled: "canceled";
|
|
15334
17003
|
}>>;
|
|
15335
17004
|
failureReason: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -15420,8 +17089,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15420
17089
|
stopped: "stopped";
|
|
15421
17090
|
}>;
|
|
15422
17091
|
workerOutcome: import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
15423
|
-
completed: "completed";
|
|
15424
17092
|
failed: "failed";
|
|
17093
|
+
completed: "completed";
|
|
15425
17094
|
canceled: "canceled";
|
|
15426
17095
|
}>>;
|
|
15427
17096
|
failureReason: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -15529,8 +17198,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15529
17198
|
stopped: "stopped";
|
|
15530
17199
|
}>;
|
|
15531
17200
|
workerOutcome: import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
15532
|
-
completed: "completed";
|
|
15533
17201
|
failed: "failed";
|
|
17202
|
+
completed: "completed";
|
|
15534
17203
|
canceled: "canceled";
|
|
15535
17204
|
}>>;
|
|
15536
17205
|
failureReason: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -15579,8 +17248,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15579
17248
|
payload: import("zod").ZodObject<{
|
|
15580
17249
|
requestId: import("zod").ZodString;
|
|
15581
17250
|
phase: import("zod").ZodEnum<{
|
|
15582
|
-
complete: "complete";
|
|
15583
17251
|
starting: "starting";
|
|
17252
|
+
complete: "complete";
|
|
15584
17253
|
downloading: "downloading";
|
|
15585
17254
|
installing: "installing";
|
|
15586
17255
|
}>;
|
|
@@ -15590,14 +17259,173 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15590
17259
|
payload: import("zod").ZodObject<{
|
|
15591
17260
|
requestId: import("zod").ZodString;
|
|
15592
17261
|
success: import("zod").ZodBoolean;
|
|
15593
|
-
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15594
|
-
previousVersion: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15595
|
-
newVersion: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17262
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17263
|
+
previousVersion: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17264
|
+
newVersion: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17265
|
+
}, import("zod/v4/core").$strip>;
|
|
17266
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17267
|
+
type: import("zod").ZodLiteral<"artifact.list.response">;
|
|
17268
|
+
payload: import("zod").ZodObject<{
|
|
17269
|
+
artifacts: import("zod").ZodArray<import("zod").ZodObject<{
|
|
17270
|
+
id: import("zod").ZodString;
|
|
17271
|
+
name: import("zod").ZodString;
|
|
17272
|
+
description: import("zod").ZodString;
|
|
17273
|
+
projectId: import("zod").ZodString;
|
|
17274
|
+
filePath: import("zod").ZodString;
|
|
17275
|
+
kind: import("zod").ZodEnum<{
|
|
17276
|
+
html: "html";
|
|
17277
|
+
}>;
|
|
17278
|
+
starred: import("zod").ZodBoolean;
|
|
17279
|
+
status: import("zod").ZodEnum<{
|
|
17280
|
+
error: "error";
|
|
17281
|
+
ready: "ready";
|
|
17282
|
+
generating: "generating";
|
|
17283
|
+
}>;
|
|
17284
|
+
createdAt: import("zod").ZodString;
|
|
17285
|
+
updatedAt: import("zod").ZodString;
|
|
17286
|
+
generationAgentId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17287
|
+
generationProvider: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17288
|
+
generationModel: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17289
|
+
generationModeId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17290
|
+
generationThinkingOptionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17291
|
+
generationSpinner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
17292
|
+
glowA: import("zod").ZodString;
|
|
17293
|
+
glowB: import("zod").ZodString;
|
|
17294
|
+
}, import("zod/v4/core").$loose>>>;
|
|
17295
|
+
generationPersonalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17296
|
+
source: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
17297
|
+
kind: import("zod").ZodLiteral<"chat">;
|
|
17298
|
+
agentId: import("zod").ZodString;
|
|
17299
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17300
|
+
kind: import("zod").ZodLiteral<"workflow">;
|
|
17301
|
+
workflowId: import("zod").ZodString;
|
|
17302
|
+
runId: import("zod").ZodString;
|
|
17303
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17304
|
+
kind: import("zod").ZodLiteral<"schedule">;
|
|
17305
|
+
scheduleId: import("zod").ZodString;
|
|
17306
|
+
runId: import("zod").ZodString;
|
|
17307
|
+
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17308
|
+
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17309
|
+
repository: "repository";
|
|
17310
|
+
host: "host";
|
|
17311
|
+
}>>;
|
|
17312
|
+
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17313
|
+
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17314
|
+
}, import("zod/v4/core").$strip>>;
|
|
17315
|
+
success: import("zod").ZodBoolean;
|
|
17316
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
17317
|
+
requestId: import("zod").ZodString;
|
|
17318
|
+
}, import("zod/v4/core").$strip>;
|
|
17319
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17320
|
+
type: import("zod").ZodLiteral<"artifact.create.response">;
|
|
17321
|
+
payload: import("zod").ZodObject<{
|
|
17322
|
+
artifact: import("zod").ZodObject<{
|
|
17323
|
+
id: import("zod").ZodString;
|
|
17324
|
+
name: import("zod").ZodString;
|
|
17325
|
+
description: import("zod").ZodString;
|
|
17326
|
+
projectId: import("zod").ZodString;
|
|
17327
|
+
filePath: import("zod").ZodString;
|
|
17328
|
+
kind: import("zod").ZodEnum<{
|
|
17329
|
+
html: "html";
|
|
17330
|
+
}>;
|
|
17331
|
+
starred: import("zod").ZodBoolean;
|
|
17332
|
+
status: import("zod").ZodEnum<{
|
|
17333
|
+
error: "error";
|
|
17334
|
+
ready: "ready";
|
|
17335
|
+
generating: "generating";
|
|
17336
|
+
}>;
|
|
17337
|
+
createdAt: import("zod").ZodString;
|
|
17338
|
+
updatedAt: import("zod").ZodString;
|
|
17339
|
+
generationAgentId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17340
|
+
generationProvider: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17341
|
+
generationModel: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17342
|
+
generationModeId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17343
|
+
generationThinkingOptionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17344
|
+
generationSpinner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
17345
|
+
glowA: import("zod").ZodString;
|
|
17346
|
+
glowB: import("zod").ZodString;
|
|
17347
|
+
}, import("zod/v4/core").$loose>>>;
|
|
17348
|
+
generationPersonalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17349
|
+
source: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
17350
|
+
kind: import("zod").ZodLiteral<"chat">;
|
|
17351
|
+
agentId: import("zod").ZodString;
|
|
17352
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17353
|
+
kind: import("zod").ZodLiteral<"workflow">;
|
|
17354
|
+
workflowId: import("zod").ZodString;
|
|
17355
|
+
runId: import("zod").ZodString;
|
|
17356
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17357
|
+
kind: import("zod").ZodLiteral<"schedule">;
|
|
17358
|
+
scheduleId: import("zod").ZodString;
|
|
17359
|
+
runId: import("zod").ZodString;
|
|
17360
|
+
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17361
|
+
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17362
|
+
repository: "repository";
|
|
17363
|
+
host: "host";
|
|
17364
|
+
}>>;
|
|
17365
|
+
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17366
|
+
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17367
|
+
}, import("zod/v4/core").$strip>;
|
|
17368
|
+
success: import("zod").ZodBoolean;
|
|
17369
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
17370
|
+
requestId: import("zod").ZodString;
|
|
17371
|
+
}, import("zod/v4/core").$strip>;
|
|
17372
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17373
|
+
type: import("zod").ZodLiteral<"artifact.update.response">;
|
|
17374
|
+
payload: import("zod").ZodObject<{
|
|
17375
|
+
artifact: import("zod").ZodObject<{
|
|
17376
|
+
id: import("zod").ZodString;
|
|
17377
|
+
name: import("zod").ZodString;
|
|
17378
|
+
description: import("zod").ZodString;
|
|
17379
|
+
projectId: import("zod").ZodString;
|
|
17380
|
+
filePath: import("zod").ZodString;
|
|
17381
|
+
kind: import("zod").ZodEnum<{
|
|
17382
|
+
html: "html";
|
|
17383
|
+
}>;
|
|
17384
|
+
starred: import("zod").ZodBoolean;
|
|
17385
|
+
status: import("zod").ZodEnum<{
|
|
17386
|
+
error: "error";
|
|
17387
|
+
ready: "ready";
|
|
17388
|
+
generating: "generating";
|
|
17389
|
+
}>;
|
|
17390
|
+
createdAt: import("zod").ZodString;
|
|
17391
|
+
updatedAt: import("zod").ZodString;
|
|
17392
|
+
generationAgentId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17393
|
+
generationProvider: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17394
|
+
generationModel: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17395
|
+
generationModeId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17396
|
+
generationThinkingOptionId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17397
|
+
generationSpinner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
17398
|
+
glowA: import("zod").ZodString;
|
|
17399
|
+
glowB: import("zod").ZodString;
|
|
17400
|
+
}, import("zod/v4/core").$loose>>>;
|
|
17401
|
+
generationPersonalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17402
|
+
source: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
17403
|
+
kind: import("zod").ZodLiteral<"chat">;
|
|
17404
|
+
agentId: import("zod").ZodString;
|
|
17405
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17406
|
+
kind: import("zod").ZodLiteral<"workflow">;
|
|
17407
|
+
workflowId: import("zod").ZodString;
|
|
17408
|
+
runId: import("zod").ZodString;
|
|
17409
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17410
|
+
kind: import("zod").ZodLiteral<"schedule">;
|
|
17411
|
+
scheduleId: import("zod").ZodString;
|
|
17412
|
+
runId: import("zod").ZodString;
|
|
17413
|
+
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17414
|
+
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17415
|
+
repository: "repository";
|
|
17416
|
+
host: "host";
|
|
17417
|
+
}>>;
|
|
17418
|
+
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17419
|
+
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17420
|
+
}, import("zod/v4/core").$strip>;
|
|
17421
|
+
success: import("zod").ZodBoolean;
|
|
17422
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
17423
|
+
requestId: import("zod").ZodString;
|
|
15596
17424
|
}, import("zod/v4/core").$strip>;
|
|
15597
17425
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
15598
|
-
type: import("zod").ZodLiteral<"artifact.
|
|
17426
|
+
type: import("zod").ZodLiteral<"artifact.regenerate.response">;
|
|
15599
17427
|
payload: import("zod").ZodObject<{
|
|
15600
|
-
|
|
17428
|
+
artifact: import("zod").ZodObject<{
|
|
15601
17429
|
id: import("zod").ZodString;
|
|
15602
17430
|
name: import("zod").ZodString;
|
|
15603
17431
|
description: import("zod").ZodString;
|
|
@@ -15624,14 +17452,31 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15624
17452
|
glowB: import("zod").ZodString;
|
|
15625
17453
|
}, import("zod/v4/core").$loose>>>;
|
|
15626
17454
|
generationPersonalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17455
|
+
source: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
17456
|
+
kind: import("zod").ZodLiteral<"chat">;
|
|
17457
|
+
agentId: import("zod").ZodString;
|
|
17458
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17459
|
+
kind: import("zod").ZodLiteral<"workflow">;
|
|
17460
|
+
workflowId: import("zod").ZodString;
|
|
17461
|
+
runId: import("zod").ZodString;
|
|
17462
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17463
|
+
kind: import("zod").ZodLiteral<"schedule">;
|
|
17464
|
+
scheduleId: import("zod").ZodString;
|
|
17465
|
+
runId: import("zod").ZodString;
|
|
17466
|
+
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17467
|
+
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17468
|
+
repository: "repository";
|
|
17469
|
+
host: "host";
|
|
17470
|
+
}>>;
|
|
17471
|
+
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15627
17472
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15628
|
-
}, import("zod/v4/core").$strip
|
|
17473
|
+
}, import("zod/v4/core").$strip>;
|
|
15629
17474
|
success: import("zod").ZodBoolean;
|
|
15630
17475
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15631
17476
|
requestId: import("zod").ZodString;
|
|
15632
17477
|
}, import("zod/v4/core").$strip>;
|
|
15633
17478
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
15634
|
-
type: import("zod").ZodLiteral<"artifact.
|
|
17479
|
+
type: import("zod").ZodLiteral<"artifact.cancel.response">;
|
|
15635
17480
|
payload: import("zod").ZodObject<{
|
|
15636
17481
|
artifact: import("zod").ZodObject<{
|
|
15637
17482
|
id: import("zod").ZodString;
|
|
@@ -15660,6 +17505,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15660
17505
|
glowB: import("zod").ZodString;
|
|
15661
17506
|
}, import("zod/v4/core").$loose>>>;
|
|
15662
17507
|
generationPersonalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17508
|
+
source: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
17509
|
+
kind: import("zod").ZodLiteral<"chat">;
|
|
17510
|
+
agentId: import("zod").ZodString;
|
|
17511
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17512
|
+
kind: import("zod").ZodLiteral<"workflow">;
|
|
17513
|
+
workflowId: import("zod").ZodString;
|
|
17514
|
+
runId: import("zod").ZodString;
|
|
17515
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17516
|
+
kind: import("zod").ZodLiteral<"schedule">;
|
|
17517
|
+
scheduleId: import("zod").ZodString;
|
|
17518
|
+
runId: import("zod").ZodString;
|
|
17519
|
+
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17520
|
+
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17521
|
+
repository: "repository";
|
|
17522
|
+
host: "host";
|
|
17523
|
+
}>>;
|
|
17524
|
+
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15663
17525
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15664
17526
|
}, import("zod/v4/core").$strip>;
|
|
15665
17527
|
success: import("zod").ZodBoolean;
|
|
@@ -15667,7 +17529,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15667
17529
|
requestId: import("zod").ZodString;
|
|
15668
17530
|
}, import("zod/v4/core").$strip>;
|
|
15669
17531
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
15670
|
-
type: import("zod").ZodLiteral<"artifact.
|
|
17532
|
+
type: import("zod").ZodLiteral<"artifact.delete.response">;
|
|
17533
|
+
payload: import("zod").ZodObject<{
|
|
17534
|
+
success: import("zod").ZodBoolean;
|
|
17535
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
17536
|
+
requestId: import("zod").ZodString;
|
|
17537
|
+
}, import("zod/v4/core").$strip>;
|
|
17538
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17539
|
+
type: import("zod").ZodLiteral<"artifact.star.response">;
|
|
15671
17540
|
payload: import("zod").ZodObject<{
|
|
15672
17541
|
artifact: import("zod").ZodObject<{
|
|
15673
17542
|
id: import("zod").ZodString;
|
|
@@ -15696,6 +17565,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15696
17565
|
glowB: import("zod").ZodString;
|
|
15697
17566
|
}, import("zod/v4/core").$loose>>>;
|
|
15698
17567
|
generationPersonalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17568
|
+
source: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
17569
|
+
kind: import("zod").ZodLiteral<"chat">;
|
|
17570
|
+
agentId: import("zod").ZodString;
|
|
17571
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17572
|
+
kind: import("zod").ZodLiteral<"workflow">;
|
|
17573
|
+
workflowId: import("zod").ZodString;
|
|
17574
|
+
runId: import("zod").ZodString;
|
|
17575
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17576
|
+
kind: import("zod").ZodLiteral<"schedule">;
|
|
17577
|
+
scheduleId: import("zod").ZodString;
|
|
17578
|
+
runId: import("zod").ZodString;
|
|
17579
|
+
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17580
|
+
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17581
|
+
repository: "repository";
|
|
17582
|
+
host: "host";
|
|
17583
|
+
}>>;
|
|
17584
|
+
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15699
17585
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15700
17586
|
}, import("zod/v4/core").$strip>;
|
|
15701
17587
|
success: import("zod").ZodBoolean;
|
|
@@ -15703,7 +17589,15 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15703
17589
|
requestId: import("zod").ZodString;
|
|
15704
17590
|
}, import("zod/v4/core").$strip>;
|
|
15705
17591
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
15706
|
-
type: import("zod").ZodLiteral<"artifact.
|
|
17592
|
+
type: import("zod").ZodLiteral<"artifact.get-content.response">;
|
|
17593
|
+
payload: import("zod").ZodObject<{
|
|
17594
|
+
content: import("zod").ZodString;
|
|
17595
|
+
success: import("zod").ZodBoolean;
|
|
17596
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
17597
|
+
requestId: import("zod").ZodString;
|
|
17598
|
+
}, import("zod/v4/core").$strip>;
|
|
17599
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17600
|
+
type: import("zod").ZodLiteral<"artifact.repair.response">;
|
|
15707
17601
|
payload: import("zod").ZodObject<{
|
|
15708
17602
|
artifact: import("zod").ZodObject<{
|
|
15709
17603
|
id: import("zod").ZodString;
|
|
@@ -15732,6 +17626,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15732
17626
|
glowB: import("zod").ZodString;
|
|
15733
17627
|
}, import("zod/v4/core").$loose>>>;
|
|
15734
17628
|
generationPersonalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17629
|
+
source: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
17630
|
+
kind: import("zod").ZodLiteral<"chat">;
|
|
17631
|
+
agentId: import("zod").ZodString;
|
|
17632
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17633
|
+
kind: import("zod").ZodLiteral<"workflow">;
|
|
17634
|
+
workflowId: import("zod").ZodString;
|
|
17635
|
+
runId: import("zod").ZodString;
|
|
17636
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17637
|
+
kind: import("zod").ZodLiteral<"schedule">;
|
|
17638
|
+
scheduleId: import("zod").ZodString;
|
|
17639
|
+
runId: import("zod").ZodString;
|
|
17640
|
+
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17641
|
+
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17642
|
+
repository: "repository";
|
|
17643
|
+
host: "host";
|
|
17644
|
+
}>>;
|
|
17645
|
+
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15735
17646
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15736
17647
|
}, import("zod/v4/core").$strip>;
|
|
15737
17648
|
success: import("zod").ZodBoolean;
|
|
@@ -15739,7 +17650,15 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15739
17650
|
requestId: import("zod").ZodString;
|
|
15740
17651
|
}, import("zod/v4/core").$strip>;
|
|
15741
17652
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
15742
|
-
type: import("zod").ZodLiteral<"artifact.
|
|
17653
|
+
type: import("zod").ZodLiteral<"artifact.data.get.response">;
|
|
17654
|
+
payload: import("zod").ZodObject<{
|
|
17655
|
+
data: import("zod").ZodNullable<import("zod").ZodJSONSchema>;
|
|
17656
|
+
success: import("zod").ZodBoolean;
|
|
17657
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
17658
|
+
requestId: import("zod").ZodString;
|
|
17659
|
+
}, import("zod/v4/core").$strip>;
|
|
17660
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17661
|
+
type: import("zod").ZodLiteral<"artifact.data.update.response">;
|
|
15743
17662
|
payload: import("zod").ZodObject<{
|
|
15744
17663
|
artifact: import("zod").ZodObject<{
|
|
15745
17664
|
id: import("zod").ZodString;
|
|
@@ -15768,6 +17687,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15768
17687
|
glowB: import("zod").ZodString;
|
|
15769
17688
|
}, import("zod/v4/core").$loose>>>;
|
|
15770
17689
|
generationPersonalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17690
|
+
source: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
17691
|
+
kind: import("zod").ZodLiteral<"chat">;
|
|
17692
|
+
agentId: import("zod").ZodString;
|
|
17693
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17694
|
+
kind: import("zod").ZodLiteral<"workflow">;
|
|
17695
|
+
workflowId: import("zod").ZodString;
|
|
17696
|
+
runId: import("zod").ZodString;
|
|
17697
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17698
|
+
kind: import("zod").ZodLiteral<"schedule">;
|
|
17699
|
+
scheduleId: import("zod").ZodString;
|
|
17700
|
+
runId: import("zod").ZodString;
|
|
17701
|
+
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17702
|
+
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17703
|
+
repository: "repository";
|
|
17704
|
+
host: "host";
|
|
17705
|
+
}>>;
|
|
17706
|
+
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15771
17707
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15772
17708
|
}, import("zod/v4/core").$strip>;
|
|
15773
17709
|
success: import("zod").ZodBoolean;
|
|
@@ -15775,14 +17711,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15775
17711
|
requestId: import("zod").ZodString;
|
|
15776
17712
|
}, import("zod/v4/core").$strip>;
|
|
15777
17713
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
15778
|
-
type: import("zod").ZodLiteral<"artifact.
|
|
15779
|
-
payload: import("zod").ZodObject<{
|
|
15780
|
-
success: import("zod").ZodBoolean;
|
|
15781
|
-
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15782
|
-
requestId: import("zod").ZodString;
|
|
15783
|
-
}, import("zod/v4/core").$strip>;
|
|
15784
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
15785
|
-
type: import("zod").ZodLiteral<"artifact.star.response">;
|
|
17714
|
+
type: import("zod").ZodLiteral<"artifact.store.move.response">;
|
|
15786
17715
|
payload: import("zod").ZodObject<{
|
|
15787
17716
|
artifact: import("zod").ZodObject<{
|
|
15788
17717
|
id: import("zod").ZodString;
|
|
@@ -15811,6 +17740,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15811
17740
|
glowB: import("zod").ZodString;
|
|
15812
17741
|
}, import("zod/v4/core").$loose>>>;
|
|
15813
17742
|
generationPersonalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17743
|
+
source: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
17744
|
+
kind: import("zod").ZodLiteral<"chat">;
|
|
17745
|
+
agentId: import("zod").ZodString;
|
|
17746
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17747
|
+
kind: import("zod").ZodLiteral<"workflow">;
|
|
17748
|
+
workflowId: import("zod").ZodString;
|
|
17749
|
+
runId: import("zod").ZodString;
|
|
17750
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17751
|
+
kind: import("zod").ZodLiteral<"schedule">;
|
|
17752
|
+
scheduleId: import("zod").ZodString;
|
|
17753
|
+
runId: import("zod").ZodString;
|
|
17754
|
+
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17755
|
+
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17756
|
+
repository: "repository";
|
|
17757
|
+
host: "host";
|
|
17758
|
+
}>>;
|
|
17759
|
+
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15814
17760
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15815
17761
|
}, import("zod/v4/core").$strip>;
|
|
15816
17762
|
success: import("zod").ZodBoolean;
|
|
@@ -15818,12 +17764,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15818
17764
|
requestId: import("zod").ZodString;
|
|
15819
17765
|
}, import("zod/v4/core").$strip>;
|
|
15820
17766
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
15821
|
-
type: import("zod").ZodLiteral<"artifact.
|
|
17767
|
+
type: import("zod").ZodLiteral<"project.artifact.store.set.response">;
|
|
15822
17768
|
payload: import("zod").ZodObject<{
|
|
15823
|
-
content: import("zod").ZodString;
|
|
15824
|
-
success: import("zod").ZodBoolean;
|
|
15825
|
-
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15826
17769
|
requestId: import("zod").ZodString;
|
|
17770
|
+
projectId: import("zod").ZodString;
|
|
17771
|
+
accepted: import("zod").ZodBoolean;
|
|
17772
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15827
17773
|
}, import("zod/v4/core").$strip>;
|
|
15828
17774
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
15829
17775
|
type: import("zod").ZodLiteral<"artifact.created.notification">;
|
|
@@ -15855,6 +17801,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15855
17801
|
glowB: import("zod").ZodString;
|
|
15856
17802
|
}, import("zod/v4/core").$loose>>>;
|
|
15857
17803
|
generationPersonalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17804
|
+
source: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
17805
|
+
kind: import("zod").ZodLiteral<"chat">;
|
|
17806
|
+
agentId: import("zod").ZodString;
|
|
17807
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17808
|
+
kind: import("zod").ZodLiteral<"workflow">;
|
|
17809
|
+
workflowId: import("zod").ZodString;
|
|
17810
|
+
runId: import("zod").ZodString;
|
|
17811
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17812
|
+
kind: import("zod").ZodLiteral<"schedule">;
|
|
17813
|
+
scheduleId: import("zod").ZodString;
|
|
17814
|
+
runId: import("zod").ZodString;
|
|
17815
|
+
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17816
|
+
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17817
|
+
repository: "repository";
|
|
17818
|
+
host: "host";
|
|
17819
|
+
}>>;
|
|
17820
|
+
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15858
17821
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15859
17822
|
}, import("zod/v4/core").$strip>;
|
|
15860
17823
|
}, import("zod/v4/core").$strip>;
|
|
@@ -15888,6 +17851,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15888
17851
|
glowB: import("zod").ZodString;
|
|
15889
17852
|
}, import("zod/v4/core").$loose>>>;
|
|
15890
17853
|
generationPersonalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17854
|
+
source: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
17855
|
+
kind: import("zod").ZodLiteral<"chat">;
|
|
17856
|
+
agentId: import("zod").ZodString;
|
|
17857
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17858
|
+
kind: import("zod").ZodLiteral<"workflow">;
|
|
17859
|
+
workflowId: import("zod").ZodString;
|
|
17860
|
+
runId: import("zod").ZodString;
|
|
17861
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17862
|
+
kind: import("zod").ZodLiteral<"schedule">;
|
|
17863
|
+
scheduleId: import("zod").ZodString;
|
|
17864
|
+
runId: import("zod").ZodString;
|
|
17865
|
+
}, import("zod/v4/core").$strip>], "kind">>;
|
|
17866
|
+
storageLocation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17867
|
+
repository: "repository";
|
|
17868
|
+
host: "host";
|
|
17869
|
+
}>>;
|
|
17870
|
+
repairAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15891
17871
|
errorMessage: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15892
17872
|
}, import("zod/v4/core").$strip>;
|
|
15893
17873
|
}, import("zod/v4/core").$strip>;
|
|
@@ -15896,6 +17876,263 @@ export declare const WSOutboundMessageSchema: {
|
|
|
15896
17876
|
payload: import("zod").ZodObject<{
|
|
15897
17877
|
artifactId: import("zod").ZodString;
|
|
15898
17878
|
}, import("zod/v4/core").$strip>;
|
|
17879
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17880
|
+
type: import("zod").ZodLiteral<"architectural-views.deliver.response">;
|
|
17881
|
+
payload: import("zod").ZodObject<{
|
|
17882
|
+
requestId: import("zod").ZodString;
|
|
17883
|
+
success: import("zod").ZodBoolean;
|
|
17884
|
+
viewId: import("zod").ZodString;
|
|
17885
|
+
storeLocation: import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
17886
|
+
repository: "repository";
|
|
17887
|
+
host: "host";
|
|
17888
|
+
}>>;
|
|
17889
|
+
htmlPath: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17890
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17891
|
+
}, import("zod/v4/core").$strip>;
|
|
17892
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17893
|
+
type: import("zod").ZodLiteral<"architectural-views.list.response">;
|
|
17894
|
+
payload: import("zod").ZodObject<{
|
|
17895
|
+
requestId: import("zod").ZodString;
|
|
17896
|
+
success: import("zod").ZodBoolean;
|
|
17897
|
+
views: import("zod").ZodArray<import("zod").ZodObject<{
|
|
17898
|
+
id: import("zod").ZodString;
|
|
17899
|
+
title: import("zod").ZodString;
|
|
17900
|
+
knowledgeReferences: import("zod").ZodArray<import("zod").ZodObject<{
|
|
17901
|
+
kind: import("zod").ZodEnum<{
|
|
17902
|
+
record: "record";
|
|
17903
|
+
root: "root";
|
|
17904
|
+
}>;
|
|
17905
|
+
id: import("zod").ZodString;
|
|
17906
|
+
}, import("zod/v4/core").$strip>>;
|
|
17907
|
+
storeLocation: import("zod").ZodEnum<{
|
|
17908
|
+
repository: "repository";
|
|
17909
|
+
host: "host";
|
|
17910
|
+
}>;
|
|
17911
|
+
htmlPath: import("zod").ZodString;
|
|
17912
|
+
renderedAt: import("zod").ZodString;
|
|
17913
|
+
diagramType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17914
|
+
workflow: "workflow";
|
|
17915
|
+
architecture: "architecture";
|
|
17916
|
+
sequence: "sequence";
|
|
17917
|
+
dataflow: "dataflow";
|
|
17918
|
+
lifecycle: "lifecycle";
|
|
17919
|
+
}>>;
|
|
17920
|
+
sourceStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17921
|
+
unknown: "unknown";
|
|
17922
|
+
stale: "stale";
|
|
17923
|
+
current: "current";
|
|
17924
|
+
}>>;
|
|
17925
|
+
}, import("zod/v4/core").$strip>>;
|
|
17926
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17927
|
+
}, import("zod/v4/core").$strip>;
|
|
17928
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17929
|
+
type: import("zod").ZodLiteral<"architectural-views.get-content.response">;
|
|
17930
|
+
payload: import("zod").ZodObject<{
|
|
17931
|
+
requestId: import("zod").ZodString;
|
|
17932
|
+
success: import("zod").ZodBoolean;
|
|
17933
|
+
view: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
17934
|
+
id: import("zod").ZodString;
|
|
17935
|
+
title: import("zod").ZodString;
|
|
17936
|
+
knowledgeReferences: import("zod").ZodArray<import("zod").ZodObject<{
|
|
17937
|
+
kind: import("zod").ZodEnum<{
|
|
17938
|
+
record: "record";
|
|
17939
|
+
root: "root";
|
|
17940
|
+
}>;
|
|
17941
|
+
id: import("zod").ZodString;
|
|
17942
|
+
}, import("zod/v4/core").$strip>>;
|
|
17943
|
+
storeLocation: import("zod").ZodEnum<{
|
|
17944
|
+
repository: "repository";
|
|
17945
|
+
host: "host";
|
|
17946
|
+
}>;
|
|
17947
|
+
htmlPath: import("zod").ZodString;
|
|
17948
|
+
renderedAt: import("zod").ZodString;
|
|
17949
|
+
diagramType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17950
|
+
workflow: "workflow";
|
|
17951
|
+
architecture: "architecture";
|
|
17952
|
+
sequence: "sequence";
|
|
17953
|
+
dataflow: "dataflow";
|
|
17954
|
+
lifecycle: "lifecycle";
|
|
17955
|
+
}>>;
|
|
17956
|
+
sourceStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17957
|
+
unknown: "unknown";
|
|
17958
|
+
stale: "stale";
|
|
17959
|
+
current: "current";
|
|
17960
|
+
}>>;
|
|
17961
|
+
}, import("zod/v4/core").$strip>>;
|
|
17962
|
+
html: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17963
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17964
|
+
}, import("zod/v4/core").$strip>;
|
|
17965
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17966
|
+
type: import("zod").ZodLiteral<"architectural-views.draft.create.response">;
|
|
17967
|
+
payload: import("zod").ZodObject<{
|
|
17968
|
+
requestId: import("zod").ZodString;
|
|
17969
|
+
success: import("zod").ZodBoolean;
|
|
17970
|
+
draft: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
17971
|
+
id: import("zod").ZodString;
|
|
17972
|
+
viewId: import("zod").ZodString;
|
|
17973
|
+
title: import("zod").ZodString;
|
|
17974
|
+
knowledgeReferences: import("zod").ZodArray<import("zod").ZodObject<{
|
|
17975
|
+
kind: import("zod").ZodEnum<{
|
|
17976
|
+
record: "record";
|
|
17977
|
+
root: "root";
|
|
17978
|
+
}>;
|
|
17979
|
+
id: import("zod").ZodString;
|
|
17980
|
+
}, import("zod/v4/core").$strip>>;
|
|
17981
|
+
baseSpecificationSha256: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17982
|
+
diagramType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
17983
|
+
workflow: "workflow";
|
|
17984
|
+
architecture: "architecture";
|
|
17985
|
+
sequence: "sequence";
|
|
17986
|
+
dataflow: "dataflow";
|
|
17987
|
+
lifecycle: "lifecycle";
|
|
17988
|
+
}>>;
|
|
17989
|
+
authoringAgentId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
17990
|
+
createdAt: import("zod").ZodString;
|
|
17991
|
+
updatedAt: import("zod").ZodString;
|
|
17992
|
+
}, import("zod/v4/core").$strip>>;
|
|
17993
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17994
|
+
}, import("zod/v4/core").$strip>;
|
|
17995
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
17996
|
+
type: import("zod").ZodLiteral<"architectural-views.draft.update.response">;
|
|
17997
|
+
payload: import("zod").ZodObject<{
|
|
17998
|
+
requestId: import("zod").ZodString;
|
|
17999
|
+
success: import("zod").ZodBoolean;
|
|
18000
|
+
draft: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
18001
|
+
id: import("zod").ZodString;
|
|
18002
|
+
viewId: import("zod").ZodString;
|
|
18003
|
+
title: import("zod").ZodString;
|
|
18004
|
+
knowledgeReferences: import("zod").ZodArray<import("zod").ZodObject<{
|
|
18005
|
+
kind: import("zod").ZodEnum<{
|
|
18006
|
+
record: "record";
|
|
18007
|
+
root: "root";
|
|
18008
|
+
}>;
|
|
18009
|
+
id: import("zod").ZodString;
|
|
18010
|
+
}, import("zod/v4/core").$strip>>;
|
|
18011
|
+
baseSpecificationSha256: import("zod").ZodNullable<import("zod").ZodString>;
|
|
18012
|
+
diagramType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
18013
|
+
workflow: "workflow";
|
|
18014
|
+
architecture: "architecture";
|
|
18015
|
+
sequence: "sequence";
|
|
18016
|
+
dataflow: "dataflow";
|
|
18017
|
+
lifecycle: "lifecycle";
|
|
18018
|
+
}>>;
|
|
18019
|
+
authoringAgentId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
18020
|
+
createdAt: import("zod").ZodString;
|
|
18021
|
+
updatedAt: import("zod").ZodString;
|
|
18022
|
+
}, import("zod/v4/core").$strip>>;
|
|
18023
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
18024
|
+
}, import("zod/v4/core").$strip>;
|
|
18025
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
18026
|
+
type: import("zod").ZodLiteral<"architectural-views.draft.publish.response">;
|
|
18027
|
+
payload: import("zod").ZodObject<{
|
|
18028
|
+
requestId: import("zod").ZodString;
|
|
18029
|
+
success: import("zod").ZodBoolean;
|
|
18030
|
+
view: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
18031
|
+
id: import("zod").ZodString;
|
|
18032
|
+
title: import("zod").ZodString;
|
|
18033
|
+
knowledgeReferences: import("zod").ZodArray<import("zod").ZodObject<{
|
|
18034
|
+
kind: import("zod").ZodEnum<{
|
|
18035
|
+
record: "record";
|
|
18036
|
+
root: "root";
|
|
18037
|
+
}>;
|
|
18038
|
+
id: import("zod").ZodString;
|
|
18039
|
+
}, import("zod/v4/core").$strip>>;
|
|
18040
|
+
storeLocation: import("zod").ZodEnum<{
|
|
18041
|
+
repository: "repository";
|
|
18042
|
+
host: "host";
|
|
18043
|
+
}>;
|
|
18044
|
+
htmlPath: import("zod").ZodString;
|
|
18045
|
+
renderedAt: import("zod").ZodString;
|
|
18046
|
+
diagramType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
18047
|
+
workflow: "workflow";
|
|
18048
|
+
architecture: "architecture";
|
|
18049
|
+
sequence: "sequence";
|
|
18050
|
+
dataflow: "dataflow";
|
|
18051
|
+
lifecycle: "lifecycle";
|
|
18052
|
+
}>>;
|
|
18053
|
+
sourceStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
18054
|
+
unknown: "unknown";
|
|
18055
|
+
stale: "stale";
|
|
18056
|
+
current: "current";
|
|
18057
|
+
}>>;
|
|
18058
|
+
}, import("zod/v4/core").$strip>>;
|
|
18059
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
18060
|
+
}, import("zod/v4/core").$strip>;
|
|
18061
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
18062
|
+
type: import("zod").ZodLiteral<"architectural-views.draft.discard.response">;
|
|
18063
|
+
payload: import("zod").ZodObject<{
|
|
18064
|
+
requestId: import("zod").ZodString;
|
|
18065
|
+
success: import("zod").ZodBoolean;
|
|
18066
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
18067
|
+
}, import("zod/v4/core").$strip>;
|
|
18068
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
18069
|
+
type: import("zod").ZodLiteral<"architectural-views.draft.get-content.response">;
|
|
18070
|
+
payload: import("zod").ZodObject<{
|
|
18071
|
+
requestId: import("zod").ZodString;
|
|
18072
|
+
success: import("zod").ZodBoolean;
|
|
18073
|
+
draft: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
18074
|
+
id: import("zod").ZodString;
|
|
18075
|
+
viewId: import("zod").ZodString;
|
|
18076
|
+
title: import("zod").ZodString;
|
|
18077
|
+
knowledgeReferences: import("zod").ZodArray<import("zod").ZodObject<{
|
|
18078
|
+
kind: import("zod").ZodEnum<{
|
|
18079
|
+
record: "record";
|
|
18080
|
+
root: "root";
|
|
18081
|
+
}>;
|
|
18082
|
+
id: import("zod").ZodString;
|
|
18083
|
+
}, import("zod/v4/core").$strip>>;
|
|
18084
|
+
baseSpecificationSha256: import("zod").ZodNullable<import("zod").ZodString>;
|
|
18085
|
+
diagramType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
18086
|
+
workflow: "workflow";
|
|
18087
|
+
architecture: "architecture";
|
|
18088
|
+
sequence: "sequence";
|
|
18089
|
+
dataflow: "dataflow";
|
|
18090
|
+
lifecycle: "lifecycle";
|
|
18091
|
+
}>>;
|
|
18092
|
+
authoringAgentId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
18093
|
+
createdAt: import("zod").ZodString;
|
|
18094
|
+
updatedAt: import("zod").ZodString;
|
|
18095
|
+
}, import("zod/v4/core").$strip>>;
|
|
18096
|
+
html: import("zod").ZodNullable<import("zod").ZodString>;
|
|
18097
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
18098
|
+
}, import("zod/v4/core").$strip>;
|
|
18099
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
18100
|
+
type: import("zod").ZodLiteral<"architectural-views.draft.list.response">;
|
|
18101
|
+
payload: import("zod").ZodObject<{
|
|
18102
|
+
requestId: import("zod").ZodString;
|
|
18103
|
+
success: import("zod").ZodBoolean;
|
|
18104
|
+
drafts: import("zod").ZodArray<import("zod").ZodObject<{
|
|
18105
|
+
id: import("zod").ZodString;
|
|
18106
|
+
viewId: import("zod").ZodString;
|
|
18107
|
+
title: import("zod").ZodString;
|
|
18108
|
+
knowledgeReferences: import("zod").ZodArray<import("zod").ZodObject<{
|
|
18109
|
+
kind: import("zod").ZodEnum<{
|
|
18110
|
+
record: "record";
|
|
18111
|
+
root: "root";
|
|
18112
|
+
}>;
|
|
18113
|
+
id: import("zod").ZodString;
|
|
18114
|
+
}, import("zod/v4/core").$strip>>;
|
|
18115
|
+
baseSpecificationSha256: import("zod").ZodNullable<import("zod").ZodString>;
|
|
18116
|
+
diagramType: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
18117
|
+
workflow: "workflow";
|
|
18118
|
+
architecture: "architecture";
|
|
18119
|
+
sequence: "sequence";
|
|
18120
|
+
dataflow: "dataflow";
|
|
18121
|
+
lifecycle: "lifecycle";
|
|
18122
|
+
}>>;
|
|
18123
|
+
authoringAgentId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
18124
|
+
createdAt: import("zod").ZodString;
|
|
18125
|
+
updatedAt: import("zod").ZodString;
|
|
18126
|
+
}, import("zod/v4/core").$strip>>;
|
|
18127
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
18128
|
+
}, import("zod/v4/core").$strip>;
|
|
18129
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
18130
|
+
type: import("zod").ZodLiteral<"architectural-views.open.notification">;
|
|
18131
|
+
payload: import("zod").ZodObject<{
|
|
18132
|
+
workspaceId: import("zod").ZodString;
|
|
18133
|
+
agentId: import("zod").ZodString;
|
|
18134
|
+
viewId: import("zod").ZodString;
|
|
18135
|
+
}, import("zod/v4/core").$strip>;
|
|
15899
18136
|
}, import("zod/v4/core").$strip>], "type">;
|
|
15900
18137
|
}, import("zod/v4/core").$strip>], "type">;
|
|
15901
18138
|
};
|