Undo reorder
This commit is contained in:
parent
48325f7df7
commit
098344ca84
|
@ -1,5 +1,11 @@
|
||||||
export enum PlanType {
|
export enum PlanType {
|
||||||
FREE = "free",
|
FREE = "free",
|
||||||
|
/** @deprecated */
|
||||||
|
PRO = "pro",
|
||||||
|
/** @deprecated */
|
||||||
|
TEAM = "team",
|
||||||
|
/** @deprecated */
|
||||||
|
PREMIUM = "premium",
|
||||||
PREMIUM_PLUS = "premium_plus",
|
PREMIUM_PLUS = "premium_plus",
|
||||||
PREMIUM_PLUS_TRIAL = "premium_plus_trial",
|
PREMIUM_PLUS_TRIAL = "premium_plus_trial",
|
||||||
/** @deprecated */
|
/** @deprecated */
|
||||||
|
@ -7,13 +13,6 @@ export enum PlanType {
|
||||||
ENTERPRISE_BASIC = "enterprise_basic",
|
ENTERPRISE_BASIC = "enterprise_basic",
|
||||||
ENTERPRISE_BASIC_TRIAL = "enterprise_basic_trial",
|
ENTERPRISE_BASIC_TRIAL = "enterprise_basic_trial",
|
||||||
ENTERPRISE = "enterprise",
|
ENTERPRISE = "enterprise",
|
||||||
// Deprecated plans
|
|
||||||
/** @deprecated */
|
|
||||||
PRO = "pro",
|
|
||||||
/** @deprecated */
|
|
||||||
TEAM = "team",
|
|
||||||
/** @deprecated */
|
|
||||||
PREMIUM = "premium",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum PriceDuration {
|
export enum PriceDuration {
|
||||||
|
|
Loading…
Reference in New Issue