@pocketprep/types 1.15.3 → 1.15.5

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/Class.d.ts +2 -0
  2. package/package.json +1 -1
package/Study/Class.d.ts CHANGED
@@ -373,12 +373,14 @@ export type UserWebConfig = {
373
373
  sawReadinessSurveyTimestamps?: string[] // array of ISO Date strings
374
374
  hasSeenAIFeedbackSurveyModal?: boolean
375
375
  hasTakenConceptQuiz?: boolean
376
+ conceptQuizConceptsTaken?: string[]
376
377
  messagesSeen?: {
377
378
  name: MessageName
378
379
  examMetadataId: string // user's examMetadataId when message was seen
379
380
  version: string // user's version when message was seen
380
381
  timestamp: number // unix timestamp
381
382
  }[]
383
+ hasSeenSeatDetailsCount?: number
382
384
  }
383
385
 
384
386
  export type UserQuizSettings = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.15.3",
3
+ "version": "1.15.5",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",