@quesmed/types 2.5.53 → 2.5.54

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.
@@ -41,6 +41,7 @@ export interface IOsceMarksheetAction {
41
41
  action: EOsceMarksheetAction;
42
42
  marks?: IOsceMarksheetMark[];
43
43
  timeTaken?: number;
44
+ score?: number;
44
45
  globalScore?: number;
45
46
  feedback?: string;
46
47
  }
@@ -100,6 +100,7 @@ exports.OSCE_MARKSHEET_ACTION = (0, client_1.gql) `
100
100
  feedback
101
101
  timeTaken
102
102
  globalScore
103
+ score
103
104
  marks {
104
105
  ...OsceMarksheetMarkFields
105
106
  }
@@ -41,6 +41,7 @@ export interface IOsceMarksheetAction {
41
41
  action: EOsceMarksheetAction;
42
42
  marks?: IOsceMarksheetMark[];
43
43
  timeTaken?: number;
44
+ score?: number;
44
45
  globalScore?: number;
45
46
  feedback?: string;
46
47
  }
@@ -96,6 +96,7 @@ export const OSCE_MARKSHEET_ACTION = gql `
96
96
  feedback
97
97
  timeTaken
98
98
  globalScore
99
+ score
99
100
  marks {
100
101
  ...OsceMarksheetMarkFields
101
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.53",
3
+ "version": "2.5.54",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",