""" Constants for the report module. """ from enum import StrEnum, unique @unique class Actions(StrEnum): """Actions for the report module, as internal system names.""" MATCH_POLICY_UPDATED = "match_policy_updated" YT_OWNERSHIP_UPDATED = "yt_ownership_updated" REFERENCE_REACTIVATED = "reference_reactivated" INCORRECT_CHANNEL_FIXED = "incorrect_channel_fixed"