@quesmed/types 2.2.64 → 2.2.67

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.
@@ -23,6 +23,7 @@ const saveSampleMarksheets = (client, marksheetInput, questionIndex) => {
23
23
  {
24
24
  ...marks[questionIndex],
25
25
  timeTaken,
26
+ isAnswered: true,
26
27
  questionChoiceId: choiceId || null,
27
28
  mark: mark || null,
28
29
  },
@@ -735,6 +735,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
735
735
  timeTaken
736
736
  index
737
737
  id
738
+ marksheetId
738
739
  mark
739
740
  question {
740
741
  ... on QuestionSBA {
@@ -34,6 +34,8 @@ exports.SAMPLE_MARKSHEET = (0, client_1.gql) `
34
34
  marks {
35
35
  id
36
36
  index
37
+ flagged
38
+ striked
37
39
  questionChoiceId
38
40
  marksheetId
39
41
  isAnswered
@@ -20,6 +20,7 @@ export const saveSampleMarksheets = (client, marksheetInput, questionIndex) => {
20
20
  {
21
21
  ...marks[questionIndex],
22
22
  timeTaken,
23
+ isAnswered: true,
23
24
  questionChoiceId: choiceId || null,
24
25
  mark: mark || null,
25
26
  },
@@ -732,6 +732,7 @@ export const FLAGGED_QUESTIONS = gql `
732
732
  timeTaken
733
733
  index
734
734
  id
735
+ marksheetId
735
736
  mark
736
737
  question {
737
738
  ... on QuestionSBA {
@@ -31,6 +31,8 @@ export const SAMPLE_MARKSHEET = gql `
31
31
  marks {
32
32
  id
33
33
  index
34
+ flagged
35
+ striked
34
36
  questionChoiceId
35
37
  marksheetId
36
38
  isAnswered
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.64",
3
+ "version": "2.2.67",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",