@quesmed/types-rn 2.5.108 → 2.5.109

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.5.108",
3
+ "version": "2.5.109",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -95,6 +95,7 @@ const optimisticMarkOsceMarksheetMark = (variables, productType) => {
95
95
  const data = {};
96
96
  if (productType === models_1.EProductType.OSCE) {
97
97
  data.mark = variables.mark;
98
+ data.selectedChoice = null;
98
99
  }
99
100
  else {
100
101
  data.selectedChoice = variables.mark;
@@ -102,6 +103,7 @@ const optimisticMarkOsceMarksheetMark = (variables, productType) => {
102
103
  return {
103
104
  restricted: {
104
105
  markOsceMarksheetMark: {
106
+ ...data,
105
107
  id: variables.osceMarksheetMarkId,
106
108
  __typename: 'OsceMarksheetMark',
107
109
  },