fix and update

This commit is contained in:
lendry
2026-07-01 19:19:27 +03:00
parent f423f512f8
commit 7e54cec361
16 changed files with 1093 additions and 150 deletions

View File

@@ -649,6 +649,12 @@ export interface ActiveDevice {
trusted: boolean;
}
export interface AdminInsightsPeriodMeta {
retentionDays: number;
periodFrom: string;
periodTo: string;
}
export interface SignInEvent {
id: string;
success: boolean;
@@ -701,6 +707,9 @@ export interface AdminChatMessage {
roomId?: string;
roomName?: string;
groupName?: string;
storageKey?: string;
mimeType?: string;
metadataJson?: string;
}
export interface ActiveSession {