@pocketprep/types 1.13.39 → 1.13.41

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
@@ -27,7 +27,12 @@ export type Quiz = Parse.Object<{
27
27
  startedAt: Date
28
28
  user: User | Parse.Pointer
29
29
  readinessScore?: number
30
- levelUpLevel?: number
30
+ levelUpProgress?: {
31
+ subjectName: string
32
+ level: number
33
+ score: number
34
+ goal: number
35
+ }
31
36
  }>
32
37
 
33
38
  export type QuizJSON = ReturnType<Quiz['toJSON']>
package/Study/Cloud.d.ts CHANGED
@@ -92,6 +92,7 @@ export interface IRecordQuizPayload {
92
92
  mockExamId?: string
93
93
  examVersion?: string
94
94
  levelSubjectName?: string
95
+ levelSubjectId?: string
95
96
  appBundleId?: string
96
97
  }
97
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.13.39",
3
+ "version": "1.13.41",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",