@regulaforensics/document-reader-webclient 9.3.749-nightly → 9.3.750-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 +6 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9212,6 +9212,12 @@ export declare interface ProcessParams {
|
|
|
9212
9212
|
* @memberof ProcessParams
|
|
9213
9213
|
*/
|
|
9214
9214
|
'bsiTr03135'?: BsiTr03135;
|
|
9215
|
+
/**
|
|
9216
|
+
* When disabled, date of expiry doesn\'t affect the mrz and text statuses.
|
|
9217
|
+
* @type {boolean}
|
|
9218
|
+
* @memberof ProcessParams
|
|
9219
|
+
*/
|
|
9220
|
+
'strictExpiryDate'?: boolean;
|
|
9215
9221
|
}
|
|
9216
9222
|
|
|
9217
9223
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/document-reader-webclient",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.750-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": [
|