@getpaseo/protocol 0.4.0-beta.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -48285,6 +48285,11 @@ export const WSOutboundMessageSchema = /* @__PURE__ */ (() => {
|
|
|
48285
48285
|
}
|
|
48286
48286
|
}
|
|
48287
48287
|
}
|
|
48288
|
+
if (__o_3470["hasUncommittedWorktreeSetupChanges"] !== undefined) {
|
|
48289
|
+
if (typeof __o_3470["hasUncommittedWorktreeSetupChanges"] !== "boolean") {
|
|
48290
|
+
__ui_3467.push({ code: "invalid_type", expected: "boolean", input: __o_3470["hasUncommittedWorktreeSetupChanges"], path: ["message"].concat("payload").concat("hasUncommittedWorktreeSetupChanges") });
|
|
48291
|
+
}
|
|
48292
|
+
}
|
|
48288
48293
|
__uo_3469 = __o_3470;
|
|
48289
48294
|
}
|
|
48290
48295
|
if (__ui_3467.length === 0) {
|
|
@@ -48710,6 +48715,11 @@ export const WSOutboundMessageSchema = /* @__PURE__ */ (() => {
|
|
|
48710
48715
|
__ui_3516.push({ code: "invalid_type", expected: "number", received: "Infinity", input: __o_3551["size"], path: ["message"].concat("payload").concat("revision").concat("size") });
|
|
48711
48716
|
}
|
|
48712
48717
|
}
|
|
48718
|
+
if (__o_3519["hasUncommittedWorktreeSetupChanges"] !== undefined) {
|
|
48719
|
+
if (typeof __o_3519["hasUncommittedWorktreeSetupChanges"] !== "boolean") {
|
|
48720
|
+
__ui_3516.push({ code: "invalid_type", expected: "boolean", input: __o_3519["hasUncommittedWorktreeSetupChanges"], path: ["message"].concat("payload").concat("hasUncommittedWorktreeSetupChanges") });
|
|
48721
|
+
}
|
|
48722
|
+
}
|
|
48713
48723
|
__uo_3518 = __o_3519;
|
|
48714
48724
|
}
|
|
48715
48725
|
if (__ui_3516.length === 0) {
|
package/dist/messages.d.ts
CHANGED
|
@@ -10655,6 +10655,7 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
10655
10655
|
mtimeMs: z.ZodNumber;
|
|
10656
10656
|
size: z.ZodNumber;
|
|
10657
10657
|
}, z.core.$strip>>;
|
|
10658
|
+
hasUncommittedWorktreeSetupChanges: z.ZodOptional<z.ZodBoolean>;
|
|
10658
10659
|
}, z.core.$strip>, z.ZodObject<{
|
|
10659
10660
|
requestId: z.ZodString;
|
|
10660
10661
|
repoRoot: z.ZodString;
|
|
@@ -10714,6 +10715,7 @@ export declare const WriteProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
10714
10715
|
mtimeMs: z.ZodNumber;
|
|
10715
10716
|
size: z.ZodNumber;
|
|
10716
10717
|
}, z.core.$strip>;
|
|
10718
|
+
hasUncommittedWorktreeSetupChanges: z.ZodOptional<z.ZodBoolean>;
|
|
10717
10719
|
}, z.core.$strip>, z.ZodObject<{
|
|
10718
10720
|
requestId: z.ZodString;
|
|
10719
10721
|
repoRoot: z.ZodString;
|
|
@@ -18252,6 +18254,7 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
18252
18254
|
mtimeMs: z.ZodNumber;
|
|
18253
18255
|
size: z.ZodNumber;
|
|
18254
18256
|
}, z.core.$strip>>;
|
|
18257
|
+
hasUncommittedWorktreeSetupChanges: z.ZodOptional<z.ZodBoolean>;
|
|
18255
18258
|
}, z.core.$strip>, z.ZodObject<{
|
|
18256
18259
|
requestId: z.ZodString;
|
|
18257
18260
|
repoRoot: z.ZodString;
|
|
@@ -18310,6 +18313,7 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
18310
18313
|
mtimeMs: z.ZodNumber;
|
|
18311
18314
|
size: z.ZodNumber;
|
|
18312
18315
|
}, z.core.$strip>;
|
|
18316
|
+
hasUncommittedWorktreeSetupChanges: z.ZodOptional<z.ZodBoolean>;
|
|
18313
18317
|
}, z.core.$strip>, z.ZodObject<{
|
|
18314
18318
|
requestId: z.ZodString;
|
|
18315
18319
|
repoRoot: z.ZodString;
|
|
@@ -28342,6 +28346,7 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
28342
28346
|
mtimeMs: z.ZodNumber;
|
|
28343
28347
|
size: z.ZodNumber;
|
|
28344
28348
|
}, z.core.$strip>>;
|
|
28349
|
+
hasUncommittedWorktreeSetupChanges: z.ZodOptional<z.ZodBoolean>;
|
|
28345
28350
|
}, z.core.$strip>, z.ZodObject<{
|
|
28346
28351
|
requestId: z.ZodString;
|
|
28347
28352
|
repoRoot: z.ZodString;
|
|
@@ -28400,6 +28405,7 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
28400
28405
|
mtimeMs: z.ZodNumber;
|
|
28401
28406
|
size: z.ZodNumber;
|
|
28402
28407
|
}, z.core.$strip>;
|
|
28408
|
+
hasUncommittedWorktreeSetupChanges: z.ZodOptional<z.ZodBoolean>;
|
|
28403
28409
|
}, z.core.$strip>, z.ZodObject<{
|
|
28404
28410
|
requestId: z.ZodString;
|
|
28405
28411
|
repoRoot: z.ZodString;
|
|
@@ -38082,6 +38088,7 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
38082
38088
|
mtimeMs: z.ZodNumber;
|
|
38083
38089
|
size: z.ZodNumber;
|
|
38084
38090
|
}, z.core.$strip>>;
|
|
38091
|
+
hasUncommittedWorktreeSetupChanges: z.ZodOptional<z.ZodBoolean>;
|
|
38085
38092
|
}, z.core.$strip>, z.ZodObject<{
|
|
38086
38093
|
requestId: z.ZodString;
|
|
38087
38094
|
repoRoot: z.ZodString;
|
|
@@ -38140,6 +38147,7 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
38140
38147
|
mtimeMs: z.ZodNumber;
|
|
38141
38148
|
size: z.ZodNumber;
|
|
38142
38149
|
}, z.core.$strip>;
|
|
38150
|
+
hasUncommittedWorktreeSetupChanges: z.ZodOptional<z.ZodBoolean>;
|
|
38143
38151
|
}, z.core.$strip>, z.ZodObject<{
|
|
38144
38152
|
requestId: z.ZodString;
|
|
38145
38153
|
repoRoot: z.ZodString;
|
package/dist/messages.js
CHANGED
|
@@ -3670,6 +3670,7 @@ export const ReadProjectConfigResponseMessageSchema = z.object({
|
|
|
3670
3670
|
ok: z.literal(true),
|
|
3671
3671
|
config: PaseoConfigRawSchema.nullable(),
|
|
3672
3672
|
revision: PaseoConfigRevisionSchema.nullable(),
|
|
3673
|
+
hasUncommittedWorktreeSetupChanges: z.boolean().optional(),
|
|
3673
3674
|
}),
|
|
3674
3675
|
z.object({
|
|
3675
3676
|
requestId: z.string(),
|
|
@@ -3690,6 +3691,7 @@ export const WriteProjectConfigResponseMessageSchema = z.object({
|
|
|
3690
3691
|
ok: z.literal(true),
|
|
3691
3692
|
config: PaseoConfigRawSchema,
|
|
3692
3693
|
revision: PaseoConfigRevisionSchema,
|
|
3694
|
+
hasUncommittedWorktreeSetupChanges: z.boolean().optional(),
|
|
3693
3695
|
}),
|
|
3694
3696
|
z.object({
|
|
3695
3697
|
requestId: z.string(),
|
|
@@ -4237,6 +4237,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4237
4237
|
mtimeMs: import("zod").ZodNumber;
|
|
4238
4238
|
size: import("zod").ZodNumber;
|
|
4239
4239
|
}, import("zod/v4/core").$strip>>;
|
|
4240
|
+
hasUncommittedWorktreeSetupChanges: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4240
4241
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4241
4242
|
requestId: import("zod").ZodString;
|
|
4242
4243
|
repoRoot: import("zod").ZodString;
|
|
@@ -4295,6 +4296,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4295
4296
|
mtimeMs: import("zod").ZodNumber;
|
|
4296
4297
|
size: import("zod").ZodNumber;
|
|
4297
4298
|
}, import("zod/v4/core").$strip>;
|
|
4299
|
+
hasUncommittedWorktreeSetupChanges: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4298
4300
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4299
4301
|
requestId: import("zod").ZodString;
|
|
4300
4302
|
repoRoot: import("zod").ZodString;
|