@quesmed/types-rn 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.2.38",
3
+ "version": "2.2.41",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -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