@regulaforensics/document-reader-webclient 8.1.324-nightly → 8.1.364-nightly

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/lib/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import { AxiosInstance, AxiosResponse } 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.0
6
+ * The version of the OpenAPI document: 8.1.0
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -94,7 +94,7 @@ export class Configuration {
94
94
  * Regula Document Reader Web API
95
95
  * 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
96
96
  *
97
- * The version of the OpenAPI document: 7.6.0
97
+ * The version of the OpenAPI document: 8.1.0
98
98
  *
99
99
  *
100
100
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -137,7 +137,7 @@ export interface PointArray {
137
137
  * Regula Document Reader Web API
138
138
  * 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
139
139
  *
140
- * The version of the OpenAPI document: 7.6.0
140
+ * The version of the OpenAPI document: 8.1.0
141
141
  *
142
142
  *
143
143
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -248,7 +248,7 @@ export interface AreaContainer {
248
248
  * Regula Document Reader Web API
249
249
  * 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
250
250
  *
251
- * The version of the OpenAPI document: 7.6.0
251
+ * The version of the OpenAPI document: 8.1.0
252
252
  *
253
253
  *
254
254
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -297,6 +297,12 @@ export interface LivenessParams {
297
297
  * @memberof LivenessParams
298
298
  */
299
299
  'checkDynaprint'?: boolean;
300
+ /**
301
+ * This parameter is used to enable Geometry check
302
+ * @type {boolean}
303
+ * @memberof LivenessParams
304
+ */
305
+ 'checkGeometry'?: boolean;
300
306
  }
301
307
  /**
302
308
  *
@@ -405,7 +411,7 @@ export interface AuthParams {
405
411
  * Regula Document Reader Web API
406
412
  * 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
407
413
  *
408
- * The version of the OpenAPI document: 7.6.0
414
+ * The version of the OpenAPI document: 8.1.0
409
415
  *
410
416
  *
411
417
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -418,10 +424,6 @@ export interface AuthParams {
418
424
  * @enum {number}
419
425
  */
420
426
  export enum AuthenticityResultType {
421
- /**
422
- * No authenticity control procedure
423
- */
424
- NONE = 0,
425
427
  /**
426
428
  * Document luminescence check in UV light
427
429
  */
@@ -455,10 +457,6 @@ export enum AuthenticityResultType {
455
457
  */
456
458
  IPI = 128,
457
459
  /**
458
- * Document photo check in IR light
459
- */
460
- IR_PHOTO = 256,
461
- /**
462
460
  * Owner's photo embedding check (is photo printed or sticked)
463
461
  */
464
462
  PHOTO_EMBED_TYPE = 512,
@@ -467,10 +465,6 @@ export enum AuthenticityResultType {
467
465
  */
468
466
  OVI = 1024,
469
467
  /**
470
- * IR luminescence check
471
- */
472
- IR_LUMINESCENCE = 2048,
473
- /**
474
468
  * Hologram presence check. Deprecated
475
469
  */
476
470
  HOLOGRAMS = 4096,
@@ -479,10 +473,6 @@ export enum AuthenticityResultType {
479
473
  */
480
474
  PHOTO_AREA = 8192,
481
475
  /**
482
- * UV background check
483
- */
484
- UV_BACKGROUND = 16384,
485
- /**
486
476
  * Portrait comparison check (document printed vs chip vs live)
487
477
  */
488
478
  PORTRAIT_COMPARISON = 32768,
@@ -521,17 +511,13 @@ export enum AuthenticityResultType {
521
511
  /**
522
512
  * Encrypted IPI
523
513
  */
524
- ENCRYPTED_IPI = 16777216,
525
- /**
526
- * Flag for status-only authenticity
527
- */
528
- STATUS_ONLY = 2147483648
514
+ ENCRYPTED_IPI = 16777216
529
515
  }
530
516
  /**
531
517
  * Regula Document Reader Web API
532
518
  * 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
533
519
  *
534
- * The version of the OpenAPI document: 7.6.0
520
+ * The version of the OpenAPI document: 8.1.0
535
521
  *
536
522
  *
537
523
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -674,7 +660,7 @@ export enum CheckDiagnose {
674
660
  * Regula Document Reader Web API
675
661
  * 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
676
662
  *
677
- * The version of the OpenAPI document: 7.6.0
663
+ * The version of the OpenAPI document: 8.1.0
678
664
  *
679
665
  *
680
666
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -704,7 +690,7 @@ export enum CheckResult {
704
690
  * Regula Document Reader Web API
705
691
  * 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
706
692
  *
707
- * The version of the OpenAPI document: 7.6.0
693
+ * The version of the OpenAPI document: 8.1.0
708
694
  *
709
695
  *
710
696
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -761,7 +747,7 @@ export interface AuthenticityCheckResultItem {
761
747
  * Regula Document Reader Web API
762
748
  * 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
763
749
  *
764
- * The version of the OpenAPI document: 7.6.0
750
+ * The version of the OpenAPI document: 8.1.0
765
751
  *
766
752
  *
767
753
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -941,7 +927,31 @@ export enum Light {
941
927
  /**
942
928
  * For internal use
943
929
  */
944
- WHITE_SPECIAL = 4194304
930
+ WHITE_SPECIAL = 4194304,
931
+ /**
932
+ * White UV
933
+ */
934
+ WHITE_UV = 134,
935
+ /**
936
+ * White full hologram
937
+ */
938
+ WHITE_FULL_HOLO = 67108870,
939
+ /**
940
+ * HR light
941
+ */
942
+ HR_LIGHT = 1073741824,
943
+ /**
944
+ * HR white
945
+ */
946
+ HR_WHITE = 1073741830,
947
+ /**
948
+ * HR UV
949
+ */
950
+ HR_UV = 1073741952,
951
+ /**
952
+ * HR IR
953
+ */
954
+ HR_IR = 1073741848
945
955
  }
946
956
  /**
947
957
  *
@@ -1003,6 +1013,12 @@ export interface FiberItem {
1003
1013
  * @memberof FiberItem
1004
1014
  */
1005
1015
  'ColorValues': Array<number>;
1016
+ /**
1017
+ *
1018
+ * @type {number}
1019
+ * @memberof FiberItem
1020
+ */
1021
+ 'ErrorCode'?: number;
1006
1022
  }
1007
1023
  /**
1008
1024
  * @type FiberResult
@@ -1013,7 +1029,7 @@ export type FiberResult = AuthenticityCheckResultItem & FiberItem;
1013
1029
  * Regula Document Reader Web API
1014
1030
  * 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
1015
1031
  *
1016
- * The version of the OpenAPI document: 7.6.0
1032
+ * The version of the OpenAPI document: 8.1.0
1017
1033
  *
1018
1034
  *
1019
1035
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1031,7 +1047,7 @@ export interface ImageData {
1031
1047
  * @type {string}
1032
1048
  * @memberof ImageData
1033
1049
  */
1034
- 'image': string;
1050
+ 'image'?: string;
1035
1051
  /**
1036
1052
  * Image format
1037
1053
  * @type {string}
@@ -1043,7 +1059,7 @@ export interface ImageData {
1043
1059
  * Regula Document Reader Web API
1044
1060
  * 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
1045
1061
  *
1046
- * The version of the OpenAPI document: 7.6.0
1062
+ * The version of the OpenAPI document: 8.1.0
1047
1063
  *
1048
1064
  *
1049
1065
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1267,7 +1283,15 @@ export enum SecurityFeatureType {
1267
1283
  /**
1268
1284
  * Black and white copy check
1269
1285
  */
1270
- LIVENESS_BLACK_AND_WHITE_COPY_CHECK = 53
1286
+ LIVENESS_BLACK_AND_WHITE_COPY_CHECK = 53,
1287
+ /**
1288
+ * Liveness dynaprint
1289
+ */
1290
+ LIVENESS_DYNAPRINT = 54,
1291
+ /**
1292
+ * Liveness geometry check
1293
+ */
1294
+ LIVENESS_GEOMETRY_CHECK = 55
1271
1295
  }
1272
1296
  /**
1273
1297
  *
@@ -1311,6 +1335,18 @@ export interface IdentItem {
1311
1335
  * @memberof IdentItem
1312
1336
  */
1313
1337
  'AreaList'?: AreaContainer;
1338
+ /**
1339
+ *
1340
+ * @type {number}
1341
+ * @memberof IdentItem
1342
+ */
1343
+ 'ElementID'?: number;
1344
+ /**
1345
+ *
1346
+ * @type {number}
1347
+ * @memberof IdentItem
1348
+ */
1349
+ 'Result'?: number;
1314
1350
  }
1315
1351
  /**
1316
1352
  * @type IdentResult
@@ -1377,6 +1413,12 @@ export interface OCRSecurityTextItem {
1377
1413
  * @memberof OCRSecurityTextItem
1378
1414
  */
1379
1415
  'EtalonResultOCR': string;
1416
+ /**
1417
+ *
1418
+ * @type {number}
1419
+ * @memberof OCRSecurityTextItem
1420
+ */
1421
+ 'ResultCode'?: number;
1380
1422
  /**
1381
1423
  *
1382
1424
  * @type {number}
@@ -1473,13 +1515,7 @@ export interface PhotoIdentItem {
1473
1515
  * @type {number}
1474
1516
  * @memberof PhotoIdentItem
1475
1517
  */
1476
- 'Reserved1'?: number;
1477
- /**
1478
- *
1479
- * @type {number}
1480
- * @memberof PhotoIdentItem
1481
- */
1482
- 'Reserved2'?: number;
1518
+ 'Result'?: number;
1483
1519
  /**
1484
1520
  *
1485
1521
  * @type {number}
@@ -1496,7 +1532,7 @@ export type PhotoIdentResult = AuthenticityCheckResultItem & PhotoIdentItem;
1496
1532
  * Regula Document Reader Web API
1497
1533
  * 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
1498
1534
  *
1499
- * The version of the OpenAPI document: 7.6.0
1535
+ * The version of the OpenAPI document: 8.1.0
1500
1536
  *
1501
1537
  *
1502
1538
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1566,6 +1602,12 @@ export interface SecurityFeatureItem {
1566
1602
  * @memberof SecurityFeatureItem
1567
1603
  */
1568
1604
  'AreaList'?: AreaContainer;
1605
+ /**
1606
+ *
1607
+ * @type {number}
1608
+ * @memberof SecurityFeatureItem
1609
+ */
1610
+ 'Result'?: number;
1569
1611
  /**
1570
1612
  *
1571
1613
  * @type {number}
@@ -1650,7 +1692,7 @@ export interface AuthenticityCheckListItem {
1650
1692
  * Regula Document Reader Web API
1651
1693
  * 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
1652
1694
  *
1653
- * The version of the OpenAPI document: 7.6.0
1695
+ * The version of the OpenAPI document: 8.1.0
1654
1696
  *
1655
1697
  *
1656
1698
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1854,7 +1896,7 @@ export type AuthenticityResult = AuthenticityCheckListItem & ResultItem;
1854
1896
  * Regula Document Reader Web API
1855
1897
  * 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
1856
1898
  *
1857
- * The version of the OpenAPI document: 7.6.0
1899
+ * The version of the OpenAPI document: 8.1.0
1858
1900
  *
1859
1901
  *
1860
1902
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1892,7 +1934,7 @@ export enum BarCodeModuleType {
1892
1934
  * Regula Document Reader Web API
1893
1935
  * 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
1894
1936
  *
1895
- * The version of the OpenAPI document: 7.6.0
1937
+ * The version of the OpenAPI document: 8.1.0
1896
1938
  *
1897
1939
  *
1898
1940
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1906,95 +1948,91 @@ export enum BarCodeModuleType {
1906
1948
  */
1907
1949
  export enum BarcodeType {
1908
1950
  /**
1909
- * Unknown type
1951
+ * Unknown
1910
1952
  */
1911
1953
  UNKNOWN = 0,
1912
1954
  /**
1913
- * One-dimensional bar-code, ISO 15417 (ANSI/AIM BC4-1999 Code 128)
1955
+ * Code 128
1914
1956
  */
1915
1957
  CODE128 = 1,
1916
1958
  /**
1917
- * One-dimensional bar-code, ISO 16388 (ANSI/AIM BC1-1995 Code 39)
1959
+ * Code 39
1918
1960
  */
1919
1961
  CODE39 = 2,
1920
1962
  /**
1921
- * One-dimensional bar-code, EAN8, ISO 15418
1963
+ * EAN-8
1922
1964
  */
1923
1965
  EAN8 = 3,
1924
1966
  /**
1925
- * One-dimensional bar-code, Interleaved 2 of 5, ISO 16390 (ANSI/AIM BC2-1995 Interleaved 2 of 5)
1967
+ * ITF
1926
1968
  */
1927
1969
  ITF = 4,
1928
1970
  /**
1929
- * Two-dimensional bar-code, ISO 15438 (AIM USS PDF417)
1971
+ * PDF417
1930
1972
  */
1931
1973
  PDF417 = 5,
1932
1974
  /**
1933
- * One-dimensional bar-code, Standard 2 of 5 (Industrial)
1975
+ * STF
1934
1976
  */
1935
1977
  STF = 6,
1936
1978
  /**
1937
- * One-dimensional bar-code, Matrix 2 of 5
1979
+ * MTF
1938
1980
  */
1939
1981
  MTF = 7,
1940
1982
  /**
1941
- * One-dimensional bar-code, IATA 2 of 5 (Airline)
1983
+ * IATA
1942
1984
  */
1943
1985
  IATA = 8,
1944
1986
  /**
1945
- * One-dimensional bar-code, (ANSI/AIM BC3-1995, USS - Codabar)
1987
+ * Codabar
1946
1988
  */
1947
1989
  CODABAR = 9,
1948
1990
  /**
1949
- * One-dimensional bar-code, UPC-A
1991
+ * UPC-A
1950
1992
  */
1951
1993
  UPCA = 10,
1952
1994
  /**
1953
- * One-dimensional bar-code, (ANSI/AIM BC5-1995, USS - Code 93)
1995
+ * Code 93
1954
1996
  */
1955
1997
  CODE93 = 11,
1956
1998
  /**
1957
- * One-dimensional bar-code, UPC-E
1999
+ * UPC-E
1958
2000
  */
1959
2001
  UPCE = 12,
1960
2002
  /**
1961
- * One-dimensional bar-code, EAN13, ISO 15418
2003
+ * EAN-13
1962
2004
  */
1963
2005
  EAN13 = 13,
1964
2006
  /**
1965
- * Two-dimensional QRCODE bar-code
2007
+ * QR code
1966
2008
  */
1967
2009
  QRCODE = 14,
1968
2010
  /**
1969
- * Two-dimensional AZTEC bar-code
2011
+ * Aztec code
1970
2012
  */
1971
2013
  AZTEC = 15,
1972
2014
  /**
1973
- * Two-dimensional DATAMATRIX bar-code
2015
+ * Datamatrix
1974
2016
  */
1975
2017
  DATAMATRIX = 16,
1976
2018
  /**
1977
- * Type for internal use, representing all 1D bar-codes
2019
+ * All 1D barcodes
1978
2020
  */
1979
2021
  ALL_1D = 17,
1980
2022
  /**
1981
- * One-dimensional bar-code CODE11
2023
+ * Code 11
1982
2024
  */
1983
2025
  CODE11 = 18,
1984
2026
  /**
1985
2027
  * JAB code
1986
2028
  */
1987
- JABCODE = 19,
1988
- /**
1989
- * For internal use
1990
- */
1991
- END = 20
2029
+ JABCODE = 19
1992
2030
  }
1993
2031
  /**
1994
2032
  * Regula Document Reader Web API
1995
2033
  * 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
1996
2034
  *
1997
- * The version of the OpenAPI document: 7.6.0
2035
+ * The version of the OpenAPI document: 8.1.0
1998
2036
  *
1999
2037
  *
2000
2038
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2048,7 +2086,7 @@ export interface BcPDF417INFO {
2048
2086
  * Regula Document Reader Web API
2049
2087
  * 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
2050
2088
  *
2051
- * The version of the OpenAPI document: 7.6.0
2089
+ * The version of the OpenAPI document: 8.1.0
2052
2090
  *
2053
2091
  *
2054
2092
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2139,7 +2177,7 @@ export interface DetailsRFID {
2139
2177
  * Regula Document Reader Web API
2140
2178
  * 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
2141
2179
  *
2142
- * The version of the OpenAPI document: 7.6.0
2180
+ * The version of the OpenAPI document: 8.1.0
2143
2181
  *
2144
2182
  *
2145
2183
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2213,7 +2251,7 @@ export enum DocumentFormat {
2213
2251
  * Regula Document Reader Web API
2214
2252
  * 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
2215
2253
  *
2216
- * The version of the OpenAPI document: 7.6.0
2254
+ * The version of the OpenAPI document: 8.1.0
2217
2255
  *
2218
2256
  *
2219
2257
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2554,7 +2592,7 @@ export interface RfidDG1 {
2554
2592
  * Regula Document Reader Web API
2555
2593
  * 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
2556
2594
  *
2557
- * The version of the OpenAPI document: 7.6.0
2595
+ * The version of the OpenAPI document: 8.1.0
2558
2596
  *
2559
2597
  *
2560
2598
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2664,7 +2702,7 @@ export enum RfidDataFileType {
2664
2702
  * Regula Document Reader Web API
2665
2703
  * 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
2666
2704
  *
2667
- * The version of the OpenAPI document: 7.6.0
2705
+ * The version of the OpenAPI document: 8.1.0
2668
2706
  *
2669
2707
  *
2670
2708
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3138,7 +3176,7 @@ export enum RFIDErrorCodes {
3138
3176
  * Regula Document Reader Web API
3139
3177
  * 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
3140
3178
  *
3141
- * The version of the OpenAPI document: 7.6.0
3179
+ * The version of the OpenAPI document: 8.1.0
3142
3180
  *
3143
3181
  *
3144
3182
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4044,7 +4082,7 @@ export enum ParsingNotificationCodes {
4044
4082
  * Regula Document Reader Web API
4045
4083
  * 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
4046
4084
  *
4047
- * The version of the OpenAPI document: 7.6.0
4085
+ * The version of the OpenAPI document: 8.1.0
4048
4086
  *
4049
4087
  *
4050
4088
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4131,7 +4169,7 @@ export interface RfidAccessControlInfo {
4131
4169
  * Regula Document Reader Web API
4132
4170
  * 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
4133
4171
  *
4134
- * The version of the OpenAPI document: 7.6.0
4172
+ * The version of the OpenAPI document: 8.1.0
4135
4173
  *
4136
4174
  *
4137
4175
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4208,7 +4246,7 @@ export interface RfidAccessKey {
4208
4246
  * Regula Document Reader Web API
4209
4247
  * 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
4210
4248
  *
4211
- * The version of the OpenAPI document: 7.6.0
4249
+ * The version of the OpenAPI document: 8.1.0
4212
4250
  *
4213
4251
  *
4214
4252
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4266,7 +4304,7 @@ export enum RfidApplicationType {
4266
4304
  * Regula Document Reader Web API
4267
4305
  * 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
4268
4306
  *
4269
- * The version of the OpenAPI document: 7.6.0
4307
+ * The version of the OpenAPI document: 8.1.0
4270
4308
  *
4271
4309
  *
4272
4310
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4392,7 +4430,7 @@ export enum GraphicFieldType {
4392
4430
  * Regula Document Reader Web API
4393
4431
  * 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
4394
4432
  *
4395
- * The version of the OpenAPI document: 7.6.0
4433
+ * The version of the OpenAPI document: 8.1.0
4396
4434
  *
4397
4435
  *
4398
4436
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4416,7 +4454,7 @@ export interface ParsedData {
4416
4454
  * Regula Document Reader Web API
4417
4455
  * 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
4418
4456
  *
4419
- * The version of the OpenAPI document: 7.6.0
4457
+ * The version of the OpenAPI document: 8.1.0
4420
4458
  *
4421
4459
  *
4422
4460
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4459,7 +4497,7 @@ export interface SecurityObjectCertificates {
4459
4497
  * Regula Document Reader Web API
4460
4498
  * 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
4461
4499
  *
4462
- * The version of the OpenAPI document: 7.6.0
4500
+ * The version of the OpenAPI document: 8.1.0
4463
4501
  *
4464
4502
  *
4465
4503
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7053,7 +7091,7 @@ export enum TextFieldType {
7053
7091
  * Regula Document Reader Web API
7054
7092
  * 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
7055
7093
  *
7056
- * The version of the OpenAPI document: 7.6.0
7094
+ * The version of the OpenAPI document: 8.1.0
7057
7095
  *
7058
7096
  *
7059
7097
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7223,7 +7261,7 @@ export interface RfidApplication {
7223
7261
  * Regula Document Reader Web API
7224
7262
  * 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
7225
7263
  *
7226
- * The version of the OpenAPI document: 7.6.0
7264
+ * The version of the OpenAPI document: 8.1.0
7227
7265
  *
7228
7266
  *
7229
7267
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7257,7 +7295,7 @@ export enum RfidAuthenticationProcedureType {
7257
7295
  * Regula Document Reader Web API
7258
7296
  * 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
7259
7297
  *
7260
- * The version of the OpenAPI document: 7.6.0
7298
+ * The version of the OpenAPI document: 8.1.0
7261
7299
  *
7262
7300
  *
7263
7301
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7299,7 +7337,7 @@ export enum RfidAChip {
7299
7337
  * Regula Document Reader Web API
7300
7338
  * 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
7301
7339
  *
7302
- * The version of the OpenAPI document: 7.6.0
7340
+ * The version of the OpenAPI document: 8.1.0
7303
7341
  *
7304
7342
  *
7305
7343
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7337,7 +7375,7 @@ export enum RfidBaudRate {
7337
7375
  * Regula Document Reader Web API
7338
7376
  * 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
7339
7377
  *
7340
- * The version of the OpenAPI document: 7.6.0
7378
+ * The version of the OpenAPI document: 8.1.0
7341
7379
  *
7342
7380
  *
7343
7381
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7458,7 +7496,7 @@ export interface RfidCardPropertiesExt {
7458
7496
  * Regula Document Reader Web API
7459
7497
  * 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
7460
7498
  *
7461
- * The version of the OpenAPI document: 7.6.0
7499
+ * The version of the OpenAPI document: 8.1.0
7462
7500
  *
7463
7501
  *
7464
7502
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7488,7 +7526,7 @@ export interface RfidAttributeData {
7488
7526
  * Regula Document Reader Web API
7489
7527
  * 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
7490
7528
  *
7491
- * The version of the OpenAPI document: 7.6.0
7529
+ * The version of the OpenAPI document: 8.1.0
7492
7530
  *
7493
7531
  *
7494
7532
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7542,7 +7580,7 @@ export enum RfidCertificateOrigin {
7542
7580
  * Regula Document Reader Web API
7543
7581
  * 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
7544
7582
  *
7545
- * The version of the OpenAPI document: 7.6.0
7583
+ * The version of the OpenAPI document: 8.1.0
7546
7584
  *
7547
7585
  *
7548
7586
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7592,7 +7630,7 @@ export enum RfidCertificateType {
7592
7630
  * Regula Document Reader Web API
7593
7631
  * 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
7594
7632
  *
7595
- * The version of the OpenAPI document: 7.6.0
7633
+ * The version of the OpenAPI document: 8.1.0
7596
7634
  *
7597
7635
  *
7598
7636
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7678,7 +7716,7 @@ export interface RfidDistinguishedName {
7678
7716
  * Regula Document Reader Web API
7679
7717
  * 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
7680
7718
  *
7681
- * The version of the OpenAPI document: 7.6.0
7719
+ * The version of the OpenAPI document: 8.1.0
7682
7720
  *
7683
7721
  *
7684
7722
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7928,7 +7966,7 @@ export interface RfidSecurityObject {
7928
7966
  * Regula Document Reader Web API
7929
7967
  * 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
7930
7968
  *
7931
- * The version of the OpenAPI document: 7.6.0
7969
+ * The version of the OpenAPI document: 8.1.0
7932
7970
  *
7933
7971
  *
7934
7972
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -8611,7 +8649,7 @@ export interface BinaryData {
8611
8649
  * Regula Document Reader Web API
8612
8650
  * 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
8613
8651
  *
8614
- * The version of the OpenAPI document: 7.6.0
8652
+ * The version of the OpenAPI document: 8.1.0
8615
8653
  *
8616
8654
  *
8617
8655
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -8640,7 +8678,7 @@ export type ByteArrayResult = ByteArrayItem & ResultItem;
8640
8678
  * Regula Document Reader Web API
8641
8679
  * 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
8642
8680
  *
8643
- * The version of the OpenAPI document: 7.6.0
8681
+ * The version of the OpenAPI document: 8.1.0
8644
8682
  *
8645
8683
  *
8646
8684
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -8670,7 +8708,7 @@ export enum DocumentTypeRecognitionResult {
8670
8708
  * Regula Document Reader Web API
8671
8709
  * 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
8672
8710
  *
8673
- * The version of the OpenAPI document: 7.6.0
8711
+ * The version of the OpenAPI document: 8.1.0
8674
8712
  *
8675
8713
  *
8676
8714
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -9687,7 +9725,7 @@ export interface FDSIDList {
9687
9725
  * Regula Document Reader Web API
9688
9726
  * 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
9689
9727
  *
9690
- * The version of the OpenAPI document: 7.6.0
9728
+ * The version of the OpenAPI document: 8.1.0
9691
9729
  *
9692
9730
  *
9693
9731
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10074,7 +10112,7 @@ export type DocBarCodeInfo = DocBarCodeInfoItem & ResultItem;
10074
10112
  * Regula Document Reader Web API
10075
10113
  * 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
10076
10114
  *
10077
- * The version of the OpenAPI document: 7.6.0
10115
+ * The version of the OpenAPI document: 8.1.0
10078
10116
  *
10079
10117
  *
10080
10118
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10282,7 +10320,7 @@ export type DocumentTypesCandidatesResult = CandidatesListItem & ResultItem;
10282
10320
  * Regula Document Reader Web API
10283
10321
  * 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
10284
10322
  *
10285
- * The version of the OpenAPI document: 7.6.0
10323
+ * The version of the OpenAPI document: 8.1.0
10286
10324
  *
10287
10325
  *
10288
10326
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10411,7 +10449,7 @@ export interface FaceDetectionItem {
10411
10449
  * @type {FaceDetection}
10412
10450
  * @memberof FaceDetectionItem
10413
10451
  */
10414
- 'FaceDetection': FaceDetection;
10452
+ 'FaceDetection'?: FaceDetection;
10415
10453
  }
10416
10454
  /**
10417
10455
  * @type FaceDetectionResult
@@ -10491,7 +10529,7 @@ export type GraphicsResult = DocGraphicsInfoItem & ResultItem;
10491
10529
  * Regula Document Reader Web API
10492
10530
  * 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
10493
10531
  *
10494
- * The version of the OpenAPI document: 7.6.0
10532
+ * The version of the OpenAPI document: 8.1.0
10495
10533
  *
10496
10534
  *
10497
10535
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10637,7 +10675,7 @@ export type ImageQualityResult = ImageQualityCheckListItem & ResultItem;
10637
10675
  * Regula Document Reader Web API
10638
10676
  * 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
10639
10677
  *
10640
- * The version of the OpenAPI document: 7.6.0
10678
+ * The version of the OpenAPI document: 8.1.0
10641
10679
  *
10642
10680
  *
10643
10681
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10698,7 +10736,7 @@ export interface ImagesAvailableSource {
10698
10736
  * Regula Document Reader Web API
10699
10737
  * 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
10700
10738
  *
10701
- * The version of the OpenAPI document: 7.6.0
10739
+ * The version of the OpenAPI document: 8.1.0
10702
10740
  *
10703
10741
  *
10704
10742
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10881,7 +10919,7 @@ export type ImagesResult = ImagesItem & ResultItem;
10881
10919
  * Regula Document Reader Web API
10882
10920
  * 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
10883
10921
  *
10884
- * The version of the OpenAPI document: 7.6.0
10922
+ * The version of the OpenAPI document: 8.1.0
10885
10923
  *
10886
10924
  *
10887
10925
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11563,7 +11601,7 @@ export enum LCID {
11563
11601
  * Regula Document Reader Web API
11564
11602
  * 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
11565
11603
  *
11566
- * The version of the OpenAPI document: 7.6.0
11604
+ * The version of the OpenAPI document: 8.1.0
11567
11605
  *
11568
11606
  *
11569
11607
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11700,7 +11738,7 @@ export type LexicalAnalysisResult = ListVerifiedFieldsItem & ResultItem;
11700
11738
  * Regula Document Reader Web API
11701
11739
  * 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
11702
11740
  *
11703
- * The version of the OpenAPI document: 7.6.0
11741
+ * The version of the OpenAPI document: 8.1.0
11704
11742
  *
11705
11743
  *
11706
11744
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11730,7 +11768,7 @@ export type LicenseResult = LicenseItem & ResultItem;
11730
11768
  * Regula Document Reader Web API
11731
11769
  * 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
11732
11770
  *
11733
- * The version of the OpenAPI document: 7.6.0
11771
+ * The version of the OpenAPI document: 8.1.0
11734
11772
  *
11735
11773
  *
11736
11774
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11943,7 +11981,7 @@ export type MRZPositionResult = MrzPositionItem & ResultItem;
11943
11981
  * Regula Document Reader Web API
11944
11982
  * 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
11945
11983
  *
11946
- * The version of the OpenAPI document: 7.6.0
11984
+ * The version of the OpenAPI document: 8.1.0
11947
11985
  *
11948
11986
  *
11949
11987
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11985,7 +12023,7 @@ export interface ErrorCoordinates {
11985
12023
  * Regula Document Reader Web API
11986
12024
  * 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
11987
12025
  *
11988
- * The version of the OpenAPI document: 7.6.0
12026
+ * The version of the OpenAPI document: 8.1.0
11989
12027
  *
11990
12028
  *
11991
12029
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12342,7 +12380,7 @@ export type MRZTestQualityResult = MRZTestQualityItem & ResultItem;
12342
12380
  * Regula Document Reader Web API
12343
12381
  * 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
12344
12382
  *
12345
- * The version of the OpenAPI document: 7.6.0
12383
+ * The version of the OpenAPI document: 8.1.0
12346
12384
  *
12347
12385
  *
12348
12386
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12384,7 +12422,7 @@ export interface RFIDDocVisualExtendedFieldItem {
12384
12422
  * Regula Document Reader Web API
12385
12423
  * 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
12386
12424
  *
12387
- * The version of the OpenAPI document: 7.6.0
12425
+ * The version of the OpenAPI document: 8.1.0
12388
12426
  *
12389
12427
  *
12390
12428
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12433,7 +12471,7 @@ export interface SymbolRecognitionResult {
12433
12471
  * @type {RectangleCoordinates}
12434
12472
  * @memberof SymbolRecognitionResult
12435
12473
  */
12436
- 'SymbolRect': RectangleCoordinates;
12474
+ 'SymbolRect'?: RectangleCoordinates;
12437
12475
  /**
12438
12476
  * Number of significant elements of ListOfCandidates array
12439
12477
  * @type {number}
@@ -12615,7 +12653,7 @@ export interface RFIDDocVisualExtendedInfo {
12615
12653
  * Regula Document Reader Web API
12616
12654
  * 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
12617
12655
  *
12618
- * The version of the OpenAPI document: 7.6.0
12656
+ * The version of the OpenAPI document: 8.1.0
12619
12657
  *
12620
12658
  *
12621
12659
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13246,7 +13284,7 @@ export interface ContainerList {
13246
13284
  * Regula Document Reader Web API
13247
13285
  * 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
13248
13286
  *
13249
- * The version of the OpenAPI document: 7.6.0
13287
+ * The version of the OpenAPI document: 8.1.0
13250
13288
  *
13251
13289
  *
13252
13290
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13300,7 +13338,7 @@ export interface DeviceInfo {
13300
13338
  * Regula Document Reader Web API
13301
13339
  * 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
13302
13340
  *
13303
- * The version of the OpenAPI document: 7.6.0
13341
+ * The version of the OpenAPI document: 8.1.0
13304
13342
  *
13305
13343
  *
13306
13344
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13318,7 +13356,7 @@ export interface DocumentImage {
13318
13356
  * @type {string}
13319
13357
  * @memberof DocumentImage
13320
13358
  */
13321
- 'image': string;
13359
+ 'image'?: string;
13322
13360
  /**
13323
13361
  * Image format
13324
13362
  * @type {string}
@@ -13349,7 +13387,7 @@ export interface DocumentTypesCandidates {
13349
13387
  * Regula Document Reader Web API
13350
13388
  * 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
13351
13389
  *
13352
- * The version of the OpenAPI document: 7.6.0
13390
+ * The version of the OpenAPI document: 8.1.0
13353
13391
  *
13354
13392
  *
13355
13393
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13391,7 +13429,7 @@ export interface DocumentsDatabase {
13391
13429
  * Regula Document Reader Web API
13392
13430
  * 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
13393
13431
  *
13394
- * The version of the OpenAPI document: 7.6.0
13432
+ * The version of the OpenAPI document: 8.1.0
13395
13433
  *
13396
13434
  *
13397
13435
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13494,7 +13532,7 @@ export interface FaceApi {
13494
13532
  * Regula Document Reader Web API
13495
13533
  * 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
13496
13534
  *
13497
- * The version of the OpenAPI document: 7.6.0
13535
+ * The version of the OpenAPI document: 8.1.0
13498
13536
  *
13499
13537
  *
13500
13538
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13530,7 +13568,7 @@ export interface GetTransactionsByTagResponse {
13530
13568
  * Regula Document Reader Web API
13531
13569
  * 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
13532
13570
  *
13533
- * The version of the OpenAPI document: 7.6.0
13571
+ * The version of the OpenAPI document: 8.1.0
13534
13572
  *
13535
13573
  *
13536
13574
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13635,7 +13673,7 @@ export interface Healthcheck {
13635
13673
  * Regula Document Reader Web API
13636
13674
  * 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
13637
13675
  *
13638
- * The version of the OpenAPI document: 7.6.0
13676
+ * The version of the OpenAPI document: 8.1.0
13639
13677
  *
13640
13678
  *
13641
13679
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13794,7 +13832,7 @@ export interface InDataTransactionImagesFieldValue {
13794
13832
  * Regula Document Reader Web API
13795
13833
  * 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
13796
13834
  *
13797
- * The version of the OpenAPI document: 7.6.0
13835
+ * The version of the OpenAPI document: 8.1.0
13798
13836
  *
13799
13837
  *
13800
13838
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13845,7 +13883,7 @@ export interface InData {
13845
13883
  * Regula Document Reader Web API
13846
13884
  * 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
13847
13885
  *
13848
- * The version of the OpenAPI document: 7.6.0
13886
+ * The version of the OpenAPI document: 8.1.0
13849
13887
  *
13850
13888
  *
13851
13889
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13964,7 +14002,7 @@ export interface ListTransactionsByTagResponse {
13964
14002
  * Regula Document Reader Web API
13965
14003
  * 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
13966
14004
  *
13967
- * The version of the OpenAPI document: 7.6.0
14005
+ * The version of the OpenAPI document: 8.1.0
13968
14006
  *
13969
14007
  *
13970
14008
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14002,7 +14040,7 @@ export enum LogLevel {
14002
14040
  * Regula Document Reader Web API
14003
14041
  * 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
14004
14042
  *
14005
- * The version of the OpenAPI document: 7.6.0
14043
+ * The version of the OpenAPI document: 8.1.0
14006
14044
  *
14007
14045
  *
14008
14046
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14044,7 +14082,7 @@ export enum MRZFormat {
14044
14082
  * Regula Document Reader Web API
14045
14083
  * 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
14046
14084
  *
14047
- * The version of the OpenAPI document: 7.6.0
14085
+ * The version of the OpenAPI document: 8.1.0
14048
14086
  *
14049
14087
  *
14050
14088
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14070,7 +14108,7 @@ export enum MeasureSystem {
14070
14108
  * Regula Document Reader Web API
14071
14109
  * 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
14072
14110
  *
14073
- * The version of the OpenAPI document: 7.6.0
14111
+ * The version of the OpenAPI document: 8.1.0
14074
14112
  *
14075
14113
  *
14076
14114
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14147,7 +14185,529 @@ export interface OutData {
14147
14185
  * Regula Document Reader Web API
14148
14186
  * 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
14149
14187
  *
14150
- * The version of the OpenAPI document: 7.6.0
14188
+ * The version of the OpenAPI document: 8.1.0
14189
+ *
14190
+ *
14191
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
14192
+ * https://openapi-generator.tech
14193
+ * Do not edit the class manually.
14194
+ */
14195
+ /**
14196
+ * The enumeration contains error codes that can return during the RFID chip processing.
14197
+ * @export
14198
+ * @enum {number}
14199
+ */
14200
+ export enum ParsingErrorCodes {
14201
+ /**
14202
+ * OK
14203
+ */
14204
+ errLDS_Ok = 1,
14205
+ /**
14206
+ * ASN: Incorrect data
14207
+ */
14208
+ errLDS_ASN_IncorrectData = 2147483649,
14209
+ /**
14210
+ * ASN: Not enough data
14211
+ */
14212
+ errLDS_ASN_NotEnoughData = 2147483650,
14213
+ /**
14214
+ * ASN: Contents unexpected data
14215
+ */
14216
+ errLDS_ASN_Contents_UnexpectedData = 2147483651,
14217
+ /**
14218
+ * ASN Signed data: Incorrect data
14219
+ */
14220
+ errLDS_ASN_SignedData_IncorrectData = 2147483656,
14221
+ /**
14222
+ * ASN Signed data: Encap contents incorrect data
14223
+ */
14224
+ errLDS_ASN_SignedData_EncapContents_IncorrectData = 2147483657,
14225
+ /**
14226
+ * ASN Signed data: Version incorrect data
14227
+ */
14228
+ errLDS_ASN_SignedData_Version_IncorrectData = 2147483658,
14229
+ /**
14230
+ * ASN Signed data: Digest algorithms incorrect data
14231
+ */
14232
+ errLDS_ASN_SignedData_DigestAlgorithms_IncorrectData = 2147483665,
14233
+ /**
14234
+ * ASN LDS object: Incorrect data
14235
+ */
14236
+ errLDS_ASN_LDSObject_IncorrectData = 2147483667,
14237
+ /**
14238
+ * ASN LDS object: Version incorrect data
14239
+ */
14240
+ errLDS_ASN_LDSObject_Version_IncorrectData = 2147483668,
14241
+ /**
14242
+ * ASN LDS object: Digest algorithm incorrect data
14243
+ */
14244
+ errLDS_ASN_LDSObject_DigestAlgorithm_IncorrectData = 2147483669,
14245
+ /**
14246
+ * ASN LDS object: DG hashes incorrect data
14247
+ */
14248
+ errLDS_ASN_LDSObject_DGHashes_IncorrectData = 2147483670,
14249
+ /**
14250
+ * ASN LDS object: Version info incorrect data
14251
+ */
14252
+ errLDS_ASN_LDSObject_VersionInfo_IncorrectData = 2147483666,
14253
+ /**
14254
+ * ASN Certificate: Incorrect data
14255
+ */
14256
+ errLDS_ASN_Certificate_IncorrectData = 2147483671,
14257
+ /**
14258
+ * ASN Certificate: Version incorrect data
14259
+ */
14260
+ errLDS_ASN_Certificate_Version_IncorrectData = 2147483672,
14261
+ /**
14262
+ * ASN Certificate: SN incorrect data
14263
+ */
14264
+ errLDS_ASN_Certificate_SN_IncorrectData = 2147483673,
14265
+ /**
14266
+ * ASN Certificate: Signature incorrect data
14267
+ */
14268
+ errLDS_ASN_Certificate_Signature_IncorrectData = 2147483674,
14269
+ /**
14270
+ * ASN Certificate: Issuer incorrect data
14271
+ */
14272
+ errLDS_ASN_Certificate_Issuer_IncorrectData = 2147483675,
14273
+ /**
14274
+ * ASN Certificate: Validity incorrect data
14275
+ */
14276
+ errLDS_ASN_Certificate_Validity_IncorrectData = 2147483676,
14277
+ /**
14278
+ * ASN Certificate: Subject incorrect data
14279
+ */
14280
+ errLDS_ASN_Certificate_Subject_IncorrectData = 2147483677,
14281
+ /**
14282
+ * ASN Certificate: Subject PK incorrect data
14283
+ */
14284
+ errLDS_ASN_Certificate_SubjectPK_IncorrectData = 2147483678,
14285
+ /**
14286
+ * ASN Certificate: Extensions incorrect data
14287
+ */
14288
+ errLDS_ASN_Certificate_Extensions_IncorrectData = 2147483679,
14289
+ /**
14290
+ * ASN Signer info: Incorrect data
14291
+ */
14292
+ errLDS_ASN_SignerInfo_IncorrectData = 2147483680,
14293
+ /**
14294
+ * ASN Signer info: Version incorrect data
14295
+ */
14296
+ errLDS_ASN_SignerInfo_Version_IncorrectData = 2147483681,
14297
+ /**
14298
+ * ASN Signer info: SID incorrect data
14299
+ */
14300
+ errLDS_ASN_SignerInfo_SID_IncorrectData = 2147483682,
14301
+ /**
14302
+ * ASN Signer info: Digest algorithms incorrect data
14303
+ */
14304
+ errLDS_ASN_SignerInfo_DigestAlg_IncorrectData = 2147483683,
14305
+ /**
14306
+ * ASN Signer info: Signed attributes incorrect data
14307
+ */
14308
+ errLDS_ASN_SignerInfo_SignedAttrs_IncorrectData = 2147483684,
14309
+ /**
14310
+ * ASN Signer info: Sign algorithms incorrect data
14311
+ */
14312
+ errLDS_ASN_SignerInfo_SignAlg_IncorrectData = 2147483685,
14313
+ /**
14314
+ * ASN Signer info: Signature incorrect data
14315
+ */
14316
+ errLDS_ASN_SignerInfo_Signature_IncorrectData = 2147483686,
14317
+ /**
14318
+ * ASN Signer info: Unsigned attributes incorrect data
14319
+ */
14320
+ errLDS_ASN_SignerInfo_UnsignedAttrs_IncorrectData = 2147483687,
14321
+ /**
14322
+ * ICAO LDS object: Unsupported digest algorithm
14323
+ */
14324
+ errLDS_ICAO_LDSObject_UnsupportedDigestAlgorithm = 2147483696,
14325
+ /**
14326
+ * ICAO Signed data: Signer info empty
14327
+ */
14328
+ errLDS_ICAO_SignedData_SignerInfos_Empty = 2147483697,
14329
+ /**
14330
+ * ICAO Signer info: Unsupported digest algorithm
14331
+ */
14332
+ errLDS_ICAO_SignerInfo_UnsupportedDigestAlgorithm = 2147483698,
14333
+ /**
14334
+ * ICAO Signer info: Unsupported signature algorithm
14335
+ */
14336
+ errLDS_ICAO_SignerInfo_UnsupportedSignatureAlgorithm = 2147483699,
14337
+ /**
14338
+ * ICAO Signer info: Message digest error
14339
+ */
14340
+ errLDS_ICAO_SignerInfo_MessageDigestError = 2147483700,
14341
+ /**
14342
+ * ICAO Signer info: Signed attributes missed
14343
+ */
14344
+ errLDS_ICAO_SignerInfo_SignedAttrs_Missed = 2147483702,
14345
+ /**
14346
+ * Auth: Signer info cannot find certificate
14347
+ */
14348
+ errLDS_Auth_SignerInfo_CantFindCertificate = 2147483701,
14349
+ /**
14350
+ * Auth: Error
14351
+ */
14352
+ errLDS_Auth_Error = 2147483728,
14353
+ /**
14354
+ * Auth: Unsupported signature algorithm
14355
+ */
14356
+ errLDS_Auth_UnsupportedSignatureAlgorithm = 2147483729,
14357
+ /**
14358
+ * Auth: Unsupported public key algorithm
14359
+ */
14360
+ errLDS_Auth_UnsupportedPublicKeyAlgorithm = 2147483730,
14361
+ /**
14362
+ * Auth: Messed algorithms
14363
+ */
14364
+ errLDS_Auth_MessedAlgorithms = 2147483731,
14365
+ /**
14366
+ * Auth: Public key data invalid
14367
+ */
14368
+ errLDS_Auth_PublicKeyDataInvalid = 2147483732,
14369
+ /**
14370
+ * Auth: Algorithm parameters data invalid
14371
+ */
14372
+ errLDS_Auth_AlgorithmParametersDataInvalid = 2147483733,
14373
+ /**
14374
+ * Auth: Signature data invalid
14375
+ */
14376
+ errLDS_Auth_SignatureDataInvalid = 2147483734,
14377
+ /**
14378
+ * Auth: Unsupported digest algorithm
14379
+ */
14380
+ errLDS_Auth_UnsupportedDigestAlgorithm = 2147483735,
14381
+ /**
14382
+ * Auth: Signature data incorrect
14383
+ */
14384
+ errLDS_Auth_SignatureDataIncorrect = 2147483736,
14385
+ /**
14386
+ * Auth: Algorithm parameters not defined
14387
+ */
14388
+ errLDS_Auth_AlgorithmParametersNotDefined = 2147483737,
14389
+ /**
14390
+ * Auth: Signature check failed
14391
+ */
14392
+ errLDS_Auth_SignatureCheckFailed = 2147483738,
14393
+ /**
14394
+ * DG: Wrong Tag
14395
+ */
14396
+ errLDS_DG_WrongTag = 2147483760,
14397
+ /**
14398
+ * DG: Contents unexpected data
14399
+ */
14400
+ errLDS_DG_Contents_UnexpectedData = 2147483761,
14401
+ /**
14402
+ * BAP: Symmetric Cypher Cannot Initialize
14403
+ */
14404
+ errLDS_BAP_SymmetricCypher_CantInitialize = 2164260881,
14405
+ /**
14406
+ * PACE: Info Not Available
14407
+ */
14408
+ errLDS_PACE_Info_NotAvailable = 2164260896,
14409
+ /**
14410
+ * PACE: Symmetric Cypher Cannot Initialize
14411
+ */
14412
+ errLDS_PACE_SymmetricCypher_CantInitialize = 2164260897,
14413
+ /**
14414
+ * PACE: Key Agreement Cannot Initialize
14415
+ */
14416
+ errLDS_PACE_KeyAgreement_CantInitialize = 2164260898,
14417
+ /**
14418
+ * PACE: Ephemeral Keys Cannot Create
14419
+ */
14420
+ errLDS_PACE_EphemeralKeys_CantCreate = 2164260899,
14421
+ /**
14422
+ * PACE: Mapping Cannot Decode Nonce
14423
+ */
14424
+ errLDS_PACE_Mapping_CantDecodeNonce = 2164260900,
14425
+ /**
14426
+ * PACE: Shared Secret Cannot Create
14427
+ */
14428
+ errLDS_PACE_SharedSecret_CantCreate = 2164260901,
14429
+ /**
14430
+ * PACE: Domain Params Unsupported Format
14431
+ */
14432
+ errLDS_PACE_DomainParams_UnsupportedFormat = 2164260902,
14433
+ /**
14434
+ * PACE: Ephemeral Keys Incorrect
14435
+ */
14436
+ errLDS_PACE_EphemeralKeys_Incorrect = 2164260903,
14437
+ /**
14438
+ * PACE: Mapping Ephemeral Keys Incorrect
14439
+ */
14440
+ errLDS_PACE_Mapping_EphemeralKeys_Incorrect = 2164260904,
14441
+ /**
14442
+ * PACE: Mapping Cannot Perform
14443
+ */
14444
+ errLDS_PACE_Mapping_CantPerform = 2164260905,
14445
+ /**
14446
+ * PACE: Non-Matching Auth Tokens
14447
+ */
14448
+ errLDS_PACE_NonMatchingAuthTokens = 2164260906,
14449
+ /**
14450
+ * PACE: CAM data incorrect
14451
+ */
14452
+ errLDS_PACE_CAM_Data_Incorrect = 2164260907,
14453
+ /**
14454
+ * PACE: CAM data cannot verify
14455
+ */
14456
+ errLDS_PACE_CAM_Data_CantVerify = 2164260908,
14457
+ /**
14458
+ * PACE: CAM data non-matching
14459
+ */
14460
+ errLDS_PACE_CAM_Data_NonMatching = 2164260909,
14461
+ /**
14462
+ * PACE: IM scheme incorrect
14463
+ */
14464
+ errLDS_PACE_IM_Scheme_Incorrect = 2164260910,
14465
+ /**
14466
+ * PACE: Random mapping failed
14467
+ */
14468
+ errLDS_PACE_IM_RandomMapping_Failed = 2164260911,
14469
+ /**
14470
+ * CA: Cannot Find Public Key
14471
+ */
14472
+ errLDS_CA_CantFindPublicKey = 2164260912,
14473
+ /**
14474
+ * CA: Cannot Find Info
14475
+ */
14476
+ errLDS_CA_CantFindInfo = 2164260913,
14477
+ /**
14478
+ * CA: Incorrect Version
14479
+ */
14480
+ errLDS_CA_IncorrectVersion = 2164260914,
14481
+ /**
14482
+ * CA: Cannot Find Domain Parameters
14483
+ */
14484
+ errLDS_CA_CantFindDomainParameters = 2164260915,
14485
+ /**
14486
+ * CA: Key Agreement Cannot Initialize
14487
+ */
14488
+ errLDS_CA_KeyAgreement_CantInitialize = 2164260916,
14489
+ /**
14490
+ * CA: Public Key Unsupported Algorithm
14491
+ */
14492
+ errLDS_CA_PublicKey_UnsupportedAlgorithm = 2164260917,
14493
+ /**
14494
+ * CA: Ephemeral Keys Cannot Create
14495
+ */
14496
+ errLDS_CA_EphemeralKeys_CantCreate = 2164260918,
14497
+ /**
14498
+ * CA: Shared Secret Cannot Create
14499
+ */
14500
+ errLDS_CA_SharedSecret_CantCreate = 2164260919,
14501
+ /**
14502
+ * CA: Non-Matching Auth Tokens
14503
+ */
14504
+ errLDS_CA_NonMatchingAuthTokens = 2164260920,
14505
+ /**
14506
+ * TA: Incorrect Version
14507
+ */
14508
+ errLDS_TA_IncorrectVersion = 2164260928,
14509
+ /**
14510
+ * TA: Cannot Build Certificate Chain
14511
+ */
14512
+ errLDS_TA_CantBuildCertificateChain = 2164260929,
14513
+ /**
14514
+ * TA: Cannot Find IS Private Key
14515
+ */
14516
+ errLDS_TA_CantFindISPrivateKey = 2164260930,
14517
+ /**
14518
+ * TA: Public Key Unsupported Algorithm
14519
+ */
14520
+ errLDS_TA_PublicKey_UnsupportedAlgorithm = 2164260931,
14521
+ /**
14522
+ * TA: Signature Building Error
14523
+ */
14524
+ errLDS_TA_SignatureBuildingError = 2164260932,
14525
+ /**
14526
+ * TA: Invalid Key Algorithm Parameters
14527
+ */
14528
+ errLDS_TA_InvalidKeyAlgorithmParameters = 2164260933,
14529
+ /**
14530
+ * AA: Public Key Unsupported Algorithm
14531
+ */
14532
+ errLDS_AA_PublicKey_UnsupportedAlgorithm = 2164260944,
14533
+ /**
14534
+ * AA: Public Key Incorrect Data
14535
+ */
14536
+ errLDS_AA_PublicKey_IncorrectData = 2164260945,
14537
+ /**
14538
+ * AA: Public Key Incorrect Parameters
14539
+ */
14540
+ errLDS_AA_PublicKey_IncorrectParameters = 2164260946,
14541
+ /**
14542
+ * AA: Public Key Undefined Parameters
14543
+ */
14544
+ errLDS_AA_PublicKey_UndefinedParameters = 2164260947,
14545
+ /**
14546
+ * AA: Signature Incorrect Data
14547
+ */
14548
+ errLDS_AA_Signature_IncorrectData = 2164260948,
14549
+ /**
14550
+ * AA: Unsupported recovery scheme
14551
+ */
14552
+ errLDS_AA_UnsupportedRecoveryScheme = 2164260949,
14553
+ /**
14554
+ * AA: Incorrect Trailer
14555
+ */
14556
+ errLDS_AA_IncorrectTrailer = 2164260950,
14557
+ /**
14558
+ * AA: Unsupported Digest Algorithm
14559
+ */
14560
+ errLDS_AA_UnsupportedDigestAlgorithm = 2164260951,
14561
+ /**
14562
+ * RI: Sector Key Cannot Find
14563
+ */
14564
+ errLDS_RI_SectorKey_CantFind = 2164260976,
14565
+ /**
14566
+ * RI: Sector Key Incorrect Data
14567
+ */
14568
+ errLDS_RI_SectorKey_IncorrectData = 2164260977,
14569
+ /**
14570
+ * RI: Sector Key Incomplete Data
14571
+ */
14572
+ errLDS_RI_SectorKey_IncompleteData = 2164260978,
14573
+ /**
14574
+ * CV Certificate: Missing mandatory data PK
14575
+ */
14576
+ errLDS_CV_Certificate_MissingMandatoryData_PK = 2164260960,
14577
+ /**
14578
+ * CV Certificate: Public key unsupported
14579
+ */
14580
+ errLDS_CV_Certificate_PublicKey_Unsupported = 2164260962,
14581
+ /**
14582
+ * CV Certificate: CHAT unsupported terminal type
14583
+ */
14584
+ errLDS_CV_Certificate_CHAT_UnsupportedTerminalType = 2164260963,
14585
+ /**
14586
+ * CV Certificate: Private key unsupported
14587
+ */
14588
+ errLDS_CV_Certificate_PrivateKey_Unsupported = 2164260964,
14589
+ /**
14590
+ * CV Certificate: Private key invalid params
14591
+ */
14592
+ errLDS_CV_Certificate_PrivateKey_InvalidParams = 2164260965,
14593
+ /**
14594
+ * CV Certificate: Incorrect data
14595
+ */
14596
+ errLDS_CV_Certificate_IncorrectData = 2164261216,
14597
+ /**
14598
+ * CV Certificate: CPI incorrect data
14599
+ */
14600
+ errLDS_CV_Certificate_CPI_IncorrectData = 2164261217,
14601
+ /**
14602
+ * CV Certificate: CAR incorrect data
14603
+ */
14604
+ errLDS_CV_Certificate_CAR_IncorrectData = 2164261218,
14605
+ /**
14606
+ * CV Certificate: Public key incorrect data
14607
+ */
14608
+ errLDS_CV_Certificate_PublicKey_IncorrectData = 2164261219,
14609
+ /**
14610
+ * CV Certificate: CHR incorrect data
14611
+ */
14612
+ errLDS_CV_Certificate_CHR_IncorrectData = 2164261220,
14613
+ /**
14614
+ * CV Certificate: CHAT incorrect data
14615
+ */
14616
+ errLDS_CV_Certificate_CHAT_IncorrectData = 2164261221,
14617
+ /**
14618
+ * CV Certificate: Valid from incorrect data
14619
+ */
14620
+ errLDS_CV_Certificate_ValidFrom_IncorrectData = 2164261222,
14621
+ /**
14622
+ * CV Certificate: Valid to incorrect data
14623
+ */
14624
+ errLDS_CV_Certificate_ValidTo_IncorrectData = 2164261223,
14625
+ /**
14626
+ * CV Certificate: Extensions incorrect data
14627
+ */
14628
+ errLDS_CV_Certificate_Extensions_IncorrectData = 2164261224,
14629
+ /**
14630
+ * CV Certificate: Private key incorrect data
14631
+ */
14632
+ errLDS_CV_Certificate_PrivateKey_IncorrectData = 2164261225,
14633
+ /**
14634
+ * CV Certificate: Private key missing
14635
+ */
14636
+ errLDS_CV_Certificate_PrivateKey_Missing = 2164261226,
14637
+ /**
14638
+ * VDS: Unsupported version
14639
+ */
14640
+ errLDS_VDS_UnsupportedVersion = 2164261376,
14641
+ /**
14642
+ * VDS: Issuing country size
14643
+ */
14644
+ errLDS_VDS_Issuing_Country_Size = 2164261377,
14645
+ /**
14646
+ * VDS: Issuing country incorrect data
14647
+ */
14648
+ errLDS_VDS_Issuing_Country_IncorrectData = 2164261378,
14649
+ /**
14650
+ * VDS: Signature certificate size
14651
+ */
14652
+ errLDS_VDS_Signer_Certificate_Size = 2164261379,
14653
+ /**
14654
+ * VDS: Signature certificate data
14655
+ */
14656
+ errLDS_VDS_Signer_Certificate_Data = 2164261380,
14657
+ /**
14658
+ * VDS: Signature incorrect data
14659
+ */
14660
+ errLDS_VDS_Signature_IncorrectData = 2164261381,
14661
+ /**
14662
+ * VDS: Incorrect data
14663
+ */
14664
+ errLDS_VDS_NC_IncorrectData = 2164261632,
14665
+ /**
14666
+ * VDS: Missing or incorrect data
14667
+ */
14668
+ errLDS_VDS_NC_MissingOrIncorrect_Data = 2164261633,
14669
+ /**
14670
+ * VDS: Missing or incorrect header
14671
+ */
14672
+ errLDS_VDS_NC_MissingOrIncorrect_Header = 2164261634,
14673
+ /**
14674
+ * VDS: Missing or incorrect type
14675
+ */
14676
+ errLDS_VDS_NC_MissingOrIncorrect_Type = 2164261635,
14677
+ /**
14678
+ * VDS: Missing or incorrect version
14679
+ */
14680
+ errLDS_VDS_NC_MissingOrIncorrect_Version = 2164261636,
14681
+ /**
14682
+ * VDS: Missing or incorrect issuing country
14683
+ */
14684
+ errLDS_VDS_NC_MissingOrIncorrect_IssuingCountry = 2164261637,
14685
+ /**
14686
+ * VDS: Missing or incorrect message
14687
+ */
14688
+ errLDS_VDS_NC_MissingOrIncorrect_Message = 2164261638,
14689
+ /**
14690
+ * VDS: Missing or incorrect signature
14691
+ */
14692
+ errLDS_VDS_NC_MissingOrIncorrect_Signature = 2164261639,
14693
+ /**
14694
+ * VDS: Missing or incorrect signature algorithm
14695
+ */
14696
+ errLDS_VDS_NC_MissingOrIncorrect_SigAlgorithm = 2164261640,
14697
+ /**
14698
+ * VDS: Missing or incorrect certificate
14699
+ */
14700
+ errLDS_VDS_NC_MissingOrIncorrect_Certificate = 2164261641,
14701
+ /**
14702
+ * VDS: Missing or incorrect signature value
14703
+ */
14704
+ errLDS_VDS_NC_MissingOrIncorrect_SigValue = 2164261642
14705
+ }
14706
+ /**
14707
+ * Regula Document Reader Web API
14708
+ * 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
14709
+ *
14710
+ * The version of the OpenAPI document: 8.1.0
14151
14711
  *
14152
14712
  *
14153
14713
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14190,7 +14750,7 @@ export interface ProcessParamsRfid {
14190
14750
  * Regula Document Reader Web API
14191
14751
  * 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
14192
14752
  *
14193
- * The version of the OpenAPI document: 7.6.0
14753
+ * The version of the OpenAPI document: 8.1.0
14194
14754
  *
14195
14755
  *
14196
14756
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14278,13 +14838,17 @@ export enum Scenario {
14278
14838
  /**
14279
14839
  * Processing scenario for Digital Travel Credentials (DTC-VC) data processing
14280
14840
  */
14281
- DTC = "DTC"
14841
+ DTC = "DTC",
14842
+ /**
14843
+ * Processing scenario for RFID chip processing
14844
+ */
14845
+ RFID = "RFID"
14282
14846
  }
14283
14847
  /**
14284
14848
  * Regula Document Reader Web API
14285
14849
  * 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
14286
14850
  *
14287
- * The version of the OpenAPI document: 7.6.0
14851
+ * The version of the OpenAPI document: 8.1.0
14288
14852
  *
14289
14853
  *
14290
14854
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14691,6 +15255,12 @@ export interface ProcessParams {
14691
15255
  * @memberof ProcessParams
14692
15256
  */
14693
15257
  'strictDLCategoryExpiry'?: boolean;
15258
+ /**
15259
+ * Set to generate Alpha-2 codes for nationality and issuing state fields.
15260
+ * @type {boolean}
15261
+ * @memberof ProcessParams
15262
+ */
15263
+ 'generateAlpha2Codes'?: boolean;
14694
15264
  }
