import { PLUGIN_TYPE } from './constants'; import type { Merge } from './types'; export declare const GLOBAL_MODULE_TYPE: { 'about:blank': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:global:banner': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:global:trigger': { entry: true; default: { preload: true; manual: true; enableDelayDestroy: true; actions: never[]; }; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:global:error:code': { default: { errorMessage: { 'example.key': string; }; }; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:global:modal': { entry: true; default: { preload: true; manual: true; enableDelayDestroy: true; }; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:global:modal:upload': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:global:progress:detail': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:layout:sider': { entry: false; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:layout:header:action:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:layout:header:action:search': { entry: true; deprecated: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:layout:header:action:add': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:layout:header:action:help': { deprecated: string; entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:layout:header:action:settings': { deprecated: string; entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:layout:header:action:notification': { deprecated: string; entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:layout:header:action:avatar': { deprecated: string; entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:global:actions': { entry: true; constraints: { maxNum: number; localMaxNum: number; }; }; }; export declare const APP_MODULE_TYPE: { 'ones:demo:paragraph:content': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:demo:paragraph:setting': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:demo:new': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:workspace': { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:desk': { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:deskhome': { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:manhour': { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:performance': { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:plan': { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:pipeline': { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product': { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project': { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase': { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:version': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:wiki': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:app:new': { modules: true; entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; }; export declare const OTHER_MODULE_TYPE: { settings: { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:desk:index': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:desk:new': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:deskhome:index': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:login': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:login:connect': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:login:ldap': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:join:team': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:manhour:index': { entry: true; newModuleType: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:manhour:calendar': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:manhour:report': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:manhour:log': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:manhour:new': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:performance:index': { entry: true; newModuleType: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:performance:dashboard': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:performance:component:dashboard:header:action:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:performance:new': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:plan:index': { entry: true; newModuleType: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:plan:self': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:plan:gantt': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:plan:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:pipeline:index': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:pipeline:new': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:index': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:new': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:index': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:account': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:account:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:account:default:new': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:account:default:member': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:account:default:group': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:account:default:login': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:account:default:connect': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:account:default:safe': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:account:default': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:sidebar': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:default:sidebar': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:menu': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:default:menu': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:favicon': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:default:favicon': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:workday': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:default:workday': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:email': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:default:email': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:message': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:default:message': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:automation': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:automation:rule': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:automation:default:rule': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:automation:history': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:automation:default:history': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:import': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:import:jira': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:import:default:jira': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:manhour': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:manhour:mode': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:manhour:default:mode': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:manhour:limit': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:manhour:default:limit': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:safe': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:safe:log': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:safe:default:log': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:safe:policy': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:safe:default:policy': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:safe:watermark': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:safe:default:watermark': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:manage': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:manage:info': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:manage:permission': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:manage:team': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:account': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:account:manage': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:account:connect': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:account:login': { entry: true; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:appearance': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:appearance:sidebar': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:appearance:favicon': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:appearance:email': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:appearance:message': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:safe': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:safe:log': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:safe:policy': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:safe:watermark': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:performance': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:performance:permission': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:performance:default:permission': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline': { modules: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline_integration': { modules: true; previousName: string[]; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:code_integration': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline:jenkins': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline:default:jenkins': { entry: true; newModuleType: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline_integration:default:jenkins': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline:repo': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline:default:repo:link': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline:default:repo': { entry: true; newModuleType: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:code_integration:default:repo': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:plan': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:plan:permission': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:plan:default:permission': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:self': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:self:manage': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:self:field': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:self:status': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:self:role': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:issue': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:issue:type': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:issue:field': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:issue:status': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:issue:priority': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:issue:relate': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:product': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:product:field': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:config': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:config:view': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:permission': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:permission:config': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:team': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:team:info': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:team:default:info': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:team:permission': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:team:default:permission': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:base': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:base:project': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:base:permission': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:case': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:case:field': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:case:config': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:plan': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:plan:field': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:report': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:report:template': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:wiki': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:wiki:group': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:wiki:default:group': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:wiki:permission': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:wiki:default:permission': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:wiki:template': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:wiki:default:template': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:index': { entry: true; newModuleType: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:overview': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:library': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:plan': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:report': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:report:component:new': { modules: true; constraints: { maxNum: number; localMaxNum: number; isTestReportComponent: true; onesVersion: { range: string[]; }; }; }; 'ones:testcase:new': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:version:index': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:version:new': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:wiki:index': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:wiki:group': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:wiki:share': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:wiki:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:workspace:index': { entry: true; newModuleType: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:workspace:overview': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:workspace:dashboard': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:workspace:dashboard:header:action:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:workspace:filter': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:workspace:filter:header:action:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:workspace:manhour': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:workspace:new': { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:team:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:team:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:team:default:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:team:default': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:import:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:import:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:import:default:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:import:default': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:default:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:appearance:default': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:manhour:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:manhour:default': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:manhour:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:manhour:default:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:safe:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:safe:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:safe:default:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:safe:default': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:item:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:self:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:task:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:issue:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:product:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:product:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:config:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:config:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:permission:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:project:permission:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:wiki:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:wiki:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:wiki:default:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:wiki:default': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:base:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:base:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:case:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:case:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:plan:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:plan:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:report:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:testcase:report:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline:new': { modules: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline_integration:new': { modules: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:code_integration:new': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline:default:new': { entry: true; newModuleType: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline_integration:default:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:code_integration:default:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline:default': { modules: true; newModuleType: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:pipeline_integration:default': { previousName: string[]; modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:code_integration:default': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:plan:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:plan:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:plan:default:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:plan:default': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:performance:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:performance:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:performance:default:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:performance:default': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:automation:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:automation:content:new': { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:automation:default:new': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:automation:default': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:new': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:manage:new': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:account:new': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:appearance:new': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:settings:organization:safe:new': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }; 'ones:account:new': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:account:personal': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:account:personal:profile': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:account:personal:connect': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:account:personal:new': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:account:dashboard': { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:account:dashboard:common': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:account:dashboard:create': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:account:dashboard:share': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:account:dashboard:new': { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:issue:feed:all': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:issue:feed:comment': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:issue:feed:file': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:issue:feed:relate': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:issue:feed:changelog': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:issue:header:action:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:issue:tab:new': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:report': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:member': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:todo': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:sprint': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:sprintPlan': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:publish': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:desk': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:deliverable': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:milestone': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:pipeline': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:bug': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:task': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:filter': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:gantt': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:doc': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:file': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:overview': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:plan': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:demand': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:story': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:execute': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:settings': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:member:action:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:overview:header:action:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:plan:header:action:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:component:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:component:version': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:component:desk': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:component:module': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:component:bug': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:component:task': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:component:demand': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:component:story': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:library:component:case': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:plan:header:action:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:plan:component:case': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:plan:component:case:action:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:plan:component:demand': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:library:component:case:caseList:action:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:library:settings:info': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:library:settings:permission': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:library:settings:recycle': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:library:settings:more': { entry: true; newModuleType: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:library:settings:delete': { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:library:settings:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:plan:settings:info': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:plan:settings:perform': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:plan:settings:permission': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:plan:settings:more': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:plan:settings:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:settings:component': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:settings:issueType': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:settings:permission': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:settings:sprint': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:settings:config': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:settings:operation': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:project:settings:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:settings:config': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:settings:info': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:settings:component': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:settings:more': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:product:settings:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:testcase:plan:component:demand:header:action:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:pipeline:component:history': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:plan:component:project': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:plan:component:member': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; /** * wiz 编辑器块元素插槽 */ 'ones:wiki:editor:embed': { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:wiki:editor:decorator': { entry: true; constraints: { onesVersion: { range: string[]; }; }; }; /** * wiki 页面组配置-菜单新增插槽 */ 'ones:wiki:space:settings:new': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:dashboard:card:new': { modules: true; default: { title: string; description: string; objectType: string[]; icon: string; defaultLayout: { w: number; h: number; }; }; constraints: { maxNum: number; localMaxNum: number; isCustomDashboardCard: boolean; onesVersion: { range: string[]; }; }; }; 'ones:wiki:space:header:title': { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }; 'ones:wiki:page:header:action:new': { entry: true; constraints: { onesVersion: { range: string[]; }; }; }; 'ones:wiki:editor:new': { modules: true; default: { title: string; icon: string; }; }; }; export declare const MODULE_TYPE: { 'ones:demo:paragraph:content': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:demo:paragraph:setting': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:demo:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:workspace': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:desk': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:deskhome': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:manhour': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:performance': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:plan': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:pipeline': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:version': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:wiki': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:app:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; settings: Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:desk:index': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:desk:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:deskhome:index': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:login': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:login:connect': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:login:ldap': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:join:team': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:manhour:index': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:manhour:calendar': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:manhour:report': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:manhour:log': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:manhour:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:performance:index': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:performance:dashboard': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:performance:component:dashboard:header:action:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:performance:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:plan:index': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:plan:self': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:plan:gantt': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:plan:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:pipeline:index': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:pipeline:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:index': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:index': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:account': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:account:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:account:default:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:account:default:member': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:account:default:group': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:account:default:login': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:account:default:connect': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:account:default:safe': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:account:default': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:sidebar': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:default:sidebar': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:menu': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:default:menu': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:favicon': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:default:favicon': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:workday': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:default:workday': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:email': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:default:email': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:message': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:default:message': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:automation': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:automation:rule': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:automation:default:rule': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:automation:history': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:automation:default:history': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:import': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:import:jira': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:import:default:jira': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:manhour': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:manhour:mode': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:manhour:default:mode': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:manhour:limit': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:manhour:default:limit': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:safe': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:safe:log': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:safe:default:log': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:safe:policy': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:safe:default:policy': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:safe:watermark': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:safe:default:watermark': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:manage': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:manage:info': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:manage:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:manage:team': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:account': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:account:manage': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:account:connect': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:account:login': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:appearance': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:appearance:sidebar': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:appearance:favicon': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:appearance:email': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:appearance:message': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:safe': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:safe:log': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:safe:policy': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:safe:watermark': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:performance': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:performance:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:performance:default:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline_integration': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; previousName: string[]; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:code_integration': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline:jenkins': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline:default:jenkins': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline_integration:default:jenkins': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline:repo': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline:default:repo:link': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline:default:repo': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:code_integration:default:repo': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:plan': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:plan:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:plan:default:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:self': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:self:manage': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:self:field': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:self:status': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:self:role': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:issue': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:issue:type': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:issue:field': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:issue:status': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:issue:priority': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:issue:relate': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:product': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:product:field': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:config': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:config:view': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:permission:config': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:team': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:team:info': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:team:default:info': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:team:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:team:default:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:base': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:base:project': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:base:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:case': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:case:field': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:case:config': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:plan': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:plan:field': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:report': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:report:template': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:wiki': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:wiki:group': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:wiki:default:group': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:wiki:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:wiki:default:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:wiki:template': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:wiki:default:template': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:index': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:overview': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:library': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:plan': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:report': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:report:component:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; isTestReportComponent: true; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:version:index': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:version:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:wiki:index': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:wiki:group': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:wiki:share': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:wiki:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:workspace:index': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:workspace:overview': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:workspace:dashboard': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:workspace:dashboard:header:action:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:workspace:filter': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:workspace:filter:header:action:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:workspace:manhour': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:workspace:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:team:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:team:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:team:default:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:team:default': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:import:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:import:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:import:default:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:import:default': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:default:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:appearance:default': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:manhour:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:manhour:default': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:manhour:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:manhour:default:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:safe:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:safe:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:safe:default:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:safe:default': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:item:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:self:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:task:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:issue:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:product:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:product:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:config:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:config:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:permission:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:project:permission:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:wiki:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:wiki:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:wiki:default:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:wiki:default': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:base:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:base:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:case:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:case:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:plan:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:plan:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:report:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:testcase:report:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline_integration:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:code_integration:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline:default:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline_integration:default:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:code_integration:default:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline:default': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; newModuleType: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:pipeline_integration:default': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { previousName: string[]; modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:code_integration:default': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:plan:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:plan:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:plan:default:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:plan:default': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:performance:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:performance:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:performance:default:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:performance:default': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:automation:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:automation:content:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:automation:default:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:automation:default': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:manage:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:account:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:appearance:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:settings:organization:safe:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; scope: PLUGIN_TYPE.ORGANIZATION; onesVersion: { range: string[]; }; }; }>; 'ones:account:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:account:personal': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:account:personal:profile': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:account:personal:connect': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:account:personal:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:account:dashboard': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:account:dashboard:common': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:account:dashboard:create': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:account:dashboard:share': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:account:dashboard:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; prefix: string; route: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:issue:feed:all': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:issue:feed:comment': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:issue:feed:file': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:issue:feed:relate': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:issue:feed:changelog': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:issue:header:action:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:issue:tab:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:report': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:member': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:todo': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:sprint': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:sprintPlan': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:publish': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:desk': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:deliverable': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:milestone': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:pipeline': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:bug': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:task': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:filter': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:gantt': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:doc': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:file': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:overview': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:plan': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:demand': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:story': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:execute': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:settings': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:member:action:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:overview:header:action:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:plan:header:action:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:component:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:component:version': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:component:desk': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:component:module': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:component:bug': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:component:task': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:component:demand': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:component:story': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:library:component:case': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:plan:header:action:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:plan:component:case': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:plan:component:case:action:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:plan:component:demand': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:library:component:case:caseList:action:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:library:settings:info': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:library:settings:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:library:settings:recycle': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:library:settings:more': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; newModuleType: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:library:settings:delete': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; previousName: string[]; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:library:settings:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:plan:settings:info': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:plan:settings:perform': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:plan:settings:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:plan:settings:more': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:plan:settings:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:settings:component': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:settings:issueType': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:settings:permission': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:settings:sprint': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:settings:config': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:settings:operation': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:project:settings:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:settings:config': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:settings:info': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:settings:component': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:settings:more': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:product:settings:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:testcase:plan:component:demand:header:action:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:pipeline:component:history': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:plan:component:project': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:plan:component:member': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:wiki:editor:embed': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:wiki:editor:decorator': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { onesVersion: { range: string[]; }; }; }>; 'ones:wiki:space:settings:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:dashboard:card:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; default: { title: string; description: string; objectType: string[]; icon: string; defaultLayout: { w: number; h: number; }; }; constraints: { maxNum: number; localMaxNum: number; isCustomDashboardCard: boolean; onesVersion: { range: string[]; }; }; }>; 'ones:wiki:space:header:title': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:wiki:page:header:action:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { onesVersion: { range: string[]; }; }; }>; 'ones:wiki:editor:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { modules: true; default: { title: string; icon: string; }; }>; 'about:blank': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:global:banner': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:global:trigger': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; default: { preload: true; manual: true; enableDelayDestroy: true; actions: never[]; }; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:global:error:code': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { default: { errorMessage: { 'example.key': string; }; }; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:global:modal': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; default: { preload: true; manual: true; enableDelayDestroy: true; }; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:global:modal:upload': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:global:progress:detail': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:layout:sider': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: false; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:layout:header:action:new': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:layout:header:action:search': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; deprecated: string; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:layout:header:action:add': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:layout:header:action:help': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { deprecated: string; entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:layout:header:action:settings': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { deprecated: string; entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:layout:header:action:notification': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { deprecated: string; entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:layout:header:action:avatar': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { deprecated: string; entry: true; constraints: { maxNum: number; localMaxNum: number; onesVersion: { range: string[]; }; }; }>; 'ones:global:actions': Merge<{ readonly constraints: { readonly localMaxNum: 10; readonly maxNum: 10; }; }, { entry: true; constraints: { maxNum: number; localMaxNum: number; }; }>; }; //# sourceMappingURL=module-type.d.ts.map