@regulaforensics/document-reader-webclient 7.2.2-beta.1 → 7.2.2-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main/index.cjs +1 -1
- package/dist/module/index.js +1 -1
- package/lib/index.d.ts +60 -91
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { AxiosInstance } from "axios";
|
|
|
3
3
|
* Regula Document Reader Web API
|
|
4
4
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 7.
|
|
6
|
+
* The version of the OpenAPI document: 7.2.0
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -86,7 +86,7 @@ export class Configuration {
|
|
|
86
86
|
* Regula Document Reader Web API
|
|
87
87
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
88
88
|
*
|
|
89
|
-
* The version of the OpenAPI document: 7.
|
|
89
|
+
* The version of the OpenAPI document: 7.2.0
|
|
90
90
|
*
|
|
91
91
|
*
|
|
92
92
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -129,7 +129,7 @@ export interface PointArray {
|
|
|
129
129
|
* Regula Document Reader Web API
|
|
130
130
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
131
131
|
*
|
|
132
|
-
* The version of the OpenAPI document: 7.
|
|
132
|
+
* The version of the OpenAPI document: 7.2.0
|
|
133
133
|
*
|
|
134
134
|
*
|
|
135
135
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -234,7 +234,7 @@ export interface AreaContainer {
|
|
|
234
234
|
* Regula Document Reader Web API
|
|
235
235
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
236
236
|
*
|
|
237
|
-
* The version of the OpenAPI document: 7.
|
|
237
|
+
* The version of the OpenAPI document: 7.2.0
|
|
238
238
|
*
|
|
239
239
|
*
|
|
240
240
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -373,7 +373,7 @@ export interface AuthParams {
|
|
|
373
373
|
* Regula Document Reader Web API
|
|
374
374
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
375
375
|
*
|
|
376
|
-
* The version of the OpenAPI document: 7.
|
|
376
|
+
* The version of the OpenAPI document: 7.2.0
|
|
377
377
|
*
|
|
378
378
|
*
|
|
379
379
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -475,7 +475,7 @@ export enum AuthenticityResultType {
|
|
|
475
475
|
* Regula Document Reader Web API
|
|
476
476
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
477
477
|
*
|
|
478
|
-
* The version of the OpenAPI document: 7.
|
|
478
|
+
* The version of the OpenAPI document: 7.2.0
|
|
479
479
|
*
|
|
480
480
|
*
|
|
481
481
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -505,7 +505,7 @@ export enum CheckResult {
|
|
|
505
505
|
* Regula Document Reader Web API
|
|
506
506
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
507
507
|
*
|
|
508
|
-
* The version of the OpenAPI document: 7.
|
|
508
|
+
* The version of the OpenAPI document: 7.2.0
|
|
509
509
|
*
|
|
510
510
|
*
|
|
511
511
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -642,7 +642,7 @@ export enum CheckDiagnose {
|
|
|
642
642
|
* Regula Document Reader Web API
|
|
643
643
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
644
644
|
*
|
|
645
|
-
* The version of the OpenAPI document: 7.
|
|
645
|
+
* The version of the OpenAPI document: 7.2.0
|
|
646
646
|
*
|
|
647
647
|
*
|
|
648
648
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -666,7 +666,7 @@ export interface ImageData {
|
|
|
666
666
|
* Regula Document Reader Web API
|
|
667
667
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
668
668
|
*
|
|
669
|
-
* The version of the OpenAPI document: 7.
|
|
669
|
+
* The version of the OpenAPI document: 7.2.0
|
|
670
670
|
*
|
|
671
671
|
*
|
|
672
672
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -700,7 +700,7 @@ export enum Light {
|
|
|
700
700
|
* Regula Document Reader Web API
|
|
701
701
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
702
702
|
*
|
|
703
|
-
* The version of the OpenAPI document: 7.
|
|
703
|
+
* The version of the OpenAPI document: 7.2.0
|
|
704
704
|
*
|
|
705
705
|
*
|
|
706
706
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -971,7 +971,7 @@ export interface IdentResultAllOf {
|
|
|
971
971
|
* Regula Document Reader Web API
|
|
972
972
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
973
973
|
*
|
|
974
|
-
* The version of the OpenAPI document: 7.
|
|
974
|
+
* The version of the OpenAPI document: 7.2.0
|
|
975
975
|
*
|
|
976
976
|
*
|
|
977
977
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1144,7 +1144,7 @@ export interface PhotoIdentResultAllOf {
|
|
|
1144
1144
|
* Regula Document Reader Web API
|
|
1145
1145
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
1146
1146
|
*
|
|
1147
|
-
* The version of the OpenAPI document: 7.
|
|
1147
|
+
* The version of the OpenAPI document: 7.2.0
|
|
1148
1148
|
*
|
|
1149
1149
|
*
|
|
1150
1150
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1393,7 +1393,7 @@ export interface AuthenticityResultAllOf {
|
|
|
1393
1393
|
* Regula Document Reader Web API
|
|
1394
1394
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
1395
1395
|
*
|
|
1396
|
-
* The version of the OpenAPI document: 7.
|
|
1396
|
+
* The version of the OpenAPI document: 7.2.0
|
|
1397
1397
|
*
|
|
1398
1398
|
*
|
|
1399
1399
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1463,7 +1463,7 @@ export enum DocumentFormat {
|
|
|
1463
1463
|
* Regula Document Reader Web API
|
|
1464
1464
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
1465
1465
|
*
|
|
1466
|
-
* The version of the OpenAPI document: 7.
|
|
1466
|
+
* The version of the OpenAPI document: 7.2.0
|
|
1467
1467
|
*
|
|
1468
1468
|
*
|
|
1469
1469
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2474,7 +2474,7 @@ export interface FDSIDList {
|
|
|
2474
2474
|
* Regula Document Reader Web API
|
|
2475
2475
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
2476
2476
|
*
|
|
2477
|
-
* The version of the OpenAPI document: 7.
|
|
2477
|
+
* The version of the OpenAPI document: 7.2.0
|
|
2478
2478
|
*
|
|
2479
2479
|
*
|
|
2480
2480
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2584,7 +2584,7 @@ export interface ChosenDocumentTypeResultAllOf {
|
|
|
2584
2584
|
* Regula Document Reader Web API
|
|
2585
2585
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
2586
2586
|
*
|
|
2587
|
-
* The version of the OpenAPI document: 7.
|
|
2587
|
+
* The version of the OpenAPI document: 7.2.0
|
|
2588
2588
|
*
|
|
2589
2589
|
*
|
|
2590
2590
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2638,7 +2638,7 @@ export interface BcPDF417INFO {
|
|
|
2638
2638
|
* Regula Document Reader Web API
|
|
2639
2639
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
2640
2640
|
*
|
|
2641
|
-
* The version of the OpenAPI document: 7.
|
|
2641
|
+
* The version of the OpenAPI document: 7.2.0
|
|
2642
2642
|
*
|
|
2643
2643
|
*
|
|
2644
2644
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2680,7 +2680,7 @@ export interface BcROIDETECT {
|
|
|
2680
2680
|
* Regula Document Reader Web API
|
|
2681
2681
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
2682
2682
|
*
|
|
2683
|
-
* The version of the OpenAPI document: 7.
|
|
2683
|
+
* The version of the OpenAPI document: 7.2.0
|
|
2684
2684
|
*
|
|
2685
2685
|
*
|
|
2686
2686
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2920,7 +2920,7 @@ export interface DocumentPositionResultAllOf {
|
|
|
2920
2920
|
* Regula Document Reader Web API
|
|
2921
2921
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
2922
2922
|
*
|
|
2923
|
-
* The version of the OpenAPI document: 7.
|
|
2923
|
+
* The version of the OpenAPI document: 7.2.0
|
|
2924
2924
|
*
|
|
2925
2925
|
*
|
|
2926
2926
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2982,7 +2982,7 @@ export interface DocumentTypesCandidatesResultAllOf {
|
|
|
2982
2982
|
* Regula Document Reader Web API
|
|
2983
2983
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
2984
2984
|
*
|
|
2985
|
-
* The version of the OpenAPI document: 7.
|
|
2985
|
+
* The version of the OpenAPI document: 7.2.0
|
|
2986
2986
|
*
|
|
2987
2987
|
*
|
|
2988
2988
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3006,7 +3006,7 @@ export interface EncryptedRCLResultAllOf {
|
|
|
3006
3006
|
* Regula Document Reader Web API
|
|
3007
3007
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
3008
3008
|
*
|
|
3009
|
-
* The version of the OpenAPI document: 7.
|
|
3009
|
+
* The version of the OpenAPI document: 7.2.0
|
|
3010
3010
|
*
|
|
3011
3011
|
*
|
|
3012
3012
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3203,7 +3203,7 @@ export interface GraphicsResultAllOf {
|
|
|
3203
3203
|
* Regula Document Reader Web API
|
|
3204
3204
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
3205
3205
|
*
|
|
3206
|
-
* The version of the OpenAPI document: 7.
|
|
3206
|
+
* The version of the OpenAPI document: 7.2.0
|
|
3207
3207
|
*
|
|
3208
3208
|
*
|
|
3209
3209
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3338,7 +3338,7 @@ export interface ImageQualityResultAllOf {
|
|
|
3338
3338
|
* Regula Document Reader Web API
|
|
3339
3339
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
3340
3340
|
*
|
|
3341
|
-
* The version of the OpenAPI document: 7.
|
|
3341
|
+
* The version of the OpenAPI document: 7.2.0
|
|
3342
3342
|
*
|
|
3343
3343
|
*
|
|
3344
3344
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3395,7 +3395,7 @@ export interface ImagesAvailableSource {
|
|
|
3395
3395
|
* Regula Document Reader Web API
|
|
3396
3396
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
3397
3397
|
*
|
|
3398
|
-
* The version of the OpenAPI document: 7.
|
|
3398
|
+
* The version of the OpenAPI document: 7.2.0
|
|
3399
3399
|
*
|
|
3400
3400
|
*
|
|
3401
3401
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3555,7 +3555,7 @@ export interface ImagesResultAllOf {
|
|
|
3555
3555
|
* Regula Document Reader Web API
|
|
3556
3556
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
3557
3557
|
*
|
|
3558
|
-
* The version of the OpenAPI document: 7.
|
|
3558
|
+
* The version of the OpenAPI document: 7.2.0
|
|
3559
3559
|
*
|
|
3560
3560
|
*
|
|
3561
3561
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4213,7 +4213,7 @@ export enum LCID {
|
|
|
4213
4213
|
* Regula Document Reader Web API
|
|
4214
4214
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
4215
4215
|
*
|
|
4216
|
-
* The version of the OpenAPI document: 7.
|
|
4216
|
+
* The version of the OpenAPI document: 7.2.0
|
|
4217
4217
|
*
|
|
4218
4218
|
*
|
|
4219
4219
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -6751,7 +6751,7 @@ export enum TextFieldType {
|
|
|
6751
6751
|
* Regula Document Reader Web API
|
|
6752
6752
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6753
6753
|
*
|
|
6754
|
-
* The version of the OpenAPI document: 7.
|
|
6754
|
+
* The version of the OpenAPI document: 7.2.0
|
|
6755
6755
|
*
|
|
6756
6756
|
*
|
|
6757
6757
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -6864,7 +6864,7 @@ export interface LexicalAnalysisResultAllOf {
|
|
|
6864
6864
|
* Regula Document Reader Web API
|
|
6865
6865
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
6866
6866
|
*
|
|
6867
|
-
* The version of the OpenAPI document: 7.
|
|
6867
|
+
* The version of the OpenAPI document: 7.2.0
|
|
6868
6868
|
*
|
|
6869
6869
|
*
|
|
6870
6870
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7054,7 +7054,7 @@ export interface StatusResultAllOf {
|
|
|
7054
7054
|
* Regula Document Reader Web API
|
|
7055
7055
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
7056
7056
|
*
|
|
7057
|
-
* The version of the OpenAPI document: 7.
|
|
7057
|
+
* The version of the OpenAPI document: 7.2.0
|
|
7058
7058
|
*
|
|
7059
7059
|
*
|
|
7060
7060
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7661,7 +7661,7 @@ export interface ContainerList {
|
|
|
7661
7661
|
* Regula Document Reader Web API
|
|
7662
7662
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
7663
7663
|
*
|
|
7664
|
-
* The version of the OpenAPI document: 7.
|
|
7664
|
+
* The version of the OpenAPI document: 7.2.0
|
|
7665
7665
|
*
|
|
7666
7666
|
*
|
|
7667
7667
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7715,7 +7715,7 @@ export interface DeviceInfo {
|
|
|
7715
7715
|
* Regula Document Reader Web API
|
|
7716
7716
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
7717
7717
|
*
|
|
7718
|
-
* The version of the OpenAPI document: 7.
|
|
7718
|
+
* The version of the OpenAPI document: 7.2.0
|
|
7719
7719
|
*
|
|
7720
7720
|
*
|
|
7721
7721
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7758,7 +7758,7 @@ export interface DocumentTypesCandidates {
|
|
|
7758
7758
|
* Regula Document Reader Web API
|
|
7759
7759
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
7760
7760
|
*
|
|
7761
|
-
* The version of the OpenAPI document: 7.
|
|
7761
|
+
* The version of the OpenAPI document: 7.2.0
|
|
7762
7762
|
*
|
|
7763
7763
|
*
|
|
7764
7764
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7849,7 +7849,7 @@ export interface FaceApi {
|
|
|
7849
7849
|
* Regula Document Reader Web API
|
|
7850
7850
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
7851
7851
|
*
|
|
7852
|
-
* The version of the OpenAPI document: 7.
|
|
7852
|
+
* The version of the OpenAPI document: 7.2.0
|
|
7853
7853
|
*
|
|
7854
7854
|
*
|
|
7855
7855
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7959,7 +7959,7 @@ export interface InDataTransactionImagesFieldValue {
|
|
|
7959
7959
|
* Regula Document Reader Web API
|
|
7960
7960
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
7961
7961
|
*
|
|
7962
|
-
* The version of the OpenAPI document: 7.
|
|
7962
|
+
* The version of the OpenAPI document: 7.2.0
|
|
7963
7963
|
*
|
|
7964
7964
|
*
|
|
7965
7965
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -8097,7 +8097,7 @@ export interface InlineResponse200 {
|
|
|
8097
8097
|
* Regula Document Reader Web API
|
|
8098
8098
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
8099
8099
|
*
|
|
8100
|
-
* The version of the OpenAPI document: 7.
|
|
8100
|
+
* The version of the OpenAPI document: 7.2.0
|
|
8101
8101
|
*
|
|
8102
8102
|
*
|
|
8103
8103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -8127,7 +8127,7 @@ export enum ProcessingStatus {
|
|
|
8127
8127
|
* Regula Document Reader Web API
|
|
8128
8128
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
8129
8129
|
*
|
|
8130
|
-
* The version of the OpenAPI document: 7.
|
|
8130
|
+
* The version of the OpenAPI document: 7.2.0
|
|
8131
8131
|
*
|
|
8132
8132
|
*
|
|
8133
8133
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -8232,7 +8232,7 @@ export interface InlineResponse2001 {
|
|
|
8232
8232
|
* Regula Document Reader Web API
|
|
8233
8233
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
8234
8234
|
*
|
|
8235
|
-
* The version of the OpenAPI document: 7.
|
|
8235
|
+
* The version of the OpenAPI document: 7.2.0
|
|
8236
8236
|
*
|
|
8237
8237
|
*
|
|
8238
8238
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -8270,7 +8270,7 @@ export enum LogLevel {
|
|
|
8270
8270
|
* Regula Document Reader Web API
|
|
8271
8271
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
8272
8272
|
*
|
|
8273
|
-
* The version of the OpenAPI document: 7.
|
|
8273
|
+
* The version of the OpenAPI document: 7.2.0
|
|
8274
8274
|
*
|
|
8275
8275
|
*
|
|
8276
8276
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -8312,7 +8312,7 @@ export enum MRZFormat {
|
|
|
8312
8312
|
* Regula Document Reader Web API
|
|
8313
8313
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
8314
8314
|
*
|
|
8315
|
-
* The version of the OpenAPI document: 7.
|
|
8315
|
+
* The version of the OpenAPI document: 7.2.0
|
|
8316
8316
|
*
|
|
8317
8317
|
*
|
|
8318
8318
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -8338,7 +8338,7 @@ export enum MeasureSystem {
|
|
|
8338
8338
|
* Regula Document Reader Web API
|
|
8339
8339
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
8340
8340
|
*
|
|
8341
|
-
* The version of the OpenAPI document: 7.
|
|
8341
|
+
* The version of the OpenAPI document: 7.2.0
|
|
8342
8342
|
*
|
|
8343
8343
|
*
|
|
8344
8344
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -8359,7 +8359,7 @@ export enum MrzDetectModeEnum {
|
|
|
8359
8359
|
* Regula Document Reader Web API
|
|
8360
8360
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
8361
8361
|
*
|
|
8362
|
-
* The version of the OpenAPI document: 7.
|
|
8362
|
+
* The version of the OpenAPI document: 7.2.0
|
|
8363
8363
|
*
|
|
8364
8364
|
*
|
|
8365
8365
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -9265,7 +9265,7 @@ export enum ParsingNotificationCodes {
|
|
|
9265
9265
|
* Regula Document Reader Web API
|
|
9266
9266
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
9267
9267
|
*
|
|
9268
|
-
* The version of the OpenAPI document: 7.
|
|
9268
|
+
* The version of the OpenAPI document: 7.2.0
|
|
9269
9269
|
*
|
|
9270
9270
|
*
|
|
9271
9271
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -9308,7 +9308,7 @@ export interface ProcessParamsRfid {
|
|
|
9308
9308
|
* Regula Document Reader Web API
|
|
9309
9309
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
9310
9310
|
*
|
|
9311
|
-
* The version of the OpenAPI document: 7.
|
|
9311
|
+
* The version of the OpenAPI document: 7.2.0
|
|
9312
9312
|
*
|
|
9313
9313
|
*
|
|
9314
9314
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -9426,7 +9426,7 @@ export enum Result {
|
|
|
9426
9426
|
* Regula Document Reader Web API
|
|
9427
9427
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
9428
9428
|
*
|
|
9429
|
-
* The version of the OpenAPI document: 7.
|
|
9429
|
+
* The version of the OpenAPI document: 7.2.0
|
|
9430
9430
|
*
|
|
9431
9431
|
*
|
|
9432
9432
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -9516,7 +9516,7 @@ export enum Scenario {
|
|
|
9516
9516
|
* Regula Document Reader Web API
|
|
9517
9517
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
9518
9518
|
*
|
|
9519
|
-
* The version of the OpenAPI document: 7.
|
|
9519
|
+
* The version of the OpenAPI document: 7.2.0
|
|
9520
9520
|
*
|
|
9521
9521
|
*
|
|
9522
9522
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -9904,7 +9904,7 @@ export interface ProcessRequestImage {
|
|
|
9904
9904
|
* Regula Document Reader Web API
|
|
9905
9905
|
* Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
|
|
9906
9906
|
*
|
|
9907
|
-
* The version of the OpenAPI document: 7.
|
|
9907
|
+
* The version of the OpenAPI document: 7.2.0
|
|
9908
9908
|
*
|
|
9909
9909
|
*
|
|
9910
9910
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10091,59 +10091,28 @@ export interface TransactionProcessGetResponse {
|
|
|
10091
10091
|
/**
|
|
10092
10092
|
*
|
|
10093
10093
|
* @export
|
|
10094
|
-
* @interface
|
|
10094
|
+
* @interface TransactionScenarioRequest
|
|
10095
10095
|
*/
|
|
10096
|
-
export interface
|
|
10097
|
-
/**
|
|
10098
|
-
* session id
|
|
10099
|
-
* @type {string}
|
|
10100
|
-
* @memberof TransactionProcessRequest
|
|
10101
|
-
*/
|
|
10102
|
-
tag?: string;
|
|
10103
|
-
/**
|
|
10104
|
-
*
|
|
10105
|
-
* @type {ProcessParams}
|
|
10106
|
-
* @memberof TransactionProcessRequest
|
|
10107
|
-
*/
|
|
10108
|
-
processParam: ProcessParams;
|
|
10096
|
+
export interface TransactionScenarioRequest {
|
|
10109
10097
|
/**
|
|
10110
10098
|
*
|
|
10111
|
-
* @type {
|
|
10112
|
-
* @memberof
|
|
10113
|
-
*/
|
|
10114
|
-
List?: Array<ProcessRequestImage>;
|
|
10115
|
-
/**
|
|
10116
|
-
* Live portrait photo
|
|
10117
|
-
* @type {string}
|
|
10118
|
-
* @memberof TransactionProcessRequest
|
|
10119
|
-
*/
|
|
10120
|
-
livePortrait?: string;
|
|
10121
|
-
/**
|
|
10122
|
-
* Portrait photo from an external source
|
|
10123
|
-
* @type {string}
|
|
10124
|
-
* @memberof TransactionProcessRequest
|
|
10125
|
-
*/
|
|
10126
|
-
extPortrait?: string;
|
|
10127
|
-
/**
|
|
10128
|
-
*
|
|
10129
|
-
* @type {ContainerList}
|
|
10130
|
-
* @memberof TransactionProcessRequest
|
|
10099
|
+
* @type {Scenario}
|
|
10100
|
+
* @memberof TransactionScenarioRequest
|
|
10131
10101
|
*/
|
|
10132
|
-
|
|
10102
|
+
scenario?: Scenario;
|
|
10103
|
+
}
|
|
10104
|
+
/**
|
|
10105
|
+
*
|
|
10106
|
+
* @export
|
|
10107
|
+
* @interface TransactionProcessRequest
|
|
10108
|
+
*/
|
|
10109
|
+
export interface TransactionProcessRequest {
|
|
10133
10110
|
/**
|
|
10134
10111
|
*
|
|
10135
|
-
* @type {
|
|
10112
|
+
* @type {TransactionScenarioRequest}
|
|
10136
10113
|
* @memberof TransactionProcessRequest
|
|
10137
10114
|
*/
|
|
10138
|
-
|
|
10139
|
-
/**
|
|
10140
|
-
* Free-form object to be included in response. Must be object, not list or simple value. Do not affect document processing. Use it freely to pass your app params. Stored in process logs.
|
|
10141
|
-
* @type {{ [key: string]: object; }}
|
|
10142
|
-
* @memberof TransactionProcessRequest
|
|
10143
|
-
*/
|
|
10144
|
-
passBackObject?: {
|
|
10145
|
-
[key: string]: object;
|
|
10146
|
-
};
|
|
10115
|
+
processParam: TransactionScenarioRequest;
|
|
10147
10116
|
}
|
|
10148
10117
|
export class TextFieldExt implements TextField {
|
|
10149
10118
|
fieldType: TextFieldType;
|
package/package.json
CHANGED