@pocketprep/types 1.14.57 → 1.14.59

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/Class.d.ts CHANGED
@@ -838,4 +838,4 @@ export type PrebuiltQuiz = Parse.Object<{
838
838
  key?: string
839
839
  }>
840
840
 
841
- export type PrebuiltQuizJSON = ReturnType<PrebuiltQuiz['toJSON']>
841
+ export type PrebuiltQuizJSON = ReturnType<PrebuiltQuiz['toJSON']>
package/Study/Cloud.d.ts CHANGED
@@ -622,6 +622,7 @@ export type createIncompleteSubscription = (params: {
622
622
  plan: string
623
623
  referralId?: string
624
624
  impactClickId?: string
625
+ paymentPlatform?: string
625
626
  }) => Promise<{
626
627
  clientSecret: string
627
628
  subscriptionId: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.14.57",
3
+ "version": "1.14.59",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",