@quesmed/types 2.6.270 → 2.6.272

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.
@@ -19,7 +19,8 @@ export interface IOsceMarksheetMark {
19
19
  id: Id;
20
20
  index: number;
21
21
  mark: number | null;
22
- reason?: string;
22
+ comment1?: string;
23
+ comment2?: string;
23
24
  suggestion?: string;
24
25
  selectedChoice: Nullable<EPaceMarkType>;
25
26
  osceMarksheetId: Id;
@@ -103,6 +103,9 @@ exports.OSCE_MARKSHEET_MARK_FIELDS = (0, client_1.gql) `
103
103
  score
104
104
  secondaryMark
105
105
  selectedChoice
106
+ comment1
107
+ comment2
108
+ suggestion
106
109
  osceMarksheetId
107
110
  osceStationMarkId
108
111
  osceStationMark {
@@ -258,7 +261,8 @@ exports.UPSERT_STATION_NOTE_FRAGMENT = (0, client_1.gql) `
258
261
  exports.AUTO_MARKED_OSCE_MARKSHEET_MARK_FIELDS = (0, client_1.gql) `
259
262
  fragment AutoMarkedOsceMarksheetMarkFields on OsceMarksheetMark {
260
263
  mark
261
- reason
264
+ comment1
265
+ comment2
262
266
  suggestion
263
267
  }
264
268
  `;
@@ -366,8 +366,10 @@ const updateCacheOnEndOsceMarksheet = (productType) => (cache, result, options)
366
366
  __typename: 'OsceMarksheetMark',
367
367
  }),
368
368
  fields: {
369
+ secondaryMark: () => mark.secondaryMark,
369
370
  mark: () => mark.mark,
370
- reason: () => mark.reason,
371
+ comment1: () => mark.comment1,
372
+ comment2: () => mark.comment2,
371
373
  suggestion: () => mark.suggestion,
372
374
  },
373
375
  });
@@ -460,7 +462,9 @@ const updateCacheOnAutoMarkOsceMarksheet = (cache, result, options) => {
460
462
  }),
461
463
  fields: {
462
464
  mark: () => mark.mark,
463
- reason: () => mark.reason,
465
+ secondaryMark: () => mark.secondaryMark,
466
+ comment1: () => mark.comment1,
467
+ comment2: () => mark.comment2,
464
468
  suggestion: () => mark.suggestion,
465
469
  },
466
470
  });
@@ -19,7 +19,8 @@ export interface IOsceMarksheetMark {
19
19
  id: Id;
20
20
  index: number;
21
21
  mark: number | null;
22
- reason?: string;
22
+ comment1?: string;
23
+ comment2?: string;
23
24
  suggestion?: string;
24
25
  selectedChoice: Nullable<EPaceMarkType>;
25
26
  osceMarksheetId: Id;
@@ -100,6 +100,9 @@ export const OSCE_MARKSHEET_MARK_FIELDS = gql `
100
100
  score
101
101
  secondaryMark
102
102
  selectedChoice
103
+ comment1
104
+ comment2
105
+ suggestion
103
106
  osceMarksheetId
104
107
  osceStationMarkId
105
108
  osceStationMark {
@@ -255,7 +258,8 @@ export const UPSERT_STATION_NOTE_FRAGMENT = gql `
255
258
  export const AUTO_MARKED_OSCE_MARKSHEET_MARK_FIELDS = gql `
256
259
  fragment AutoMarkedOsceMarksheetMarkFields on OsceMarksheetMark {
257
260
  mark
258
- reason
261
+ comment1
262
+ comment2
259
263
  suggestion
260
264
  }
261
265
  `;
@@ -360,8 +360,10 @@ export const updateCacheOnEndOsceMarksheet = (productType) => (cache, result, op
360
360
  __typename: 'OsceMarksheetMark',
361
361
  }),
362
362
  fields: {
363
+ secondaryMark: () => mark.secondaryMark,
363
364
  mark: () => mark.mark,
364
- reason: () => mark.reason,
365
+ comment1: () => mark.comment1,
366
+ comment2: () => mark.comment2,
365
367
  suggestion: () => mark.suggestion,
366
368
  },
367
369
  });
@@ -452,7 +454,9 @@ export const updateCacheOnAutoMarkOsceMarksheet = (cache, result, options) => {
452
454
  }),
453
455
  fields: {
454
456
  mark: () => mark.mark,
455
- reason: () => mark.reason,
457
+ secondaryMark: () => mark.secondaryMark,
458
+ comment1: () => mark.comment1,
459
+ comment2: () => mark.comment2,
456
460
  suggestion: () => mark.suggestion,
457
461
  },
458
462
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.270",
3
+ "version": "2.6.272",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",