gst-common 1.3.48 → 1.3.49

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
@@ -1162,6 +1162,9 @@ type TLessonDocumentsRes = TLessonEntity & {
1162
1162
  fileLessons: TFileLessonEntity[];
1163
1163
  groupQuestions: (Pick<TGroupQuestionEntity, "id" | "title"> & {
1164
1164
  totalQuestion: number;
1165
+ sessionGroupQuestionsLastCreatedAt: string;
1166
+ sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION;
1167
+ sessionGroupQuestionId: string;
1165
1168
  })[];
1166
1169
  totalQuestion: number;
1167
1170
  };
@@ -1169,6 +1172,9 @@ type TLessonStudentDocumentsRes = TLessonEntity & {
1169
1172
  fileLessons: TFileLessonEntity[];
1170
1173
  groupQuestions: (Pick<TGroupQuestionEntity, "id" | "title"> & {
1171
1174
  totalQuestion: number;
1175
+ sessionGroupQuestionsLastCreatedAt: string;
1176
+ sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION;
1177
+ sessionGroupQuestionId: string;
1172
1178
  })[];
1173
1179
  totalQuestion: number;
1174
1180
  };
package/dist/index.d.ts CHANGED
@@ -1162,6 +1162,9 @@ type TLessonDocumentsRes = TLessonEntity & {
1162
1162
  fileLessons: TFileLessonEntity[];
1163
1163
  groupQuestions: (Pick<TGroupQuestionEntity, "id" | "title"> & {
1164
1164
  totalQuestion: number;
1165
+ sessionGroupQuestionsLastCreatedAt: string;
1166
+ sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION;
1167
+ sessionGroupQuestionId: string;
1165
1168
  })[];
1166
1169
  totalQuestion: number;
1167
1170
  };
@@ -1169,6 +1172,9 @@ type TLessonStudentDocumentsRes = TLessonEntity & {
1169
1172
  fileLessons: TFileLessonEntity[];
1170
1173
  groupQuestions: (Pick<TGroupQuestionEntity, "id" | "title"> & {
1171
1174
  totalQuestion: number;
1175
+ sessionGroupQuestionsLastCreatedAt: string;
1176
+ sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION;
1177
+ sessionGroupQuestionId: string;
1172
1178
  })[];
1173
1179
  totalQuestion: number;
1174
1180
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.3.48",
3
+ "version": "1.3.49",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",