@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.
- package/Study/Class.d.ts +2 -0
- 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 = {
|