From 6b684065c67e9dc50294b296dab8436ddefb53be Mon Sep 17 00:00:00 2001 From: Marko Ognjenovic Date: Tue, 22 Jul 2025 15:47:47 +0200 Subject: [PATCH] Update pricing plans --- src/endpoints/Billing/types.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/endpoints/Billing/types.ts b/src/endpoints/Billing/types.ts index 01f201ac..b4f6e01e 100644 --- a/src/endpoints/Billing/types.ts +++ b/src/endpoints/Billing/types.ts @@ -1,9 +1,10 @@ import type { BillingCycle } from '../../types/BillingCycle'; export enum SignupPlan { - STARTER = 'starter', - CORE = 'core', - PREMIUM = 'premium', + ESSENTIAL = 'essential', + STANDARD = 'standard', + AGENCY_ESSENTIAL = 'agency_essential', + AGENCY_STANDARD = 'agency_standard', } export enum SignupCurrency {