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