@burdenoff/microfe-vibecontrols 2026.602.6 → 2026.602.7
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.
|
@@ -7436,6 +7436,13 @@ var rm = e`
|
|
|
7436
7436
|
query GetSession($id: ID!) {
|
|
7437
7437
|
session(id: $id) {
|
|
7438
7438
|
...SessionFields
|
|
7439
|
+
isShared
|
|
7440
|
+
context {
|
|
7441
|
+
userId
|
|
7442
|
+
}
|
|
7443
|
+
collaborators {
|
|
7444
|
+
...SessionCollaboratorFields
|
|
7445
|
+
}
|
|
7439
7446
|
agent {
|
|
7440
7447
|
id
|
|
7441
7448
|
name
|
|
@@ -7462,7 +7469,8 @@ var rm = e`
|
|
|
7462
7469
|
}
|
|
7463
7470
|
}
|
|
7464
7471
|
}
|
|
7465
|
-
${_}
|
|
7472
|
+
${_}
|
|
7473
|
+
${g}`;
|
|
7466
7474
|
function im(e) {
|
|
7467
7475
|
let r = {
|
|
7468
7476
|
...n,
|