@regulaforensics/document-reader-webclient 7.6.311-nightly → 7.6.313
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 +6 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -10419,6 +10419,12 @@ export interface ProcessParams {
|
|
|
10419
10419
|
* @memberof ProcessParams
|
|
10420
10420
|
*/
|
|
10421
10421
|
doBarcodes?: Array<InputBarcodeType>;
|
|
10422
|
+
/**
|
|
10423
|
+
* Set to force DL categories expiry date to affect the overall status or not. As documents usually have their own date of expiry, which might be less or greater than category expiry date, this might be handy for specific cases.
|
|
10424
|
+
* @type {boolean}
|
|
10425
|
+
* @memberof ProcessParams
|
|
10426
|
+
*/
|
|
10427
|
+
strictDLCategoryExpiry?: boolean;
|
|
10422
10428
|
}
|
|
10423
10429
|
/**
|
|
10424
10430
|
*
|
package/package.json
CHANGED