@getpaseo/protocol 0.3.0-beta.4 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/validation/ws-outbound.aot.js +24521 -24362
- package/dist/messages.d.ts +134 -0
- package/dist/messages.js +26 -0
- package/dist/search/text-match.d.ts +55 -0
- package/dist/search/text-match.js +262 -0
- package/dist/validation/ws-outbound-schema-metadata.d.ts +27 -0
- package/package.json +1 -1
|
@@ -1519,6 +1519,19 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1519
1519
|
worktreeRoot?: string | undefined;
|
|
1520
1520
|
}>>]>;
|
|
1521
1521
|
}, import("zod/v4/core").$strip>;
|
|
1522
|
+
searchScore: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1523
|
+
searchMatches: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1524
|
+
field: import("zod").ZodEnum<{
|
|
1525
|
+
title: "title";
|
|
1526
|
+
branch: "branch";
|
|
1527
|
+
workspace: "workspace";
|
|
1528
|
+
project: "project";
|
|
1529
|
+
}>;
|
|
1530
|
+
ranges: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1531
|
+
start: import("zod").ZodNumber;
|
|
1532
|
+
length: import("zod").ZodNumber;
|
|
1533
|
+
}, import("zod/v4/core").$strip>>;
|
|
1534
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1522
1535
|
}, import("zod/v4/core").$strip>>;
|
|
1523
1536
|
pageInfo: import("zod").ZodObject<{
|
|
1524
1537
|
nextCursor: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1675,12 +1688,26 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1675
1688
|
worktreeRoot?: string | undefined;
|
|
1676
1689
|
}>>]>;
|
|
1677
1690
|
}, import("zod/v4/core").$strip>;
|
|
1691
|
+
searchScore: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1692
|
+
searchMatches: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1693
|
+
field: import("zod").ZodEnum<{
|
|
1694
|
+
title: "title";
|
|
1695
|
+
branch: "branch";
|
|
1696
|
+
workspace: "workspace";
|
|
1697
|
+
project: "project";
|
|
1698
|
+
}>;
|
|
1699
|
+
ranges: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1700
|
+
start: import("zod").ZodNumber;
|
|
1701
|
+
length: import("zod").ZodNumber;
|
|
1702
|
+
}, import("zod/v4/core").$strip>>;
|
|
1703
|
+
}, import("zod/v4/core").$strip>>>;
|
|
1678
1704
|
}, import("zod/v4/core").$strip>>;
|
|
1679
1705
|
pageInfo: import("zod").ZodObject<{
|
|
1680
1706
|
nextCursor: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1681
1707
|
prevCursor: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1682
1708
|
hasMore: import("zod").ZodBoolean;
|
|
1683
1709
|
}, import("zod/v4/core").$strip>;
|
|
1710
|
+
searchTruncated: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1684
1711
|
}, import("zod/v4/core").$strip>;
|
|
1685
1712
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1686
1713
|
type: import("zod").ZodLiteral<"fetch_recent_provider_sessions_response">;
|