gst-common 1.4.43 → 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 CHANGED
@@ -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
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.4.43",
3
+ "version": "1.4.44",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",