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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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;
|