@pocketprep/types 1.13.57 → 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.
package/Study/Class.d.ts CHANGED
@@ -321,6 +321,7 @@ export type UserWebConfig = {
321
321
  seenMissedQsQuizModalMessageCount?: number
322
322
  hasSeenSSOTransitionModal?: boolean
323
323
  hasSeenAssignmentSurveyModal?: boolean
324
+ hasSeenExamReadinessSurveyModal?: boolean
324
325
  }
325
326
 
326
327
  export type UserQuizSettings = {
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.57",
3
+ "version": "1.13.59",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",