@rool-dev/extension 0.4.3-dev.3ae842a → 0.4.3-dev.b3c8b24
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
|