@pocketprep/types 1.13.30 → 1.13.32

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/CMS/Class.d.ts CHANGED
@@ -127,6 +127,7 @@ export type MockExamDraft = Parse.Object<{
127
127
  enabled: boolean
128
128
  questionSerials: string[]
129
129
  mockExamId?: string
130
+ acronym?: string
130
131
  }>
131
132
 
132
133
  export type MockExamDraftJSON = ReturnType<MockExamDraft['toJSON']>
package/Teach/Class.d.ts CHANGED
@@ -16,7 +16,6 @@ export type OrgGroup = Parse.Object<{
16
16
  orgStudents: OrgStudent[]
17
17
  owner?: OrgInstructor
18
18
  isPubliclyEditable: boolean
19
- lmsCourseId?: string // deprecated
20
19
  lmsCourseIds?: string[]
21
20
  }>
22
21
  export type OrgGroupJSON = ReturnType<OrgGroup['toJSON']>
@@ -61,7 +60,6 @@ export type OrgApiKeyPayload = Payload<OrgApiKey>
61
60
  export type LMS = Parse.Object<{
62
61
  iss: string
63
62
  clientId?: string
64
- deploymentIds?: string[]
65
63
  name: string
66
64
  jwkUrl: string
67
65
  oidcAuthUrl: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.13.30",
3
+ "version": "1.13.32",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",