gst-common 1.5.28 → 1.5.29

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/index.d.cts CHANGED
@@ -352,6 +352,7 @@ type DATA_THIRD_PARTY_LOGIN = {
352
352
  providerId: string;
353
353
  provider: REGISTER_METHOD;
354
354
  avatar?: string;
355
+ email: string;
355
356
  };
356
357
  declare enum PROGRAM_SUITABLE_LEARNER {
357
358
  PRIMARY_STUDENT = "primary_student",
package/dist/index.d.ts CHANGED
@@ -352,6 +352,7 @@ type DATA_THIRD_PARTY_LOGIN = {
352
352
  providerId: string;
353
353
  provider: REGISTER_METHOD;
354
354
  avatar?: string;
355
+ email: string;
355
356
  };
356
357
  declare enum PROGRAM_SUITABLE_LEARNER {
357
358
  PRIMARY_STUDENT = "primary_student",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.5.28",
3
+ "version": "1.5.29",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",