@quesmed/types-rn 2.2.34 → 2.2.35

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.34",
3
+ "version": "2.2.35",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -29,11 +29,14 @@ exports.SAMPLE_MARKSHEET = (0, client_1.gql) `
29
29
  sampleMarksheet(marksheetId: $marksheetId) {
30
30
  id
31
31
  endedAt
32
+ solo
32
33
  source
33
34
  marks {
34
35
  id
35
36
  index
36
37
  questionChoiceId
38
+ marksheetId
39
+ isAnswered
37
40
  timeTaken
38
41
  question {
39
42
  id