@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.
- package/Study/Cloud.d.ts +9 -0
- 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
|