@pocketprep/types 1.6.44 → 1.6.45

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/CMS/Cloud.d.ts +2 -2
  2. package/package.json +1 -1
package/CMS/Cloud.d.ts CHANGED
@@ -100,8 +100,8 @@ export interface ExportData {
100
100
  name: string
101
101
  enabled: boolean
102
102
  items: ExportableQuestion[]
103
- mockExamId?: string
104
- draftObjectId: string
103
+ mockExamId: string
104
+ isNewMockExam: boolean
105
105
  }[]
106
106
  columnNames: [ // TODO: Possibly remove this?
107
107
  'Serial',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.6.44",
3
+ "version": "1.6.45",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "main": "",
6
6
  "repository": {