gst-common 1.3.89 → 1.3.90
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 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -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
|
@@ -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
|
};
|