@pocketprep/types 1.16.15 → 1.16.16

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
@@ -267,6 +267,7 @@ export type Job = Parse.Object<{
267
267
  runPlagiarismCheck: boolean
268
268
  allowScenarios?: boolean
269
269
  supplementalInfoLabels?: ISupplementalInfoLabels
270
+ enableAIReview?: boolean
270
271
  }>
271
272
 
272
273
  export type JobJSON = ReturnType<Job['toJSON']>
package/CMS/Cloud.d.ts CHANGED
@@ -59,6 +59,7 @@ export interface JobWithMetrics {
59
59
  runPlagiarismCheck: boolean
60
60
  allowScenarios?: boolean
61
61
  supplementalInfoLabels?: ISupplementalInfoLabels
62
+ enableAIReview?: boolean
62
63
  }
63
64
  export interface ExportableQuestion {
64
65
  'Serial': string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.16.15",
3
+ "version": "1.16.16",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",