@rool-dev/extension 0.4.3-dev.b3c8b24 → 0.4.4-dev.778488b
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/dev/host-shell.js
CHANGED
|
@@ -5887,6 +5887,7 @@ var GraphQLClient = class {
|
|
|
5887
5887
|
id
|
|
5888
5888
|
email
|
|
5889
5889
|
name
|
|
5890
|
+
photoUrl
|
|
5890
5891
|
}
|
|
5891
5892
|
}
|
|
5892
5893
|
`;
|
|
@@ -5903,6 +5904,7 @@ var GraphQLClient = class {
|
|
|
5903
5904
|
id
|
|
5904
5905
|
email
|
|
5905
5906
|
role
|
|
5907
|
+
photoUrl
|
|
5906
5908
|
}
|
|
5907
5909
|
}
|
|
5908
5910
|
`, { spaceId })).listSpaceUsers;
|