@pocketprep/types 1.13.10 → 1.13.11

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 +6 -1
  2. package/package.json +1 -1
package/Study/Cloud.d.ts CHANGED
@@ -376,7 +376,12 @@ export type onboardingCompleted = (params: {
376
376
 
377
377
  export type activateLicense = (params: { licenseKey: string }) => Subscription
378
378
 
379
- export type activateLicenseV2 = (params: { licenseKey: string }) => { license: License; subscription: Subscription }[]
379
+ export type TLicenseSource = 'Web' | 'WebMarketing' | 'Android' | 'iOS' | 'Teach' | 'SSO' | 'unknown'
380
+ export type activateLicenseV2 = (params: {
381
+ licenseKey: string
382
+ platform?: TLicenseSource
383
+ })
384
+ => { license: License; subscription: Subscription }[]
380
385
 
381
386
  export type validateLicense = (params: { licenseKey: string }) => License
382
387
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.13.10",
3
+ "version": "1.13.11",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",