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 1ee7344..24a44dc 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: 7.6.0 + * The version of the OpenAPI document: 8.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 6ed4a1a..c38012b 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: 7.6.0 + * The version of the OpenAPI document: 8.1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -137,7 +137,7 @@ private void init() { json = new JSON(); // Set default User-Agent. - setUserAgent("OpenAPI-Generator/7.6.0/java"); + setUserAgent("OpenAPI-Generator/8.1.0/java"); authentications = new HashMap(); } 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 362ae9c..286cb4d 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: 7.6.0 + * The version of the OpenAPI document: 8.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 51cac5b..78706a6 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: 7.6.0 + * The version of the OpenAPI document: 8.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 2cfd0ed..3e25893 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: 7.6.0 + * The version of the OpenAPI document: 8.1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0") public class Configuration { - public static final String VERSION = "7.6.0"; + public static final String VERSION = "8.1.0"; private static volatile ApiClient defaultApiClient = new ApiClient(); 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 01d7774..58fcd8c 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: 7.6.0 + * The version of the OpenAPI document: 8.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 9b6e7ea..2a41e08 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: 7.6.0 + * The version of the OpenAPI document: 8.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 074d538..5f34047 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: 7.6.0 + * The version of the OpenAPI document: 8.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 1aea9d7..1c2a581 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: 7.6.0 + * The version of the OpenAPI document: 8.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 f1df730..8cbb431 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: 7.6.0 + * The version of the OpenAPI document: 8.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/ServerConfiguration.java b/client/src/main/generated/com/regula/documentreader/webclient/ServerConfiguration.java index cdae58f..670dd6f 100755 --- a/client/src/main/generated/com/regula/documentreader/webclient/ServerConfiguration.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/ServerConfiguration.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: 7.6.0 + * The version of the OpenAPI document: 8.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/ServerVariable.java b/client/src/main/generated/com/regula/documentreader/webclient/ServerVariable.java index 787d0be..73420e1 100755 --- a/client/src/main/generated/com/regula/documentreader/webclient/ServerVariable.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/ServerVariable.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: 7.6.0 + * The version of the OpenAPI document: 8.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 ad09949..59521d1 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: 7.6.0 + * The version of the OpenAPI document: 8.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/HealthcheckApi.java b/client/src/main/generated/com/regula/documentreader/webclient/api/HealthcheckApi.java index d5543f2..b7b8e54 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/api/HealthcheckApi.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/api/HealthcheckApi.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: 7.6.0 + * The version of the OpenAPI document: 8.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 ac68c86..1b88581 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: 7.6.0 + * The version of the OpenAPI document: 8.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 index 28190d3..e305138 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/api/TransactionApi.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/api/TransactionApi.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: 7.6.0 + * The version of the OpenAPI document: 8.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/ApiKeyAuth.java b/client/src/main/generated/com/regula/documentreader/webclient/auth/ApiKeyAuth.java index e8f7035..9026347 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 6cf792e..dee5cfc 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 c99d2aa..d60b54f 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 391438d..cbb6728 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/AbstractOpenApiSchema.java b/client/src/main/generated/com/regula/documentreader/webclient/model/AbstractOpenApiSchema.java index 0b93a0c..f503749 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/AbstractOpenApiSchema.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/AbstractOpenApiSchema.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: 7.6.0 + * The version of the OpenAPI document: 8.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 53a1da8..18121b4 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: 7.6.0 + * The version of the OpenAPI document: 8.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 a2099a7..8a62fc7 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: 7.6.0 + * The version of the OpenAPI document: 8.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 index e6e0e20..0ed56a7 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/AuthParams.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthParams.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: 7.6.0 + * The version of the OpenAPI document: 8.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/AuthenticityCheckList.java b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckList.java index f1c50d5..f3b67d3 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: 7.6.0 + * The version of the OpenAPI document: 8.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/AuthenticityCheckListItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckListItem.java index a6f205c..b96aeaf 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckListItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckListItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/AuthenticityCheckResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckResult.java index 707fab7..850d7ff 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckResult.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckResult.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: 7.6.0 + * The version of the OpenAPI document: 8.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 583b6c1..6e189e4 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: 7.6.0 + * The version of the OpenAPI document: 8.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/AuthenticityCheckResultListInner.java b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckResultListInner.java index 6bfa37f..81ab06f 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckResultListInner.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/AuthenticityCheckResultListInner.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: 7.6.0 + * The version of the OpenAPI document: 8.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 24714aa..c96a8d7 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: 7.6.0 + * The version of the OpenAPI document: 8.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 c5f2130..785642a 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: 7.6.0 + * The version of the OpenAPI document: 8.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/BarCodeModuleType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/BarCodeModuleType.java index e72051e..80741c2 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/BarCodeModuleType.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/BarCodeModuleType.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: 7.6.0 + * The version of the OpenAPI document: 8.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/BarcodeType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/BarcodeType.java index d673fec..64bb960 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/BarcodeType.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/BarcodeType.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: 7.6.0 + * The version of the OpenAPI document: 8.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 a8ebf2e..80ff73f 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: 7.6.0 + * The version of the OpenAPI document: 8.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 12742bb..b862ebe 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: 7.6.0 + * The version of the OpenAPI document: 8.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/BinaryData.java b/client/src/main/generated/com/regula/documentreader/webclient/model/BinaryData.java index 63ee529..e758b46 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/BinaryData.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/BinaryData.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: 7.6.0 + * The version of the OpenAPI document: 8.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/ByteArrayItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ByteArrayItem.java index e68f792..f0dad85 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ByteArrayItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ByteArrayItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/ByteArrayResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ByteArrayResult.java index 7eb5f44..fe3aeb2 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ByteArrayResult.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ByteArrayResult.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: 7.6.0 + * The version of the OpenAPI document: 8.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/CandidatesListItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/CandidatesListItem.java index e0f4e72..323a0fe 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/CandidatesListItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/CandidatesListItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/CertificateData.java b/client/src/main/generated/com/regula/documentreader/webclient/model/CertificateData.java index 8192cdf..d1e3779 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/CertificateData.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/CertificateData.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: 7.6.0 + * The version of the OpenAPI document: 8.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 5271f6a..354f00c 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: 7.6.0 + * The version of the OpenAPI document: 8.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 1ba2ba5..0ab6f74 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 dce9b76..3568b2a 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: 7.6.0 + * The version of the OpenAPI document: 8.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 d01a304..399ba60 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/ContainerList.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ContainerList.java index e6831eb..ce2ceb0 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ContainerList.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ContainerList.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: 7.6.0 + * The version of the OpenAPI document: 8.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/ContainerListListInner.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ContainerListListInner.java index b6d3956..35e4bfb 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ContainerListListInner.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ContainerListListInner.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: 7.6.0 + * The version of the OpenAPI document: 8.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 00328f0..a9096fa 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: 7.6.0 + * The version of the OpenAPI document: 8.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 ddd0417..7bcf615 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 6ba0a30..fda6cfe 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: 7.6.0 + * The version of the OpenAPI document: 8.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 1c0fbc9..ea2259b 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 aeda585..1c04549 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 499ca5b..889a425 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: 7.6.0 + * The version of the OpenAPI document: 8.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 f257107..85f10b6 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: 7.6.0 + * The version of the OpenAPI document: 8.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 122c4f2..01ad450 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: 7.6.0 + * The version of the OpenAPI document: 8.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/DocBarCodeInfoItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocBarCodeInfoItem.java index 9267292..270ec52 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocBarCodeInfoItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocBarCodeInfoItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/DocGraphicsInfoItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocGraphicsInfoItem.java index ba02758..abaf359 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocGraphicsInfoItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocGraphicsInfoItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 0205128..0c9cb98 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/DocVisualExtendedFieldItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocVisualExtendedFieldItem.java index f2a2b29..9f42c5c 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocVisualExtendedFieldItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocVisualExtendedFieldItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/DocVisualExtendedInfo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocVisualExtendedInfo.java index 43d6070..a0e1070 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocVisualExtendedInfo.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocVisualExtendedInfo.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: 7.6.0 + * The version of the OpenAPI document: 8.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/DocVisualExtendedInfoItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocVisualExtendedInfoItem.java index 3ccbee5..a282ef3 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocVisualExtendedInfoItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocVisualExtendedInfoItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/DocumentBinaryInfoResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentBinaryInfoResult.java index 6db714f..b914f97 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentBinaryInfoResult.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentBinaryInfoResult.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: 7.6.0 + * The version of the OpenAPI document: 8.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 a8a08df..4a6a2eb 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 b287525..dff95cf 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: 7.6.0 + * The version of the OpenAPI document: 8.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 9cc3829..17d0ed4 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 4249ea7..82da1c0 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: 7.6.0 + * The version of the OpenAPI document: 8.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/DocumentPositionItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentPositionItem.java index 7d34ff4..034e31d 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentPositionItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentPositionItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 632ea05..94e7ddf 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: 7.6.0 + * The version of the OpenAPI document: 8.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 01bb896..fd8702c 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 446ec76..5fa2e77 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 885962a..c19e6ff 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: 7.6.0 + * The version of the OpenAPI document: 8.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 b9d72f9..aad0af3 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 6cb0f16..e64feba 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/DocumentsDatabase.java b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentsDatabase.java index 041e1eb..9aeb933 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentsDatabase.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/DocumentsDatabase.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: 7.6.0 + * The version of the OpenAPI document: 8.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/EncryptedRCLItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/EncryptedRCLItem.java index df73d10..154e9bd 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/EncryptedRCLItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/EncryptedRCLItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 7e93c9e..1db15ec 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: 7.6.0 + * The version of the OpenAPI document: 8.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/ErrorCoordinates.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ErrorCoordinates.java index 6eb2499..ed589e1 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ErrorCoordinates.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ErrorCoordinates.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: 7.6.0 + * The version of the OpenAPI document: 8.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 dbc2910..9dee870 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 d36851a..d3928fe 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: 7.6.0 + * The version of the OpenAPI document: 8.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 7a4b2be..51f4b83 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: 7.6.0 + * The version of the OpenAPI document: 8.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/FaceDetection.java b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceDetection.java index 5732831..dd0f4d2 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/FaceDetection.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceDetection.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: 7.6.0 + * The version of the OpenAPI document: 8.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/FaceDetectionItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceDetectionItem.java index 6de908b..944c399 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/FaceDetectionItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceDetectionItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/FaceDetectionResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceDetectionResult.java index a6f550a..187c133 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/FaceDetectionResult.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceDetectionResult.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: 7.6.0 + * The version of the OpenAPI document: 8.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/FaceItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceItem.java index cfc0c9f..5dae250 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/FaceItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/FaceItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/FiberItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/FiberItem.java index 2856d43..2a370dc 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/FiberItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/FiberItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 fbeef83..296df43 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: 7.6.0 + * The version of the OpenAPI document: 8.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/FieldItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/FieldItem.java index fd31b89..d09b4db 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/FieldItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/FieldItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/FileImage.java b/client/src/main/generated/com/regula/documentreader/webclient/model/FileImage.java index a2d973f..e3d7e3c 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/FileImage.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/FileImage.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: 7.6.0 + * The version of the OpenAPI document: 8.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/GetTransactionsByTagResponse.java b/client/src/main/generated/com/regula/documentreader/webclient/model/GetTransactionsByTagResponse.java index dcb751e..0a50432 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/GetTransactionsByTagResponse.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/GetTransactionsByTagResponse.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: 7.6.0 + * The version of the OpenAPI document: 8.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/GraphData.java b/client/src/main/generated/com/regula/documentreader/webclient/model/GraphData.java index 9da2e64..bd139a3 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/GraphData.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/GraphData.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: 7.6.0 + * The version of the OpenAPI document: 8.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 31f9824..8d3055b 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 5396e31..3ac8c99 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 2b3fc10..b747461 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 e81c64a..56ccfe9 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/Healthcheck.java b/client/src/main/generated/com/regula/documentreader/webclient/model/Healthcheck.java index 7a75d56..16c23b0 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/Healthcheck.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Healthcheck.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: 7.6.0 + * The version of the OpenAPI document: 8.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/HealthcheckDocumentsDatabase.java b/client/src/main/generated/com/regula/documentreader/webclient/model/HealthcheckDocumentsDatabase.java index bf9d129..1731799 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/HealthcheckDocumentsDatabase.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/HealthcheckDocumentsDatabase.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: 7.6.0 + * The version of the OpenAPI document: 8.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/IdentItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/IdentItem.java index a593705..eb0bf3d 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/IdentItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/IdentItem.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: 7.6.0 + * The version of the OpenAPI document: 8.1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -67,6 +67,12 @@ public class IdentItem { @javax.annotation.Nullable private AreaContainer areaList; + public static final String SERIALIZED_NAME_ELEMENT_I_D = "ElementID"; + + @SerializedName(SERIALIZED_NAME_ELEMENT_I_D) + @javax.annotation.Nullable + private Integer elementID; + public static final String SERIALIZED_NAME_RESULT = "Result"; @SerializedName(SERIALIZED_NAME_RESULT) @@ -189,6 +195,25 @@ public void setAreaList(@javax.annotation.Nullable AreaContainer areaList) { this.areaList = areaList; } + public IdentItem elementID(@javax.annotation.Nullable Integer elementID) { + this.elementID = elementID; + return this; + } + + /** + * Get elementID + * + * @return elementID + */ + @javax.annotation.Nullable + public Integer getElementID() { + return elementID; + } + + public void setElementID(@javax.annotation.Nullable Integer elementID) { + this.elementID = elementID; + } + public IdentItem result(@javax.annotation.Nullable Integer result) { this.result = result; return this; @@ -223,12 +248,14 @@ public boolean equals(Object o) { && Objects.equals(this.image, identItem.image) && Objects.equals(this.etalonImage, identItem.etalonImage) && Objects.equals(this.areaList, identItem.areaList) + && Objects.equals(this.elementID, identItem.elementID) && Objects.equals(this.result, identItem.result); } @Override public int hashCode() { - return Objects.hash(elementType, lightIndex, area, image, etalonImage, areaList, result); + return Objects.hash( + elementType, lightIndex, area, image, etalonImage, areaList, elementID, result); } @Override @@ -241,6 +268,7 @@ public String toString() { sb.append(" image: ").append(toIndentedString(image)).append("\n"); sb.append(" etalonImage: ").append(toIndentedString(etalonImage)).append("\n"); sb.append(" areaList: ").append(toIndentedString(areaList)).append("\n"); + sb.append(" elementID: ").append(toIndentedString(elementID)).append("\n"); sb.append(" result: ").append(toIndentedString(result)).append("\n"); sb.append("}"); return sb.toString(); @@ -268,6 +296,7 @@ private String toIndentedString(Object o) { openapiFields.add("Image"); openapiFields.add("EtalonImage"); openapiFields.add("AreaList"); + openapiFields.add("ElementID"); openapiFields.add("Result"); // a set of required properties/fields (JSON key names) 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 a4d5857..725342f 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: 7.6.0 + * The version of the OpenAPI document: 8.1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -67,6 +67,12 @@ public class IdentResult extends AuthenticityCheckResultItem { @javax.annotation.Nullable private AreaContainer areaList; + public static final String SERIALIZED_NAME_ELEMENT_I_D = "ElementID"; + + @SerializedName(SERIALIZED_NAME_ELEMENT_I_D) + @javax.annotation.Nullable + private Integer elementID; + public static final String SERIALIZED_NAME_RESULT = "Result"; @SerializedName(SERIALIZED_NAME_RESULT) @@ -189,6 +195,25 @@ public void setAreaList(@javax.annotation.Nullable AreaContainer areaList) { this.areaList = areaList; } + public IdentResult elementID(@javax.annotation.Nullable Integer elementID) { + this.elementID = elementID; + return this; + } + + /** + * Get elementID + * + * @return elementID + */ + @javax.annotation.Nullable + public Integer getElementID() { + return elementID; + } + + public void setElementID(@javax.annotation.Nullable Integer elementID) { + this.elementID = elementID; + } + public IdentResult result(@javax.annotation.Nullable Integer result) { this.result = result; return this; @@ -223,6 +248,7 @@ public boolean equals(Object o) { && Objects.equals(this.image, identResult.image) && Objects.equals(this.etalonImage, identResult.etalonImage) && Objects.equals(this.areaList, identResult.areaList) + && Objects.equals(this.elementID, identResult.elementID) && Objects.equals(this.result, identResult.result) && super.equals(o); } @@ -230,7 +256,15 @@ public boolean equals(Object o) { @Override public int hashCode() { return Objects.hash( - elementType, lightIndex, area, image, etalonImage, areaList, result, super.hashCode()); + elementType, + lightIndex, + area, + image, + etalonImage, + areaList, + elementID, + result, + super.hashCode()); } @Override @@ -244,6 +278,7 @@ public String toString() { sb.append(" image: ").append(toIndentedString(image)).append("\n"); sb.append(" etalonImage: ").append(toIndentedString(etalonImage)).append("\n"); sb.append(" areaList: ").append(toIndentedString(areaList)).append("\n"); + sb.append(" elementID: ").append(toIndentedString(elementID)).append("\n"); sb.append(" result: ").append(toIndentedString(result)).append("\n"); sb.append("}"); return sb.toString(); @@ -275,6 +310,7 @@ private String toIndentedString(Object o) { openapiFields.add("Image"); openapiFields.add("EtalonImage"); openapiFields.add("AreaList"); + openapiFields.add("ElementID"); openapiFields.add("Result"); // a set of required properties/fields (JSON key names) 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 2e0fb42..a9c9f97 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 00c57f9..654359f 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: 7.6.0 + * The version of the OpenAPI document: 8.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 cfac9b1..9787476 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: 7.6.0 + * The version of the OpenAPI document: 8.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 d2b5b10..25d53b0 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: 7.6.0 + * The version of the OpenAPI document: 8.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/ImageQualityCheckListItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheckListItem.java index ef92345..0b536c2 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheckListItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageQualityCheckListItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 bcde3d5..033e4f9 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: 7.6.0 + * The version of the OpenAPI document: 8.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 91a799e..e07d3be 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: 7.6.0 + * The version of the OpenAPI document: 8.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 index c86c4a9..6b4a351 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ImageTransactionData.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImageTransactionData.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: 7.6.0 + * The version of the OpenAPI document: 8.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/Images.java b/client/src/main/generated/com/regula/documentreader/webclient/model/Images.java index 787fb66..6b207aa 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 9c1ad4c..72fe9f6 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 2d60e50..ef6f463 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 fa88ef3..908e77e 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/ImagesItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesItem.java index ee54168..e825bd2 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ImagesItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 c43b9f4..dddc82a 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 index ed53372..48548af 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/InData.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/InData.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: 7.6.0 + * The version of the OpenAPI document: 8.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/InDataTransactionImagesFieldValue.java b/client/src/main/generated/com/regula/documentreader/webclient/model/InDataTransactionImagesFieldValue.java index 0070571..239552c 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/InDataTransactionImagesFieldValue.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/InDataTransactionImagesFieldValue.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: 7.6.0 + * The version of the OpenAPI document: 8.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/InDataVideo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/InDataVideo.java index 9ad2db4..b43fc44 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/InDataVideo.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/InDataVideo.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: 7.6.0 + * The version of the OpenAPI document: 8.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/InputBarcodeType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/InputBarcodeType.java index afcb50e..cc700bd 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/InputBarcodeType.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/InputBarcodeType.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: 7.6.0 + * The version of the OpenAPI document: 8.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/InputImageQualityChecks.java b/client/src/main/generated/com/regula/documentreader/webclient/model/InputImageQualityChecks.java index 32ff649..4bd45a4 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/InputImageQualityChecks.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/InputImageQualityChecks.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: 7.6.0 + * The version of the OpenAPI document: 8.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/LCID.java b/client/src/main/generated/com/regula/documentreader/webclient/model/LCID.java index beb9ab1..53a9cde 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/LexicalAnalysisResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/LexicalAnalysisResult.java index 4d62de2..634484c 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/LicenseItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/LicenseItem.java index 3c79394..ad8969d 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/LicenseItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/LicenseItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 1c34a5d..7a0c4c9 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: 7.6.0 + * The version of the OpenAPI document: 8.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 5db7a8a..9c3da22 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -147,7 +147,25 @@ public enum Light { WHITE_OBL(2097152l), /** For internal use */ - WHITE_SPECIAL(4194304l); + WHITE_SPECIAL(4194304l), + + /** White UV */ + WHITE_UV(134l), + + /** White full hologram */ + WHITE_FULL_HOLO(67108870l), + + /** HR light */ + HR_LIGHT(1073741824l), + + /** HR white */ + HR_WHITE(1073741830l), + + /** HR UV */ + HR_UV(1073741952l), + + /** HR IR */ + HR_IR(1073741848l); private Long value; diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/ListTransactionsByTagResponse.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ListTransactionsByTagResponse.java index 68e3061..9840f10 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ListTransactionsByTagResponse.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ListTransactionsByTagResponse.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: 7.6.0 + * The version of the OpenAPI document: 8.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 366adfc..3a46c56 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/ListVerifiedFieldsItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ListVerifiedFieldsItem.java index 5df9792..7ae7245 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ListVerifiedFieldsItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ListVerifiedFieldsItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 index d584bcc..41d3b34 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/LivenessParams.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/LivenessParams.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: 7.6.0 + * The version of the OpenAPI document: 8.1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -67,6 +67,12 @@ public class LivenessParams { @javax.annotation.Nullable private Boolean checkDynaprint; + public static final String SERIALIZED_NAME_CHECK_GEOMETRY = "checkGeometry"; + + @SerializedName(SERIALIZED_NAME_CHECK_GEOMETRY) + @javax.annotation.Nullable + private Boolean checkGeometry; + public LivenessParams() {} public LivenessParams checkOVI(@javax.annotation.Nullable Boolean checkOVI) { @@ -184,6 +190,25 @@ public void setCheckDynaprint(@javax.annotation.Nullable Boolean checkDynaprint) this.checkDynaprint = checkDynaprint; } + public LivenessParams checkGeometry(@javax.annotation.Nullable Boolean checkGeometry) { + this.checkGeometry = checkGeometry; + return this; + } + + /** + * This parameter is used to enable Geometry check + * + * @return checkGeometry + */ + @javax.annotation.Nullable + public Boolean getCheckGeometry() { + return checkGeometry; + } + + public void setCheckGeometry(@javax.annotation.Nullable Boolean checkGeometry) { + this.checkGeometry = checkGeometry; + } + @Override public boolean equals(Object o) { if (this == o) { @@ -198,13 +223,20 @@ public boolean equals(Object o) { && Objects.equals(this.checkHolo, livenessParams.checkHolo) && Objects.equals(this.checkED, livenessParams.checkED) && Objects.equals(this.checkBlackAndWhiteCopy, livenessParams.checkBlackAndWhiteCopy) - && Objects.equals(this.checkDynaprint, livenessParams.checkDynaprint); + && Objects.equals(this.checkDynaprint, livenessParams.checkDynaprint) + && Objects.equals(this.checkGeometry, livenessParams.checkGeometry); } @Override public int hashCode() { return Objects.hash( - checkOVI, checkMLI, checkHolo, checkED, checkBlackAndWhiteCopy, checkDynaprint); + checkOVI, + checkMLI, + checkHolo, + checkED, + checkBlackAndWhiteCopy, + checkDynaprint, + checkGeometry); } @Override @@ -219,6 +251,7 @@ public String toString() { .append(toIndentedString(checkBlackAndWhiteCopy)) .append("\n"); sb.append(" checkDynaprint: ").append(toIndentedString(checkDynaprint)).append("\n"); + sb.append(" checkGeometry: ").append(toIndentedString(checkGeometry)).append("\n"); sb.append("}"); return sb.toString(); } @@ -245,6 +278,7 @@ private String toIndentedString(Object o) { openapiFields.add("checkED"); openapiFields.add("checkBlackAndWhiteCopy"); openapiFields.add("checkDynaprint"); + openapiFields.add("checkGeometry"); // a set of required properties/fields (JSON key names) openapiRequiredFields = new HashSet(); 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 f40c511..3dee07f 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: 7.6.0 + * The version of the OpenAPI document: 8.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/MRZDetectorResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZDetectorResult.java index dc5d035..9faeb19 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/MRZDetectorResult.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZDetectorResult.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: 7.6.0 + * The version of the OpenAPI document: 8.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 f937701..1ee00b4 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: 7.6.0 + * The version of the OpenAPI document: 8.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/MRZPositionResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZPositionResult.java index 2c7c008..ce5b9f5 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/MRZPositionResult.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZPositionResult.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: 7.6.0 + * The version of the OpenAPI document: 8.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/MRZRowsItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZRowsItem.java index 53515bc..29a76bb 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/MRZRowsItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZRowsItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/MRZTestQuality.java b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZTestQuality.java index 0770964..e820cf7 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/MRZTestQuality.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZTestQuality.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: 7.6.0 + * The version of the OpenAPI document: 8.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/MRZTestQualityItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZTestQualityItem.java index c8d8776..33d5943 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/MRZTestQualityItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZTestQualityItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/MRZTestQualityResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZTestQualityResult.java index ee61d7f..d607d6c 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/MRZTestQualityResult.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/MRZTestQualityResult.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: 7.6.0 + * The version of the OpenAPI document: 8.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 8daa695..2561fe6 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: 7.6.0 + * The version of the OpenAPI document: 8.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/MrzDetectModeEnum.java b/client/src/main/generated/com/regula/documentreader/webclient/model/MrzDetectModeEnum.java index 04b480c..90a7de5 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/MrzDetectModeEnum.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/MrzDetectModeEnum.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: 7.6.0 + * The version of the OpenAPI document: 8.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/MrzPosition.java b/client/src/main/generated/com/regula/documentreader/webclient/model/MrzPosition.java index 11bb334..9f4678e 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/MrzPosition.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/MrzPosition.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: 7.6.0 + * The version of the OpenAPI document: 8.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/MrzPositionItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/MrzPositionItem.java index ee4f7d8..a38ec0f 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/MrzPositionItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/MrzPositionItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/OCRSecurityTextItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/OCRSecurityTextItem.java index 3cc2396..f9d0eb7 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/OCRSecurityTextItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/OCRSecurityTextItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 ef80521..d1edc3f 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: 7.6.0 + * The version of the OpenAPI document: 8.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 3a0595c..347f9d1 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/OneCandidateItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/OneCandidateItem.java index 04328e3..0034782 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/OneCandidateItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/OneCandidateItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 54a6431..4276d3e 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 index ea1d09c..f6dec03 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/OutData.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/OutData.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: 7.6.0 + * The version of the OpenAPI document: 8.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/OutDataTransactionImagesFieldValue.java b/client/src/main/generated/com/regula/documentreader/webclient/model/OutDataTransactionImagesFieldValue.java index c2a3d26..72c65f8 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/OutDataTransactionImagesFieldValue.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/OutDataTransactionImagesFieldValue.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: 7.6.0 + * The version of the OpenAPI document: 8.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/PArrayField.java b/client/src/main/generated/com/regula/documentreader/webclient/model/PArrayField.java index f81ec7d..2b77d20 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: 7.6.0 + * The version of the OpenAPI document: 8.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/ParsedData.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ParsedData.java index d8e80d9..bf4ae34 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ParsedData.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ParsedData.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: 7.6.0 + * The version of the OpenAPI document: 8.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/ParsingErrorCodes.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ParsingErrorCodes.java index d7a89da..ce7c7b8 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ParsingErrorCodes.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ParsingErrorCodes.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: 7.6.0 + * The version of the OpenAPI document: 8.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 59b5664..853670f 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: 7.6.0 + * The version of the OpenAPI document: 8.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 2b6e401..7ac0ea8 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: 7.6.0 + * The version of the OpenAPI document: 8.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/PhotoIdentItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/PhotoIdentItem.java index 3843ec8..9123e14 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/PhotoIdentItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/PhotoIdentItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 ca61a2e..551e0fd 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: 7.6.0 + * The version of the OpenAPI document: 8.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 5030c9a..6fe0678 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: 7.6.0 + * The version of the OpenAPI document: 8.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 c2abfc9..9486caa 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: 7.6.0 + * The version of the OpenAPI document: 8.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 ab9b951..d1b3df0 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: 7.6.0 + * The version of the OpenAPI document: 8.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 4c31a16..3694775 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -410,6 +410,12 @@ public class ProcessParams { @javax.annotation.Nullable private Boolean strictDLCategoryExpiry; + public static final String SERIALIZED_NAME_GENERATE_ALPHA2_CODES = "generateAlpha2Codes"; + + @SerializedName(SERIALIZED_NAME_GENERATE_ALPHA2_CODES) + @javax.annotation.Nullable + private Boolean generateAlpha2Codes; + public ProcessParams() {} public ProcessParams generateDTCVC(@javax.annotation.Nullable Boolean generateDTCVC) { @@ -1739,6 +1745,25 @@ public void setStrictDLCategoryExpiry(@javax.annotation.Nullable Boolean strictD this.strictDLCategoryExpiry = strictDLCategoryExpiry; } + public ProcessParams generateAlpha2Codes(@javax.annotation.Nullable Boolean generateAlpha2Codes) { + this.generateAlpha2Codes = generateAlpha2Codes; + return this; + } + + /** + * Set to generate Alpha-2 codes for nationality and issuing state fields. + * + * @return generateAlpha2Codes + */ + @javax.annotation.Nullable + public Boolean getGenerateAlpha2Codes() { + return generateAlpha2Codes; + } + + public void setGenerateAlpha2Codes(@javax.annotation.Nullable Boolean generateAlpha2Codes) { + this.generateAlpha2Codes = generateAlpha2Codes; + } + @Override public boolean equals(Object o) { if (this == o) { @@ -1811,7 +1836,8 @@ public boolean equals(Object o) { processParams.strictBarcodeDigitalSignatureCheck) && Objects.equals(this.selectLongestNames, processParams.selectLongestNames) && Objects.equals(this.doBarcodes, processParams.doBarcodes) - && Objects.equals(this.strictDLCategoryExpiry, processParams.strictDLCategoryExpiry); + && Objects.equals(this.strictDLCategoryExpiry, processParams.strictDLCategoryExpiry) + && Objects.equals(this.generateAlpha2Codes, processParams.generateAlpha2Codes); } @Override @@ -1877,7 +1903,8 @@ public int hashCode() { strictBarcodeDigitalSignatureCheck, selectLongestNames, doBarcodes, - strictDLCategoryExpiry); + strictDLCategoryExpiry, + generateAlpha2Codes); } @Override @@ -1977,6 +2004,9 @@ public String toString() { sb.append(" strictDLCategoryExpiry: ") .append(toIndentedString(strictDLCategoryExpiry)) .append("\n"); + sb.append(" generateAlpha2Codes: ") + .append(toIndentedString(generateAlpha2Codes)) + .append("\n"); sb.append("}"); return sb.toString(); } @@ -2058,6 +2088,7 @@ private String toIndentedString(Object o) { openapiFields.add("selectLongestNames"); openapiFields.add("doBarcodes"); openapiFields.add("strictDLCategoryExpiry"); + openapiFields.add("generateAlpha2Codes"); // a set of required properties/fields (JSON key names) openapiRequiredFields = new HashSet(); 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 6e1f6ba..23f1b7d 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: 7.6.0 + * The version of the OpenAPI document: 8.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 66792b8..cc43f76 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 88a79e1..7476c5e 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 a2ca3d3..0fbb76b 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 2c6a817..11c4cfc 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 53c9851..8310488 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/RFIDDocVisualExtendedField.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDDocVisualExtendedField.java index e4436c9..8fd3c71 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDDocVisualExtendedField.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDDocVisualExtendedField.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RFIDDocVisualExtendedFieldItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDDocVisualExtendedFieldItem.java index af1b7cf..e1cbbbf 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDDocVisualExtendedFieldItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDDocVisualExtendedFieldItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RFIDDocVisualExtendedInfo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDDocVisualExtendedInfo.java index 54fc400..b63e8e4 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDDocVisualExtendedInfo.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDDocVisualExtendedInfo.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RFIDDocVisualExtendedInfoItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDDocVisualExtendedInfoItem.java index b0fc038..8eeda72 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDDocVisualExtendedInfoItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDDocVisualExtendedInfoItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RFIDErrorCodes.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDErrorCodes.java index fed35ae..6982cef 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDErrorCodes.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDErrorCodes.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RFIDGraphicsInfoResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDGraphicsInfoResult.java index 2c61d36..03c3df9 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDGraphicsInfoResult.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDGraphicsInfoResult.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RFIDPKDResourceType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDPKDResourceType.java index 287f9a5..19923cb 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDPKDResourceType.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDPKDResourceType.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RFIDTextDataResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDTextDataResult.java index 1183abe..af68828 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDTextDataResult.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RFIDTextDataResult.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RawImageContainerItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RawImageContainerItem.java index f5a1882..94fadeb 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RawImageContainerItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RawImageContainerItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 61fa3e4..77689d2 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: 7.6.0 + * The version of the OpenAPI document: 8.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 55ca79d..be255b9 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 c32c7f9..46ba877 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/Result.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Result.java @@ -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: 7.6.0 + * The version of the OpenAPI document: 8.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 2b95645..2ccfde4 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/ResultMRZDetector.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ResultMRZDetector.java index aaf141d..40da3d1 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ResultMRZDetector.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ResultMRZDetector.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: 7.6.0 + * The version of the OpenAPI document: 8.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/ResultMRZDetectorItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/ResultMRZDetectorItem.java index f648f76..11e9f08 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/ResultMRZDetectorItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/ResultMRZDetectorItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidAChip.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAChip.java index 04a8f8f..19902e7 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAChip.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAChip.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidAccessControlInfo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlInfo.java index 33afa2e..e32b085 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlInfo.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlInfo.java @@ -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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidAccessControlProcedureType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlProcedureType.java index b10c1de..38a2b98 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlProcedureType.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlProcedureType.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidAccessKey.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessKey.java index 1324e7e..06cece3 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessKey.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessKey.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidApplication.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidApplication.java index 19feb96..0d02a1c 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidApplication.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidApplication.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidApplicationType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidApplicationType.java index efcae29..750ec61 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidApplicationType.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidApplicationType.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidAttributeData.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAttributeData.java index 155dee9..a5e105a 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAttributeData.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAttributeData.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidAttributeName.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAttributeName.java index 77a73ac..e27c603 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAttributeName.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAttributeName.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidAuthenticationProcedureType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAuthenticationProcedureType.java index eb7ad07..451886c 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAuthenticationProcedureType.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAuthenticationProcedureType.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidBaudRate.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidBaudRate.java index 3dc8f51..61ffcf2 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidBaudRate.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidBaudRate.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidCardPropertiesExt.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCardPropertiesExt.java index 4dcb2be..b76999d 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCardPropertiesExt.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCardPropertiesExt.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidCertificateEx.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateEx.java index 1ba31ce..6f2b86c 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateEx.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateEx.java @@ -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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidCertificateOrigin.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateOrigin.java index 11048ab..3350afc 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateOrigin.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateOrigin.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidCertificateType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateType.java index 094498c..77588a4 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateType.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateType.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidDG1.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDG1.java index 7994d3c..baaee23 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDG1.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDG1.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidDataFile.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFile.java index 14456ea..559ebbe 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFile.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFile.java @@ -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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidDataFileType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFileType.java index 0fb50ec..4396f5a 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFileType.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFileType.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidDataGroupTypeTag.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataGroupTypeTag.java index 1c6d608..e24aaa8 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataGroupTypeTag.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataGroupTypeTag.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidDistinguishedName.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDistinguishedName.java index 1976442..7b453d8 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDistinguishedName.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDistinguishedName.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: 7.6.0 + * The version of the OpenAPI document: 8.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 eef2c74..c094997 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 56cb3cc..7c0b57a 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidPasswordType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidPasswordType.java index ee1d434..045bbfe 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidPasswordType.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidPasswordType.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidPkiExtension.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidPkiExtension.java index fba2df3..5fdb4cc 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidPkiExtension.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidPkiExtension.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidRawData.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidRawData.java index ce9397e..1977fd0 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidRawData.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidRawData.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidSecurityObject.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSecurityObject.java index a6e803d..7aaa036 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSecurityObject.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSecurityObject.java @@ -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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidSessionData.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSessionData.java index b817d13..d39063f 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSessionData.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSessionData.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidSignerInfoEx.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSignerInfoEx.java index e5b7f4d..195d1c1 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSignerInfoEx.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSignerInfoEx.java @@ -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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidTerminal.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidTerminal.java index 7faec5f..c3f6238 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidTerminal.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidTerminal.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidTerminalType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidTerminalType.java index 813b8c0..22dd90f 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidTerminalType.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidTerminalType.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidType.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidType.java index 61e51c2..ffb73e1 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidType.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidType.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: 7.6.0 + * The version of the OpenAPI document: 8.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/RfidValidity.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidValidity.java index 9e95ba1..64a05ec 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidValidity.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidValidity.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: 7.6.0 + * The version of the OpenAPI document: 8.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 dd88b91..10cb2b0 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -81,7 +81,10 @@ public enum Scenario { CAPTURE("Capture"), /** Processing scenario for Digital Travel Credentials (DTC-VC) data processing */ - DTC("DTC"); + DTC("DTC"), + + /** Processing scenario for RFID chip processing */ + RFID("RFID"); private String value; diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureItem.java index 93bb2e0..901edaf 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 442d276..ccece48 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: 7.6.0 + * The version of the OpenAPI document: 8.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 71f02a1..aad7b04 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: 7.6.0 + * The version of the OpenAPI document: 8.1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -183,7 +183,13 @@ public enum SecurityFeatureType { HEAD_POSITION_CHECK(52), /** Black and white copy check */ - LIVENESS_BLACK_AND_WHITE_COPY_CHECK(53); + LIVENESS_BLACK_AND_WHITE_COPY_CHECK(53), + + /** Liveness dynaprint */ + LIVENESS_DYNAPRINT(54), + + /** Liveness geometry check */ + LIVENESS_GEOMETRY_CHECK(55); private Integer value; diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityObjectCertificates.java b/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityObjectCertificates.java index 62e5616..94fc376 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityObjectCertificates.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/SecurityObjectCertificates.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: 7.6.0 + * The version of the OpenAPI document: 8.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 9aeabab..7c0c7d6 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 884dc7b..2a49228 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 9c3e168..9113f36 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/StatusItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/StatusItem.java index 3c7b1f3..a023986 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/StatusItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/StatusItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 153873e..005dd68 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/StringItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/StringItem.java index 6b959a0..89299ac 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/StringItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/StringItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 d4822fe..dbdaf37 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/Symbol.java b/client/src/main/generated/com/regula/documentreader/webclient/model/Symbol.java index 51d7c8a..8214566 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/Symbol.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/Symbol.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: 7.6.0 + * The version of the OpenAPI document: 8.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 7b1a046..539e614 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/SymbolEstimationItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/SymbolEstimationItem.java index 864c4b2..ca72814 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/SymbolEstimationItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/SymbolEstimationItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 858f8da..9a77897 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -38,7 +38,7 @@ public class SymbolRecognitionResult { public static final String SERIALIZED_NAME_SYMBOL_RECT = "SymbolRect"; @SerializedName(SERIALIZED_NAME_SYMBOL_RECT) - @javax.annotation.Nonnull + @javax.annotation.Nullable private RectangleCoordinates symbolRect; public static final String SERIALIZED_NAME_CANDIDATES_COUNT = "CandidatesCount"; @@ -74,7 +74,7 @@ public class SymbolRecognitionResult { public SymbolRecognitionResult() {} public SymbolRecognitionResult symbolRect( - @javax.annotation.Nonnull RectangleCoordinates symbolRect) { + @javax.annotation.Nullable RectangleCoordinates symbolRect) { this.symbolRect = symbolRect; return this; } @@ -84,12 +84,12 @@ public SymbolRecognitionResult symbolRect( * * @return symbolRect */ - @javax.annotation.Nonnull + @javax.annotation.Nullable public RectangleCoordinates getSymbolRect() { return symbolRect; } - public void setSymbolRect(@javax.annotation.Nonnull RectangleCoordinates symbolRect) { + public void setSymbolRect(@javax.annotation.Nullable RectangleCoordinates symbolRect) { this.symbolRect = symbolRect; } @@ -262,7 +262,6 @@ private String toIndentedString(Object o) { // a set of required properties/fields (JSON key names) openapiRequiredFields = new HashSet(); - openapiRequiredFields.add("SymbolRect"); openapiRequiredFields.add("CandidatesCount"); openapiRequiredFields.add("ListOfCandidates"); } @@ -294,8 +293,10 @@ public static void validateJsonElement(JsonElement jsonElement) throws IOExcepti } } JsonObject jsonObj = jsonElement.getAsJsonObject(); - // validate the required field `SymbolRect` - RectangleCoordinates.validateJsonElement(jsonObj.get("SymbolRect")); + // validate the optional field `SymbolRect` + if (jsonObj.get("SymbolRect") != null && !jsonObj.get("SymbolRect").isJsonNull()) { + RectangleCoordinates.validateJsonElement(jsonObj.get("SymbolRect")); + } // ensure the json data is an array if (!jsonObj.get("ListOfCandidates").isJsonArray()) { throw new IllegalArgumentException( diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/TDocBinaryInfo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TDocBinaryInfo.java index 40a3c7c..495b895 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/TDocBinaryInfo.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TDocBinaryInfo.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: 7.6.0 + * The version of the OpenAPI document: 8.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/TDocBinaryInfoItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TDocBinaryInfoItem.java index 14c02c1..f565c87 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/TDocBinaryInfoItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TDocBinaryInfoItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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/TOriginalRFIDGraphicsInfo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TOriginalRFIDGraphicsInfo.java index f10d480..2a883e5 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/TOriginalRFIDGraphicsInfo.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TOriginalRFIDGraphicsInfo.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: 7.6.0 + * The version of the OpenAPI document: 8.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/TOriginalRFIDGraphicsInfoItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TOriginalRFIDGraphicsInfoItem.java index 554be91..f4ef843 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/TOriginalRFIDGraphicsInfoItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TOriginalRFIDGraphicsInfoItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 556e8bb..93449ef 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 a66129d..baf12dd 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 fb98220..1927efa 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 0f943cf..28f3fd5 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 a2c06b5..09da3f6 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/TextFieldValue.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TextFieldValue.java index a4ef342..33c3d70 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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/TextItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TextItem.java index 4eb232a..d7e3a37 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/TextItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TextItem.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: 7.6.0 + * The version of the OpenAPI document: 8.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 ed172cd..4c78c3b 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: 7.6.0 + * The version of the OpenAPI document: 8.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 faba0ec..744005e 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 index 1daca14..d307050 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionImage.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionImage.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: 7.6.0 + * The version of the OpenAPI document: 8.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/TransactionInfo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionInfo.java index 4cac640..1367c33 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 index 511cb79..7fa8f9d 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessGetResponse.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessGetResponse.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: 7.6.0 + * The version of the OpenAPI document: 8.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/TransactionProcessRequest.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessRequest.java index 0a19aae..d7bbe10 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessRequest.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessRequest.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: 7.6.0 + * The version of the OpenAPI document: 8.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/TransactionProcessResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessResult.java index 97937a2..4b26690 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessResult.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TransactionProcessResult.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: 7.6.0 + * The version of the OpenAPI document: 8.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/TrfFtBytes.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TrfFtBytes.java index 57db264..6552771 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/TrfFtBytes.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TrfFtBytes.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: 7.6.0 + * The version of the OpenAPI document: 8.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/TrfFtString.java b/client/src/main/generated/com/regula/documentreader/webclient/model/TrfFtString.java index fbc3197..f7556dd 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/TrfFtString.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/TrfFtString.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: 7.6.0 + * The version of the OpenAPI document: 8.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/VerificationResult.java b/client/src/main/generated/com/regula/documentreader/webclient/model/VerificationResult.java index eddc38e..40663c3 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 e2a9d5e..488c154 100644 --- 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: 7.6.0 + * The version of the OpenAPI document: 8.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 f5ce367..2ab8679 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: 7.6.0 + * The version of the OpenAPI document: 8.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/VisualExtendedFieldItem.java b/client/src/main/generated/com/regula/documentreader/webclient/model/VisualExtendedFieldItem.java index 31d7a8e..58f2ff7 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/VisualExtendedFieldItem.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/VisualExtendedFieldItem.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: 7.6.0 + * The version of the OpenAPI document: 8.1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).