diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/Result.java b/client/src/main/generated/com/regula/documentreader/webclient/model/Result.java index 24130b5..652e3a0 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/Result.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Result.java @@ -142,17 +142,8 @@ public enum Result { /** Digital Travel Credential data */ DTC_VC(109), - /** Contains mDL device raw response */ - MDL_DEVICE_RAW_RESPONSE(120), - - /** Contains mDL device parsed response */ - MDL_DEVICE_PARSED_RESPONSE(121), - - /** Contains mDL server raw response */ - MDL_SERVER_RAW_RESPONSE(122), - - /** Contains mDL server parsed response */ - MDL_SERVER_PARSED_RESPONSE(123), + /** Contains mDL parsed response */ + MDL_PARSED_RESPONSE(121), /** Contains result of VDS NC */ VDS_NC(124), diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlInfo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlInfo.java index bf88258..8295e50 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlInfo.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlInfo.java @@ -60,7 +60,7 @@ public class RfidAccessControlInfo { @SerializedName(SERIALIZED_NAME_NOTIFICATIONS) @javax.annotation.Nonnull - private List notifications; + private List notifications; public static final String SERIALIZED_NAME_ACCESS_CONTROL_OPTIONS = "AccessControlOptions"; @@ -128,13 +128,12 @@ public void setActiveOptionIdx(@javax.annotation.Nullable BigDecimal activeOptio this.activeOptionIdx = activeOptionIdx; } - public RfidAccessControlInfo notifications( - @javax.annotation.Nonnull List notifications) { + public RfidAccessControlInfo notifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; return this; } - public RfidAccessControlInfo addNotificationsItem(Integer notificationsItem) { + public RfidAccessControlInfo addNotificationsItem(Long notificationsItem) { if (this.notifications == null) { this.notifications = new ArrayList<>(); } @@ -149,11 +148,11 @@ public RfidAccessControlInfo addNotificationsItem(Integer notificationsItem) { * @return notifications */ @javax.annotation.Nonnull - public List getNotifications() { + public List getNotifications() { return notifications; } - public void setNotifications(@javax.annotation.Nonnull List notifications) { + public void setNotifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; } diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateEx.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateEx.java index 4d56976..1b3cc7f 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateEx.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateEx.java @@ -92,7 +92,7 @@ public class RfidCertificateEx { @SerializedName(SERIALIZED_NAME_NOTIFICATIONS) @javax.annotation.Nonnull - private List notifications; + private List notifications; public static final String SERIALIZED_NAME_ORIGIN = "Origin"; @@ -282,12 +282,12 @@ public void setExtensions(@javax.annotation.Nonnull List exten this.extensions = extensions; } - public RfidCertificateEx notifications(@javax.annotation.Nonnull List notifications) { + public RfidCertificateEx notifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; return this; } - public RfidCertificateEx addNotificationsItem(Integer notificationsItem) { + public RfidCertificateEx addNotificationsItem(Long notificationsItem) { if (this.notifications == null) { this.notifications = new ArrayList<>(); } @@ -302,11 +302,11 @@ public RfidCertificateEx addNotificationsItem(Integer notificationsItem) { * @return notifications */ @javax.annotation.Nonnull - public List getNotifications() { + public List getNotifications() { return notifications; } - public void setNotifications(@javax.annotation.Nonnull List notifications) { + public void setNotifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; } diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFile.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFile.java index eb6f9a3..c65a7a6 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFile.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFile.java @@ -79,7 +79,7 @@ public class RfidDataFile { @SerializedName(SERIALIZED_NAME_NOTIFICATIONS) @javax.annotation.Nullable - private List notifications; + private List notifications; public static final String SERIALIZED_NAME_DOC_FIELDS_TEXT = "DocFields_Text"; @@ -229,12 +229,12 @@ public void setPaStatus(@javax.annotation.Nullable RFIDErrorCodes paStatus) { this.paStatus = paStatus; } - public RfidDataFile notifications(@javax.annotation.Nullable List notifications) { + public RfidDataFile notifications(@javax.annotation.Nullable List notifications) { this.notifications = notifications; return this; } - public RfidDataFile addNotificationsItem(Integer notificationsItem) { + public RfidDataFile addNotificationsItem(Long notificationsItem) { if (this.notifications == null) { this.notifications = new ArrayList<>(); } @@ -249,11 +249,11 @@ public RfidDataFile addNotificationsItem(Integer notificationsItem) { * @return notifications */ @javax.annotation.Nullable - public List getNotifications() { + public List getNotifications() { return notifications; } - public void setNotifications(@javax.annotation.Nullable List notifications) { + public void setNotifications(@javax.annotation.Nullable List notifications) { this.notifications = notifications; } diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSecurityObject.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSecurityObject.java index fcb91ec..ce389f6 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSecurityObject.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSecurityObject.java @@ -61,7 +61,7 @@ public class RfidSecurityObject { @SerializedName(SERIALIZED_NAME_NOTIFICATIONS) @javax.annotation.Nonnull - private List notifications; + private List notifications; public static final String SERIALIZED_NAME_SIGNER_INFOS = "SignerInfos"; @@ -128,12 +128,12 @@ public void setFileReference(@javax.annotation.Nonnull BigDecimal fileReference) this.fileReference = fileReference; } - public RfidSecurityObject notifications(@javax.annotation.Nonnull List notifications) { + public RfidSecurityObject notifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; return this; } - public RfidSecurityObject addNotificationsItem(Integer notificationsItem) { + public RfidSecurityObject addNotificationsItem(Long notificationsItem) { if (this.notifications == null) { this.notifications = new ArrayList<>(); } @@ -148,11 +148,11 @@ public RfidSecurityObject addNotificationsItem(Integer notificationsItem) { * @return notifications */ @javax.annotation.Nonnull - public List getNotifications() { + public List getNotifications() { return notifications; } - public void setNotifications(@javax.annotation.Nonnull List notifications) { + public void setNotifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; } diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSignerInfoEx.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSignerInfoEx.java index d784c42..9b91a41 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSignerInfoEx.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSignerInfoEx.java @@ -110,7 +110,7 @@ public class RfidSignerInfoEx { @SerializedName(SERIALIZED_NAME_NOTIFICATIONS) @javax.annotation.Nonnull - private List notifications; + private List notifications; public RfidSignerInfoEx() {} @@ -345,12 +345,12 @@ public void setDataToHash(@javax.annotation.Nonnull String dataToHash) { this.dataToHash = dataToHash; } - public RfidSignerInfoEx notifications(@javax.annotation.Nonnull List notifications) { + public RfidSignerInfoEx notifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; return this; } - public RfidSignerInfoEx addNotificationsItem(Integer notificationsItem) { + public RfidSignerInfoEx addNotificationsItem(Long notificationsItem) { if (this.notifications == null) { this.notifications = new ArrayList<>(); } @@ -364,11 +364,11 @@ public RfidSignerInfoEx addNotificationsItem(Integer notificationsItem) { * @return notifications */ @javax.annotation.Nonnull - public List getNotifications() { + public List getNotifications() { return notifications; } - public void setNotifications(@javax.annotation.Nonnull List notifications) { + public void setNotifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; } diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/VDSData.java b/client/src/main/generated/com/regula/documentreader/webclient/model/VDSData.java index 9be5a28..20488d9 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/VDSData.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/VDSData.java @@ -81,7 +81,7 @@ public class VDSData { @SerializedName(SERIALIZED_NAME_NOTIFICATIONS) @javax.annotation.Nullable - private List notifications; + private List notifications; public static final String SERIALIZED_NAME_SIGNATURE = "Signature"; @@ -266,12 +266,12 @@ public void setIssuingCountry(@javax.annotation.Nullable String issuingCountry) this.issuingCountry = issuingCountry; } - public VDSData notifications(@javax.annotation.Nullable List notifications) { + public VDSData notifications(@javax.annotation.Nullable List notifications) { this.notifications = notifications; return this; } - public VDSData addNotificationsItem(Integer notificationsItem) { + public VDSData addNotificationsItem(Long notificationsItem) { if (this.notifications == null) { this.notifications = new ArrayList<>(); } @@ -285,11 +285,11 @@ public VDSData addNotificationsItem(Integer notificationsItem) { * @return notifications */ @javax.annotation.Nullable - public List getNotifications() { + public List getNotifications() { return notifications; } - public void setNotifications(@javax.annotation.Nullable List notifications) { + public void setNotifications(@javax.annotation.Nullable List notifications) { this.notifications = notifications; } diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/VDSNCData.java b/client/src/main/generated/com/regula/documentreader/webclient/model/VDSNCData.java index c9743ab..4c265e7 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/VDSNCData.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/VDSNCData.java @@ -63,7 +63,7 @@ public class VDSNCData { @SerializedName(SERIALIZED_NAME_NOTIFICATIONS) @javax.annotation.Nullable - private List notifications; + private List notifications; public static final String SERIALIZED_NAME_SIGNATURE = "Signature"; @@ -177,12 +177,12 @@ public void setMessage(@javax.annotation.Nullable Message message) { this.message = message; } - public VDSNCData notifications(@javax.annotation.Nullable List notifications) { + public VDSNCData notifications(@javax.annotation.Nullable List notifications) { this.notifications = notifications; return this; } - public VDSNCData addNotificationsItem(Integer notificationsItem) { + public VDSNCData addNotificationsItem(Long notificationsItem) { if (this.notifications == null) { this.notifications = new ArrayList<>(); } @@ -196,11 +196,11 @@ public VDSNCData addNotificationsItem(Integer notificationsItem) { * @return notifications */ @javax.annotation.Nullable - public List getNotifications() { + public List getNotifications() { return notifications; } - public void setNotifications(@javax.annotation.Nullable List notifications) { + public void setNotifications(@javax.annotation.Nullable List notifications) { this.notifications = notifications; }