from apollo_utils.core.utils.ext_enum import ExtEnum APP_NAME = "juno_email_messages" ENV_PROD = "prod" class Service(ExtEnum): APOLLO = "APOLLO" DSP = "DSP" GATE = "GATE" USER_DATA = "USERDATA" NOTIFICATIONS = "notifications" ATLAS = "atlas" USER_DATA_HEADER = {"X-App-Slug": "apollo"} DAYS_RANGE_VALUE = {365: "12 Months", 547: "18 Months", 1095: "3 Years", 1825: "5 Years", None: "10 Years+"} DATE_FORMAT = "%m/%d/%y" SPOTIFY_TRACK_URI_PREFIX = "spotify:track:"