Merge branch 'master' into feature/automation-sidebar
This commit is contained in:
commit
91e0a9a609
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||||
"version": "3.7.4",
|
"version": "3.7.5",
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"concurrency": 20,
|
"concurrency": 20,
|
||||||
"command": {
|
"command": {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 538deccd0000090447d6cfe7f9716b16fdfefcc2
|
Subproject commit 40c36f86584568d31abd6dd5b6b00dd3a458093f
|
|
@ -19,6 +19,7 @@ export enum Feature {
|
||||||
VIEW_READONLY_COLUMNS = "viewReadonlyColumns",
|
VIEW_READONLY_COLUMNS = "viewReadonlyColumns",
|
||||||
BUDIBASE_AI = "budibaseAI",
|
BUDIBASE_AI = "budibaseAI",
|
||||||
AI_CUSTOM_CONFIGS = "aiCustomConfigs",
|
AI_CUSTOM_CONFIGS = "aiCustomConfigs",
|
||||||
|
PWA = "pwa",
|
||||||
}
|
}
|
||||||
|
|
||||||
export type PlanFeatures = { [key in PlanType]: Feature[] | undefined }
|
export type PlanFeatures = { [key in PlanType]: Feature[] | undefined }
|
||||||
|
|
Loading…
Reference in New Issue