gst-common 1.5.41 → 1.5.43
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
|
@@ -994,7 +994,7 @@ type TClassStudentStatisticGroupByMonth = {
|
|
|
994
994
|
};
|
|
995
995
|
type TDocumentUpload = {
|
|
996
996
|
file: any;
|
|
997
|
-
|
|
997
|
+
documentFolderId: string;
|
|
998
998
|
name: string;
|
|
999
999
|
};
|
|
1000
1000
|
type TDocumentList = {
|
|
@@ -1035,7 +1035,7 @@ type TGroupQuestionCreate = {
|
|
|
1035
1035
|
}[];
|
|
1036
1036
|
};
|
|
1037
1037
|
type TDocumentCreateGroupQuestion = {
|
|
1038
|
-
|
|
1038
|
+
documentFolderId: string;
|
|
1039
1039
|
groupQuestion: TGroupQuestionCreate;
|
|
1040
1040
|
};
|
|
1041
1041
|
type TLessonCreateGroupQuestion = {
|
|
@@ -1077,7 +1077,7 @@ type TGroupQuestionStudentDraft = {
|
|
|
1077
1077
|
answers: TSubmitGroupQuestion;
|
|
1078
1078
|
};
|
|
1079
1079
|
type TDocumentCreateEditor = {
|
|
1080
|
-
|
|
1080
|
+
documentFolderId: string;
|
|
1081
1081
|
title: string;
|
|
1082
1082
|
content: string;
|
|
1083
1083
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -994,7 +994,7 @@ type TClassStudentStatisticGroupByMonth = {
|
|
|
994
994
|
};
|
|
995
995
|
type TDocumentUpload = {
|
|
996
996
|
file: any;
|
|
997
|
-
|
|
997
|
+
documentFolderId: string;
|
|
998
998
|
name: string;
|
|
999
999
|
};
|
|
1000
1000
|
type TDocumentList = {
|
|
@@ -1035,7 +1035,7 @@ type TGroupQuestionCreate = {
|
|
|
1035
1035
|
}[];
|
|
1036
1036
|
};
|
|
1037
1037
|
type TDocumentCreateGroupQuestion = {
|
|
1038
|
-
|
|
1038
|
+
documentFolderId: string;
|
|
1039
1039
|
groupQuestion: TGroupQuestionCreate;
|
|
1040
1040
|
};
|
|
1041
1041
|
type TLessonCreateGroupQuestion = {
|
|
@@ -1077,7 +1077,7 @@ type TGroupQuestionStudentDraft = {
|
|
|
1077
1077
|
answers: TSubmitGroupQuestion;
|
|
1078
1078
|
};
|
|
1079
1079
|
type TDocumentCreateEditor = {
|
|
1080
|
-
|
|
1080
|
+
documentFolderId: string;
|
|
1081
1081
|
title: string;
|
|
1082
1082
|
content: string;
|
|
1083
1083
|
};
|