@quesmed/types 2.5.97 → 2.5.99

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.
@@ -10,6 +10,12 @@ exports.OSCE_STATION_MARK_FIELDS = (0, client_1.gql) `
10
10
  osceStationId
11
11
  header
12
12
  name
13
+ choices {
14
+ id
15
+ name
16
+ type
17
+ score
18
+ }
13
19
  }
14
20
  `;
15
21
  exports.OSCE_STATION_FIELDS = (0, client_1.gql) `
@@ -75,6 +81,7 @@ exports.OSCE_MARKSHEET_MARK_FIELDS = (0, client_1.gql) `
75
81
  id
76
82
  index
77
83
  mark
84
+ selectedChoice
78
85
  osceMarksheetId
79
86
  osceStationMarkId
80
87
  osceStationMark {
@@ -7,6 +7,12 @@ export const OSCE_STATION_MARK_FIELDS = gql `
7
7
  osceStationId
8
8
  header
9
9
  name
10
+ choices {
11
+ id
12
+ name
13
+ type
14
+ score
15
+ }
10
16
  }
11
17
  `;
12
18
  export const OSCE_STATION_FIELDS = gql `
@@ -72,6 +78,7 @@ export const OSCE_MARKSHEET_MARK_FIELDS = gql `
72
78
  id
73
79
  index
74
80
  mark
81
+ selectedChoice
75
82
  osceMarksheetId
76
83
  osceStationMarkId
77
84
  osceStationMark {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.97",
3
+ "version": "2.5.99",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",