mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore(schemas): add reserved plan ID for admin tenant (#5976)
This commit is contained in:
parent
6e116b30df
commit
0748a22efb
1 changed files with 5 additions and 0 deletions
|
@ -26,4 +26,9 @@ export enum ReservedPlanId {
|
|||
*/
|
||||
Pro = 'pro',
|
||||
Development = 'dev',
|
||||
/**
|
||||
* This plan ID is reserved for Admin tenant.
|
||||
* In our new pricing model, we plan to add a special plan for Admin tenant, previously, admin tenant is using the `pro` plan, which is not suitable.
|
||||
*/
|
||||
Admin = 'admin',
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue