@misalon/common 1.0.21 → 1.0.22
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,5 +8,6 @@ exports.Roles = {
|
|
8
8
|
exports.RestrictedActions = {
|
9
9
|
CREATE_APPOINTMENT: [exports.Roles.ADMIN], // Admins restricted from creating appointments
|
10
10
|
CANCEL_APPOINTMENT: [exports.Roles.ADMIN], // Admins restricted from canceling appointments
|
11
|
+
APPROVE_APPOINTMENT: [exports.Roles.USER], // users restricted from approving appointments
|
11
12
|
MANAGE_SERVICES: [exports.Roles.USER], // Users restricted from managing salon services
|
12
13
|
};
|