gst-common 1.3.89 → 1.3.91
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 +5 -1
- package/dist/index.d.ts +5 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -892,7 +892,7 @@ type TProgramRatingPublicList = {
|
|
|
892
892
|
programId: string;
|
|
893
893
|
filterStudentId?: string;
|
|
894
894
|
score?: number;
|
|
895
|
-
};
|
|
895
|
+
} & BasePaginationParams;
|
|
896
896
|
|
|
897
897
|
type TProgramRegisteredMeTutorEdit = {
|
|
898
898
|
id: string;
|
|
@@ -1429,6 +1429,10 @@ type TProgramRatingUploadRes = TFileEntity;
|
|
|
1429
1429
|
type TProgramRatingPublicListRes = {
|
|
1430
1430
|
programRatings: (TProgramRatingEntity & {
|
|
1431
1431
|
files: TFileEntity[];
|
|
1432
|
+
class: TClassEntity & {
|
|
1433
|
+
totalHourCompleted: number;
|
|
1434
|
+
totalLessonCompleted: number;
|
|
1435
|
+
};
|
|
1432
1436
|
})[];
|
|
1433
1437
|
total: number;
|
|
1434
1438
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -892,7 +892,7 @@ type TProgramRatingPublicList = {
|
|
|
892
892
|
programId: string;
|
|
893
893
|
filterStudentId?: string;
|
|
894
894
|
score?: number;
|
|
895
|
-
};
|
|
895
|
+
} & BasePaginationParams;
|
|
896
896
|
|
|
897
897
|
type TProgramRegisteredMeTutorEdit = {
|
|
898
898
|
id: string;
|
|
@@ -1429,6 +1429,10 @@ type TProgramRatingUploadRes = TFileEntity;
|
|
|
1429
1429
|
type TProgramRatingPublicListRes = {
|
|
1430
1430
|
programRatings: (TProgramRatingEntity & {
|
|
1431
1431
|
files: TFileEntity[];
|
|
1432
|
+
class: TClassEntity & {
|
|
1433
|
+
totalHourCompleted: number;
|
|
1434
|
+
totalLessonCompleted: number;
|
|
1435
|
+
};
|
|
1432
1436
|
})[];
|
|
1433
1437
|
total: number;
|
|
1434
1438
|
};
|