gst-common 1.3.62 → 1.3.63

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
@@ -1199,6 +1199,7 @@ type TLessonDocumentsRes = TLessonEntity & {
1199
1199
  };
1200
1200
  type TLessonStudentDocumentsRes = TLessonEntity & {
1201
1201
  fileLessons: TFileLessonEntity[];
1202
+ editors: TEditorEntity[];
1202
1203
  groupQuestions: (Pick<TGroupQuestionEntity, "id" | "title"> & {
1203
1204
  totalQuestion: number;
1204
1205
  sessionGroupQuestionsLastCreatedAt: string | null;
package/dist/index.d.ts CHANGED
@@ -1199,6 +1199,7 @@ type TLessonDocumentsRes = TLessonEntity & {
1199
1199
  };
1200
1200
  type TLessonStudentDocumentsRes = TLessonEntity & {
1201
1201
  fileLessons: TFileLessonEntity[];
1202
+ editors: TEditorEntity[];
1202
1203
  groupQuestions: (Pick<TGroupQuestionEntity, "id" | "title"> & {
1203
1204
  totalQuestion: number;
1204
1205
  sessionGroupQuestionsLastCreatedAt: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.3.62",
3
+ "version": "1.3.63",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",