|
4 | 4 | * Regula Document Reader Web API |
5 | 5 | * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core |
6 | 6 | * |
7 | | - * The version of the OpenAPI document: 7.1.2 |
| 7 | + * The version of the OpenAPI document: 7.2.0 |
8 | 8 | * |
9 | 9 | * |
10 | 10 | * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). |
@@ -44,7 +44,7 @@ export const TransactionApiAxiosParamCreator = function (configuration?: Configu |
44 | 44 | if (tagId === null || tagId === undefined) { |
45 | 45 | throw new RequiredError('tagId','Required parameter tagId was null or undefined when calling apiV2TagTagIdDelete.'); |
46 | 46 | } |
47 | | - const localVarPath = `/api/v2/tag/{tag_id}` |
| 47 | + const localVarPath = `/api/v2/tag/{tagId}` |
48 | 48 | .replace(`{${"tagId"}}`, encodeURIComponent(String(tagId))); |
49 | 49 | // use dummy base URL string because the URL constructor only accepts absolute URLs. |
50 | 50 | const localVarUrlObj = new URL(localVarPath, 'https://example.com'); |
@@ -92,7 +92,7 @@ export const TransactionApiAxiosParamCreator = function (configuration?: Configu |
92 | 92 | if (name === null || name === undefined) { |
93 | 93 | throw new RequiredError('name','Required parameter name was null or undefined when calling apiV2TransactionTransactionIdFileGet.'); |
94 | 94 | } |
95 | | - const localVarPath = `/api/v2/transaction/{transaction_id}/file` |
| 95 | + const localVarPath = `/api/v2/transaction/{transactionId}/file` |
96 | 96 | .replace(`{${"transactionId"}}`, encodeURIComponent(String(transactionId))); |
97 | 97 | // use dummy base URL string because the URL constructor only accepts absolute URLs. |
98 | 98 | const localVarUrlObj = new URL(localVarPath, 'https://example.com'); |
@@ -139,7 +139,7 @@ export const TransactionApiAxiosParamCreator = function (configuration?: Configu |
139 | 139 | if (transactionId === null || transactionId === undefined) { |
140 | 140 | throw new RequiredError('transactionId','Required parameter transactionId was null or undefined when calling apiV2TransactionTransactionIdGet.'); |
141 | 141 | } |
142 | | - const localVarPath = `/api/v2/transaction/{transaction_id}` |
| 142 | + const localVarPath = `/api/v2/transaction/{transactionId}` |
143 | 143 | .replace(`{${"transactionId"}}`, encodeURIComponent(String(transactionId))); |
144 | 144 | // use dummy base URL string because the URL constructor only accepts absolute URLs. |
145 | 145 | const localVarUrlObj = new URL(localVarPath, 'https://example.com'); |
@@ -187,7 +187,7 @@ export const TransactionApiAxiosParamCreator = function (configuration?: Configu |
187 | 187 | if (transactionProcessRequest === null || transactionProcessRequest === undefined) { |
188 | 188 | throw new RequiredError('transactionProcessRequest','Required parameter transactionProcessRequest was null or undefined when calling apiV2TransactionTransactionIdProcessPost.'); |
189 | 189 | } |
190 | | - const localVarPath = `/api/v2/transaction/{transaction_id}/process` |
| 190 | + const localVarPath = `/api/v2/transaction/{transactionId}/process` |
191 | 191 | .replace(`{${"transactionId"}}`, encodeURIComponent(String(transactionId))); |
192 | 192 | // use dummy base URL string because the URL constructor only accepts absolute URLs. |
193 | 193 | const localVarUrlObj = new URL(localVarPath, 'https://example.com'); |
@@ -240,7 +240,7 @@ export const TransactionApiAxiosParamCreator = function (configuration?: Configu |
240 | 240 | if (transactionId === null || transactionId === undefined) { |
241 | 241 | throw new RequiredError('transactionId','Required parameter transactionId was null or undefined when calling apiV2TransactionTransactionIdResultsGet.'); |
242 | 242 | } |
243 | | - const localVarPath = `/api/v2/transaction/{transaction_id}/results` |
| 243 | + const localVarPath = `/api/v2/transaction/{transactionId}/results` |
244 | 244 | .replace(`{${"transactionId"}}`, encodeURIComponent(String(transactionId))); |
245 | 245 | // use dummy base URL string because the URL constructor only accepts absolute URLs. |
246 | 246 | const localVarUrlObj = new URL(localVarPath, 'https://example.com'); |
|
0 commit comments