The RoleEvent (src/roles/interfaces/role.interface.ts) is missing the resourceTypeSlug field. This results in the field to drop silently.
As a result the deserialiser (src/user-management/serializers/role.serializer.ts) is unable to capture the field.
OrganizationRoleEvent and PermissionEvent have the resourceTypeSlug field.
The RoleEvent (src/roles/interfaces/role.interface.ts) is missing the
resourceTypeSlugfield. This results in the field to drop silently.As a result the deserialiser (src/user-management/serializers/role.serializer.ts) is unable to capture the field.
OrganizationRoleEvent and PermissionEvent have the
resourceTypeSlugfield.