diff --git a/authentication-demo-service/src/main/java/io/mosip/authentication/demo/service/helper/PartnerTypes.java b/authentication-demo-service/src/main/java/io/mosip/authentication/demo/service/helper/PartnerTypes.java index 3bf5a6fda44..624b4d9f9e2 100644 --- a/authentication-demo-service/src/main/java/io/mosip/authentication/demo/service/helper/PartnerTypes.java +++ b/authentication-demo-service/src/main/java/io/mosip/authentication/demo/service/helper/PartnerTypes.java @@ -5,7 +5,9 @@ public enum PartnerTypes { DEVICE("device"), RELYING_PARTY("rp"), FTM("ftm"), - EKYC("ekyc"); + EKYC("ekyc"), + SDK("sdk"), + ABIS("abis"); private String filePrepend;