@pocketprep/types 1.11.0 → 1.11.1

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 +9 -0
  2. package/package.json +1 -1
package/Study/Cloud.d.ts CHANGED
@@ -511,6 +511,15 @@ export type fetchLevelUpQuizQuestions = (params: {
511
511
  lastResetDateISO?: string
512
512
  }) => ExamDataJSON[]
513
513
 
514
+ export type fetchLevelUpQuizQuestionsV2 = (params: {
515
+ level: number
516
+ examGuid: string
517
+ majorVersion: string
518
+ questionCount: number
519
+ subjectId: string
520
+ lastResetDateISO?: string
521
+ }) => QuestionJSON[]
522
+
514
523
  export type fetchSubjectsWithLevels = (params: {
515
524
  examGuid: string
516
525
  majorVersion: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",