gst-common 1.3.38 → 1.3.39

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
@@ -1114,9 +1114,9 @@ type TLessonImportRes = TLessonEntity & {
1114
1114
  };
1115
1115
  type TLessonDocumentsRes = TLessonEntity & {
1116
1116
  fileLessons: TFileLessonEntity[];
1117
- groupQuestions: Pick<TGroupQuestionEntity, "id" | "title"> & {
1117
+ groupQuestions: (Pick<TGroupQuestionEntity, "id" | "title"> & {
1118
1118
  totalQuestion: number;
1119
- }[];
1119
+ })[];
1120
1120
  totalQuestion: number;
1121
1121
  };
1122
1122
 
package/dist/index.d.ts CHANGED
@@ -1114,9 +1114,9 @@ type TLessonImportRes = TLessonEntity & {
1114
1114
  };
1115
1115
  type TLessonDocumentsRes = TLessonEntity & {
1116
1116
  fileLessons: TFileLessonEntity[];
1117
- groupQuestions: Pick<TGroupQuestionEntity, "id" | "title"> & {
1117
+ groupQuestions: (Pick<TGroupQuestionEntity, "id" | "title"> & {
1118
1118
  totalQuestion: number;
1119
- }[];
1119
+ })[];
1120
1120
  totalQuestion: number;
1121
1121
  };
1122
1122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.3.38",
3
+ "version": "1.3.39",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",