gst-common 1.4.41 → 1.4.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 +6 -4
- package/dist/index.d.ts +6 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1504,8 +1504,9 @@ type TLessonAllDocumentsRes = {
|
|
|
1504
1504
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1505
1505
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1506
1506
|
sessionGroupQuestionId: string | null;
|
|
1507
|
-
|
|
1508
|
-
|
|
1507
|
+
totalWaitForGradeQuestion: number;
|
|
1508
|
+
sessionGroupQuestionTotalQuestion: number;
|
|
1509
|
+
totalCorrectQuestion: number;
|
|
1509
1510
|
})[];
|
|
1510
1511
|
})[];
|
|
1511
1512
|
total: number;
|
|
@@ -1519,8 +1520,9 @@ type TLessonStudentAllDocumentsRes = {
|
|
|
1519
1520
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1520
1521
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1521
1522
|
sessionGroupQuestionId: string | null;
|
|
1522
|
-
|
|
1523
|
-
|
|
1523
|
+
totalWaitForGradeQuestion: number;
|
|
1524
|
+
sessionGroupQuestionTotalQuestion: number;
|
|
1525
|
+
totalCorrectQuestion: number;
|
|
1524
1526
|
})[];
|
|
1525
1527
|
})[];
|
|
1526
1528
|
total: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1504,8 +1504,9 @@ type TLessonAllDocumentsRes = {
|
|
|
1504
1504
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1505
1505
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1506
1506
|
sessionGroupQuestionId: string | null;
|
|
1507
|
-
|
|
1508
|
-
|
|
1507
|
+
totalWaitForGradeQuestion: number;
|
|
1508
|
+
sessionGroupQuestionTotalQuestion: number;
|
|
1509
|
+
totalCorrectQuestion: number;
|
|
1509
1510
|
})[];
|
|
1510
1511
|
})[];
|
|
1511
1512
|
total: number;
|
|
@@ -1519,8 +1520,9 @@ type TLessonStudentAllDocumentsRes = {
|
|
|
1519
1520
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1520
1521
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1521
1522
|
sessionGroupQuestionId: string | null;
|
|
1522
|
-
|
|
1523
|
-
|
|
1523
|
+
totalWaitForGradeQuestion: number;
|
|
1524
|
+
sessionGroupQuestionTotalQuestion: number;
|
|
1525
|
+
totalCorrectQuestion: number;
|
|
1524
1526
|
})[];
|
|
1525
1527
|
})[];
|
|
1526
1528
|
total: number;
|