UNPKG

n8n

Version:

n8n Workflow Automation Tool

98 lines 2.56 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GLOBAL_MEMBER_SCOPES = exports.GLOBAL_ADMIN_SCOPES = exports.GLOBAL_OWNER_SCOPES = void 0; exports.GLOBAL_OWNER_SCOPES = [ 'annotationTag:create', 'annotationTag:read', 'annotationTag:update', 'annotationTag:delete', 'annotationTag:list', 'auditLogs:manage', 'banner:dismiss', 'credential:create', 'credential:read', 'credential:update', 'credential:delete', 'credential:list', 'credential:share', 'credential:move', 'community:register', 'communityPackage:install', 'communityPackage:uninstall', 'communityPackage:update', 'communityPackage:list', 'eventBusDestination:create', 'eventBusDestination:read', 'eventBusDestination:update', 'eventBusDestination:delete', 'eventBusDestination:list', 'eventBusDestination:test', 'externalSecretsProvider:create', 'externalSecretsProvider:read', 'externalSecretsProvider:update', 'externalSecretsProvider:delete', 'externalSecretsProvider:list', 'externalSecretsProvider:sync', 'externalSecret:list', 'externalSecret:use', 'ldap:manage', 'ldap:sync', 'license:manage', 'logStreaming:manage', 'orchestration:read', 'saml:manage', 'securityAudit:generate', 'sourceControl:pull', 'sourceControl:push', 'sourceControl:manage', 'tag:create', 'tag:read', 'tag:update', 'tag:delete', 'tag:list', 'user:create', 'user:read', 'user:update', 'user:delete', 'user:list', 'user:resetPassword', 'user:changeRole', 'variable:create', 'variable:read', 'variable:update', 'variable:delete', 'variable:list', 'workflow:create', 'workflow:read', 'workflow:update', 'workflow:delete', 'workflow:list', 'workflow:share', 'workflow:execute', 'workflow:move', 'workersView:manage', 'project:list', 'project:create', 'project:read', 'project:update', 'project:delete', 'insights:list', ]; exports.GLOBAL_ADMIN_SCOPES = exports.GLOBAL_OWNER_SCOPES.concat(); exports.GLOBAL_MEMBER_SCOPES = [ 'annotationTag:create', 'annotationTag:read', 'annotationTag:update', 'annotationTag:delete', 'annotationTag:list', 'eventBusDestination:list', 'eventBusDestination:test', 'tag:create', 'tag:read', 'tag:update', 'tag:list', 'user:list', 'variable:list', 'variable:read', ]; //# sourceMappingURL=global-roles.js.map