1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Merge branch 'master' into new-datepicker

This commit is contained in:
Andrew Kingston 2024-04-26 08:49:59 +01:00 committed by GitHub
commit f6392ecaa1
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",
}