@rallycry/conveyor-agent 10.2.0 → 10.2.1
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.
|
@@ -2771,7 +2771,9 @@ var StopProjectWorkspaceRequestSchema = z2.object({
|
|
|
2771
2771
|
requestingUserId: z2.string().optional()
|
|
2772
2772
|
});
|
|
2773
2773
|
var ListMyLiveSessionsRequestSchema = z2.object({
|
|
2774
|
-
projectId: z2.string()
|
|
2774
|
+
projectId: z2.string(),
|
|
2775
|
+
/** Admin-only: list another member's sessions instead of the caller's. */
|
|
2776
|
+
targetUserId: z2.string().optional()
|
|
2775
2777
|
});
|
|
2776
2778
|
var StartAdhocSessionRequestSchema = z2.object({
|
|
2777
2779
|
projectId: z2.string(),
|
|
@@ -10653,4 +10655,4 @@ export {
|
|
|
10653
10655
|
runStartCommand,
|
|
10654
10656
|
unshallowRepo
|
|
10655
10657
|
};
|
|
10656
|
-
//# sourceMappingURL=chunk-
|
|
10658
|
+
//# sourceMappingURL=chunk-YGLTLUGA.js.map
|