Merge branch 'master' into feature/automation-sidebar

This commit is contained in:
deanhannigan 2025-03-31 14:17:13 +01:00 committed by GitHub
commit 91e0a9a609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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 }