@quesmed/types 2.6.43 → 2.6.44
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.
|
@@ -168,6 +168,7 @@ exports.PRESTART_OSCE_MARKSHEET = (0, client_1.gql) `
|
|
|
168
168
|
$readingTime: Int!
|
|
169
169
|
$stationTime: Int!
|
|
170
170
|
$feedbackTime: Int!
|
|
171
|
+
$isTimed: Boolean
|
|
171
172
|
) {
|
|
172
173
|
restricted {
|
|
173
174
|
prestartOsceMarksheet(
|
|
@@ -175,6 +176,7 @@ exports.PRESTART_OSCE_MARKSHEET = (0, client_1.gql) `
|
|
|
175
176
|
readingTime: $readingTime
|
|
176
177
|
stationTime: $stationTime
|
|
177
178
|
feedbackTime: $feedbackTime
|
|
179
|
+
isTimed: $isTimed
|
|
178
180
|
) {
|
|
179
181
|
...OsceMarksheetFields
|
|
180
182
|
osceStation {
|
|
@@ -164,6 +164,7 @@ export const PRESTART_OSCE_MARKSHEET = gql `
|
|
|
164
164
|
$readingTime: Int!
|
|
165
165
|
$stationTime: Int!
|
|
166
166
|
$feedbackTime: Int!
|
|
167
|
+
$isTimed: Boolean
|
|
167
168
|
) {
|
|
168
169
|
restricted {
|
|
169
170
|
prestartOsceMarksheet(
|
|
@@ -171,6 +172,7 @@ export const PRESTART_OSCE_MARKSHEET = gql `
|
|
|
171
172
|
readingTime: $readingTime
|
|
172
173
|
stationTime: $stationTime
|
|
173
174
|
feedbackTime: $feedbackTime
|
|
175
|
+
isTimed: $isTimed
|
|
174
176
|
) {
|
|
175
177
|
...OsceMarksheetFields
|
|
176
178
|
osceStation {
|