@quesmed/types 2.2.38 → 2.2.41

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.
@@ -91,7 +91,8 @@ export interface IMarkDataInfo {
91
91
  markIndex?: number;
92
92
  questionChoiceId?: Id;
93
93
  updatedAt?: Date;
94
- questionId?: Id;
94
+ newQuestionId?: 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
@@ -573,6 +573,10 @@ exports.MARKSHEETS = (0, client_1.gql) `
573
573
  solo
574
574
  completed
575
575
  updatedAt
576
+ users {
577
+ id
578
+ displayName
579
+ }
576
580
  }
577
581
  total
578
582
  score
@@ -91,7 +91,8 @@ export interface IMarkDataInfo {
91
91
  markIndex?: number;
92
92
  questionChoiceId?: Id;
93
93
  updatedAt?: Date;
94
- questionId?: Id;
94
+ newQuestionId?: 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
@@ -570,6 +570,10 @@ export const MARKSHEETS = gql `
570
570
  solo
571
571
  completed
572
572
  updatedAt
573
+ users {
574
+ id
575
+ displayName
576
+ }
573
577
  }
574
578
  total
575
579
  score
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.38",
3
+ "version": "2.2.41",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",