@regulaforensics/ui-components 9.7.1078-nightly → 9.7.1080-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/dist/core/index.cjs +2 -2
- package/dist/core/index.d.ts +5 -5
- package/dist/core/index.js +130 -87
- package/dist/main/index.cjs +2 -2
- package/dist/main/index.d.ts +5 -5
- package/dist/main/index.js +130 -87
- package/dist/typings/index.cjs +1 -1
- package/dist/typings/index.d.ts +5 -5
- package/dist/typings/index.js +5 -2
- package/package.json +1 -1
package/dist/core/index.d.ts
CHANGED
|
@@ -5371,9 +5371,9 @@ declare interface IScrollProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
5371
5371
|
export declare interface iSecurityFeatureCheck extends aAuthenticityCheckResultItem, SecurityFeatureItem {
|
|
5372
5372
|
/**
|
|
5373
5373
|
* Type of the performed check
|
|
5374
|
-
* @type {eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK}
|
|
5374
|
+
* @type {eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY}
|
|
5375
5375
|
*/
|
|
5376
|
-
Type: eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK;
|
|
5376
|
+
Type: eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY;
|
|
5377
5377
|
}
|
|
5378
5378
|
|
|
5379
5379
|
declare interface iSecurityFeatureTypeLabelProps {
|
|
@@ -9295,9 +9295,9 @@ export declare class SecurityFeatureCheck extends aAuthenticityCheckResultItem i
|
|
|
9295
9295
|
Reserved2?: number;
|
|
9296
9296
|
/**
|
|
9297
9297
|
* Type of the performed check
|
|
9298
|
-
* @type {eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK}
|
|
9298
|
+
* @type {eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY}
|
|
9299
9299
|
*/
|
|
9300
|
-
Type: eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK;
|
|
9300
|
+
Type: eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY;
|
|
9301
9301
|
}
|
|
9302
9302
|
|
|
9303
9303
|
declare const SecurityFeatureTypeLabel: FC<iSecurityFeatureTypeLabelProps>;
|
|
@@ -9671,7 +9671,7 @@ export declare type tAuthenticityPhotoIdentCheckResultType = eAuthenticity.IPI;
|
|
|
9671
9671
|
/**
|
|
9672
9672
|
* Result type of AuthenticitySecurityFeatureCheckResult
|
|
9673
9673
|
*/
|
|
9674
|
-
export declare type tAuthenticitySecurityFeatureCheckResultType = eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK;
|
|
9674
|
+
export declare type tAuthenticitySecurityFeatureCheckResultType = eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY;
|
|
9675
9675
|
|
|
9676
9676
|
export declare type tAuthenticityTextCheckReferenceType = Result.MRZ_TEXT | Result.VISUAL_TEXT | Result.BARCODE_TEXT;
|
|
9677
9677
|
|