@pocketprep/types 1.14.2 → 1.14.3

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 -0
  2. package/package.json +1 -1
package/Study/Class.d.ts CHANGED
@@ -714,6 +714,7 @@ export type AggregateStats = Parse.Object<{
714
714
  counts: AggregateCounts
715
715
  surveyExamResult?: SurveyExamResult
716
716
  readinessStats?: ReadinessStats
717
+ statsVersion?: number
717
718
  }>
718
719
 
719
720
  export type PrebuiltQuiz = Parse.Object<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.14.2",
3
+ "version": "1.14.3",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",