archetecture security fix
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.AdminPolicy = void 0;
|
||||
exports.AdminPolicy = {
|
||||
impersonateCompany: ['SUPER_ADMIN'],
|
||||
manageAdmins: ['SUPER_ADMIN', 'ADMIN'],
|
||||
managePricingPlans: ['SUPER_ADMIN', 'ADMIN'],
|
||||
manageSubscriptions: ['SUPER_ADMIN', 'ADMIN', 'FINANCE'],
|
||||
performRefund: ['SUPER_ADMIN', 'ADMIN', 'FINANCE'],
|
||||
viewSensitiveCredentials: ['SUPER_ADMIN'],
|
||||
};
|
||||
//# sourceMappingURL=adminPolicy.js.map
|
||||
Reference in New Issue
Block a user