@quesmed/types-rn 2.2.13 → 2.2.17

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.
@@ -60,6 +60,7 @@ export interface IMarksheet {
60
60
  completed: boolean;
61
61
  timeTaken: number;
62
62
  currentMarkId?: number;
63
+ lastQuestionChoiceId?: number;
63
64
  topicConceptData?: string;
64
65
  preBuildData?: IPreBuildMarksheet;
65
66
  builderConfig?: IBuildConfigData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.2.13",
3
+ "version": "2.2.17",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -9,6 +9,8 @@ exports.MARKSHEET = (0, client_1.gql) `
9
9
  id
10
10
  topicConceptData
11
11
  currentMarkId
12
+ solo
13
+ lastQuestionChoiceId
12
14
  state
13
15
  users {
14
16
  id