mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(schemas): add legacy-pro tag to reserved plan ID (#6061)
This commit is contained in:
parent
97efe1e734
commit
53ada32251
1 changed files with 3 additions and 5 deletions
|
@ -17,14 +17,12 @@ export enum ReservedPlanId {
|
|||
* - LOG-8339: Migrate legacy Stripe data
|
||||
*/
|
||||
Hobby = 'hobby',
|
||||
Pro = 'pro',
|
||||
/**
|
||||
* @deprecated
|
||||
* Now this `pro` ID is not used anymore, we use `hobby` as the `pro` plan ID.
|
||||
* Only use this `pro` value when displaying the plan ID to the user.
|
||||
*
|
||||
* Todo @darcyYe see `Hobby` todo
|
||||
* Should not use this plan ID, we only use this tag as a record for the legacy `pro` plan since we will rename the `hobby` plan to be `pro`.
|
||||
*/
|
||||
Pro = 'pro',
|
||||
LegacyPro = 'legacy-pro',
|
||||
Development = 'dev',
|
||||
/**
|
||||
* This plan ID is reserved for Admin tenant.
|
||||
|
|
Loading…
Reference in a new issue