gst-common 1.7.1 → 1.7.2

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
@@ -2970,7 +2970,9 @@ type TTutorInternalCertificationVerifyRes = TCertificationEntity;
2970
2970
  type TRegisteredProgramStudentUpdateRes = TRegisteredProgramEntity;
2971
2971
  type TRegisteredProgramDetailRes = TRegisteredProgramEntity & {
2972
2972
  studentInterestedProgram: TProgramEntity & {
2973
- account: TAccountEntity;
2973
+ account: {
2974
+ tutor: TTutorEntity;
2975
+ };
2974
2976
  };
2975
2977
  studentProvince: TProvinceEntity;
2976
2978
  studentDistrict: TDistrictEntity;
package/dist/index.d.ts CHANGED
@@ -2970,7 +2970,9 @@ type TTutorInternalCertificationVerifyRes = TCertificationEntity;
2970
2970
  type TRegisteredProgramStudentUpdateRes = TRegisteredProgramEntity;
2971
2971
  type TRegisteredProgramDetailRes = TRegisteredProgramEntity & {
2972
2972
  studentInterestedProgram: TProgramEntity & {
2973
- account: TAccountEntity;
2973
+ account: {
2974
+ tutor: TTutorEntity;
2975
+ };
2974
2976
  };
2975
2977
  studentProvince: TProvinceEntity;
2976
2978
  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.2",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",