Skip to content

Commit b77fc08

Browse files
Merge remote-tracking branch 'refs/remotes/origin/master' into feature/SP-15753-transaction
2 parents ab80107 + 4348447 commit b77fc08

File tree

150 files changed

+189
-200
lines changed

Some content is hidden

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

150 files changed

+189
-200
lines changed

src/.openapi-generator/FILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ models/transaction-image.ts
143143
models/transaction-info.ts
144144
models/transaction-process-get-response.ts
145145
models/transaction-process-request.ts
146+
models/transaction-scenario-request.ts
146147
models/verification-result.ts
147148
models/verified-field-map.ts
148149
models/visibility.ts

src/api/default-api.ts

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

src/api/process-api.ts

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

src/api/transaction-api.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Regula Document Reader Web API
55
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
66
*
7-
* The version of the OpenAPI document: 7.1.2
7+
* The version of the OpenAPI document: 7.2.0
88
*
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -44,7 +44,7 @@ export const TransactionApiAxiosParamCreator = function (configuration?: Configu
4444
if (tagId === null || tagId === undefined) {
4545
throw new RequiredError('tagId','Required parameter tagId was null or undefined when calling apiV2TagTagIdDelete.');
4646
}
47-
const localVarPath = `/api/v2/tag/{tag_id}`
47+
const localVarPath = `/api/v2/tag/{tagId}`
4848
.replace(`{${"tagId"}}`, encodeURIComponent(String(tagId)));
4949
// use dummy base URL string because the URL constructor only accepts absolute URLs.
5050
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
@@ -92,7 +92,7 @@ export const TransactionApiAxiosParamCreator = function (configuration?: Configu
9292
if (name === null || name === undefined) {
9393
throw new RequiredError('name','Required parameter name was null or undefined when calling apiV2TransactionTransactionIdFileGet.');
9494
}
95-
const localVarPath = `/api/v2/transaction/{transaction_id}/file`
95+
const localVarPath = `/api/v2/transaction/{transactionId}/file`
9696
.replace(`{${"transactionId"}}`, encodeURIComponent(String(transactionId)));
9797
// use dummy base URL string because the URL constructor only accepts absolute URLs.
9898
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
@@ -139,7 +139,7 @@ export const TransactionApiAxiosParamCreator = function (configuration?: Configu
139139
if (transactionId === null || transactionId === undefined) {
140140
throw new RequiredError('transactionId','Required parameter transactionId was null or undefined when calling apiV2TransactionTransactionIdGet.');
141141
}
142-
const localVarPath = `/api/v2/transaction/{transaction_id}`
142+
const localVarPath = `/api/v2/transaction/{transactionId}`
143143
.replace(`{${"transactionId"}}`, encodeURIComponent(String(transactionId)));
144144
// use dummy base URL string because the URL constructor only accepts absolute URLs.
145145
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
@@ -187,7 +187,7 @@ export const TransactionApiAxiosParamCreator = function (configuration?: Configu
187187
if (transactionProcessRequest === null || transactionProcessRequest === undefined) {
188188
throw new RequiredError('transactionProcessRequest','Required parameter transactionProcessRequest was null or undefined when calling apiV2TransactionTransactionIdProcessPost.');
189189
}
190-
const localVarPath = `/api/v2/transaction/{transaction_id}/process`
190+
const localVarPath = `/api/v2/transaction/{transactionId}/process`
191191
.replace(`{${"transactionId"}}`, encodeURIComponent(String(transactionId)));
192192
// use dummy base URL string because the URL constructor only accepts absolute URLs.
193193
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
@@ -240,7 +240,7 @@ export const TransactionApiAxiosParamCreator = function (configuration?: Configu
240240
if (transactionId === null || transactionId === undefined) {
241241
throw new RequiredError('transactionId','Required parameter transactionId was null or undefined when calling apiV2TransactionTransactionIdResultsGet.');
242242
}
243-
const localVarPath = `/api/v2/transaction/{transaction_id}/results`
243+
const localVarPath = `/api/v2/transaction/{transactionId}/results`
244244
.replace(`{${"transactionId"}}`, encodeURIComponent(String(transactionId)));
245245
// use dummy base URL string because the URL constructor only accepts absolute URLs.
246246
const localVarUrlObj = new URL(localVarPath, 'https://example.com');

src/base.ts

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

src/configuration.ts

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

src/models/area-array.ts

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

src/models/area-container.ts

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

src/models/auth-params.ts

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

src/models/authenticity-check-list.ts

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

0 commit comments

Comments
 (0)