Skip to content

Commit 8311fb6

Browse files
Merge pull request #246 from regulaforensics/e16d7286
Commit: e16d7286
2 parents 74b5ac5 + 0d1a746 commit 8311fb6

File tree

8 files changed

+37
-47
lines changed

8 files changed

+37
-47
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,8 @@ public enum Result {
142142
/** Digital Travel Credential data */
143143
DTC_VC(109),
144144

145-
/** Contains mDL device raw response */
146-
MDL_DEVICE_RAW_RESPONSE(120),
147-
148-
/** Contains mDL device parsed response */
149-
MDL_DEVICE_PARSED_RESPONSE(121),
150-
151-
/** Contains mDL server raw response */
152-
MDL_SERVER_RAW_RESPONSE(122),
153-
154-
/** Contains mDL server parsed response */
155-
MDL_SERVER_PARSED_RESPONSE(123),
145+
/** Contains mDL parsed response */
146+
MDL_PARSED_RESPONSE(121),
156147

157148
/** Contains result of VDS NC */
158149
VDS_NC(124),

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class RfidAccessControlInfo {
6060

6161
@SerializedName(SERIALIZED_NAME_NOTIFICATIONS)
6262
@javax.annotation.Nonnull
63-
private List<Integer> notifications;
63+
private List<Long> notifications;
6464

6565
public static final String SERIALIZED_NAME_ACCESS_CONTROL_OPTIONS = "AccessControlOptions";
6666

@@ -128,13 +128,12 @@ public void setActiveOptionIdx(@javax.annotation.Nullable BigDecimal activeOptio
128128
this.activeOptionIdx = activeOptionIdx;
129129
}
130130

131-
public RfidAccessControlInfo notifications(
132-
@javax.annotation.Nonnull List<Integer> notifications) {
131+
public RfidAccessControlInfo notifications(@javax.annotation.Nonnull List<Long> notifications) {
133132
this.notifications = notifications;
134133
return this;
135134
}
136135

137-
public RfidAccessControlInfo addNotificationsItem(Integer notificationsItem) {
136+
public RfidAccessControlInfo addNotificationsItem(Long notificationsItem) {
138137
if (this.notifications == null) {
139138
this.notifications = new ArrayList<>();
140139
}
@@ -149,11 +148,11 @@ public RfidAccessControlInfo addNotificationsItem(Integer notificationsItem) {
149148
* @return notifications
150149
*/
151150
@javax.annotation.Nonnull
152-
public List<Integer> getNotifications() {
151+
public List<Long> getNotifications() {
153152
return notifications;
154153
}
155154

156-
public void setNotifications(@javax.annotation.Nonnull List<Integer> notifications) {
155+
public void setNotifications(@javax.annotation.Nonnull List<Long> notifications) {
157156
this.notifications = notifications;
158157
}
159158

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class RfidCertificateEx {
9292

9393
@SerializedName(SERIALIZED_NAME_NOTIFICATIONS)
9494
@javax.annotation.Nonnull
95-
private List<Integer> notifications;
95+
private List<Long> notifications;
9696

9797
public static final String SERIALIZED_NAME_ORIGIN = "Origin";
9898

@@ -282,12 +282,12 @@ public void setExtensions(@javax.annotation.Nonnull List<RfidPkiExtension> exten
282282
this.extensions = extensions;
283283
}
284284

285-
public RfidCertificateEx notifications(@javax.annotation.Nonnull List<Integer> notifications) {
285+
public RfidCertificateEx notifications(@javax.annotation.Nonnull List<Long> notifications) {
286286
this.notifications = notifications;
287287
return this;
288288
}
289289

290-
public RfidCertificateEx addNotificationsItem(Integer notificationsItem) {
290+
public RfidCertificateEx addNotificationsItem(Long notificationsItem) {
291291
if (this.notifications == null) {
292292
this.notifications = new ArrayList<>();
293293
}
@@ -302,11 +302,11 @@ public RfidCertificateEx addNotificationsItem(Integer notificationsItem) {
302302
* @return notifications
303303
*/
304304
@javax.annotation.Nonnull
305-
public List<Integer> getNotifications() {
305+
public List<Long> getNotifications() {
306306
return notifications;
307307
}
308308

309-
public void setNotifications(@javax.annotation.Nonnull List<Integer> notifications) {
309+
public void setNotifications(@javax.annotation.Nonnull List<Long> notifications) {
310310
this.notifications = notifications;
311311
}
312312

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public class RfidDataFile {
7979

8080
@SerializedName(SERIALIZED_NAME_NOTIFICATIONS)
8181
@javax.annotation.Nullable
82-
private List<Integer> notifications;
82+
private List<Long> notifications;
8383

8484
public static final String SERIALIZED_NAME_DOC_FIELDS_TEXT = "DocFields_Text";
8585

@@ -229,12 +229,12 @@ public void setPaStatus(@javax.annotation.Nullable RFIDErrorCodes paStatus) {
229229
this.paStatus = paStatus;
230230
}
231231

232-
public RfidDataFile notifications(@javax.annotation.Nullable List<Integer> notifications) {
232+
public RfidDataFile notifications(@javax.annotation.Nullable List<Long> notifications) {
233233
this.notifications = notifications;
234234
return this;
235235
}
236236

237-
public RfidDataFile addNotificationsItem(Integer notificationsItem) {
237+
public RfidDataFile addNotificationsItem(Long notificationsItem) {
238238
if (this.notifications == null) {
239239
this.notifications = new ArrayList<>();
240240
}
@@ -249,11 +249,11 @@ public RfidDataFile addNotificationsItem(Integer notificationsItem) {
249249
* @return notifications
250250
*/
251251
@javax.annotation.Nullable
252-
public List<Integer> getNotifications() {
252+
public List<Long> getNotifications() {
253253
return notifications;
254254
}
255255

256-
public void setNotifications(@javax.annotation.Nullable List<Integer> notifications) {
256+
public void setNotifications(@javax.annotation.Nullable List<Long> notifications) {
257257
this.notifications = notifications;
258258
}
259259

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class RfidSecurityObject {
6161

6262
@SerializedName(SERIALIZED_NAME_NOTIFICATIONS)
6363
@javax.annotation.Nonnull
64-
private List<Integer> notifications;
64+
private List<Long> notifications;
6565

6666
public static final String SERIALIZED_NAME_SIGNER_INFOS = "SignerInfos";
6767

@@ -128,12 +128,12 @@ public void setFileReference(@javax.annotation.Nonnull BigDecimal fileReference)
128128
this.fileReference = fileReference;
129129
}
130130

131-
public RfidSecurityObject notifications(@javax.annotation.Nonnull List<Integer> notifications) {
131+
public RfidSecurityObject notifications(@javax.annotation.Nonnull List<Long> notifications) {
132132
this.notifications = notifications;
133133
return this;
134134
}
135135

136-
public RfidSecurityObject addNotificationsItem(Integer notificationsItem) {
136+
public RfidSecurityObject addNotificationsItem(Long notificationsItem) {
137137
if (this.notifications == null) {
138138
this.notifications = new ArrayList<>();
139139
}
@@ -148,11 +148,11 @@ public RfidSecurityObject addNotificationsItem(Integer notificationsItem) {
148148
* @return notifications
149149
*/
150150
@javax.annotation.Nonnull
151-
public List<Integer> getNotifications() {
151+
public List<Long> getNotifications() {
152152
return notifications;
153153
}
154154

155-
public void setNotifications(@javax.annotation.Nonnull List<Integer> notifications) {
155+
public void setNotifications(@javax.annotation.Nonnull List<Long> notifications) {
156156
this.notifications = notifications;
157157
}
158158

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class RfidSignerInfoEx {
110110

111111
@SerializedName(SERIALIZED_NAME_NOTIFICATIONS)
112112
@javax.annotation.Nonnull
113-
private List<Integer> notifications;
113+
private List<Long> notifications;
114114

115115
public RfidSignerInfoEx() {}
116116

@@ -345,12 +345,12 @@ public void setDataToHash(@javax.annotation.Nonnull String dataToHash) {
345345
this.dataToHash = dataToHash;
346346
}
347347

348-
public RfidSignerInfoEx notifications(@javax.annotation.Nonnull List<Integer> notifications) {
348+
public RfidSignerInfoEx notifications(@javax.annotation.Nonnull List<Long> notifications) {
349349
this.notifications = notifications;
350350
return this;
351351
}
352352

353-
public RfidSignerInfoEx addNotificationsItem(Integer notificationsItem) {
353+
public RfidSignerInfoEx addNotificationsItem(Long notificationsItem) {
354354
if (this.notifications == null) {
355355
this.notifications = new ArrayList<>();
356356
}
@@ -364,11 +364,11 @@ public RfidSignerInfoEx addNotificationsItem(Integer notificationsItem) {
364364
* @return notifications
365365
*/
366366
@javax.annotation.Nonnull
367-
public List<Integer> getNotifications() {
367+
public List<Long> getNotifications() {
368368
return notifications;
369369
}
370370

371-
public void setNotifications(@javax.annotation.Nonnull List<Integer> notifications) {
371+
public void setNotifications(@javax.annotation.Nonnull List<Long> notifications) {
372372
this.notifications = notifications;
373373
}
374374

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class VDSData {
8181

8282
@SerializedName(SERIALIZED_NAME_NOTIFICATIONS)
8383
@javax.annotation.Nullable
84-
private List<Integer> notifications;
84+
private List<Long> notifications;
8585

8686
public static final String SERIALIZED_NAME_SIGNATURE = "Signature";
8787

@@ -266,12 +266,12 @@ public void setIssuingCountry(@javax.annotation.Nullable String issuingCountry)
266266
this.issuingCountry = issuingCountry;
267267
}
268268

269-
public VDSData notifications(@javax.annotation.Nullable List<Integer> notifications) {
269+
public VDSData notifications(@javax.annotation.Nullable List<Long> notifications) {
270270
this.notifications = notifications;
271271
return this;
272272
}
273273

274-
public VDSData addNotificationsItem(Integer notificationsItem) {
274+
public VDSData addNotificationsItem(Long notificationsItem) {
275275
if (this.notifications == null) {
276276
this.notifications = new ArrayList<>();
277277
}
@@ -285,11 +285,11 @@ public VDSData addNotificationsItem(Integer notificationsItem) {
285285
* @return notifications
286286
*/
287287
@javax.annotation.Nullable
288-
public List<Integer> getNotifications() {
288+
public List<Long> getNotifications() {
289289
return notifications;
290290
}
291291

292-
public void setNotifications(@javax.annotation.Nullable List<Integer> notifications) {
292+
public void setNotifications(@javax.annotation.Nullable List<Long> notifications) {
293293
this.notifications = notifications;
294294
}
295295

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class VDSNCData {
6363

6464
@SerializedName(SERIALIZED_NAME_NOTIFICATIONS)
6565
@javax.annotation.Nullable
66-
private List<Integer> notifications;
66+
private List<Long> notifications;
6767

6868
public static final String SERIALIZED_NAME_SIGNATURE = "Signature";
6969

@@ -177,12 +177,12 @@ public void setMessage(@javax.annotation.Nullable Message message) {
177177
this.message = message;
178178
}
179179

180-
public VDSNCData notifications(@javax.annotation.Nullable List<Integer> notifications) {
180+
public VDSNCData notifications(@javax.annotation.Nullable List<Long> notifications) {
181181
this.notifications = notifications;
182182
return this;
183183
}
184184

185-
public VDSNCData addNotificationsItem(Integer notificationsItem) {
185+
public VDSNCData addNotificationsItem(Long notificationsItem) {
186186
if (this.notifications == null) {
187187
this.notifications = new ArrayList<>();
188188
}
@@ -196,11 +196,11 @@ public VDSNCData addNotificationsItem(Integer notificationsItem) {
196196
* @return notifications
197197
*/
198198
@javax.annotation.Nullable
199-
public List<Integer> getNotifications() {
199+
public List<Long> getNotifications() {
200200
return notifications;
201201
}
202202

203-
public void setNotifications(@javax.annotation.Nullable List<Integer> notifications) {
203+
public void setNotifications(@javax.annotation.Nullable List<Long> notifications) {
204204
this.notifications = notifications;
205205
}
206206

0 commit comments

Comments
 (0)