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 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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.3.89",
3
+ "version": "1.3.90",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",