@quesmed/types 2.6.254 → 2.6.256

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.
@@ -43,6 +43,7 @@ export interface IUcatMockStats {
43
43
  total: number;
44
44
  correct: number;
45
45
  incorrect: number;
46
+ partial: number;
46
47
  sjtBand: number;
47
48
  percentile: number;
48
49
  scaledScore: number;
@@ -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;
@@ -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
@@ -55,6 +55,7 @@ exports.UCAT_MOCK_PERFORMANCE = (0, client_1.gql) `
55
55
  total
56
56
  correct
57
57
  incorrect
58
+ partial
58
59
  sjtBand
59
60
  percentile
60
61
  scaledScore
@@ -43,6 +43,7 @@ export interface IUcatMockStats {
43
43
  total: number;
44
44
  correct: number;
45
45
  incorrect: number;
46
+ partial: number;
46
47
  sjtBand: number;
47
48
  percentile: number;
48
49
  scaledScore: number;
@@ -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;
@@ -118,6 +118,7 @@ export const OSCE_MARKSHEET_RESULT_FIELDS = gql `
118
118
  overallSummary
119
119
  strengths
120
120
  improvements
121
+ examinerFeedback
121
122
  headerFeedback {
122
123
  header
123
124
  summary
@@ -52,6 +52,7 @@ export const UCAT_MOCK_PERFORMANCE = gql `
52
52
  total
53
53
  correct
54
54
  incorrect
55
+ partial
55
56
  sjtBand
56
57
  percentile
57
58
  scaledScore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.254",
3
+ "version": "2.6.256",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",