shiftForemanMissingDataSchema
@mineflow/contracts / shiftForemanMissingDataSchema
Variable: shiftForemanMissingDataSchema
const shiftForemanMissingDataSchema: ZodObject<{
detectedAt: ZodISODateTime;
objectId: ZodUUID;
shiftDate: ZodISODateTime;
shiftId: ZodUUID;
shiftType: ZodEnum<{
day: "day";
night: "night";
}>;
}, $strip>;
Defined in: events/hr/watch.ts:150
hr.shift.foreman-missing — алерт для Notifications, если за shiftDate
не назначен foremanId. Публикуется периодическим cron-handler'ом.