Skip to content

Commit 940f3b6

Browse files
committed
Commit: 5f3e1e4d
1 parent 560be04 commit 940f3b6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

client/src/main/generated/com/regula/documentreader/webclient/model/RFIDPKDResourceType.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,13 @@ public enum RFIDPKDResourceType {
4545
DEVL(6),
4646

4747
/** Black List (.bl, .bls) */
48-
BL(7);
48+
BL(7),
49+
50+
/** LDIF file contents for TA */
51+
LDIF_TA(8),
52+
53+
/** Master List with CV certificates for TA */
54+
ML_TA(9);
4955

5056
private Integer value;
5157

0 commit comments

Comments
 (0)