gst-common 1.4.26 → 1.4.27

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
@@ -1525,6 +1525,7 @@ type TProgramRatingPublicListRes = {
1525
1525
  };
1526
1526
  type TProgramRatingPublicCountByScoreRes = {
1527
1527
  scoreTotal: number;
1528
+ averageScore: number;
1528
1529
  score1: number;
1529
1530
  score2: number;
1530
1531
  score3: number;
package/dist/index.d.ts CHANGED
@@ -1525,6 +1525,7 @@ type TProgramRatingPublicListRes = {
1525
1525
  };
1526
1526
  type TProgramRatingPublicCountByScoreRes = {
1527
1527
  scoreTotal: number;
1528
+ averageScore: number;
1528
1529
  score1: number;
1529
1530
  score2: number;
1530
1531
  score3: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.4.26",
3
+ "version": "1.4.27",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",