14695
15265
  /**
14696
15266
  *
@@ -14721,7 +15291,7 @@ export interface ProcessRequestImage {
14721
15291
  * Regula Document Reader Web API
14722
15292
  * 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
14723
15293
  *
14724
- * The version of the OpenAPI document: 7.6.0
15294
+ * The version of the OpenAPI document: 8.1.0
14725
15295
  *
14726
15296
  *
14727
15297
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14838,7 +15408,7 @@ export interface ProcessRequest {
14838
15408
  * Regula Document Reader Web API
14839
15409
  * 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
14840
15410
  *
14841
- * The version of the OpenAPI document: 7.6.0
15411
+ * The version of the OpenAPI document: 8.1.0
14842
15412
  *
14843
15413
  *
14844
15414
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14994,7 +15564,7 @@ export interface ProcessResponse {
14994
15564
  * Regula Document Reader Web API
14995
15565
  * 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
14996
15566
  *
14997
- * The version of the OpenAPI document: 7.6.0
15567
+ * The version of the OpenAPI document: 8.1.0
14998
15568
  *
14999
15569
  *
15000
15570
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -15102,6 +15672,24 @@ export interface TransactionProcessRequest {
15102
15672
  * @memberof TransactionProcessRequest
15103
15673
  */
15104
15674
  'List'?: Array<ProcessRequestImage>;
15675
+ /**
15676
+ * Session ID
15677
+ * @type {string}
15678
+ * @memberof TransactionProcessRequest
15679
+ */
15680
+ 'tag'?: string;
15681
+ /**
15682
+ * Customer name
15683
+ * @type {string}
15684
+ * @memberof TransactionProcessRequest
15685
+ */
15686
+ 'tenant'?: string;
15687
+ /**
15688
+ * Environment type
15689
+ * @type {string}
15690
+ * @memberof TransactionProcessRequest
15691
+ */
15692
+ 'env'?: string;
15105
15693
  /**
15106
15694
  * Live portrait photo
15107
15695
  * @type {string}