feat(core): Set up endpoint for all existing roles with license flag (#7834)

https://linear.app/n8n/issue/PAY-1034/create-endpoint-to-list-all-existing-roles
This commit is contained in:
Iván Ovejero
2023-11-28 14:16:47 +01:00
committed by GitHub
parent 4074107511
commit 2356fb0f0c
9 changed files with 124 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ export const LICENSE_FEATURES = {
BINARY_DATA_S3: 'feat:binaryDataS3',
MULTIPLE_MAIN_INSTANCES: 'feat:multipleMainInstances',
WORKER_VIEW: 'feat:workerView',
ADVANCED_PERMISSIONS: 'feat:advancedPermissions',
} as const;
export const LICENSE_QUOTAS = {