Merge branch 'master' into fix/clear-empty-filter-when-all-fields-are-removed

This commit is contained in:
deanhannigan 2024-04-22 09:20:44 +01:00 committed by GitHub
commit f4ea7bb13b
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",