@pocketprep/types 1.14.0 → 1.14.1

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
@@ -81,6 +81,7 @@ export type QuestionScenarioDraft = Parse.Object<{
81
81
  }[]
82
82
  sharedPassage?: string
83
83
  questionScenarioId?: string
84
+ isUnfolding?: boolean
84
85
  }>
85
86
 
86
87
  export type QuestionScenarioDraftJSON = ReturnType<QuestionScenarioDraft['toJSON']>
package/Study/Class.d.ts CHANGED
@@ -419,6 +419,7 @@ export type QuestionScenario = Parse.Object<{
419
419
  serial: string
420
420
  }[]
421
421
  sharedPassage?: string
422
+ isUnfolding?: boolean
422
423
  }>
423
424
 
424
425
  export type QuestionScenarioJSON = ReturnType<QuestionScenario['toJSON']>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",