gst-common 1.5.89 → 1.5.91

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
@@ -1589,7 +1589,7 @@ type TClassNotificationListRes = {
1589
1589
  sessionGroupQuestionsLastCreatedAt: string | null;
1590
1590
  sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
1591
1591
  sessionGroupQuestionId: string | null;
1592
- sessionGroupQuestionsTotalQuestion: number | null;
1592
+ sessionGroupQuestionTotalQuestion: number | null;
1593
1593
  totalCorrectQuestion: number;
1594
1594
  totalWaitForGradeQuestion: number;
1595
1595
  }) | null;
package/dist/index.d.ts CHANGED
@@ -1589,7 +1589,7 @@ type TClassNotificationListRes = {
1589
1589
  sessionGroupQuestionsLastCreatedAt: string | null;
1590
1590
  sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
1591
1591
  sessionGroupQuestionId: string | null;
1592
- sessionGroupQuestionsTotalQuestion: number | null;
1592
+ sessionGroupQuestionTotalQuestion: number | null;
1593
1593
  totalCorrectQuestion: number;
1594
1594
  totalWaitForGradeQuestion: number;
1595
1595
  }) | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.5.89",
3
+ "version": "1.5.91",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",