@getpaseo/protocol 0.3.1 → 0.4.0-beta.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.
@@ -94,6 +94,17 @@ export declare const WSOutboundMessageSchema: {
94
94
  message: import("zod").ZodString;
95
95
  }, import("zod/v4/core").$strip>], "code">>;
96
96
  }, import("zod/v4/core").$strip>;
97
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
98
+ type: import("zod").ZodLiteral<"hub.execution.agent.validate.response">;
99
+ payload: import("zod").ZodObject<{
100
+ requestId: import("zod").ZodString;
101
+ valid: import("zod").ZodBoolean;
102
+ issues: import("zod").ZodArray<import("zod").ZodObject<{
103
+ path: import("zod").ZodArray<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>>;
104
+ message: import("zod").ZodString;
105
+ }, import("zod/v4/core").$strip>>;
106
+ error: import("zod").ZodNullable<import("zod").ZodString>;
107
+ }, import("zod/v4/core").$strip>;
97
108
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
98
109
  type: import("zod").ZodLiteral<"hub.execution.control.response">;
99
110
  payload: import("zod").ZodObject<{
@@ -499,6 +510,11 @@ export declare const WSOutboundMessageSchema: {
499
510
  serverReceivedAt: import("zod").ZodNumber;
500
511
  serverSentAt: import("zod").ZodNumber;
501
512
  }, import("zod/v4/core").$strip>;
513
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
514
+ type: import("zod").ZodLiteral<"push.unregister.response">;
515
+ payload: import("zod").ZodObject<{
516
+ requestId: import("zod").ZodString;
517
+ }, import("zod/v4/core").$strip>;
502
518
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
503
519
  type: import("zod").ZodLiteral<"rpc_error">;
504
520
  payload: import("zod").ZodObject<{
@@ -768,8 +784,8 @@ export declare const WSOutboundMessageSchema: {
768
784
  name: import("zod").ZodString;
769
785
  status: import("zod").ZodEnum<{
770
786
  success: "success";
771
- failure: "failure";
772
787
  pending: "pending";
788
+ failure: "failure";
773
789
  skipped: "skipped";
774
790
  cancelled: "cancelled";
775
791
  }>;
@@ -779,9 +795,9 @@ export declare const WSOutboundMessageSchema: {
779
795
  }, import("zod/v4/core").$strip>>>;
780
796
  checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
781
797
  success: "success";
798
+ pending: "pending";
782
799
  none: "none";
783
800
  failure: "failure";
784
- pending: "pending";
785
801
  }>>;
786
802
  reviewDecision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
787
803
  pending: "pending";
@@ -937,12 +953,12 @@ export declare const WSOutboundMessageSchema: {
937
953
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
938
954
  checks?: {
939
955
  name: string;
940
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
956
+ status: "success" | "pending" | "failure" | "skipped" | "cancelled";
941
957
  url: string | null;
942
958
  workflow?: string | undefined;
943
959
  duration?: string | undefined;
944
960
  }[] | undefined;
945
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
961
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
946
962
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
947
963
  repoOwner?: string | undefined;
948
964
  repoName?: string | undefined;
@@ -1045,12 +1061,12 @@ export declare const WSOutboundMessageSchema: {
1045
1061
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
1046
1062
  checks?: {
1047
1063
  name: string;
1048
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
1064
+ status: "success" | "pending" | "failure" | "skipped" | "cancelled";
1049
1065
  url: string | null;
1050
1066
  workflow?: string | undefined;
1051
1067
  duration?: string | undefined;
1052
1068
  }[] | undefined;
1053
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
1069
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
1054
1070
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
1055
1071
  repoOwner?: string | undefined;
1056
1072
  repoName?: string | undefined;
@@ -1837,8 +1853,8 @@ export declare const WSOutboundMessageSchema: {
1837
1853
  name: import("zod").ZodString;
1838
1854
  status: import("zod").ZodEnum<{
1839
1855
  success: "success";
1840
- failure: "failure";
1841
1856
  pending: "pending";
1857
+ failure: "failure";
1842
1858
  skipped: "skipped";
1843
1859
  cancelled: "cancelled";
1844
1860
  }>;
@@ -1848,9 +1864,9 @@ export declare const WSOutboundMessageSchema: {
1848
1864
  }, import("zod/v4/core").$strip>>>;
1849
1865
  checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
1850
1866
  success: "success";
1867
+ pending: "pending";
1851
1868
  none: "none";
1852
1869
  failure: "failure";
1853
- pending: "pending";
1854
1870
  }>>;
1855
1871
  reviewDecision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
1856
1872
  pending: "pending";
@@ -2006,12 +2022,12 @@ export declare const WSOutboundMessageSchema: {
2006
2022
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
2007
2023
  checks?: {
2008
2024
  name: string;
2009
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
2025
+ status: "success" | "pending" | "failure" | "skipped" | "cancelled";
2010
2026
  url: string | null;
2011
2027
  workflow?: string | undefined;
2012
2028
  duration?: string | undefined;
2013
2029
  }[] | undefined;
2014
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
2030
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
2015
2031
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
2016
2032
  repoOwner?: string | undefined;
2017
2033
  repoName?: string | undefined;
@@ -2114,12 +2130,12 @@ export declare const WSOutboundMessageSchema: {
2114
2130
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
2115
2131
  checks?: {
2116
2132
  name: string;
2117
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
2133
+ status: "success" | "pending" | "failure" | "skipped" | "cancelled";
2118
2134
  url: string | null;
2119
2135
  workflow?: string | undefined;
2120
2136
  duration?: string | undefined;
2121
2137
  }[] | undefined;
2122
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
2138
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
2123
2139
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
2124
2140
  repoOwner?: string | undefined;
2125
2141
  repoName?: string | undefined;
@@ -2319,8 +2335,8 @@ export declare const WSOutboundMessageSchema: {
2319
2335
  name: import("zod").ZodString;
2320
2336
  status: import("zod").ZodEnum<{
2321
2337
  success: "success";
2322
- failure: "failure";
2323
2338
  pending: "pending";
2339
+ failure: "failure";
2324
2340
  skipped: "skipped";
2325
2341
  cancelled: "cancelled";
2326
2342
  }>;
@@ -2330,9 +2346,9 @@ export declare const WSOutboundMessageSchema: {
2330
2346
  }, import("zod/v4/core").$strip>>>;
2331
2347
  checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
2332
2348
  success: "success";
2349
+ pending: "pending";
2333
2350
  none: "none";
2334
2351
  failure: "failure";
2335
- pending: "pending";
2336
2352
  }>>;
2337
2353
  reviewDecision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
2338
2354
  pending: "pending";
@@ -2488,12 +2504,12 @@ export declare const WSOutboundMessageSchema: {
2488
2504
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
2489
2505
  checks?: {
2490
2506
  name: string;
2491
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
2507
+ status: "success" | "pending" | "failure" | "skipped" | "cancelled";
2492
2508
  url: string | null;
2493
2509
  workflow?: string | undefined;
2494
2510
  duration?: string | undefined;
2495
2511
  }[] | undefined;
2496
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
2512
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
2497
2513
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
2498
2514
  repoOwner?: string | undefined;
2499
2515
  repoName?: string | undefined;
@@ -2596,12 +2612,12 @@ export declare const WSOutboundMessageSchema: {
2596
2612
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
2597
2613
  checks?: {
2598
2614
  name: string;
2599
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
2615
+ status: "success" | "pending" | "failure" | "skipped" | "cancelled";
2600
2616
  url: string | null;
2601
2617
  workflow?: string | undefined;
2602
2618
  duration?: string | undefined;
2603
2619
  }[] | undefined;
2604
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
2620
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
2605
2621
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
2606
2622
  repoOwner?: string | undefined;
2607
2623
  repoName?: string | undefined;
@@ -3610,8 +3626,8 @@ export declare const WSOutboundMessageSchema: {
3610
3626
  name: import("zod").ZodString;
3611
3627
  status: import("zod").ZodEnum<{
3612
3628
  success: "success";
3613
- failure: "failure";
3614
3629
  pending: "pending";
3630
+ failure: "failure";
3615
3631
  skipped: "skipped";
3616
3632
  cancelled: "cancelled";
3617
3633
  }>;
@@ -3621,9 +3637,9 @@ export declare const WSOutboundMessageSchema: {
3621
3637
  }, import("zod/v4/core").$strip>>>;
3622
3638
  checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
3623
3639
  success: "success";
3640
+ pending: "pending";
3624
3641
  none: "none";
3625
3642
  failure: "failure";
3626
- pending: "pending";
3627
3643
  }>>;
3628
3644
  reviewDecision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
3629
3645
  pending: "pending";
@@ -3779,12 +3795,12 @@ export declare const WSOutboundMessageSchema: {
3779
3795
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
3780
3796
  checks?: {
3781
3797
  name: string;
3782
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
3798
+ status: "success" | "pending" | "failure" | "skipped" | "cancelled";
3783
3799
  url: string | null;
3784
3800
  workflow?: string | undefined;
3785
3801
  duration?: string | undefined;
3786
3802
  }[] | undefined;
3787
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
3803
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
3788
3804
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
3789
3805
  repoOwner?: string | undefined;
3790
3806
  repoName?: string | undefined;
@@ -3887,12 +3903,12 @@ export declare const WSOutboundMessageSchema: {
3887
3903
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
3888
3904
  checks?: {
3889
3905
  name: string;
3890
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
3906
+ status: "success" | "pending" | "failure" | "skipped" | "cancelled";
3891
3907
  url: string | null;
3892
3908
  workflow?: string | undefined;
3893
3909
  duration?: string | undefined;
3894
3910
  }[] | undefined;
3895
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
3911
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
3896
3912
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
3897
3913
  repoOwner?: string | undefined;
3898
3914
  repoName?: string | undefined;
@@ -4113,6 +4129,18 @@ export declare const WSOutboundMessageSchema: {
4113
4129
  args: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
4114
4130
  icon: import("zod").ZodOptional<import("zod").ZodString>;
4115
4131
  }, import("zod/v4/core").$loose>>>;
4132
+ agentProfiles: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
4133
+ id: import("zod").ZodString;
4134
+ name: import("zod").ZodString;
4135
+ icon: import("zod").ZodOptional<import("zod").ZodString>;
4136
+ color: import("zod").ZodOptional<import("zod").ZodString>;
4137
+ provider: import("zod").ZodString;
4138
+ model: import("zod").ZodOptional<import("zod").ZodString>;
4139
+ modeId: import("zod").ZodOptional<import("zod").ZodString>;
4140
+ thinkingOptionId: import("zod").ZodOptional<import("zod").ZodString>;
4141
+ featureValues: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
4142
+ notes: import("zod").ZodOptional<import("zod").ZodString>;
4143
+ }, import("zod/v4/core").$loose>>>;
4116
4144
  }, import("zod/v4/core").$loose>;
4117
4145
  }, import("zod/v4/core").$loose>;
4118
4146
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
@@ -4155,6 +4183,18 @@ export declare const WSOutboundMessageSchema: {
4155
4183
  args: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
4156
4184
  icon: import("zod").ZodOptional<import("zod").ZodString>;
4157
4185
  }, import("zod/v4/core").$loose>>>;
4186
+ agentProfiles: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
4187
+ id: import("zod").ZodString;
4188
+ name: import("zod").ZodString;
4189
+ icon: import("zod").ZodOptional<import("zod").ZodString>;
4190
+ color: import("zod").ZodOptional<import("zod").ZodString>;
4191
+ provider: import("zod").ZodString;
4192
+ model: import("zod").ZodOptional<import("zod").ZodString>;
4193
+ modeId: import("zod").ZodOptional<import("zod").ZodString>;
4194
+ thinkingOptionId: import("zod").ZodOptional<import("zod").ZodString>;
4195
+ featureValues: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
4196
+ notes: import("zod").ZodOptional<import("zod").ZodString>;
4197
+ }, import("zod/v4/core").$loose>>>;
4158
4198
  }, import("zod/v4/core").$loose>;
4159
4199
  }, import("zod/v4/core").$loose>;
4160
4200
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
@@ -4309,6 +4349,15 @@ export declare const WSOutboundMessageSchema: {
4309
4349
  error: import("zod").ZodNullable<import("zod").ZodString>;
4310
4350
  notice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodType<import("../agent-types.js").AgentProviderNotice, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentProviderNotice, unknown>>>>;
4311
4351
  }, import("zod/v4/core").$strip>;
4352
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
4353
+ type: import("zod").ZodLiteral<"agent.config.apply.response">;
4354
+ payload: import("zod").ZodObject<{
4355
+ requestId: import("zod").ZodString;
4356
+ agentId: import("zod").ZodString;
4357
+ accepted: import("zod").ZodBoolean;
4358
+ error: import("zod").ZodNullable<import("zod").ZodString>;
4359
+ notice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodType<import("../agent-types.js").AgentProviderNotice, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentProviderNotice, unknown>>>>;
4360
+ }, import("zod/v4/core").$strip>;
4312
4361
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
4313
4362
  type: import("zod").ZodLiteral<"agent.detach.response">;
4314
4363
  payload: import("zod").ZodObject<{
@@ -4764,6 +4813,7 @@ export declare const WSOutboundMessageSchema: {
4764
4813
  cwd: import("zod").ZodString;
4765
4814
  files: import("zod").ZodArray<import("zod").ZodObject<{
4766
4815
  path: import("zod").ZodString;
4816
+ oldPath: import("zod").ZodOptional<import("zod").ZodString>;
4767
4817
  isNew: import("zod").ZodBoolean;
4768
4818
  isDeleted: import("zod").ZodBoolean;
4769
4819
  additions: import("zod").ZodNumber;
@@ -4812,6 +4862,7 @@ export declare const WSOutboundMessageSchema: {
4812
4862
  cwd: import("zod").ZodString;
4813
4863
  files: import("zod").ZodArray<import("zod").ZodObject<{
4814
4864
  path: import("zod").ZodString;
4865
+ oldPath: import("zod").ZodOptional<import("zod").ZodString>;
4815
4866
  isNew: import("zod").ZodBoolean;
4816
4867
  isDeleted: import("zod").ZodBoolean;
4817
4868
  additions: import("zod").ZodNumber;
@@ -4948,6 +4999,22 @@ export declare const WSOutboundMessageSchema: {
4948
4999
  }, import("zod/v4/core").$strip>>;
4949
5000
  requestId: import("zod").ZodString;
4950
5001
  }, import("zod/v4/core").$strip>;
5002
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
5003
+ type: import("zod").ZodLiteral<"checkout.discard_changes.response">;
5004
+ payload: import("zod").ZodObject<{
5005
+ cwd: import("zod").ZodString;
5006
+ success: import("zod").ZodBoolean;
5007
+ error: import("zod").ZodNullable<import("zod").ZodObject<{
5008
+ code: import("zod").ZodEnum<{
5009
+ NOT_GIT_REPO: "NOT_GIT_REPO";
5010
+ NOT_ALLOWED: "NOT_ALLOWED";
5011
+ MERGE_CONFLICT: "MERGE_CONFLICT";
5012
+ UNKNOWN: "UNKNOWN";
5013
+ }>;
5014
+ message: import("zod").ZodString;
5015
+ }, import("zod/v4/core").$strip>>;
5016
+ requestId: import("zod").ZodString;
5017
+ }, import("zod/v4/core").$strip>;
4951
5018
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
4952
5019
  type: import("zod").ZodLiteral<"checkout_pr_create_response">;
4953
5020
  payload: import("zod").ZodObject<{
@@ -5059,6 +5126,7 @@ export declare const WSOutboundMessageSchema: {
5059
5126
  path: import("zod").ZodString;
5060
5127
  file: import("zod").ZodNullable<import("zod").ZodObject<{
5061
5128
  path: import("zod").ZodString;
5129
+ oldPath: import("zod").ZodOptional<import("zod").ZodString>;
5062
5130
  isNew: import("zod").ZodBoolean;
5063
5131
  isDeleted: import("zod").ZodBoolean;
5064
5132
  additions: import("zod").ZodNumber;
@@ -5643,8 +5711,8 @@ export declare const WSOutboundMessageSchema: {
5643
5711
  name: import("zod").ZodString;
5644
5712
  status: import("zod").ZodEnum<{
5645
5713
  success: "success";
5646
- failure: "failure";
5647
5714
  pending: "pending";
5715
+ failure: "failure";
5648
5716
  skipped: "skipped";
5649
5717
  cancelled: "cancelled";
5650
5718
  }>;
@@ -5654,9 +5722,9 @@ export declare const WSOutboundMessageSchema: {
5654
5722
  }, import("zod/v4/core").$strip>>>;
5655
5723
  checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
5656
5724
  success: "success";
5725
+ pending: "pending";
5657
5726
  none: "none";
5658
5727
  failure: "failure";
5659
- pending: "pending";
5660
5728
  }>>;
5661
5729
  reviewDecision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
5662
5730
  pending: "pending";
@@ -5812,12 +5880,12 @@ export declare const WSOutboundMessageSchema: {
5812
5880
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
5813
5881
  checks?: {
5814
5882
  name: string;
5815
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
5883
+ status: "success" | "pending" | "failure" | "skipped" | "cancelled";
5816
5884
  url: string | null;
5817
5885
  workflow?: string | undefined;
5818
5886
  duration?: string | undefined;
5819
5887
  }[] | undefined;
5820
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
5888
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
5821
5889
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
5822
5890
  repoOwner?: string | undefined;
5823
5891
  repoName?: string | undefined;
@@ -5920,12 +5988,12 @@ export declare const WSOutboundMessageSchema: {
5920
5988
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
5921
5989
  checks?: {
5922
5990
  name: string;
5923
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
5991
+ status: "success" | "pending" | "failure" | "skipped" | "cancelled";
5924
5992
  url: string | null;
5925
5993
  workflow?: string | undefined;
5926
5994
  duration?: string | undefined;
5927
5995
  }[] | undefined;
5928
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
5996
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
5929
5997
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
5930
5998
  repoOwner?: string | undefined;
5931
5999
  repoName?: string | undefined;
@@ -6078,6 +6146,45 @@ export declare const WSOutboundMessageSchema: {
6078
6146
  }, import("zod/v4/core").$strip>], "status">;
6079
6147
  requestId: import("zod").ZodString;
6080
6148
  }, import("zod/v4/core").$strip>;
6149
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
6150
+ type: import("zod").ZodLiteral<"fs.entry.create.response">;
6151
+ payload: import("zod").ZodObject<{
6152
+ cwd: import("zod").ZodString;
6153
+ parentPath: import("zod").ZodString;
6154
+ path: import("zod").ZodNullable<import("zod").ZodString>;
6155
+ success: import("zod").ZodBoolean;
6156
+ error: import("zod").ZodNullable<import("zod").ZodString>;
6157
+ requestId: import("zod").ZodString;
6158
+ }, import("zod/v4/core").$strip>;
6159
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
6160
+ type: import("zod").ZodLiteral<"fs.entry.rename.response">;
6161
+ payload: import("zod").ZodObject<{
6162
+ cwd: import("zod").ZodString;
6163
+ path: import("zod").ZodString;
6164
+ renamedPath: import("zod").ZodNullable<import("zod").ZodString>;
6165
+ success: import("zod").ZodBoolean;
6166
+ error: import("zod").ZodNullable<import("zod").ZodString>;
6167
+ requestId: import("zod").ZodString;
6168
+ }, import("zod/v4/core").$strip>;
6169
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
6170
+ type: import("zod").ZodLiteral<"fs.entry.duplicate.response">;
6171
+ payload: import("zod").ZodObject<{
6172
+ cwd: import("zod").ZodString;
6173
+ path: import("zod").ZodString;
6174
+ duplicatedPath: import("zod").ZodNullable<import("zod").ZodString>;
6175
+ success: import("zod").ZodBoolean;
6176
+ error: import("zod").ZodNullable<import("zod").ZodString>;
6177
+ requestId: import("zod").ZodString;
6178
+ }, import("zod/v4/core").$strip>;
6179
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
6180
+ type: import("zod").ZodLiteral<"fs.entry.delete.response">;
6181
+ payload: import("zod").ZodObject<{
6182
+ cwd: import("zod").ZodString;
6183
+ path: import("zod").ZodString;
6184
+ success: import("zod").ZodBoolean;
6185
+ error: import("zod").ZodNullable<import("zod").ZodString>;
6186
+ requestId: import("zod").ZodString;
6187
+ }, import("zod/v4/core").$strip>;
6081
6188
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
6082
6189
  type: import("zod").ZodLiteral<"fs.file.update">;
6083
6190
  payload: import("zod").ZodObject<{
@@ -6231,6 +6338,7 @@ export declare const WSOutboundMessageSchema: {
6231
6338
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
6232
6339
  type: import("zod").ZodLiteral<"get_providers_snapshot_response">;
6233
6340
  payload: import("zod").ZodObject<{
6341
+ cwd: import("zod").ZodOptional<import("zod").ZodString>;
6234
6342
  entries: import("zod").ZodArray<import("zod").ZodObject<{
6235
6343
  provider: import("zod").ZodString;
6236
6344
  status: import("zod").ZodType<import("../agent-types.js").ProviderStatus, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ProviderStatus, unknown>>;
@@ -6269,8 +6377,8 @@ export declare const WSOutboundMessageSchema: {
6269
6377
  entries: import("zod").ZodArray<import("zod").ZodObject<{
6270
6378
  error: import("zod").ZodOptional<import("zod").ZodString>;
6271
6379
  description: import("zod").ZodOptional<import("zod").ZodString>;
6272
- status: import("zod").ZodType<import("../agent-types.js").ProviderStatus, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ProviderStatus, unknown>>;
6273
6380
  label: import("zod").ZodOptional<import("zod").ZodString>;
6381
+ status: import("zod").ZodType<import("../agent-types.js").ProviderStatus, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ProviderStatus, unknown>>;
6274
6382
  enabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
6275
6383
  defaultModeId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
6276
6384
  provider: import("zod").ZodString;
@@ -6283,8 +6391,8 @@ export declare const WSOutboundMessageSchema: {
6283
6391
  models: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
6284
6392
  description: import("zod").ZodOptional<import("zod").ZodString>;
6285
6393
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
6286
- id: import("zod").ZodString;
6287
6394
  label: import("zod").ZodString;
6395
+ id: import("zod").ZodString;
6288
6396
  isDefault: import("zod").ZodOptional<import("zod").ZodBoolean>;
6289
6397
  aliases: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
6290
6398
  isSelectable: import("zod").ZodOptional<import("zod").ZodBoolean>;
@@ -6351,8 +6459,8 @@ export declare const WSOutboundMessageSchema: {
6351
6459
  entries: import("zod").ZodArray<import("zod").ZodObject<{
6352
6460
  error: import("zod").ZodOptional<import("zod").ZodString>;
6353
6461
  description: import("zod").ZodOptional<import("zod").ZodString>;
6354
- status: import("zod").ZodType<import("../agent-types.js").ProviderStatus, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ProviderStatus, unknown>>;
6355
6462
  label: import("zod").ZodOptional<import("zod").ZodString>;
6463
+ status: import("zod").ZodType<import("../agent-types.js").ProviderStatus, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ProviderStatus, unknown>>;
6356
6464
  enabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
6357
6465
  defaultModeId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
6358
6466
  provider: import("zod").ZodString;
@@ -6365,8 +6473,8 @@ export declare const WSOutboundMessageSchema: {
6365
6473
  models: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
6366
6474
  description: import("zod").ZodOptional<import("zod").ZodString>;
6367
6475
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
6368
- id: import("zod").ZodString;
6369
6476
  label: import("zod").ZodString;
6477
+ id: import("zod").ZodString;
6370
6478
  isDefault: import("zod").ZodOptional<import("zod").ZodBoolean>;
6371
6479
  aliases: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
6372
6480
  isSelectable: import("zod").ZodOptional<import("zod").ZodBoolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpaseo/protocol",
3
- "version": "0.3.1",
3
+ "version": "0.4.0-beta.2",
4
4
  "description": "Paseo shared protocol schemas and wire types",
5
5
  "files": [
6
6
  "dist",