@quesmed/types 1.4.12 → 1.4.13

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.12",
3
+ "version": "1.4.13",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
@@ -102,6 +102,8 @@ exports.SEARCH_OSCE_STATIONS = (0, client_1.gql) `
102
102
  restricted {
103
103
  searchOsceStations(search: $search) {
104
104
  ...OsceStationFields
105
+ attempted
106
+ score
105
107
  }
106
108
  }
107
109
  }
@@ -99,6 +99,8 @@ export const SEARCH_OSCE_STATIONS = gql `
99
99
  restricted {
100
100
  searchOsceStations(search: $search) {
101
101
  ...OsceStationFields
102
+ attempted
103
+ score
102
104
  }
103
105
  }
104
106
  }