@regulaforensics/document-reader-webclient 8.2.426-nightly → 8.2.428-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/dist/index.d.ts CHANGED
@@ -2139,7 +2139,7 @@ export declare class DocumentReaderApi {
2139
2139
  * @param {*} [options] Override http request option.
2140
2140
  * @throws {RequiredError} If some request params are missed
2141
2141
  * */
2142
- process(request: ProcessRequestExt | ProcessRequest, xRequestID?: string, options?: any): Promise<Response_2>;
2142
+ process(request: ProcessRequestExt | ProcessRequest, xRequestID?: string, options?: any): Promise<ProcessResult>;
2143
2143
  setLicense(license: ArrayBuffer | Base64String): void;
2144
2144
  /**
2145
2145
  *
@@ -2158,7 +2158,7 @@ export declare class DocumentReaderApi {
2158
2158
  * @param {*} [options] Override http request option.
2159
2159
  * @throws {RequiredError}
2160
2160
  */
2161
- getReprocessTransactionResult(transactionId: string, withImages?: boolean, options?: any): Promise<Response_2>;
2161
+ getReprocessTransactionResult(transactionId: string, withImages?: boolean, options?: any): Promise<ProcessResult>;
2162
2162
  /**
2163
2163
  *
2164
2164
  * @summary Get transactions by tag
@@ -8982,6 +8982,25 @@ export declare interface ProcessResponse {
8982
8982
  };
8983
8983
  }
8984
8984
 
8985
+ declare class ProcessResult {
8986
+ status?: Status;
8987
+ text?: TextExt;
8988
+ images?: ImagesExt;
8989
+ TransactionInfo: TransactionInfo;
8990
+ lowLvlResponse: LowLvlResponse;
8991
+ rawResponse: ProcessResponse;
8992
+ constructor(original: ProcessResponse);
8993
+ authenticity(page_idx?: number): Authenticity | undefined;
8994
+ json(): string;
8995
+ authenticityPerPage(): Array<Authenticity>;
8996
+ imageQualityChecks(page_idx?: number): ImageQualityCheckList | undefined;
8997
+ imageQualityChecksPerPage(): Array<ImageQualityCheckList> | undefined;
8998
+ documentType(page_idx?: number): OneCandidate | undefined;
8999
+ decodedLog(): string | undefined;
9000
+ }
9001
+ export { ProcessResult }
9002
+ export { ProcessResult as Response }
9003
+
8985
9004
  /**
8986
9005
  * NOTE: This class is auto generated by OpenAPI Generator.
8987
9006
  * Do not edit the class manually.
@@ -9078,24 +9097,6 @@ export declare interface RectangleCoordinates {
9078
9097
 
9079
9098
  export declare function requestToBaseRequest(request: ProcessRequestExt): ProcessRequest;
9080
9099
 
9081
- declare class Response_2 {
9082
- status?: Status;
9083
- text?: TextExt;
9084
- images?: ImagesExt;
9085
- TransactionInfo: TransactionInfo;
9086
- lowLvlResponse: LowLvlResponse;
9087
- rawResponse: ProcessResponse;
9088
- constructor(original: ProcessResponse);
9089
- authenticity(page_idx?: number): Authenticity | undefined;
9090
- json(): string;
9091
- authenticityPerPage(): Array<Authenticity>;
9092
- imageQualityChecks(page_idx?: number): ImageQualityCheckList | undefined;
9093
- imageQualityChecksPerPage(): Array<ImageQualityCheckList> | undefined;
9094
- documentType(page_idx?: number): OneCandidate | undefined;
9095
- decodedLog(): string | undefined;
9096
- }
9097
- export { Response_2 as Response }
9098
-
9099
9100
  /**
9100
9101
  * NOTE: This class is auto generated by OpenAPI Generator.
9101
9102
  * Do not edit the class manually.
package/dist/index.js CHANGED
@@ -3683,7 +3683,7 @@ var qO = JO, kO = {
3683
3683
  };
3684
3684
  const { inflate: $O } = kO;
3685
3685
  var QO = $O;
3686
- let RS = class {
3686
+ class RS {
3687
3687
  constructor(S) {
3688
3688
  var A;
3689
3689
  const E = new iO(S);
@@ -3736,7 +3736,7 @@ let RS = class {
3736
3736
  return r.join("");
3737
3737
  }
3738
3738
  }
3739
- };
3739
+ }
3740
3740
  class iO {
3741
3741
  constructor(S) {
3742
3742
  this.ContainerList = S.ContainerList || { Count: 0, List: [] }, this.ProcessingFinished = S.ProcessingFinished || KS.NOT_FINISHED, this.TransactionInfo = S.TransactionInfo || {}, this.ChipPage = S.ChipPage, this.morePagesAvailable = S.morePagesAvailable, this.elapsedTime = S.elapsedTime, "log" in S && (this.log = S.log), "passBackObject" in S && (this.passBackObject = S.passBackObject), "metadata" in S && (this.metadata = S.metadata), "CoreLibResultCode" in S && (this.CoreLibResultCode = S.CoreLibResultCode);
@@ -3796,7 +3796,7 @@ class d_ {
3796
3796
  }
3797
3797
  }
3798
3798
  const gO = (_) => "images" in _;
3799
- class cR {
3799
+ class MR {
3800
3800
  constructor(S, E = W, I = o) {
3801
3801
  this.healthcheckApi = new YA(new d_(S), E, I), this.processApi = new vA(new d_(S), E, I), this.transactionApi = new ZA(new d_(S), E, I);
3802
3802
  }
@@ -3934,7 +3934,7 @@ export {
3934
3934
  d_ as Configuration,
3935
3935
  zA as Critical,
3936
3936
  JA as DocumentFormat,
3937
- cR as DocumentReaderApi,
3937
+ MR as DocumentReaderApi,
3938
3938
  qA as DocumentType,
3939
3939
  kA as DocumentTypeRecognitionResult,
3940
3940
  lt as FiberChecks,
@@ -3955,6 +3955,7 @@ export {
3955
3955
  et as OCRSecurityTextChecks,
3956
3956
  yA as ParsingErrorCodes,
3957
3957
  _t as ParsingNotificationCodes,
3958
+ RS as ProcessResult,
3958
3959
  KS as ProcessingStatus,
3959
3960
  Et as RFIDErrorCodes,
3960
3961
  St as RFIDPKDResourceType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/document-reader-webclient",
3
- "version": "8.2.426-nightly",
3
+ "version": "8.2.428-nightly",
4
4
  "description": "Regula Document Reader js client for the browser and node.js based on axios",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "keywords": [