anaShiftStatisticsEvents
@mineflow/contracts / anaShiftStatisticsEvents
Variable: anaShiftStatisticsEvents
const anaShiftStatisticsEvents: object;
Defined in: events/ana/shift-statistics.ts:64
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
ana.shift.statistics-recorded | object | - | events/ana/shift-statistics.ts:65 |
ana.shift.statistics-recorded.schema | ZodObject<{ blastingEntryCount: ZodNumber; drillingEntryCount: ZodNumber; productionObjectId: ZodUUID; sagaId: ZodUUID; shiftDate: ZodISODateTime; shiftReportId: ZodUUID; shiftType: ZodEnum<{ day: "day"; night: "night"; }>; totalBlocks: ZodNumber; totalDepthMeters: ZodNumber; totalExplosiveKg: ZodNumber; totalHoles: ZodNumber; }, $strip> | shiftStatisticsRecordedDataSchema | events/ana/shift-statistics.ts:67 |
ana.shift.statistics-recorded.version | "1.0" | '1.0' | events/ana/shift-statistics.ts:66 |
ana.shift.statistics-recorded-reverted | object | - | events/ana/shift-statistics.ts:69 |
ana.shift.statistics-recorded-reverted.schema | ZodObject<{ blastingEntryCount: ZodNumber; drillingEntryCount: ZodNumber; productionObjectId: ZodUUID; reason: ZodString; reversalSagaId: ZodUUID; sagaId: ZodUUID; shiftDate: ZodISODateTime; shiftReportId: ZodUUID; shiftType: ZodEnum<{ day: "day"; night: "night"; }>; totalBlocks: ZodNumber; totalDepthMeters: ZodNumber; totalExplosiveKg: ZodNumber; totalHoles: ZodNumber; }, $strip> | shiftStatisticsRecordedRevertedDataSchema | events/ana/shift-statistics.ts:71 |
ana.shift.statistics-recorded-reverted.version | "1.0" | '1.0' | events/ana/shift-statistics.ts:70 |