@quesmed/types-rn 2.6.254 → 2.6.255

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.
@@ -84,6 +84,7 @@ export interface IOsceMarksheetSummary {
84
84
  strengths: string[];
85
85
  improvements: string[];
86
86
  headerFeedback: IOsceMarksheetHeaderFeedback[];
87
+ examinerFeedback: string;
87
88
  }
88
89
  export interface IOsceMarksheet {
89
90
  id: Id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.254",
3
+ "version": "2.6.255",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -121,6 +121,7 @@ exports.OSCE_MARKSHEET_RESULT_FIELDS = (0, client_1.gql) `
121
121
  overallSummary
122
122
  strengths
123
123
  improvements
124
+ examinerFeedback
124
125
  headerFeedback {
125
126
  header
126
127
  summary