Merge pull request #12335 from Budibase/features/enterprise-basic-plan

[Added] Enterprise basic
This commit is contained in:
José Vte. Calderón 2023-11-09 12:10:44 +01:00 committed by GitHub
commit 3eb7dae6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit ad9a0085bee0c4f3184acd86cadd872ea9917e88
Subproject commit e202f415d9fa540d08cc2ba6e27394fbc22f357b

View File

@ -7,7 +7,9 @@ export enum PlanType {
/** @deprecated */
PREMIUM = "premium",
PREMIUM_PLUS = "premium_plus",
/** @deprecated */
BUSINESS = "business",
ENTERPRISE_BASIC = "enterprise_basic",
ENTERPRISE = "enterprise",
}