@quesmed/types-rn 2.5.51 → 2.5.53

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.5.51",
3
+ "version": "2.5.53",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -40,6 +40,7 @@ export interface IOsceMarksheetAction {
40
40
  state: EOsceMarksheetState;
41
41
  action: EOsceMarksheetAction;
42
42
  marks?: IOsceMarksheetMark[];
43
+ timeTaken?: number;
43
44
  globalScore?: number;
44
45
  feedback?: string;
45
46
  }
@@ -98,6 +98,7 @@ exports.OSCE_MARKSHEET_ACTION = (0, client_1.gql) `
98
98
  role
99
99
  }
100
100
  feedback
101
+ timeTaken
101
102
  globalScore
102
103
  marks {
103
104
  ...OsceMarksheetMarkFields