shiftCreatedDataSchema
@mineflow/contracts / shiftCreatedDataSchema
Variable: shiftCreatedDataSchema
const shiftCreatedDataSchema: ZodObject<{
actorId: ZodUUID;
durationHours: ZodNumber;
objectId: ZodUUID;
shiftDate: ZodISODateTime;
shiftId: ZodUUID;
shiftType: ZodEnum<{
day: "day";
night: "night";
}>;
watchId: ZodNullable<ZodUUID>;
}, $strip>;
Defined in: events/hr/watch.ts:116
hr.shift.created — создана смена на объекте (shiftType, durationHours).
watchId nullable — смена может быть вне вахтового цикла. Подписчики:
hr/timesheet (создание draft-табелей), Notifications.