Перейти к основному содержимому

shiftSubstitutionRegisteredDataSchema

@mineflow/contracts


@mineflow/contracts / shiftSubstitutionRegisteredDataSchema

Variable: shiftSubstitutionRegisteredDataSchema

const shiftSubstitutionRegisteredDataSchema: ZodObject<{
actorId: ZodUUID;
objectId: ZodUUID;
reason: ZodOptional<ZodString>;
replacedPersonnelId: ZodUUID;
shiftDate: ZodISODateTime;
shiftId: ZodUUID;
shiftType: ZodEnum<{
day: "day";
night: "night";
}>;
substitutePersonnelId: ZodUUID;
}, $strip>;

Defined in: events/hr/watch.ts:164

hr.shift.substitution-registered — Foreman регистрирует замену/подмену (HR 1.3). Не меняет foreman_id; меняет фактический состав смены.