@regulaforensics/document-reader-webclient 9.7.975-rc → 9.7.977-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 +6 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3693,6 +3693,12 @@ export declare interface FaceApi {
|
|
|
3693
3693
|
* @memberof FaceApi
|
|
3694
3694
|
*/
|
|
3695
3695
|
'childDocValidityYears'?: number;
|
|
3696
|
+
/**
|
|
3697
|
+
* This parameter allows you to use a liveness transaction id instead of a selfie photo.
|
|
3698
|
+
* @type {string}
|
|
3699
|
+
* @memberof FaceApi
|
|
3700
|
+
*/
|
|
3701
|
+
'livenessTransactionId'?: string;
|
|
3696
3702
|
}
|
|
3697
3703
|
|
|
3698
3704
|
/**
|
package/package.json
CHANGED