This commit is contained in:
Michael Abebe
2026-06-02 13:43:44 +03:00
parent 2a489ca18d
commit 88a280eea2
8 changed files with 851 additions and 49 deletions

View File

@@ -15,6 +15,7 @@ const IAM_PERMISSION_KEYS = {
deletePositionPermission: "can:delete:position_permission",
deleteUnit: "can:delete:unit",
deleteUserRole: "can:delete:user_role",
findAllOrganization: "can:find_all:organization",
manageOrganizationAdmin: "manage:organizationAdmin",
manageUnitAdmin: "manage:unitAdmin",
updateUnit: "can:update:unit",
@@ -217,6 +218,7 @@ export const EDR_FREIGHT_ROLES: FreightSeedRole[] = [
IAM_PERMISSION_KEYS.createPositionPermission,
IAM_PERMISSION_KEYS.deletePositionPermission,
IAM_PERMISSION_KEYS.viewPositionPermission,
IAM_PERMISSION_KEYS.findAllOrganization,
],
},
{