{"version":3,"file":"constants.mjs","names":[],"sources":["../src/constants.ts"],"sourcesContent":["export const ContentEncoding = {\n\tAES_128_GCM: 'aes128gcm',\n} as const;\n\nexport type ContentEncodingType = (typeof ContentEncoding)[keyof typeof ContentEncoding];\n\nexport const Urgency = {\n\tVERY_LOW: 'very-low',\n\tLOW: 'low',\n\tNORMAL: 'normal',\n\tHIGH: 'high',\n} as const;\n\nexport type UrgencyType = (typeof Urgency)[keyof typeof Urgency];\n\nexport const DEFAULT_TTL = 2419200;\n"],"mappings":";AAAA,MAAa,kBAAkB,EAC9B,aAAa,aACb;AAID,MAAa,UAAU;CACtB,UAAU;CACV,KAAK;CACL,QAAQ;CACR,MAAM;CACN;AAID,MAAa,cAAc"}