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

hrTimesheetEvents

@mineflow/contracts


@mineflow/contracts / hrTimesheetEvents

Variable: hrTimesheetEvents

const hrTimesheetEvents: object;

Defined in: events/hr/timesheet.ts:121

Записи каталога HR/Timesheet: имя события → { version, schema }.

Type Declaration

NameTypeDefault valueDefined in
hr.timesheet.adjustedobject-events/hr/timesheet.ts:123
hr.timesheet.adjusted.schemaZodObject<{ actorId: ZodUUID; adjustedBy: ZodUUID; adjustmentReason: ZodString; downtimeHours: ZodNumber; hoursWorked: ZodNumber; personnelId: ZodUUID; previousDowntimeHours: ZodNumber; previousHoursWorked: ZodNumber; shiftId: ZodUUID; timesheetEntryId: ZodUUID; }, $strip>timesheetAdjustedDataSchemaevents/hr/timesheet.ts:123
hr.timesheet.adjusted.version"1.0"'1.0'events/hr/timesheet.ts:123
hr.timesheet.confirm-requestedobject-events/hr/timesheet.ts:125
hr.timesheet.confirm-requested.schemaZodObject<{ downtimeHours: ZodNumber; hoursWorked: ZodNumber; personnelId: ZodUUID; positionId: ZodUUID; productionObjectId: ZodUUID; sagaId: ZodUUID; shiftDate: ZodString; shiftPersonnelId: ZodUUID; shiftReportId: ZodUUID; }, $strip>timesheetConfirmRequestedDataSchemaevents/hr/timesheet.ts:127
hr.timesheet.confirm-requested.version"1.0"'1.0'events/hr/timesheet.ts:126
hr.timesheet.confirm-requested-revertedobject-events/hr/timesheet.ts:129
hr.timesheet.confirm-requested-reverted.schemaZodObject<{ downtimeHours: ZodNumber; hoursWorked: ZodNumber; personnelId: ZodUUID; positionId: ZodUUID; productionObjectId: ZodUUID; reason: ZodString; reversalSagaId: ZodUUID; sagaId: ZodUUID; shiftDate: ZodString; shiftPersonnelId: ZodUUID; shiftReportId: ZodUUID; }, $strip>timesheetConfirmRequestedRevertedDataSchemaevents/hr/timesheet.ts:131
hr.timesheet.confirm-requested-reverted.version"1.0"'1.0'events/hr/timesheet.ts:130
hr.timesheet.confirmedobject-events/hr/timesheet.ts:122
hr.timesheet.confirmed.schemaZodObject<{ actorId: ZodUUID; downtimeHours: ZodNumber; hoursWorked: ZodNumber; personnelId: ZodUUID; shiftId: ZodUUID; shiftReportId: ZodUUID; timesheetEntryId: ZodUUID; }, $strip>timesheetConfirmedDataSchemaevents/hr/timesheet.ts:122
hr.timesheet.confirmed.version"1.0"'1.0'events/hr/timesheet.ts:122
hr.timesheet.revertedobject-events/hr/timesheet.ts:124
hr.timesheet.reverted.schemaZodObject<{ actorId: ZodUUID; personnelId: ZodUUID; previousDowntimeHours: ZodNumber; previousHoursWorked: ZodNumber; shiftId: ZodUUID; shiftReportId: ZodUUID; timesheetEntryId: ZodUUID; }, $strip>timesheetRevertedDataSchemaevents/hr/timesheet.ts:124
hr.timesheet.reverted.version"1.0"'1.0'events/hr/timesheet.ts:124