Merge pull request #13530 from Budibase/feature/premium-plus-trial

[Added] PREMIUM_PLUS_TRIAL type
This commit is contained in:
José Vte. Calderón 2024-04-22 10:18:23 +02:00 committed by GitHub
commit 16582f3bab
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 06b1064f7e2f7cac5d4bef2ee999796a2a1f0f2c
Subproject commit b55d5b32003e3e999a1cbf2e5f3e6ce8d71eace7

View File

@ -7,6 +7,7 @@ export enum PlanType {
/** @deprecated */
PREMIUM = "premium",
PREMIUM_PLUS = "premium_plus",
PREMIUM_PLUS_TRIAL = "premium_plus_trial",
/** @deprecated */
BUSINESS = "business",
ENTERPRISE_BASIC = "enterprise_basic",