eamAssetHoursEvents
@mineflow/contracts / eamAssetHoursEvents
Variable: eamAssetHoursEvents
const eamAssetHoursEvents: object;
Defined in: events/eam/asset-hours.ts:56
Записи каталога EAM/Asset hours: имя события → { version, schema }.
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
eam.asset.hours-accumulated | object | - | events/eam/asset-hours.ts:57 |
eam.asset.hours-accumulated.schema | ZodObject<{ assetId: ZodUUID; assetUsageId: ZodUUID; hoursWorked: ZodNumber; meterReadingEnd: ZodNumber; meterReadingStart: ZodNumber; operatorPersonnelId: ZodNullable<ZodUUID>; productionObjectId: ZodUUID; sagaId: ZodUUID; shiftDate: ZodISODateTime; shiftReportId: ZodUUID; }, $strip> | assetHoursAccumulatedDataSchema | events/eam/asset-hours.ts:59 |
eam.asset.hours-accumulated.version | "1.0" | '1.0' | events/eam/asset-hours.ts:58 |
eam.asset.hours-accumulated-reverted | object | - | events/eam/asset-hours.ts:61 |
eam.asset.hours-accumulated-reverted.schema | ZodObject<{ assetId: ZodUUID; assetUsageId: ZodUUID; hoursWorked: ZodNumber; meterReadingEnd: ZodNumber; meterReadingStart: ZodNumber; operatorPersonnelId: ZodNullable<ZodUUID>; productionObjectId: ZodUUID; reason: ZodString; reversalSagaId: ZodUUID; sagaId: ZodUUID; shiftDate: ZodISODateTime; shiftReportId: ZodUUID; }, $strip> | assetHoursAccumulatedRevertedDataSchema | events/eam/asset-hours.ts:63 |
eam.asset.hours-accumulated-reverted.version | "1.0" | '1.0' | events/eam/asset-hours.ts:62 |