@pocketprep/types 1.13.3 → 1.13.5

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 +1 -1
package/Study/Cloud.d.ts CHANGED
@@ -566,6 +566,7 @@ export type resetLevelUpProgress = (params: {
566
566
  subjectNames?: string[]
567
567
  }) => TLevelUpProgress
568
568
 
569
- export type fetchReferralStats = (params: { bundleId: string }) => {
569
+ export type fetchReferralInfo = (params: { bundleId: string }) => {
570
570
  redeemedUsersCount: number
571
+ code: string
571
572
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.13.3",
3
+ "version": "1.13.5",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",