M8: add operational authentication mode

This commit is contained in:
NuklearRabbit
2026-08-10 02:06:50 +02:00
parent 4cdf667dc1
commit 0bfcf71ff7
20 changed files with 345 additions and 24 deletions
+7
View File
@@ -6,6 +6,13 @@ export interface CurrentUser {
role: Role;
}
export interface SystemStatus {
service: string;
environment: string;
demo_mode: boolean;
knowledge_provider: string;
}
export interface Vehicle {
public_ref: string;
make: string;