@pocketprep/types 1.6.35 → 1.6.38
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/Study/Class.d.ts +2 -0
- package/package.json +1 -1
package/Study/Class.d.ts
CHANGED
|
@@ -175,6 +175,7 @@ export type License = Parse.Object<{
|
|
|
175
175
|
archivedBy?: Teach.Class.OrgInstructor
|
|
176
176
|
retryCount?: number
|
|
177
177
|
emailDeliveryInfo?: {
|
|
178
|
+
emailedAt: string // ISO Date string
|
|
178
179
|
event: string
|
|
179
180
|
message: string
|
|
180
181
|
description: string
|
|
@@ -241,6 +242,7 @@ export type UserWebConfig = {
|
|
|
241
242
|
export type UserQuizSettings = {
|
|
242
243
|
showCheckAnswerButton?: boolean
|
|
243
244
|
showAnswersAtEnd?: boolean
|
|
245
|
+
enableKeyboardShortcuts?: boolean
|
|
244
246
|
}
|
|
245
247
|
|
|
246
248
|
export type User = Parse.User<{
|