From 7783cbc61d26e835565d9cb3d1dd9a6900a5fc74 Mon Sep 17 00:00:00 2001 From: Egor Date: Tue, 3 Feb 2026 03:48:45 +0300 Subject: [PATCH] Update index.ts --- src/types/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/types/index.ts b/src/types/index.ts index 0259362..0d9e1ff 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -300,6 +300,10 @@ export interface TariffsPurchaseOptions { current_tariff_id: number | null; balance_kopeks: number; balance_label: string; + // New fields for expired subscription handling + subscription_status?: string; + subscription_is_expired?: boolean; + has_subscription?: boolean; } export interface ClassicPurchaseOptions {