@pocketprep/types 1.8.12 → 1.8.14

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 +1 -0
  2. package/package.json +7 -7
package/Study/Cloud.d.ts CHANGED
@@ -318,6 +318,7 @@ export type fetchUserData = (params: {
318
318
  export type fetchUserDataV2 = (params: {
319
319
  examGuid: string
320
320
  lastFetchedAt?: string // ISO8901 date string
321
+ version?: string
321
322
  }) => {
322
323
  quizzes: Quiz[]
323
324
  subscriptions: Subscription[]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.8.12",
3
+ "version": "1.8.14",
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": "2.18.3",
26
- "stripe": "8.136.0"
25
+ "@types/parse": "3.0.4",
26
+ "stripe": "12.10.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@typescript-eslint/eslint-plugin": "4.15.1",
30
- "@typescript-eslint/parser": "4.15.1",
31
- "eslint": "7.20.0",
32
- "typescript": "4.1.5"
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"
33
33
  }
34
34
  }