@quesmed/types 2.5.13 → 2.5.14
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.
|
@@ -155,6 +155,13 @@ exports.VIDEOS = (0, client_1.gql) `
|
|
|
155
155
|
duration
|
|
156
156
|
startTime
|
|
157
157
|
endTime
|
|
158
|
+
osceStation {
|
|
159
|
+
id
|
|
160
|
+
name
|
|
161
|
+
osceType {
|
|
162
|
+
id
|
|
163
|
+
}
|
|
164
|
+
}
|
|
158
165
|
concepts {
|
|
159
166
|
id
|
|
160
167
|
name
|
|
@@ -164,21 +171,6 @@ exports.VIDEOS = (0, client_1.gql) `
|
|
|
164
171
|
name
|
|
165
172
|
typeId
|
|
166
173
|
}
|
|
167
|
-
chapter {
|
|
168
|
-
id
|
|
169
|
-
explanation
|
|
170
|
-
pictures {
|
|
171
|
-
id
|
|
172
|
-
createdAt
|
|
173
|
-
updatedAt
|
|
174
|
-
name
|
|
175
|
-
caption
|
|
176
|
-
path
|
|
177
|
-
path512
|
|
178
|
-
path256
|
|
179
|
-
index
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
174
|
}
|
|
183
175
|
}
|
|
184
176
|
}
|
|
@@ -152,6 +152,13 @@ export const VIDEOS = gql `
|
|
|
152
152
|
duration
|
|
153
153
|
startTime
|
|
154
154
|
endTime
|
|
155
|
+
osceStation {
|
|
156
|
+
id
|
|
157
|
+
name
|
|
158
|
+
osceType {
|
|
159
|
+
id
|
|
160
|
+
}
|
|
161
|
+
}
|
|
155
162
|
concepts {
|
|
156
163
|
id
|
|
157
164
|
name
|
|
@@ -161,21 +168,6 @@ export const VIDEOS = gql `
|
|
|
161
168
|
name
|
|
162
169
|
typeId
|
|
163
170
|
}
|
|
164
|
-
chapter {
|
|
165
|
-
id
|
|
166
|
-
explanation
|
|
167
|
-
pictures {
|
|
168
|
-
id
|
|
169
|
-
createdAt
|
|
170
|
-
updatedAt
|
|
171
|
-
name
|
|
172
|
-
caption
|
|
173
|
-
path
|
|
174
|
-
path512
|
|
175
|
-
path256
|
|
176
|
-
index
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
171
|
}
|
|
180
172
|
}
|
|
181
173
|
}
|