userAccountCreatedDataSchema
@mineflow/contracts / userAccountCreatedDataSchema
Variable: userAccountCreatedDataSchema
const userAccountCreatedDataSchema: ZodObject<{
actorId: ZodUUID;
login: ZodString;
objectId: ZodNullable<ZodUUID>;
personnelId: ZodUUID;
systemRoleCodes: ZodArray<ZodString>;
systemRoleIds: ZodArray<ZodUUID>;
userAccountId: ZodUUID;
}, $strip>;
Defined in: events/hr/user-account.ts:22
hr.user-account.created — создана учёт ная запись для сотрудника с набором
системных ролей (systemRoleIds/systemRoleCodes, минимум одна).
Подписчики: Keycloak provisioning, permission-cache, Notifications.