mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat(ws): уведомления о событиях СБП-автопродления
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user