@pocketprep/types 1.14.15 → 1.14.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.
Files changed (2) hide show
  1. package/CMS/Cloud.d.ts +1 -1
  2. package/package.json +1 -1
package/CMS/Cloud.d.ts CHANGED
@@ -166,7 +166,7 @@ export type createBundle = (params: BundlePayload) => string
166
166
 
167
167
  export type fetchExams = () => ExamMetadata[]
168
168
 
169
- export type fetchMockExams = (params: { examMetadataId: string }) => MockExam[]
169
+ export type fetchMockExams = (params: { examMetadataId?: string }) => MockExam[]
170
170
 
171
171
  export type fetchExam = (params: { examId: string }) => ExamMetadata | undefined
172
172
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.14.15",
3
+ "version": "1.14.16",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",