@pocketprep/types 1.13.31 → 1.13.33

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
@@ -193,6 +193,7 @@ export type Job = Parse.Object<{
193
193
  }[]
194
194
  allowedQuestionTypes: IAllowedQuestionTypes
195
195
  mockExamDraft?: Parse.Pointer | MockExamDraft
196
+ runPlagiarismCheck: boolean
196
197
  }>
197
198
 
198
199
  export type JobJSON = ReturnType<Job['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.31",
3
+ "version": "1.13.33",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",