@quesmed/types-rn 2.1.11 → 2.1.12

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.1.11",
3
+ "version": "2.1.12",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -36,6 +36,11 @@ exports.TOPICS = (0, client_1.gql) `
36
36
  redCards
37
37
  dailyFeedCards
38
38
  typeId
39
+ concepts {
40
+ id
41
+ name
42
+ topicId
43
+ }
39
44
  }
40
45
  }
41
46
  }