@pocketprep/types 1.13.46 → 1.13.48

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/Teach/Class.d.ts +2 -1
  2. package/package.json +1 -1
package/Teach/Class.d.ts CHANGED
@@ -44,10 +44,11 @@ export type OrgStudent = Parse.Object<{
44
44
  export type OrgStudentJSON = ReturnType<OrgStudent['toJSON']>
45
45
  export type OrgStudentPayload = Payload<OrgStudent>
46
46
 
47
+ export type PremiumFeatures = 'lmsIntegration'
47
48
  export type Organization = Parse.Object<{
48
49
  name: string
49
50
  archivedAt?: Date
50
- enabledPremiumFeatures?: string[]
51
+ enabledPremiumFeatures?: PremiumFeatures[]
51
52
  }>
52
53
  export type OrganizationJSON = ReturnType<Organization['toJSON']>
53
54
  export type OrganizationPayload = Payload<Organization>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.13.46",
3
+ "version": "1.13.48",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",