@quesmed/types 2.5.51 → 2.5.52

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.
@@ -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
@@ -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
  }
@@ -94,6 +94,7 @@ export const OSCE_MARKSHEET_ACTION = gql `
94
94
  role
95
95
  }
96
96
  feedback
97
+ timeTaken
97
98
  globalScore
98
99
  marks {
99
100
  ...OsceMarksheetMarkFields
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.51",
3
+ "version": "2.5.52",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",