Skip to content

Commit 6a93d3c

Browse files
committed
Commit: 7dda8ba4
1 parent f2be8e5 commit 6a93d3c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/models/process-params.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,12 @@ export interface ProcessParams {
478478
* @memberof ProcessParams
479479
*/
480480
'bsiTr03135'?: BsiTr03135;
481+
/**
482+
* When disabled, date of expiry doesn\'t affect the mrz and text statuses.
483+
* @type {boolean}
484+
* @memberof ProcessParams
485+
*/
486+
'strictExpiryDate'?: boolean;
481487
}
482488

483489

0 commit comments

Comments
 (0)