@pocketprep/types 1.13.15 → 1.13.17

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
@@ -32,7 +32,7 @@ export type QuizJSON = ReturnType<Quiz['toJSON']>
32
32
  export type QuizPayload = Payload<Quiz>
33
33
 
34
34
  export type Platform = 'Android' | 'iOS' | 'Web'
35
- export type OnboardingResult = 'Free' | 'Monthly' | 'Quarterly' | 'Yearly'
35
+ export type OnboardingResult = 'Free' | 'Monthly' | 'Quarterly' | 'Yearly' | 'License'
36
36
  export type UserConversion = Parse.Object<{
37
37
  user: User | Parse.Pointer
38
38
  mobileAppId?: string // eg com.pocketprep.app.ems
package/Teach/Class.d.ts CHANGED
@@ -16,7 +16,8 @@ export type OrgGroup = Parse.Object<{
16
16
  orgStudents: OrgStudent[]
17
17
  owner?: OrgInstructor
18
18
  isPubliclyEditable: boolean
19
- lmsCourseId?: string
19
+ lmsCourseId?: string // deprecated
20
+ lmsCourseIds?: string[]
20
21
  }>
21
22
  export type OrgGroupJSON = ReturnType<OrgGroup['toJSON']>
22
23
  export type OrgGroupPayload = Payload<OrgGroup>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.13.15",
3
+ "version": "1.13.17",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",