gst-common 1.5.41 → 1.5.42

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
@@ -994,7 +994,7 @@ type TClassStudentStatisticGroupByMonth = {
994
994
  };
995
995
  type TDocumentUpload = {
996
996
  file: any;
997
- programId: string;
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
- programId: string;
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
- programId: string;
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
- programId: string;
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
- programId: string;
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
- programId: string;
1080
+ documentFolderId: string;
1081
1081
  title: string;
1082
1082
  content: string;
1083
1083
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.5.41",
3
+ "version": "1.5.42",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",