@pocketprep/types 1.13.58 → 1.13.59

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
@@ -307,6 +307,7 @@ export type fetchQuizQuestionsV4 = (params: {
307
307
  majorVersion: string
308
308
  questionCount: number
309
309
  subjects?: string[]
310
+ subjectIds?: string[]
310
311
  include?: {
311
312
  new?: boolean
312
313
  answered?: boolean
@@ -320,6 +321,7 @@ export type fetchQuizQuestionsV5 = (params: {
320
321
  majorVersion: string
321
322
  questionCount: number
322
323
  subjects?: string[]
324
+ subjectIds?: string[]
323
325
  include?: {
324
326
  new?: boolean
325
327
  answered?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.13.58",
3
+ "version": "1.13.59",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",