@pocketprep/types 1.7.1 → 1.7.4

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 CHANGED
@@ -327,6 +327,7 @@ export type buySubscription = (params: {
327
327
  city?: string
328
328
  paymentMethodId?: string
329
329
  startTrial?: boolean
330
+ referralId?: string
330
331
  }) => SubscriptionBundle
331
332
 
332
333
  export type autorenewSubscription = (params: {
package/Teach/Cloud.d.ts CHANGED
@@ -31,12 +31,12 @@ export interface StudentStats {
31
31
  quizScores: {
32
32
  score: number
33
33
  date: string
34
- mode: 0 | 1 | 2 | 3 | 4 | 10
34
+ mode: 0 | 1 | 2 | 3 | 4 | 5 | 10
35
35
  }[]
36
36
  allActivity: ({
37
37
  score: number
38
38
  date: string
39
- mode: 0 | 1 | 2 | 3 | 4 | 10
39
+ mode: 0 | 1 | 2 | 3 | 4 | 5 | 10
40
40
  } | {
41
41
  score: 0 | 1
42
42
  date: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.7.1",
3
+ "version": "1.7.4",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "main": "",
6
6
  "repository": {