@pocketprep/types 1.15.22 → 1.15.23

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/Study/Cloud.d.ts +3 -3
  2. package/package.json +1 -1
package/Study/Cloud.d.ts CHANGED
@@ -800,12 +800,12 @@ export type fetchRecallQuizQuestions = (params: {
800
800
  includeBuildListQuestions?: boolean
801
801
  }) => QuestionJSON[]
802
802
 
803
- export type SubmitExamResult = (params: { examMetadataId: string; passed: boolean }) => void
803
+ export type submitExamResult = (params: { examMetadataId: string; passed: boolean }) => void
804
804
 
805
- export type UpsertUserExamBackground = (params: {
805
+ export type upsertUserExamBackground = (params: {
806
806
  examMetadataId: string
807
807
  passed?: boolean
808
808
  hasTakenExam?: boolean
809
809
  }) => UserExamBackgroundJSON
810
810
 
811
- export type FetchConceptQuizQuestions = (params: { conceptQuizId: string }) => Question[]
811
+ export type fetchConceptQuizQuestions = (params: { conceptQuizId: string }) => Question[]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.15.22",
3
+ "version": "1.15.23",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",