gst-common 1.4.40 → 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 +10 -6
- package/dist/index.d.ts +10 -6
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1186,8 +1186,9 @@ type TClassNotificationListRes = {
|
|
|
1186
1186
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1187
1187
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1188
1188
|
sessionGroupQuestionId: string | null;
|
|
1189
|
-
sessionGroupQuestionsCorrectQuestion: number | null;
|
|
1190
1189
|
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1190
|
+
totalCorrectQuestion: number;
|
|
1191
|
+
totalWaitForGradeQuestion: number;
|
|
1191
1192
|
}) | null;
|
|
1192
1193
|
})[];
|
|
1193
1194
|
total: number;
|
|
@@ -1279,8 +1280,9 @@ type TClassNotificationStudentListRes = {
|
|
|
1279
1280
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1280
1281
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1281
1282
|
sessionGroupQuestionId: string | null;
|
|
1282
|
-
sessionGroupQuestionsCorrectQuestion: number | null;
|
|
1283
1283
|
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1284
|
+
totalCorrectQuestion: number;
|
|
1285
|
+
totalWaitForGradeQuestion: number;
|
|
1284
1286
|
}) | null;
|
|
1285
1287
|
})[];
|
|
1286
1288
|
total: number;
|
|
@@ -1502,8 +1504,9 @@ type TLessonAllDocumentsRes = {
|
|
|
1502
1504
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1503
1505
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1504
1506
|
sessionGroupQuestionId: string | null;
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
+
totalWaitForGradeQuestion: number;
|
|
1508
|
+
sessionGroupQuestionTotalQuestion: number;
|
|
1509
|
+
totalCorrectQuestion: number;
|
|
1507
1510
|
})[];
|
|
1508
1511
|
})[];
|
|
1509
1512
|
total: number;
|
|
@@ -1517,8 +1520,9 @@ type TLessonStudentAllDocumentsRes = {
|
|
|
1517
1520
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1518
1521
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1519
1522
|
sessionGroupQuestionId: string | null;
|
|
1520
|
-
|
|
1521
|
-
|
|
1523
|
+
totalWaitForGradeQuestion: number;
|
|
1524
|
+
sessionGroupQuestionTotalQuestion: number;
|
|
1525
|
+
totalCorrectQuestion: number;
|
|
1522
1526
|
})[];
|
|
1523
1527
|
})[];
|
|
1524
1528
|
total: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1186,8 +1186,9 @@ type TClassNotificationListRes = {
|
|
|
1186
1186
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1187
1187
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1188
1188
|
sessionGroupQuestionId: string | null;
|
|
1189
|
-
sessionGroupQuestionsCorrectQuestion: number | null;
|
|
1190
1189
|
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1190
|
+
totalCorrectQuestion: number;
|
|
1191
|
+
totalWaitForGradeQuestion: number;
|
|
1191
1192
|
}) | null;
|
|
1192
1193
|
})[];
|
|
1193
1194
|
total: number;
|
|
@@ -1279,8 +1280,9 @@ type TClassNotificationStudentListRes = {
|
|
|
1279
1280
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1280
1281
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1281
1282
|
sessionGroupQuestionId: string | null;
|
|
1282
|
-
sessionGroupQuestionsCorrectQuestion: number | null;
|
|
1283
1283
|
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1284
|
+
totalCorrectQuestion: number;
|
|
1285
|
+
totalWaitForGradeQuestion: number;
|
|
1284
1286
|
}) | null;
|
|
1285
1287
|
})[];
|
|
1286
1288
|
total: number;
|
|
@@ -1502,8 +1504,9 @@ type TLessonAllDocumentsRes = {
|
|
|
1502
1504
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1503
1505
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1504
1506
|
sessionGroupQuestionId: string | null;
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
+
totalWaitForGradeQuestion: number;
|
|
1508
|
+
sessionGroupQuestionTotalQuestion: number;
|
|
1509
|
+
totalCorrectQuestion: number;
|
|
1507
1510
|
})[];
|
|
1508
1511
|
})[];
|
|
1509
1512
|
total: number;
|
|
@@ -1517,8 +1520,9 @@ type TLessonStudentAllDocumentsRes = {
|
|
|
1517
1520
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1518
1521
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1519
1522
|
sessionGroupQuestionId: string | null;
|
|
1520
|
-
|
|
1521
|
-
|
|
1523
|
+
totalWaitForGradeQuestion: number;
|
|
1524
|
+
sessionGroupQuestionTotalQuestion: number;
|
|
1525
|
+
totalCorrectQuestion: number;
|
|
1522
1526
|
})[];
|
|
1523
1527
|
})[];
|
|
1524
1528
|
total: number;
|