@quesmed/types 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.
@@ -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
  }
@@ -11,6 +11,10 @@ export const CONCEPT_NOTES = gql `
11
11
  conceptId
12
12
  concept {
13
13
  name
14
+ entitlement {
15
+ id
16
+ name
17
+ }
14
18
  topic {
15
19
  id
16
20
  name
@@ -34,6 +38,10 @@ export const STATION_NOTES = gql `
34
38
  id
35
39
  name
36
40
  hiddenName
41
+ entitlement {
42
+ id
43
+ name
44
+ }
37
45
  }
38
46
  }
39
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.78",
3
+ "version": "2.6.79",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",