gst-common 1.3.52 → 1.3.53
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1166,6 +1166,8 @@ type TLessonDocumentsRes = TLessonEntity & {
|
|
|
1166
1166
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1167
1167
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1168
1168
|
sessionGroupQuestionId: string | null;
|
|
1169
|
+
sessionGroupQuestionsCorrectQuestion: number | null;
|
|
1170
|
+
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1169
1171
|
})[];
|
|
1170
1172
|
totalQuestion: number;
|
|
1171
1173
|
};
|
|
@@ -1176,6 +1178,8 @@ type TLessonStudentDocumentsRes = TLessonEntity & {
|
|
|
1176
1178
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1177
1179
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1178
1180
|
sessionGroupQuestionId: string | null;
|
|
1181
|
+
sessionGroupQuestionsCorrectQuestion: number | null;
|
|
1182
|
+
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1179
1183
|
})[];
|
|
1180
1184
|
totalQuestion: number;
|
|
1181
1185
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1166,6 +1166,8 @@ type TLessonDocumentsRes = TLessonEntity & {
|
|
|
1166
1166
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1167
1167
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1168
1168
|
sessionGroupQuestionId: string | null;
|
|
1169
|
+
sessionGroupQuestionsCorrectQuestion: number | null;
|
|
1170
|
+
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1169
1171
|
})[];
|
|
1170
1172
|
totalQuestion: number;
|
|
1171
1173
|
};
|
|
@@ -1176,6 +1178,8 @@ type TLessonStudentDocumentsRes = TLessonEntity & {
|
|
|
1176
1178
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1177
1179
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1178
1180
|
sessionGroupQuestionId: string | null;
|
|
1181
|
+
sessionGroupQuestionsCorrectQuestion: number | null;
|
|
1182
|
+
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1179
1183
|
})[];
|
|
1180
1184
|
totalQuestion: number;
|
|
1181
1185
|
};
|