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 {