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

eventCatalog

@mineflow/contracts


@mineflow/contracts / eventCatalog

Variable: eventCatalog

const eventCatalog: object;

Defined in: events/index.ts:59

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
ana.shift.statistics-recordedobject-events/ana/shift-statistics.ts:65
ana.shift.statistics-recorded.schemaZodObject<{ 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>shiftStatisticsRecordedDataSchemaevents/ana/shift-statistics.ts:67
ana.shift.statistics-recorded.version"1.0"'1.0'events/ana/shift-statistics.ts:66
ana.shift.statistics-recorded-revertedobject-events/ana/shift-statistics.ts:69
ana.shift.statistics-recorded-reverted.schemaZodObject<{ 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>shiftStatisticsRecordedRevertedDataSchemaevents/ana/shift-statistics.ts:71
ana.shift.statistics-recorded-reverted.version"1.0"'1.0'events/ana/shift-statistics.ts:70
eam.asset.createdobject-events/eam/asset.ts:82
eam.asset.created.schemaZodObject<{ assetClassId: ZodUUID; assetId: ZodUUID; commissionedAt: ZodISODateTime; createdBy: ZodUUID; currentObjectId: ZodUUID; inventoryNumber: ZodString; }, $strip>assetCreatedDataSchemaevents/eam/asset.ts:82
eam.asset.created.version"1.0"'1.0'events/eam/asset.ts:82
eam.asset.hours-accumulatedobject-events/eam/asset-hours.ts:57
eam.asset.hours-accumulated.schemaZodObject<{ assetId: ZodUUID; assetUsageId: ZodUUID; hoursWorked: ZodNumber; meterReadingEnd: ZodNumber; meterReadingStart: ZodNumber; operatorPersonnelId: ZodNullable<ZodUUID>; productionObjectId: ZodUUID; sagaId: ZodUUID; shiftDate: ZodISODateTime; shiftReportId: ZodUUID; }, $strip>assetHoursAccumulatedDataSchemaevents/eam/asset-hours.ts:59
eam.asset.hours-accumulated.version"1.0"'1.0'events/eam/asset-hours.ts:58
eam.asset.hours-accumulated-revertedobject-events/eam/asset-hours.ts:61
eam.asset.hours-accumulated-reverted.schemaZodObject<{ 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>assetHoursAccumulatedRevertedDataSchemaevents/eam/asset-hours.ts:63
eam.asset.hours-accumulated-reverted.version"1.0"'1.0'events/eam/asset-hours.ts:62
eam.asset.maintenance-dueobject-events/eam/asset.ts:85
eam.asset.maintenance-due.schemaZodObject<{ assetId: ZodUUID; dueOn: ZodISODateTime; norm: ZodString; }, $strip>assetMaintenanceDueDataSchemaevents/eam/asset.ts:85
eam.asset.maintenance-due.version"1.0"'1.0'events/eam/asset.ts:85
eam.asset.status-changedobject-events/eam/asset.ts:83
eam.asset.status-changed.schemaZodObject<{ assetId: ZodUUID; fromStatus: ZodEnum<{ conserved: "conserved"; decommissioned: "decommissioned"; maintenance: "maintenance"; operational: "operational"; }>; performedBy: ZodUUID; reason: ZodOptional<ZodString>; toStatus: ZodEnum<{ conserved: "conserved"; decommissioned: "decommissioned"; maintenance: "maintenance"; operational: "operational"; }>; }, $strip>assetStatusChangedDataSchemaevents/eam/asset.ts:83
eam.asset.status-changed.version"1.0"'1.0'events/eam/asset.ts:83
eam.asset.transferredobject-events/eam/asset.ts:84
eam.asset.transferred.schemaZodObject<{ assetId: ZodUUID; fromObjectId: ZodUUID; performedBy: ZodUUID; reason: ZodOptional<ZodString>; toObjectId: ZodUUID; }, $strip>assetTransferredDataSchemaevents/eam/asset.ts:84
eam.asset.transferred.version"1.0"'1.0'events/eam/asset.ts:84
eam.maintenance.cancelledobject-events/eam/maintenance.ts:64
eam.maintenance.cancelled.schemaZodObject<{ assetId: ZodUUID; cancelledAt: ZodISODateTime; cancelledBy: ZodUUID; reason: ZodString; recordId: ZodUUID; }, $strip>maintenanceCancelledDataSchemaevents/eam/maintenance.ts:64
eam.maintenance.cancelled.version"1.0"'1.0'events/eam/maintenance.ts:64
eam.maintenance.completedobject-events/eam/maintenance.ts:63
eam.maintenance.completed.schemaZodObject<{ assetId: ZodUUID; completedAt: ZodISODateTime; performedBy: ZodUUID; recordId: ZodUUID; startedAt: ZodISODateTime; }, $strip>maintenanceCompletedDataSchemaevents/eam/maintenance.ts:63
eam.maintenance.completed.version"1.0"'1.0'events/eam/maintenance.ts:63
eam.maintenance.scheduledobject-events/eam/maintenance.ts:62
eam.maintenance.scheduled.schemaZodObject<{ assetId: ZodUUID; reason: ZodString; recordId: ZodUUID; scheduledAt: ZodISODateTime; scheduledBy: ZodUUID; }, $strip>maintenanceScheduledDataSchemaevents/eam/maintenance.ts:62
eam.maintenance.scheduled.version"1.0"'1.0'events/eam/maintenance.ts:62
eam.movement.appliedobject-events/eam/asset-movement.ts:42
eam.movement.applied.schemaZodObject<{ assetId: ZodUUID; fromObjectId: ZodOptional<ZodUUID>; movementId: ZodUUID; op: ZodEnum<{ conservation: "conservation"; from_conservation: "from_conservation"; transfer_audit: "transfer_audit"; }>; opDate: ZodISODateTime; reason: ZodOptional<ZodString>; responsibleId: ZodUUID; toObjectId: ZodOptional<ZodUUID>; }, $strip>movementAppliedDataSchemaevents/eam/asset-movement.ts:42
eam.movement.applied.version"1.0"'1.0'events/eam/asset-movement.ts:42
hr.asset-assignment.closedobject-events/hr/asset-assignment.ts:61
hr.asset-assignment.closed.schemaZodObject<{ actorId: ZodUUID; assetId: ZodUUID; assignmentId: ZodUUID; cause: ZodEnum<{ asset-decommissioned: "asset-decommissioned"; manual: "manual"; personnel-deactivated: "personnel-deactivated"; replaced: "replaced"; }>; personnelId: ZodUUID; reason: ZodOptional<ZodString>; role: ZodEnum<{ mechanic: "mechanic"; primary_operator: "primary_operator"; shift_operator: "shift_operator"; }>; toDate: ZodISODateTime; }, $strip>assetAssignmentClosedDataSchemaevents/hr/asset-assignment.ts:63
hr.asset-assignment.closed.version"1.0"'1.0'events/hr/asset-assignment.ts:62
hr.asset-assignment.createdobject-events/hr/asset-assignment.ts:57
hr.asset-assignment.created.schemaZodObject<{ actorId: ZodUUID; assetId: ZodUUID; assignmentId: ZodUUID; fromDate: ZodISODateTime; personnelId: ZodUUID; reason: ZodOptional<ZodString>; role: ZodEnum<{ mechanic: "mechanic"; primary_operator: "primary_operator"; shift_operator: "shift_operator"; }>; }, $strip>assetAssignmentCreatedDataSchemaevents/hr/asset-assignment.ts:59
hr.asset-assignment.created.version"1.0"'1.0'events/hr/asset-assignment.ts:58
hr.brigade.composition-changedobject-events/hr/brigade.ts:77
hr.brigade.composition-changed.schemaZodObject<{ action: ZodEnum<{ added: "added"; removed: "removed"; }>; actorId: ZodUUID; brigadeId: ZodUUID; fromDate: ZodISODateTime; personnelId: ZodUUID; toDate: ZodOptional<ZodISODateTime>; }, $strip>brigadeCompositionChangedDataSchemaevents/hr/brigade.ts:79
hr.brigade.composition-changed.version"1.0"'1.0'events/hr/brigade.ts:78
hr.brigade.createdobject-events/hr/brigade.ts:74
hr.brigade.created.schemaZodObject<{ actorId: ZodUUID; brigadeId: ZodUUID; brigadierId: ZodNullable<ZodUUID>; name: ZodString; objectId: ZodUUID; workType: ZodEnum<{ auxiliary: "auxiliary"; blasting: "blasting"; drilling: "drilling"; }>; }, $strip>brigadeCreatedDataSchemaevents/hr/brigade.ts:74
hr.brigade.created.version"1.0"'1.0'events/hr/brigade.ts:74
hr.brigade.deactivatedobject-events/hr/brigade.ts:76
hr.brigade.deactivated.schemaZodObject<{ actorId: ZodUUID; brigadeId: ZodUUID; }, $strip>brigadeDeactivatedDataSchemaevents/hr/brigade.ts:76
hr.brigade.deactivated.version"1.0"'1.0'events/hr/brigade.ts:76
hr.brigade.updatedobject-events/hr/brigade.ts:75
hr.brigade.updated.schemaZodObject<{ actorId: ZodUUID; brigadeId: ZodUUID; changedFields: ZodArray<ZodString>; }, $strip>brigadeUpdatedDataSchemaevents/hr/brigade.ts:75
hr.brigade.updated.version"1.0"'1.0'events/hr/brigade.ts:75
hr.personnel.createdobject-events/hr/personnel.ts:119
hr.personnel.created.schemaZodObject<{ actorId: ZodUUID; fullName: ZodString; hiredAt: ZodISODateTime; objectId: ZodNullable<ZodUUID>; personnelId: ZodUUID; positionId: ZodUUID; tabNumber: ZodString; }, $strip>personnelCreatedDataSchemaevents/hr/personnel.ts:119
hr.personnel.created.version"1.0"'1.0'events/hr/personnel.ts:119
hr.personnel.deactivatedobject-events/hr/personnel.ts:121
hr.personnel.deactivated.schemaZodObject<{ actorId: ZodUUID; personnelId: ZodUUID; reason: ZodString; tabNumber: ZodString; terminatedAt: ZodISODateTime; }, $strip>personnelDeactivatedDataSchemaevents/hr/personnel.ts:121
hr.personnel.deactivated.version"1.0"'1.0'events/hr/personnel.ts:121
hr.personnel.off-vacationobject-events/hr/personnel.ts:125
hr.personnel.off-vacation.schemaZodObject<{ actorId: ZodUUID; personnelId: ZodUUID; }, $strip>personnelOffVacationDataSchemaevents/hr/personnel.ts:125
hr.personnel.off-vacation.version"1.0"'1.0'events/hr/personnel.ts:125
hr.personnel.off-watchobject-events/hr/personnel.ts:123
hr.personnel.off-watch.schemaZodObject<{ actorId: ZodUUID; departureDate: ZodISODateTime; personnelId: ZodUUID; watchId: ZodOptional<ZodUUID>; }, $strip>personnelOffWatchDataSchemaevents/hr/personnel.ts:123
hr.personnel.off-watch.version"1.0"'1.0'events/hr/personnel.ts:123
hr.personnel.on-vacationobject-events/hr/personnel.ts:124
hr.personnel.on-vacation.schemaZodObject<{ actorId: ZodUUID; expectedReturnDate: ZodOptional<ZodISODateTime>; personnelId: ZodUUID; }, $strip>personnelOnVacationDataSchemaevents/hr/personnel.ts:124
hr.personnel.on-vacation.version"1.0"'1.0'events/hr/personnel.ts:124
hr.personnel.on-watchobject-events/hr/personnel.ts:122
hr.personnel.on-watch.schemaZodObject<{ actorId: ZodUUID; arrivalDate: ZodISODateTime; objectId: ZodUUID; personnelId: ZodUUID; watchId: ZodOptional<ZodUUID>; }, $strip>personnelOnWatchDataSchemaevents/hr/personnel.ts:122
hr.personnel.on-watch.version"1.0"'1.0'events/hr/personnel.ts:122
hr.personnel.transferredobject-events/hr/personnel.ts:120
hr.personnel.transferred.schemaZodObject<{ actorId: ZodUUID; effectiveFrom: ZodISODateTime; fromObjectId: ZodNullable<ZodUUID>; personnelId: ZodUUID; reason: ZodOptional<ZodString>; toObjectId: ZodUUID; }, $strip>personnelTransferredDataSchemaevents/hr/personnel.ts:120
hr.personnel.transferred.version"1.0"'1.0'events/hr/personnel.ts:120
hr.position.updatedobject-events/hr/position.ts:23
hr.position.updated.schemaZodObject<{ actorId: ZodUUID; changedFields: ZodArray<ZodString>; code: ZodString; positionId: ZodUUID; updatedAt: ZodISODateTime; }, $strip>positionUpdatedDataSchemaevents/hr/position.ts:23
hr.position.updated.version"1.0"'1.0'events/hr/position.ts:23
hr.role.updatedobject-events/hr/iam.ts:40
hr.role.updated.schemaZodObject<{ actorId: ZodUUID; code: ZodString; systemRoleId: ZodUUID; version: ZodOptional<ZodNumber>; }, $strip>hrRoleUpdatedDataSchemaevents/hr/iam.ts:40
hr.role.updated.version"1.0"'1.0'events/hr/iam.ts:40
hr.shift.createdobject-events/hr/watch.ts:196
hr.shift.created.schemaZodObject<{ actorId: ZodUUID; durationHours: ZodNumber; objectId: ZodUUID; shiftDate: ZodISODateTime; shiftId: ZodUUID; shiftType: ZodEnum<{ day: "day"; night: "night"; }>; watchId: ZodNullable<ZodUUID>; }, $strip>shiftCreatedDataSchemaevents/hr/watch.ts:196
hr.shift.created.version"1.0"'1.0'events/hr/watch.ts:196
hr.shift.foreman-assignedobject-events/hr/watch.ts:197
hr.shift.foreman-assigned.schemaZodObject<{ actorId: ZodUUID; foremanId: ZodUUID; objectId: ZodUUID; previousForemanId: ZodNullable<ZodUUID>; shiftDate: ZodISODateTime; shiftId: ZodUUID; shiftType: ZodEnum<{ day: "day"; night: "night"; }>; watchId: ZodNullable<ZodUUID>; }, $strip>shiftForemanAssignedDataSchemaevents/hr/watch.ts:197
hr.shift.foreman-assigned.version"1.0"'1.0'events/hr/watch.ts:197
hr.shift.foreman-missingobject-events/hr/watch.ts:198
hr.shift.foreman-missing.schemaZodObject<{ detectedAt: ZodISODateTime; objectId: ZodUUID; shiftDate: ZodISODateTime; shiftId: ZodUUID; shiftType: ZodEnum<{ day: "day"; night: "night"; }>; }, $strip>shiftForemanMissingDataSchemaevents/hr/watch.ts:198
hr.shift.foreman-missing.version"1.0"'1.0'events/hr/watch.ts:198
hr.shift.substitution-registeredobject-events/hr/watch.ts:199
hr.shift.substitution-registered.schemaZodObject<{ actorId: ZodUUID; objectId: ZodUUID; reason: ZodOptional<ZodString>; replacedPersonnelId: ZodUUID; shiftDate: ZodISODateTime; shiftId: ZodUUID; shiftType: ZodEnum<{ day: "day"; night: "night"; }>; substitutePersonnelId: ZodUUID; }, $strip>shiftSubstitutionRegisteredDataSchemaevents/hr/watch.ts:201
hr.shift.substitution-registered.version"1.0"'1.0'events/hr/watch.ts:200
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
hr.user-account.createdobject-events/hr/user-account.ts:120
hr.user-account.created.schemaZodObject<{ actorId: ZodUUID; login: ZodString; objectId: ZodNullable<ZodUUID>; personnelId: ZodUUID; systemRoleCodes: ZodArray<ZodString>; systemRoleIds: ZodArray<ZodUUID>; userAccountId: ZodUUID; }, $strip>userAccountCreatedDataSchemaevents/hr/user-account.ts:120
hr.user-account.created.version"1.0"'1.0'events/hr/user-account.ts:120
hr.user-account.deactivatedobject-events/hr/user-account.ts:121
hr.user-account.deactivated.schemaZodObject<{ actorId: ZodUUID; deactivatedAt: ZodISODateTime; keycloakSubject: ZodNullable<ZodString>; login: ZodString; personnelId: ZodUUID; reason: ZodString; systemRoleCodes: ZodArray<ZodString>; triggerSource: ZodEnum<{ manual: "manual"; personnel_terminated: "personnel_terminated"; }>; userAccountId: ZodUUID; }, $strip>userAccountDeactivatedDataSchemaevents/hr/user-account.ts:121
hr.user-account.deactivated.version"1.0"'1.0'events/hr/user-account.ts:121
hr.user-account.lockedobject-events/hr/user-account.ts:122
hr.user-account.locked.schemaZodObject<{ actorId: ZodUUID; lockedUntil: ZodNullable<ZodISODateTime>; reason: ZodString; triggerSource: ZodEnum<{ auto_failed_attempts: "auto_failed_attempts"; manual: "manual"; }>; userAccountId: ZodUUID; }, $strip>userAccountLockedDataSchemaevents/hr/user-account.ts:122
hr.user-account.locked.version"1.0"'1.0'events/hr/user-account.ts:122
hr.user-account.password-reset-issuedobject-events/hr/user-account.ts:125
hr.user-account.password-reset-issued.schemaZodObject<{ actorId: ZodUUID; deliveryChannel: ZodEnum<{ admin_display: "admin_display"; email: "email"; sms: "sms"; }>; expiresAt: ZodISODateTime; userAccountId: ZodUUID; }, $strip>userAccountPasswordResetIssuedDataSchemaevents/hr/user-account.ts:127
hr.user-account.password-reset-issued.version"1.0"'1.0'events/hr/user-account.ts:126
hr.user-account.role-changedobject-events/hr/iam.ts:41
hr.user-account.role-changed.schemaZodObject<{ actorId: ZodUUID; newRoleId: ZodUUID; oldRoleId: ZodUUID; personnelId: ZodUUID; userAccountId: ZodUUID; }, $strip>hrUserAccountRoleChangedDataSchemaevents/hr/iam.ts:41
hr.user-account.role-changed.version"1.0"'1.0'events/hr/iam.ts:41
hr.user-account.roles-changedobject-events/hr/user-account.ts:124
hr.user-account.roles-changed.schemaZodObject<{ actorId: ZodUUID; addedRoleCodes: ZodArray<ZodString>; newRoleCodes: ZodArray<ZodString>; newRoleIds: ZodArray<ZodUUID>; oldRoleCodes: ZodArray<ZodString>; oldRoleIds: ZodArray<ZodUUID>; personnelId: ZodUUID; reason: ZodString; removedRoleCodes: ZodArray<ZodString>; userAccountId: ZodUUID; }, $strip>userAccountRolesChangedDataSchemaevents/hr/user-account.ts:124
hr.user-account.roles-changed.version"1.0"'1.0'events/hr/user-account.ts:124
hr.user-account.unlockedobject-events/hr/user-account.ts:123
hr.user-account.unlocked.schemaZodObject<{ actorId: ZodUUID; triggerSource: ZodEnum<{ auto_locked_until_passed: "auto_locked_until_passed"; manual: "manual"; }>; userAccountId: ZodUUID; }, $strip>userAccountUnlockedDataSchemaevents/hr/user-account.ts:123
hr.user-account.unlocked.version"1.0"'1.0'events/hr/user-account.ts:123
hr.watch-assignment.activatedobject-events/hr/watch.ts:184
hr.watch-assignment.activated.schemaZodObject<{ actorId: ZodUUID; arrivalDate: ZodISODateTime; objectId: ZodUUID; personnelId: ZodUUID; watchAssignmentId: ZodUUID; watchId: ZodUUID; }, $strip>watchAssignmentActivatedDataSchemaevents/hr/watch.ts:186
hr.watch-assignment.activated.version"1.0"'1.0'events/hr/watch.ts:185
hr.watch-assignment.cancelledobject-events/hr/watch.ts:192
hr.watch-assignment.cancelled.schemaZodObject<{ actorId: ZodUUID; personnelId: ZodUUID; reason: ZodOptional<ZodString>; watchAssignmentId: ZodUUID; watchId: ZodUUID; }, $strip>watchAssignmentCancelledDataSchemaevents/hr/watch.ts:194
hr.watch-assignment.cancelled.version"1.0"'1.0'events/hr/watch.ts:193
hr.watch-assignment.completedobject-events/hr/watch.ts:188
hr.watch-assignment.completed.schemaZodObject<{ actorId: ZodUUID; departureDate: ZodISODateTime; personnelId: ZodUUID; watchAssignmentId: ZodUUID; watchId: ZodUUID; }, $strip>watchAssignmentCompletedDataSchemaevents/hr/watch.ts:190
hr.watch-assignment.completed.version"1.0"'1.0'events/hr/watch.ts:189
hr.watch-assignment.scheduledobject-events/hr/watch.ts:180
hr.watch-assignment.scheduled.schemaZodObject<{ actorId: ZodUUID; arrivalDate: ZodISODateTime; departureDate: ZodISODateTime; objectId: ZodUUID; personnelId: ZodUUID; watchAssignmentId: ZodUUID; watchId: ZodUUID; }, $strip>watchAssignmentScheduledDataSchemaevents/hr/watch.ts:182
hr.watch-assignment.scheduled.version"1.0"'1.0'events/hr/watch.ts:181
hr.watch.createdobject-events/hr/watch.ts:179
hr.watch.created.schemaZodObject<{ actorId: ZodUUID; endDate: ZodISODateTime; objectId: ZodUUID; startDate: ZodISODateTime; watchId: ZodUUID; }, $strip>watchCreatedDataSchemaevents/hr/watch.ts:179
hr.watch.created.version"1.0"'1.0'events/hr/watch.ts:179
hse.violation.related-to-supplierEventCatalogEntry<ZodObject<{ detectedAt: ZodISODateTime; severity: ZodEnum<{ critical: "critical"; major: "major"; minor: "minor"; }>; supplierId: ZodUUID; violationId: ZodUUID; }, $strip>>-events/hse/violation/related-to-supplier.ts:30
integration.onec.supplier-syncedEventCatalogEntry<ZodObject<{ bin: ZodNullable<ZodString>; legalAddress: ZodNullable<ZodString>; legalName: ZodString; supplierId: ZodUUID; syncedAt: ZodISODateTime; }, $strip>>-events/integration/onec/supplier-synced.ts:30
platform.initializedEventCatalogEntry<ZodObject<{ at: ZodISODateTime; service: ZodString; version: ZodString; }, $strip>>-events/platform.ts:15
prd.production-plan.adjustment-requestedobject-events/prd/production-plan.ts:152
prd.production-plan.adjustment-requested.schemaZodObject<{ deltaPct: ZodNumber; productionPlanId: ZodUUID; reason: ZodString; requestedBy: ZodUUID; requestedByName: ZodString; versionId: ZodUUID; }, $strip>productionPlanAdjustmentRequestedSchemaevents/prd/production-plan.ts:154
prd.production-plan.adjustment-requested.version"1.0"'1.0'events/prd/production-plan.ts:153
prd.production-plan.amendedobject-events/prd/production-plan.ts:151
prd.production-plan.amended.schemaZodObject<{ actorId: ZodUUID; deltaPct: ZodNumber; objectsChanged: ZodArray<ZodObject<{ blastingDeltaPct: ZodNumber; drillingDeltaPct: ZodNumber; objectId: ZodUUID; }, $strip>>; previousVersionId: ZodUUID; productionPlanId: ZodUUID; reason: ZodString; significant: ZodBoolean; versionId: ZodUUID; versionNumber: ZodNumber; }, $strip>productionPlanAmendedSchemaevents/prd/production-plan.ts:151
prd.production-plan.amended.version"1.0"'1.0'events/prd/production-plan.ts:151
prd.production-plan.amendment-rejectedobject-events/prd/production-plan.ts:156
prd.production-plan.amendment-rejected.schemaZodObject<{ productionPlanId: ZodUUID; rejectedBy: ZodUUID; rejectionReason: ZodString; versionId: ZodUUID; }, $strip>productionPlanAmendmentRejectedSchemaevents/prd/production-plan.ts:158
prd.production-plan.amendment-rejected.version"1.0"'1.0'events/prd/production-plan.ts:157
prd.production-plan.approvedobject-events/prd/production-plan.ts:150
prd.production-plan.approved.schemaZodObject<{ actorId: ZodUUID; horizon: ZodEnum<{ month: "month"; year: "year"; }>; month: ZodNullable<ZodNumber>; objectIds: ZodArray<ZodUUID>; organizationId: ZodUUID; productionPlanId: ZodUUID; versionId: ZodUUID; year: ZodNumber; }, $strip>productionPlanApprovedSchemaevents/prd/production-plan.ts:150
prd.production-plan.approved.version"1.0"'1.0'events/prd/production-plan.ts:150
prd.production-plan.completion-lowobject-events/prd/production-plan.ts:161
prd.production-plan.completion-low.schemaZodObject<{ asOf: ZodISODateTime; completionPct: ZodNumber; objectId: ZodUUID; productionPlanId: ZodUUID; workType: ZodEnum<{ blasting: "blasting"; drilling: "drilling"; }>; }, $strip>productionPlanCompletionLowSchemaevents/prd/production-plan.ts:163
prd.production-plan.completion-low.version"1.0"'1.0'events/prd/production-plan.ts:162
prd.production-plan.forecast-shortfallobject-events/prd/production-plan.ts:165
prd.production-plan.forecast-shortfall.schemaZodObject<{ asOf: ZodISODateTime; forecastPct: ZodNumber; objectId: ZodUUID; productionPlanId: ZodUUID; workType: ZodEnum<{ blasting: "blasting"; drilling: "drilling"; }>; }, $strip>productionPlanForecastShortfallSchemaevents/prd/production-plan.ts:167
prd.production-plan.forecast-shortfall.version"1.0"'1.0'events/prd/production-plan.ts:166
prd.production-plan.shift-norm-violatedobject-events/prd/production-plan.ts:169
prd.production-plan.shift-norm-violated.schemaZodObject<{ asOf: ZodISODateTime; assetId: ZodNullable<ZodUUID>; factPct: ZodNumber; objectId: ZodUUID; productionPlanId: ZodUUID; shiftReportId: ZodUUID; }, $strip>productionPlanShiftNormViolatedSchemaevents/prd/production-plan.ts:171
prd.production-plan.shift-norm-violated.version"1.0"'1.0'events/prd/production-plan.ts:170
prd.production-plan.supersededobject-events/prd/production-plan.ts:160
prd.production-plan.superseded.schemaZodObject<{ actorId: ZodUUID; productionPlanId: ZodUUID; replacedByPlanId: ZodUUID; }, $strip>productionPlanSupersededSchemaevents/prd/production-plan.ts:160
prd.production-plan.superseded.version"1.0"'1.0'events/prd/production-plan.ts:160
prd.shift-report.approvedobject-events/prd/shift-report.ts:178
prd.shift-report.approved.schemaZodObject<{ actorId: ZodUUID; approvedAt: ZodISODateTime; approvedBy: ZodUUID; approveSagaId: ZodUUID; organizationId: ZodUUID; productionObjectId: ZodUUID; reportId: ZodUUID; shiftDate: ZodISODateTime; shiftType: ZodEnum<{ day: "day"; night: "night"; }>; summary: ZodDefault<ZodObject<{ blastedBlocks: ZodDefault<ZodNumber>; blastedExplosiveKg: ZodDefault<ZodNumber>; blastedVolumeM3: ZodDefault<ZodNumber>; drilledMeters: ZodDefault<ZodNumber>; fuelConsumedLitres: ZodDefault<ZodNumber>; personnelCount: ZodDefault<ZodNumber>; }, $strip>>; }, $strip>shiftReportApprovedSchemaevents/prd/shift-report.ts:178
prd.shift-report.approved.version"1.0"'1.0'events/prd/shift-report.ts:178
prd.shift-report.createdobject-events/prd/shift-report.ts:176
prd.shift-report.created.schemaZodObject<{ actorId: ZodUUID; createdBy: ZodUUID; organizationId: ZodUUID; productionObjectId: ZodUUID; reportId: ZodUUID; shiftDate: ZodISODateTime; shiftType: ZodEnum<{ day: "day"; night: "night"; }>; }, $strip>shiftReportCreatedSchemaevents/prd/shift-report.ts:176
prd.shift-report.created.version"1.0"'1.0'events/prd/shift-report.ts:176
prd.shift-report.rejectedobject-events/prd/shift-report.ts:179
prd.shift-report.rejected.schemaZodObject<{ actorId: ZodUUID; organizationId: ZodUUID; productionObjectId: ZodUUID; reason: ZodString; rejectedAt: ZodISODateTime; rejectedBy: ZodUUID; reportId: ZodUUID; shiftDate: ZodISODateTime; shiftType: ZodEnum<{ day: "day"; night: "night"; }>; }, $strip>shiftReportRejectedSchemaevents/prd/shift-report.ts:179
prd.shift-report.rejected.version"1.0"'1.0'events/prd/shift-report.ts:179
prd.shift-report.rejected-after-approveobject-events/prd/shift-report.ts:180
prd.shift-report.rejected-after-approve.schemaZodObject<{ actorId: ZodUUID; organizationId: ZodUUID; originalApproveSagaId: ZodUUID; productionObjectId: ZodUUID; reason: ZodString; rejectedAt: ZodISODateTime; rejectedBy: ZodUUID; rejectSagaId: ZodUUID; reportId: ZodUUID; shiftDate: ZodISODateTime; shiftType: ZodEnum<{ day: "day"; night: "night"; }>; summary: ZodDefault<ZodObject<{ blastedBlocks: ZodDefault<ZodNumber>; blastedExplosiveKg: ZodDefault<ZodNumber>; blastedVolumeM3: ZodDefault<ZodNumber>; drilledMeters: ZodDefault<ZodNumber>; fuelConsumedLitres: ZodDefault<ZodNumber>; personnelCount: ZodDefault<ZodNumber>; }, $strip>>; }, $strip>shiftReportRejectedAfterApproveSchemaevents/prd/shift-report.ts:182
prd.shift-report.rejected-after-approve.version"1.0"'1.0'events/prd/shift-report.ts:181
prd.shift-report.submittedobject-events/prd/shift-report.ts:177
prd.shift-report.submitted.schemaZodObject<{ actorId: ZodUUID; organizationId: ZodUUID; productionObjectId: ZodUUID; reportId: ZodUUID; shiftDate: ZodISODateTime; shiftType: ZodEnum<{ day: "day"; night: "night"; }>; submittedAt: ZodISODateTime; submittedBy: ZodUUID; }, $strip>shiftReportSubmittedSchemaevents/prd/shift-report.ts:177
prd.shift-report.submitted.version"1.0"'1.0'events/prd/shift-report.ts:177
refs.core.downtime-categories.bulk_updatedobject-events/refs/index.ts:31
refs.core.downtime-categories.bulk_updated.schemaZodObject<{ actorId: ZodUUID; affectedCodes: ZodArray<ZodString>; entity: ZodString; module: ZodString; }, $strip>refBulkUpdatedDataSchemaevents/refs/index.ts:33
refs.core.downtime-categories.bulk_updated.version"1.0"'1.0'events/refs/index.ts:32
refs.core.downtime-categories.updatedobject-events/refs/index.ts:30
refs.core.downtime-categories.updated.schemaZodObject<{ actorId: ZodUUID; code: ZodString; entity: ZodString; module: ZodString; }, $strip>refEntityUpdatedDataSchemaevents/refs/index.ts:30
refs.core.downtime-categories.updated.version"1.0"'1.0'events/refs/index.ts:30
refs.core.hse-incident-classifiers.bulk_updatedobject-events/refs/index.ts:39
refs.core.hse-incident-classifiers.bulk_updated.schemaZodObject<{ actorId: ZodUUID; affectedCodes: ZodArray<ZodString>; entity: ZodString; module: ZodString; }, $strip>refBulkUpdatedDataSchemaevents/refs/index.ts:41
refs.core.hse-incident-classifiers.bulk_updated.version"1.0"'1.0'events/refs/index.ts:40
refs.core.hse-incident-classifiers.updatedobject-events/refs/index.ts:35
refs.core.hse-incident-classifiers.updated.schemaZodObject<{ actorId: ZodUUID; code: ZodString; entity: ZodString; module: ZodString; }, $strip>refEntityUpdatedDataSchemaevents/refs/index.ts:37
refs.core.hse-incident-classifiers.updated.version"1.0"'1.0'events/refs/index.ts:36
refs.core.production-objects.bulk_updatedobject-events/refs/index.ts:23
refs.core.production-objects.bulk_updated.schemaZodObject<{ actorId: ZodUUID; affectedCodes: ZodArray<ZodString>; entity: ZodString; module: ZodString; }, $strip>refBulkUpdatedDataSchemaevents/refs/index.ts:23
refs.core.production-objects.bulk_updated.version"1.0"'1.0'events/refs/index.ts:23
refs.core.production-objects.updatedobject-events/refs/index.ts:22
refs.core.production-objects.updated.schemaZodObject<{ actorId: ZodUUID; code: ZodString; entity: ZodString; module: ZodString; }, $strip>refEntityUpdatedDataSchemaevents/refs/index.ts:22
refs.core.production-objects.updated.version"1.0"'1.0'events/refs/index.ts:22
refs.core.suppliers.bulk_updatedobject-events/refs/index.ts:29
refs.core.suppliers.bulk_updated.schemaZodObject<{ actorId: ZodUUID; affectedCodes: ZodArray<ZodString>; entity: ZodString; module: ZodString; }, $strip>refBulkUpdatedDataSchemaevents/refs/index.ts:29
refs.core.suppliers.bulk_updated.version"1.0"'1.0'events/refs/index.ts:29
refs.core.suppliers.updatedobject-events/refs/index.ts:28
refs.core.suppliers.updated.schemaZodObject<{ actorId: ZodUUID; code: ZodString; entity: ZodString; module: ZodString; }, $strip>refEntityUpdatedDataSchemaevents/refs/index.ts:28
refs.core.suppliers.updated.version"1.0"'1.0'events/refs/index.ts:28
refs.core.tmc-categories.bulk_updatedobject-events/refs/index.ts:27
refs.core.tmc-categories.bulk_updated.schemaZodObject<{ actorId: ZodUUID; affectedCodes: ZodArray<ZodString>; entity: ZodString; module: ZodString; }, $strip>refBulkUpdatedDataSchemaevents/refs/index.ts:27
refs.core.tmc-categories.bulk_updated.version"1.0"'1.0'events/refs/index.ts:27
refs.core.tmc-categories.updatedobject-events/refs/index.ts:26
refs.core.tmc-categories.updated.schemaZodObject<{ actorId: ZodUUID; code: ZodString; entity: ZodString; module: ZodString; }, $strip>refEntityUpdatedDataSchemaevents/refs/index.ts:26
refs.core.tmc-categories.updated.version"1.0"'1.0'events/refs/index.ts:26
refs.eam.asset-classes.bulk_updatedobject-events/refs/index.ts:25
refs.eam.asset-classes.bulk_updated.schemaZodObject<{ actorId: ZodUUID; affectedCodes: ZodArray<ZodString>; entity: ZodString; module: ZodString; }, $strip>refBulkUpdatedDataSchemaevents/refs/index.ts:25
refs.eam.asset-classes.bulk_updated.version"1.0"'1.0'events/refs/index.ts:25
refs.eam.asset-classes.updatedobject-events/refs/index.ts:24
refs.eam.asset-classes.updated.schemaZodObject<{ actorId: ZodUUID; code: ZodString; entity: ZodString; module: ZodString; }, $strip>refEntityUpdatedDataSchemaevents/refs/index.ts:24
refs.eam.asset-classes.updated.version"1.0"'1.0'events/refs/index.ts:24
refs.eam.fuel-consumption-norms.bulk_updatedobject-events/refs/index.ts:48
refs.eam.fuel-consumption-norms.bulk_updated.schemaZodObject<{ actorId: ZodUUID; affectedCodes: ZodArray<ZodString>; entity: ZodString; module: ZodString; }, $strip>refBulkUpdatedDataSchemaevents/refs/index.ts:50
refs.eam.fuel-consumption-norms.bulk_updated.version"1.0"'1.0'events/refs/index.ts:49
refs.eam.fuel-consumption-norms.updatedobject-events/refs/index.ts:47
refs.eam.fuel-consumption-norms.updated.schemaZodObject<{ actorId: ZodUUID; code: ZodString; entity: ZodString; module: ZodString; }, $strip>refEntityUpdatedDataSchemaevents/refs/index.ts:47
refs.eam.fuel-consumption-norms.updated.version"1.0"'1.0'events/refs/index.ts:47
refs.eam.maintenance-norms.bulk_updatedobject-events/refs/index.ts:46
refs.eam.maintenance-norms.bulk_updated.schemaZodObject<{ actorId: ZodUUID; affectedCodes: ZodArray<ZodString>; entity: ZodString; module: ZodString; }, $strip>refBulkUpdatedDataSchemaevents/refs/index.ts:46
refs.eam.maintenance-norms.bulk_updated.version"1.0"'1.0'events/refs/index.ts:46
refs.eam.maintenance-norms.updatedobject-events/refs/index.ts:45
refs.eam.maintenance-norms.updated.schemaZodObject<{ actorId: ZodUUID; code: ZodString; entity: ZodString; module: ZodString; }, $strip>refEntityUpdatedDataSchemaevents/refs/index.ts:45
refs.eam.maintenance-norms.updated.version"1.0"'1.0'events/refs/index.ts:45
refs.hr.positions.bulk_updatedobject-events/refs/index.ts:44
refs.hr.positions.bulk_updated.schemaZodObject<{ actorId: ZodUUID; affectedCodes: ZodArray<ZodString>; entity: ZodString; module: ZodString; }, $strip>refBulkUpdatedDataSchemaevents/refs/index.ts:44
refs.hr.positions.bulk_updated.version"1.0"'1.0'events/refs/index.ts:44
refs.hr.positions.updatedobject-events/refs/index.ts:43
refs.hr.positions.updated.schemaZodObject<{ actorId: ZodUUID; code: ZodString; entity: ZodString; module: ZodString; }, $strip>refEntityUpdatedDataSchemaevents/refs/index.ts:43
refs.hr.positions.updated.version"1.0"'1.0'events/refs/index.ts:43
scm.fuel-consumption.anomaly-detectedobject-events/scm/fuel.ts:201
scm.fuel-consumption.anomaly-detected.schemaZodObject<{ assetId: ZodNullable<ZodOptional<ZodUUID>>; consumptionId: ZodUUID; detectedAt: ZodISODateTime; deviationPercent: ZodNumber; normLiters: ZodNumber; organizationId: ZodUUID; quantityLiters: ZodNumber; tankId: ZodUUID; }, $strip>fuelConsumptionAnomalyDetectedDataSchemaevents/scm/fuel.ts:203
scm.fuel-consumption.anomaly-detected.version"1.0"'1.0'events/scm/fuel.ts:202
scm.fuel-consumption.recordedobject-events/scm/fuel.ts:197
scm.fuel-consumption.recorded.schemaZodObject<{ actorId: ZodUUID; consumptionId: ZodUUID; fuelEntryId: ZodNullable<ZodOptional<ZodUUID>>; kind: ZodEnum<{ consumption_auto: "consumption_auto"; consumption_manual: "consumption_manual"; }>; manualPurpose: ZodNullable<ZodOptional<ZodString>>; occurredAt: ZodISODateTime; organizationId: ZodUUID; quantityLiters: ZodNumber; sagaId: ZodNullable<ZodOptional<ZodUUID>>; shiftReportId: ZodNullable<ZodOptional<ZodUUID>>; tankId: ZodUUID; }, $strip>fuelConsumptionRecordedDataSchemaevents/scm/fuel.ts:199
scm.fuel-consumption.recorded.version"1.0"'1.0'events/scm/fuel.ts:198
scm.fuel-supply-request.approvedobject-events/scm/fuel.ts:214
scm.fuel-supply-request.approved.schemaZodObject<{ approvedAt: ZodISODateTime; approvedById: ZodUUID; requestId: ZodUUID; tankId: ZodUUID; }, $strip>fuelSupplyRequestApprovedDataSchemaevents/scm/fuel.ts:216
scm.fuel-supply-request.approved.version"1.0"'1.0'events/scm/fuel.ts:215
scm.fuel-supply-request.createdobject-events/scm/fuel.ts:209
scm.fuel-supply-request.created.schemaZodObject<{ initiatorId: ZodUUID; organizationId: ZodUUID; requestedVolumeLiters: ZodNumber; requestId: ZodUUID; tankId: ZodUUID; }, $strip>fuelSupplyRequestCreatedDataSchemaevents/scm/fuel.ts:209
scm.fuel-supply-request.created.version"1.0"'1.0'events/scm/fuel.ts:209
scm.fuel-supply-request.fulfilledobject-events/scm/fuel.ts:222
scm.fuel-supply-request.fulfilled.schemaZodObject<{ fulfilledQuantityLiters: ZodNumber; requestId: ZodUUID; supplyId: ZodUUID; tankId: ZodUUID; }, $strip>fuelSupplyRequestFulfilledDataSchemaevents/scm/fuel.ts:224
scm.fuel-supply-request.fulfilled.version"1.0"'1.0'events/scm/fuel.ts:223
scm.fuel-supply-request.rejectedobject-events/scm/fuel.ts:218
scm.fuel-supply-request.rejected.schemaZodObject<{ rejectedAt: ZodISODateTime; rejectedById: ZodUUID; rejectReason: ZodString; requestId: ZodUUID; }, $strip>fuelSupplyRequestRejectedDataSchemaevents/scm/fuel.ts:220
scm.fuel-supply-request.rejected.version"1.0"'1.0'events/scm/fuel.ts:219
scm.fuel-supply-request.submittedobject-events/scm/fuel.ts:210
scm.fuel-supply-request.submitted.schemaZodObject<{ initiatorId: ZodUUID; requestedVolumeLiters: ZodNumber; requestId: ZodUUID; submittedAt: ZodISODateTime; tankId: ZodUUID; }, $strip>fuelSupplyRequestSubmittedDataSchemaevents/scm/fuel.ts:212
scm.fuel-supply-request.submitted.version"1.0"'1.0'events/scm/fuel.ts:211
scm.fuel-supply.recordedobject-events/scm/fuel.ts:195
scm.fuel-supply.recorded.schemaZodObject<{ actorId: ZodUUID; occurredAt: ZodISODateTime; organizationId: ZodUUID; quantityLiters: ZodNumber; sagaId: ZodNullable<ZodOptional<ZodUUID>>; supplierId: ZodUUID; supplyId: ZodUUID; supplyRequestId: ZodNullable<ZodOptional<ZodUUID>>; tankId: ZodUUID; }, $strip>fuelSupplyRecordedDataSchemaevents/scm/fuel.ts:195
scm.fuel-supply.recorded.version"1.0"'1.0'events/scm/fuel.ts:195
scm.fuel-supply.reversedobject-events/scm/fuel.ts:196
scm.fuel-supply.reversed.schemaZodObject<{ actorId: ZodUUID; occurredAt: ZodISODateTime; organizationId: ZodUUID; originalSupplyId: ZodUUID; reason: ZodString; reversalConsumptionId: ZodUUID; }, $strip>fuelSupplyReversedDataSchemaevents/scm/fuel.ts:196
scm.fuel-supply.reversed.version"1.0"'1.0'events/scm/fuel.ts:196
scm.fuel-tank.low-balanceobject-events/scm/fuel.ts:207
scm.fuel-tank.low-balance.schemaZodObject<{ capacityLiters: ZodNumber; currentBalanceLiters: ZodNumber; derivedStatus: ZodEnum<{ attention: "attention"; critical: "critical"; normal: "normal"; }>; minLevelLiters: ZodNumber; organizationId: ZodUUID; tankId: ZodUUID; }, $strip>fuelTankLowBalanceDataSchemaevents/scm/fuel.ts:207
scm.fuel-tank.low-balance.version"1.0"'1.0'events/scm/fuel.ts:207
scm.fuel-tank.replenishedobject-events/scm/fuel.ts:208
scm.fuel-tank.replenished.schemaZodObject<{ currentBalanceLiters: ZodNumber; derivedStatus: ZodEnum<{ attention: "attention"; critical: "critical"; normal: "normal"; }>; organizationId: ZodUUID; tankId: ZodUUID; }, $strip>fuelTankReplenishedDataSchemaevents/scm/fuel.ts:208
scm.fuel-tank.replenished.version"1.0"'1.0'events/scm/fuel.ts:208
scm.fuel.consumedobject-events/scm/fuel.ts:205
scm.fuel.consumed.schemaZodObject<{ assetId: ZodUUID; assetUsageId: ZodUUID; fuelEntryId: ZodUUID; fuelType: ZodEnum<{ diesel: "diesel"; gasoline: "gasoline"; lubricant: "lubricant"; }>; litersConsumed: ZodNumber; litersIssued: ZodNumber; productionObjectId: ZodUUID; sagaId: ZodUUID; shiftDate: ZodISODateTime; shiftReportId: ZodUUID; }, $strip>fuelConsumedDataSchemaevents/scm/fuel.ts:205
scm.fuel.consumed.version"1.0"'1.0'events/scm/fuel.ts:205
scm.fuel.consumed-revertedobject-events/scm/fuel.ts:206
scm.fuel.consumed-reverted.schemaZodObject<{ assetId: ZodUUID; assetUsageId: ZodUUID; fuelEntryId: ZodUUID; fuelType: ZodEnum<{ diesel: "diesel"; gasoline: "gasoline"; lubricant: "lubricant"; }>; litersConsumed: ZodNumber; litersIssued: ZodNumber; productionObjectId: ZodUUID; reason: ZodString; reversalSagaId: ZodUUID; sagaId: ZodUUID; shiftDate: ZodISODateTime; shiftReportId: ZodUUID; }, $strip>fuelConsumedRevertedDataSchemaevents/scm/fuel.ts:206
scm.fuel.consumed-reverted.version"1.0"'1.0'events/scm/fuel.ts:206
scm.supplier.activatedobject-events/scm/supplier.ts:150
scm.supplier.activated.schemaZodObject<{ activatedAt: ZodISODateTime; actorId: ZodUUID; previousStatus: ZodEnum<{ suspended: "suspended"; underReview: "underReview"; }>; supplierId: ZodUUID; }, $strip>supplierActivatedDataSchemaevents/scm/supplier.ts:150
scm.supplier.activated.version"1.0"'1.0'events/scm/supplier.ts:150
scm.supplier.archivedobject-events/scm/supplier.ts:153
scm.supplier.archived.schemaZodObject<{ actorId: ZodUUID; archivedAt: ZodISODateTime; archivedReason: ZodString; coApprovedBy: ZodNullable<ZodUUID>; supplierId: ZodUUID; }, $strip>supplierArchivedDataSchemaevents/scm/supplier.ts:153
scm.supplier.archived.version"1.0"'1.0'events/scm/supplier.ts:153
scm.supplier.createdobject-events/scm/supplier.ts:141
scm.supplier.created.schemaZodObject<{ actorId: ZodUUID; bin: ZodNullable<ZodString>; categories: ZodArray<ZodEnum<{ equipment: "equipment"; fuel: "fuel"; service: "service"; tmc: "tmc"; }>>; iin: ZodNullable<ZodString>; legalName: ZodString; shortName: ZodString; supplierId: ZodUUID; }, $strip>supplierCreatedDataSchemaevents/scm/supplier.ts:141
scm.supplier.created.version"1.0"'1.0'events/scm/supplier.ts:141
scm.supplier.sent-back-to-draftobject-events/scm/supplier.ts:146
scm.supplier.sent-back-to-draft.schemaZodObject<{ comment: ZodString; sentBackBy: ZodUUID; supplierId: ZodUUID; }, $strip>supplierSentBackToDraftDataSchemaevents/scm/supplier.ts:148
scm.supplier.sent-back-to-draft.version"1.0"'1.0'events/scm/supplier.ts:147
scm.supplier.submitted-for-reviewobject-events/scm/supplier.ts:142
scm.supplier.submitted-for-review.schemaZodObject<{ submittedAt: ZodISODateTime; submittedBy: ZodUUID; supplierId: ZodUUID; }, $strip>supplierSubmittedForReviewDataSchemaevents/scm/supplier.ts:144
scm.supplier.submitted-for-review.version"1.0"'1.0'events/scm/supplier.ts:143
scm.supplier.suspendedobject-events/scm/supplier.ts:152
scm.supplier.suspended.schemaZodObject<{ actorId: ZodUUID; supplierId: ZodUUID; suspendedAt: ZodISODateTime; suspendedReason: ZodString; }, $strip>supplierSuspendedDataSchemaevents/scm/supplier.ts:152
scm.supplier.suspended.version"1.0"'1.0'events/scm/supplier.ts:152
scm.supplier.updatedobject-events/scm/supplier.ts:151
scm.supplier.updated.schemaZodObject<{ actorId: ZodUUID; changedFields: ZodArray<ZodString>; coApprovedBy: ZodNullable<ZodUUID>; newValues: ZodRecord<ZodString, ZodUnknown>; oldValues: ZodRecord<ZodString, ZodUnknown>; reason: ZodString; supplierId: ZodUUID; updatedAt: ZodISODateTime; }, $strip>supplierUpdatedDataSchemaevents/scm/supplier.ts:151
scm.supplier.updated.version"1.0"'1.0'events/scm/supplier.ts:151
scm.tmc-consumption.recordedobject-events/scm/tmc.ts:429
scm.tmc-consumption.recorded.schemaZodObject<{ assetId: ZodNullable<ZodUUID>; consumptionId: ZodUUID; lines: ZodArray<ZodObject<{ itemId: ZodUUID; pricePerUnit: ZodNumber; quantity: ZodNumber; totalAmount: ZodNumber; }, $strip>>; mode: ZodEnum<{ auto_from_shift: "auto_from_shift"; manual_act: "manual_act"; }>; reason: ZodNullable<ZodString>; shiftReportId: ZodNullable<ZodUUID>; targetObjectId: ZodUUID; warehouseId: ZodUUID; }, $strip>tmcConsumptionRecordedDataSchemaevents/scm/tmc.ts:431
scm.tmc-consumption.recorded.version"1.0"'1.0'events/scm/tmc.ts:430
scm.tmc-consumption.reversedobject-events/scm/tmc.ts:433
scm.tmc-consumption.reversed.schemaZodObject<{ actorId: ZodUUID; originalConsumptionId: ZodUUID; reason: ZodString; }, $strip>tmcConsumptionReversedDataSchemaevents/scm/tmc.ts:435
scm.tmc-consumption.reversed.version"1.0"'1.0'events/scm/tmc.ts:434
scm.tmc-inbound.recordedobject-events/scm/tmc.ts:427
scm.tmc-inbound.recorded.schemaZodObject<{ documentNumber: ZodString; inboundId: ZodUUID; lines: ZodArray<ZodObject<{ itemId: ZodUUID; pricePerUnit: ZodNumber; quantity: ZodNumber; totalAmount: ZodNumber; }, $strip>>; requestId: ZodNullable<ZodUUID>; source: ZodEnum<{ return: "return"; supplier: "supplier"; transfer: "transfer"; }>; supplierId: ZodNullable<ZodUUID>; totalAmount: ZodNumber; warehouseId: ZodUUID; }, $strip>tmcInboundRecordedDataSchemaevents/scm/tmc.ts:427
scm.tmc-inbound.recorded.version"1.0"'1.0'events/scm/tmc.ts:427
scm.tmc-inbound.reversedobject-events/scm/tmc.ts:428
scm.tmc-inbound.reversed.schemaZodObject<{ actorId: ZodUUID; originalInboundId: ZodUUID; reason: ZodString; }, $strip>tmcInboundReversedDataSchemaevents/scm/tmc.ts:428
scm.tmc-inbound.reversed.version"1.0"'1.0'events/scm/tmc.ts:428
scm.tmc-inventory.completedobject-events/scm/tmc.ts:446
scm.tmc-inventory.completed.schemaZodObject<{ completedAt: ZodISODateTime; completedById: ZodUUID; inventoryId: ZodUUID; lineCount: ZodNumber; totalVariance: ZodNumber; }, $strip>tmcInventoryCompletedDataSchemaevents/scm/tmc.ts:446
scm.tmc-inventory.completed.version"1.0"'1.0'events/scm/tmc.ts:446
scm.tmc-inventory.startedobject-events/scm/tmc.ts:445
scm.tmc-inventory.started.schemaZodObject<{ inventoryId: ZodUUID; lineCount: ZodNumber; responsibleId: ZodUUID; warehouseId: ZodUUID; }, $strip>tmcInventoryStartedDataSchemaevents/scm/tmc.ts:445
scm.tmc-inventory.started.version"1.0"'1.0'events/scm/tmc.ts:445
scm.tmc-inventory.variance-detectedobject-events/scm/tmc.ts:447
scm.tmc-inventory.variance-detected.schemaZodObject<{ inventoryId: ZodUUID; lines: ZodArray<ZodObject<{ actualQuantity: ZodNumber; bookQuantity: ZodNumber; itemId: ZodUUID; reason: ZodNullable<ZodString>; variance: ZodNumber; }, $strip>>; warehouseId: ZodUUID; }, $strip>tmcInventoryVarianceDetectedDataSchemaevents/scm/tmc.ts:449
scm.tmc-inventory.variance-detected.version"1.0"'1.0'events/scm/tmc.ts:448
scm.tmc-item.createdobject-events/scm/tmc.ts:415
scm.tmc-item.created.schemaZodObject<{ actorId: ZodUUID; assetClassId: ZodNullable<ZodUUID>; category: ZodEnum<{ consumable: "consumable"; drill_tool: "drill_tool"; other: "other"; spare: "spare"; }>; itemId: ZodUUID; name: ZodString; nomenclatureCode: ZodString; unit: ZodEnum<{ кг: "кг"; компл: "компл"; л: "л"; м: "м"; шт: "шт"; }>; }, $strip>tmcItemCreatedDataSchemaevents/scm/tmc.ts:415
scm.tmc-item.created.version"1.0"'1.0'events/scm/tmc.ts:415
scm.tmc-item.deactivatedobject-events/scm/tmc.ts:417
scm.tmc-item.deactivated.schemaZodObject<{ actorId: ZodUUID; itemId: ZodUUID; }, $strip>tmcItemDeactivatedDataSchemaevents/scm/tmc.ts:417
scm.tmc-item.deactivated.version"1.0"'1.0'events/scm/tmc.ts:417
scm.tmc-item.low-stockobject-events/scm/tmc.ts:418
scm.tmc-item.low-stock.schemaZodObject<{ currentQuantity: ZodNumber; itemId: ZodUUID; minStock: ZodNumber; name: ZodString; nomenclatureCode: ZodString; objectId: ZodUUID; unit: ZodEnum<{ кг: "кг"; компл: "компл"; л: "л"; м: "м"; шт: "шт"; }>; warehouseId: ZodUUID; }, $strip>tmcItemLowStockDataSchemaevents/scm/tmc.ts:418
scm.tmc-item.low-stock.version"1.0"'1.0'events/scm/tmc.ts:418
scm.tmc-item.stock-replenishedobject-events/scm/tmc.ts:419
scm.tmc-item.stock-replenished.schemaZodObject<{ currentQuantity: ZodNumber; itemId: ZodUUID; minStock: ZodNumber; warehouseId: ZodUUID; }, $strip>tmcItemStockReplenishedDataSchemaevents/scm/tmc.ts:421
scm.tmc-item.stock-replenished.version"1.0"'1.0'events/scm/tmc.ts:420
scm.tmc-item.stockout-forecastobject-events/scm/tmc.ts:423
scm.tmc-item.stockout-forecast.schemaZodObject<{ avgDailyConsumption30d: ZodNumber; currentQuantity: ZodNumber; daysToExhaustion: ZodNumber; forecastExhaustionDate: ZodISODateTime; itemId: ZodUUID; warehouseId: ZodUUID; }, $strip>tmcItemStockoutForecastDataSchemaevents/scm/tmc.ts:425
scm.tmc-item.stockout-forecast.version"1.0"'1.0'events/scm/tmc.ts:424
scm.tmc-item.updatedobject-events/scm/tmc.ts:416
scm.tmc-item.updated.schemaZodObject<{ actorId: ZodUUID; changedFields: ZodArray<ZodString>; itemId: ZodUUID; }, $strip>tmcItemUpdatedDataSchemaevents/scm/tmc.ts:416
scm.tmc-item.updated.version"1.0"'1.0'events/scm/tmc.ts:416
scm.tmc-request.approvedobject-events/scm/tmc.ts:441
scm.tmc-request.approved.schemaZodObject<{ approvedAt: ZodISODateTime; approvedById: ZodUUID; requestId: ZodUUID; warehouseId: ZodUUID; }, $strip>tmcRequestApprovedDataSchemaevents/scm/tmc.ts:441
scm.tmc-request.approved.version"1.0"'1.0'events/scm/tmc.ts:441
scm.tmc-request.createdobject-events/scm/tmc.ts:439
scm.tmc-request.created.schemaZodObject<{ createdById: ZodUUID; lines: ZodArray<ZodObject<{ itemId: ZodUUID; quantity: ZodNumber; }, $strip>>; requestId: ZodUUID; warehouseId: ZodUUID; }, $strip>tmcRequestCreatedDataSchemaevents/scm/tmc.ts:439
scm.tmc-request.created.version"1.0"'1.0'events/scm/tmc.ts:439
scm.tmc-request.fulfilledobject-events/scm/tmc.ts:444
scm.tmc-request.fulfilled.schemaZodObject<{ linkedInboundIds: ZodArray<ZodUUID>; requestId: ZodUUID; totalFulfilledQuantity: ZodNumber; }, $strip>tmcRequestFulfilledDataSchemaevents/scm/tmc.ts:444
scm.tmc-request.fulfilled.version"1.0"'1.0'events/scm/tmc.ts:444
scm.tmc-request.in-progressobject-events/scm/tmc.ts:443
scm.tmc-request.in-progress.schemaZodObject<{ requestId: ZodUUID; startedById: ZodUUID; warehouseId: ZodUUID; }, $strip>tmcRequestInProgressDataSchemaevents/scm/tmc.ts:443
scm.tmc-request.in-progress.version"1.0"'1.0'events/scm/tmc.ts:443
scm.tmc-request.rejectedobject-events/scm/tmc.ts:442
scm.tmc-request.rejected.schemaZodObject<{ actorId: ZodUUID; rejectReason: ZodString; requestId: ZodUUID; }, $strip>tmcRequestRejectedDataSchemaevents/scm/tmc.ts:442
scm.tmc-request.rejected.version"1.0"'1.0'events/scm/tmc.ts:442
scm.tmc-request.submittedobject-events/scm/tmc.ts:440
scm.tmc-request.submitted.schemaZodObject<{ createdById: ZodUUID; lines: ZodArray<ZodObject<{ itemId: ZodUUID; quantity: ZodNumber; }, $strip>>; requestId: ZodUUID; warehouseId: ZodUUID; }, $strip>tmcRequestSubmittedDataSchemaevents/scm/tmc.ts:440
scm.tmc-request.submitted.version"1.0"'1.0'events/scm/tmc.ts:440
scm.tmc-transfer.confirmedobject-events/scm/tmc.ts:438
scm.tmc-transfer.confirmed.schemaZodObject<{ confirmedAt: ZodISODateTime; confirmedById: ZodUUID; transferId: ZodUUID; }, $strip>tmcTransferConfirmedDataSchemaevents/scm/tmc.ts:438
scm.tmc-transfer.confirmed.version"1.0"'1.0'events/scm/tmc.ts:438
scm.tmc-transfer.issuedobject-events/scm/tmc.ts:437
scm.tmc-transfer.issued.schemaZodObject<{ fromWarehouseId: ZodUUID; lines: ZodArray<ZodObject<{ itemId: ZodUUID; quantity: ZodNumber; }, $strip>>; toWarehouseId: ZodUUID; transferDate: ZodISODateTime; transferId: ZodUUID; }, $strip>tmcTransferIssuedDataSchemaevents/scm/tmc.ts:437
scm.tmc-transfer.issued.version"1.0"'1.0'events/scm/tmc.ts:437
scm.tmc.consumedobject-events/scm/tmc.ts:456
scm.tmc.consumed.schemaZodObject<{ assetUsageId: ZodNullable<ZodUUID>; productionObjectId: ZodUUID; quantity: ZodNumber; sagaId: ZodUUID; shiftDate: ZodISODateTime; shiftReportId: ZodUUID; tmcItemId: ZodUUID; tmcUsageId: ZodUUID; unit: ZodString; }, $strip>tmcConsumedDataSchemaevents/scm/tmc.ts:456
scm.tmc.consumed.version"1.0"'1.0'events/scm/tmc.ts:456
scm.tmc.consumed-revertedobject-events/scm/tmc.ts:457
scm.tmc.consumed-reverted.schemaZodObject<{ assetUsageId: ZodNullable<ZodUUID>; productionObjectId: ZodUUID; quantity: ZodNumber; reason: ZodString; reversalSagaId: ZodUUID; sagaId: ZodUUID; shiftDate: ZodISODateTime; shiftReportId: ZodUUID; tmcItemId: ZodUUID; tmcUsageId: ZodUUID; unit: ZodString; }, $strip>tmcConsumedRevertedDataSchemaevents/scm/tmc.ts:457
scm.tmc.consumed-reverted.version"1.0"'1.0'events/scm/tmc.ts:457
scm.tmc.reconciliation-mismatchobject-events/scm/tmc.ts:451
scm.tmc.reconciliation-mismatch.schemaZodObject<{ detectedAt: ZodISODateTime; expectedWarehouseId: ZodUUID; reason: ZodString; shiftReportId: ZodUUID; }, $strip>tmcReconciliationMismatchDataSchemaevents/scm/tmc.ts:453
scm.tmc.reconciliation-mismatch.version"1.0"'1.0'events/scm/tmc.ts:452