gst-common 1.5.31 → 1.5.32

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
@@ -1134,6 +1134,7 @@ type TProgramRatingPublicList = {
1134
1134
  } & BasePaginationParams;
1135
1135
  type TProgramRatingStudentHasRated = {
1136
1136
  programId?: string;
1137
+ accountTutorId?: string;
1137
1138
  };
1138
1139
  type TProgramRatingStudentCanRate = {
1139
1140
  programId?: string;
package/dist/index.d.ts CHANGED
@@ -1134,6 +1134,7 @@ type TProgramRatingPublicList = {
1134
1134
  } & BasePaginationParams;
1135
1135
  type TProgramRatingStudentHasRated = {
1136
1136
  programId?: string;
1137
+ accountTutorId?: string;
1137
1138
  };
1138
1139
  type TProgramRatingStudentCanRate = {
1139
1140
  programId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.5.31",
3
+ "version": "1.5.32",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",