@pocketprep/types 1.13.25 → 1.13.27

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 +4 -2
  2. package/package.json +1 -1
package/Study/Class.d.ts CHANGED
@@ -26,6 +26,7 @@ export type Quiz = Parse.Object<{
26
26
  platform: string
27
27
  startedAt: Date
28
28
  user: User | Parse.Pointer
29
+ readinessScore?: number
29
30
  }>
30
31
 
31
32
  export type QuizJSON = ReturnType<Quiz['toJSON']>
@@ -98,8 +99,9 @@ export type UserExamMetadata = Parse.Object<{
98
99
  goal: number
99
100
  }[]
100
101
  levelUpResetDates?: Date[]
101
- aggregateStats?: AggregateStats
102
+ aggregateStats?: UEMAggregateStats
102
103
  messageConfig?: MessageConfig
104
+ readinessScore?: number
103
105
  }>
104
106
 
105
107
  export type UserExamMetadataJSON = ReturnType<UserExamMetadata['toJSON']>
@@ -575,7 +577,7 @@ export type SurveyExamResult = Parse.Object<{
575
577
  readinessScore?: number
576
578
  }>
577
579
 
578
- type ReadinessStats = {
580
+ export type ReadinessStats = {
579
581
  meanTimeInQuizzes: number
580
582
  maxTimeInQuiz: number
581
583
  minTimeInQuiz: number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.13.25",
3
+ "version": "1.13.27",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",