@pocketprep/types 1.8.9 → 1.8.11

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/Class.d.ts +1 -0
  2. package/package.json +2 -1
package/CMS/Class.d.ts CHANGED
@@ -181,6 +181,7 @@ export type KnowledgeAreaDraft = Parse.Object<{
181
181
  examDraft: ExamDraft | Parse.Pointer
182
182
  name: string
183
183
  isArchived: boolean
184
+ subjectId?: string
184
185
  }>
185
186
 
186
187
  export type KnowledgeAreaDraftJSON = ReturnType<KnowledgeAreaDraft['toJSON']>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.8.9",
3
+ "version": "1.8.11",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,6 +13,7 @@
13
13
  "bugs": {
14
14
  "url": "https://github.com/Pocket-Prep/types/issues"
15
15
  },
16
+ "types": "./index.d.ts",
16
17
  "scripts": {
17
18
  "lint": "eslint '**/*.ts'",
18
19
  "types-copy": "pwd | pbcopy",