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