@pocketprep/types 1.13.26 → 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 +1 -1
  2. package/package.json +1 -1
package/Study/Class.d.ts CHANGED
@@ -99,7 +99,7 @@ export type UserExamMetadata = Parse.Object<{
99
99
  goal: number
100
100
  }[]
101
101
  levelUpResetDates?: Date[]
102
- aggregateStats?: AggregateStats
102
+ aggregateStats?: UEMAggregateStats
103
103
  messageConfig?: MessageConfig
104
104
  readinessScore?: number
105
105
  }>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.13.26",
3
+ "version": "1.13.27",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",