hrTimesheetEvents
@mineflow/contracts / hrTimesheetEvents
Variable: hrTimesheetEvents
const hrTimesheetEvents: object;
Defined in: events/hr/timesheet.ts:121
Записи каталога HR/Timesheet: имя события → { version, schema }.
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
hr.timesheet.adjusted | object | - | events/hr/timesheet.ts:123 |
hr.timesheet.adjusted.schema | ZodObject<{ actorId: ZodUUID; adjustedBy: ZodUUID; adjustmentReason: ZodString; downtimeHours: ZodNumber; hoursWorked: ZodNumber; personnelId: ZodUUID; previousDowntimeHours: ZodNumber; previousHoursWorked: ZodNumber; shiftId: ZodUUID; timesheetEntryId: ZodUUID; }, $strip> | timesheetAdjustedDataSchema | events/hr/timesheet.ts:123 |
hr.timesheet.adjusted.version | "1.0" | '1.0' | events/hr/timesheet.ts:123 |
hr.timesheet.confirm-requested | object | - | events/hr/timesheet.ts:125 |
hr.timesheet.confirm-requested.schema | ZodObject<{ downtimeHours: ZodNumber; hoursWorked: ZodNumber; personnelId: ZodUUID; positionId: ZodUUID; productionObjectId: ZodUUID; sagaId: ZodUUID; shiftDate: ZodString; shiftPersonnelId: ZodUUID; shiftReportId: ZodUUID; }, $strip> | timesheetConfirmRequestedDataSchema | events/hr/timesheet.ts:127 |
hr.timesheet.confirm-requested.version | "1.0" | '1.0' | events/hr/timesheet.ts:126 |
hr.timesheet.confirm-requested-reverted | object | - | events/hr/timesheet.ts:129 |
hr.timesheet.confirm-requested-reverted.schema | ZodObject<{ downtimeHours: ZodNumber; hoursWorked: ZodNumber; personnelId: ZodUUID; positionId: ZodUUID; productionObjectId: ZodUUID; reason: ZodString; reversalSagaId: ZodUUID; sagaId: ZodUUID; shiftDate: ZodString; shiftPersonnelId: ZodUUID; shiftReportId: ZodUUID; }, $strip> | timesheetConfirmRequestedRevertedDataSchema | events/hr/timesheet.ts:131 |
hr.timesheet.confirm-requested-reverted.version | "1.0" | '1.0' | events/hr/timesheet.ts:130 |
hr.timesheet.confirmed | object | - | events/hr/timesheet.ts:122 |
hr.timesheet.confirmed.schema | ZodObject<{ actorId: ZodUUID; downtimeHours: ZodNumber; hoursWorked: ZodNumber; personnelId: ZodUUID; shiftId: ZodUUID; shiftReportId: ZodUUID; timesheetEntryId: ZodUUID; }, $strip> | timesheetConfirmedDataSchema | events/hr/timesheet.ts:122 |
hr.timesheet.confirmed.version | "1.0" | '1.0' | events/hr/timesheet.ts:122 |
hr.timesheet.reverted | object | - | events/hr/timesheet.ts:124 |
hr.timesheet.reverted.schema | ZodObject<{ actorId: ZodUUID; personnelId: ZodUUID; previousDowntimeHours: ZodNumber; previousHoursWorked: ZodNumber; shiftId: ZodUUID; shiftReportId: ZodUUID; timesheetEntryId: ZodUUID; }, $strip> | timesheetRevertedDataSchema | events/hr/timesheet.ts:124 |
hr.timesheet.reverted.version | "1.0" | '1.0' | events/hr/timesheet.ts:124 |