Skip to content

Commit 28ebca3

Browse files
committed
Update ContentTypes
1 parent 304c62d commit 28ebca3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/Codebooks/ContentTypesEnum.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,17 @@ enum ContentTypesEnum: string
1818

1919
case ApplicationVc = 'application/vc';
2020

21+
case ApplicationVcCose = 'application/vc+cose';
22+
23+
case ApplicationVcJwt = 'application/vc+jwt';
24+
25+
case ApplicationVcSdJwt = 'application/vc+sd-jwt';
26+
2127
case ApplicationVp = 'application/vp';
28+
29+
case ApplicationVpCose = 'application/vp+cose';
30+
31+
case ApplicationVpJwt = 'application/vp+jwt';
32+
33+
case ApplicationVpSdJwt = 'application/vp+sd-jwt';
2234
}

0 commit comments

Comments
 (0)