@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.
Files changed (2) hide show
  1. package/Study/Cloud.d.ts +2 -0
  2. 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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.14.5",
3
+ "version": "1.14.6",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",