@quesmed/types 2.5.11 → 2.5.13
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.
|
@@ -15,6 +15,11 @@ exports.VIDEO = (0, client_1.gql) `
|
|
|
15
15
|
concepts {
|
|
16
16
|
id
|
|
17
17
|
name
|
|
18
|
+
topic {
|
|
19
|
+
id
|
|
20
|
+
name
|
|
21
|
+
typeId
|
|
22
|
+
}
|
|
18
23
|
chapter {
|
|
19
24
|
id
|
|
20
25
|
explanation
|
|
@@ -118,6 +123,7 @@ exports.VIDEO = (0, client_1.gql) `
|
|
|
118
123
|
description
|
|
119
124
|
duration
|
|
120
125
|
startTime
|
|
126
|
+
status
|
|
121
127
|
endTime
|
|
122
128
|
files {
|
|
123
129
|
id
|
|
@@ -12,6 +12,11 @@ export const VIDEO = gql `
|
|
|
12
12
|
concepts {
|
|
13
13
|
id
|
|
14
14
|
name
|
|
15
|
+
topic {
|
|
16
|
+
id
|
|
17
|
+
name
|
|
18
|
+
typeId
|
|
19
|
+
}
|
|
15
20
|
chapter {
|
|
16
21
|
id
|
|
17
22
|
explanation
|
|
@@ -115,6 +120,7 @@ export const VIDEO = gql `
|
|
|
115
120
|
description
|
|
116
121
|
duration
|
|
117
122
|
startTime
|
|
123
|
+
status
|
|
118
124
|
endTime
|
|
119
125
|
files {
|
|
120
126
|
id
|