mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Send ClientDataStatus after registering new device
This commit is contained in:
@@ -84,12 +84,14 @@ export interface CreateFamilyByMailTokenRequest {
|
||||
deviceName: string
|
||||
timeZone: string
|
||||
parentName: string
|
||||
clientLevel?: number
|
||||
}
|
||||
|
||||
export interface SignIntoFamilyRequest {
|
||||
mailAuthToken: string
|
||||
parentDevice: NewDeviceInfo
|
||||
deviceName: string
|
||||
clientLevel?: number
|
||||
}
|
||||
|
||||
export interface RecoverParentPasswordRequest {
|
||||
@@ -101,6 +103,7 @@ export interface RegisterChildDeviceRequest {
|
||||
registerToken: string
|
||||
childDevice: NewDeviceInfo
|
||||
deviceName: string
|
||||
clientLevel?: number
|
||||
}
|
||||
|
||||
export interface CreateRegisterDeviceTokenRequest {
|
||||
|
||||
Reference in New Issue
Block a user