@quesmed/types-rn 2.6.78 → 2.6.79

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.6.78",
3
+ "version": "2.6.79",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -14,6 +14,10 @@ exports.CONCEPT_NOTES = (0, client_1.gql) `
14
14
  conceptId
15
15
  concept {
16
16
  name
17
+ entitlement {
18
+ id
19
+ name
20
+ }
17
21
  topic {
18
22
  id
19
23
  name
@@ -37,6 +41,10 @@ exports.STATION_NOTES = (0, client_1.gql) `
37
41
  id
38
42
  name
39
43
  hiddenName
44
+ entitlement {
45
+ id
46
+ name
47
+ }
40
48
  }
41
49
  }
42
50
  }