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

anaDowntimeEvents

@mineflow/contracts


@mineflow/contracts / anaDowntimeEvents

Variable: anaDowntimeEvents

const anaDowntimeEvents: object;

Defined in: events/ana/downtime.ts:67

Type Declaration

NameTypeDefault valueDefined in
ana.downtime.recordedobject-events/ana/downtime.ts:68
ana.downtime.recorded.schemaZodObject<{ assetId: ZodNullable<ZodUUID>; assetUsageId: ZodNullable<ZodUUID>; description: ZodNullable<ZodString>; downtimeEventId: ZodUUID; durationMinutes: ZodNumber; endedAt: ZodISODateTime; productionObjectId: ZodUUID; reasonCode: ZodEnum<{ breakdown: "breakdown"; maintenance: "maintenance"; no_fuel: "no_fuel"; other: "other"; weather: "weather"; }>; sagaId: ZodUUID; shiftDate: ZodISODateTime; shiftReportId: ZodUUID; startedAt: ZodISODateTime; }, $strip>downtimeRecordedDataSchemaevents/ana/downtime.ts:68
ana.downtime.recorded.version"1.0"'1.0'events/ana/downtime.ts:68
ana.downtime.recorded-revertedobject-events/ana/downtime.ts:69
ana.downtime.recorded-reverted.schemaZodObject<{ assetId: ZodNullable<ZodUUID>; assetUsageId: ZodNullable<ZodUUID>; description: ZodNullable<ZodString>; downtimeEventId: ZodUUID; durationMinutes: ZodNumber; endedAt: ZodISODateTime; productionObjectId: ZodUUID; reason: ZodString; reasonCode: ZodEnum<{ breakdown: "breakdown"; maintenance: "maintenance"; no_fuel: "no_fuel"; other: "other"; weather: "weather"; }>; reversalSagaId: ZodUUID; sagaId: ZodUUID; shiftDate: ZodISODateTime; shiftReportId: ZodUUID; startedAt: ZodISODateTime; }, $strip>downtimeRecordedRevertedDataSchemaevents/ana/downtime.ts:71
ana.downtime.recorded-reverted.version"1.0"'1.0'events/ana/downtime.ts:70