@quesmed/types-rn 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.
package/package.json
CHANGED
|
@@ -103,7 +103,8 @@ exports.OSCE_MARKSHEET_MARK_FIELDS = (0, client_1.gql) `
|
|
|
103
103
|
score
|
|
104
104
|
secondaryMark
|
|
105
105
|
selectedChoice
|
|
106
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
466
|
+
comment1: () => mark.comment1,
|
|
467
|
+
comment2: () => mark.comment2,
|
|
466
468
|
suggestion: () => mark.suggestion,
|
|
467
469
|
},
|
|
468
470
|
});
|