diff --git a/client/.openapi-generator/FILES b/client/.openapi-generator/FILES
index f35309b0..da06f39c 100755
--- a/client/.openapi-generator/FILES
+++ b/client/.openapi-generator/FILES
@@ -13,12 +13,14 @@ src/main/generated/com/regula/documentreader/webclient/ServerVariable.java
src/main/generated/com/regula/documentreader/webclient/StringUtil.java
src/main/generated/com/regula/documentreader/webclient/api/DefaultApi.java
src/main/generated/com/regula/documentreader/webclient/api/ProcessApi.java
+src/main/generated/com/regula/documentreader/webclient/api/TransactionApi.java
src/main/generated/com/regula/documentreader/webclient/auth/ApiKeyAuth.java
src/main/generated/com/regula/documentreader/webclient/auth/Authentication.java
src/main/generated/com/regula/documentreader/webclient/auth/HttpBasicAuth.java
src/main/generated/com/regula/documentreader/webclient/auth/HttpBearerAuth.java
src/main/generated/com/regula/documentreader/webclient/model/AreaArray.java
src/main/generated/com/regula/documentreader/webclient/model/AreaContainer.java
+src/main/generated/com/regula/documentreader/webclient/model/AuthParams.java
src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckList.java
src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckResultItem.java
src/main/generated/com/regula/documentreader/webclient/model/AuthenticityResult.java
@@ -55,17 +57,25 @@ src/main/generated/com/regula/documentreader/webclient/model/ImageQA.java
src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheck.java
src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheckList.java
src/main/generated/com/regula/documentreader/webclient/model/ImageQualityResult.java
+src/main/generated/com/regula/documentreader/webclient/model/ImageTransactionData.java
src/main/generated/com/regula/documentreader/webclient/model/Images.java
src/main/generated/com/regula/documentreader/webclient/model/ImagesAvailableSource.java
src/main/generated/com/regula/documentreader/webclient/model/ImagesField.java
src/main/generated/com/regula/documentreader/webclient/model/ImagesFieldValue.java
src/main/generated/com/regula/documentreader/webclient/model/ImagesResult.java
+src/main/generated/com/regula/documentreader/webclient/model/InData.java
+src/main/generated/com/regula/documentreader/webclient/model/InDataRfidSession.java
+src/main/generated/com/regula/documentreader/webclient/model/InDataVideo.java
+src/main/generated/com/regula/documentreader/webclient/model/InlineResponse200.java
+src/main/generated/com/regula/documentreader/webclient/model/InlineResponse2001.java
src/main/generated/com/regula/documentreader/webclient/model/LexicalAnalysisResult.java
src/main/generated/com/regula/documentreader/webclient/model/LicenseResult.java
src/main/generated/com/regula/documentreader/webclient/model/ListVerifiedFields.java
+src/main/generated/com/regula/documentreader/webclient/model/LivenessParams.java
src/main/generated/com/regula/documentreader/webclient/model/OCRSecurityTextResult.java
src/main/generated/com/regula/documentreader/webclient/model/OneCandidate.java
src/main/generated/com/regula/documentreader/webclient/model/OriginalSymbol.java
+src/main/generated/com/regula/documentreader/webclient/model/OutData.java
src/main/generated/com/regula/documentreader/webclient/model/PArrayField.java
src/main/generated/com/regula/documentreader/webclient/model/ParsingNotificationCodes.java
src/main/generated/com/regula/documentreader/webclient/model/PerDocumentConfig.java
@@ -96,5 +106,8 @@ src/main/generated/com/regula/documentreader/webclient/model/TextDataResult.java
src/main/generated/com/regula/documentreader/webclient/model/TextField.java
src/main/generated/com/regula/documentreader/webclient/model/TextFieldValue.java
src/main/generated/com/regula/documentreader/webclient/model/TextResult.java
+src/main/generated/com/regula/documentreader/webclient/model/TransactionImage.java
src/main/generated/com/regula/documentreader/webclient/model/TransactionInfo.java
+src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessGetResponse.java
+src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessRequest.java
src/main/generated/com/regula/documentreader/webclient/model/VerifiedFieldMap.java
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/ApiCallback.java b/client/src/main/generated/com/regula/documentreader/webclient/ApiCallback.java
index 7e8b62c7..c5a2d31b 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/ApiCallback.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/ApiCallback.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/ApiClient.java b/client/src/main/generated/com/regula/documentreader/webclient/ApiClient.java
index 3b2f7140..e8f53f59 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/ApiClient.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/ApiClient.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/ApiException.java b/client/src/main/generated/com/regula/documentreader/webclient/ApiException.java
index ea50b44a..18d4294b 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/ApiException.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/ApiException.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/ApiResponse.java b/client/src/main/generated/com/regula/documentreader/webclient/ApiResponse.java
index 1137d6e1..6638919c 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/ApiResponse.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/ApiResponse.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/Configuration.java b/client/src/main/generated/com/regula/documentreader/webclient/Configuration.java
index ce9bda01..e992c8c8 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/Configuration.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/Configuration.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/GzipRequestInterceptor.java b/client/src/main/generated/com/regula/documentreader/webclient/GzipRequestInterceptor.java
index fa2ed9de..2b2eec8f 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/GzipRequestInterceptor.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/GzipRequestInterceptor.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/JSON.java b/client/src/main/generated/com/regula/documentreader/webclient/JSON.java
index c8c54951..d634cced 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/JSON.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/JSON.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/Pair.java b/client/src/main/generated/com/regula/documentreader/webclient/Pair.java
index cc18137d..c685c36d 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/Pair.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/Pair.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/ProgressRequestBody.java b/client/src/main/generated/com/regula/documentreader/webclient/ProgressRequestBody.java
index 5b6b6235..9822ff9a 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/ProgressRequestBody.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/ProgressRequestBody.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/ProgressResponseBody.java b/client/src/main/generated/com/regula/documentreader/webclient/ProgressResponseBody.java
index 36b9cb04..be6b8216 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/ProgressResponseBody.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/ProgressResponseBody.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/StringUtil.java b/client/src/main/generated/com/regula/documentreader/webclient/StringUtil.java
index 7cc7b5e4..c8f4ab16 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/StringUtil.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/StringUtil.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/api/DefaultApi.java b/client/src/main/generated/com/regula/documentreader/webclient/api/DefaultApi.java
index 4f9edb07..d48997dc 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/api/DefaultApi.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/api/DefaultApi.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/api/ProcessApi.java b/client/src/main/generated/com/regula/documentreader/webclient/api/ProcessApi.java
index 3d81dd88..92ab4015 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/api/ProcessApi.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/api/ProcessApi.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/api/TransactionApi.java b/client/src/main/generated/com/regula/documentreader/webclient/api/TransactionApi.java
new file mode 100644
index 00000000..013de54d
--- /dev/null
+++ b/client/src/main/generated/com/regula/documentreader/webclient/api/TransactionApi.java
@@ -0,0 +1,662 @@
+/*
+ * Regula Document Reader Web API
+ * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
+ *
+ * The version of the OpenAPI document: 7.1.0
+ *
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+package com.regula.documentreader.webclient.api;
+
+import com.google.gson.reflect.TypeToken;
+import com.regula.documentreader.webclient.ApiCallback;
+import com.regula.documentreader.webclient.ApiClient;
+import com.regula.documentreader.webclient.ApiException;
+import com.regula.documentreader.webclient.ApiResponse;
+import com.regula.documentreader.webclient.Configuration;
+import com.regula.documentreader.webclient.Pair;
+import com.regula.documentreader.webclient.model.InlineResponse200;
+import com.regula.documentreader.webclient.model.InlineResponse2001;
+import com.regula.documentreader.webclient.model.TransactionProcessGetResponse;
+import com.regula.documentreader.webclient.model.TransactionProcessRequest;
+import java.lang.reflect.Type;
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+
+public class TransactionApi {
+ private ApiClient localVarApiClient;
+
+ public TransactionApi() {
+ this(Configuration.getDefaultApiClient());
+ }
+
+ public TransactionApi(ApiClient apiClient) {
+ this.localVarApiClient = apiClient;
+ }
+
+ public ApiClient getApiClient() {
+ return localVarApiClient;
+ }
+
+ public void setApiClient(ApiClient apiClient) {
+ this.localVarApiClient = apiClient;
+ }
+
+ /**
+ * Build call for apiV2TagTagIdDelete
+ *
+ * @param tagId Tag id (required)
+ * @param _callback Callback for upload/download progress
+ * @return Call to execute
+ * @throws ApiException If fail to serialize the request body object
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 204 Transactions deleted -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public okhttp3.Call apiV2TagTagIdDeleteCall(Integer tagId, final ApiCallback _callback)
+ throws ApiException {
+ Object localVarPostBody = null;
+
+ // create path and map variables
+ String localVarPath =
+ "/api/v2/tag/{tag_id}"
+ .replaceAll("\\{" + "tagId" + "\\}", localVarApiClient.escapeString(tagId.toString()));
+
+ List localVarQueryParams = new ArrayList();
+ List localVarCollectionQueryParams = new ArrayList();
+ Map localVarHeaderParams = new HashMap();
+ Map localVarCookieParams = new HashMap();
+ Map localVarFormParams = new HashMap();
+ final String[] localVarAccepts = {"application/json"};
+ final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
+ if (localVarAccept != null) {
+ localVarHeaderParams.put("Accept", localVarAccept);
+ }
+
+ final String[] localVarContentTypes = {};
+
+ final String localVarContentType =
+ localVarApiClient.selectHeaderContentType(localVarContentTypes);
+ localVarHeaderParams.put("Content-Type", localVarContentType);
+
+ String[] localVarAuthNames = new String[] {};
+ return localVarApiClient.buildCall(
+ localVarPath,
+ "DELETE",
+ localVarQueryParams,
+ localVarCollectionQueryParams,
+ localVarPostBody,
+ localVarHeaderParams,
+ localVarCookieParams,
+ localVarFormParams,
+ localVarAuthNames,
+ _callback);
+ }
+
+ @SuppressWarnings("rawtypes")
+ private okhttp3.Call apiV2TagTagIdDeleteValidateBeforeCall(
+ Integer tagId, final ApiCallback _callback) throws ApiException {
+
+ // verify the required parameter 'tagId' is set
+ if (tagId == null) {
+ throw new ApiException(
+ "Missing the required parameter 'tagId' when calling apiV2TagTagIdDelete(Async)");
+ }
+
+ okhttp3.Call localVarCall = apiV2TagTagIdDeleteCall(tagId, _callback);
+ return localVarCall;
+ }
+
+ /**
+ * Delete preprocess transactions by tag
+ *
+ * @param tagId Tag id (required)
+ * @return Object
+ * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the
+ * response body
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 204 Transactions deleted -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public Object apiV2TagTagIdDelete(Integer tagId) throws ApiException {
+ ApiResponse localVarResp = apiV2TagTagIdDeleteWithHttpInfo(tagId);
+ return localVarResp.getData();
+ }
+
+ /**
+ * Delete preprocess transactions by tag
+ *
+ * @param tagId Tag id (required)
+ * @return ApiResponse<Object>
+ * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the
+ * response body
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 204 Transactions deleted -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public ApiResponse apiV2TagTagIdDeleteWithHttpInfo(Integer tagId) throws ApiException {
+ okhttp3.Call localVarCall = apiV2TagTagIdDeleteValidateBeforeCall(tagId, null);
+ Type localVarReturnType = new TypeToken() {}.getType();
+ return localVarApiClient.execute(localVarCall, localVarReturnType);
+ }
+
+ /**
+ * Delete preprocess transactions by tag (asynchronously)
+ *
+ * @param tagId Tag id (required)
+ * @param _callback The callback to be executed when the API call finishes
+ * @return The request call
+ * @throws ApiException If fail to process the API call, e.g. serializing the request body object
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 204 Transactions deleted -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public okhttp3.Call apiV2TagTagIdDeleteAsync(Integer tagId, final ApiCallback _callback)
+ throws ApiException {
+
+ okhttp3.Call localVarCall = apiV2TagTagIdDeleteValidateBeforeCall(tagId, _callback);
+ Type localVarReturnType = new TypeToken() {}.getType();
+ localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
+ return localVarCall;
+ }
+ /**
+ * Build call for apiV2TransactionTransactionIdGet
+ *
+ * @param transactionId Transaction id (required)
+ * @param _callback Callback for upload/download progress
+ * @return Call to execute
+ * @throws ApiException If fail to serialize the request body object
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 200 Preprocess transaction data -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public okhttp3.Call apiV2TransactionTransactionIdGetCall(
+ Integer transactionId, final ApiCallback _callback) throws ApiException {
+ Object localVarPostBody = null;
+
+ // create path and map variables
+ String localVarPath =
+ "/api/v2/transaction/{transaction_id}"
+ .replaceAll(
+ "\\{" + "transactionId" + "\\}",
+ localVarApiClient.escapeString(transactionId.toString()));
+
+ List localVarQueryParams = new ArrayList();
+ List localVarCollectionQueryParams = new ArrayList();
+ Map localVarHeaderParams = new HashMap();
+ Map localVarCookieParams = new HashMap();
+ Map localVarFormParams = new HashMap();
+ final String[] localVarAccepts = {"application/json"};
+ final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
+ if (localVarAccept != null) {
+ localVarHeaderParams.put("Accept", localVarAccept);
+ }
+
+ final String[] localVarContentTypes = {};
+
+ final String localVarContentType =
+ localVarApiClient.selectHeaderContentType(localVarContentTypes);
+ localVarHeaderParams.put("Content-Type", localVarContentType);
+
+ String[] localVarAuthNames = new String[] {};
+ return localVarApiClient.buildCall(
+ localVarPath,
+ "GET",
+ localVarQueryParams,
+ localVarCollectionQueryParams,
+ localVarPostBody,
+ localVarHeaderParams,
+ localVarCookieParams,
+ localVarFormParams,
+ localVarAuthNames,
+ _callback);
+ }
+
+ @SuppressWarnings("rawtypes")
+ private okhttp3.Call apiV2TransactionTransactionIdGetValidateBeforeCall(
+ Integer transactionId, final ApiCallback _callback) throws ApiException {
+
+ // verify the required parameter 'transactionId' is set
+ if (transactionId == null) {
+ throw new ApiException(
+ "Missing the required parameter 'transactionId' when calling apiV2TransactionTransactionIdGet(Async)");
+ }
+
+ okhttp3.Call localVarCall = apiV2TransactionTransactionIdGetCall(transactionId, _callback);
+ return localVarCall;
+ }
+
+ /**
+ * Get preprocess transaction data
+ *
+ * @param transactionId Transaction id (required)
+ * @return TransactionProcessGetResponse
+ * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the
+ * response body
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 200 Preprocess transaction data -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public TransactionProcessGetResponse apiV2TransactionTransactionIdGet(Integer transactionId)
+ throws ApiException {
+ ApiResponse localVarResp =
+ apiV2TransactionTransactionIdGetWithHttpInfo(transactionId);
+ return localVarResp.getData();
+ }
+
+ /**
+ * Get preprocess transaction data
+ *
+ * @param transactionId Transaction id (required)
+ * @return ApiResponse<TransactionProcessGetResponse>
+ * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the
+ * response body
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 200 Preprocess transaction data -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public ApiResponse apiV2TransactionTransactionIdGetWithHttpInfo(
+ Integer transactionId) throws ApiException {
+ okhttp3.Call localVarCall =
+ apiV2TransactionTransactionIdGetValidateBeforeCall(transactionId, null);
+ Type localVarReturnType = new TypeToken() {}.getType();
+ return localVarApiClient.execute(localVarCall, localVarReturnType);
+ }
+
+ /**
+ * Get preprocess transaction data (asynchronously)
+ *
+ * @param transactionId Transaction id (required)
+ * @param _callback The callback to be executed when the API call finishes
+ * @return The request call
+ * @throws ApiException If fail to process the API call, e.g. serializing the request body object
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 200 Preprocess transaction data -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public okhttp3.Call apiV2TransactionTransactionIdGetAsync(
+ Integer transactionId, final ApiCallback _callback)
+ throws ApiException {
+
+ okhttp3.Call localVarCall =
+ apiV2TransactionTransactionIdGetValidateBeforeCall(transactionId, _callback);
+ Type localVarReturnType = new TypeToken() {}.getType();
+ localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
+ return localVarCall;
+ }
+ /**
+ * Build call for apiV2TransactionTransactionIdProcessPost
+ *
+ * @param transactionId Transaction id (required)
+ * @param X_CLIENT_KEY (required)
+ * @param transactionProcessRequest (required)
+ * @param _callback Callback for upload/download progress
+ * @return Call to execute
+ * @throws ApiException If fail to serialize the request body object
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 200 Transaction process result -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public okhttp3.Call apiV2TransactionTransactionIdProcessPostCall(
+ Integer transactionId,
+ String X_CLIENT_KEY,
+ TransactionProcessRequest transactionProcessRequest,
+ final ApiCallback _callback)
+ throws ApiException {
+ Object localVarPostBody = transactionProcessRequest;
+
+ // create path and map variables
+ String localVarPath =
+ "/api/v2/transaction/{transaction_id}/process"
+ .replaceAll(
+ "\\{" + "transactionId" + "\\}",
+ localVarApiClient.escapeString(transactionId.toString()));
+
+ List localVarQueryParams = new ArrayList();
+ List localVarCollectionQueryParams = new ArrayList();
+ Map localVarHeaderParams = new HashMap();
+ if (X_CLIENT_KEY != null) {
+ localVarHeaderParams.put("X-CLIENT-KEY", localVarApiClient.parameterToString(X_CLIENT_KEY));
+ }
+
+ Map localVarCookieParams = new HashMap();
+ Map localVarFormParams = new HashMap();
+ final String[] localVarAccepts = {"application/json"};
+ final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
+ if (localVarAccept != null) {
+ localVarHeaderParams.put("Accept", localVarAccept);
+ }
+
+ final String[] localVarContentTypes = {"application/json"};
+ final String localVarContentType =
+ localVarApiClient.selectHeaderContentType(localVarContentTypes);
+ localVarHeaderParams.put("Content-Type", localVarContentType);
+
+ String[] localVarAuthNames = new String[] {};
+ return localVarApiClient.buildCall(
+ localVarPath,
+ "POST",
+ localVarQueryParams,
+ localVarCollectionQueryParams,
+ localVarPostBody,
+ localVarHeaderParams,
+ localVarCookieParams,
+ localVarFormParams,
+ localVarAuthNames,
+ _callback);
+ }
+
+ @SuppressWarnings("rawtypes")
+ private okhttp3.Call apiV2TransactionTransactionIdProcessPostValidateBeforeCall(
+ Integer transactionId,
+ String X_CLIENT_KEY,
+ TransactionProcessRequest transactionProcessRequest,
+ final ApiCallback _callback)
+ throws ApiException {
+
+ // verify the required parameter 'transactionId' is set
+ if (transactionId == null) {
+ throw new ApiException(
+ "Missing the required parameter 'transactionId' when calling apiV2TransactionTransactionIdProcessPost(Async)");
+ }
+
+ // verify the required parameter 'X_CLIENT_KEY' is set
+ if (X_CLIENT_KEY == null) {
+ throw new ApiException(
+ "Missing the required parameter 'X_CLIENT_KEY' when calling apiV2TransactionTransactionIdProcessPost(Async)");
+ }
+
+ // verify the required parameter 'transactionProcessRequest' is set
+ if (transactionProcessRequest == null) {
+ throw new ApiException(
+ "Missing the required parameter 'transactionProcessRequest' when calling apiV2TransactionTransactionIdProcessPost(Async)");
+ }
+
+ okhttp3.Call localVarCall =
+ apiV2TransactionTransactionIdProcessPostCall(
+ transactionId, X_CLIENT_KEY, transactionProcessRequest, _callback);
+ return localVarCall;
+ }
+
+ /**
+ * Preprocess
+ *
+ * @param transactionId Transaction id (required)
+ * @param X_CLIENT_KEY (required)
+ * @param transactionProcessRequest (required)
+ * @return InlineResponse200
+ * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the
+ * response body
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 200 Transaction process result -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public InlineResponse200 apiV2TransactionTransactionIdProcessPost(
+ Integer transactionId,
+ String X_CLIENT_KEY,
+ TransactionProcessRequest transactionProcessRequest)
+ throws ApiException {
+ ApiResponse localVarResp =
+ apiV2TransactionTransactionIdProcessPostWithHttpInfo(
+ transactionId, X_CLIENT_KEY, transactionProcessRequest);
+ return localVarResp.getData();
+ }
+
+ /**
+ * Preprocess
+ *
+ * @param transactionId Transaction id (required)
+ * @param X_CLIENT_KEY (required)
+ * @param transactionProcessRequest (required)
+ * @return ApiResponse<InlineResponse200>
+ * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the
+ * response body
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 200 Transaction process result -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public ApiResponse apiV2TransactionTransactionIdProcessPostWithHttpInfo(
+ Integer transactionId,
+ String X_CLIENT_KEY,
+ TransactionProcessRequest transactionProcessRequest)
+ throws ApiException {
+ okhttp3.Call localVarCall =
+ apiV2TransactionTransactionIdProcessPostValidateBeforeCall(
+ transactionId, X_CLIENT_KEY, transactionProcessRequest, null);
+ Type localVarReturnType = new TypeToken() {}.getType();
+ return localVarApiClient.execute(localVarCall, localVarReturnType);
+ }
+
+ /**
+ * Preprocess (asynchronously)
+ *
+ * @param transactionId Transaction id (required)
+ * @param X_CLIENT_KEY (required)
+ * @param transactionProcessRequest (required)
+ * @param _callback The callback to be executed when the API call finishes
+ * @return The request call
+ * @throws ApiException If fail to process the API call, e.g. serializing the request body object
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 200 Transaction process result -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public okhttp3.Call apiV2TransactionTransactionIdProcessPostAsync(
+ Integer transactionId,
+ String X_CLIENT_KEY,
+ TransactionProcessRequest transactionProcessRequest,
+ final ApiCallback _callback)
+ throws ApiException {
+
+ okhttp3.Call localVarCall =
+ apiV2TransactionTransactionIdProcessPostValidateBeforeCall(
+ transactionId, X_CLIENT_KEY, transactionProcessRequest, _callback);
+ Type localVarReturnType = new TypeToken() {}.getType();
+ localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
+ return localVarCall;
+ }
+ /**
+ * Build call for apiV2TransactionTransactionIdResultsGet
+ *
+ * @param transactionId Transaction id (required)
+ * @param withImages With base64 images or url (optional)
+ * @param _callback Callback for upload/download progress
+ * @return Call to execute
+ * @throws ApiException If fail to serialize the request body object
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 200 Transaction data -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public okhttp3.Call apiV2TransactionTransactionIdResultsGetCall(
+ Integer transactionId, Boolean withImages, final ApiCallback _callback) throws ApiException {
+ Object localVarPostBody = null;
+
+ // create path and map variables
+ String localVarPath =
+ "/api/v2/transaction/{transaction_id}/results"
+ .replaceAll(
+ "\\{" + "transactionId" + "\\}",
+ localVarApiClient.escapeString(transactionId.toString()));
+
+ List localVarQueryParams = new ArrayList();
+ List localVarCollectionQueryParams = new ArrayList();
+ if (withImages != null) {
+ localVarQueryParams.addAll(localVarApiClient.parameterToPair("withImages", withImages));
+ }
+
+ Map localVarHeaderParams = new HashMap();
+ Map localVarCookieParams = new HashMap();
+ Map localVarFormParams = new HashMap();
+ final String[] localVarAccepts = {"application/json"};
+ final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts);
+ if (localVarAccept != null) {
+ localVarHeaderParams.put("Accept", localVarAccept);
+ }
+
+ final String[] localVarContentTypes = {};
+
+ final String localVarContentType =
+ localVarApiClient.selectHeaderContentType(localVarContentTypes);
+ localVarHeaderParams.put("Content-Type", localVarContentType);
+
+ String[] localVarAuthNames = new String[] {};
+ return localVarApiClient.buildCall(
+ localVarPath,
+ "GET",
+ localVarQueryParams,
+ localVarCollectionQueryParams,
+ localVarPostBody,
+ localVarHeaderParams,
+ localVarCookieParams,
+ localVarFormParams,
+ localVarAuthNames,
+ _callback);
+ }
+
+ @SuppressWarnings("rawtypes")
+ private okhttp3.Call apiV2TransactionTransactionIdResultsGetValidateBeforeCall(
+ Integer transactionId, Boolean withImages, final ApiCallback _callback) throws ApiException {
+
+ // verify the required parameter 'transactionId' is set
+ if (transactionId == null) {
+ throw new ApiException(
+ "Missing the required parameter 'transactionId' when calling apiV2TransactionTransactionIdResultsGet(Async)");
+ }
+
+ okhttp3.Call localVarCall =
+ apiV2TransactionTransactionIdResultsGetCall(transactionId, withImages, _callback);
+ return localVarCall;
+ }
+
+ /**
+ * Get preprocess transaction result
+ *
+ * @param transactionId Transaction id (required)
+ * @param withImages With base64 images or url (optional)
+ * @return InlineResponse2001
+ * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the
+ * response body
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 200 Transaction data -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public InlineResponse2001 apiV2TransactionTransactionIdResultsGet(
+ Integer transactionId, Boolean withImages) throws ApiException {
+ ApiResponse localVarResp =
+ apiV2TransactionTransactionIdResultsGetWithHttpInfo(transactionId, withImages);
+ return localVarResp.getData();
+ }
+
+ /**
+ * Get preprocess transaction result
+ *
+ * @param transactionId Transaction id (required)
+ * @param withImages With base64 images or url (optional)
+ * @return ApiResponse<InlineResponse2001>
+ * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the
+ * response body
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 200 Transaction data -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public ApiResponse apiV2TransactionTransactionIdResultsGetWithHttpInfo(
+ Integer transactionId, Boolean withImages) throws ApiException {
+ okhttp3.Call localVarCall =
+ apiV2TransactionTransactionIdResultsGetValidateBeforeCall(transactionId, withImages, null);
+ Type localVarReturnType = new TypeToken() {}.getType();
+ return localVarApiClient.execute(localVarCall, localVarReturnType);
+ }
+
+ /**
+ * Get preprocess transaction result (asynchronously)
+ *
+ * @param transactionId Transaction id (required)
+ * @param withImages With base64 images or url (optional)
+ * @param _callback The callback to be executed when the API call finishes
+ * @return The request call
+ * @throws ApiException If fail to process the API call, e.g. serializing the request body object
+ * @http.response.details
+ *
+ * Status Code Description Response Headers
+ * 200 Transaction data -
+ * 400 Bad request. Check your input data. -
+ * 403 Bad license. Either server or request does not contain valid license. -
+ *
+ */
+ public okhttp3.Call apiV2TransactionTransactionIdResultsGetAsync(
+ Integer transactionId, Boolean withImages, final ApiCallback _callback)
+ throws ApiException {
+
+ okhttp3.Call localVarCall =
+ apiV2TransactionTransactionIdResultsGetValidateBeforeCall(
+ transactionId, withImages, _callback);
+ Type localVarReturnType = new TypeToken() {}.getType();
+ localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
+ return localVarCall;
+ }
+}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/auth/ApiKeyAuth.java b/client/src/main/generated/com/regula/documentreader/webclient/auth/ApiKeyAuth.java
index 1a8f74ac..b2a1ffe3 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/auth/ApiKeyAuth.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/auth/ApiKeyAuth.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/auth/Authentication.java b/client/src/main/generated/com/regula/documentreader/webclient/auth/Authentication.java
index 24d5fe40..2814a288 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/auth/Authentication.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/auth/Authentication.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/auth/HttpBasicAuth.java b/client/src/main/generated/com/regula/documentreader/webclient/auth/HttpBasicAuth.java
index 5d34a383..57b499ab 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/auth/HttpBasicAuth.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/auth/HttpBasicAuth.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/auth/HttpBearerAuth.java b/client/src/main/generated/com/regula/documentreader/webclient/auth/HttpBearerAuth.java
index 4a65e521..72cf4211 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/auth/HttpBearerAuth.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/auth/HttpBearerAuth.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/AreaArray.java b/client/src/main/generated/com/regula/documentreader/webclient/model/AreaArray.java
index f5df627a..57e2b479 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/AreaArray.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/AreaArray.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/AreaContainer.java b/client/src/main/generated/com/regula/documentreader/webclient/model/AreaContainer.java
index 74b1d79f..b7171938 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/AreaContainer.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/AreaContainer.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/AuthParams.java b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthParams.java
new file mode 100644
index 00000000..91132cdc
--- /dev/null
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthParams.java
@@ -0,0 +1,466 @@
+/*
+ * Regula Document Reader Web API
+ * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
+ *
+ * The version of the OpenAPI document: 7.1.0
+ *
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+package com.regula.documentreader.webclient.model;
+
+import com.google.gson.annotations.SerializedName;
+import java.util.Objects;
+
+/** AuthParams */
+public class AuthParams {
+ public static final String SERIALIZED_NAME_CHECK_LIVENESS = "checkLiveness";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_LIVENESS)
+ private Boolean checkLiveness;
+
+ public static final String SERIALIZED_NAME_LIVENESS_PARAMS = "livenessParams";
+
+ @SerializedName(SERIALIZED_NAME_LIVENESS_PARAMS)
+ private LivenessParams livenessParams;
+
+ public static final String SERIALIZED_NAME_CHECK_U_V_LUMINISCENCE = "checkUVLuminiscence";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_U_V_LUMINISCENCE)
+ private Boolean checkUVLuminiscence;
+
+ public static final String SERIALIZED_NAME_CHECK_I_R_B900 = "checkIRB900";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_I_R_B900)
+ private Boolean checkIRB900;
+
+ public static final String SERIALIZED_NAME_CHECK_IMAGE_PATTERNS = "checkImagePatterns";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_IMAGE_PATTERNS)
+ private Boolean checkImagePatterns;
+
+ public static final String SERIALIZED_NAME_CHECK_FIBERS = "checkFibers";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_FIBERS)
+ private Boolean checkFibers;
+
+ public static final String SERIALIZED_NAME_CHECK_EXT_M_R_Z = "checkExtMRZ";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_EXT_M_R_Z)
+ private Boolean checkExtMRZ;
+
+ public static final String SERIALIZED_NAME_CHECK_EXT_O_C_R = "checkExtOCR";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_EXT_O_C_R)
+ private Boolean checkExtOCR;
+
+ public static final String SERIALIZED_NAME_CHECK_AXIAL = "checkAxial";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_AXIAL)
+ private Boolean checkAxial;
+
+ public static final String SERIALIZED_NAME_CHECK_BARCODE_FORMAT = "checkBarcodeFormat";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_BARCODE_FORMAT)
+ private Boolean checkBarcodeFormat;
+
+ public static final String SERIALIZED_NAME_CHECK_I_R_VISIBILITY = "checkIRVisibility";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_I_R_VISIBILITY)
+ private Boolean checkIRVisibility;
+
+ public static final String SERIALIZED_NAME_CHECK_I_P_I = "checkIPI";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_I_P_I)
+ private Boolean checkIPI;
+
+ public static final String SERIALIZED_NAME_CHECK_PHOTO_EMBEDDING = "checkPhotoEmbedding";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_PHOTO_EMBEDDING)
+ private Boolean checkPhotoEmbedding;
+
+ public static final String SERIALIZED_NAME_CHECK_PHOTO_COMPARISON = "checkPhotoComparison";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_PHOTO_COMPARISON)
+ private Boolean checkPhotoComparison;
+
+ public static final String SERIALIZED_NAME_CHECK_LETTER_SCREEN = "checkLetterScreen";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_LETTER_SCREEN)
+ private Boolean checkLetterScreen;
+
+ public AuthParams withCheckLiveness(Boolean checkLiveness) {
+ this.checkLiveness = checkLiveness;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable document liveness check
+ *
+ * @return checkLiveness
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckLiveness() {
+ return checkLiveness;
+ }
+
+ public void setCheckLiveness(Boolean checkLiveness) {
+ this.checkLiveness = checkLiveness;
+ }
+
+ public AuthParams withLivenessParams(LivenessParams livenessParams) {
+ this.livenessParams = livenessParams;
+ return this;
+ }
+
+ /**
+ * Get livenessParams
+ *
+ * @return livenessParams
+ */
+ @javax.annotation.Nullable
+ public LivenessParams getLivenessParams() {
+ return livenessParams;
+ }
+
+ public void setLivenessParams(LivenessParams livenessParams) {
+ this.livenessParams = livenessParams;
+ }
+
+ public AuthParams withCheckUVLuminiscence(Boolean checkUVLuminiscence) {
+ this.checkUVLuminiscence = checkUVLuminiscence;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable Document luminescence check in UV light
+ *
+ * @return checkUVLuminiscence
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckUVLuminiscence() {
+ return checkUVLuminiscence;
+ }
+
+ public void setCheckUVLuminiscence(Boolean checkUVLuminiscence) {
+ this.checkUVLuminiscence = checkUVLuminiscence;
+ }
+
+ public AuthParams withCheckIRB900(Boolean checkIRB900) {
+ this.checkIRB900 = checkIRB900;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable B900 ink MRZ contrast check in IR light
+ *
+ * @return checkIRB900
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckIRB900() {
+ return checkIRB900;
+ }
+
+ public void setCheckIRB900(Boolean checkIRB900) {
+ this.checkIRB900 = checkIRB900;
+ }
+
+ public AuthParams withCheckImagePatterns(Boolean checkImagePatterns) {
+ this.checkImagePatterns = checkImagePatterns;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable Image patterns presence/absence check (position, shape, color)
+ *
+ * @return checkImagePatterns
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckImagePatterns() {
+ return checkImagePatterns;
+ }
+
+ public void setCheckImagePatterns(Boolean checkImagePatterns) {
+ this.checkImagePatterns = checkImagePatterns;
+ }
+
+ public AuthParams withCheckFibers(Boolean checkFibers) {
+ this.checkFibers = checkFibers;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable Fibers detection
+ *
+ * @return checkFibers
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckFibers() {
+ return checkFibers;
+ }
+
+ public void setCheckFibers(Boolean checkFibers) {
+ this.checkFibers = checkFibers;
+ }
+
+ public AuthParams withCheckExtMRZ(Boolean checkExtMRZ) {
+ this.checkExtMRZ = checkExtMRZ;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable Extended MRZ Check
+ *
+ * @return checkExtMRZ
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckExtMRZ() {
+ return checkExtMRZ;
+ }
+
+ public void setCheckExtMRZ(Boolean checkExtMRZ) {
+ this.checkExtMRZ = checkExtMRZ;
+ }
+
+ public AuthParams withCheckExtOCR(Boolean checkExtOCR) {
+ this.checkExtOCR = checkExtOCR;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable Extended OCR Check
+ *
+ * @return checkExtOCR
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckExtOCR() {
+ return checkExtOCR;
+ }
+
+ public void setCheckExtOCR(Boolean checkExtOCR) {
+ this.checkExtOCR = checkExtOCR;
+ }
+
+ public AuthParams withCheckAxial(Boolean checkAxial) {
+ this.checkAxial = checkAxial;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable laminate integrity check in axial light
+ *
+ * @return checkAxial
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckAxial() {
+ return checkAxial;
+ }
+
+ public void setCheckAxial(Boolean checkAxial) {
+ this.checkAxial = checkAxial;
+ }
+
+ public AuthParams withCheckBarcodeFormat(Boolean checkBarcodeFormat) {
+ this.checkBarcodeFormat = checkBarcodeFormat;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable Barcode format check (code metadata, data format, contents
+ * format, etc.)
+ *
+ * @return checkBarcodeFormat
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckBarcodeFormat() {
+ return checkBarcodeFormat;
+ }
+
+ public void setCheckBarcodeFormat(Boolean checkBarcodeFormat) {
+ this.checkBarcodeFormat = checkBarcodeFormat;
+ }
+
+ public AuthParams withCheckIRVisibility(Boolean checkIRVisibility) {
+ this.checkIRVisibility = checkIRVisibility;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable Document elements visibility check in IR light
+ *
+ * @return checkIRVisibility
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckIRVisibility() {
+ return checkIRVisibility;
+ }
+
+ public void setCheckIRVisibility(Boolean checkIRVisibility) {
+ this.checkIRVisibility = checkIRVisibility;
+ }
+
+ public AuthParams withCheckIPI(Boolean checkIPI) {
+ this.checkIPI = checkIPI;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable Invisible Personal Information (IPI) check
+ *
+ * @return checkIPI
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckIPI() {
+ return checkIPI;
+ }
+
+ public void setCheckIPI(Boolean checkIPI) {
+ this.checkIPI = checkIPI;
+ }
+
+ public AuthParams withCheckPhotoEmbedding(Boolean checkPhotoEmbedding) {
+ this.checkPhotoEmbedding = checkPhotoEmbedding;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable Owner's photo embedding check (is photo printed or
+ * sticked)
+ *
+ * @return checkPhotoEmbedding
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckPhotoEmbedding() {
+ return checkPhotoEmbedding;
+ }
+
+ public void setCheckPhotoEmbedding(Boolean checkPhotoEmbedding) {
+ this.checkPhotoEmbedding = checkPhotoEmbedding;
+ }
+
+ public AuthParams withCheckPhotoComparison(Boolean checkPhotoComparison) {
+ this.checkPhotoComparison = checkPhotoComparison;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable Portrait comparison check
+ *
+ * @return checkPhotoComparison
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckPhotoComparison() {
+ return checkPhotoComparison;
+ }
+
+ public void setCheckPhotoComparison(Boolean checkPhotoComparison) {
+ this.checkPhotoComparison = checkPhotoComparison;
+ }
+
+ public AuthParams withCheckLetterScreen(Boolean checkLetterScreen) {
+ this.checkLetterScreen = checkLetterScreen;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable LetterScreen check
+ *
+ * @return checkLetterScreen
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckLetterScreen() {
+ return checkLetterScreen;
+ }
+
+ public void setCheckLetterScreen(Boolean checkLetterScreen) {
+ this.checkLetterScreen = checkLetterScreen;
+ }
+
+ @Override
+ public boolean equals(java.lang.Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
+ AuthParams authParams = (AuthParams) o;
+ return Objects.equals(this.checkLiveness, authParams.checkLiveness)
+ && Objects.equals(this.livenessParams, authParams.livenessParams)
+ && Objects.equals(this.checkUVLuminiscence, authParams.checkUVLuminiscence)
+ && Objects.equals(this.checkIRB900, authParams.checkIRB900)
+ && Objects.equals(this.checkImagePatterns, authParams.checkImagePatterns)
+ && Objects.equals(this.checkFibers, authParams.checkFibers)
+ && Objects.equals(this.checkExtMRZ, authParams.checkExtMRZ)
+ && Objects.equals(this.checkExtOCR, authParams.checkExtOCR)
+ && Objects.equals(this.checkAxial, authParams.checkAxial)
+ && Objects.equals(this.checkBarcodeFormat, authParams.checkBarcodeFormat)
+ && Objects.equals(this.checkIRVisibility, authParams.checkIRVisibility)
+ && Objects.equals(this.checkIPI, authParams.checkIPI)
+ && Objects.equals(this.checkPhotoEmbedding, authParams.checkPhotoEmbedding)
+ && Objects.equals(this.checkPhotoComparison, authParams.checkPhotoComparison)
+ && Objects.equals(this.checkLetterScreen, authParams.checkLetterScreen);
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(
+ checkLiveness,
+ livenessParams,
+ checkUVLuminiscence,
+ checkIRB900,
+ checkImagePatterns,
+ checkFibers,
+ checkExtMRZ,
+ checkExtOCR,
+ checkAxial,
+ checkBarcodeFormat,
+ checkIRVisibility,
+ checkIPI,
+ checkPhotoEmbedding,
+ checkPhotoComparison,
+ checkLetterScreen);
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("class AuthParams {\n");
+ sb.append(" checkLiveness: ").append(toIndentedString(checkLiveness)).append("\n");
+ sb.append(" livenessParams: ").append(toIndentedString(livenessParams)).append("\n");
+ sb.append(" checkUVLuminiscence: ")
+ .append(toIndentedString(checkUVLuminiscence))
+ .append("\n");
+ sb.append(" checkIRB900: ").append(toIndentedString(checkIRB900)).append("\n");
+ sb.append(" checkImagePatterns: ").append(toIndentedString(checkImagePatterns)).append("\n");
+ sb.append(" checkFibers: ").append(toIndentedString(checkFibers)).append("\n");
+ sb.append(" checkExtMRZ: ").append(toIndentedString(checkExtMRZ)).append("\n");
+ sb.append(" checkExtOCR: ").append(toIndentedString(checkExtOCR)).append("\n");
+ sb.append(" checkAxial: ").append(toIndentedString(checkAxial)).append("\n");
+ sb.append(" checkBarcodeFormat: ").append(toIndentedString(checkBarcodeFormat)).append("\n");
+ sb.append(" checkIRVisibility: ").append(toIndentedString(checkIRVisibility)).append("\n");
+ sb.append(" checkIPI: ").append(toIndentedString(checkIPI)).append("\n");
+ sb.append(" checkPhotoEmbedding: ")
+ .append(toIndentedString(checkPhotoEmbedding))
+ .append("\n");
+ sb.append(" checkPhotoComparison: ")
+ .append(toIndentedString(checkPhotoComparison))
+ .append("\n");
+ sb.append(" checkLetterScreen: ").append(toIndentedString(checkLetterScreen)).append("\n");
+ sb.append("}");
+ return sb.toString();
+ }
+
+ /**
+ * Convert the given object to string with each line indented by 4 spaces (except the first line).
+ */
+ private String toIndentedString(java.lang.Object o) {
+ if (o == null) {
+ return "null";
+ }
+ return o.toString().replace("\n", "\n ");
+ }
+}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckList.java b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckList.java
index c9a958ac..66ec5a1b 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckList.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckList.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckResultItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckResultItem.java
index 27454ca4..31053e4a 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckResultItem.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckResultItem.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityResult.java
index 3cbdbb95..03c0f858 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityResultType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityResultType.java
index 37d9719e..d942df9d 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityResultType.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityResultType.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/BcPDF417INFO.java b/client/src/main/generated/com/regula/documentreader/webclient/model/BcPDF417INFO.java
index 4ddc72a1..c77221fb 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/BcPDF417INFO.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/BcPDF417INFO.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/BcROIDETECT.java b/client/src/main/generated/com/regula/documentreader/webclient/model/BcROIDETECT.java
index cacb6a82..98d55937 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/BcROIDETECT.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/BcROIDETECT.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/CheckDiagnose.java b/client/src/main/generated/com/regula/documentreader/webclient/model/CheckDiagnose.java
index cec9e43f..d644ebda 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/CheckDiagnose.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/CheckDiagnose.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/CheckResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/CheckResult.java
index 1f54709e..c9ec4525 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/CheckResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/CheckResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ChosenDocumentType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ChosenDocumentType.java
index 40465656..dc37a2de 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ChosenDocumentType.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ChosenDocumentType.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ChosenDocumentTypeResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ChosenDocumentTypeResult.java
index afe7d154..ae89dc9c 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ChosenDocumentTypeResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ChosenDocumentTypeResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/Critical.java b/client/src/main/generated/com/regula/documentreader/webclient/model/Critical.java
index 278b2f69..788df190 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/Critical.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Critical.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/CrossSourceValueComparison.java b/client/src/main/generated/com/regula/documentreader/webclient/model/CrossSourceValueComparison.java
index 3b6608d1..4622915a 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/CrossSourceValueComparison.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/CrossSourceValueComparison.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DataModule.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DataModule.java
index 1778733d..91c0fd7d 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DataModule.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DataModule.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DetailsOptical.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DetailsOptical.java
index 3b61a121..651db65a 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DetailsOptical.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DetailsOptical.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DetailsRFID.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DetailsRFID.java
index 1ff3d065..cc4a5570 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DetailsRFID.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DetailsRFID.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DeviceInfo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DeviceInfo.java
index 63068cb2..742e390c 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DeviceInfo.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DeviceInfo.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DocBarCodeInfo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocBarCodeInfo.java
index 55520060..07cb46fc 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocBarCodeInfo.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocBarCodeInfo.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DocBarCodeInfoFieldsList.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocBarCodeInfoFieldsList.java
index a01ae09f..637349c4 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocBarCodeInfoFieldsList.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocBarCodeInfoFieldsList.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DocVisualExtendedField.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocVisualExtendedField.java
index a7708294..9556714d 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocVisualExtendedField.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocVisualExtendedField.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentFormat.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentFormat.java
index 7300caef..3e0d147b 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentFormat.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentFormat.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentImage.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentImage.java
index a710b640..0005f625 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentImage.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentImage.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentImageResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentImageResult.java
index ff797f3a..e6ce136a 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentImageResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentImageResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentPosition.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentPosition.java
index acd33ca6..837c7ea6 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentPosition.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentPosition.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentPositionResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentPositionResult.java
index ba96de0e..418a98bd 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentPositionResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentPositionResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentType.java
index d57f2e40..8ade6bc6 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentType.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentType.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypeRecognitionResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypeRecognitionResult.java
index b19334e6..a4842fc5 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypeRecognitionResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypeRecognitionResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypesCandidates.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypesCandidates.java
index f4d563c1..988b52cd 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypesCandidates.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypesCandidates.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypesCandidatesList.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypesCandidatesList.java
index 9ef1caef..1e8049fa 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypesCandidatesList.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypesCandidatesList.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypesCandidatesResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypesCandidatesResult.java
index f2bc26b3..da650eef 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypesCandidatesResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentTypesCandidatesResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/EncryptedRCLResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/EncryptedRCLResult.java
index a014f829..6a81b90d 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/EncryptedRCLResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/EncryptedRCLResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/FDSIDList.java b/client/src/main/generated/com/regula/documentreader/webclient/model/FDSIDList.java
index ec243ab2..1caf557b 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/FDSIDList.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/FDSIDList.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/FaceApi.java b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceApi.java
index a193dc71..d9597a1c 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/FaceApi.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceApi.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/FaceApiSearch.java b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceApiSearch.java
index ca20413e..63a932c4 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/FaceApiSearch.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceApiSearch.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/FiberResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/FiberResult.java
index 3e7382f6..33b1cbb0 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/FiberResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/FiberResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicField.java b/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicField.java
index d0da3035..4d385586 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicField.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicField.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicFieldType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicFieldType.java
index bf6f5e4f..9a3a1aa8 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicFieldType.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicFieldType.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicFieldsList.java b/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicFieldsList.java
index bbef4d89..8985d460 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicFieldsList.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicFieldsList.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicsResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicsResult.java
index 42f1515a..bf21f336 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicsResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/GraphicsResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/IdentResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/IdentResult.java
index 0174b67f..956ad99b 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/IdentResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/IdentResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageData.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageData.java
index 006c3e12..e2b3d977 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageData.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageData.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQA.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQA.java
index b7d76c9c..3493ff92 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQA.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQA.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheck.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheck.java
index 99ca0b3d..bc75516c 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheck.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheck.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheckList.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheckList.java
index 6c39a181..6e852e07 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheckList.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheckList.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheckType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheckType.java
index 19677452..3e545d8f 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheckType.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheckType.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityResult.java
index 9924fa61..817df7ef 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageTransactionData.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageTransactionData.java
new file mode 100644
index 00000000..800ca387
--- /dev/null
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageTransactionData.java
@@ -0,0 +1,79 @@
+/*
+ * Regula Document Reader Web API
+ * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
+ *
+ * The version of the OpenAPI document: 7.1.0
+ *
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+package com.regula.documentreader.webclient.model;
+
+import com.google.gson.annotations.SerializedName;
+import java.util.Objects;
+
+/** ImageTransactionData */
+public class ImageTransactionData {
+ public static final String SERIALIZED_NAME_IMAGE = "image";
+
+ @SerializedName(SERIALIZED_NAME_IMAGE)
+ private ImagesFieldValue image;
+
+ public ImageTransactionData withImage(ImagesFieldValue image) {
+ this.image = image;
+ return this;
+ }
+
+ /**
+ * Get image
+ *
+ * @return image
+ */
+ @javax.annotation.Nullable
+ public ImagesFieldValue getImage() {
+ return image;
+ }
+
+ public void setImage(ImagesFieldValue image) {
+ this.image = image;
+ }
+
+ @Override
+ public boolean equals(java.lang.Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
+ ImageTransactionData imageTransactionData = (ImageTransactionData) o;
+ return Objects.equals(this.image, imageTransactionData.image);
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(image);
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("class ImageTransactionData {\n");
+ sb.append(" image: ").append(toIndentedString(image)).append("\n");
+ sb.append("}");
+ return sb.toString();
+ }
+
+ /**
+ * Convert the given object to string with each line indented by 4 spaces (except the first line).
+ */
+ private String toIndentedString(java.lang.Object o) {
+ if (o == null) {
+ return "null";
+ }
+ return o.toString().replace("\n", "\n ");
+ }
+}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/Images.java b/client/src/main/generated/com/regula/documentreader/webclient/model/Images.java
index de60b959..abccce5e 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/Images.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Images.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesAvailableSource.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesAvailableSource.java
index 01a2399e..c254d9ce 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesAvailableSource.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesAvailableSource.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesField.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesField.java
index 7b8e8788..652bb7d9 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesField.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesField.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesFieldValue.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesFieldValue.java
index 363c4272..e62f16e9 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesFieldValue.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesFieldValue.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesResult.java
index 32cf3d02..44255c14 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/InData.java b/client/src/main/generated/com/regula/documentreader/webclient/model/InData.java
new file mode 100644
index 00000000..af4518b8
--- /dev/null
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/InData.java
@@ -0,0 +1,141 @@
+/*
+ * Regula Document Reader Web API
+ * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
+ *
+ * The version of the OpenAPI document: 7.1.0
+ *
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+package com.regula.documentreader.webclient.model;
+
+import com.google.gson.annotations.SerializedName;
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Objects;
+
+/** InData */
+public class InData {
+ public static final String SERIALIZED_NAME_RFID_SESSION = "rfidSession";
+
+ @SerializedName(SERIALIZED_NAME_RFID_SESSION)
+ private InDataRfidSession rfidSession;
+
+ public static final String SERIALIZED_NAME_VIDEO = "video";
+
+ @SerializedName(SERIALIZED_NAME_VIDEO)
+ private InDataVideo video;
+
+ public static final String SERIALIZED_NAME_IMAGES = "images";
+
+ @SerializedName(SERIALIZED_NAME_IMAGES)
+ private List images = null;
+
+ public InData withRfidSession(InDataRfidSession rfidSession) {
+ this.rfidSession = rfidSession;
+ return this;
+ }
+
+ /**
+ * Get rfidSession
+ *
+ * @return rfidSession
+ */
+ @javax.annotation.Nullable
+ public InDataRfidSession getRfidSession() {
+ return rfidSession;
+ }
+
+ public void setRfidSession(InDataRfidSession rfidSession) {
+ this.rfidSession = rfidSession;
+ }
+
+ public InData withVideo(InDataVideo video) {
+ this.video = video;
+ return this;
+ }
+
+ /**
+ * Get video
+ *
+ * @return video
+ */
+ @javax.annotation.Nullable
+ public InDataVideo getVideo() {
+ return video;
+ }
+
+ public void setVideo(InDataVideo video) {
+ this.video = video;
+ }
+
+ public InData withImages(List images) {
+ this.images = images;
+ return this;
+ }
+
+ public InData addImagesItem(ImageTransactionData imagesItem) {
+ if (this.images == null) {
+ this.images = new ArrayList();
+ }
+ this.images.add(imagesItem);
+ return this;
+ }
+
+ /**
+ * Get images
+ *
+ * @return images
+ */
+ @javax.annotation.Nullable
+ public List getImages() {
+ return images;
+ }
+
+ public void setImages(List images) {
+ this.images = images;
+ }
+
+ @Override
+ public boolean equals(java.lang.Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
+ InData inData = (InData) o;
+ return Objects.equals(this.rfidSession, inData.rfidSession)
+ && Objects.equals(this.video, inData.video)
+ && Objects.equals(this.images, inData.images);
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(rfidSession, video, images);
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("class InData {\n");
+ sb.append(" rfidSession: ").append(toIndentedString(rfidSession)).append("\n");
+ sb.append(" video: ").append(toIndentedString(video)).append("\n");
+ sb.append(" images: ").append(toIndentedString(images)).append("\n");
+ sb.append("}");
+ return sb.toString();
+ }
+
+ /**
+ * Convert the given object to string with each line indented by 4 spaces (except the first line).
+ */
+ private String toIndentedString(java.lang.Object o) {
+ if (o == null) {
+ return "null";
+ }
+ return o.toString().replace("\n", "\n ");
+ }
+}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/InDataRfidSession.java b/client/src/main/generated/com/regula/documentreader/webclient/model/InDataRfidSession.java
new file mode 100644
index 00000000..25bdcfe3
--- /dev/null
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/InDataRfidSession.java
@@ -0,0 +1,79 @@
+/*
+ * Regula Document Reader Web API
+ * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
+ *
+ * The version of the OpenAPI document: 7.1.0
+ *
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+package com.regula.documentreader.webclient.model;
+
+import com.google.gson.annotations.SerializedName;
+import java.util.Objects;
+
+/** InDataRfidSession */
+public class InDataRfidSession {
+ public static final String SERIALIZED_NAME_URL = "url";
+
+ @SerializedName(SERIALIZED_NAME_URL)
+ private String url;
+
+ public InDataRfidSession withUrl(String url) {
+ this.url = url;
+ return this;
+ }
+
+ /**
+ * Image url
+ *
+ * @return url
+ */
+ @javax.annotation.Nullable
+ public String getUrl() {
+ return url;
+ }
+
+ public void setUrl(String url) {
+ this.url = url;
+ }
+
+ @Override
+ public boolean equals(java.lang.Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
+ InDataRfidSession inDataRfidSession = (InDataRfidSession) o;
+ return Objects.equals(this.url, inDataRfidSession.url);
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(url);
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("class InDataRfidSession {\n");
+ sb.append(" url: ").append(toIndentedString(url)).append("\n");
+ sb.append("}");
+ return sb.toString();
+ }
+
+ /**
+ * Convert the given object to string with each line indented by 4 spaces (except the first line).
+ */
+ private String toIndentedString(java.lang.Object o) {
+ if (o == null) {
+ return "null";
+ }
+ return o.toString().replace("\n", "\n ");
+ }
+}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/InDataVideo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/InDataVideo.java
new file mode 100644
index 00000000..a1c5a249
--- /dev/null
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/InDataVideo.java
@@ -0,0 +1,115 @@
+/*
+ * Regula Document Reader Web API
+ * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
+ *
+ * The version of the OpenAPI document: 7.1.0
+ *
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+package com.regula.documentreader.webclient.model;
+
+import com.google.gson.annotations.SerializedName;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+
+/** Video */
+public class InDataVideo {
+ public static final String SERIALIZED_NAME_METADATA = "metadata";
+
+ @SerializedName(SERIALIZED_NAME_METADATA)
+ private Map metadata = null;
+
+ public static final String SERIALIZED_NAME_URL = "url";
+
+ @SerializedName(SERIALIZED_NAME_URL)
+ private String url;
+
+ public InDataVideo withMetadata(Map metadata) {
+ this.metadata = metadata;
+ return this;
+ }
+
+ public InDataVideo putMetadataItem(String key, Object metadataItem) {
+ if (this.metadata == null) {
+ this.metadata = new HashMap();
+ }
+ this.metadata.put(key, metadataItem);
+ return this;
+ }
+
+ /**
+ * A free-form object containing video's extended attributes.
+ *
+ * @return metadata
+ */
+ @javax.annotation.Nullable
+ public Map getMetadata() {
+ return metadata;
+ }
+
+ public void setMetadata(Map metadata) {
+ this.metadata = metadata;
+ }
+
+ public InDataVideo withUrl(String url) {
+ this.url = url;
+ return this;
+ }
+
+ /**
+ * Video url
+ *
+ * @return url
+ */
+ @javax.annotation.Nullable
+ public String getUrl() {
+ return url;
+ }
+
+ public void setUrl(String url) {
+ this.url = url;
+ }
+
+ @Override
+ public boolean equals(java.lang.Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
+ InDataVideo inDataVideo = (InDataVideo) o;
+ return Objects.equals(this.metadata, inDataVideo.metadata)
+ && Objects.equals(this.url, inDataVideo.url);
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(metadata, url);
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("class InDataVideo {\n");
+ sb.append(" metadata: ").append(toIndentedString(metadata)).append("\n");
+ sb.append(" url: ").append(toIndentedString(url)).append("\n");
+ sb.append("}");
+ return sb.toString();
+ }
+
+ /**
+ * Convert the given object to string with each line indented by 4 spaces (except the first line).
+ */
+ private String toIndentedString(java.lang.Object o) {
+ if (o == null) {
+ return "null";
+ }
+ return o.toString().replace("\n", "\n ");
+ }
+}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/InlineResponse200.java b/client/src/main/generated/com/regula/documentreader/webclient/model/InlineResponse200.java
new file mode 100644
index 00000000..094f5ca5
--- /dev/null
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/InlineResponse200.java
@@ -0,0 +1,106 @@
+/*
+ * Regula Document Reader Web API
+ * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
+ *
+ * The version of the OpenAPI document: 7.1.0
+ *
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+package com.regula.documentreader.webclient.model;
+
+import com.google.gson.annotations.SerializedName;
+import java.util.Objects;
+import java.util.UUID;
+
+/** InlineResponse200 */
+public class InlineResponse200 {
+ public static final String SERIALIZED_NAME_TAG = "tag";
+
+ @SerializedName(SERIALIZED_NAME_TAG)
+ private String tag;
+
+ public static final String SERIALIZED_NAME_TRANSACTION_ID = "transactionId";
+
+ @SerializedName(SERIALIZED_NAME_TRANSACTION_ID)
+ private UUID transactionId;
+
+ public InlineResponse200 withTag(String tag) {
+ this.tag = tag;
+ return this;
+ }
+
+ /**
+ * Get tag
+ *
+ * @return tag
+ */
+ @javax.annotation.Nullable
+ public String getTag() {
+ return tag;
+ }
+
+ public void setTag(String tag) {
+ this.tag = tag;
+ }
+
+ public InlineResponse200 withTransactionId(UUID transactionId) {
+ this.transactionId = transactionId;
+ return this;
+ }
+
+ /**
+ * Get transactionId
+ *
+ * @return transactionId
+ */
+ @javax.annotation.Nullable
+ public UUID getTransactionId() {
+ return transactionId;
+ }
+
+ public void setTransactionId(UUID transactionId) {
+ this.transactionId = transactionId;
+ }
+
+ @Override
+ public boolean equals(java.lang.Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
+ InlineResponse200 inlineResponse200 = (InlineResponse200) o;
+ return Objects.equals(this.tag, inlineResponse200.tag)
+ && Objects.equals(this.transactionId, inlineResponse200.transactionId);
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(tag, transactionId);
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("class InlineResponse200 {\n");
+ sb.append(" tag: ").append(toIndentedString(tag)).append("\n");
+ sb.append(" transactionId: ").append(toIndentedString(transactionId)).append("\n");
+ sb.append("}");
+ return sb.toString();
+ }
+
+ /**
+ * Convert the given object to string with each line indented by 4 spaces (except the first line).
+ */
+ private String toIndentedString(java.lang.Object o) {
+ if (o == null) {
+ return "null";
+ }
+ return o.toString().replace("\n", "\n ");
+ }
+}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/InlineResponse2001.java b/client/src/main/generated/com/regula/documentreader/webclient/model/InlineResponse2001.java
new file mode 100644
index 00000000..713f9d3c
--- /dev/null
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/InlineResponse2001.java
@@ -0,0 +1,279 @@
+/*
+ * Regula Document Reader Web API
+ * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
+ *
+ * The version of the OpenAPI document: 7.1.0
+ *
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+package com.regula.documentreader.webclient.model;
+
+import com.google.gson.annotations.SerializedName;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+
+/** InlineResponse2001 */
+public class InlineResponse2001 {
+ public static final String SERIALIZED_NAME_CHIP_PAGE = "ChipPage";
+
+ @SerializedName(SERIALIZED_NAME_CHIP_PAGE)
+ private Integer chipPage;
+
+ public static final String SERIALIZED_NAME_PROCESSING_FINISHED = "ProcessingFinished";
+
+ @SerializedName(SERIALIZED_NAME_PROCESSING_FINISHED)
+ private Integer processingFinished;
+
+ public static final String SERIALIZED_NAME_CONTAINER_LIST = "ContainerList";
+
+ @SerializedName(SERIALIZED_NAME_CONTAINER_LIST)
+ private ContainerList containerList;
+
+ public static final String SERIALIZED_NAME_TRANSACTION_INFO = "TransactionInfo";
+
+ @SerializedName(SERIALIZED_NAME_TRANSACTION_INFO)
+ private TransactionInfo transactionInfo;
+
+ public static final String SERIALIZED_NAME_LOG = "log";
+
+ @SerializedName(SERIALIZED_NAME_LOG)
+ private String log;
+
+ public static final String SERIALIZED_NAME_PASS_BACK_OBJECT = "passBackObject";
+
+ @SerializedName(SERIALIZED_NAME_PASS_BACK_OBJECT)
+ private Map passBackObject = null;
+
+ public static final String SERIALIZED_NAME_MORE_PAGES_AVAILABLE = "morePagesAvailable";
+
+ @SerializedName(SERIALIZED_NAME_MORE_PAGES_AVAILABLE)
+ private Integer morePagesAvailable;
+
+ public static final String SERIALIZED_NAME_ELAPSED_TIME = "elapsedTime";
+
+ @SerializedName(SERIALIZED_NAME_ELAPSED_TIME)
+ private Integer elapsedTime;
+
+ public InlineResponse2001 withChipPage(Integer chipPage) {
+ this.chipPage = chipPage;
+ return this;
+ }
+
+ /**
+ * Get chipPage
+ *
+ * @return chipPage
+ */
+ @javax.annotation.Nullable
+ public Integer getChipPage() {
+ return chipPage;
+ }
+
+ public void setChipPage(Integer chipPage) {
+ this.chipPage = chipPage;
+ }
+
+ public InlineResponse2001 withProcessingFinished(Integer processingFinished) {
+ this.processingFinished = processingFinished;
+ return this;
+ }
+
+ /**
+ * Get processingFinished
+ *
+ * @return processingFinished
+ */
+ @javax.annotation.Nullable
+ public Integer getProcessingFinished() {
+ return processingFinished;
+ }
+
+ public void setProcessingFinished(Integer processingFinished) {
+ this.processingFinished = processingFinished;
+ }
+
+ public InlineResponse2001 withContainerList(ContainerList containerList) {
+ this.containerList = containerList;
+ return this;
+ }
+
+ /**
+ * Get containerList
+ *
+ * @return containerList
+ */
+ @javax.annotation.Nullable
+ public ContainerList getContainerList() {
+ return containerList;
+ }
+
+ public void setContainerList(ContainerList containerList) {
+ this.containerList = containerList;
+ }
+
+ public InlineResponse2001 withTransactionInfo(TransactionInfo transactionInfo) {
+ this.transactionInfo = transactionInfo;
+ return this;
+ }
+
+ /**
+ * Get transactionInfo
+ *
+ * @return transactionInfo
+ */
+ @javax.annotation.Nullable
+ public TransactionInfo getTransactionInfo() {
+ return transactionInfo;
+ }
+
+ public void setTransactionInfo(TransactionInfo transactionInfo) {
+ this.transactionInfo = transactionInfo;
+ }
+
+ public InlineResponse2001 withLog(String log) {
+ this.log = log;
+ return this;
+ }
+
+ /**
+ * Base64 encoded transaction processing log
+ *
+ * @return log
+ */
+ @javax.annotation.Nullable
+ public String getLog() {
+ return log;
+ }
+
+ public void setLog(String log) {
+ this.log = log;
+ }
+
+ public InlineResponse2001 withPassBackObject(Map passBackObject) {
+ this.passBackObject = passBackObject;
+ return this;
+ }
+
+ public InlineResponse2001 putPassBackObjectItem(String key, Object passBackObjectItem) {
+ if (this.passBackObject == null) {
+ this.passBackObject = new HashMap();
+ }
+ this.passBackObject.put(key, passBackObjectItem);
+ return this;
+ }
+
+ /**
+ * Free-form object provided in request. See passBackObject property of ProcessRequest.
+ *
+ * @return passBackObject
+ */
+ @javax.annotation.Nullable
+ public Map getPassBackObject() {
+ return passBackObject;
+ }
+
+ public void setPassBackObject(Map passBackObject) {
+ this.passBackObject = passBackObject;
+ }
+
+ public InlineResponse2001 withMorePagesAvailable(Integer morePagesAvailable) {
+ this.morePagesAvailable = morePagesAvailable;
+ return this;
+ }
+
+ /**
+ * Get morePagesAvailable
+ *
+ * @return morePagesAvailable
+ */
+ @javax.annotation.Nullable
+ public Integer getMorePagesAvailable() {
+ return morePagesAvailable;
+ }
+
+ public void setMorePagesAvailable(Integer morePagesAvailable) {
+ this.morePagesAvailable = morePagesAvailable;
+ }
+
+ public InlineResponse2001 withElapsedTime(Integer elapsedTime) {
+ this.elapsedTime = elapsedTime;
+ return this;
+ }
+
+ /**
+ * Time the document processing has taken, ms.
+ *
+ * @return elapsedTime
+ */
+ @javax.annotation.Nullable
+ public Integer getElapsedTime() {
+ return elapsedTime;
+ }
+
+ public void setElapsedTime(Integer elapsedTime) {
+ this.elapsedTime = elapsedTime;
+ }
+
+ @Override
+ public boolean equals(java.lang.Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
+ InlineResponse2001 inlineResponse2001 = (InlineResponse2001) o;
+ return Objects.equals(this.chipPage, inlineResponse2001.chipPage)
+ && Objects.equals(this.processingFinished, inlineResponse2001.processingFinished)
+ && Objects.equals(this.containerList, inlineResponse2001.containerList)
+ && Objects.equals(this.transactionInfo, inlineResponse2001.transactionInfo)
+ && Objects.equals(this.log, inlineResponse2001.log)
+ && Objects.equals(this.passBackObject, inlineResponse2001.passBackObject)
+ && Objects.equals(this.morePagesAvailable, inlineResponse2001.morePagesAvailable)
+ && Objects.equals(this.elapsedTime, inlineResponse2001.elapsedTime);
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(
+ chipPage,
+ processingFinished,
+ containerList,
+ transactionInfo,
+ log,
+ passBackObject,
+ morePagesAvailable,
+ elapsedTime);
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("class InlineResponse2001 {\n");
+ sb.append(" chipPage: ").append(toIndentedString(chipPage)).append("\n");
+ sb.append(" processingFinished: ").append(toIndentedString(processingFinished)).append("\n");
+ sb.append(" containerList: ").append(toIndentedString(containerList)).append("\n");
+ sb.append(" transactionInfo: ").append(toIndentedString(transactionInfo)).append("\n");
+ sb.append(" log: ").append(toIndentedString(log)).append("\n");
+ sb.append(" passBackObject: ").append(toIndentedString(passBackObject)).append("\n");
+ sb.append(" morePagesAvailable: ").append(toIndentedString(morePagesAvailable)).append("\n");
+ sb.append(" elapsedTime: ").append(toIndentedString(elapsedTime)).append("\n");
+ sb.append("}");
+ return sb.toString();
+ }
+
+ /**
+ * Convert the given object to string with each line indented by 4 spaces (except the first line).
+ */
+ private String toIndentedString(java.lang.Object o) {
+ if (o == null) {
+ return "null";
+ }
+ return o.toString().replace("\n", "\n ");
+ }
+}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/LCID.java b/client/src/main/generated/com/regula/documentreader/webclient/model/LCID.java
index 00ae3c10..556bd9d4 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/LCID.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/LCID.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -95,21 +95,9 @@ public class LCID {
/** Catalan */
public static final int CATALAN = 1027;
- /** Chinese (HongKong S.A.R.) */
- public static final int CHINESE_HONGKONG_SAR = 3076;
-
- /** Chinese (Macao S.A.R.) */
- public static final int CHINESE_MACAO_SAR = 5124;
-
/** Chinese */
public static final int CHINESE = 2052;
- /** Chinese (Singapore) */
- public static final int CHINESE_SINGAPORE = 4100;
-
- /** Chinese (Taiwan) */
- public static final int CHINESE_TAIWAN = 1028;
-
/** Croatian */
public static final int CROATIAN = 1050;
@@ -119,9 +107,6 @@ public class LCID {
/** Danish */
public static final int DANISH = 1030;
- /** Divehi */
- public static final int DIVEHI = 1125;
-
/** Dutch (Belgium) */
public static final int DUTCH_BELGIUM = 2067;
@@ -326,6 +311,9 @@ public class LCID {
/** Serbian (Latin) */
public static final int SERBIAN_LATIN = 2074;
+ /** Sinhala */
+ public static final int SINHALA = 1115;
+
/** Slovak */
public static final int SLOVAK = 1051;
@@ -401,9 +389,6 @@ public class LCID {
/** Swedish (Finland) */
public static final int SWEDISH_FINLAND = 2077;
- /** Syriac */
- public static final int SYRIAC = 1114;
-
/** Tamil */
public static final int TAMIL = 1097;
@@ -454,4 +439,58 @@ public class LCID {
/** Assamese */
public static final int Assamese = 1101;
+
+ /** Oriya */
+ public static final int ORIYA = 1096;
+
+ /** Malayalam */
+ public static final int MALAYALAM = 1100;
+
+ /** Lao */
+ public static final int LAO = 1108;
+
+ /** Sindhi (India) */
+ public static final int SINDHI_INDIA = 1113;
+
+ /** Amharic */
+ public static final int AMHARIC = 1118;
+
+ /** Kashmiri */
+ public static final int KASHMIRI = 1120;
+
+ /** Nepali */
+ public static final int NEPALI = 1121;
+
+ /** Pashto */
+ public static final int PASHTO = 1123;
+
+ /** Sindhi */
+ public static final int SINDHI = 2137;
+
+ /** Arabic (World) */
+ public static final int ARABIC = 4096;
+
+ /** Bank Card Number */
+ public static final int BANK_CARD_NUMBER = 10000;
+
+ /** Bank Card Expiry Date */
+ public static final int BANK_CARD_EXPIRY_DATE = 10001;
+
+ /** Bank Card Name */
+ public static final int BANK_CARD_NAME = 10002;
+
+ /** Bank Card */
+ public static final int BANK_CARD = 10003;
+
+ /** Bank Card CVV2 */
+ public static final int BANK_CARD_CVV2 = 10004;
+
+ /** Abkhazian (Cyrillic) */
+ public static final int ABKHAZIAN = 10011;
+
+ /** Karakalpak (Latin) */
+ public static final int KARAKALPAK = 10012;
+
+ /** Urdu Detection */
+ public static final int URDU_DETECTION = 10560;
}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/LexicalAnalysisResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/LexicalAnalysisResult.java
index b7d24ee2..57213719 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/LexicalAnalysisResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/LexicalAnalysisResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/LicenseResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/LicenseResult.java
index d7106499..1e5b99c6 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/LicenseResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/LicenseResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/Light.java b/client/src/main/generated/com/regula/documentreader/webclient/model/Light.java
index 8a754afa..67d9b439 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/Light.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Light.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ListVerifiedFields.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ListVerifiedFields.java
index d4b05799..286fd7e5 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ListVerifiedFields.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ListVerifiedFields.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/LivenessParams.java b/client/src/main/generated/com/regula/documentreader/webclient/model/LivenessParams.java
new file mode 100644
index 00000000..fb4f596e
--- /dev/null
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/LivenessParams.java
@@ -0,0 +1,157 @@
+/*
+ * Regula Document Reader Web API
+ * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
+ *
+ * The version of the OpenAPI document: 7.1.0
+ *
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+package com.regula.documentreader.webclient.model;
+
+import com.google.gson.annotations.SerializedName;
+import java.util.Objects;
+
+/** LivenessParams */
+public class LivenessParams {
+ public static final String SERIALIZED_NAME_CHECK_O_V_I = "checkOVI";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_O_V_I)
+ private Boolean checkOVI;
+
+ public static final String SERIALIZED_NAME_CHECK_M_L_I = "checkMLI";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_M_L_I)
+ private Boolean checkMLI;
+
+ public static final String SERIALIZED_NAME_CHECK_HOLO = "checkHolo";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_HOLO)
+ private Boolean checkHolo;
+
+ public static final String SERIALIZED_NAME_CHECK_E_D = "checkED";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_E_D)
+ private Boolean checkED;
+
+ public LivenessParams withCheckOVI(Boolean checkOVI) {
+ this.checkOVI = checkOVI;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable OVI check
+ *
+ * @return checkOVI
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckOVI() {
+ return checkOVI;
+ }
+
+ public void setCheckOVI(Boolean checkOVI) {
+ this.checkOVI = checkOVI;
+ }
+
+ public LivenessParams withCheckMLI(Boolean checkMLI) {
+ this.checkMLI = checkMLI;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable MLI check
+ *
+ * @return checkMLI
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckMLI() {
+ return checkMLI;
+ }
+
+ public void setCheckMLI(Boolean checkMLI) {
+ this.checkMLI = checkMLI;
+ }
+
+ public LivenessParams withCheckHolo(Boolean checkHolo) {
+ this.checkHolo = checkHolo;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable Hologram detection
+ *
+ * @return checkHolo
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckHolo() {
+ return checkHolo;
+ }
+
+ public void setCheckHolo(Boolean checkHolo) {
+ this.checkHolo = checkHolo;
+ }
+
+ public LivenessParams withCheckED(Boolean checkED) {
+ this.checkED = checkED;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable Electronic device detection
+ *
+ * @return checkED
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckED() {
+ return checkED;
+ }
+
+ public void setCheckED(Boolean checkED) {
+ this.checkED = checkED;
+ }
+
+ @Override
+ public boolean equals(java.lang.Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
+ LivenessParams livenessParams = (LivenessParams) o;
+ return Objects.equals(this.checkOVI, livenessParams.checkOVI)
+ && Objects.equals(this.checkMLI, livenessParams.checkMLI)
+ && Objects.equals(this.checkHolo, livenessParams.checkHolo)
+ && Objects.equals(this.checkED, livenessParams.checkED);
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(checkOVI, checkMLI, checkHolo, checkED);
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("class LivenessParams {\n");
+ sb.append(" checkOVI: ").append(toIndentedString(checkOVI)).append("\n");
+ sb.append(" checkMLI: ").append(toIndentedString(checkMLI)).append("\n");
+ sb.append(" checkHolo: ").append(toIndentedString(checkHolo)).append("\n");
+ sb.append(" checkED: ").append(toIndentedString(checkED)).append("\n");
+ sb.append("}");
+ return sb.toString();
+ }
+
+ /**
+ * Convert the given object to string with each line indented by 4 spaces (except the first line).
+ */
+ private String toIndentedString(java.lang.Object o) {
+ if (o == null) {
+ return "null";
+ }
+ return o.toString().replace("\n", "\n ");
+ }
+}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/LogLevel.java b/client/src/main/generated/com/regula/documentreader/webclient/model/LogLevel.java
index 15619d90..1a85c005 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/LogLevel.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/LogLevel.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/MRZFormat.java b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZFormat.java
index 50d917d3..6b282e06 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/MRZFormat.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZFormat.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/MeasureSystem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/MeasureSystem.java
index ee64fa01..08ab6029 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/MeasureSystem.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/MeasureSystem.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/OCRSecurityTextResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/OCRSecurityTextResult.java
index 05bdbf06..e5462a58 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/OCRSecurityTextResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/OCRSecurityTextResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/OneCandidate.java b/client/src/main/generated/com/regula/documentreader/webclient/model/OneCandidate.java
index 9015d05d..8607bc04 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/OneCandidate.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/OneCandidate.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/OriginalSymbol.java b/client/src/main/generated/com/regula/documentreader/webclient/model/OriginalSymbol.java
index 09b85163..7d295e46 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/OriginalSymbol.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/OriginalSymbol.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/OutData.java b/client/src/main/generated/com/regula/documentreader/webclient/model/OutData.java
new file mode 100644
index 00000000..ce2d1188
--- /dev/null
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/OutData.java
@@ -0,0 +1,79 @@
+/*
+ * Regula Document Reader Web API
+ * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
+ *
+ * The version of the OpenAPI document: 7.1.0
+ *
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+package com.regula.documentreader.webclient.model;
+
+import com.google.gson.annotations.SerializedName;
+import java.util.Objects;
+
+/** OutData */
+public class OutData {
+ public static final String SERIALIZED_NAME_URL = "url";
+
+ @SerializedName(SERIALIZED_NAME_URL)
+ private String url;
+
+ public OutData withUrl(String url) {
+ this.url = url;
+ return this;
+ }
+
+ /**
+ * Image url
+ *
+ * @return url
+ */
+ @javax.annotation.Nullable
+ public String getUrl() {
+ return url;
+ }
+
+ public void setUrl(String url) {
+ this.url = url;
+ }
+
+ @Override
+ public boolean equals(java.lang.Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
+ OutData outData = (OutData) o;
+ return Objects.equals(this.url, outData.url);
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(url);
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("class OutData {\n");
+ sb.append(" url: ").append(toIndentedString(url)).append("\n");
+ sb.append("}");
+ return sb.toString();
+ }
+
+ /**
+ * Convert the given object to string with each line indented by 4 spaces (except the first line).
+ */
+ private String toIndentedString(java.lang.Object o) {
+ if (o == null) {
+ return "null";
+ }
+ return o.toString().replace("\n", "\n ");
+ }
+}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/PArrayField.java b/client/src/main/generated/com/regula/documentreader/webclient/model/PArrayField.java
index 25d036d2..a2b1c8a2 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/PArrayField.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/PArrayField.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ParsingNotificationCodes.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ParsingNotificationCodes.java
index adf747b0..c126e8a8 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ParsingNotificationCodes.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ParsingNotificationCodes.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/PerDocumentConfig.java b/client/src/main/generated/com/regula/documentreader/webclient/model/PerDocumentConfig.java
index 1511839e..72a03745 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/PerDocumentConfig.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/PerDocumentConfig.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/PhotoIdentResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/PhotoIdentResult.java
index 115d2826..c5ffe721 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/PhotoIdentResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/PhotoIdentResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/Point.java b/client/src/main/generated/com/regula/documentreader/webclient/model/Point.java
index dd47b6b3..dc0a33f1 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/Point.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Point.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/PointArray.java b/client/src/main/generated/com/regula/documentreader/webclient/model/PointArray.java
index 204c709d..c0c52280 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/PointArray.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/PointArray.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/PointsContainer.java b/client/src/main/generated/com/regula/documentreader/webclient/model/PointsContainer.java
index c7a59b1d..5b630af6 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/PointsContainer.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/PointsContainer.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessParams.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessParams.java
index 5ea25340..8b6fde97 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessParams.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessParams.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,11 +26,6 @@ public class ProcessParams {
@SerializedName(SERIALIZED_NAME_LCID_FILTER)
private List lcidFilter = null;
- public static final String SERIALIZED_NAME_CHECK_LIVENESS = "checkLiveness";
-
- @SerializedName(SERIALIZED_NAME_CHECK_LIVENESS)
- private Boolean checkLiveness = false;
-
public static final String SERIALIZED_NAME_LCID_IGNORE_FILTER = "lcidIgnoreFilter";
@SerializedName(SERIALIZED_NAME_LCID_IGNORE_FILTER)
@@ -285,6 +280,16 @@ public class ProcessParams {
@SerializedName(SERIALIZED_NAME_RFID)
private ProcessParamsRfid rfid;
+ public static final String SERIALIZED_NAME_CHECK_AUTH = "checkAuth";
+
+ @SerializedName(SERIALIZED_NAME_CHECK_AUTH)
+ private Boolean checkAuth;
+
+ public static final String SERIALIZED_NAME_AUTH_PARAMS = "authParams";
+
+ @SerializedName(SERIALIZED_NAME_AUTH_PARAMS)
+ private AuthParams authParams;
+
public ProcessParams withLcidFilter(List lcidFilter) {
this.lcidFilter = lcidFilter;
return this;
@@ -313,25 +318,6 @@ public void setLcidFilter(List lcidFilter) {
this.lcidFilter = lcidFilter;
}
- public ProcessParams withCheckLiveness(Boolean checkLiveness) {
- this.checkLiveness = checkLiveness;
- return this;
- }
-
- /**
- * This parameter is used to enable document liveness check.
- *
- * @return checkLiveness
- */
- @javax.annotation.Nullable
- public Boolean getCheckLiveness() {
- return checkLiveness;
- }
-
- public void setCheckLiveness(Boolean checkLiveness) {
- this.checkLiveness = checkLiveness;
- }
-
public ProcessParams withLcidIgnoreFilter(List lcidIgnoreFilter) {
this.lcidIgnoreFilter = lcidIgnoreFilter;
return this;
@@ -1394,6 +1380,44 @@ public void setRfid(ProcessParamsRfid rfid) {
this.rfid = rfid;
}
+ public ProcessParams withCheckAuth(Boolean checkAuth) {
+ this.checkAuth = checkAuth;
+ return this;
+ }
+
+ /**
+ * This parameter is used to enable authenticity checks
+ *
+ * @return checkAuth
+ */
+ @javax.annotation.Nullable
+ public Boolean getCheckAuth() {
+ return checkAuth;
+ }
+
+ public void setCheckAuth(Boolean checkAuth) {
+ this.checkAuth = checkAuth;
+ }
+
+ public ProcessParams withAuthParams(AuthParams authParams) {
+ this.authParams = authParams;
+ return this;
+ }
+
+ /**
+ * Get authParams
+ *
+ * @return authParams
+ */
+ @javax.annotation.Nullable
+ public AuthParams getAuthParams() {
+ return authParams;
+ }
+
+ public void setAuthParams(AuthParams authParams) {
+ this.authParams = authParams;
+ }
+
@Override
public boolean equals(java.lang.Object o) {
if (this == o) {
@@ -1404,7 +1428,6 @@ public boolean equals(java.lang.Object o) {
}
ProcessParams processParams = (ProcessParams) o;
return Objects.equals(this.lcidFilter, processParams.lcidFilter)
- && Objects.equals(this.checkLiveness, processParams.checkLiveness)
&& Objects.equals(this.lcidIgnoreFilter, processParams.lcidIgnoreFilter)
&& Objects.equals(this.oneShotIdentification, processParams.oneShotIdentification)
&& Objects.equals(this.useFaceApi, processParams.useFaceApi)
@@ -1455,14 +1478,15 @@ public boolean equals(java.lang.Object o) {
&& Objects.equals(this.deviceTypeHex, processParams.deviceTypeHex)
&& Objects.equals(this.ignoreDeviceIdFromImage, processParams.ignoreDeviceIdFromImage)
&& Objects.equals(this.documentIdList, processParams.documentIdList)
- && Objects.equals(this.rfid, processParams.rfid);
+ && Objects.equals(this.rfid, processParams.rfid)
+ && Objects.equals(this.checkAuth, processParams.checkAuth)
+ && Objects.equals(this.authParams, processParams.authParams);
}
@Override
public int hashCode() {
return Objects.hash(
lcidFilter,
- checkLiveness,
lcidIgnoreFilter,
oneShotIdentification,
useFaceApi,
@@ -1512,7 +1536,9 @@ public int hashCode() {
deviceTypeHex,
ignoreDeviceIdFromImage,
documentIdList,
- rfid);
+ rfid,
+ checkAuth,
+ authParams);
}
@Override
@@ -1520,7 +1546,6 @@ public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("class ProcessParams {\n");
sb.append(" lcidFilter: ").append(toIndentedString(lcidFilter)).append("\n");
- sb.append(" checkLiveness: ").append(toIndentedString(checkLiveness)).append("\n");
sb.append(" lcidIgnoreFilter: ").append(toIndentedString(lcidIgnoreFilter)).append("\n");
sb.append(" oneShotIdentification: ")
.append(toIndentedString(oneShotIdentification))
@@ -1597,6 +1622,8 @@ public String toString() {
.append("\n");
sb.append(" documentIdList: ").append(toIndentedString(documentIdList)).append("\n");
sb.append(" rfid: ").append(toIndentedString(rfid)).append("\n");
+ sb.append(" checkAuth: ").append(toIndentedString(checkAuth)).append("\n");
+ sb.append(" authParams: ").append(toIndentedString(authParams)).append("\n");
sb.append("}");
return sb.toString();
}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessParamsRfid.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessParamsRfid.java
index 700e3ac8..652e1f44 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessParamsRfid.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessParamsRfid.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessRequest.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessRequest.java
index 22ad65fe..0529b983 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessRequest.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessRequest.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessRequestImage.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessRequestImage.java
index e973f7ef..768c1035 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessRequestImage.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessRequestImage.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessResponse.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessResponse.java
index d4409578..880d0d3e 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessResponse.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessResponse.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessSystemInfo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessSystemInfo.java
index 53464776..92cdbdb4 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessSystemInfo.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessSystemInfo.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessingStatus.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessingStatus.java
index c716b6b0..a7256632 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessingStatus.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ProcessingStatus.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RawImageContainerList.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RawImageContainerList.java
index 3294d842..b2e4db6d 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/RawImageContainerList.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RawImageContainerList.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RectangleCoordinates.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RectangleCoordinates.java
index 75508bd7..ec10ec9f 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/RectangleCoordinates.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RectangleCoordinates.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
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 e70ea32a..a8ebe6ad 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/Result.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Result.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ResultItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ResultItem.java
index 24702e97..44414bee 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/ResultItem.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ResultItem.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidLocation.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidLocation.java
index 944e2d10..687a801d 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidLocation.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidLocation.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidOrigin.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidOrigin.java
index db297e47..f98cfb0a 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidOrigin.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidOrigin.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/Scenario.java b/client/src/main/generated/com/regula/documentreader/webclient/model/Scenario.java
index 535a075e..16c10844 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/Scenario.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Scenario.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureResult.java
index abc431fa..4f3ecfe4 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureType.java
index 77490f4e..39c6ea36 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureType.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureType.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/Source.java b/client/src/main/generated/com/regula/documentreader/webclient/model/Source.java
index c58e22c7..14cfa7c1 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/Source.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Source.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/SourceValidity.java b/client/src/main/generated/com/regula/documentreader/webclient/model/SourceValidity.java
index 720985d9..778142ee 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/SourceValidity.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/SourceValidity.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/Status.java b/client/src/main/generated/com/regula/documentreader/webclient/model/Status.java
index d224a347..6036351a 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/Status.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Status.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/StatusResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/StatusResult.java
index f236087a..d066ff73 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/StatusResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/StatusResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/StringRecognitionResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/StringRecognitionResult.java
index 8fdb94de..5e39d53f 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/StringRecognitionResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/StringRecognitionResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/SymbolCandidate.java b/client/src/main/generated/com/regula/documentreader/webclient/model/SymbolCandidate.java
index 92f2ebb3..2c2d32da 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/SymbolCandidate.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/SymbolCandidate.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/SymbolRecognitionResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/SymbolRecognitionResult.java
index d246b591..7b349cb9 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/SymbolRecognitionResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/SymbolRecognitionResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/Text.java b/client/src/main/generated/com/regula/documentreader/webclient/model/Text.java
index 42a011dc..fc174304 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/Text.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Text.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/TextAvailableSource.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TextAvailableSource.java
index 94a336db..5c6dc279 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/TextAvailableSource.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TextAvailableSource.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/TextDataResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TextDataResult.java
index cdc057a3..207c1c91 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/TextDataResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TextDataResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/TextField.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TextField.java
index 56100d21..75a24952 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/TextField.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TextField.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/TextFieldType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TextFieldType.java
index 6f785467..7076f077 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/TextFieldType.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TextFieldType.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1897,4 +1897,7 @@ public class TextFieldType {
/** Date of Retirement */
public static final int DATE_OF_RETIREMENT = 681;
+
+ /** Document Status */
+ public static final int DOCUMENT_STATUS = 682;
}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/TextFieldValue.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TextFieldValue.java
index bf9d62bf..629d483e 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/TextFieldValue.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TextFieldValue.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/TextPostProcessing.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TextPostProcessing.java
index b6daef5e..ae460cd7 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/TextPostProcessing.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TextPostProcessing.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/TextResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TextResult.java
index 45f8b637..b170c6f3 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/TextResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TextResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionImage.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionImage.java
new file mode 100644
index 00000000..072d39d8
--- /dev/null
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionImage.java
@@ -0,0 +1,79 @@
+/*
+ * Regula Document Reader Web API
+ * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
+ *
+ * The version of the OpenAPI document: 7.1.0
+ *
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+package com.regula.documentreader.webclient.model;
+
+import com.google.gson.annotations.SerializedName;
+import java.util.Objects;
+
+/** TransactionImage */
+public class TransactionImage {
+ public static final String SERIALIZED_NAME_IMAGE = "image";
+
+ @SerializedName(SERIALIZED_NAME_IMAGE)
+ private ImagesFieldValue image;
+
+ public TransactionImage withImage(ImagesFieldValue image) {
+ this.image = image;
+ return this;
+ }
+
+ /**
+ * Get image
+ *
+ * @return image
+ */
+ @javax.annotation.Nullable
+ public ImagesFieldValue getImage() {
+ return image;
+ }
+
+ public void setImage(ImagesFieldValue image) {
+ this.image = image;
+ }
+
+ @Override
+ public boolean equals(java.lang.Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
+ TransactionImage transactionImage = (TransactionImage) o;
+ return Objects.equals(this.image, transactionImage.image);
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(image);
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("class TransactionImage {\n");
+ sb.append(" image: ").append(toIndentedString(image)).append("\n");
+ sb.append("}");
+ return sb.toString();
+ }
+
+ /**
+ * Convert the given object to string with each line indented by 4 spaces (except the first line).
+ */
+ private String toIndentedString(java.lang.Object o) {
+ if (o == null) {
+ return "null";
+ }
+ return o.toString().replace("\n", "\n ");
+ }
+}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionInfo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionInfo.java
index e0e0e349..e58325e4 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionInfo.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionInfo.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessGetResponse.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessGetResponse.java
new file mode 100644
index 00000000..45410cff
--- /dev/null
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessGetResponse.java
@@ -0,0 +1,157 @@
+/*
+ * Regula Document Reader Web API
+ * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
+ *
+ * The version of the OpenAPI document: 7.1.0
+ *
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+package com.regula.documentreader.webclient.model;
+
+import com.google.gson.annotations.SerializedName;
+import java.util.Objects;
+
+/** TransactionProcessGetResponse */
+public class TransactionProcessGetResponse {
+ public static final String SERIALIZED_NAME_TRANSACTION_ID = "transactionId";
+
+ @SerializedName(SERIALIZED_NAME_TRANSACTION_ID)
+ private Integer transactionId;
+
+ public static final String SERIALIZED_NAME_TAG = "tag";
+
+ @SerializedName(SERIALIZED_NAME_TAG)
+ private String tag;
+
+ public static final String SERIALIZED_NAME_OUT_DATA = "outData";
+
+ @SerializedName(SERIALIZED_NAME_OUT_DATA)
+ private OutData outData;
+
+ public static final String SERIALIZED_NAME_IN_DATA = "inData";
+
+ @SerializedName(SERIALIZED_NAME_IN_DATA)
+ private InData inData;
+
+ public TransactionProcessGetResponse withTransactionId(Integer transactionId) {
+ this.transactionId = transactionId;
+ return this;
+ }
+
+ /**
+ * Get transactionId
+ *
+ * @return transactionId
+ */
+ @javax.annotation.Nullable
+ public Integer getTransactionId() {
+ return transactionId;
+ }
+
+ public void setTransactionId(Integer transactionId) {
+ this.transactionId = transactionId;
+ }
+
+ public TransactionProcessGetResponse withTag(String tag) {
+ this.tag = tag;
+ return this;
+ }
+
+ /**
+ * Get tag
+ *
+ * @return tag
+ */
+ @javax.annotation.Nullable
+ public String getTag() {
+ return tag;
+ }
+
+ public void setTag(String tag) {
+ this.tag = tag;
+ }
+
+ public TransactionProcessGetResponse withOutData(OutData outData) {
+ this.outData = outData;
+ return this;
+ }
+
+ /**
+ * Get outData
+ *
+ * @return outData
+ */
+ @javax.annotation.Nullable
+ public OutData getOutData() {
+ return outData;
+ }
+
+ public void setOutData(OutData outData) {
+ this.outData = outData;
+ }
+
+ public TransactionProcessGetResponse withInData(InData inData) {
+ this.inData = inData;
+ return this;
+ }
+
+ /**
+ * Get inData
+ *
+ * @return inData
+ */
+ @javax.annotation.Nullable
+ public InData getInData() {
+ return inData;
+ }
+
+ public void setInData(InData inData) {
+ this.inData = inData;
+ }
+
+ @Override
+ public boolean equals(java.lang.Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
+ TransactionProcessGetResponse transactionProcessGetResponse = (TransactionProcessGetResponse) o;
+ return Objects.equals(this.transactionId, transactionProcessGetResponse.transactionId)
+ && Objects.equals(this.tag, transactionProcessGetResponse.tag)
+ && Objects.equals(this.outData, transactionProcessGetResponse.outData)
+ && Objects.equals(this.inData, transactionProcessGetResponse.inData);
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(transactionId, tag, outData, inData);
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("class TransactionProcessGetResponse {\n");
+ sb.append(" transactionId: ").append(toIndentedString(transactionId)).append("\n");
+ sb.append(" tag: ").append(toIndentedString(tag)).append("\n");
+ sb.append(" outData: ").append(toIndentedString(outData)).append("\n");
+ sb.append(" inData: ").append(toIndentedString(inData)).append("\n");
+ sb.append("}");
+ return sb.toString();
+ }
+
+ /**
+ * Convert the given object to string with each line indented by 4 spaces (except the first line).
+ */
+ private String toIndentedString(java.lang.Object o) {
+ if (o == null) {
+ return "null";
+ }
+ return o.toString().replace("\n", "\n ");
+ }
+}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessRequest.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessRequest.java
new file mode 100644
index 00000000..886ed5a2
--- /dev/null
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessRequest.java
@@ -0,0 +1,289 @@
+/*
+ * Regula Document Reader Web API
+ * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
+ *
+ * The version of the OpenAPI document: 7.1.0
+ *
+ *
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
+ * https://openapi-generator.tech
+ * Do not edit the class manually.
+ */
+
+package com.regula.documentreader.webclient.model;
+
+import com.google.gson.annotations.SerializedName;
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+import java.util.Objects;
+
+/** TransactionProcessRequest */
+public class TransactionProcessRequest {
+ public static final String SERIALIZED_NAME_TAG = "tag";
+
+ @SerializedName(SERIALIZED_NAME_TAG)
+ private String tag;
+
+ public static final String SERIALIZED_NAME_PROCESS_PARAM = "processParam";
+
+ @SerializedName(SERIALIZED_NAME_PROCESS_PARAM)
+ private ProcessParams processParam;
+
+ public static final String SERIALIZED_NAME_LIST = "List";
+
+ @SerializedName(SERIALIZED_NAME_LIST)
+ private List list = null;
+
+ public static final String SERIALIZED_NAME_LIVE_PORTRAIT = "livePortrait";
+
+ @SerializedName(SERIALIZED_NAME_LIVE_PORTRAIT)
+ private String livePortrait;
+
+ public static final String SERIALIZED_NAME_EXT_PORTRAIT = "extPortrait";
+
+ @SerializedName(SERIALIZED_NAME_EXT_PORTRAIT)
+ private String extPortrait;
+
+ public static final String SERIALIZED_NAME_CONTAINER_LIST = "ContainerList";
+
+ @SerializedName(SERIALIZED_NAME_CONTAINER_LIST)
+ private ContainerList containerList;
+
+ public static final String SERIALIZED_NAME_SYSTEM_INFO = "systemInfo";
+
+ @SerializedName(SERIALIZED_NAME_SYSTEM_INFO)
+ private ProcessSystemInfo systemInfo;
+
+ public static final String SERIALIZED_NAME_PASS_BACK_OBJECT = "passBackObject";
+
+ @SerializedName(SERIALIZED_NAME_PASS_BACK_OBJECT)
+ private Map passBackObject = null;
+
+ public TransactionProcessRequest withTag(String tag) {
+ this.tag = tag;
+ return this;
+ }
+
+ /**
+ * session id
+ *
+ * @return tag
+ */
+ @javax.annotation.Nullable
+ public String getTag() {
+ return tag;
+ }
+
+ public void setTag(String tag) {
+ this.tag = tag;
+ }
+
+ public TransactionProcessRequest withProcessParam(ProcessParams processParam) {
+ this.processParam = processParam;
+ return this;
+ }
+
+ /**
+ * Get processParam
+ *
+ * @return processParam
+ */
+ public ProcessParams getProcessParam() {
+ return processParam;
+ }
+
+ public void setProcessParam(ProcessParams processParam) {
+ this.processParam = processParam;
+ }
+
+ public TransactionProcessRequest withList(List list) {
+ this.list = list;
+ return this;
+ }
+
+ public TransactionProcessRequest addListItem(ProcessRequestImage listItem) {
+ if (this.list == null) {
+ this.list = new ArrayList();
+ }
+ this.list.add(listItem);
+ return this;
+ }
+
+ /**
+ * Get list
+ *
+ * @return list
+ */
+ @javax.annotation.Nullable
+ public List getList() {
+ return list;
+ }
+
+ public void setList(List list) {
+ this.list = list;
+ }
+
+ public TransactionProcessRequest withLivePortrait(String livePortrait) {
+ this.livePortrait = livePortrait;
+ return this;
+ }
+
+ /**
+ * Live portrait photo
+ *
+ * @return livePortrait
+ */
+ @javax.annotation.Nullable
+ public String getLivePortrait() {
+ return livePortrait;
+ }
+
+ public void setLivePortrait(String livePortrait) {
+ this.livePortrait = livePortrait;
+ }
+
+ public TransactionProcessRequest withExtPortrait(String extPortrait) {
+ this.extPortrait = extPortrait;
+ return this;
+ }
+
+ /**
+ * Portrait photo from an external source
+ *
+ * @return extPortrait
+ */
+ @javax.annotation.Nullable
+ public String getExtPortrait() {
+ return extPortrait;
+ }
+
+ public void setExtPortrait(String extPortrait) {
+ this.extPortrait = extPortrait;
+ }
+
+ public TransactionProcessRequest withContainerList(ContainerList containerList) {
+ this.containerList = containerList;
+ return this;
+ }
+
+ /**
+ * Get containerList
+ *
+ * @return containerList
+ */
+ @javax.annotation.Nullable
+ public ContainerList getContainerList() {
+ return containerList;
+ }
+
+ public void setContainerList(ContainerList containerList) {
+ this.containerList = containerList;
+ }
+
+ public TransactionProcessRequest withSystemInfo(ProcessSystemInfo systemInfo) {
+ this.systemInfo = systemInfo;
+ return this;
+ }
+
+ /**
+ * Get systemInfo
+ *
+ * @return systemInfo
+ */
+ @javax.annotation.Nullable
+ public ProcessSystemInfo getSystemInfo() {
+ return systemInfo;
+ }
+
+ public void setSystemInfo(ProcessSystemInfo systemInfo) {
+ this.systemInfo = systemInfo;
+ }
+
+ public TransactionProcessRequest withPassBackObject(Map passBackObject) {
+ this.passBackObject = passBackObject;
+ return this;
+ }
+
+ public TransactionProcessRequest putPassBackObjectItem(String key, Object passBackObjectItem) {
+ if (this.passBackObject == null) {
+ this.passBackObject = new HashMap();
+ }
+ this.passBackObject.put(key, passBackObjectItem);
+ return this;
+ }
+
+ /**
+ * Free-form object to be included in response. Must be object, not list or simple value. Do not
+ * affect document processing. Use it freely to pass your app params. Stored in process logs.
+ *
+ * @return passBackObject
+ */
+ @javax.annotation.Nullable
+ public Map getPassBackObject() {
+ return passBackObject;
+ }
+
+ public void setPassBackObject(Map passBackObject) {
+ this.passBackObject = passBackObject;
+ }
+
+ @Override
+ public boolean equals(java.lang.Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
+ TransactionProcessRequest transactionProcessRequest = (TransactionProcessRequest) o;
+ return Objects.equals(this.tag, transactionProcessRequest.tag)
+ && Objects.equals(this.processParam, transactionProcessRequest.processParam)
+ && Objects.equals(this.list, transactionProcessRequest.list)
+ && Objects.equals(this.livePortrait, transactionProcessRequest.livePortrait)
+ && Objects.equals(this.extPortrait, transactionProcessRequest.extPortrait)
+ && Objects.equals(this.containerList, transactionProcessRequest.containerList)
+ && Objects.equals(this.systemInfo, transactionProcessRequest.systemInfo)
+ && Objects.equals(this.passBackObject, transactionProcessRequest.passBackObject);
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(
+ tag,
+ processParam,
+ list,
+ livePortrait,
+ extPortrait,
+ containerList,
+ systemInfo,
+ passBackObject);
+ }
+
+ @Override
+ public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("class TransactionProcessRequest {\n");
+ sb.append(" tag: ").append(toIndentedString(tag)).append("\n");
+ sb.append(" processParam: ").append(toIndentedString(processParam)).append("\n");
+ sb.append(" list: ").append(toIndentedString(list)).append("\n");
+ sb.append(" livePortrait: ").append(toIndentedString(livePortrait)).append("\n");
+ sb.append(" extPortrait: ").append(toIndentedString(extPortrait)).append("\n");
+ sb.append(" containerList: ").append(toIndentedString(containerList)).append("\n");
+ sb.append(" systemInfo: ").append(toIndentedString(systemInfo)).append("\n");
+ sb.append(" passBackObject: ").append(toIndentedString(passBackObject)).append("\n");
+ sb.append("}");
+ return sb.toString();
+ }
+
+ /**
+ * Convert the given object to string with each line indented by 4 spaces (except the first line).
+ */
+ private String toIndentedString(java.lang.Object o) {
+ if (o == null) {
+ return "null";
+ }
+ return o.toString().replace("\n", "\n ");
+ }
+}
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/VerificationResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/VerificationResult.java
index 8450787f..58839af6 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/VerificationResult.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/VerificationResult.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/VerifiedFieldMap.java b/client/src/main/generated/com/regula/documentreader/webclient/model/VerifiedFieldMap.java
index 2d9b37b7..e0e8b34e 100755
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/VerifiedFieldMap.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/VerifiedFieldMap.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/Visibility.java b/client/src/main/generated/com/regula/documentreader/webclient/model/Visibility.java
index 02b2b947..ed8f919d 100644
--- a/client/src/main/generated/com/regula/documentreader/webclient/model/Visibility.java
+++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Visibility.java
@@ -2,7 +2,7 @@
* Regula Document Reader Web API
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
*
- * The version of the OpenAPI document: 6.9.0
+ * The version of the OpenAPI document: 7.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).