20#ifndef ORES_DQ_API_GENERATORS_CHANGE_REASON_CATEGORY_GENERATOR_HPP
21#define ORES_DQ_API_GENERATORS_CHANGE_REASON_CATEGORY_GENERATOR_HPP
24#include "ores.dq.api/domain/change_reason_category.hpp"
25#include "ores.utility/generation/generation_context.hpp"
27namespace ores::dq::generators {
32domain::change_reason_category generate_synthetic_change_reason_category(
33 utility::generation::generation_context& ctx);
40std::vector<domain::change_reason_category>
41generate_synthetic_change_reason_categories(std::size_t n,
42 utility::generation::generation_context& ctx);