@regulaforensics/document-reader-webclient 7.5.174-nightly → 7.5.176-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
@@ -1401,6 +1401,30 @@ export interface AuthenticityResultAllOf {
1401
1401
  */
1402
1402
  AuthenticityCheckList: AuthenticityCheckList;
1403
1403
  }
1404
+ /**
1405
+ * Regula Document Reader Web API
1406
+ * 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
1407
+ *
1408
+ * The version of the OpenAPI document: 7.2.0
1409
+ *
1410
+ *
1411
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1412
+ * https://openapi-generator.tech
1413
+ * Do not edit the class manually.
1414
+ */
1415
+ /**
1416
+ *
1417
+ * @export
1418
+ * @interface ByteArrayResultAllOf
1419
+ */
1420
+ export interface ByteArrayResultAllOf {
1421
+ /**
1422
+ * Byte array in base64
1423
+ * @type {string}
1424
+ * @memberof ByteArrayResultAllOf
1425
+ */
1426
+ ByteArray: string;
1427
+ }
1404
1428
  /**
1405
1429
  * Regula Document Reader Web API
1406
1430
  * 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
@@ -7613,6 +7637,11 @@ export type DocBarCodeInfo = DocBarCodeInfoAllOf & ResultItem;
7613
7637
  * @export
7614
7638
  */
7615
7639
  export type ChosenDocumentTypeResult = ChosenDocumentTypeResultAllOf & ResultItem;
7640
+ /**
7641
+ * @type ByteArrayResult
7642
+ * @export
7643
+ */
7644
+ export type ByteArrayResult = ByteArrayResultAllOf & ResultItem;
7616
7645
  /**
7617
7646
  * @type AuthenticityResult
7618
7647
  * @export
@@ -7693,10 +7722,10 @@ export interface ContainerList {
7693
7722
  Count?: number;
7694
7723
  /**
7695
7724
  *
7696
- * @type {Array<StatusResult | TextResult | DocumentImageResult | ImagesResult | ChosenDocumentTypeResult | DocumentTypesCandidatesResult | TextDataResult | GraphicsResult | LexicalAnalysisResult | AuthenticityResult | ImageQualityResult | DocumentPositionResult | DocBarCodeInfo | LicenseResult | EncryptedRCLResult>}
7725
+ * @type {Array<StatusResult | TextResult | DocumentImageResult | ImagesResult | ChosenDocumentTypeResult | DocumentTypesCandidatesResult | TextDataResult | GraphicsResult | LexicalAnalysisResult | AuthenticityResult | ImageQualityResult | DocumentPositionResult | DocBarCodeInfo | LicenseResult | EncryptedRCLResult | ByteArrayResult>}
7697
7726
  * @memberof ContainerList
7698
7727
  */
7699
- List: Array<StatusResult | TextResult | DocumentImageResult | ImagesResult | ChosenDocumentTypeResult | DocumentTypesCandidatesResult | TextDataResult | GraphicsResult | LexicalAnalysisResult | AuthenticityResult | ImageQualityResult | DocumentPositionResult | DocBarCodeInfo | LicenseResult | EncryptedRCLResult>;
7728
+ List: Array<StatusResult | TextResult | DocumentImageResult | ImagesResult | ChosenDocumentTypeResult | DocumentTypesCandidatesResult | TextDataResult | GraphicsResult | LexicalAnalysisResult | AuthenticityResult | ImageQualityResult | DocumentPositionResult | DocBarCodeInfo | LicenseResult | EncryptedRCLResult | ByteArrayResult>;
7700
7729
  }
7701
7730
  /**
7702
7731
  * Regula Document Reader Web API
@@ -9619,7 +9648,11 @@ export enum Result {
9619
9648
  /**
9620
9649
  * Contains RFID original graphics data
9621
9650
  */
9622
- RFID_ORIGINAL_GRAPHICS = 105
9651
+ RFID_ORIGINAL_GRAPHICS = 105,
9652
+ /**
9653
+ * Digital Travel Credential data
9654
+ */
9655
+ DTC_VC = 109
9623
9656
  }
9624
9657
  /**
9625
9658
  * Regula Document Reader Web API
@@ -9751,6 +9784,12 @@ export enum TextPostProcessing {
9751
9784
  * @interface ProcessParams
9752
9785
  */
9753
9786
  export interface ProcessParams {
9787
+ /**
9788
+ * This parameter is used to generate separate DTC-VC data container from RFID session data.
9789
+ * @type {boolean}
9790
+ * @memberof ProcessParams
9791
+ */
9792
+ generateDTCVC?: boolean;
9754
9793
  /**
9755
9794
  * The list of LCID types to recognize. If empty, values with all LCID types will be extracted. Empty by default.
9756
9795
  * @type {Array<number>}
@@ -10216,6 +10255,12 @@ export interface ProcessRequest {
10216
10255
  passBackObject?: {
10217
10256
  [key: string]: object;
10218
10257
  };
10258
+ /**
10259
+ * Digital Travel Credential (DTC-VC) data in base64 format for processing
10260
+ * @type {string}
10261
+ * @memberof ProcessRequest
10262
+ */
10263
+ dtc?: string;
10219
10264
  /**
10220
10265
  * URLs to the document images for processing.
10221
10266
  * @type {Array<string>}
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "> 0.2%",
6
6
  "not dead"
7
7
  ],
8
- "version": "7.5.174-nightly",
8
+ "version": "7.5.176-nightly",
9
9
  "description": "Regula Document Reader js client for the browser and node.js based on axios",
10
10
  "author": "Regula Forensics, Inc.",
11
11
  "keywords": [