@pocketprep/types 1.16.11 → 1.16.13

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
@@ -436,6 +436,7 @@ export type UserWebConfig = {
436
436
  timestamp: number // unix timestamp
437
437
  }[]
438
438
  hasSeenSeatDetailsCount?: number
439
+ hasSeenHeardAboutUsAsk?: boolean
439
440
  }
440
441
 
441
442
  export type UserQuizSettings = {
package/Study/Cloud.d.ts CHANGED
@@ -30,6 +30,7 @@ import {
30
30
  UserExamBackgroundJSON,
31
31
  Recommendation,
32
32
  ConceptQuizJSON,
33
+ QuizJSON,
33
34
  } from './Class'
34
35
 
35
36
  // DEPRECATED - previously used answer package for a quiz or qotd
@@ -426,7 +427,7 @@ export type fetchUserDataV2 = (params: {
426
427
  version?: string
427
428
  includeQuestionMetrics?: boolean
428
429
  }) => {
429
- quizzes: Quiz[]
430
+ quizzes: QuizJSON[]
430
431
  subscriptions: Subscription[]
431
432
  user: User
432
433
  userExamMetadata: UserExamMetadata | undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.16.11",
3
+ "version": "1.16.13",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",