@quesmed/types 1.4.10 → 1.4.11

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",
3
- "version": "1.4.10",
3
+ "version": "1.4.11",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
@@ -70,6 +70,8 @@ exports.OSCE_STATIONS = (0, client_1.gql) `
70
70
  topicIds: $topicIds
71
71
  ) {
72
72
  ...OsceStationFields
73
+ attempted
74
+ score
73
75
  }
74
76
  }
75
77
  }
@@ -67,6 +67,8 @@ export const OSCE_STATIONS = gql `
67
67
  topicIds: $topicIds
68
68
  ) {
69
69
  ...OsceStationFields
70
+ attempted
71
+ score
70
72
  }
71
73
  }
72
74
  }