@pocketprep/types 1.13.23 → 1.13.24

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 +4 -0
  2. package/package.json +1 -1
package/Study/Cloud.d.ts CHANGED
@@ -386,6 +386,10 @@ export type fetchUserDataV2 = (params: {
386
386
  redeemedUsersCount: number
387
387
  code: string
388
388
  } | undefined
389
+ subjectsWithLevels: {
390
+ subjectName: string
391
+ levels: number[]
392
+ }[]
389
393
  }
390
394
 
391
395
  export type onboardingCompleted = (params: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.13.23",
3
+ "version": "1.13.24",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",