@quesmed/types 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.
@@ -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
@@ -185,6 +185,12 @@ export const UPSERT_USER_VIDEO_STATUS = gql `
185
185
  id
186
186
  status
187
187
  videoId
188
+ video {
189
+ concepts {
190
+ id
191
+ topicId
192
+ }
193
+ }
188
194
  userId
189
195
  createdAt
190
196
  }
@@ -721,6 +721,7 @@ export const FLAGGED_QUESTIONS = gql `
721
721
  concept {
722
722
  id
723
723
  name
724
+ status
724
725
  topic {
725
726
  name
726
727
  typeId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.5.17",
3
+ "version": "2.5.19",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",