@pocketprep/types 1.14.5 → 1.14.6
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/Study/Cloud.d.ts +2 -0
- package/package.json +1 -1
package/Study/Cloud.d.ts
CHANGED
|
@@ -222,6 +222,7 @@ export type fetchQotDV4 = (params: {
|
|
|
222
222
|
daysSinceEpoch: number
|
|
223
223
|
examGuid: string
|
|
224
224
|
version: string
|
|
225
|
+
includeMatrixQuestions?: boolean
|
|
225
226
|
}) => Question[]
|
|
226
227
|
|
|
227
228
|
export type fetchQotDV5 = (params: {
|
|
@@ -229,6 +230,7 @@ export type fetchQotDV5 = (params: {
|
|
|
229
230
|
daysSinceEpoch: number
|
|
230
231
|
examGuid: string
|
|
231
232
|
version: string
|
|
233
|
+
includeMatrixQuestions?: boolean
|
|
232
234
|
}) => QuestionJSON[]
|
|
233
235
|
|
|
234
236
|
export type fetchSharedQotd = (params: {
|