@pocketprep/types 1.16.25 → 1.16.26

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/Class.d.ts +3 -0
  2. package/package.json +1 -1
package/Study/Class.d.ts CHANGED
@@ -636,6 +636,9 @@ export type MockExamPayload = Payload<MockExam>
636
636
  export type Reference = Parse.Object<{
637
637
  citationTemplate: string
638
638
  weaviateCollectionName: string
639
+ name?: string
640
+ isbn13?: string
641
+ filename?: string
639
642
  }>
640
643
 
641
644
  export type ReferenceJSON = ReturnType<Reference['toJSON']>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.16.25",
3
+ "version": "1.16.26",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "repository": {
6
6
  "type": "git",