@quesmed/types 2.2.39 → 2.2.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.
@@ -92,6 +92,7 @@ export interface IMarkDataInfo {
92
92
  questionChoiceId?: Id;
93
93
  updatedAt?: Date;
94
94
  questionId?: Id;
95
+ prevQuestionId?: Id;
95
96
  timeTaken?: number;
96
97
  mark?: IMarksheetMarkJSONB;
97
98
  isAnswered?: boolean;
@@ -1137,6 +1137,7 @@ exports.SAVE_MARKSHEET = (0, client_1.gql) `
1137
1137
  state
1138
1138
  endedAt
1139
1139
  marks {
1140
+ isAnswered
1140
1141
  id
1141
1142
  marksheetId
1142
1143
  questionChoiceId
@@ -92,6 +92,7 @@ export interface IMarkDataInfo {
92
92
  questionChoiceId?: Id;
93
93
  updatedAt?: Date;
94
94
  questionId?: Id;
95
+ prevQuestionId?: Id;
95
96
  timeTaken?: number;
96
97
  mark?: IMarksheetMarkJSONB;
97
98
  isAnswered?: boolean;
@@ -1134,6 +1134,7 @@ export const SAVE_MARKSHEET = gql `
1134
1134
  state
1135
1135
  endedAt
1136
1136
  marks {
1137
+ isAnswered
1137
1138
  id
1138
1139
  marksheetId
1139
1140
  questionChoiceId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.39",
3
+ "version": "2.2.42",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",