"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