@rool-dev/extension 0.4.3 → 0.4.4
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
|
@@ -5795,6 +5795,7 @@ var GraphQLClient = class {
|
|
|
5795
5795
|
id
|
|
5796
5796
|
email
|
|
5797
5797
|
name
|
|
5798
|
+
photoUrl
|
|
5798
5799
|
slug
|
|
5799
5800
|
plan
|
|
5800
5801
|
creditsBalance
|
|
@@ -5814,6 +5815,7 @@ var GraphQLClient = class {
|
|
|
5814
5815
|
id
|
|
5815
5816
|
email
|
|
5816
5817
|
name
|
|
5818
|
+
photoUrl
|
|
5817
5819
|
slug
|
|
5818
5820
|
plan
|
|
5819
5821
|
creditsBalance
|
|
@@ -5885,6 +5887,7 @@ var GraphQLClient = class {
|
|
|
5885
5887
|
id
|
|
5886
5888
|
email
|
|
5887
5889
|
name
|
|
5890
|
+
photoUrl
|
|
5888
5891
|
}
|
|
5889
5892
|
}
|
|
5890
5893
|
`;
|
|
@@ -5901,6 +5904,7 @@ var GraphQLClient = class {
|
|
|
5901
5904
|
id
|
|
5902
5905
|
email
|
|
5903
5906
|
role
|
|
5907
|
+
photoUrl
|
|
5904
5908
|
}
|
|
5905
5909
|
}
|
|
5906
5910
|
`, { spaceId })).listSpaceUsers;
|