Skip to content

Commit a05c103

Browse files
Merge pull request #325 from regulaforensics/7dda8ba4
Commit: 7dda8ba4
2 parents f2be8e5 + 6a93d3c commit a05c103

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)