@regulaforensics/document-reader-webclient 8.2.427-nightly → 8.2.429-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.cjs +5 -5
- package/dist/index.d.ts +180 -179
- package/dist/index.js +5 -4
- package/package.json +1 -1
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
|
-
|
|
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
|
|
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
|
-
|
|
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.
|
|
3
|
+
"version": "8.2.429-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": [
|