Send new fields to the client

This commit is contained in:
Jonas L
2019-06-03 00:00:00 +00:00
parent 0d86dab5fe
commit 65200e83c2
2 changed files with 10 additions and 4 deletions
+2
View File
@@ -88,6 +88,7 @@ export interface ServerDeviceData {
asEnabled: boolean
wasAsEnabled: boolean
activityLevelBlocking: boolean
qOrLater: boolean
}
export interface ServerUpdatedCategoryBaseData {
@@ -100,6 +101,7 @@ export interface ServerUpdatedCategoryBaseData {
version: string
parentCategoryId: string
blockAllNotifications: boolean
timeWarnings: number
}
export interface ServerUpdatedCategoryAssignedApps {