20#ifndef ORES_REPORTING_EVENTING_REPORT_DEFINITION_CHANGED_EVENT_HPP
21#define ORES_REPORTING_EVENTING_REPORT_DEFINITION_CHANGED_EVENT_HPP
26#include "ores.eventing/domain/event_traits.hpp"
28namespace ores::reporting::eventing {
46 std::vector<std::string>
ids;
60 static constexpr std::string_view name =
"ores.reporting.report_definition_changed";
ORE Studio - Graphical interface and data management for Open Source Risk Engine.
Definition image.hpp:29
Domain types for the eventing infrastructure.
Definition assets_changed_event.hpp:62
Domain event indicating that report definition data has changed.
Definition report_definition_changed_event.hpp:37
std::chrono::system_clock::time_point timestamp
The timestamp of when the change occurred (in UTC).
Definition report_definition_changed_event.hpp:41
std::string tenant_id
The tenant that owns the changed entity.
Definition report_definition_changed_event.hpp:51
std::vector< std::string > ids
UUIDs of report definitions that changed.
Definition report_definition_changed_event.hpp:46