@quesmed/types-rn 2.5.17 → 2.5.19

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.17",
3
+ "version": "2.5.19",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -190,6 +190,12 @@ exports.UPSERT_USER_VIDEO_STATUS = (0, client_1.gql) `
190
190
  id
191
191
  status
192
192
  videoId
193
+ video {
194
+ concepts {
195
+ id
196
+ topicId
197
+ }
198
+ }
193
199
  userId
194
200
  createdAt
195
201
  }
@@ -724,6 +724,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
724
724
  concept {
725
725
  id
726
726
  name
727
+ status
727
728
  topic {
728
729
  name
729
730
  typeId