@pocketprep/types 1.7.2 → 1.7.3

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/Class.d.ts +2 -1
  2. package/package.json +1 -1
package/Study/Class.d.ts CHANGED
@@ -413,9 +413,10 @@ export type Bundle = Parse.Object<{
413
413
  export type BundleJSON = ReturnType<Bundle['toJSON']>
414
414
 
415
415
  export type Referral = Parse.Object<{
416
+ redeemedUsers: User[]
416
417
  referrer: User
417
418
  referrerBundle: Bundle
418
- redeemedUsers: User[]
419
+ referrerSubscriptionSource?: ReceiptSource[keyof ReceiptSource]
419
420
  }>
420
421
 
421
422
  export type ReferralJSON = ReturnType<Referral['toJSON']>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "main": "",
6
6
  "repository": {