@regulaforensics/document-reader-webclient 7.7.353-nightly → 7.7.355-nightly
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 +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -10449,7 +10449,7 @@ export interface FaceDetectionItem {
|
|
|
10449
10449
|
* @type {FaceDetection}
|
|
10450
10450
|
* @memberof FaceDetectionItem
|
|
10451
10451
|
*/
|
|
10452
|
-
'FaceDetection'
|
|
10452
|
+
'FaceDetection'?: FaceDetection;
|
|
10453
10453
|
}
|
|
10454
10454
|
/**
|
|
10455
10455
|
* @type FaceDetectionResult
|
package/package.json
CHANGED