@pocketprep/types 1.14.6 → 1.14.7

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
@@ -385,6 +385,7 @@ export type fetchUserDataV2 = (params: {
385
385
  examGuid: string
386
386
  lastFetchedAt?: string // ISO8901 date string
387
387
  version?: string
388
+ includeQuestionMetrics?: boolean
388
389
  }) => {
389
390
  quizzes: Quiz[]
390
391
  subscriptions: Subscription[]
@@ -399,6 +400,7 @@ export type fetchUserDataV2 = (params: {
399
400
  subjectId: string
400
401
  levels: number[]
401
402
  }[]
403
+ questionMetrics?: GlobalQuestionMetric[]
402
404
  }
403
405
 
404
406
  export type onboardingCompleted = (params: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.14.6",
3
+ "version": "1.14.7",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",