gst-common 1.5.33 → 1.5.34
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1698,7 +1698,7 @@ type TLessonDocumentsRes = TLessonEntity & {
|
|
|
1698
1698
|
totalQuestion: number;
|
|
1699
1699
|
};
|
|
1700
1700
|
type TLessonStudentDocumentsRes = TLessonEntity & {
|
|
1701
|
-
|
|
1701
|
+
files: TFileLessonEntity[];
|
|
1702
1702
|
editors: TEditorEntity[];
|
|
1703
1703
|
groupQuestions: (Pick<TGroupQuestionEntity, "id" | "title"> & {
|
|
1704
1704
|
totalQuestion: number;
|
|
@@ -1786,7 +1786,7 @@ type TClassNotificationUploadRes = TClassNotificationEntity;
|
|
|
1786
1786
|
type TFileDeleteRes = TFileEntity;
|
|
1787
1787
|
type TLessonAllDocumentsRes = {
|
|
1788
1788
|
lessons: (Omit<TLessonEntity, "class"> & {
|
|
1789
|
-
|
|
1789
|
+
files: TFileLessonEntity[];
|
|
1790
1790
|
editors: TEditorEntity[];
|
|
1791
1791
|
groupQuestions: (TGroupQuestionEntity & {
|
|
1792
1792
|
totalQuestion: number;
|
|
@@ -1802,7 +1802,7 @@ type TLessonAllDocumentsRes = {
|
|
|
1802
1802
|
};
|
|
1803
1803
|
type TLessonStudentAllDocumentsRes = {
|
|
1804
1804
|
lessons: (Omit<TLessonEntity, "class"> & {
|
|
1805
|
-
|
|
1805
|
+
files: TFileLessonEntity[];
|
|
1806
1806
|
editors: TEditorEntity[];
|
|
1807
1807
|
groupQuestions: (TGroupQuestionEntity & {
|
|
1808
1808
|
totalQuestion: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1698,7 +1698,7 @@ type TLessonDocumentsRes = TLessonEntity & {
|
|
|
1698
1698
|
totalQuestion: number;
|
|
1699
1699
|
};
|
|
1700
1700
|
type TLessonStudentDocumentsRes = TLessonEntity & {
|
|
1701
|
-
|
|
1701
|
+
files: TFileLessonEntity[];
|
|
1702
1702
|
editors: TEditorEntity[];
|
|
1703
1703
|
groupQuestions: (Pick<TGroupQuestionEntity, "id" | "title"> & {
|
|
1704
1704
|
totalQuestion: number;
|
|
@@ -1786,7 +1786,7 @@ type TClassNotificationUploadRes = TClassNotificationEntity;
|
|
|
1786
1786
|
type TFileDeleteRes = TFileEntity;
|
|
1787
1787
|
type TLessonAllDocumentsRes = {
|
|
1788
1788
|
lessons: (Omit<TLessonEntity, "class"> & {
|
|
1789
|
-
|
|
1789
|
+
files: TFileLessonEntity[];
|
|
1790
1790
|
editors: TEditorEntity[];
|
|
1791
1791
|
groupQuestions: (TGroupQuestionEntity & {
|
|
1792
1792
|
totalQuestion: number;
|
|
@@ -1802,7 +1802,7 @@ type TLessonAllDocumentsRes = {
|
|
|
1802
1802
|
};
|
|
1803
1803
|
type TLessonStudentAllDocumentsRes = {
|
|
1804
1804
|
lessons: (Omit<TLessonEntity, "class"> & {
|
|
1805
|
-
|
|
1805
|
+
files: TFileLessonEntity[];
|
|
1806
1806
|
editors: TEditorEntity[];
|
|
1807
1807
|
groupQuestions: (TGroupQuestionEntity & {
|
|
1808
1808
|
totalQuestion: number;
|