timesheetConfirmedDataSchema
@mineflow/contracts / timesheetConfirmedDataSchema
Variable: timesheetConfirmedDataSchema
const timesheetConfirmedDataSchema: ZodObject<{
actorId: ZodUUID;
downtimeHours: ZodNumber;
hoursWorked: ZodNumber;
personnelId: ZodUUID;
shiftId: ZodUUID;
shiftReportId: ZodUUID;
timesheetEntryId: ZodUUID;
}, $strip>;
Defined in: events/hr/timesheet.ts:25
hr.timesheet.confirmed — draft → confirmed после shift-report.approved.
Подписчики: ANA (для построения отчётности по фактической отработке).