@pocketprep/types 1.11.2 → 1.12.0

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 -1
  2. package/package.json +7 -7
package/Study/Cloud.d.ts CHANGED
@@ -539,7 +539,8 @@ export type fetchLevelUpQuizQuestionsV2 = (params: {
539
539
  examGuid: string
540
540
  majorVersion: string
541
541
  questionCount: number
542
- subjectId: string
542
+ subjectId?: string
543
+ subjectName?: string
543
544
  lastResetDateISO?: string
544
545
  }) => QuestionJSON[]
545
546
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.11.2",
3
+ "version": "1.12.0",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,13 +22,13 @@
22
22
  },
23
23
  "homepage": "https://github.com/Pocket-Prep/types#readme",
24
24
  "dependencies": {
25
- "@types/parse": "3.0.4",
26
- "stripe": "12.10.0"
25
+ "@types/parse": "3.0.9",
26
+ "stripe": "14.8.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@typescript-eslint/eslint-plugin": "5.60.1",
30
- "@typescript-eslint/parser": "5.60.1",
31
- "eslint": "8.43.0",
32
- "typescript": "5.1.3"
29
+ "@typescript-eslint/eslint-plugin": "6.13.2",
30
+ "@typescript-eslint/parser": "6.13.2",
31
+ "eslint": "8.55.0",
32
+ "typescript": "5.3.3"
33
33
  }
34
34
  }