mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Send new fields to the client
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user