@emulators/google 0.4.1 → 0.5.0
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/fonts/favicon.ico +0 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +389 -220
- package/dist/index.js.map +1 -1
- package/package.json +5 -3
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ interface GoogleUser extends Entity {
|
|
|
9
9
|
picture: string | null;
|
|
10
10
|
email_verified: boolean;
|
|
11
11
|
locale: string;
|
|
12
|
+
hd: string | null;
|
|
12
13
|
}
|
|
13
14
|
interface GoogleOAuthClient extends Entity {
|
|
14
15
|
client_id: string;
|
|
@@ -171,6 +172,7 @@ interface GoogleSeedUser {
|
|
|
171
172
|
picture?: string;
|
|
172
173
|
locale?: string;
|
|
173
174
|
email_verified?: boolean;
|
|
175
|
+
hd?: string;
|
|
174
176
|
}
|
|
175
177
|
interface GoogleSeedLabel {
|
|
176
178
|
id?: string;
|