Skip to content

Commit 39bad8e

Browse files
authored
Merge pull request #73 from regulaforensics/65db1c7a
update clients
2 parents 0190d47 + a2241e7 commit 39bad8e

File tree

120 files changed

+1022
-376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+1022
-376
lines changed

client/.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,14 @@ src/main/generated/com/regula/documentreader/webclient/model/OCRSecurityTextResu
6464
src/main/generated/com/regula/documentreader/webclient/model/OneCandidate.java
6565
src/main/generated/com/regula/documentreader/webclient/model/OriginalSymbol.java
6666
src/main/generated/com/regula/documentreader/webclient/model/PArrayField.java
67+
src/main/generated/com/regula/documentreader/webclient/model/ParsingNotificationCodes.java
6768
src/main/generated/com/regula/documentreader/webclient/model/PerDocumentConfig.java
6869
src/main/generated/com/regula/documentreader/webclient/model/PhotoIdentResult.java
6970
src/main/generated/com/regula/documentreader/webclient/model/Point.java
7071
src/main/generated/com/regula/documentreader/webclient/model/PointArray.java
7172
src/main/generated/com/regula/documentreader/webclient/model/PointsContainer.java
7273
src/main/generated/com/regula/documentreader/webclient/model/ProcessParams.java
74+
src/main/generated/com/regula/documentreader/webclient/model/ProcessParamsRfid.java
7375
src/main/generated/com/regula/documentreader/webclient/model/ProcessRequest.java
7476
src/main/generated/com/regula/documentreader/webclient/model/ProcessRequestImage.java
7577
src/main/generated/com/regula/documentreader/webclient/model/ProcessResponse.java

client/src/main/generated/com/regula/documentreader/webclient/ApiCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Regula Document Reader Web API
33
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
44
*
5-
* The version of the OpenAPI document: 6.7.0
5+
* The version of the OpenAPI document: 6.8.0
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

client/src/main/generated/com/regula/documentreader/webclient/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Regula Document Reader Web API
33
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
44
*
5-
* The version of the OpenAPI document: 6.7.0
5+
* The version of the OpenAPI document: 6.8.0
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

client/src/main/generated/com/regula/documentreader/webclient/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Regula Document Reader Web API
33
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
44
*
5-
* The version of the OpenAPI document: 6.7.0
5+
* The version of the OpenAPI document: 6.8.0
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

client/src/main/generated/com/regula/documentreader/webclient/ApiResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Regula Document Reader Web API
33
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
44
*
5-
* The version of the OpenAPI document: 6.7.0
5+
* The version of the OpenAPI document: 6.8.0
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

client/src/main/generated/com/regula/documentreader/webclient/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Regula Document Reader Web API
33
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
44
*
5-
* The version of the OpenAPI document: 6.7.0
5+
* The version of the OpenAPI document: 6.8.0
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

client/src/main/generated/com/regula/documentreader/webclient/GzipRequestInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Regula Document Reader Web API
33
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
44
*
5-
* The version of the OpenAPI document: 6.7.0
5+
* The version of the OpenAPI document: 6.8.0
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

client/src/main/generated/com/regula/documentreader/webclient/JSON.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Regula Document Reader Web API
33
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
44
*
5-
* The version of the OpenAPI document: 6.7.0
5+
* The version of the OpenAPI document: 6.8.0
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

client/src/main/generated/com/regula/documentreader/webclient/Pair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Regula Document Reader Web API
33
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
44
*
5-
* The version of the OpenAPI document: 6.7.0
5+
* The version of the OpenAPI document: 6.8.0
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

client/src/main/generated/com/regula/documentreader/webclient/ProgressRequestBody.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Regula Document Reader Web API
33
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
44
*
5-
* The version of the OpenAPI document: 6.7.0
5+
* The version of the OpenAPI document: 6.8.0
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)