archetecture security fix
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.CompanyPolicy = void 0;
|
||||
exports.CompanyPolicy = {
|
||||
viewApiKey: ['OWNER'],
|
||||
regenerateApiKey: ['OWNER'],
|
||||
updateAccountingSettings: ['OWNER', 'MANAGER'],
|
||||
deletePricingRule: ['OWNER', 'MANAGER'],
|
||||
managePricingRules: ['OWNER', 'MANAGER'],
|
||||
manageTeam: ['OWNER', 'MANAGER'],
|
||||
viewBilling: ['OWNER', 'MANAGER'],
|
||||
manageBilling: ['OWNER'],
|
||||
};
|
||||
//# sourceMappingURL=companyPolicy.js.map
|
||||
Reference in New Issue
Block a user