feat(ws): уведомления о событиях СБП-автопродления

This commit is contained in:
Fringg
2026-07-24 06:42:39 +03:00
parent d938ac2dd9
commit e8409a9007
2 changed files with 129 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ export interface WSMessage {
new_expires_at?: string;
tariff_name?: string;
days_left?: number;
// SBP recurring events
status?: string;
next_charge_at?: string | null;
// Device purchase events
devices_added?: number;
new_device_limit?: number;