gst-common 1.3.69 → 1.3.70
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.cjs +1 -1
- package/dist/index.d.cts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -410,7 +410,7 @@ var OBJECT_QUESTION_TYPES = {
|
|
|
410
410
|
},
|
|
411
411
|
["ESSAY" /* ESSAY */]: {
|
|
412
412
|
value: "ESSAY" /* ESSAY */,
|
|
413
|
-
label: "
|
|
413
|
+
label: "\u0110i\u1EC1n t\u1EEB"
|
|
414
414
|
},
|
|
415
415
|
["WORD_ARRANGEMENT" /* WORD_ARRANGEMENT */]: {
|
|
416
416
|
value: "WORD_ARRANGEMENT" /* WORD_ARRANGEMENT */,
|
package/dist/index.d.cts
CHANGED
|
@@ -1003,7 +1003,12 @@ type TCLassStudentStatisticRes = {
|
|
|
1003
1003
|
type TClassNotificationCreateRes = TClassNotificationEntity;
|
|
1004
1004
|
type TClassNotificationUpdateRes = TClassNotificationEntity;
|
|
1005
1005
|
type TClassNotificationListRes = {
|
|
1006
|
-
classNotifications: Omit<TClassNotificationEntity, "class">
|
|
1006
|
+
classNotifications: (Omit<TClassNotificationEntity, "class"> & {
|
|
1007
|
+
file: TFileEntity | null;
|
|
1008
|
+
editor: TEditorEntity | null;
|
|
1009
|
+
groupQuestion: TGroupQuestionEntity | null;
|
|
1010
|
+
totalQuestion: number;
|
|
1011
|
+
})[];
|
|
1007
1012
|
total: number;
|
|
1008
1013
|
};
|
|
1009
1014
|
type TClassMeListRes = {
|
package/dist/index.d.ts
CHANGED
|
@@ -1003,7 +1003,12 @@ type TCLassStudentStatisticRes = {
|
|
|
1003
1003
|
type TClassNotificationCreateRes = TClassNotificationEntity;
|
|
1004
1004
|
type TClassNotificationUpdateRes = TClassNotificationEntity;
|
|
1005
1005
|
type TClassNotificationListRes = {
|
|
1006
|
-
classNotifications: Omit<TClassNotificationEntity, "class">
|
|
1006
|
+
classNotifications: (Omit<TClassNotificationEntity, "class"> & {
|
|
1007
|
+
file: TFileEntity | null;
|
|
1008
|
+
editor: TEditorEntity | null;
|
|
1009
|
+
groupQuestion: TGroupQuestionEntity | null;
|
|
1010
|
+
totalQuestion: number;
|
|
1011
|
+
})[];
|
|
1007
1012
|
total: number;
|
|
1008
1013
|
};
|
|
1009
1014
|
type TClassMeListRes = {
|
package/dist/index.mjs
CHANGED
|
@@ -350,7 +350,7 @@ var OBJECT_QUESTION_TYPES = {
|
|
|
350
350
|
},
|
|
351
351
|
["ESSAY" /* ESSAY */]: {
|
|
352
352
|
value: "ESSAY" /* ESSAY */,
|
|
353
|
-
label: "
|
|
353
|
+
label: "\u0110i\u1EC1n t\u1EEB"
|
|
354
354
|
},
|
|
355
355
|
["WORD_ARRANGEMENT" /* WORD_ARRANGEMENT */]: {
|
|
356
356
|
value: "WORD_ARRANGEMENT" /* WORD_ARRANGEMENT */,
|