@regulaforensics/document-reader 9.6.941-rc → 9.6.958-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/RNDocumentReader.podspec +2 -2
- package/android/build.gradle +1 -1
- package/android/cordova.gradle +1 -1
- package/android/src/main/{java → kotlin}/com/regula/plugin/documentreader/Config.kt +30 -10
- package/android/src/main/{java → kotlin}/com/regula/plugin/documentreader/JSONConstructor.kt +12 -1
- package/android/src/main/{java → kotlin}/com/regula/plugin/documentreader/Utils.kt +1 -1
- package/examples/capacitor/README.md +1 -1
- package/examples/capacitor/package-lock.json +14 -14
- package/examples/capacitor/package.json +1 -1
- package/examples/capacitor/scripts/android.sh +3 -1
- package/examples/capacitor/scripts/ios.sh +3 -1
- package/examples/capacitor/scripts/setup.sh +2 -0
- package/examples/ionic/README.md +1 -1
- package/examples/ionic/config.xml +0 -2
- package/examples/ionic/images/icon.png +0 -0
- package/examples/ionic/index.tsx +1 -1
- package/examples/ionic/package-lock.json +2385 -2013
- package/examples/ionic/package.json +24 -24
- package/examples/ionic/patches/cordova-plugin-ionic-webview+5.0.1.patch +23 -0
- package/examples/ionic/scripts/android.sh +4 -1
- package/examples/ionic/scripts/ios.sh +5 -2
- package/examples/ionic/scripts/setup.sh +2 -0
- package/examples/ionic/tsconfig.json +1 -1
- package/examples/react_native/README.md +1 -1
- package/examples/react_native/package-lock.json +651 -707
- package/examples/react_native/package.json +3 -2
- package/examples/react_native/scripts/android.sh +5 -5
- package/examples/react_native/scripts/ios.sh +5 -5
- package/examples/react_native/scripts/setup.sh +2 -0
- package/ios/RGLWConfig.h +2 -0
- package/ios/RGLWConfig.m +25 -5
- package/ios/RGLWJSONConstructor.h +2 -0
- package/ios/RGLWJSONConstructor.m +12 -0
- package/package.json +1 -1
- package/plugin.xml +8 -8
- package/test/json.tsx +6 -0
- package/test/package-lock.json +1 -1
- package/test/test.tsx +206 -2
- package/www/capacitor/index.js +207 -17
- package/www/capacitor/params/process_params/AuthenticityParams.js +15 -0
- package/www/capacitor/params/process_params/AuthenticityPropertiesParams.js +31 -0
- package/www/capacitor/params/process_params/FaceApiParams.js +5 -1
- package/www/capacitor/results/authenticity/Authenticity.js +2 -1
- package/www/capacitor/results/authenticity/CheckDiagnose.js +4 -1
- package/www/capacitor/results/authenticity/SecurityFeatureType.js +1 -0
- package/www/capacitor/results/visual_results/FieldType.js +3 -1
- package/www/cordova.js +222 -146
- package/www/react-native/index.js +207 -17
- package/www/react-native/params/process_params/AuthenticityParams.js +15 -0
- package/www/react-native/params/process_params/AuthenticityPropertiesParams.js +31 -0
- package/www/react-native/params/process_params/FaceApiParams.js +5 -1
- package/www/react-native/results/authenticity/Authenticity.js +2 -1
- package/www/react-native/results/authenticity/CheckDiagnose.js +4 -1
- package/www/react-native/results/authenticity/SecurityFeatureType.js +1 -0
- package/www/react-native/results/visual_results/FieldType.js +3 -1
- package/www/types/index.d.ts +206 -19
- package/www/types/params/process_params/AuthenticityParams.d.ts +5 -4
- package/www/types/params/process_params/AuthenticityPropertiesParams.d.ts +10 -0
- package/www/types/params/process_params/FaceApiParams.d.ts +4 -0
- package/www/types/params/process_params/ProcessParams.d.ts +3 -2
- package/www/types/results/authenticity/Authenticity.d.ts +1 -0
- package/www/types/results/authenticity/CheckDiagnose.d.ts +3 -0
- package/www/types/results/authenticity/SecurityFeatureType.d.ts +1 -0
- package/www/types/results/visual_results/FieldType.d.ts +3 -1
- /package/android/src/main/{java → kotlin}/com/regula/plugin/documentreader/BluetoothUtil.kt +0 -0
- /package/android/src/main/{java → kotlin}/com/regula/plugin/documentreader/Main.kt +0 -0
- /package/android/src/main/{java → kotlin}/com/regula/plugin/documentreader/RNDocumentReaderModule.kt +0 -0
package/www/cordova.js
CHANGED
|
@@ -492,23 +492,24 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
492
492
|
/* harmony export */ Authenticity: () => (/* reexport safe */ _results_authenticity_Authenticity__WEBPACK_IMPORTED_MODULE_43__.Authenticity),
|
|
493
493
|
/* harmony export */ AuthenticityCheck: () => (/* reexport safe */ _results_authenticity_AuthenticityCheck__WEBPACK_IMPORTED_MODULE_41__.AuthenticityCheck),
|
|
494
494
|
/* harmony export */ AuthenticityElement: () => (/* reexport safe */ _results_authenticity_AuthenticityElement__WEBPACK_IMPORTED_MODULE_39__.AuthenticityElement),
|
|
495
|
-
/* harmony export */ AuthenticityParams: () => (/* reexport safe */
|
|
495
|
+
/* harmony export */ AuthenticityParams: () => (/* reexport safe */ _params_process_params_AuthenticityParams__WEBPACK_IMPORTED_MODULE_85__.AuthenticityParams),
|
|
496
|
+
/* harmony export */ AuthenticityPropertiesParams: () => (/* reexport safe */ _params_process_params_AuthenticityPropertiesParams__WEBPACK_IMPORTED_MODULE_79__.AuthenticityPropertiesParams),
|
|
496
497
|
/* harmony export */ AuthenticityResult: () => (/* reexport safe */ _results_authenticity_AuthenticityResult__WEBPACK_IMPORTED_MODULE_40__.AuthenticityResult),
|
|
497
498
|
/* harmony export */ Authority: () => (/* reexport safe */ _results_rfid_Authority__WEBPACK_IMPORTED_MODULE_65__.Authority),
|
|
498
|
-
/* harmony export */ BackendProcessingConfig: () => (/* reexport safe */
|
|
499
|
+
/* harmony export */ BackendProcessingConfig: () => (/* reexport safe */ _params_process_params_BackendProcessingConfig__WEBPACK_IMPORTED_MODULE_86__.BackendProcessingConfig),
|
|
499
500
|
/* harmony export */ BarcodeField: () => (/* reexport safe */ _results_barcode_BarcodeField__WEBPACK_IMPORTED_MODULE_48__.BarcodeField),
|
|
500
501
|
/* harmony export */ BarcodeResult: () => (/* reexport safe */ _results_barcode_BarcodeResult__WEBPACK_IMPORTED_MODULE_47__.BarcodeResult),
|
|
501
502
|
/* harmony export */ BarcodeStatus: () => (/* reexport safe */ _results_barcode_BarcodeStatus__WEBPACK_IMPORTED_MODULE_45__.BarcodeStatus),
|
|
502
503
|
/* harmony export */ BarcodeType: () => (/* reexport safe */ _results_barcode_BarcodeType__WEBPACK_IMPORTED_MODULE_46__.BarcodeType),
|
|
503
|
-
/* harmony export */ Bsi: () => (/* reexport safe */
|
|
504
|
+
/* harmony export */ Bsi: () => (/* reexport safe */ _params_process_params_Bsi__WEBPACK_IMPORTED_MODULE_87__.Bsi),
|
|
504
505
|
/* harmony export */ BytesData: () => (/* reexport safe */ _results_visible_digital_seals_BytesData__WEBPACK_IMPORTED_MODULE_54__.BytesData),
|
|
505
|
-
/* harmony export */ CAProtocol: () => (/* reexport safe */
|
|
506
|
-
/* harmony export */ CameraMode: () => (/* reexport safe */
|
|
507
|
-
/* harmony export */ CameraPosition: () => (/* reexport safe */
|
|
508
|
-
/* harmony export */ CameraSize: () => (/* reexport safe */
|
|
509
|
-
/* harmony export */ Cap: () => (/* reexport safe */
|
|
510
|
-
/* harmony export */ CaptureMode: () => (/* reexport safe */
|
|
511
|
-
/* harmony export */ CaptureSessionPreset: () => (/* reexport safe */
|
|
506
|
+
/* harmony export */ CAProtocol: () => (/* reexport safe */ _rfid_CAProtocol__WEBPACK_IMPORTED_MODULE_109__.CAProtocol),
|
|
507
|
+
/* harmony export */ CameraMode: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_89__.CameraMode),
|
|
508
|
+
/* harmony export */ CameraPosition: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_89__.CameraPosition),
|
|
509
|
+
/* harmony export */ CameraSize: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_89__.CameraSize),
|
|
510
|
+
/* harmony export */ Cap: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_96__.Cap),
|
|
511
|
+
/* harmony export */ CaptureMode: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_89__.CaptureMode),
|
|
512
|
+
/* harmony export */ CaptureSessionPreset: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_89__.CaptureSessionPreset),
|
|
512
513
|
/* harmony export */ CardProperties: () => (/* reexport safe */ _results_rfid_CardProperties__WEBPACK_IMPORTED_MODULE_59__.CardProperties),
|
|
513
514
|
/* harmony export */ CertificateChain: () => (/* reexport safe */ _results_rfid_CertificateChain__WEBPACK_IMPORTED_MODULE_64__.CertificateChain),
|
|
514
515
|
/* harmony export */ CertificateData: () => (/* reexport safe */ _results_rfid_CertificateData__WEBPACK_IMPORTED_MODULE_70__.CertificateData),
|
|
@@ -516,56 +517,56 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
516
517
|
/* harmony export */ CheckResult: () => (/* reexport safe */ _results_status_CheckResult__WEBPACK_IMPORTED_MODULE_35__.CheckResult),
|
|
517
518
|
/* harmony export */ Comparison: () => (/* reexport safe */ _results_visual_results_Comparison__WEBPACK_IMPORTED_MODULE_19__.Comparison),
|
|
518
519
|
/* harmony export */ Coordinate: () => (/* reexport safe */ _results_Position__WEBPACK_IMPORTED_MODULE_32__.Coordinate),
|
|
519
|
-
/* harmony export */ CustomButtonTag: () => (/* reexport safe */
|
|
520
|
-
/* harmony export */ Customization: () => (/* reexport safe */
|
|
521
|
-
/* harmony export */ CustomizationColors: () => (/* reexport safe */
|
|
522
|
-
/* harmony export */ CustomizationContentModes: () => (/* reexport safe */
|
|
523
|
-
/* harmony export */ CustomizationFonts: () => (/* reexport safe */
|
|
524
|
-
/* harmony export */ CustomizationImages: () => (/* reexport safe */
|
|
525
|
-
/* harmony export */ CustomizationMatrices: () => (/* reexport safe */
|
|
526
|
-
/* harmony export */ CustomizationTheme: () => (/* reexport safe */
|
|
527
|
-
/* harmony export */ CustomizationTimings: () => (/* reexport safe */
|
|
528
|
-
/* harmony export */ DTCDataGroup: () => (/* reexport safe */
|
|
520
|
+
/* harmony export */ CustomButtonTag: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_96__.CustomButtonTag),
|
|
521
|
+
/* harmony export */ Customization: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_96__.Customization),
|
|
522
|
+
/* harmony export */ CustomizationColors: () => (/* reexport safe */ _params_customization_CustomizationColors__WEBPACK_IMPORTED_MODULE_90__.CustomizationColors),
|
|
523
|
+
/* harmony export */ CustomizationContentModes: () => (/* reexport safe */ _params_customization_CustomizationContentModes__WEBPACK_IMPORTED_MODULE_95__.CustomizationContentModes),
|
|
524
|
+
/* harmony export */ CustomizationFonts: () => (/* reexport safe */ _params_customization_CustomizationFonts__WEBPACK_IMPORTED_MODULE_91__.CustomizationFonts),
|
|
525
|
+
/* harmony export */ CustomizationImages: () => (/* reexport safe */ _params_customization_CustomizationImages__WEBPACK_IMPORTED_MODULE_92__.CustomizationImages),
|
|
526
|
+
/* harmony export */ CustomizationMatrices: () => (/* reexport safe */ _params_customization_CustomizationMatrices__WEBPACK_IMPORTED_MODULE_94__.CustomizationMatrices),
|
|
527
|
+
/* harmony export */ CustomizationTheme: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_96__.CustomizationTheme),
|
|
528
|
+
/* harmony export */ CustomizationTimings: () => (/* reexport safe */ _params_customization_CustomizationTimings__WEBPACK_IMPORTED_MODULE_93__.CustomizationTimings),
|
|
529
|
+
/* harmony export */ DTCDataGroup: () => (/* reexport safe */ _params_rfid_scenario_DTCDataGroup__WEBPACK_IMPORTED_MODULE_99__.DTCDataGroup),
|
|
529
530
|
/* harmony export */ DataField: () => (/* reexport safe */ _results_rfid_DataField__WEBPACK_IMPORTED_MODULE_60__.DataField),
|
|
530
|
-
/* harmony export */ DataRetrieval: () => (/* reexport safe */
|
|
531
|
-
/* harmony export */ DeviceEngagement: () => (/* reexport safe */
|
|
532
|
-
/* harmony export */ DeviceRetrievalMethod: () => (/* reexport safe */
|
|
531
|
+
/* harmony export */ DataRetrieval: () => (/* reexport safe */ _mdl_DataRetrieval__WEBPACK_IMPORTED_MODULE_111__.DataRetrieval),
|
|
532
|
+
/* harmony export */ DeviceEngagement: () => (/* reexport safe */ _mdl_DeviceEngagement__WEBPACK_IMPORTED_MODULE_112__.DeviceEngagement),
|
|
533
|
+
/* harmony export */ DeviceRetrievalMethod: () => (/* reexport safe */ _mdl_DeviceRetrievalMethod__WEBPACK_IMPORTED_MODULE_115__.DeviceRetrievalMethod),
|
|
533
534
|
/* harmony export */ DocFeature: () => (/* reexport safe */ _results_visible_digital_seals_DocFeature__WEBPACK_IMPORTED_MODULE_55__.DocFeature),
|
|
534
535
|
/* harmony export */ DocFormat: () => (/* reexport safe */ _results_DocumentType__WEBPACK_IMPORTED_MODULE_29__.DocFormat),
|
|
535
536
|
/* harmony export */ DocReaderAction: () => (/* binding */ DocReaderAction),
|
|
536
537
|
/* harmony export */ DocReaderException: () => (/* reexport safe */ _info_DocReaderException__WEBPACK_IMPORTED_MODULE_9__.DocReaderException),
|
|
537
|
-
/* harmony export */ DocReaderFrame: () => (/* reexport safe */
|
|
538
|
+
/* harmony export */ DocReaderFrame: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_89__.DocReaderFrame),
|
|
538
539
|
/* harmony export */ DocReaderOrientation: () => (/* reexport safe */ _info_DocReaderScenario__WEBPACK_IMPORTED_MODULE_12__.DocReaderOrientation),
|
|
539
540
|
/* harmony export */ DocReaderScenario: () => (/* reexport safe */ _info_DocReaderScenario__WEBPACK_IMPORTED_MODULE_12__.DocReaderScenario),
|
|
540
541
|
/* harmony export */ DocReaderVersion: () => (/* reexport safe */ _info_DocReaderVersion__WEBPACK_IMPORTED_MODULE_7__.DocReaderVersion),
|
|
541
542
|
/* harmony export */ DocumentReader: () => (/* binding */ DocumentReader),
|
|
542
|
-
/* harmony export */ DocumentRequest18013MDL: () => (/* reexport safe */
|
|
543
|
-
/* harmony export */ DocumentRequestMDL: () => (/* reexport safe */
|
|
543
|
+
/* harmony export */ DocumentRequest18013MDL: () => (/* reexport safe */ _mdl_DocumentRequestMDL__WEBPACK_IMPORTED_MODULE_114__.DocumentRequest18013MDL),
|
|
544
|
+
/* harmony export */ DocumentRequestMDL: () => (/* reexport safe */ _mdl_DocumentRequestMDL__WEBPACK_IMPORTED_MODULE_114__.DocumentRequestMDL),
|
|
544
545
|
/* harmony export */ DocumentType: () => (/* reexport safe */ _results_DocumentType__WEBPACK_IMPORTED_MODULE_29__.DocumentType),
|
|
545
546
|
/* harmony export */ DocumentTypeEnum: () => (/* reexport safe */ _results_DocumentType__WEBPACK_IMPORTED_MODULE_29__.DocType),
|
|
546
547
|
/* harmony export */ DocumentsDatabase: () => (/* reexport safe */ _info_DocumentsDatabase__WEBPACK_IMPORTED_MODULE_10__.DocumentsDatabase),
|
|
547
|
-
/* harmony export */ EDLDataGroups: () => (/* reexport safe */
|
|
548
|
-
/* harmony export */ EIDDataGroups: () => (/* reexport safe */
|
|
549
|
-
/* harmony export */ EPassportDataGroups: () => (/* reexport safe */
|
|
548
|
+
/* harmony export */ EDLDataGroups: () => (/* reexport safe */ _params_rfid_scenario_EDLDataGroups__WEBPACK_IMPORTED_MODULE_101__.EDLDataGroups),
|
|
549
|
+
/* harmony export */ EIDDataGroups: () => (/* reexport safe */ _params_rfid_scenario_EIDDataGroups__WEBPACK_IMPORTED_MODULE_98__.EIDDataGroups),
|
|
550
|
+
/* harmony export */ EPassportDataGroups: () => (/* reexport safe */ _params_rfid_scenario_EPassportDataGroups__WEBPACK_IMPORTED_MODULE_97__.EPassportDataGroups),
|
|
550
551
|
/* harmony export */ ErrorCodes: () => (/* reexport safe */ _info_DocReaderException__WEBPACK_IMPORTED_MODULE_9__.ErrorCodes),
|
|
551
552
|
/* harmony export */ Extension: () => (/* reexport safe */ _results_rfid_Extension__WEBPACK_IMPORTED_MODULE_76__.Extension),
|
|
552
|
-
/* harmony export */ FaceApiParams: () => (/* reexport safe */
|
|
553
|
-
/* harmony export */ FaceApiSearchParams: () => (/* reexport safe */
|
|
553
|
+
/* harmony export */ FaceApiParams: () => (/* reexport safe */ _params_process_params_FaceApiParams__WEBPACK_IMPORTED_MODULE_82__.FaceApiParams),
|
|
554
|
+
/* harmony export */ FaceApiSearchParams: () => (/* reexport safe */ _params_process_params_FaceApiSearchParams__WEBPACK_IMPORTED_MODULE_88__.FaceApiSearchParams),
|
|
554
555
|
/* harmony export */ FieldType: () => (/* reexport safe */ _results_visual_results_FieldType__WEBPACK_IMPORTED_MODULE_23__.FieldType),
|
|
555
556
|
/* harmony export */ File: () => (/* reexport safe */ _results_rfid_File__WEBPACK_IMPORTED_MODULE_66__.File),
|
|
556
557
|
/* harmony export */ FileData: () => (/* reexport safe */ _results_rfid_FileData__WEBPACK_IMPORTED_MODULE_71__.FileData),
|
|
557
558
|
/* harmony export */ FinalizeConfig: () => (/* reexport safe */ _config_FinalizeConfig__WEBPACK_IMPORTED_MODULE_6__.FinalizeConfig),
|
|
558
|
-
/* harmony export */ Font: () => (/* reexport safe */
|
|
559
|
-
/* harmony export */ FontStyle: () => (/* reexport safe */
|
|
560
|
-
/* harmony export */ FrameShapeType: () => (/* reexport safe */
|
|
561
|
-
/* harmony export */ Functionality: () => (/* reexport safe */
|
|
562
|
-
/* harmony export */ GlaresCheckParams: () => (/* reexport safe */
|
|
559
|
+
/* harmony export */ Font: () => (/* reexport safe */ _params_customization_CustomizationFonts__WEBPACK_IMPORTED_MODULE_91__.Font),
|
|
560
|
+
/* harmony export */ FontStyle: () => (/* reexport safe */ _params_customization_CustomizationFonts__WEBPACK_IMPORTED_MODULE_91__.FontStyle),
|
|
561
|
+
/* harmony export */ FrameShapeType: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_96__.FrameShapeType),
|
|
562
|
+
/* harmony export */ Functionality: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_89__.Functionality),
|
|
563
|
+
/* harmony export */ GlaresCheckParams: () => (/* reexport safe */ _params_process_params_GlaresCheckParams__WEBPACK_IMPORTED_MODULE_81__.GlaresCheckParams),
|
|
563
564
|
/* harmony export */ GraphicField: () => (/* reexport safe */ _results_visual_results_GraphicField__WEBPACK_IMPORTED_MODULE_24__.GraphicField),
|
|
564
565
|
/* harmony export */ GraphicFieldType: () => (/* reexport safe */ _results_visual_results_GraphicFieldType__WEBPACK_IMPORTED_MODULE_15__.GraphicFieldType),
|
|
565
566
|
/* harmony export */ GraphicResult: () => (/* reexport safe */ _results_visual_results_GraphicResult__WEBPACK_IMPORTED_MODULE_28__.GraphicResult),
|
|
566
567
|
/* harmony export */ ImageFormat: () => (/* reexport safe */ _config_OnlineProcessingConfig__WEBPACK_IMPORTED_MODULE_1__.ImageFormat),
|
|
567
568
|
/* harmony export */ ImageInputData: () => (/* reexport safe */ _config_RecognizeConfig__WEBPACK_IMPORTED_MODULE_5__.ImageInputData),
|
|
568
|
-
/* harmony export */ ImageQA: () => (/* reexport safe */
|
|
569
|
+
/* harmony export */ ImageQA: () => (/* reexport safe */ _params_process_params_ImageQA__WEBPACK_IMPORTED_MODULE_84__.ImageQA),
|
|
569
570
|
/* harmony export */ ImageQuality: () => (/* reexport safe */ _results_image_quality_ImageQuality__WEBPACK_IMPORTED_MODULE_49__.ImageQuality),
|
|
570
571
|
/* harmony export */ ImageQualityCheckType: () => (/* reexport safe */ _results_image_quality_ImageQualityCheckType__WEBPACK_IMPORTED_MODULE_51__.ImageQualityCheckType),
|
|
571
572
|
/* harmony export */ ImageQualityGroup: () => (/* reexport safe */ _results_image_quality_ImageQualityGroup__WEBPACK_IMPORTED_MODULE_50__.ImageQualityGroup),
|
|
@@ -576,47 +577,47 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
576
577
|
/* harmony export */ License: () => (/* reexport safe */ _info_License__WEBPACK_IMPORTED_MODULE_11__.License),
|
|
577
578
|
/* harmony export */ Lights: () => (/* reexport safe */ _results_visual_results_Lights__WEBPACK_IMPORTED_MODULE_21__.Lights),
|
|
578
579
|
/* harmony export */ LivenessParams: () => (/* reexport safe */ _params_process_params_LivenessParams__WEBPACK_IMPORTED_MODULE_78__.LivenessParams),
|
|
579
|
-
/* harmony export */ LogLevel: () => (/* reexport safe */
|
|
580
|
-
/* harmony export */ MDLDeviceEngagement: () => (/* reexport safe */
|
|
581
|
-
/* harmony export */ MDLDeviceRetrieval: () => (/* reexport safe */
|
|
582
|
-
/* harmony export */ MDLDocRequestPreset: () => (/* reexport safe */
|
|
583
|
-
/* harmony export */ MDLIntentToRetain: () => (/* reexport safe */
|
|
584
|
-
/* harmony export */ MRZFormat: () => (/* reexport safe */
|
|
585
|
-
/* harmony export */ MeasureSystem: () => (/* reexport safe */
|
|
586
|
-
/* harmony export */ MrzDetectionModes: () => (/* reexport safe */
|
|
587
|
-
/* harmony export */ NameSpaceMDL: () => (/* reexport safe */
|
|
580
|
+
/* harmony export */ LogLevel: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_80__.LogLevel),
|
|
581
|
+
/* harmony export */ MDLDeviceEngagement: () => (/* reexport safe */ _mdl_DeviceEngagement__WEBPACK_IMPORTED_MODULE_112__.MDLDeviceEngagement),
|
|
582
|
+
/* harmony export */ MDLDeviceRetrieval: () => (/* reexport safe */ _mdl_DataRetrieval__WEBPACK_IMPORTED_MODULE_111__.MDLDeviceRetrieval),
|
|
583
|
+
/* harmony export */ MDLDocRequestPreset: () => (/* reexport safe */ _mdl_DataRetrieval__WEBPACK_IMPORTED_MODULE_111__.MDLDocRequestPreset),
|
|
584
|
+
/* harmony export */ MDLIntentToRetain: () => (/* reexport safe */ _mdl_NameSpaceMDL__WEBPACK_IMPORTED_MODULE_113__.MDLIntentToRetain),
|
|
585
|
+
/* harmony export */ MRZFormat: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_80__.MRZFormat),
|
|
586
|
+
/* harmony export */ MeasureSystem: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_80__.MeasureSystem),
|
|
587
|
+
/* harmony export */ MrzDetectionModes: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_80__.MrzDetectionModes),
|
|
588
|
+
/* harmony export */ NameSpaceMDL: () => (/* reexport safe */ _mdl_NameSpaceMDL__WEBPACK_IMPORTED_MODULE_113__.NameSpaceMDL),
|
|
588
589
|
/* harmony export */ OnlineMode: () => (/* reexport safe */ _config_OnlineProcessingConfig__WEBPACK_IMPORTED_MODULE_1__.OnlineMode),
|
|
589
590
|
/* harmony export */ OnlineProcessingConfig: () => (/* reexport safe */ _config_OnlineProcessingConfig__WEBPACK_IMPORTED_MODULE_1__.OnlineProcessingConfig),
|
|
590
591
|
/* harmony export */ OpticalStatus: () => (/* reexport safe */ _results_status_OpticalStatus__WEBPACK_IMPORTED_MODULE_36__.OpticalStatus),
|
|
591
|
-
/* harmony export */ PAAttribute: () => (/* reexport safe */
|
|
592
|
-
/* harmony export */ PACEProtocol: () => (/* reexport safe */
|
|
593
|
-
/* harmony export */ PAResourcesIssuer: () => (/* reexport safe */
|
|
592
|
+
/* harmony export */ PAAttribute: () => (/* reexport safe */ _rfid_PAAttribute__WEBPACK_IMPORTED_MODULE_106__.PAAttribute),
|
|
593
|
+
/* harmony export */ PACEProtocol: () => (/* reexport safe */ _rfid_PACEProtocol__WEBPACK_IMPORTED_MODULE_108__.PACEProtocol),
|
|
594
|
+
/* harmony export */ PAResourcesIssuer: () => (/* reexport safe */ _rfid_PAResourcesIssuer__WEBPACK_IMPORTED_MODULE_102__.PAResourcesIssuer),
|
|
594
595
|
/* harmony export */ PDF417Info: () => (/* reexport safe */ _results_barcode_PDF417Info__WEBPACK_IMPORTED_MODULE_44__.PDF417Info),
|
|
595
|
-
/* harmony export */ PKDCertificate: () => (/* reexport safe */
|
|
596
|
-
/* harmony export */ PKDResourceType: () => (/* reexport safe */
|
|
596
|
+
/* harmony export */ PKDCertificate: () => (/* reexport safe */ _rfid_PKDCertificate__WEBPACK_IMPORTED_MODULE_110__.PKDCertificate),
|
|
597
|
+
/* harmony export */ PKDResourceType: () => (/* reexport safe */ _rfid_PKDCertificate__WEBPACK_IMPORTED_MODULE_110__.PKDResourceType),
|
|
597
598
|
/* harmony export */ Position: () => (/* reexport safe */ _results_Position__WEBPACK_IMPORTED_MODULE_32__.Position),
|
|
598
599
|
/* harmony export */ PrepareProgress: () => (/* reexport safe */ _info_PrepareProgress__WEBPACK_IMPORTED_MODULE_8__.PrepareProgress),
|
|
599
|
-
/* harmony export */ ProcessParams: () => (/* reexport safe */
|
|
600
|
+
/* harmony export */ ProcessParams: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_80__.ProcessParams),
|
|
600
601
|
/* harmony export */ ProcessingFinishedStatus: () => (/* reexport safe */ _results_Results__WEBPACK_IMPORTED_MODULE_30__.ProcessingFinishedStatus),
|
|
601
602
|
/* harmony export */ RFIDAccessControlProcedureType: () => (/* reexport safe */ _results_rfid_RFIDAccessControlProcedureType__WEBPACK_IMPORTED_MODULE_75__.RFIDAccessControlProcedureType),
|
|
602
603
|
/* harmony export */ RFIDApplicationType: () => (/* reexport safe */ _results_rfid_Application__WEBPACK_IMPORTED_MODULE_74__.RFIDApplicationType),
|
|
603
|
-
/* harmony export */ RFIDAuthenticationProcedureType: () => (/* reexport safe */
|
|
604
|
+
/* harmony export */ RFIDAuthenticationProcedureType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_100__.RFIDAuthenticationProcedureType),
|
|
604
605
|
/* harmony export */ RFIDCertificateType: () => (/* reexport safe */ _results_rfid_RFIDCertificateType__WEBPACK_IMPORTED_MODULE_72__.RFIDCertificateType),
|
|
605
606
|
/* harmony export */ RFIDConfig: () => (/* reexport safe */ _config_RFIDConfig__WEBPACK_IMPORTED_MODULE_3__.RFIDConfig),
|
|
606
607
|
/* harmony export */ RFIDDataFileType: () => (/* reexport safe */ _results_rfid_RFIDDataFileType__WEBPACK_IMPORTED_MODULE_69__.RFIDDataFileType),
|
|
607
|
-
/* harmony export */ RFIDErrorCodes: () => (/* reexport safe */
|
|
608
|
+
/* harmony export */ RFIDErrorCodes: () => (/* reexport safe */ _rfid_RFIDErrorCodes__WEBPACK_IMPORTED_MODULE_103__.RFIDErrorCodes),
|
|
608
609
|
/* harmony export */ RFIDException: () => (/* reexport safe */ _info_RFIDException__WEBPACK_IMPORTED_MODULE_13__.RFIDException),
|
|
609
|
-
/* harmony export */ RFIDNotification: () => (/* reexport safe */
|
|
610
|
-
/* harmony export */ RFIDNotificationCodes: () => (/* reexport safe */
|
|
610
|
+
/* harmony export */ RFIDNotification: () => (/* reexport safe */ _rfid_RFIDNotification__WEBPACK_IMPORTED_MODULE_105__.RFIDNotification),
|
|
611
|
+
/* harmony export */ RFIDNotificationCodes: () => (/* reexport safe */ _rfid_RFIDNotification__WEBPACK_IMPORTED_MODULE_105__.RFIDNotificationCodes),
|
|
611
612
|
/* harmony export */ RFIDOrigin: () => (/* reexport safe */ _results_visual_results_RFIDOrigin__WEBPACK_IMPORTED_MODULE_25__.RFIDOrigin),
|
|
612
|
-
/* harmony export */ RFIDParams: () => (/* reexport safe */
|
|
613
|
-
/* harmony export */ RFIDPasswordType: () => (/* reexport safe */
|
|
614
|
-
/* harmony export */ RFIDReadingBufferSize: () => (/* reexport safe */
|
|
615
|
-
/* harmony export */ RFIDSDKProfilerType: () => (/* reexport safe */
|
|
616
|
-
/* harmony export */ RFIDScenario: () => (/* reexport safe */
|
|
613
|
+
/* harmony export */ RFIDParams: () => (/* reexport safe */ _params_process_params_RFIDParams__WEBPACK_IMPORTED_MODULE_83__.RFIDParams),
|
|
614
|
+
/* harmony export */ RFIDPasswordType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_100__.RFIDPasswordType),
|
|
615
|
+
/* harmony export */ RFIDReadingBufferSize: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_100__.RFIDReadingBufferSize),
|
|
616
|
+
/* harmony export */ RFIDSDKProfilerType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_100__.RFIDSDKProfilerType),
|
|
617
|
+
/* harmony export */ RFIDScenario: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_100__.RFIDScenario),
|
|
617
618
|
/* harmony export */ RFIDSessionData: () => (/* reexport safe */ _results_rfid_RFIDSessionData__WEBPACK_IMPORTED_MODULE_73__.RFIDSessionData),
|
|
618
619
|
/* harmony export */ RFIDStatus: () => (/* reexport safe */ _results_status_RFIDStatus__WEBPACK_IMPORTED_MODULE_33__.RFIDStatus),
|
|
619
|
-
/* harmony export */ RFIDTerminalType: () => (/* reexport safe */
|
|
620
|
+
/* harmony export */ RFIDTerminalType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_100__.RFIDTerminalType),
|
|
620
621
|
/* harmony export */ RFIDValidity: () => (/* reexport safe */ _results_rfid_RFIDValidity__WEBPACK_IMPORTED_MODULE_68__.RFIDValidity),
|
|
621
622
|
/* harmony export */ RFIDValue: () => (/* reexport safe */ _results_rfid_RFIDValue__WEBPACK_IMPORTED_MODULE_67__.RFIDValue),
|
|
622
623
|
/* harmony export */ RecognizeConfig: () => (/* reexport safe */ _config_RecognizeConfig__WEBPACK_IMPORTED_MODULE_5__.RecognizeConfig),
|
|
@@ -629,11 +630,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
629
630
|
/* harmony export */ SecurityFeatureType: () => (/* reexport safe */ _results_authenticity_SecurityFeatureType__WEBPACK_IMPORTED_MODULE_42__.SecurityFeatureType),
|
|
630
631
|
/* harmony export */ SecurityObject: () => (/* reexport safe */ _results_rfid_SecurityObject__WEBPACK_IMPORTED_MODULE_58__.SecurityObject),
|
|
631
632
|
/* harmony export */ SecurityObjectCertificates: () => (/* reexport safe */ _results_rfid_SecurityObjectCertificates__WEBPACK_IMPORTED_MODULE_63__.SecurityObjectCertificates),
|
|
632
|
-
/* harmony export */ SignManagementAction: () => (/* reexport safe */
|
|
633
|
+
/* harmony export */ SignManagementAction: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_100__.SignManagementAction),
|
|
633
634
|
/* harmony export */ SignerInfo: () => (/* reexport safe */ _results_rfid_SignerInfo__WEBPACK_IMPORTED_MODULE_62__.SignerInfo),
|
|
634
635
|
/* harmony export */ Symbol: () => (/* reexport safe */ _results_visual_results_Symbol__WEBPACK_IMPORTED_MODULE_18__.Symbol),
|
|
635
|
-
/* harmony export */ TAChallenge: () => (/* reexport safe */
|
|
636
|
-
/* harmony export */ TccParams: () => (/* reexport safe */
|
|
636
|
+
/* harmony export */ TAChallenge: () => (/* reexport safe */ _rfid_TAChallenge__WEBPACK_IMPORTED_MODULE_107__.TAChallenge),
|
|
637
|
+
/* harmony export */ TccParams: () => (/* reexport safe */ _rfid_TccParams__WEBPACK_IMPORTED_MODULE_104__.TccParams),
|
|
637
638
|
/* harmony export */ TextField: () => (/* reexport safe */ _results_visual_results_TextField__WEBPACK_IMPORTED_MODULE_20__.TextField),
|
|
638
639
|
/* harmony export */ TextResult: () => (/* reexport safe */ _results_visual_results_TextResult__WEBPACK_IMPORTED_MODULE_26__.TextResult),
|
|
639
640
|
/* harmony export */ TextSource: () => (/* reexport safe */ _results_visual_results_TextSource__WEBPACK_IMPORTED_MODULE_27__.TextSource),
|
|
@@ -642,7 +643,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
642
643
|
/* harmony export */ VDSNCData: () => (/* reexport safe */ _results_visible_digital_seals_VDSNCData__WEBPACK_IMPORTED_MODULE_53__.VDSNCData),
|
|
643
644
|
/* harmony export */ Validity: () => (/* reexport safe */ _results_visual_results_Validity__WEBPACK_IMPORTED_MODULE_22__.Validity),
|
|
644
645
|
/* harmony export */ Value: () => (/* reexport safe */ _results_visual_results_Value__WEBPACK_IMPORTED_MODULE_16__.Value),
|
|
645
|
-
/* harmony export */ ViewContentMode: () => (/* reexport safe */
|
|
646
|
+
/* harmony export */ ViewContentMode: () => (/* reexport safe */ _params_customization_CustomizationContentModes__WEBPACK_IMPORTED_MODULE_95__.ViewContentMode)
|
|
646
647
|
/* harmony export */ });
|
|
647
648
|
/* harmony import */ var _internal_bridge__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./internal/bridge */ "./src/internal/bridge.js");
|
|
648
649
|
/* harmony import */ var _config_OnlineProcessingConfig__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./config/OnlineProcessingConfig */ "./src/config/OnlineProcessingConfig.js");
|
|
@@ -723,42 +724,44 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
723
724
|
/* harmony import */ var _results_rfid_Extension__WEBPACK_IMPORTED_MODULE_76__ = __webpack_require__(/*! ./results/rfid/Extension */ "./src/results/rfid/Extension.js");
|
|
724
725
|
/* harmony import */ var _results_rfid_AccessControlProcedureType__WEBPACK_IMPORTED_MODULE_77__ = __webpack_require__(/*! ./results/rfid/AccessControlProcedureType */ "./src/results/rfid/AccessControlProcedureType.js");
|
|
725
726
|
/* harmony import */ var _params_process_params_LivenessParams__WEBPACK_IMPORTED_MODULE_78__ = __webpack_require__(/*! ./params/process_params/LivenessParams */ "./src/params/process_params/LivenessParams.js");
|
|
726
|
-
/* harmony import */ var
|
|
727
|
-
/* harmony import */ var
|
|
728
|
-
/* harmony import */ var
|
|
729
|
-
/* harmony import */ var
|
|
730
|
-
/* harmony import */ var
|
|
731
|
-
/* harmony import */ var
|
|
732
|
-
/* harmony import */ var
|
|
733
|
-
/* harmony import */ var
|
|
734
|
-
/* harmony import */ var
|
|
735
|
-
/* harmony import */ var
|
|
736
|
-
/* harmony import */ var
|
|
737
|
-
/* harmony import */ var
|
|
738
|
-
/* harmony import */ var
|
|
739
|
-
/* harmony import */ var
|
|
740
|
-
/* harmony import */ var
|
|
741
|
-
/* harmony import */ var
|
|
742
|
-
/* harmony import */ var
|
|
743
|
-
/* harmony import */ var
|
|
744
|
-
/* harmony import */ var
|
|
745
|
-
/* harmony import */ var
|
|
746
|
-
/* harmony import */ var
|
|
747
|
-
/* harmony import */ var
|
|
748
|
-
/* harmony import */ var
|
|
749
|
-
/* harmony import */ var
|
|
750
|
-
/* harmony import */ var
|
|
751
|
-
/* harmony import */ var
|
|
752
|
-
/* harmony import */ var
|
|
753
|
-
/* harmony import */ var
|
|
754
|
-
/* harmony import */ var
|
|
755
|
-
/* harmony import */ var
|
|
756
|
-
/* harmony import */ var
|
|
757
|
-
/* harmony import */ var
|
|
758
|
-
/* harmony import */ var
|
|
759
|
-
/* harmony import */ var
|
|
760
|
-
/* harmony import */ var
|
|
761
|
-
/* harmony import */ var
|
|
727
|
+
/* harmony import */ var _params_process_params_AuthenticityPropertiesParams__WEBPACK_IMPORTED_MODULE_79__ = __webpack_require__(/*! ./params/process_params/AuthenticityPropertiesParams */ "./src/params/process_params/AuthenticityPropertiesParams.js");
|
|
728
|
+
/* harmony import */ var _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_80__ = __webpack_require__(/*! ./params/process_params/ProcessParams */ "./src/params/process_params/ProcessParams.js");
|
|
729
|
+
/* harmony import */ var _params_process_params_GlaresCheckParams__WEBPACK_IMPORTED_MODULE_81__ = __webpack_require__(/*! ./params/process_params/GlaresCheckParams */ "./src/params/process_params/GlaresCheckParams.js");
|
|
730
|
+
/* harmony import */ var _params_process_params_FaceApiParams__WEBPACK_IMPORTED_MODULE_82__ = __webpack_require__(/*! ./params/process_params/FaceApiParams */ "./src/params/process_params/FaceApiParams.js");
|
|
731
|
+
/* harmony import */ var _params_process_params_RFIDParams__WEBPACK_IMPORTED_MODULE_83__ = __webpack_require__(/*! ./params/process_params/RFIDParams */ "./src/params/process_params/RFIDParams.js");
|
|
732
|
+
/* harmony import */ var _params_process_params_ImageQA__WEBPACK_IMPORTED_MODULE_84__ = __webpack_require__(/*! ./params/process_params/ImageQA */ "./src/params/process_params/ImageQA.js");
|
|
733
|
+
/* harmony import */ var _params_process_params_AuthenticityParams__WEBPACK_IMPORTED_MODULE_85__ = __webpack_require__(/*! ./params/process_params/AuthenticityParams */ "./src/params/process_params/AuthenticityParams.js");
|
|
734
|
+
/* harmony import */ var _params_process_params_BackendProcessingConfig__WEBPACK_IMPORTED_MODULE_86__ = __webpack_require__(/*! ./params/process_params/BackendProcessingConfig */ "./src/params/process_params/BackendProcessingConfig.js");
|
|
735
|
+
/* harmony import */ var _params_process_params_Bsi__WEBPACK_IMPORTED_MODULE_87__ = __webpack_require__(/*! ./params/process_params/Bsi */ "./src/params/process_params/Bsi.js");
|
|
736
|
+
/* harmony import */ var _params_process_params_FaceApiSearchParams__WEBPACK_IMPORTED_MODULE_88__ = __webpack_require__(/*! ./params/process_params/FaceApiSearchParams */ "./src/params/process_params/FaceApiSearchParams.js");
|
|
737
|
+
/* harmony import */ var _params_Functionality__WEBPACK_IMPORTED_MODULE_89__ = __webpack_require__(/*! ./params/Functionality */ "./src/params/Functionality.js");
|
|
738
|
+
/* harmony import */ var _params_customization_CustomizationColors__WEBPACK_IMPORTED_MODULE_90__ = __webpack_require__(/*! ./params/customization/CustomizationColors */ "./src/params/customization/CustomizationColors.js");
|
|
739
|
+
/* harmony import */ var _params_customization_CustomizationFonts__WEBPACK_IMPORTED_MODULE_91__ = __webpack_require__(/*! ./params/customization/CustomizationFonts */ "./src/params/customization/CustomizationFonts.js");
|
|
740
|
+
/* harmony import */ var _params_customization_CustomizationImages__WEBPACK_IMPORTED_MODULE_92__ = __webpack_require__(/*! ./params/customization/CustomizationImages */ "./src/params/customization/CustomizationImages.js");
|
|
741
|
+
/* harmony import */ var _params_customization_CustomizationTimings__WEBPACK_IMPORTED_MODULE_93__ = __webpack_require__(/*! ./params/customization/CustomizationTimings */ "./src/params/customization/CustomizationTimings.js");
|
|
742
|
+
/* harmony import */ var _params_customization_CustomizationMatrices__WEBPACK_IMPORTED_MODULE_94__ = __webpack_require__(/*! ./params/customization/CustomizationMatrices */ "./src/params/customization/CustomizationMatrices.js");
|
|
743
|
+
/* harmony import */ var _params_customization_CustomizationContentModes__WEBPACK_IMPORTED_MODULE_95__ = __webpack_require__(/*! ./params/customization/CustomizationContentModes */ "./src/params/customization/CustomizationContentModes.js");
|
|
744
|
+
/* harmony import */ var _params_customization_Customization__WEBPACK_IMPORTED_MODULE_96__ = __webpack_require__(/*! ./params/customization/Customization */ "./src/params/customization/Customization.js");
|
|
745
|
+
/* harmony import */ var _params_rfid_scenario_EPassportDataGroups__WEBPACK_IMPORTED_MODULE_97__ = __webpack_require__(/*! ./params/rfid_scenario/EPassportDataGroups */ "./src/params/rfid_scenario/EPassportDataGroups.js");
|
|
746
|
+
/* harmony import */ var _params_rfid_scenario_EIDDataGroups__WEBPACK_IMPORTED_MODULE_98__ = __webpack_require__(/*! ./params/rfid_scenario/EIDDataGroups */ "./src/params/rfid_scenario/EIDDataGroups.js");
|
|
747
|
+
/* harmony import */ var _params_rfid_scenario_DTCDataGroup__WEBPACK_IMPORTED_MODULE_99__ = __webpack_require__(/*! ./params/rfid_scenario/DTCDataGroup */ "./src/params/rfid_scenario/DTCDataGroup.js");
|
|
748
|
+
/* harmony import */ var _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_100__ = __webpack_require__(/*! ./params/rfid_scenario/RFIDScenario */ "./src/params/rfid_scenario/RFIDScenario.js");
|
|
749
|
+
/* harmony import */ var _params_rfid_scenario_EDLDataGroups__WEBPACK_IMPORTED_MODULE_101__ = __webpack_require__(/*! ./params/rfid_scenario/EDLDataGroups */ "./src/params/rfid_scenario/EDLDataGroups.js");
|
|
750
|
+
/* harmony import */ var _rfid_PAResourcesIssuer__WEBPACK_IMPORTED_MODULE_102__ = __webpack_require__(/*! ./rfid/PAResourcesIssuer */ "./src/rfid/PAResourcesIssuer.js");
|
|
751
|
+
/* harmony import */ var _rfid_RFIDErrorCodes__WEBPACK_IMPORTED_MODULE_103__ = __webpack_require__(/*! ./rfid/RFIDErrorCodes */ "./src/rfid/RFIDErrorCodes.js");
|
|
752
|
+
/* harmony import */ var _rfid_TccParams__WEBPACK_IMPORTED_MODULE_104__ = __webpack_require__(/*! ./rfid/TccParams */ "./src/rfid/TccParams.js");
|
|
753
|
+
/* harmony import */ var _rfid_RFIDNotification__WEBPACK_IMPORTED_MODULE_105__ = __webpack_require__(/*! ./rfid/RFIDNotification */ "./src/rfid/RFIDNotification.js");
|
|
754
|
+
/* harmony import */ var _rfid_PAAttribute__WEBPACK_IMPORTED_MODULE_106__ = __webpack_require__(/*! ./rfid/PAAttribute */ "./src/rfid/PAAttribute.js");
|
|
755
|
+
/* harmony import */ var _rfid_TAChallenge__WEBPACK_IMPORTED_MODULE_107__ = __webpack_require__(/*! ./rfid/TAChallenge */ "./src/rfid/TAChallenge.js");
|
|
756
|
+
/* harmony import */ var _rfid_PACEProtocol__WEBPACK_IMPORTED_MODULE_108__ = __webpack_require__(/*! ./rfid/PACEProtocol */ "./src/rfid/PACEProtocol.js");
|
|
757
|
+
/* harmony import */ var _rfid_CAProtocol__WEBPACK_IMPORTED_MODULE_109__ = __webpack_require__(/*! ./rfid/CAProtocol */ "./src/rfid/CAProtocol.js");
|
|
758
|
+
/* harmony import */ var _rfid_PKDCertificate__WEBPACK_IMPORTED_MODULE_110__ = __webpack_require__(/*! ./rfid/PKDCertificate */ "./src/rfid/PKDCertificate.js");
|
|
759
|
+
/* harmony import */ var _mdl_DataRetrieval__WEBPACK_IMPORTED_MODULE_111__ = __webpack_require__(/*! ./mdl/DataRetrieval */ "./src/mdl/DataRetrieval.js");
|
|
760
|
+
/* harmony import */ var _mdl_DeviceEngagement__WEBPACK_IMPORTED_MODULE_112__ = __webpack_require__(/*! ./mdl/DeviceEngagement */ "./src/mdl/DeviceEngagement.js");
|
|
761
|
+
/* harmony import */ var _mdl_NameSpaceMDL__WEBPACK_IMPORTED_MODULE_113__ = __webpack_require__(/*! ./mdl/NameSpaceMDL */ "./src/mdl/NameSpaceMDL.js");
|
|
762
|
+
/* harmony import */ var _mdl_DocumentRequestMDL__WEBPACK_IMPORTED_MODULE_114__ = __webpack_require__(/*! ./mdl/DocumentRequestMDL */ "./src/mdl/DocumentRequestMDL.js");
|
|
763
|
+
/* harmony import */ var _mdl_DeviceRetrievalMethod__WEBPACK_IMPORTED_MODULE_115__ = __webpack_require__(/*! ./mdl/DeviceRetrievalMethod */ "./src/mdl/DeviceRetrievalMethod.js");
|
|
764
|
+
|
|
762
765
|
|
|
763
766
|
|
|
764
767
|
|
|
@@ -978,28 +981,28 @@ class DocumentReader {
|
|
|
978
981
|
}
|
|
979
982
|
|
|
980
983
|
get functionality() { return this._functionality }
|
|
981
|
-
_functionality = new
|
|
984
|
+
_functionality = new _params_Functionality__WEBPACK_IMPORTED_MODULE_89__.Functionality()
|
|
982
985
|
set functionality(val) {
|
|
983
986
|
this._functionality = val;
|
|
984
987
|
this._functionality._apply();
|
|
985
988
|
}
|
|
986
989
|
|
|
987
990
|
get processParams() { return this._processParams }
|
|
988
|
-
_processParams = new
|
|
991
|
+
_processParams = new _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_80__.ProcessParams()
|
|
989
992
|
set processParams(val) {
|
|
990
993
|
this._processParams = val;
|
|
991
994
|
this._processParams._apply();
|
|
992
995
|
}
|
|
993
996
|
|
|
994
997
|
get customization() { return this._customization }
|
|
995
|
-
_customization = new
|
|
998
|
+
_customization = new _params_customization_Customization__WEBPACK_IMPORTED_MODULE_96__.Customization()
|
|
996
999
|
set customization(val) {
|
|
997
1000
|
this._customization = val;
|
|
998
1001
|
this._customization._apply();
|
|
999
1002
|
}
|
|
1000
1003
|
|
|
1001
1004
|
get rfidScenario() { return this._rfidScenario }
|
|
1002
|
-
_rfidScenario = new
|
|
1005
|
+
_rfidScenario = new _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_100__.RFIDScenario()
|
|
1003
1006
|
set rfidScenario(val) {
|
|
1004
1007
|
this._rfidScenario = val;
|
|
1005
1008
|
this._rfidScenario._apply();
|
|
@@ -1014,19 +1017,19 @@ class DocumentReader {
|
|
|
1014
1017
|
}
|
|
1015
1018
|
|
|
1016
1019
|
resetConfiguration() {
|
|
1017
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("resetConfiguration", []);
|
|
1018
|
-
this._functionality = new
|
|
1019
|
-
this._processParams = new
|
|
1020
|
-
this._customization = new
|
|
1021
|
-
this._rfidScenario = new
|
|
1020
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("resetConfiguration", []);
|
|
1021
|
+
this._functionality = new _params_Functionality__WEBPACK_IMPORTED_MODULE_89__.Functionality();
|
|
1022
|
+
this._processParams = new _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_80__.ProcessParams();
|
|
1023
|
+
this._customization = new _params_customization_Customization__WEBPACK_IMPORTED_MODULE_96__.Customization();
|
|
1024
|
+
this._rfidScenario = new _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_100__.RFIDScenario();
|
|
1022
1025
|
}
|
|
1023
1026
|
|
|
1024
1027
|
set onCustomButtonTapped(completion) {
|
|
1025
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setCustomButtonTappedCompletion)(completion);
|
|
1028
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setCustomButtonTappedCompletion)(completion);
|
|
1026
1029
|
}
|
|
1027
1030
|
|
|
1028
1031
|
set videoEncoderCompletion(completion) {
|
|
1029
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setVideoEncoderCompletion)(completion);
|
|
1032
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setVideoEncoderCompletion)(completion);
|
|
1030
1033
|
}
|
|
1031
1034
|
|
|
1032
1035
|
async initialize(config) {
|
|
@@ -1041,17 +1044,17 @@ class DocumentReader {
|
|
|
1041
1044
|
}
|
|
1042
1045
|
|
|
1043
1046
|
deinitializeReader() {
|
|
1044
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("deinitializeReader", []);
|
|
1047
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("deinitializeReader", []);
|
|
1045
1048
|
}
|
|
1046
1049
|
|
|
1047
1050
|
async prepareDatabase(databaseID, prepareCompletion) {
|
|
1048
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderPrepareCompletion)(prepareCompletion);
|
|
1051
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderPrepareCompletion)(prepareCompletion);
|
|
1049
1052
|
var response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("prepareDatabase", [databaseID]);
|
|
1050
1053
|
return this._successOrErrorFromJson(response);
|
|
1051
1054
|
}
|
|
1052
1055
|
|
|
1053
1056
|
async runAutoUpdate(databaseID, prepareCompletion) {
|
|
1054
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderPrepareCompletion)(prepareCompletion);
|
|
1057
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderPrepareCompletion)(prepareCompletion);
|
|
1055
1058
|
var response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("runAutoUpdate", [databaseID]);
|
|
1056
1059
|
return this._successOrErrorFromJson(response);
|
|
1057
1060
|
}
|
|
@@ -1070,25 +1073,25 @@ class DocumentReader {
|
|
|
1070
1073
|
}
|
|
1071
1074
|
|
|
1072
1075
|
startNewPage() {
|
|
1073
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startNewPage", []);
|
|
1076
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startNewPage", []);
|
|
1074
1077
|
}
|
|
1075
1078
|
|
|
1076
1079
|
startNewSession() {
|
|
1077
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startNewSession", []);
|
|
1080
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startNewSession", []);
|
|
1078
1081
|
}
|
|
1079
1082
|
|
|
1080
1083
|
scan(config, completion) {
|
|
1081
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(completion);
|
|
1084
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(completion);
|
|
1082
1085
|
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("scan", [config]);
|
|
1083
1086
|
}
|
|
1084
1087
|
|
|
1085
1088
|
startScanner(config, completion) {
|
|
1086
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(completion);
|
|
1089
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(completion);
|
|
1087
1090
|
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startScanner", [config]);
|
|
1088
1091
|
}
|
|
1089
1092
|
|
|
1090
1093
|
recognize(config, completion) {
|
|
1091
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(completion);
|
|
1094
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(completion);
|
|
1092
1095
|
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("recognize", [config]);
|
|
1093
1096
|
}
|
|
1094
1097
|
|
|
@@ -1099,7 +1102,7 @@ class DocumentReader {
|
|
|
1099
1102
|
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(config._completion);
|
|
1100
1103
|
}
|
|
1101
1104
|
|
|
1102
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setRFIDProgressCompletion)(config.onProgress);
|
|
1105
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setRFIDProgressCompletion)(config.onProgress);
|
|
1103
1106
|
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setChipDetectedCompletion)(config.onChipDetected);
|
|
1104
1107
|
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setRetryReadChipCompletion)(config.onRetryReadChip);
|
|
1105
1108
|
|
|
@@ -1114,19 +1117,19 @@ class DocumentReader {
|
|
|
1114
1117
|
}
|
|
1115
1118
|
|
|
1116
1119
|
stopScanner() {
|
|
1117
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("stopScanner", []);
|
|
1120
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("stopScanner", []);
|
|
1118
1121
|
}
|
|
1119
1122
|
|
|
1120
1123
|
stopRFIDReader() {
|
|
1121
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("stopRFIDReader", []);
|
|
1124
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("stopRFIDReader", []);
|
|
1122
1125
|
}
|
|
1123
1126
|
|
|
1124
1127
|
addPKDCertificates(certificates) {
|
|
1125
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("addPKDCertificates", [certificates]);
|
|
1128
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("addPKDCertificates", [certificates]);
|
|
1126
1129
|
}
|
|
1127
1130
|
|
|
1128
1131
|
clearPKDCertificates() {
|
|
1129
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("clearPKDCertificates", []);
|
|
1132
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("clearPKDCertificates", []);
|
|
1130
1133
|
}
|
|
1131
1134
|
|
|
1132
1135
|
async setTCCParams(params) {
|
|
@@ -1149,7 +1152,7 @@ class DocumentReader {
|
|
|
1149
1152
|
}
|
|
1150
1153
|
|
|
1151
1154
|
endBackendTransaction() {
|
|
1152
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("endBackendTransaction", []);
|
|
1155
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("endBackendTransaction", []);
|
|
1153
1156
|
}
|
|
1154
1157
|
|
|
1155
1158
|
async readMDL(type, retrieval) {
|
|
@@ -1166,23 +1169,23 @@ class DocumentReader {
|
|
|
1166
1169
|
var response = "";
|
|
1167
1170
|
if (options?.withoutUI != true) {
|
|
1168
1171
|
response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startEngageDevice", [type.value]);
|
|
1169
|
-
} else if (type ==
|
|
1172
|
+
} else if (type == _mdl_DeviceEngagement__WEBPACK_IMPORTED_MODULE_112__.MDLDeviceEngagement.NFC) {
|
|
1170
1173
|
response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("engageDeviceNFC", []);
|
|
1171
|
-
} else if (type ==
|
|
1174
|
+
} else if (type == _mdl_DeviceEngagement__WEBPACK_IMPORTED_MODULE_112__.MDLDeviceEngagement.QR && options?.data != null) {
|
|
1172
1175
|
response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("engageDeviceData", [options.data]);
|
|
1173
1176
|
}
|
|
1174
1177
|
|
|
1175
1178
|
var jsonObject = JSON.parse(response);
|
|
1176
1179
|
return [
|
|
1177
|
-
|
|
1180
|
+
_mdl_DeviceEngagement__WEBPACK_IMPORTED_MODULE_112__.DeviceEngagement.fromJson(jsonObject["deviceEngagement"]),
|
|
1178
1181
|
_info_DocReaderException__WEBPACK_IMPORTED_MODULE_9__.DocReaderException.fromJson(jsonObject["error"]),
|
|
1179
1182
|
]
|
|
1180
1183
|
}
|
|
1181
1184
|
|
|
1182
1185
|
async retrieveData(retrieval, options) {
|
|
1183
1186
|
var func = "startRetrieveData";
|
|
1184
|
-
if (options?.withoutUI ==
|
|
1185
|
-
if (options?.withoutUI ==
|
|
1187
|
+
if (options?.withoutUI == _mdl_DataRetrieval__WEBPACK_IMPORTED_MODULE_111__.MDLDeviceRetrieval.NFC) func = "engageDeviceNFC";
|
|
1188
|
+
if (options?.withoutUI == _mdl_DataRetrieval__WEBPACK_IMPORTED_MODULE_111__.MDLDeviceRetrieval.BLE) func = "engageDeviceBLE";
|
|
1186
1189
|
|
|
1187
1190
|
var response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)(func, [retrieval.toJson(), options?.engagement?.toJson()]);
|
|
1188
1191
|
var jsonObject = JSON.parse(response);
|
|
@@ -1218,22 +1221,22 @@ class DocumentReader {
|
|
|
1218
1221
|
|
|
1219
1222
|
async _getProcessParams() {
|
|
1220
1223
|
const response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("getProcessParams", []);
|
|
1221
|
-
return
|
|
1224
|
+
return _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_80__.ProcessParams.fromJson(JSON.parse(response));
|
|
1222
1225
|
}
|
|
1223
1226
|
|
|
1224
1227
|
async _getFunctionality() {
|
|
1225
1228
|
const response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("getFunctionality", []);
|
|
1226
|
-
return
|
|
1229
|
+
return _params_Functionality__WEBPACK_IMPORTED_MODULE_89__.Functionality.fromJson(JSON.parse(response));
|
|
1227
1230
|
}
|
|
1228
1231
|
|
|
1229
1232
|
async _getCustomization() {
|
|
1230
1233
|
const response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("getCustomization", []);
|
|
1231
|
-
return
|
|
1234
|
+
return _params_customization_Customization__WEBPACK_IMPORTED_MODULE_96__.Customization.fromJson(JSON.parse(response));
|
|
1232
1235
|
}
|
|
1233
1236
|
|
|
1234
1237
|
async _getRfidScenario() {
|
|
1235
1238
|
const response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("getRfidScenario", []);
|
|
1236
|
-
return
|
|
1239
|
+
return _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_100__.RFIDScenario.fromJson(JSON.parse(response));
|
|
1237
1240
|
}
|
|
1238
1241
|
|
|
1239
1242
|
async _getLicense() {
|
|
@@ -1260,7 +1263,7 @@ class DocumentReader {
|
|
|
1260
1263
|
}
|
|
1261
1264
|
|
|
1262
1265
|
_setRfidSessionStatus(status) {
|
|
1263
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setRfidSessionStatus", [status]);
|
|
1266
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setRfidSessionStatus", [status]);
|
|
1264
1267
|
}
|
|
1265
1268
|
|
|
1266
1269
|
async _getTag() {
|
|
@@ -1268,7 +1271,7 @@ class DocumentReader {
|
|
|
1268
1271
|
}
|
|
1269
1272
|
|
|
1270
1273
|
_setTag(tag) {
|
|
1271
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setTag", [tag]);
|
|
1274
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setTag", [tag]);
|
|
1272
1275
|
}
|
|
1273
1276
|
|
|
1274
1277
|
async _getTenant() {
|
|
@@ -1276,7 +1279,7 @@ class DocumentReader {
|
|
|
1276
1279
|
}
|
|
1277
1280
|
|
|
1278
1281
|
_setTenant(tenant) {
|
|
1279
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setTenant", [tenant]);
|
|
1282
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setTenant", [tenant]);
|
|
1280
1283
|
}
|
|
1281
1284
|
|
|
1282
1285
|
async _getEnv() {
|
|
@@ -1284,7 +1287,7 @@ class DocumentReader {
|
|
|
1284
1287
|
}
|
|
1285
1288
|
|
|
1286
1289
|
_setEnv(env) {
|
|
1287
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setEnv", [env]);
|
|
1290
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setEnv", [env]);
|
|
1288
1291
|
}
|
|
1289
1292
|
|
|
1290
1293
|
async _getLocale() {
|
|
@@ -1292,11 +1295,11 @@ class DocumentReader {
|
|
|
1292
1295
|
}
|
|
1293
1296
|
|
|
1294
1297
|
_setLocale(locale) {
|
|
1295
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setLocale", [locale]);
|
|
1298
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setLocale", [locale]);
|
|
1296
1299
|
}
|
|
1297
1300
|
|
|
1298
1301
|
_setLocalizationDictionary(dictionary) {
|
|
1299
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setLocalizationDictionary", [dictionary]);
|
|
1302
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setLocalizationDictionary", [dictionary]);
|
|
1300
1303
|
}
|
|
1301
1304
|
}
|
|
1302
1305
|
|
|
@@ -4342,6 +4345,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4342
4345
|
/* harmony export */ });
|
|
4343
4346
|
/* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../index */ "./src/index.js");
|
|
4344
4347
|
/* harmony import */ var _LivenessParams__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./LivenessParams */ "./src/params/process_params/LivenessParams.js");
|
|
4348
|
+
/* harmony import */ var _AuthenticityPropertiesParams__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./AuthenticityPropertiesParams */ "./src/params/process_params/AuthenticityPropertiesParams.js");
|
|
4349
|
+
|
|
4345
4350
|
|
|
4346
4351
|
|
|
4347
4352
|
|
|
@@ -4440,6 +4445,16 @@ class AuthenticityParams {
|
|
|
4440
4445
|
this._set({ "checkSecurityText": val });
|
|
4441
4446
|
}
|
|
4442
4447
|
|
|
4448
|
+
get checkProperties() { return this._checkProperties; }
|
|
4449
|
+
set checkProperties(val) {
|
|
4450
|
+
this._checkProperties = val;
|
|
4451
|
+
this._set({ "checkProperties": val });
|
|
4452
|
+
}
|
|
4453
|
+
|
|
4454
|
+
_propertiesParams = new _AuthenticityPropertiesParams__WEBPACK_IMPORTED_MODULE_2__.AuthenticityPropertiesParams();
|
|
4455
|
+
get propertiesParams() { return this._propertiesParams; }
|
|
4456
|
+
set propertiesParams(val) { (this._propertiesParams = val)._apply(); }
|
|
4457
|
+
|
|
4443
4458
|
static fromJson(jsonObject) {
|
|
4444
4459
|
if (jsonObject == null) return new AuthenticityParams();
|
|
4445
4460
|
|
|
@@ -4461,6 +4476,8 @@ class AuthenticityParams {
|
|
|
4461
4476
|
result._checkPhotoComparison = jsonObject["checkPhotoComparison"];
|
|
4462
4477
|
result._checkLetterScreen = jsonObject["checkLetterScreen"];
|
|
4463
4478
|
result._checkSecurityText = jsonObject["checkSecurityText"];
|
|
4479
|
+
result._checkProperties = jsonObject["checkProperties"];
|
|
4480
|
+
result._propertiesParams = _AuthenticityPropertiesParams__WEBPACK_IMPORTED_MODULE_2__.AuthenticityPropertiesParams.fromJson(jsonObject["propertiesParams"]);
|
|
4464
4481
|
|
|
4465
4482
|
return result;
|
|
4466
4483
|
}
|
|
@@ -4490,6 +4507,54 @@ class AuthenticityParams {
|
|
|
4490
4507
|
"checkPhotoComparison": this.checkPhotoComparison,
|
|
4491
4508
|
"checkLetterScreen": this.checkLetterScreen,
|
|
4492
4509
|
"checkSecurityText": this.checkSecurityText,
|
|
4510
|
+
"checkProperties": this.checkProperties,
|
|
4511
|
+
"propertiesParams": this.propertiesParams?.toJson(),
|
|
4512
|
+
}
|
|
4513
|
+
}
|
|
4514
|
+
}
|
|
4515
|
+
|
|
4516
|
+
|
|
4517
|
+
/***/ },
|
|
4518
|
+
|
|
4519
|
+
/***/ "./src/params/process_params/AuthenticityPropertiesParams.js"
|
|
4520
|
+
/*!*******************************************************************!*\
|
|
4521
|
+
!*** ./src/params/process_params/AuthenticityPropertiesParams.js ***!
|
|
4522
|
+
\*******************************************************************/
|
|
4523
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4524
|
+
|
|
4525
|
+
__webpack_require__.r(__webpack_exports__);
|
|
4526
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4527
|
+
/* harmony export */ AuthenticityPropertiesParams: () => (/* binding */ AuthenticityPropertiesParams)
|
|
4528
|
+
/* harmony export */ });
|
|
4529
|
+
/* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../index */ "./src/index.js");
|
|
4530
|
+
|
|
4531
|
+
|
|
4532
|
+
class AuthenticityPropertiesParams {
|
|
4533
|
+
get checkHoldersSignature() { return this._checkHoldersSignature; }
|
|
4534
|
+
set checkHoldersSignature(val) {
|
|
4535
|
+
this._checkHoldersSignature = val;
|
|
4536
|
+
this._set({ "checkHoldersSignature": val });
|
|
4537
|
+
}
|
|
4538
|
+
|
|
4539
|
+
static fromJson(jsonObject) {
|
|
4540
|
+
if (jsonObject == null) return new AuthenticityPropertiesParams();
|
|
4541
|
+
|
|
4542
|
+
const result = new AuthenticityPropertiesParams();
|
|
4543
|
+
result._checkHoldersSignature = jsonObject["checkHoldersSignature"];
|
|
4544
|
+
|
|
4545
|
+
return result;
|
|
4546
|
+
}
|
|
4547
|
+
|
|
4548
|
+
_apply() { this._set(this); }
|
|
4549
|
+
_set(json) {
|
|
4550
|
+
const parentJson = { "propertiesParams": json };
|
|
4551
|
+
var parent = _index__WEBPACK_IMPORTED_MODULE_0__.DocumentReader.instance.processParams.authenticityParams;
|
|
4552
|
+
if (this === parent.propertiesParams) parent._set(parentJson);
|
|
4553
|
+
}
|
|
4554
|
+
|
|
4555
|
+
toJson() {
|
|
4556
|
+
return {
|
|
4557
|
+
"checkHoldersSignature": this.checkHoldersSignature,
|
|
4493
4558
|
}
|
|
4494
4559
|
}
|
|
4495
4560
|
}
|
|
@@ -4608,6 +4673,7 @@ class FaceApiParams {
|
|
|
4608
4673
|
proxy
|
|
4609
4674
|
proxyPassword
|
|
4610
4675
|
proxyType
|
|
4676
|
+
livenessTransactionId
|
|
4611
4677
|
|
|
4612
4678
|
constructor(options) {
|
|
4613
4679
|
this.url = options?.url ?? "https://faceapi.regulaforensics.com";
|
|
@@ -4618,6 +4684,7 @@ class FaceApiParams {
|
|
|
4618
4684
|
this.proxy = options?.proxy;
|
|
4619
4685
|
this.proxyPassword = options?.proxyPassword;
|
|
4620
4686
|
this.proxyType = options?.proxyType;
|
|
4687
|
+
this.livenessTransactionId = options?.livenessTransactionId;
|
|
4621
4688
|
}
|
|
4622
4689
|
|
|
4623
4690
|
static fromJson(jsonObject) {
|
|
@@ -4631,7 +4698,8 @@ class FaceApiParams {
|
|
|
4631
4698
|
serviceTimeout: jsonObject["serviceTimeout"],
|
|
4632
4699
|
proxy: jsonObject["proxy"],
|
|
4633
4700
|
proxyPassword: jsonObject["proxyPassword"],
|
|
4634
|
-
proxyType: jsonObject["proxyType"]
|
|
4701
|
+
proxyType: jsonObject["proxyType"],
|
|
4702
|
+
livenessTransactionId: jsonObject["livenessTransactionId"],
|
|
4635
4703
|
});
|
|
4636
4704
|
}
|
|
4637
4705
|
|
|
@@ -4645,6 +4713,7 @@ class FaceApiParams {
|
|
|
4645
4713
|
"proxy": this.proxy,
|
|
4646
4714
|
"proxyPassword": this.proxyPassword,
|
|
4647
4715
|
"proxyType": this.proxyType,
|
|
4716
|
+
"livenessTransactionId": this.livenessTransactionId,
|
|
4648
4717
|
}
|
|
4649
4718
|
}
|
|
4650
4719
|
}
|
|
@@ -7819,7 +7888,8 @@ const Authenticity = {
|
|
|
7819
7888
|
LIVENESS: 2097152,
|
|
7820
7889
|
OCR: 4194304,
|
|
7821
7890
|
MRZ: 8388608,
|
|
7822
|
-
|
|
7891
|
+
PROPERT: 33554432,
|
|
7892
|
+
STATUS_ONLY: 2147483648,
|
|
7823
7893
|
}
|
|
7824
7894
|
|
|
7825
7895
|
|
|
@@ -8124,7 +8194,10 @@ const CheckDiagnose = {
|
|
|
8124
8194
|
ICAO_IDB_SIGNATURE_MUST_BE_PRESENT: 246,
|
|
8125
8195
|
ICAO_IDB_SIGNATURE_MUST_NOT_BE_PRESENT: 247,
|
|
8126
8196
|
ICAO_IDB_CERTIFICATE_MUST_NOT_BE_PRESENT: 248,
|
|
8127
|
-
INCORRECT_OBJECT_COLOR: 250
|
|
8197
|
+
INCORRECT_OBJECT_COLOR: 250,
|
|
8198
|
+
PROPERTY_NO_SIGNATURE: 260,
|
|
8199
|
+
PROPERTY_TEXT_AS_SIGNATURE: 261,
|
|
8200
|
+
PROPERTY_FINGERPRINT_AS_SIGNATURE: 262,
|
|
8128
8201
|
}
|
|
8129
8202
|
|
|
8130
8203
|
|
|
@@ -8204,6 +8277,7 @@ const SecurityFeatureType = {
|
|
|
8204
8277
|
PORTRAIT_COMPARISON_BARCODEVSGHOST: 59,
|
|
8205
8278
|
PORTRAIT_COMPARISON_GHOSTVSLIVE: 60,
|
|
8206
8279
|
PORTRAIT_COMPARISON_EXTVSGHOST: 61,
|
|
8280
|
+
SIGNATURE_PRESENCE: 62,
|
|
8207
8281
|
}
|
|
8208
8282
|
|
|
8209
8283
|
|
|
@@ -11325,7 +11399,9 @@ const FieldType = {
|
|
|
11325
11399
|
JURISDICTION_SPECIFIC_DATA: 703,
|
|
11326
11400
|
DATA_DATE_OF_EXPIRY: 704,
|
|
11327
11401
|
CONSUL: 705,
|
|
11328
|
-
|
|
11402
|
+
DLCLASSCODE_B3_FROM: 706,
|
|
11403
|
+
DLCLASSCODE_B3_TO: 707,
|
|
11404
|
+
DLCLASSCODE_B3_NOTES: 708,
|
|
11329
11405
|
}
|
|
11330
11406
|
|
|
11331
11407
|
FieldType.getTranslation = async function (value) {
|