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 +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
2973
|
+
account: {
|
|
2974
|
+
tutor: TTutorEntity;
|
|
2975
|
+
};
|
|
2974
2976
|
};
|
|
2975
2977
|
studentProvince: TProvinceEntity;
|
|
2976
2978
|
studentDistrict: TDistrictEntity;
|