{"version":3,"file":"consentExpiry.mjs","names":[],"sources":["../../src/enums/consentExpiry.ts"],"sourcesContent":["import { makeEnum } from '@transcend-io/type-utils';\n\n/**\n * Enum of options available for behavior to exhibit when the user's consent has expired\n */\nexport const OnConsentExpiry = makeEnum({\n  /** Reprompts the user to change or confirm their selection */\n  Prompt: 'Prompt',\n  /** Resets the user's consent and reprompts them */\n  ResetAll: 'ResetAll',\n  /** Resets the user's opted-in purposes and reprompts them */\n  ResetOptIns: 'ResetOptIns',\n});\n/** Override type */\nexport type OnConsentExpiry = (typeof OnConsentExpiry)[keyof typeof OnConsentExpiry];\n"],"mappings":";;;;;AAKA,MAAa,kBAAkB,SAAS;CAEtC,QAAQ;CAER,UAAU;CAEV,aAAa;CACd,CAAC"}