@quesmed/types 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.
@@ -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
@@ -65,6 +65,13 @@ export const CONCEPTS = gql `
65
65
  chapter {
66
66
  ...ChapterFields
67
67
  }
68
+ userNote {
69
+ id
70
+ userId
71
+ conceptId
72
+ note
73
+ updatedAt
74
+ }
68
75
  videos {
69
76
  id
70
77
  status
@@ -33,6 +33,13 @@ export const QBANK_KNOWLEDGE_VIDEO_LIBRARY = gql `
33
33
  chapter {
34
34
  ...ChapterFields
35
35
  }
36
+ userNote {
37
+ id
38
+ userId
39
+ conceptId
40
+ note
41
+ updatedAt
42
+ }
36
43
  topicId
37
44
  videos {
38
45
  id
@@ -86,6 +93,13 @@ export const PUBLIC_QBANK_KNOWLEDGE_LIBRARY = gql `
86
93
  ...ChapterFields
87
94
  }
88
95
  topicId
96
+ userNote {
97
+ id
98
+ userId
99
+ conceptId
100
+ note
101
+ updatedAt
102
+ }
89
103
  videos {
90
104
  id
91
105
  demo
@@ -17,6 +17,13 @@ export const VIDEO = gql `
17
17
  id
18
18
  name
19
19
  status
20
+ userNote {
21
+ id
22
+ userId
23
+ conceptId
24
+ note
25
+ updatedAt
26
+ }
20
27
  topic {
21
28
  id
22
29
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.77",
3
+ "version": "2.6.78",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",