@quesmed/types-rn 2.4.3 → 2.4.4

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.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -1754,8 +1754,8 @@ const updateMarksheets = (cache, result, options) => {
1754
1754
  }
1755
1755
  try {
1756
1756
  for (let i = 0; i < saveMarksheets.length; i++) {
1757
- const { marksheetInput } = variables;
1758
- const marksheet = marksheetInput[i];
1757
+ const { input } = variables;
1758
+ const marksheet = input[i];
1759
1759
  cache.writeFragment({
1760
1760
  id: cache.identify({
1761
1761
  id: saveMarksheets[i],