@quesmed/types-rn 2.5.13 → 2.5.14

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.13",
3
+ "version": "2.5.14",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -155,6 +155,13 @@ exports.VIDEOS = (0, client_1.gql) `
155
155
  duration
156
156
  startTime
157
157
  endTime
158
+ osceStation {
159
+ id
160
+ name
161
+ osceType {
162
+ id
163
+ }
164
+ }
158
165
  concepts {
159
166
  id
160
167
  name
@@ -164,21 +171,6 @@ exports.VIDEOS = (0, client_1.gql) `
164
171
  name
165
172
  typeId
166
173
  }
167
- chapter {
168
- id
169
- explanation
170
- pictures {
171
- id
172
- createdAt
173
- updatedAt
174
- name
175
- caption
176
- path
177
- path512
178
- path256
179
- index
180
- }
181
- }
182
174
  }
183
175
  }
184
176
  }