@quesmed/types-rn 2.6.77 → 2.6.78

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.77",
3
+ "version": "2.6.78",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -68,6 +68,13 @@ exports.CONCEPTS = (0, client_1.gql) `
68
68
  chapter {
69
69
  ...ChapterFields
70
70
  }
71
+ userNote {
72
+ id
73
+ userId
74
+ conceptId
75
+ note
76
+ updatedAt
77
+ }
71
78
  videos {
72
79
  id
73
80
  status
@@ -36,6 +36,13 @@ exports.QBANK_KNOWLEDGE_VIDEO_LIBRARY = (0, client_1.gql) `
36
36
  chapter {
37
37
  ...ChapterFields
38
38
  }
39
+ userNote {
40
+ id
41
+ userId
42
+ conceptId
43
+ note
44
+ updatedAt
45
+ }
39
46
  topicId
40
47
  videos {
41
48
  id
@@ -89,6 +96,13 @@ exports.PUBLIC_QBANK_KNOWLEDGE_LIBRARY = (0, client_1.gql) `
89
96
  ...ChapterFields
90
97
  }
91
98
  topicId
99
+ userNote {
100
+ id
101
+ userId
102
+ conceptId
103
+ note
104
+ updatedAt
105
+ }
92
106
  videos {
93
107
  id
94
108
  demo
@@ -20,6 +20,13 @@ exports.VIDEO = (0, client_1.gql) `
20
20
  id
21
21
  name
22
22
  status
23
+ userNote {
24
+ id
25
+ userId
26
+ conceptId
27
+ note
28
+ updatedAt
29
+ }
23
30
  topic {
24
31
  id
25
32
  name