@pocketprep/types 1.8.1 → 1.8.3

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 -2
  2. package/package.json +1 -1
package/Study/Class.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { IQuizAnswer, TChoiceKey } from './Cloud'
2
- import { Payload, Study, Teach } from '../index'
1
+ import { IQuizAnswer, IStreakInfo, TChoiceKey } from './Cloud'
2
+ import { Payload, Teach } from '../index'
3
3
 
4
4
  export type MagicToken = Parse.Object<{
5
5
  code: string
@@ -221,6 +221,7 @@ export type Receipt = Parse.Object<{
221
221
  source: ReceiptSource[keyof ReceiptSource]
222
222
  data: { [key: string]: any } // eslint-disable-line @typescript-eslint/no-explicit-any
223
223
  transactionId?: string
224
+ license?: License
224
225
  }>
225
226
 
226
227
  export type ReceiptJSON = ReturnType<Receipt['toJSON']>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocketprep/types",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
4
4
  "description": "Pocket Prep type declarations",
5
5
  "main": "",
6
6
  "repository": {