@quesmed/types 2.1.8 → 2.1.9

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.
@@ -8,14 +8,18 @@ exports.MARKSHEET = (0, client_1.gql) `
8
8
  marksheet(id: $id) {
9
9
  id
10
10
  createdAt
11
+ startedAt
11
12
  endedAt
12
13
  isTestMarksheet
13
14
  source
15
+ correct
16
+ incorrect
14
17
  marks {
15
18
  id
16
19
  flagged
17
20
  index
18
21
  questionChoiceId
22
+ marksheetId
19
23
  timeTaken
20
24
  mark
21
25
  question {
@@ -5,14 +5,18 @@ export const MARKSHEET = gql `
5
5
  marksheet(id: $id) {
6
6
  id
7
7
  createdAt
8
+ startedAt
8
9
  endedAt
9
10
  isTestMarksheet
10
11
  source
12
+ correct
13
+ incorrect
11
14
  marks {
12
15
  id
13
16
  flagged
14
17
  index
15
18
  questionChoiceId
19
+ marksheetId
16
20
  timeTaken
17
21
  mark
18
22
  question {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",