1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Merge pull request #13562 from Budibase/feature/enterprise-basic-trial

[Added] New plan ENTERPRISE_BASIC_TRIAL
This commit is contained in:
José Vte. Calderón 2024-04-26 09:22:11 +02:00 committed by GitHub
commit b7ea425d7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit dff7b5a9dd1fd770f8a48fb8e6df1740be605f18
Subproject commit 01bec5657e0c3c3bb29e883e6ac71258fee8710b

View file

@ -11,6 +11,7 @@ export enum PlanType {
/** @deprecated */
BUSINESS = "business",
ENTERPRISE_BASIC = "enterprise_basic",
ENTERPRISE_BASIC_TRIAL = "enterprise_basic_trial",
ENTERPRISE = "enterprise",
}