1
0
Fork 0
mirror of synced 2024-08-23 14:01:34 +12:00

Add readonly columns to premium

This commit is contained in:
Adria Navarro 2024-06-05 16:20:05 +02:00
parent b0c21b01c0
commit ee1b8c9f43
2 changed files with 8 additions and 7 deletions

@ -1 +1 @@
Subproject commit 0fca4fb09047df7c36889c5e64f40b2d79d6da47
Subproject commit eab54ba6f5306ad74625dcc962e34e9b4396784a

View file

@ -1,11 +1,5 @@
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 */
@ -13,6 +7,13 @@ 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 {