@quesmed/types 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;
@@ -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
@@ -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;
@@ -6,6 +6,8 @@ export const MARKSHEET = gql `
6
6
  id
7
7
  topicConceptData
8
8
  currentMarkId
9
+ solo
10
+ lastQuestionChoiceId
9
11
  state
10
12
  users {
11
13
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.13",
3
+ "version": "2.2.17",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",