{"version":3,"file":"ClaimFormat.mjs","names":[],"sources":["../../../../src/modules/vc/models/ClaimFormat.ts"],"sourcesContent":["/**\n * Defines the claim format based on the formats registered in\n * [DIF Claim Format Registry](https://identity.foundation/claim-format-registry/).\n */\nexport enum ClaimFormat {\n  Jwt = 'jwt',\n  JwtVc = 'jwt_vc',\n  JwtVp = 'jwt_vp',\n  Ldp = 'ldp',\n  LdpVc = 'ldp_vc',\n  LdpVp = 'ldp_vp',\n  Di = 'di',\n  DiVc = 'di_vc',\n  DiVp = 'di_vp',\n  SdJwtDc = 'dc+sd-jwt',\n  JwtW3cVc = 'vc+jwt',\n  JwtW3cVp = 'vp+jwt',\n  SdJwtW3cVc = 'vc+sd-jwt',\n  SdJwtW3cVp = 'vp+sd-jwt',\n  MsoMdoc = 'mso_mdoc',\n}\n"],"mappings":";;;;;;;AAIA,IAAY,oDAAL;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}