gst-common 1.4.45 → 1.4.46

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
@@ -1443,6 +1443,7 @@ type TGroupQuestionStudentResultRes = TSessionGroupQuestionEntity & {
1443
1443
  groupQuestion: TGroupQuestionEntity & {
1444
1444
  questions: (TQuestionEntity & {
1445
1445
  answerType: ANSWER_QUESTION_TYPE;
1446
+ feedbackContent: string | null;
1446
1447
  choices: (TQuestionTypeChoiceEntity & {
1447
1448
  isChosen: boolean;
1448
1449
  })[];
@@ -1463,6 +1464,7 @@ type TGroupQuestionResultRes = TSessionGroupQuestionEntity & {
1463
1464
  groupQuestion: TGroupQuestionEntity & {
1464
1465
  questions: (TQuestionEntity & {
1465
1466
  file: TFileEntity;
1467
+ feedbackContent: string | null;
1466
1468
  answerType: ANSWER_QUESTION_TYPE;
1467
1469
  choices: (TQuestionTypeChoiceEntity & {
1468
1470
  isChosen: boolean;
package/dist/index.d.ts CHANGED
@@ -1443,6 +1443,7 @@ type TGroupQuestionStudentResultRes = TSessionGroupQuestionEntity & {
1443
1443
  groupQuestion: TGroupQuestionEntity & {
1444
1444
  questions: (TQuestionEntity & {
1445
1445
  answerType: ANSWER_QUESTION_TYPE;
1446
+ feedbackContent: string | null;
1446
1447
  choices: (TQuestionTypeChoiceEntity & {
1447
1448
  isChosen: boolean;
1448
1449
  })[];
@@ -1463,6 +1464,7 @@ type TGroupQuestionResultRes = TSessionGroupQuestionEntity & {
1463
1464
  groupQuestion: TGroupQuestionEntity & {
1464
1465
  questions: (TQuestionEntity & {
1465
1466
  file: TFileEntity;
1467
+ feedbackContent: string | null;
1466
1468
  answerType: ANSWER_QUESTION_TYPE;
1467
1469
  choices: (TQuestionTypeChoiceEntity & {
1468
1470
  isChosen: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.4.45",
3
+ "version": "1.4.46",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",