hrUserAccountRoleChangedDataSchema
@mineflow/contracts / hrUserAccountRoleChangedDataSchema
Variable: hrUserAccountRoleChangedDataSchema
const hrUserAccountRoleChangedDataSchema: ZodObject<{
actorId: ZodUUID;
newRoleId: ZodUUID;
oldRoleId: ZodUUID;
personnelId: ZodUUID;
userAccountId: ZodUUID;
}, $strip>;
Defined in: events/hr/iam.ts:28
hr.user-account.role-changed — роль учётной записи заменена
(oldRoleId → newRoleId). Подписчики: permission-cache invalidation,
Notifications.