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