Skip to content

Commit 56d9793

Browse files
committed
Add Authenticity results
1 parent 4215199 commit 56d9793

File tree

101 files changed

+3303
-162
lines changed

Some content is hidden

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

101 files changed

+3303
-162
lines changed

.github/workflows/run-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- working-directory: src/Regula.DocumentReader.LocalNetCoreExample/bin/Release/netcoreapp3.1/
2121
run: ./Regula.DocumentReader.LocalNetCoreExample
2222
env:
23-
API_BASE_PATH: "http://test-api.regulaforensics.com"
23+
API_BASE_PATH: "https://testapi.regulaforensics.com"
2424
TEST_LICENSE: ${{secrets.TEST_LICENSE}}

.openapi-generator-ignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ src/Regula.DocumentReader.WebClient/Regula.DocumentReader.WebClient.nuspec
1313
src/Regula.DocumentReader.WebClient/packages.config
1414
src/Regula.DocumentReader.WebClient/Properties/**
1515

16-
# classes, modified after generation
17-
**/ContainerList.cs
16+
# generator bugs, require manual change
17+
src/Regula.DocumentReader.WebClient/Model/ContainerList.cs
18+
src/Regula.DocumentReader.WebClient/Model/AuthenticityCheckResult.cs
1819
**/*AllOf.cs
1920

20-
# generator bugs, require manual change
21+
# classes, modified after generation
2122
src/Regula.DocumentReader.WebClient/Model/ResultItem.cs
23+
src/Regula.DocumentReader.WebClient/Model/AuthenticityCheckResultItem.cs

.openapi-generator/FILES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ src/Regula.DocumentReader.WebClient/Client/GlobalConfiguration.cs
99
src/Regula.DocumentReader.WebClient/Client/IApiAccessor.cs
1010
src/Regula.DocumentReader.WebClient/Client/IReadableConfiguration.cs
1111
src/Regula.DocumentReader.WebClient/Client/OpenAPIDateConverter.cs
12+
src/Regula.DocumentReader.WebClient/Model/AreaContainer.cs
13+
src/Regula.DocumentReader.WebClient/Model/AuthenticityCheckList.cs
14+
src/Regula.DocumentReader.WebClient/Model/AuthenticityResult.cs
15+
src/Regula.DocumentReader.WebClient/Model/AuthenticityResultType.cs
1216
src/Regula.DocumentReader.WebClient/Model/ChosenDocumentType.cs
1317
src/Regula.DocumentReader.WebClient/Model/ChosenDocumentTypeResult.cs
1418
src/Regula.DocumentReader.WebClient/Model/CrossSourceValueComparison.cs
@@ -23,9 +27,11 @@ src/Regula.DocumentReader.WebClient/Model/DocumentTypesCandidates.cs
2327
src/Regula.DocumentReader.WebClient/Model/DocumentTypesCandidatesList.cs
2428
src/Regula.DocumentReader.WebClient/Model/DocumentTypesCandidatesResult.cs
2529
src/Regula.DocumentReader.WebClient/Model/FDSIDList.cs
30+
src/Regula.DocumentReader.WebClient/Model/FiberResult.cs
2631
src/Regula.DocumentReader.WebClient/Model/GraphicField.cs
2732
src/Regula.DocumentReader.WebClient/Model/GraphicFieldsList.cs
2833
src/Regula.DocumentReader.WebClient/Model/GraphicsResult.cs
34+
src/Regula.DocumentReader.WebClient/Model/IdentResult.cs
2935
src/Regula.DocumentReader.WebClient/Model/ImageData.cs
3036
src/Regula.DocumentReader.WebClient/Model/ImageQA.cs
3137
src/Regula.DocumentReader.WebClient/Model/Images.cs
@@ -35,15 +41,22 @@ src/Regula.DocumentReader.WebClient/Model/ImagesFieldValue.cs
3541
src/Regula.DocumentReader.WebClient/Model/ImagesResult.cs
3642
src/Regula.DocumentReader.WebClient/Model/LexicalAnalysisResult.cs
3743
src/Regula.DocumentReader.WebClient/Model/ListVerifiedFields.cs
44+
src/Regula.DocumentReader.WebClient/Model/OCRSecurityTextResult.cs
3845
src/Regula.DocumentReader.WebClient/Model/OneCandidate.cs
3946
src/Regula.DocumentReader.WebClient/Model/OriginalSymbol.cs
47+
src/Regula.DocumentReader.WebClient/Model/PhotoIdentResult.cs
48+
src/Regula.DocumentReader.WebClient/Model/Point.cs
49+
src/Regula.DocumentReader.WebClient/Model/PointsContainer.cs
4050
src/Regula.DocumentReader.WebClient/Model/ProcessParams.cs
4151
src/Regula.DocumentReader.WebClient/Model/ProcessRequest.cs
4252
src/Regula.DocumentReader.WebClient/Model/ProcessRequestImage.cs
4353
src/Regula.DocumentReader.WebClient/Model/ProcessResponse.cs
4454
src/Regula.DocumentReader.WebClient/Model/ProcessSystemInfo.cs
55+
src/Regula.DocumentReader.WebClient/Model/RawImageContainerList.cs
4556
src/Regula.DocumentReader.WebClient/Model/RectangleCoordinates.cs
57+
src/Regula.DocumentReader.WebClient/Model/ResultItem.cs
4658
src/Regula.DocumentReader.WebClient/Model/RfidOrigin.cs
59+
src/Regula.DocumentReader.WebClient/Model/SecurityFeatureResult.cs
4760
src/Regula.DocumentReader.WebClient/Model/SourceValidity.cs
4861
src/Regula.DocumentReader.WebClient/Model/Status.cs
4962
src/Regula.DocumentReader.WebClient/Model/StatusResult.cs

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
5.0.0-beta2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We are always thrilled to receive pull requests, and do our best to process them
2020
## Frameworks supported
2121

2222
- .NET Standard 2.0
23-
- .NET 4.6.1 or later
23+
- .NET Framework 4.6.1 or later
2424
- .Net Core 2.0 or later
2525

2626
## Install package

src/Regula.DocumentReader.WebClient/Api/DefaultApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
55
*
6-
* The version of the OpenAPI document: 5.4.0
6+
* The version of the OpenAPI document: 5.5.0
77
*
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Regula.DocumentReader.WebClient/Api/ProcessApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
55
*
6-
* The version of the OpenAPI document: 5.4.0
6+
* The version of the OpenAPI document: 5.5.0
77
*
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Regula.DocumentReader.WebClient/Client/ApiClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
55
*
6-
* The version of the OpenAPI document: 5.4.0
6+
* The version of the OpenAPI document: 5.5.0
77
*
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/
@@ -29,7 +29,7 @@ namespace Regula.DocumentReader.WebClient.Client
2929
/// </summary>
3030
public partial class ApiClient
3131
{
32-
public JsonSerializerSettings serializerSettings = new JsonSerializerSettings
32+
private JsonSerializerSettings serializerSettings = new JsonSerializerSettings
3333
{
3434
ConstructorHandling = ConstructorHandling.AllowNonPublicDefaultConstructor
3535
};

src/Regula.DocumentReader.WebClient/Client/ApiException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
55
*
6-
* The version of the OpenAPI document: 5.4.0
6+
* The version of the OpenAPI document: 5.5.0
77
*
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

src/Regula.DocumentReader.WebClient/Client/ApiResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
55
*
6-
* The version of the OpenAPI document: 5.4.0
6+
* The version of the OpenAPI document: 5.5.0
77
*
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

0 commit comments

Comments
 (0)