gst-common 1.4.42 → 1.4.44
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1280,9 +1280,9 @@ type TClassNotificationStudentListRes = {
|
|
|
1280
1280
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1281
1281
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1282
1282
|
sessionGroupQuestionId: string | null;
|
|
1283
|
-
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1284
1283
|
totalCorrectQuestion: number;
|
|
1285
1284
|
totalWaitForGradeQuestion: number;
|
|
1285
|
+
sessionGroupQuestionTotalQuestion: number;
|
|
1286
1286
|
}) | null;
|
|
1287
1287
|
})[];
|
|
1288
1288
|
total: number;
|
|
@@ -1411,6 +1411,7 @@ type TLessonDocumentsRes = TLessonEntity & {
|
|
|
1411
1411
|
sessionGroupQuestionId: string | null;
|
|
1412
1412
|
sessionGroupQuestionsCorrectQuestion: number | null;
|
|
1413
1413
|
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1414
|
+
sessionGroupQuestionsWaitForGradeQuestion: number;
|
|
1414
1415
|
})[];
|
|
1415
1416
|
totalQuestion: number;
|
|
1416
1417
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1280,9 +1280,9 @@ type TClassNotificationStudentListRes = {
|
|
|
1280
1280
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1281
1281
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1282
1282
|
sessionGroupQuestionId: string | null;
|
|
1283
|
-
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1284
1283
|
totalCorrectQuestion: number;
|
|
1285
1284
|
totalWaitForGradeQuestion: number;
|
|
1285
|
+
sessionGroupQuestionTotalQuestion: number;
|
|
1286
1286
|
}) | null;
|
|
1287
1287
|
})[];
|
|
1288
1288
|
total: number;
|
|
@@ -1411,6 +1411,7 @@ type TLessonDocumentsRes = TLessonEntity & {
|
|
|
1411
1411
|
sessionGroupQuestionId: string | null;
|
|
1412
1412
|
sessionGroupQuestionsCorrectQuestion: number | null;
|
|
1413
1413
|
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1414
|
+
sessionGroupQuestionsWaitForGradeQuestion: number;
|
|
1414
1415
|
})[];
|
|
1415
1416
|
totalQuestion: number;
|
|
1416
1417
|
};
|