gst-common 1.7.1 → 1.7.3

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
@@ -2525,6 +2525,7 @@ type TProgramRatingPublicCountByScoreRes = {
2525
2525
  score3: number;
2526
2526
  score4: number;
2527
2527
  score5: number;
2528
+ totalRegistered: number;
2528
2529
  };
2529
2530
  type TProgramRatingStudentHasRatedRes = (TProgramRatingEntity & {
2530
2531
  files: TFileEntity[];
@@ -2970,7 +2971,9 @@ type TTutorInternalCertificationVerifyRes = TCertificationEntity;
2970
2971
  type TRegisteredProgramStudentUpdateRes = TRegisteredProgramEntity;
2971
2972
  type TRegisteredProgramDetailRes = TRegisteredProgramEntity & {
2972
2973
  studentInterestedProgram: TProgramEntity & {
2973
- account: TAccountEntity;
2974
+ account: {
2975
+ tutor: TTutorEntity;
2976
+ };
2974
2977
  };
2975
2978
  studentProvince: TProvinceEntity;
2976
2979
  studentDistrict: TDistrictEntity;
package/dist/index.d.ts CHANGED
@@ -2525,6 +2525,7 @@ type TProgramRatingPublicCountByScoreRes = {
2525
2525
  score3: number;
2526
2526
  score4: number;
2527
2527
  score5: number;
2528
+ totalRegistered: number;
2528
2529
  };
2529
2530
  type TProgramRatingStudentHasRatedRes = (TProgramRatingEntity & {
2530
2531
  files: TFileEntity[];
@@ -2970,7 +2971,9 @@ type TTutorInternalCertificationVerifyRes = TCertificationEntity;
2970
2971
  type TRegisteredProgramStudentUpdateRes = TRegisteredProgramEntity;
2971
2972
  type TRegisteredProgramDetailRes = TRegisteredProgramEntity & {
2972
2973
  studentInterestedProgram: TProgramEntity & {
2973
- account: TAccountEntity;
2974
+ account: {
2975
+ tutor: TTutorEntity;
2976
+ };
2974
2977
  };
2975
2978
  studentProvince: TProvinceEntity;
2976
2979
  studentDistrict: TDistrictEntity;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.7.1",
3
+ "version": "1.7.3",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",