diff --git a/packages/types/src/sdk/licensing/plan.ts b/packages/types/src/sdk/licensing/plan.ts index 4e3d6c76cf..af682cbad1 100644 --- a/packages/types/src/sdk/licensing/plan.ts +++ b/packages/types/src/sdk/licensing/plan.ts @@ -1,5 +1,11 @@ export enum PlanType { FREE = "free", + /** @deprecated */ + PRO = "pro", + /** @deprecated */ + TEAM = "team", + /** @deprecated */ + PREMIUM = "premium", PREMIUM_PLUS = "premium_plus", PREMIUM_PLUS_TRIAL = "premium_plus_trial", /** @deprecated */ @@ -7,13 +13,6 @@ export enum PlanType { ENTERPRISE_BASIC = "enterprise_basic", ENTERPRISE_BASIC_TRIAL = "enterprise_basic_trial", ENTERPRISE = "enterprise", - // Deprecated plans - /** @deprecated */ - PRO = "pro", - /** @deprecated */ - TEAM = "team", - /** @deprecated */ - PREMIUM = "premium", } export enum PriceDuration {