@regulaforensics/document-reader-webclient 9.3.753-nightly → 9.3.756-rc
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 +0 -6
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9212,12 +9212,6 @@ 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;
|
|
9221
9215
|
}
|
|
9222
9216
|
|
|
9223
9217
|
/**
|
package/package.json
CHANGED