revert: remove user-facing reset traffic toggle

Reset traffic on tariff switch is an admin-only setting.
Backend handles it via admin settings system (data-driven, no frontend code needed).
Reverted all user-facing toggle UI, API params, types, and translations.
This commit is contained in:
Fringg
2026-02-27 09:50:13 +03:00
parent 49fff8e855
commit 4a68347ae8
7 changed files with 9 additions and 64 deletions

View File

@@ -143,9 +143,6 @@ export interface TariffSwitchPreview {
base_upgrade_cost_kopeks?: number;
discount_percent?: number;
discount_kopeks?: number;
// Traffic reset on switch
reset_traffic_available?: boolean;
reset_traffic_default?: boolean;
}
export interface RenewalOption {