fix roles

This commit is contained in:
2026-06-30 12:01:13 +03:30
parent c1105c9954
commit d79fa12d65
14 changed files with 136 additions and 14 deletions
@@ -7,6 +7,9 @@ export enum PermissionCode {
SALONS_DELETE = 'salons:delete',
CUSTOMERS_READ = 'customers:read',
CUSTOMERS_WRITE = 'customers:write',
CUSTOMERS_DELETE = 'customers:delete',
SMS_TEMPLATES_READ = 'sms-templates:read',
SMS_TEMPLATES_WRITE = 'sms-templates:write',
STYLISTS_READ = 'stylists:read',
STYLISTS_WRITE = 'stylists:write',
STYLISTS_DELETE = 'stylists:delete',