gst-common 1.3.59 → 1.3.60

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
@@ -1186,6 +1186,7 @@ type TLessonImportRes = TLessonEntity & {
1186
1186
  };
1187
1187
  type TLessonDocumentsRes = TLessonEntity & {
1188
1188
  fileLessons: TFileLessonEntity[];
1189
+ editors: TEditorEntity[];
1189
1190
  groupQuestions: (Pick<TGroupQuestionEntity, "id" | "title"> & {
1190
1191
  totalQuestion: number;
1191
1192
  sessionGroupQuestionsLastCreatedAt: string | null;
package/dist/index.d.ts CHANGED
@@ -1186,6 +1186,7 @@ type TLessonImportRes = TLessonEntity & {
1186
1186
  };
1187
1187
  type TLessonDocumentsRes = TLessonEntity & {
1188
1188
  fileLessons: TFileLessonEntity[];
1189
+ editors: TEditorEntity[];
1189
1190
  groupQuestions: (Pick<TGroupQuestionEntity, "id" | "title"> & {
1190
1191
  totalQuestion: number;
1191
1192
  sessionGroupQuestionsLastCreatedAt: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.3.59",
3
+ "version": "1.3.60",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",