@emulators/google 0.4.1 → 0.6.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.
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;