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