UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

17 lines (16 loc) 726 B
export enum FeatureFlags { RECEIPTS_ALL_TYPES = "receipts-all-types", RECEIPTS_CUMULUS_POINTS = "receipts-cumulus-points", MAAT_INLINE_HTML = "maat-inline-html", DISCOUNTS_DETAIL_ENTITY = "discounts-detail-entity", DISCOUNTS_PRODUCTLISTHOLDER = "discounts-productlistholder", MGO_PUSH_REGISTRATION = "mgo-push-registration", MAAT_TEASER_EMBED_WEBVIEWS = "maat-teaser-embed-webviews", MAAT_LINK_EMBED_WEBVIEWS = "maat-link-embed-webviews", CMD_REGISTER_VALIDATION = "cmd-register-validation", IN_APP_MESSAGING = "in-app-messaging", CUMULUS_PERIODS = "cumulus-periods", JS2APP_CLOSE_ACTION = "js2app-close-action", DETAIL_PDF_LINKS = "detail-pdf-links", HOME_LAYOUT_RECIPE = "home-layout-recipes", }