@regulaforensics/document-reader 8.4.400-beta → 8.4.442
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/README.md +1 -1
- package/RNDocumentReader.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/android/src/main/java/com/regula/plugin/documentreader/Config.kt +3 -31
- package/android/src/main/java/com/regula/plugin/documentreader/JSONConstructor.kt +0 -27
- package/android/src/main/java/com/regula/plugin/documentreader/Main.kt +4 -24
- package/examples/capacitor/package-lock.json +9 -9
- package/examples/capacitor/package.json +3 -3
- package/examples/ionic/package-lock.json +14 -14
- package/examples/ionic/package.json +3 -3
- package/examples/react_native/package-lock.json +34 -34
- package/examples/react_native/package.json +3 -3
- package/ios/RGLWConfig.m +2 -30
- package/ios/RGLWJSONConstructor.h +0 -1
- package/ios/RGLWJSONConstructor.m +0 -18
- package/ios/RGLWMain.m +0 -46
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/json.tsx +1 -29
- package/test/package-lock.json +1 -1
- package/test/test.tsx +2 -3
- package/www/capacitor/index.js +4 -5
- package/www/capacitor/params/process_params/AuthenticityParams.js +1 -44
- package/www/capacitor/params/process_params/LivenessParams.js +0 -36
- package/www/capacitor/params/process_params/ProcessParams.js +10 -30
- package/www/cordova.js +100 -287
- package/www/react-native/index.js +4 -5
- package/www/react-native/params/process_params/AuthenticityParams.js +1 -44
- package/www/react-native/params/process_params/LivenessParams.js +0 -36
- package/www/react-native/params/process_params/ProcessParams.js +10 -30
- package/www/types/index.d.ts +5 -6
- package/www/types/params/process_params/AuthenticityParams.d.ts +0 -25
- package/www/types/params/process_params/LivenessParams.d.ts +0 -18
- package/www/types/params/process_params/ProcessParams.d.ts +5 -11
- package/www/capacitor/params/process_params/FilterObject.js +0 -60
- package/www/react-native/params/process_params/FilterObject.js +0 -60
- package/www/types/params/process_params/FilterObject.d.ts +0 -32
package/www/cordova.js
CHANGED
|
@@ -413,23 +413,22 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
413
413
|
/* harmony export */ Attribute: () => (/* reexport safe */ _results_rfid_Attribute__WEBPACK_IMPORTED_MODULE_57__.Attribute),
|
|
414
414
|
/* harmony export */ Authenticity: () => (/* reexport safe */ _results_authenticity_Authenticity__WEBPACK_IMPORTED_MODULE_41__.Authenticity),
|
|
415
415
|
/* harmony export */ AuthenticityCheck: () => (/* reexport safe */ _results_authenticity_AuthenticityCheck__WEBPACK_IMPORTED_MODULE_39__.AuthenticityCheck),
|
|
416
|
-
/* harmony export */ AuthenticityCheckType: () => (/* reexport safe */ _params_process_params_AuthenticityParams__WEBPACK_IMPORTED_MODULE_81__.AuthenticityCheckType),
|
|
417
416
|
/* harmony export */ AuthenticityElement: () => (/* reexport safe */ _results_authenticity_AuthenticityElement__WEBPACK_IMPORTED_MODULE_37__.AuthenticityElement),
|
|
418
|
-
/* harmony export */ AuthenticityParams: () => (/* reexport safe */
|
|
417
|
+
/* harmony export */ AuthenticityParams: () => (/* reexport safe */ _params_process_params_AuthenticityParams__WEBPACK_IMPORTED_MODULE_80__.AuthenticityParams),
|
|
419
418
|
/* harmony export */ AuthenticityResult: () => (/* reexport safe */ _results_authenticity_AuthenticityResult__WEBPACK_IMPORTED_MODULE_38__.AuthenticityResult),
|
|
420
419
|
/* harmony export */ Authority: () => (/* reexport safe */ _results_rfid_Authority__WEBPACK_IMPORTED_MODULE_61__.Authority),
|
|
421
|
-
/* harmony export */ BackendProcessingConfig: () => (/* reexport safe */
|
|
420
|
+
/* harmony export */ BackendProcessingConfig: () => (/* reexport safe */ _params_process_params_BackendProcessingConfig__WEBPACK_IMPORTED_MODULE_81__.BackendProcessingConfig),
|
|
422
421
|
/* harmony export */ BarcodeField: () => (/* reexport safe */ _results_barcode_BarcodeField__WEBPACK_IMPORTED_MODULE_46__.BarcodeField),
|
|
423
422
|
/* harmony export */ BarcodeResult: () => (/* reexport safe */ _results_barcode_BarcodeResult__WEBPACK_IMPORTED_MODULE_45__.BarcodeResult),
|
|
424
423
|
/* harmony export */ BarcodeStatus: () => (/* reexport safe */ _results_barcode_BarcodeStatus__WEBPACK_IMPORTED_MODULE_43__.BarcodeStatus),
|
|
425
424
|
/* harmony export */ BarcodeType: () => (/* reexport safe */ _results_barcode_BarcodeType__WEBPACK_IMPORTED_MODULE_44__.BarcodeType),
|
|
426
425
|
/* harmony export */ BytesData: () => (/* reexport safe */ _results_visible_digital_seals_BytesData__WEBPACK_IMPORTED_MODULE_52__.BytesData),
|
|
427
|
-
/* harmony export */ CameraMode: () => (/* reexport safe */
|
|
428
|
-
/* harmony export */ CameraPosition: () => (/* reexport safe */
|
|
429
|
-
/* harmony export */ CameraSize: () => (/* reexport safe */
|
|
430
|
-
/* harmony export */ Cap: () => (/* reexport safe */
|
|
431
|
-
/* harmony export */ CaptureMode: () => (/* reexport safe */
|
|
432
|
-
/* harmony export */ CaptureSessionPreset: () => (/* reexport safe */
|
|
426
|
+
/* harmony export */ CameraMode: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_83__.CameraMode),
|
|
427
|
+
/* harmony export */ CameraPosition: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_83__.CameraPosition),
|
|
428
|
+
/* harmony export */ CameraSize: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_83__.CameraSize),
|
|
429
|
+
/* harmony export */ Cap: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_87__.Cap),
|
|
430
|
+
/* harmony export */ CaptureMode: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_83__.CaptureMode),
|
|
431
|
+
/* harmony export */ CaptureSessionPreset: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_83__.CaptureSessionPreset),
|
|
433
432
|
/* harmony export */ CardProperties: () => (/* reexport safe */ _results_rfid_CardProperties__WEBPACK_IMPORTED_MODULE_55__.CardProperties),
|
|
434
433
|
/* harmony export */ CertificateChain: () => (/* reexport safe */ _results_rfid_CertificateChain__WEBPACK_IMPORTED_MODULE_60__.CertificateChain),
|
|
435
434
|
/* harmony export */ CertificateData: () => (/* reexport safe */ _results_rfid_CertificateData__WEBPACK_IMPORTED_MODULE_66__.CertificateData),
|
|
@@ -437,17 +436,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
437
436
|
/* harmony export */ CheckResult: () => (/* reexport safe */ _results_status_CheckResult__WEBPACK_IMPORTED_MODULE_34__.CheckResult),
|
|
438
437
|
/* harmony export */ Comparison: () => (/* reexport safe */ _results_visual_results_Comparison__WEBPACK_IMPORTED_MODULE_18__.Comparison),
|
|
439
438
|
/* harmony export */ Coordinate: () => (/* reexport safe */ _results_Position__WEBPACK_IMPORTED_MODULE_31__.Coordinate),
|
|
440
|
-
/* harmony export */ CustomButtonTag: () => (/* reexport safe */
|
|
441
|
-
/* harmony export */ Customization: () => (/* reexport safe */
|
|
442
|
-
/* harmony export */ CustomizationColors: () => (/* reexport safe */
|
|
443
|
-
/* harmony export */ CustomizationFonts: () => (/* reexport safe */
|
|
444
|
-
/* harmony export */ CustomizationImages: () => (/* reexport safe */
|
|
445
|
-
/* harmony export */ DTCDataGroup: () => (/* reexport safe */
|
|
439
|
+
/* harmony export */ CustomButtonTag: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_87__.CustomButtonTag),
|
|
440
|
+
/* harmony export */ Customization: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_87__.Customization),
|
|
441
|
+
/* harmony export */ CustomizationColors: () => (/* reexport safe */ _params_customization_CustomizationColors__WEBPACK_IMPORTED_MODULE_88__.CustomizationColors),
|
|
442
|
+
/* harmony export */ CustomizationFonts: () => (/* reexport safe */ _params_customization_CustomizationFonts__WEBPACK_IMPORTED_MODULE_84__.CustomizationFonts),
|
|
443
|
+
/* harmony export */ CustomizationImages: () => (/* reexport safe */ _params_customization_CustomizationImages__WEBPACK_IMPORTED_MODULE_85__.CustomizationImages),
|
|
444
|
+
/* harmony export */ DTCDataGroup: () => (/* reexport safe */ _params_rfid_scenario_DTCDataGroup__WEBPACK_IMPORTED_MODULE_91__.DTCDataGroup),
|
|
446
445
|
/* harmony export */ DataField: () => (/* reexport safe */ _results_rfid_DataField__WEBPACK_IMPORTED_MODULE_56__.DataField),
|
|
447
446
|
/* harmony export */ DocFormat: () => (/* reexport safe */ _results_DocumentType__WEBPACK_IMPORTED_MODULE_28__.DocFormat),
|
|
448
447
|
/* harmony export */ DocReaderAction: () => (/* binding */ DocReaderAction),
|
|
449
448
|
/* harmony export */ DocReaderException: () => (/* reexport safe */ _info_DocReaderException__WEBPACK_IMPORTED_MODULE_8__.DocReaderException),
|
|
450
|
-
/* harmony export */ DocReaderFrame: () => (/* reexport safe */
|
|
449
|
+
/* harmony export */ DocReaderFrame: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_83__.DocReaderFrame),
|
|
451
450
|
/* harmony export */ DocReaderOrientation: () => (/* reexport safe */ _info_DocReaderScenario__WEBPACK_IMPORTED_MODULE_11__.DocReaderOrientation),
|
|
452
451
|
/* harmony export */ DocReaderScenario: () => (/* reexport safe */ _info_DocReaderScenario__WEBPACK_IMPORTED_MODULE_11__.DocReaderScenario),
|
|
453
452
|
/* harmony export */ DocReaderVersion: () => (/* reexport safe */ _info_DocReaderVersion__WEBPACK_IMPORTED_MODULE_6__.DocReaderVersion),
|
|
@@ -455,30 +454,27 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
455
454
|
/* harmony export */ DocumentType: () => (/* reexport safe */ _results_DocumentType__WEBPACK_IMPORTED_MODULE_28__.DocumentType),
|
|
456
455
|
/* harmony export */ DocumentTypeEnum: () => (/* reexport safe */ _results_DocumentType__WEBPACK_IMPORTED_MODULE_28__.DocType),
|
|
457
456
|
/* harmony export */ DocumentsDatabase: () => (/* reexport safe */ _info_DocumentsDatabase__WEBPACK_IMPORTED_MODULE_9__.DocumentsDatabase),
|
|
458
|
-
/* harmony export */ EDLDataGroups: () => (/* reexport safe */
|
|
459
|
-
/* harmony export */ EIDDataGroups: () => (/* reexport safe */
|
|
460
|
-
/* harmony export */ EPassportDataGroups: () => (/* reexport safe */
|
|
457
|
+
/* harmony export */ EDLDataGroups: () => (/* reexport safe */ _params_rfid_scenario_EDLDataGroups__WEBPACK_IMPORTED_MODULE_93__.EDLDataGroups),
|
|
458
|
+
/* harmony export */ EIDDataGroups: () => (/* reexport safe */ _params_rfid_scenario_EIDDataGroups__WEBPACK_IMPORTED_MODULE_90__.EIDDataGroups),
|
|
459
|
+
/* harmony export */ EPassportDataGroups: () => (/* reexport safe */ _params_rfid_scenario_EPassportDataGroups__WEBPACK_IMPORTED_MODULE_89__.EPassportDataGroups),
|
|
461
460
|
/* harmony export */ ErrorCodes: () => (/* reexport safe */ _info_DocReaderException__WEBPACK_IMPORTED_MODULE_8__.ErrorCodes),
|
|
462
461
|
/* harmony export */ Extension: () => (/* reexport safe */ _results_rfid_Extension__WEBPACK_IMPORTED_MODULE_72__.Extension),
|
|
463
|
-
/* harmony export */ FaceApiParams: () => (/* reexport safe */
|
|
464
|
-
/* harmony export */ FaceApiSearchParams: () => (/* reexport safe */
|
|
462
|
+
/* harmony export */ FaceApiParams: () => (/* reexport safe */ _params_process_params_FaceApiParams__WEBPACK_IMPORTED_MODULE_77__.FaceApiParams),
|
|
463
|
+
/* harmony export */ FaceApiSearchParams: () => (/* reexport safe */ _params_process_params_FaceApiSearchParams__WEBPACK_IMPORTED_MODULE_82__.FaceApiSearchParams),
|
|
465
464
|
/* harmony export */ FieldType: () => (/* reexport safe */ _results_visual_results_FieldType__WEBPACK_IMPORTED_MODULE_22__.FieldType),
|
|
466
465
|
/* harmony export */ File: () => (/* reexport safe */ _results_rfid_File__WEBPACK_IMPORTED_MODULE_62__.File),
|
|
467
466
|
/* harmony export */ FileData: () => (/* reexport safe */ _results_rfid_FileData__WEBPACK_IMPORTED_MODULE_67__.FileData),
|
|
468
|
-
/* harmony export */
|
|
469
|
-
/* harmony export */
|
|
470
|
-
/* harmony export */
|
|
471
|
-
/* harmony export */
|
|
472
|
-
/* harmony export */
|
|
473
|
-
/* harmony export */ FrameShapeType: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_88__.FrameShapeType),
|
|
474
|
-
/* harmony export */ Functionality: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_84__.Functionality),
|
|
475
|
-
/* harmony export */ GlaresCheckParams: () => (/* reexport safe */ _params_process_params_GlaresCheckParams__WEBPACK_IMPORTED_MODULE_77__.GlaresCheckParams),
|
|
467
|
+
/* harmony export */ Font: () => (/* reexport safe */ _params_customization_Font__WEBPACK_IMPORTED_MODULE_86__.Font),
|
|
468
|
+
/* harmony export */ FontStyle: () => (/* reexport safe */ _params_customization_Font__WEBPACK_IMPORTED_MODULE_86__.FontStyle),
|
|
469
|
+
/* harmony export */ FrameShapeType: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_87__.FrameShapeType),
|
|
470
|
+
/* harmony export */ Functionality: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_83__.Functionality),
|
|
471
|
+
/* harmony export */ GlaresCheckParams: () => (/* reexport safe */ _params_process_params_GlaresCheckParams__WEBPACK_IMPORTED_MODULE_76__.GlaresCheckParams),
|
|
476
472
|
/* harmony export */ GraphicField: () => (/* reexport safe */ _results_visual_results_GraphicField__WEBPACK_IMPORTED_MODULE_23__.GraphicField),
|
|
477
473
|
/* harmony export */ GraphicFieldType: () => (/* reexport safe */ _results_visual_results_GraphicFieldType__WEBPACK_IMPORTED_MODULE_14__.GraphicFieldType),
|
|
478
474
|
/* harmony export */ GraphicResult: () => (/* reexport safe */ _results_visual_results_GraphicResult__WEBPACK_IMPORTED_MODULE_27__.GraphicResult),
|
|
479
475
|
/* harmony export */ ImageFormat: () => (/* reexport safe */ _config_OnlineProcessingConfig__WEBPACK_IMPORTED_MODULE_1__.ImageFormat),
|
|
480
476
|
/* harmony export */ ImageInputData: () => (/* reexport safe */ _config_RecognizeConfig__WEBPACK_IMPORTED_MODULE_5__.ImageInputData),
|
|
481
|
-
/* harmony export */ ImageQA: () => (/* reexport safe */
|
|
477
|
+
/* harmony export */ ImageQA: () => (/* reexport safe */ _params_process_params_ImageQA__WEBPACK_IMPORTED_MODULE_79__.ImageQA),
|
|
482
478
|
/* harmony export */ ImageQuality: () => (/* reexport safe */ _results_image_quality_ImageQuality__WEBPACK_IMPORTED_MODULE_47__.ImageQuality),
|
|
483
479
|
/* harmony export */ ImageQualityCheckType: () => (/* reexport safe */ _results_image_quality_ImageQualityCheckType__WEBPACK_IMPORTED_MODULE_49__.ImageQualityCheckType),
|
|
484
480
|
/* harmony export */ ImageQualityGroup: () => (/* reexport safe */ _results_image_quality_ImageQualityGroup__WEBPACK_IMPORTED_MODULE_48__.ImageQualityGroup),
|
|
@@ -488,43 +484,42 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
488
484
|
/* harmony export */ LDSParsingNotificationCodes: () => (/* reexport safe */ _results_visible_digital_seals_LDSParsingNotificationCodes__WEBPACK_IMPORTED_MODULE_53__.LDSParsingNotificationCodes),
|
|
489
485
|
/* harmony export */ License: () => (/* reexport safe */ _info_License__WEBPACK_IMPORTED_MODULE_10__.License),
|
|
490
486
|
/* harmony export */ Lights: () => (/* reexport safe */ _results_visual_results_Lights__WEBPACK_IMPORTED_MODULE_20__.Lights),
|
|
491
|
-
/* harmony export */
|
|
492
|
-
/* harmony export */
|
|
493
|
-
/* harmony export */
|
|
494
|
-
/* harmony export */
|
|
495
|
-
/* harmony export */
|
|
496
|
-
/* harmony export */ MrzDetectionModes: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_76__.MrzDetectionModes),
|
|
487
|
+
/* harmony export */ LivenessParams: () => (/* reexport safe */ _params_process_params_LivenessParams__WEBPACK_IMPORTED_MODULE_74__.LivenessParams),
|
|
488
|
+
/* harmony export */ LogLevel: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_75__.LogLevel),
|
|
489
|
+
/* harmony export */ MRZFormat: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_75__.MRZFormat),
|
|
490
|
+
/* harmony export */ MeasureSystem: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_75__.MeasureSystem),
|
|
491
|
+
/* harmony export */ MrzDetectionModes: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_75__.MrzDetectionModes),
|
|
497
492
|
/* harmony export */ OnlineMode: () => (/* reexport safe */ _config_OnlineProcessingConfig__WEBPACK_IMPORTED_MODULE_1__.OnlineMode),
|
|
498
493
|
/* harmony export */ OnlineProcessingConfig: () => (/* reexport safe */ _config_OnlineProcessingConfig__WEBPACK_IMPORTED_MODULE_1__.OnlineProcessingConfig),
|
|
499
494
|
/* harmony export */ OpticalStatus: () => (/* reexport safe */ _results_status_OpticalStatus__WEBPACK_IMPORTED_MODULE_35__.OpticalStatus),
|
|
500
|
-
/* harmony export */ PAAttribute: () => (/* reexport safe */
|
|
501
|
-
/* harmony export */ PAResourcesIssuer: () => (/* reexport safe */
|
|
495
|
+
/* harmony export */ PAAttribute: () => (/* reexport safe */ _rfid_PAAttribute__WEBPACK_IMPORTED_MODULE_98__.PAAttribute),
|
|
496
|
+
/* harmony export */ PAResourcesIssuer: () => (/* reexport safe */ _rfid_PAResourcesIssuer__WEBPACK_IMPORTED_MODULE_94__.PAResourcesIssuer),
|
|
502
497
|
/* harmony export */ PDF417Info: () => (/* reexport safe */ _results_barcode_PDF417Info__WEBPACK_IMPORTED_MODULE_42__.PDF417Info),
|
|
503
|
-
/* harmony export */ PKDCertificate: () => (/* reexport safe */
|
|
504
|
-
/* harmony export */ PKDResourceType: () => (/* reexport safe */
|
|
498
|
+
/* harmony export */ PKDCertificate: () => (/* reexport safe */ _rfid_PKDCertificate__WEBPACK_IMPORTED_MODULE_100__.PKDCertificate),
|
|
499
|
+
/* harmony export */ PKDResourceType: () => (/* reexport safe */ _rfid_PKDCertificate__WEBPACK_IMPORTED_MODULE_100__.PKDResourceType),
|
|
505
500
|
/* harmony export */ Position: () => (/* reexport safe */ _results_Position__WEBPACK_IMPORTED_MODULE_31__.Position),
|
|
506
501
|
/* harmony export */ PrepareProgress: () => (/* reexport safe */ _info_PrepareProgress__WEBPACK_IMPORTED_MODULE_7__.PrepareProgress),
|
|
507
|
-
/* harmony export */ ProcessParams: () => (/* reexport safe */
|
|
502
|
+
/* harmony export */ ProcessParams: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_75__.ProcessParams),
|
|
508
503
|
/* harmony export */ ProcessingFinishedStatus: () => (/* reexport safe */ _results_Results__WEBPACK_IMPORTED_MODULE_29__.ProcessingFinishedStatus),
|
|
509
504
|
/* harmony export */ RFIDAccessControlProcedureType: () => (/* reexport safe */ _results_rfid_RFIDAccessControlProcedureType__WEBPACK_IMPORTED_MODULE_71__.RFIDAccessControlProcedureType),
|
|
510
505
|
/* harmony export */ RFIDApplicationType: () => (/* reexport safe */ _results_rfid_Application__WEBPACK_IMPORTED_MODULE_70__.RFIDApplicationType),
|
|
511
|
-
/* harmony export */ RFIDAuthenticationProcedureType: () => (/* reexport safe */
|
|
506
|
+
/* harmony export */ RFIDAuthenticationProcedureType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.RFIDAuthenticationProcedureType),
|
|
512
507
|
/* harmony export */ RFIDCertificateType: () => (/* reexport safe */ _results_rfid_RFIDCertificateType__WEBPACK_IMPORTED_MODULE_68__.RFIDCertificateType),
|
|
513
508
|
/* harmony export */ RFIDConfig: () => (/* reexport safe */ _config_RFIDConfig__WEBPACK_IMPORTED_MODULE_3__.RFIDConfig),
|
|
514
509
|
/* harmony export */ RFIDDataFileType: () => (/* reexport safe */ _results_rfid_RFIDDataFileType__WEBPACK_IMPORTED_MODULE_65__.RFIDDataFileType),
|
|
515
|
-
/* harmony export */ RFIDErrorCodes: () => (/* reexport safe */
|
|
510
|
+
/* harmony export */ RFIDErrorCodes: () => (/* reexport safe */ _rfid_RFIDErrorCodes__WEBPACK_IMPORTED_MODULE_95__.RFIDErrorCodes),
|
|
516
511
|
/* harmony export */ RFIDException: () => (/* reexport safe */ _info_RFIDException__WEBPACK_IMPORTED_MODULE_12__.RFIDException),
|
|
517
|
-
/* harmony export */ RFIDNotification: () => (/* reexport safe */
|
|
518
|
-
/* harmony export */ RFIDNotificationCodes: () => (/* reexport safe */
|
|
512
|
+
/* harmony export */ RFIDNotification: () => (/* reexport safe */ _rfid_RFIDNotification__WEBPACK_IMPORTED_MODULE_97__.RFIDNotification),
|
|
513
|
+
/* harmony export */ RFIDNotificationCodes: () => (/* reexport safe */ _rfid_RFIDNotification__WEBPACK_IMPORTED_MODULE_97__.RFIDNotificationCodes),
|
|
519
514
|
/* harmony export */ RFIDOrigin: () => (/* reexport safe */ _results_visual_results_RFIDOrigin__WEBPACK_IMPORTED_MODULE_24__.RFIDOrigin),
|
|
520
|
-
/* harmony export */ RFIDParams: () => (/* reexport safe */
|
|
521
|
-
/* harmony export */ RFIDPasswordType: () => (/* reexport safe */
|
|
522
|
-
/* harmony export */ RFIDReadingBufferSize: () => (/* reexport safe */
|
|
523
|
-
/* harmony export */ RFIDSDKProfilerType: () => (/* reexport safe */
|
|
524
|
-
/* harmony export */ RFIDScenario: () => (/* reexport safe */
|
|
515
|
+
/* harmony export */ RFIDParams: () => (/* reexport safe */ _params_process_params_RFIDParams__WEBPACK_IMPORTED_MODULE_78__.RFIDParams),
|
|
516
|
+
/* harmony export */ RFIDPasswordType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.RFIDPasswordType),
|
|
517
|
+
/* harmony export */ RFIDReadingBufferSize: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.RFIDReadingBufferSize),
|
|
518
|
+
/* harmony export */ RFIDSDKProfilerType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.RFIDSDKProfilerType),
|
|
519
|
+
/* harmony export */ RFIDScenario: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.RFIDScenario),
|
|
525
520
|
/* harmony export */ RFIDSessionData: () => (/* reexport safe */ _results_rfid_RFIDSessionData__WEBPACK_IMPORTED_MODULE_69__.RFIDSessionData),
|
|
526
521
|
/* harmony export */ RFIDStatus: () => (/* reexport safe */ _results_status_RFIDStatus__WEBPACK_IMPORTED_MODULE_32__.RFIDStatus),
|
|
527
|
-
/* harmony export */ RFIDTerminalType: () => (/* reexport safe */
|
|
522
|
+
/* harmony export */ RFIDTerminalType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.RFIDTerminalType),
|
|
528
523
|
/* harmony export */ RFIDValidity: () => (/* reexport safe */ _results_rfid_RFIDValidity__WEBPACK_IMPORTED_MODULE_64__.RFIDValidity),
|
|
529
524
|
/* harmony export */ RFIDValue: () => (/* reexport safe */ _results_rfid_RFIDValue__WEBPACK_IMPORTED_MODULE_63__.RFIDValue),
|
|
530
525
|
/* harmony export */ RecognizeConfig: () => (/* reexport safe */ _config_RecognizeConfig__WEBPACK_IMPORTED_MODULE_5__.RecognizeConfig),
|
|
@@ -537,11 +532,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
537
532
|
/* harmony export */ SecurityFeatureType: () => (/* reexport safe */ _results_authenticity_SecurityFeatureType__WEBPACK_IMPORTED_MODULE_40__.SecurityFeatureType),
|
|
538
533
|
/* harmony export */ SecurityObject: () => (/* reexport safe */ _results_rfid_SecurityObject__WEBPACK_IMPORTED_MODULE_54__.SecurityObject),
|
|
539
534
|
/* harmony export */ SecurityObjectCertificates: () => (/* reexport safe */ _results_rfid_SecurityObjectCertificates__WEBPACK_IMPORTED_MODULE_59__.SecurityObjectCertificates),
|
|
540
|
-
/* harmony export */ SignManagementAction: () => (/* reexport safe */
|
|
535
|
+
/* harmony export */ SignManagementAction: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.SignManagementAction),
|
|
541
536
|
/* harmony export */ SignerInfo: () => (/* reexport safe */ _results_rfid_SignerInfo__WEBPACK_IMPORTED_MODULE_58__.SignerInfo),
|
|
542
537
|
/* harmony export */ Symbol: () => (/* reexport safe */ _results_visual_results_Symbol__WEBPACK_IMPORTED_MODULE_17__.Symbol),
|
|
543
|
-
/* harmony export */ TAChallenge: () => (/* reexport safe */
|
|
544
|
-
/* harmony export */ TccParams: () => (/* reexport safe */
|
|
538
|
+
/* harmony export */ TAChallenge: () => (/* reexport safe */ _rfid_TAChallenge__WEBPACK_IMPORTED_MODULE_99__.TAChallenge),
|
|
539
|
+
/* harmony export */ TccParams: () => (/* reexport safe */ _rfid_TccParams__WEBPACK_IMPORTED_MODULE_96__.TccParams),
|
|
545
540
|
/* harmony export */ TextField: () => (/* reexport safe */ _results_visual_results_TextField__WEBPACK_IMPORTED_MODULE_19__.TextField),
|
|
546
541
|
/* harmony export */ TextResult: () => (/* reexport safe */ _results_visual_results_TextResult__WEBPACK_IMPORTED_MODULE_25__.TextResult),
|
|
547
542
|
/* harmony export */ TextSource: () => (/* reexport safe */ _results_visual_results_TextSource__WEBPACK_IMPORTED_MODULE_26__.TextSource),
|
|
@@ -549,7 +544,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
549
544
|
/* harmony export */ VDSNCData: () => (/* reexport safe */ _results_visible_digital_seals_VDSNCData__WEBPACK_IMPORTED_MODULE_51__.VDSNCData),
|
|
550
545
|
/* harmony export */ Validity: () => (/* reexport safe */ _results_visual_results_Validity__WEBPACK_IMPORTED_MODULE_21__.Validity),
|
|
551
546
|
/* harmony export */ Value: () => (/* reexport safe */ _results_visual_results_Value__WEBPACK_IMPORTED_MODULE_15__.Value),
|
|
552
|
-
/* harmony export */ ViewContentMode: () => (/* reexport safe */
|
|
547
|
+
/* harmony export */ ViewContentMode: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_87__.ViewContentMode)
|
|
553
548
|
/* harmony export */ });
|
|
554
549
|
/* harmony import */ var _internal_bridge__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./internal/bridge */ "./src/internal/bridge.js");
|
|
555
550
|
/* harmony import */ var _config_OnlineProcessingConfig__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./config/OnlineProcessingConfig */ "./src/config/OnlineProcessingConfig.js");
|
|
@@ -625,35 +620,33 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
625
620
|
/* harmony import */ var _results_rfid_RFIDAccessControlProcedureType__WEBPACK_IMPORTED_MODULE_71__ = __webpack_require__(/*! ./results/rfid/RFIDAccessControlProcedureType */ "./src/results/rfid/RFIDAccessControlProcedureType.js");
|
|
626
621
|
/* harmony import */ var _results_rfid_Extension__WEBPACK_IMPORTED_MODULE_72__ = __webpack_require__(/*! ./results/rfid/Extension */ "./src/results/rfid/Extension.js");
|
|
627
622
|
/* harmony import */ var _results_rfid_AccessControlProcedureType__WEBPACK_IMPORTED_MODULE_73__ = __webpack_require__(/*! ./results/rfid/AccessControlProcedureType */ "./src/results/rfid/AccessControlProcedureType.js");
|
|
628
|
-
/* harmony import */ var
|
|
629
|
-
/* harmony import */ var
|
|
630
|
-
/* harmony import */ var
|
|
631
|
-
/* harmony import */ var
|
|
632
|
-
/* harmony import */ var
|
|
633
|
-
/* harmony import */ var
|
|
634
|
-
/* harmony import */ var
|
|
635
|
-
/* harmony import */ var
|
|
636
|
-
/* harmony import */ var
|
|
637
|
-
/* harmony import */ var
|
|
638
|
-
/* harmony import */ var
|
|
639
|
-
/* harmony import */ var
|
|
640
|
-
/* harmony import */ var
|
|
641
|
-
/* harmony import */ var
|
|
642
|
-
/* harmony import */ var
|
|
643
|
-
/* harmony import */ var
|
|
644
|
-
/* harmony import */ var
|
|
645
|
-
/* harmony import */ var
|
|
646
|
-
/* harmony import */ var
|
|
647
|
-
/* harmony import */ var
|
|
648
|
-
/* harmony import */ var
|
|
649
|
-
/* harmony import */ var
|
|
650
|
-
/* harmony import */ var
|
|
651
|
-
/* harmony import */ var
|
|
652
|
-
/* harmony import */ var
|
|
653
|
-
/* harmony import */ var
|
|
654
|
-
/* harmony import */ var
|
|
655
|
-
/* harmony import */ var _rfid_PKDCertificate__WEBPACK_IMPORTED_MODULE_101__ = __webpack_require__(/*! ./rfid/PKDCertificate */ "./src/rfid/PKDCertificate.js");
|
|
656
|
-
|
|
623
|
+
/* harmony import */ var _params_process_params_LivenessParams__WEBPACK_IMPORTED_MODULE_74__ = __webpack_require__(/*! ./params/process_params/LivenessParams */ "./src/params/process_params/LivenessParams.js");
|
|
624
|
+
/* harmony import */ var _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_75__ = __webpack_require__(/*! ./params/process_params/ProcessParams */ "./src/params/process_params/ProcessParams.js");
|
|
625
|
+
/* harmony import */ var _params_process_params_GlaresCheckParams__WEBPACK_IMPORTED_MODULE_76__ = __webpack_require__(/*! ./params/process_params/GlaresCheckParams */ "./src/params/process_params/GlaresCheckParams.js");
|
|
626
|
+
/* harmony import */ var _params_process_params_FaceApiParams__WEBPACK_IMPORTED_MODULE_77__ = __webpack_require__(/*! ./params/process_params/FaceApiParams */ "./src/params/process_params/FaceApiParams.js");
|
|
627
|
+
/* harmony import */ var _params_process_params_RFIDParams__WEBPACK_IMPORTED_MODULE_78__ = __webpack_require__(/*! ./params/process_params/RFIDParams */ "./src/params/process_params/RFIDParams.js");
|
|
628
|
+
/* harmony import */ var _params_process_params_ImageQA__WEBPACK_IMPORTED_MODULE_79__ = __webpack_require__(/*! ./params/process_params/ImageQA */ "./src/params/process_params/ImageQA.js");
|
|
629
|
+
/* harmony import */ var _params_process_params_AuthenticityParams__WEBPACK_IMPORTED_MODULE_80__ = __webpack_require__(/*! ./params/process_params/AuthenticityParams */ "./src/params/process_params/AuthenticityParams.js");
|
|
630
|
+
/* harmony import */ var _params_process_params_BackendProcessingConfig__WEBPACK_IMPORTED_MODULE_81__ = __webpack_require__(/*! ./params/process_params/BackendProcessingConfig */ "./src/params/process_params/BackendProcessingConfig.js");
|
|
631
|
+
/* harmony import */ var _params_process_params_FaceApiSearchParams__WEBPACK_IMPORTED_MODULE_82__ = __webpack_require__(/*! ./params/process_params/FaceApiSearchParams */ "./src/params/process_params/FaceApiSearchParams.js");
|
|
632
|
+
/* harmony import */ var _params_Functionality__WEBPACK_IMPORTED_MODULE_83__ = __webpack_require__(/*! ./params/Functionality */ "./src/params/Functionality.js");
|
|
633
|
+
/* harmony import */ var _params_customization_CustomizationFonts__WEBPACK_IMPORTED_MODULE_84__ = __webpack_require__(/*! ./params/customization/CustomizationFonts */ "./src/params/customization/CustomizationFonts.js");
|
|
634
|
+
/* harmony import */ var _params_customization_CustomizationImages__WEBPACK_IMPORTED_MODULE_85__ = __webpack_require__(/*! ./params/customization/CustomizationImages */ "./src/params/customization/CustomizationImages.js");
|
|
635
|
+
/* harmony import */ var _params_customization_Font__WEBPACK_IMPORTED_MODULE_86__ = __webpack_require__(/*! ./params/customization/Font */ "./src/params/customization/Font.js");
|
|
636
|
+
/* harmony import */ var _params_customization_Customization__WEBPACK_IMPORTED_MODULE_87__ = __webpack_require__(/*! ./params/customization/Customization */ "./src/params/customization/Customization.js");
|
|
637
|
+
/* harmony import */ var _params_customization_CustomizationColors__WEBPACK_IMPORTED_MODULE_88__ = __webpack_require__(/*! ./params/customization/CustomizationColors */ "./src/params/customization/CustomizationColors.js");
|
|
638
|
+
/* harmony import */ var _params_rfid_scenario_EPassportDataGroups__WEBPACK_IMPORTED_MODULE_89__ = __webpack_require__(/*! ./params/rfid_scenario/EPassportDataGroups */ "./src/params/rfid_scenario/EPassportDataGroups.js");
|
|
639
|
+
/* harmony import */ var _params_rfid_scenario_EIDDataGroups__WEBPACK_IMPORTED_MODULE_90__ = __webpack_require__(/*! ./params/rfid_scenario/EIDDataGroups */ "./src/params/rfid_scenario/EIDDataGroups.js");
|
|
640
|
+
/* harmony import */ var _params_rfid_scenario_DTCDataGroup__WEBPACK_IMPORTED_MODULE_91__ = __webpack_require__(/*! ./params/rfid_scenario/DTCDataGroup */ "./src/params/rfid_scenario/DTCDataGroup.js");
|
|
641
|
+
/* harmony import */ var _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__ = __webpack_require__(/*! ./params/rfid_scenario/RFIDScenario */ "./src/params/rfid_scenario/RFIDScenario.js");
|
|
642
|
+
/* harmony import */ var _params_rfid_scenario_EDLDataGroups__WEBPACK_IMPORTED_MODULE_93__ = __webpack_require__(/*! ./params/rfid_scenario/EDLDataGroups */ "./src/params/rfid_scenario/EDLDataGroups.js");
|
|
643
|
+
/* harmony import */ var _rfid_PAResourcesIssuer__WEBPACK_IMPORTED_MODULE_94__ = __webpack_require__(/*! ./rfid/PAResourcesIssuer */ "./src/rfid/PAResourcesIssuer.js");
|
|
644
|
+
/* harmony import */ var _rfid_RFIDErrorCodes__WEBPACK_IMPORTED_MODULE_95__ = __webpack_require__(/*! ./rfid/RFIDErrorCodes */ "./src/rfid/RFIDErrorCodes.js");
|
|
645
|
+
/* harmony import */ var _rfid_TccParams__WEBPACK_IMPORTED_MODULE_96__ = __webpack_require__(/*! ./rfid/TccParams */ "./src/rfid/TccParams.js");
|
|
646
|
+
/* harmony import */ var _rfid_RFIDNotification__WEBPACK_IMPORTED_MODULE_97__ = __webpack_require__(/*! ./rfid/RFIDNotification */ "./src/rfid/RFIDNotification.js");
|
|
647
|
+
/* harmony import */ var _rfid_PAAttribute__WEBPACK_IMPORTED_MODULE_98__ = __webpack_require__(/*! ./rfid/PAAttribute */ "./src/rfid/PAAttribute.js");
|
|
648
|
+
/* harmony import */ var _rfid_TAChallenge__WEBPACK_IMPORTED_MODULE_99__ = __webpack_require__(/*! ./rfid/TAChallenge */ "./src/rfid/TAChallenge.js");
|
|
649
|
+
/* harmony import */ var _rfid_PKDCertificate__WEBPACK_IMPORTED_MODULE_100__ = __webpack_require__(/*! ./rfid/PKDCertificate */ "./src/rfid/PKDCertificate.js");
|
|
657
650
|
|
|
658
651
|
|
|
659
652
|
|
|
@@ -857,28 +850,28 @@ class DocumentReader {
|
|
|
857
850
|
}
|
|
858
851
|
|
|
859
852
|
get functionality() { return this._functionality }
|
|
860
|
-
_functionality = new
|
|
853
|
+
_functionality = new _params_Functionality__WEBPACK_IMPORTED_MODULE_83__.Functionality()
|
|
861
854
|
set functionality(val) {
|
|
862
855
|
this._functionality = val;
|
|
863
856
|
this._functionality._apply();
|
|
864
857
|
}
|
|
865
858
|
|
|
866
859
|
get processParams() { return this._processParams }
|
|
867
|
-
_processParams = new
|
|
860
|
+
_processParams = new _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_75__.ProcessParams()
|
|
868
861
|
set processParams(val) {
|
|
869
862
|
this._processParams = val;
|
|
870
863
|
this._processParams._apply();
|
|
871
864
|
}
|
|
872
865
|
|
|
873
866
|
get customization() { return this._customization }
|
|
874
|
-
_customization = new
|
|
867
|
+
_customization = new _params_customization_Customization__WEBPACK_IMPORTED_MODULE_87__.Customization()
|
|
875
868
|
set customization(val) {
|
|
876
869
|
this._customization = val;
|
|
877
870
|
this._customization._apply();
|
|
878
871
|
}
|
|
879
872
|
|
|
880
873
|
get rfidScenario() { return this._rfidScenario }
|
|
881
|
-
_rfidScenario = new
|
|
874
|
+
_rfidScenario = new _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.RFIDScenario()
|
|
882
875
|
set rfidScenario(val) {
|
|
883
876
|
this._rfidScenario = val;
|
|
884
877
|
this._rfidScenario._apply();
|
|
@@ -894,10 +887,10 @@ class DocumentReader {
|
|
|
894
887
|
|
|
895
888
|
resetConfiguration() {
|
|
896
889
|
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("resetConfiguration", []);
|
|
897
|
-
this._functionality = new
|
|
898
|
-
this._processParams = new
|
|
899
|
-
this._customization = new
|
|
900
|
-
this._rfidScenario = new
|
|
890
|
+
this._functionality = new _params_Functionality__WEBPACK_IMPORTED_MODULE_83__.Functionality();
|
|
891
|
+
this._processParams = new _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_75__.ProcessParams();
|
|
892
|
+
this._customization = new _params_customization_Customization__WEBPACK_IMPORTED_MODULE_87__.Customization();
|
|
893
|
+
this._rfidScenario = new _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.RFIDScenario();
|
|
901
894
|
}
|
|
902
895
|
|
|
903
896
|
set onCustomButtonTapped(completion) {
|
|
@@ -1051,22 +1044,22 @@ class DocumentReader {
|
|
|
1051
1044
|
|
|
1052
1045
|
async _getProcessParams() {
|
|
1053
1046
|
const response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("getProcessParams", []);
|
|
1054
|
-
return
|
|
1047
|
+
return _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_75__.ProcessParams.fromJson(JSON.parse(response));
|
|
1055
1048
|
}
|
|
1056
1049
|
|
|
1057
1050
|
async _getFunctionality() {
|
|
1058
1051
|
const response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("getFunctionality", []);
|
|
1059
|
-
return
|
|
1052
|
+
return _params_Functionality__WEBPACK_IMPORTED_MODULE_83__.Functionality.fromJson(JSON.parse(response));
|
|
1060
1053
|
}
|
|
1061
1054
|
|
|
1062
1055
|
async _getCustomization() {
|
|
1063
1056
|
const response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("getCustomization", []);
|
|
1064
|
-
return
|
|
1057
|
+
return _params_customization_Customization__WEBPACK_IMPORTED_MODULE_87__.Customization.fromJson(JSON.parse(response));
|
|
1065
1058
|
}
|
|
1066
1059
|
|
|
1067
1060
|
async _getRfidScenario() {
|
|
1068
1061
|
const response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("getRfidScenario", []);
|
|
1069
|
-
return
|
|
1062
|
+
return _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.RFIDScenario.fromJson(JSON.parse(response));
|
|
1070
1063
|
}
|
|
1071
1064
|
|
|
1072
1065
|
async _getLicense() {
|
|
@@ -3115,13 +3108,10 @@ const FontStyle = {
|
|
|
3115
3108
|
|
|
3116
3109
|
__webpack_require__.r(__webpack_exports__);
|
|
3117
3110
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3118
|
-
/* harmony export */ AuthenticityCheckType: () => (/* binding */ AuthenticityCheckType),
|
|
3119
3111
|
/* harmony export */ AuthenticityParams: () => (/* binding */ AuthenticityParams)
|
|
3120
3112
|
/* harmony export */ });
|
|
3121
3113
|
/* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../index */ "./src/index.js");
|
|
3122
3114
|
/* harmony import */ var _LivenessParams__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./LivenessParams */ "./src/params/process_params/LivenessParams.js");
|
|
3123
|
-
/* harmony import */ var _FilterObject__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./FilterObject */ "./src/params/process_params/FilterObject.js");
|
|
3124
|
-
|
|
3125
3115
|
|
|
3126
3116
|
|
|
3127
3117
|
|
|
@@ -3132,6 +3122,7 @@ class AuthenticityParams {
|
|
|
3132
3122
|
this._set({ "useLivenessCheck": val });
|
|
3133
3123
|
}
|
|
3134
3124
|
|
|
3125
|
+
_livenessParams = new _LivenessParams__WEBPACK_IMPORTED_MODULE_1__.LivenessParams();
|
|
3135
3126
|
get livenessParams() { return this._livenessParams; }
|
|
3136
3127
|
set livenessParams(val) { (this._livenessParams = val)._apply(); }
|
|
3137
3128
|
|
|
@@ -3219,28 +3210,6 @@ class AuthenticityParams {
|
|
|
3219
3210
|
this._set({ "checkSecurityText": val });
|
|
3220
3211
|
}
|
|
3221
3212
|
|
|
3222
|
-
_checkFilters = {};
|
|
3223
|
-
|
|
3224
|
-
setCheckFilter(checkType, filter) {
|
|
3225
|
-
this._checkFilters[checkType] = filter;
|
|
3226
|
-
this._set({
|
|
3227
|
-
"setCheckFilter": {
|
|
3228
|
-
"checkType": checkType,
|
|
3229
|
-
"filterObject": filter.toJson(),
|
|
3230
|
-
},
|
|
3231
|
-
});
|
|
3232
|
-
}
|
|
3233
|
-
|
|
3234
|
-
removeCheckFilter(checkType) {
|
|
3235
|
-
delete this._checkFilters[checkType];
|
|
3236
|
-
this._set({ "removeCheckFilter": checkType });
|
|
3237
|
-
}
|
|
3238
|
-
|
|
3239
|
-
clearCheckFilter() {
|
|
3240
|
-
this._checkFilters = {};
|
|
3241
|
-
this._set({ "clearCheckFilter": null });
|
|
3242
|
-
}
|
|
3243
|
-
|
|
3244
3213
|
static fromJson(jsonObject) {
|
|
3245
3214
|
if (jsonObject == null) return new AuthenticityParams();
|
|
3246
3215
|
|
|
@@ -3262,8 +3231,6 @@ class AuthenticityParams {
|
|
|
3262
3231
|
result._checkPhotoComparison = jsonObject["checkPhotoComparison"];
|
|
3263
3232
|
result._checkLetterScreen = jsonObject["checkLetterScreen"];
|
|
3264
3233
|
result._checkSecurityText = jsonObject["checkSecurityText"];
|
|
3265
|
-
result._checkFilters = Object.fromEntries(Object.entries(jsonObject["checkFilters"] ?? {})
|
|
3266
|
-
.map(([k, v]) => [k, _FilterObject__WEBPACK_IMPORTED_MODULE_2__.FilterObject.fromJson(v)]));
|
|
3267
3234
|
|
|
3268
3235
|
return result;
|
|
3269
3236
|
}
|
|
@@ -3293,29 +3260,10 @@ class AuthenticityParams {
|
|
|
3293
3260
|
"checkPhotoComparison": this.checkPhotoComparison,
|
|
3294
3261
|
"checkLetterScreen": this.checkLetterScreen,
|
|
3295
3262
|
"checkSecurityText": this.checkSecurityText,
|
|
3296
|
-
"checkFilters": Object.fromEntries(Object.entries(this._checkFilters).map(([k, v]) => [k, v.toJson()])),
|
|
3297
3263
|
}
|
|
3298
3264
|
}
|
|
3299
3265
|
}
|
|
3300
3266
|
|
|
3301
|
-
const AuthenticityCheckType = {
|
|
3302
|
-
USE_LIVENESS: "checkLiveness",
|
|
3303
|
-
UV_LUMINISCENCE: "checkUVLuminiscence",
|
|
3304
|
-
IR_B900: "checkIRB900",
|
|
3305
|
-
IMAGE_PATTERNS: "checkImagePatterns",
|
|
3306
|
-
FIBERS: "checkFibers",
|
|
3307
|
-
EXT_MRZ: "checkExtMRZ",
|
|
3308
|
-
EXT_OCR: "checkExtOCR",
|
|
3309
|
-
AXIAL: "checkAxial",
|
|
3310
|
-
BARCODE_FORMAT: "checkBarcodeFormat",
|
|
3311
|
-
IR_VISIBILITY: "checkIRVisibility",
|
|
3312
|
-
IPI: "checkIPI",
|
|
3313
|
-
PHOTO_EMBEDDING: "checkPhotoEmbedding",
|
|
3314
|
-
PHOTO_COMPARISON: "checkPhotoComparison",
|
|
3315
|
-
LETTER_SCREEN: "checkLetterScreen",
|
|
3316
|
-
SECURITY_TEXT: "checkSecurityText",
|
|
3317
|
-
};
|
|
3318
|
-
|
|
3319
3267
|
|
|
3320
3268
|
/***/ }),
|
|
3321
3269
|
|
|
@@ -3474,81 +3422,6 @@ class FaceApiSearchParams {
|
|
|
3474
3422
|
}
|
|
3475
3423
|
|
|
3476
3424
|
|
|
3477
|
-
/***/ }),
|
|
3478
|
-
|
|
3479
|
-
/***/ "./src/params/process_params/FilterObject.js":
|
|
3480
|
-
/*!***************************************************!*\
|
|
3481
|
-
!*** ./src/params/process_params/FilterObject.js ***!
|
|
3482
|
-
\***************************************************/
|
|
3483
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3484
|
-
|
|
3485
|
-
__webpack_require__.r(__webpack_exports__);
|
|
3486
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3487
|
-
/* harmony export */ FilterObject: () => (/* binding */ FilterObject),
|
|
3488
|
-
/* harmony export */ FilterObjectType: () => (/* binding */ FilterObjectType)
|
|
3489
|
-
/* harmony export */ });
|
|
3490
|
-
class FilterObject {
|
|
3491
|
-
docIDsFilter
|
|
3492
|
-
docFormatsFilter
|
|
3493
|
-
docCategoriesFilter
|
|
3494
|
-
docCountriesFilter
|
|
3495
|
-
|
|
3496
|
-
static fromJson(json) {
|
|
3497
|
-
var result = new FilterObject();
|
|
3498
|
-
result.docIDsFilter = FilterObjectType.fromJson(json["docIDsFilter"]);
|
|
3499
|
-
result.docFormatsFilter = FilterObjectType.fromJson(json["docFormatsFilter"]);
|
|
3500
|
-
result.docCategoriesFilter = FilterObjectType.fromJson(json["docCategoriesFilter"]);
|
|
3501
|
-
result.docCountriesFilter = FilterObjectType.fromJson(json["docCountriesFilter"]);
|
|
3502
|
-
return result;
|
|
3503
|
-
}
|
|
3504
|
-
|
|
3505
|
-
toJson() {
|
|
3506
|
-
return {
|
|
3507
|
-
"docIDsFilter": this.docIDsFilter?.toJson(),
|
|
3508
|
-
"docFormatsFilter": this.docFormatsFilter?.toJson(),
|
|
3509
|
-
"docCategoriesFilter": this.docCategoriesFilter?.toJson(),
|
|
3510
|
-
"docCountriesFilter": this.docCountriesFilter?.toJson()
|
|
3511
|
-
}
|
|
3512
|
-
}
|
|
3513
|
-
}
|
|
3514
|
-
|
|
3515
|
-
class FilterObjectType {
|
|
3516
|
-
_list
|
|
3517
|
-
_isInclude
|
|
3518
|
-
|
|
3519
|
-
static createIncludeList(list) {
|
|
3520
|
-
var result = new FilterObjectType();
|
|
3521
|
-
result._list = list;
|
|
3522
|
-
result._isInclude = true;
|
|
3523
|
-
return result;
|
|
3524
|
-
}
|
|
3525
|
-
|
|
3526
|
-
static createExcludeList(list) {
|
|
3527
|
-
var result = new FilterObjectType();
|
|
3528
|
-
result._list = list;
|
|
3529
|
-
result._isInclude = false;
|
|
3530
|
-
return result;
|
|
3531
|
-
}
|
|
3532
|
-
|
|
3533
|
-
static fromJson(json) {
|
|
3534
|
-
if (json == null) return null;
|
|
3535
|
-
if (json["isInclude"]) {
|
|
3536
|
-
return FilterObjectType.createIncludeList(json["list"]);
|
|
3537
|
-
} else {
|
|
3538
|
-
return FilterObjectType.createExcludeList(json["list"]);
|
|
3539
|
-
}
|
|
3540
|
-
}
|
|
3541
|
-
|
|
3542
|
-
toJson() {
|
|
3543
|
-
return {
|
|
3544
|
-
"list": this._list,
|
|
3545
|
-
"isInclude": this._isInclude,
|
|
3546
|
-
}
|
|
3547
|
-
}
|
|
3548
|
-
}
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
3425
|
/***/ }),
|
|
3553
3426
|
|
|
3554
3427
|
/***/ "./src/params/process_params/GlaresCheckParams.js":
|
|
@@ -3728,12 +3601,9 @@ class ImageQA {
|
|
|
3728
3601
|
|
|
3729
3602
|
__webpack_require__.r(__webpack_exports__);
|
|
3730
3603
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3731
|
-
/* harmony export */ LivenessCheckType: () => (/* binding */ LivenessCheckType),
|
|
3732
3604
|
/* harmony export */ LivenessParams: () => (/* binding */ LivenessParams)
|
|
3733
3605
|
/* harmony export */ });
|
|
3734
3606
|
/* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../index */ "./src/index.js");
|
|
3735
|
-
/* harmony import */ var _FilterObject__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./FilterObject */ "./src/params/process_params/FilterObject.js");
|
|
3736
|
-
|
|
3737
3607
|
|
|
3738
3608
|
|
|
3739
3609
|
class LivenessParams {
|
|
@@ -3779,28 +3649,6 @@ class LivenessParams {
|
|
|
3779
3649
|
this._set({ "checkGeometry": val });
|
|
3780
3650
|
}
|
|
3781
3651
|
|
|
3782
|
-
_checkFilters = {};
|
|
3783
|
-
|
|
3784
|
-
setCheckFilter(checkType, filter) {
|
|
3785
|
-
this._checkFilters[checkType] = filter;
|
|
3786
|
-
this._set({
|
|
3787
|
-
"setCheckFilter": {
|
|
3788
|
-
"checkType": checkType,
|
|
3789
|
-
"filterObject": filter.toJson(),
|
|
3790
|
-
},
|
|
3791
|
-
});
|
|
3792
|
-
}
|
|
3793
|
-
|
|
3794
|
-
removeCheckFilter(checkType) {
|
|
3795
|
-
delete this._checkFilters[checkType];
|
|
3796
|
-
this._set({ "removeCheckFilter": checkType });
|
|
3797
|
-
}
|
|
3798
|
-
|
|
3799
|
-
clearCheckFilter() {
|
|
3800
|
-
this._checkFilters = {};
|
|
3801
|
-
this._set({ "clearCheckFilter": null });
|
|
3802
|
-
}
|
|
3803
|
-
|
|
3804
3652
|
static fromJson(jsonObject) {
|
|
3805
3653
|
if (jsonObject == null) return new LivenessParams();
|
|
3806
3654
|
|
|
@@ -3812,8 +3660,6 @@ class LivenessParams {
|
|
|
3812
3660
|
result._checkBlackAndWhiteCopy = jsonObject["checkBlackAndWhiteCopy"];
|
|
3813
3661
|
result._checkDynaprint = jsonObject["checkDynaprint"];
|
|
3814
3662
|
result._checkGeometry = jsonObject["checkGeometry"];
|
|
3815
|
-
result._checkFilters = Object.fromEntries(Object.entries(jsonObject["checkFilters"] ?? {})
|
|
3816
|
-
.map(([k, v]) => [k, _FilterObject__WEBPACK_IMPORTED_MODULE_1__.FilterObject.fromJson(v)]));
|
|
3817
3663
|
|
|
3818
3664
|
return result;
|
|
3819
3665
|
}
|
|
@@ -3834,21 +3680,10 @@ class LivenessParams {
|
|
|
3834
3680
|
"checkBlackAndWhiteCopy": this.checkBlackAndWhiteCopy,
|
|
3835
3681
|
"checkDynaprint": this.checkDynaprint,
|
|
3836
3682
|
"checkGeometry": this.checkGeometry,
|
|
3837
|
-
"checkFilters": Object.fromEntries(Object.entries(this._checkFilters).map(([k, v]) => [k, v.toJson()])),
|
|
3838
3683
|
}
|
|
3839
3684
|
}
|
|
3840
3685
|
}
|
|
3841
3686
|
|
|
3842
|
-
const LivenessCheckType = {
|
|
3843
|
-
OVI: "checkOVI",
|
|
3844
|
-
MLI: "checkMLI",
|
|
3845
|
-
HOLO: "checkHolo",
|
|
3846
|
-
ED: "checkED",
|
|
3847
|
-
BLACK_AND_WHITE_COPY: "checkBlackAndWhiteCopy",
|
|
3848
|
-
DYNAPRINT: "checkDynaprint",
|
|
3849
|
-
GEOMETRY: "checkGeometry",
|
|
3850
|
-
};
|
|
3851
|
-
|
|
3852
3687
|
|
|
3853
3688
|
/***/ }),
|
|
3854
3689
|
|
|
@@ -3860,7 +3695,6 @@ const LivenessCheckType = {
|
|
|
3860
3695
|
|
|
3861
3696
|
__webpack_require__.r(__webpack_exports__);
|
|
3862
3697
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3863
|
-
/* harmony export */ FilterCheckType: () => (/* binding */ FilterCheckType),
|
|
3864
3698
|
/* harmony export */ LogLevel: () => (/* binding */ LogLevel),
|
|
3865
3699
|
/* harmony export */ MRZFormat: () => (/* binding */ MRZFormat),
|
|
3866
3700
|
/* harmony export */ MeasureSystem: () => (/* binding */ MeasureSystem),
|
|
@@ -3874,8 +3708,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3874
3708
|
/* harmony import */ var _FaceApiParams__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./FaceApiParams */ "./src/params/process_params/FaceApiParams.js");
|
|
3875
3709
|
/* harmony import */ var _BackendProcessingConfig__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./BackendProcessingConfig */ "./src/params/process_params/BackendProcessingConfig.js");
|
|
3876
3710
|
/* harmony import */ var _AuthenticityParams__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./AuthenticityParams */ "./src/params/process_params/AuthenticityParams.js");
|
|
3877
|
-
/* harmony import */ var _FilterObject__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./FilterObject */ "./src/params/process_params/FilterObject.js");
|
|
3878
|
-
|
|
3879
3711
|
|
|
3880
3712
|
|
|
3881
3713
|
|
|
@@ -4119,6 +3951,12 @@ class ProcessParams {
|
|
|
4119
3951
|
this._set({ "strictSecurityChecks": val });
|
|
4120
3952
|
}
|
|
4121
3953
|
|
|
3954
|
+
get returnTransliteratedFields() { return this._returnTransliteratedFields; }
|
|
3955
|
+
set returnTransliteratedFields(val) {
|
|
3956
|
+
this._returnTransliteratedFields = val;
|
|
3957
|
+
this._set({ "returnTransliteratedFields": val });
|
|
3958
|
+
}
|
|
3959
|
+
|
|
4122
3960
|
get barcodeParserType() { return this._barcodeParserType; }
|
|
4123
3961
|
set barcodeParserType(val) {
|
|
4124
3962
|
this._barcodeParserType = val;
|
|
@@ -4311,6 +4149,7 @@ class ProcessParams {
|
|
|
4311
4149
|
this._set({ "lcidFilter": val });
|
|
4312
4150
|
}
|
|
4313
4151
|
|
|
4152
|
+
_imageQA = new _ImageQA__WEBPACK_IMPORTED_MODULE_2__.ImageQA();
|
|
4314
4153
|
get imageQA() { return this._imageQA; }
|
|
4315
4154
|
set imageQA(val) { (this._imageQA = val)._apply(); }
|
|
4316
4155
|
|
|
@@ -4332,6 +4171,7 @@ class ProcessParams {
|
|
|
4332
4171
|
this._set({ "backendProcessingConfig": val });
|
|
4333
4172
|
}
|
|
4334
4173
|
|
|
4174
|
+
_authenticityParams = new _AuthenticityParams__WEBPACK_IMPORTED_MODULE_6__.AuthenticityParams();
|
|
4335
4175
|
get authenticityParams() { return this._authenticityParams; }
|
|
4336
4176
|
set authenticityParams(val) { (this._authenticityParams = val)._apply(); }
|
|
4337
4177
|
|
|
@@ -4341,28 +4181,6 @@ class ProcessParams {
|
|
|
4341
4181
|
this._set({ "customParams": val });
|
|
4342
4182
|
}
|
|
4343
4183
|
|
|
4344
|
-
_checkFilters = {};
|
|
4345
|
-
|
|
4346
|
-
setCheckFilter(checkType, filter) {
|
|
4347
|
-
this._checkFilters[checkType] = filter;
|
|
4348
|
-
this._set({
|
|
4349
|
-
"setCheckFilter": {
|
|
4350
|
-
"checkType": checkType,
|
|
4351
|
-
"filterObject": filter.toJson(),
|
|
4352
|
-
},
|
|
4353
|
-
});
|
|
4354
|
-
}
|
|
4355
|
-
|
|
4356
|
-
removeCheckFilter(checkType) {
|
|
4357
|
-
delete this._checkFilters[checkType];
|
|
4358
|
-
this._set({ "removeCheckFilter": checkType });
|
|
4359
|
-
}
|
|
4360
|
-
|
|
4361
|
-
clearCheckFilter() {
|
|
4362
|
-
this._checkFilters = {};
|
|
4363
|
-
this._set({ "clearCheckFilter": null });
|
|
4364
|
-
}
|
|
4365
|
-
|
|
4366
4184
|
static fromJson(jsonObject) {
|
|
4367
4185
|
if (jsonObject == null) return new ProcessParams();
|
|
4368
4186
|
const result = new ProcessParams();
|
|
@@ -4406,6 +4224,7 @@ class ProcessParams {
|
|
|
4406
4224
|
result._generateAlpha2Codes = jsonObject["generateAlpha2Codes"];
|
|
4407
4225
|
result._disableAuthResolutionFilter = jsonObject["disableAuthResolutionFilter"];
|
|
4408
4226
|
result._strictSecurityChecks = jsonObject["strictSecurityChecks"];
|
|
4227
|
+
result._returnTransliteratedFields = jsonObject["returnTransliteratedFields"];
|
|
4409
4228
|
result._barcodeParserType = jsonObject["barcodeParserType"];
|
|
4410
4229
|
result._perspectiveAngle = jsonObject["perspectiveAngle"];
|
|
4411
4230
|
result._minDPI = jsonObject["minDPI"];
|
|
@@ -4444,8 +4263,6 @@ class ProcessParams {
|
|
|
4444
4263
|
result._backendProcessingConfig = _BackendProcessingConfig__WEBPACK_IMPORTED_MODULE_5__.BackendProcessingConfig.fromJson(jsonObject["backendProcessingConfig"]);
|
|
4445
4264
|
result._authenticityParams = _AuthenticityParams__WEBPACK_IMPORTED_MODULE_6__.AuthenticityParams.fromJson(jsonObject["authenticityParams"]);
|
|
4446
4265
|
result._customParams = jsonObject["customParams"];
|
|
4447
|
-
result._checkFilters = Object.fromEntries(Object.entries(jsonObject["checkFilters"] ?? {})
|
|
4448
|
-
.map(([k, v]) => [k, _FilterObject__WEBPACK_IMPORTED_MODULE_7__.FilterObject.fromJson(v)]));
|
|
4449
4266
|
|
|
4450
4267
|
return result;
|
|
4451
4268
|
}
|
|
@@ -4490,6 +4307,7 @@ class ProcessParams {
|
|
|
4490
4307
|
"generateAlpha2Codes": this.generateAlpha2Codes,
|
|
4491
4308
|
"disableAuthResolutionFilter": this.disableAuthResolutionFilter,
|
|
4492
4309
|
"strictSecurityChecks": this.strictSecurityChecks,
|
|
4310
|
+
"returnTransliteratedFields": this.returnTransliteratedFields,
|
|
4493
4311
|
"measureSystem": this.measureSystem,
|
|
4494
4312
|
"barcodeParserType": this.barcodeParserType,
|
|
4495
4313
|
"perspectiveAngle": this.perspectiveAngle,
|
|
@@ -4528,7 +4346,6 @@ class ProcessParams {
|
|
|
4528
4346
|
"backendProcessingConfig": this.backendProcessingConfig?.toJson(),
|
|
4529
4347
|
"authenticityParams": this.authenticityParams?.toJson(),
|
|
4530
4348
|
"customParams": this.customParams,
|
|
4531
|
-
"checkFilters": Object.fromEntries(Object.entries(this._checkFilters).map(([k, v]) => [k, v.toJson()])),
|
|
4532
4349
|
}
|
|
4533
4350
|
}
|
|
4534
4351
|
|
|
@@ -4567,10 +4384,6 @@ const MrzDetectionModes = {
|
|
|
4567
4384
|
BLUR_BEFORE_BINARIZATION: 2
|
|
4568
4385
|
};
|
|
4569
4386
|
|
|
4570
|
-
const FilterCheckType = {
|
|
4571
|
-
AUTH: "checkAuth",
|
|
4572
|
-
};
|
|
4573
|
-
|
|
4574
4387
|
|
|
4575
4388
|
/***/ }),
|
|
4576
4389
|
|