@pocketprep/types 1.15.25 → 1.15.26

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/Cloud.d.ts +2 -0
  2. package/package.json +1 -1
package/Study/Cloud.d.ts CHANGED
@@ -174,7 +174,9 @@ export type recordQuiz = (
174
174
  recommendedNext?: {
175
175
  type: 'quiz' // eventually this might include other types of recommendations like a blog link
176
176
  quizMode: number
177
+ message: string
177
178
  conceptQuizId?: string
179
+ questionCount?: number
178
180
  }
179
181
  }
180
182
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.15.25",
3
+ "version": "1.15.26",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",