@regulaforensics/document-reader 8.4.442 → 8.4.507-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.
Files changed (77) hide show
  1. package/RNDocumentReader.podspec +2 -2
  2. package/android/build.gradle +2 -2
  3. package/android/cordova.gradle +2 -2
  4. package/android/src/main/java/com/regula/plugin/documentreader/Config.kt +8 -0
  5. package/android/src/main/java/com/regula/plugin/documentreader/JSONConstructor.kt +346 -40
  6. package/android/src/main/java/com/regula/plugin/documentreader/Main.kt +65 -11
  7. package/android/src/main/java/com/regula/plugin/documentreader/Utils.kt +62 -0
  8. package/examples/capacitor/ios/App/App/Info.plist +2 -0
  9. package/examples/capacitor/package.json +2 -2
  10. package/examples/ionic/config.xml +2 -0
  11. package/examples/ionic/package-lock.json +5257 -2650
  12. package/examples/ionic/package.json +11 -11
  13. package/examples/react_native/app.config.ts +3 -1
  14. package/examples/react_native/package-lock.json +3 -3
  15. package/examples/react_native/package.json +2 -2
  16. package/ios/RGLWConfig.m +9 -2
  17. package/ios/RGLWJSONConstructor.h +19 -0
  18. package/ios/RGLWJSONConstructor.m +349 -0
  19. package/ios/RGLWMain.m +49 -0
  20. package/package.json +1 -1
  21. package/plugin.xml +2 -2
  22. package/test/json.tsx +200 -95
  23. package/test/package-lock.json +1 -1
  24. package/test/test.tsx +12 -2
  25. package/www/capacitor/engagement/DataRetrieval.js +55 -0
  26. package/www/capacitor/engagement/DeviceEngagement.js +30 -0
  27. package/www/capacitor/engagement/DeviceRetrievalMethod.js +41 -0
  28. package/www/capacitor/engagement/DocumentRequestMDL.js +212 -0
  29. package/www/capacitor/engagement/NameSpaceMDL.js +33 -0
  30. package/www/capacitor/index.js +54 -2
  31. package/www/capacitor/info/DocReaderException.js +2 -0
  32. package/www/capacitor/params/Functionality.js +16 -0
  33. package/www/capacitor/params/customization/Customization.js +8 -0
  34. package/www/capacitor/params/process_params/ProcessParams.js +16 -0
  35. package/www/capacitor/results/Results.js +8 -1
  36. package/www/capacitor/results/status/AgeStatus.js +35 -0
  37. package/www/capacitor/results/status/ResultsStatus.js +13 -0
  38. package/www/capacitor/results/visible_digital_seals/DocFeature.js +23 -0
  39. package/www/capacitor/results/visible_digital_seals/VDSData.js +75 -0
  40. package/www/capacitor/results/visual_results/FieldType.js +3 -0
  41. package/www/capacitor/rfid/PKDCertificate.js +3 -0
  42. package/www/cordova.js +1266 -486
  43. package/www/react-native/engagement/DataRetrieval.js +55 -0
  44. package/www/react-native/engagement/DeviceEngagement.js +30 -0
  45. package/www/react-native/engagement/DeviceRetrievalMethod.js +41 -0
  46. package/www/react-native/engagement/DocumentRequestMDL.js +212 -0
  47. package/www/react-native/engagement/NameSpaceMDL.js +33 -0
  48. package/www/react-native/index.js +54 -2
  49. package/www/react-native/info/DocReaderException.js +2 -0
  50. package/www/react-native/params/Functionality.js +16 -0
  51. package/www/react-native/params/customization/Customization.js +8 -0
  52. package/www/react-native/params/process_params/ProcessParams.js +16 -0
  53. package/www/react-native/results/Results.js +8 -1
  54. package/www/react-native/results/status/AgeStatus.js +35 -0
  55. package/www/react-native/results/status/ResultsStatus.js +13 -0
  56. package/www/react-native/results/visible_digital_seals/DocFeature.js +23 -0
  57. package/www/react-native/results/visible_digital_seals/VDSData.js +75 -0
  58. package/www/react-native/results/visual_results/FieldType.js +3 -0
  59. package/www/react-native/rfid/PKDCertificate.js +3 -0
  60. package/www/types/engagement/DataRetrieval.d.ts +28 -0
  61. package/www/types/engagement/DeviceEngagement.d.ts +16 -0
  62. package/www/types/engagement/DeviceRetrievalMethod.d.ts +18 -0
  63. package/www/types/engagement/DocumentRequestMDL.d.ts +61 -0
  64. package/www/types/engagement/NameSpaceMDL.d.ts +16 -0
  65. package/www/types/index.d.ts +35 -2
  66. package/www/types/info/DocReaderException.d.ts +2 -0
  67. package/www/types/params/Functionality.d.ts +7 -0
  68. package/www/types/params/customization/Customization.d.ts +5 -0
  69. package/www/types/params/process_params/ProcessParams.d.ts +13 -0
  70. package/www/types/results/Results.d.ts +9 -1
  71. package/www/types/results/status/AgeStatus.d.ts +14 -0
  72. package/www/types/results/status/ResultsStatus.d.ts +9 -0
  73. package/www/types/results/visible_digital_seals/DocFeature.d.ts +9 -0
  74. package/www/types/results/visible_digital_seals/VDSData.d.ts +32 -0
  75. package/www/types/results/visible_digital_seals/VDSNCData.d.ts +1 -1
  76. package/www/types/results/visual_results/FieldType.d.ts +6 -0
  77. package/www/types/rfid/PKDCertificate.d.ts +7 -1
package/www/cordova.js CHANGED
@@ -2,11 +2,11 @@
2
2
  /******/ "use strict";
3
3
  /******/ var __webpack_modules__ = ({
4
4
 
5
- /***/ "./src/config/InitConfig.js":
5
+ /***/ "./src/config/InitConfig.js"
6
6
  /*!**********************************!*\
7
7
  !*** ./src/config/InitConfig.js ***!
8
8
  \**********************************/
9
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10
10
 
11
11
  __webpack_require__.r(__webpack_exports__);
12
12
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -69,13 +69,13 @@ class InitConfig {
69
69
  }
70
70
 
71
71
 
72
- /***/ }),
72
+ /***/ },
73
73
 
74
- /***/ "./src/config/OnlineProcessingConfig.js":
74
+ /***/ "./src/config/OnlineProcessingConfig.js"
75
75
  /*!**********************************************!*\
76
76
  !*** ./src/config/OnlineProcessingConfig.js ***!
77
77
  \**********************************************/
78
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
78
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
79
79
 
80
80
  __webpack_require__.r(__webpack_exports__);
81
81
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -139,13 +139,13 @@ const OnlineMode = {
139
139
  }
140
140
 
141
141
 
142
- /***/ }),
142
+ /***/ },
143
143
 
144
- /***/ "./src/config/RFIDConfig.js":
144
+ /***/ "./src/config/RFIDConfig.js"
145
145
  /*!**********************************!*\
146
146
  !*** ./src/config/RFIDConfig.js ***!
147
147
  \**********************************/
148
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
148
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
149
149
 
150
150
  __webpack_require__.r(__webpack_exports__);
151
151
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -191,13 +191,13 @@ class RFIDConfig {
191
191
  }
192
192
 
193
193
 
194
- /***/ }),
194
+ /***/ },
195
195
 
196
- /***/ "./src/config/RecognizeConfig.js":
196
+ /***/ "./src/config/RecognizeConfig.js"
197
197
  /*!***************************************!*\
198
198
  !*** ./src/config/RecognizeConfig.js ***!
199
199
  \***************************************/
200
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
200
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
201
201
 
202
202
  __webpack_require__.r(__webpack_exports__);
203
203
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -335,13 +335,13 @@ class ImageInputData {
335
335
  }
336
336
 
337
337
 
338
- /***/ }),
338
+ /***/ },
339
339
 
340
- /***/ "./src/config/ScannerConfig.js":
340
+ /***/ "./src/config/ScannerConfig.js"
341
341
  /*!*************************************!*\
342
342
  !*** ./src/config/ScannerConfig.js ***!
343
343
  \*************************************/
344
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
344
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
345
345
 
346
346
  __webpack_require__.r(__webpack_exports__);
347
347
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -398,130 +398,593 @@ class ScannerConfig {
398
398
  }
399
399
 
400
400
 
401
- /***/ }),
401
+ /***/ },
402
402
 
403
- /***/ "./src/index.js":
403
+ /***/ "./src/engagement/DataRetrieval.js"
404
+ /*!*****************************************!*\
405
+ !*** ./src/engagement/DataRetrieval.js ***!
406
+ \*****************************************/
407
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
408
+
409
+ __webpack_require__.r(__webpack_exports__);
410
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
411
+ /* harmony export */ DataRetrieval: () => (/* binding */ DataRetrieval),
412
+ /* harmony export */ MDLDeviceRetrieval: () => (/* binding */ MDLDeviceRetrieval),
413
+ /* harmony export */ MDLDocRequestPreset: () => (/* binding */ MDLDocRequestPreset)
414
+ /* harmony export */ });
415
+ /* harmony import */ var _NameSpaceMDL__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./NameSpaceMDL */ "./src/engagement/NameSpaceMDL.js");
416
+ /* harmony import */ var _DocumentRequestMDL__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./DocumentRequestMDL */ "./src/engagement/DocumentRequestMDL.js");
417
+
418
+
419
+
420
+ class DataRetrieval {
421
+ deviceRetrieval
422
+ docRequestPreset
423
+ intentToRetain = _NameSpaceMDL__WEBPACK_IMPORTED_MODULE_0__.MDLIntentToRetain.FALSE
424
+ requests = []
425
+
426
+ constructor(deviceRetrieval) {
427
+ this.deviceRetrieval = deviceRetrieval
428
+ }
429
+
430
+ setDocRequestPreset(docRequestPreset, intentToRetain) {
431
+ this.docRequestPreset = docRequestPreset
432
+ this.intentToRetain = intentToRetain
433
+ }
434
+
435
+ addDocRequest(request) {
436
+ requests.push(request);
437
+ }
438
+
439
+ static fromJson(jsonObject) {
440
+ if (jsonObject == null) return null
441
+ const result = new DataRetrieval(jsonObject["deviceRetrieval"])
442
+
443
+ result.docRequestPreset = jsonObject["docRequestPreset"]
444
+ result.intentToRetain = jsonObject["intentToRetain"]
445
+ result.requests = (jsonObject["requests"]).map(item => _DocumentRequestMDL__WEBPACK_IMPORTED_MODULE_1__.DocumentRequestMDL.fromJson(item));
446
+
447
+ return result
448
+ }
449
+
450
+ toJson() {
451
+ return {
452
+ "deviceRetrieval": this.deviceRetrieval,
453
+ "docRequestPreset": this.docRequestPreset,
454
+ "intentToRetain": this.intentToRetain,
455
+ "requests": this.requests.map(item => item.toJson())
456
+ }
457
+ }
458
+ }
459
+
460
+ const MDLDocRequestPreset = {
461
+ ALL: 0,
462
+ AGE: 1,
463
+ STANDARD_ID: 2,
464
+ TRAVEL: 3,
465
+ DRIVERS_LICENSE: 4,
466
+ }
467
+
468
+ const MDLDeviceRetrieval = {
469
+ NFC: 1,
470
+ BLE: 2,
471
+ }
472
+
473
+
474
+ /***/ },
475
+
476
+ /***/ "./src/engagement/DeviceEngagement.js"
477
+ /*!********************************************!*\
478
+ !*** ./src/engagement/DeviceEngagement.js ***!
479
+ \********************************************/
480
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
481
+
482
+ __webpack_require__.r(__webpack_exports__);
483
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
484
+ /* harmony export */ DeviceEngagement: () => (/* binding */ DeviceEngagement),
485
+ /* harmony export */ MDLDeviceEngagement: () => (/* binding */ MDLDeviceEngagement)
486
+ /* harmony export */ });
487
+ /* harmony import */ var _DeviceRetrievalMethod__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./DeviceRetrievalMethod */ "./src/engagement/DeviceRetrievalMethod.js");
488
+
489
+
490
+ class DeviceEngagement {
491
+ deviceRetrievalMethods = []
492
+
493
+ static fromJson(jsonObject) {
494
+ if (jsonObject == null) return null
495
+ const result = new DeviceEngagement()
496
+
497
+ for (var item of jsonObject["deviceRetrievalMethods"]) {
498
+ item = _DeviceRetrievalMethod__WEBPACK_IMPORTED_MODULE_0__.DeviceRetrievalMethod.fromJson(item);
499
+ if (item != null) {
500
+ result.deviceRetrievalMethods.push(item);
501
+ }
502
+ }
503
+
504
+ return result
505
+ }
506
+
507
+ toJson() {
508
+ return {
509
+ "deviceRetrievalMethods": this.deviceRetrievalMethods.map(e => e.toJson()),
510
+ }
511
+ }
512
+ }
513
+
514
+ const MDLDeviceEngagement = {
515
+ QR: 0,
516
+ NFC: 1,
517
+ }
518
+
519
+
520
+ /***/ },
521
+
522
+ /***/ "./src/engagement/DeviceRetrievalMethod.js"
523
+ /*!*************************************************!*\
524
+ !*** ./src/engagement/DeviceRetrievalMethod.js ***!
525
+ \*************************************************/
526
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
527
+
528
+ __webpack_require__.r(__webpack_exports__);
529
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
530
+ /* harmony export */ DeviceRetrievalMethod: () => (/* binding */ DeviceRetrievalMethod)
531
+ /* harmony export */ });
532
+ /* harmony import */ var _DataRetrieval__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./DataRetrieval */ "./src/engagement/DataRetrieval.js");
533
+
534
+
535
+ class DeviceRetrievalMethod {
536
+ type
537
+ version
538
+ cmdMaxLength
539
+ respMaxLength
540
+ clientModeSupport
541
+ clientModeUUID
542
+ serverModeSupport
543
+ serverModeUUID
544
+
545
+ static fromJson(jsonObject) {
546
+ if (jsonObject == null) return null
547
+ const result = new DeviceRetrievalMethod()
548
+
549
+ result.type = jsonObject["type"]
550
+ result.version = jsonObject["version"]
551
+ result.cmdMaxLength = jsonObject["cmdMaxLength"]
552
+ result.respMaxLength = jsonObject["respMaxLength"]
553
+ result.clientModeSupport = jsonObject["clientModeSupport"]
554
+ result.clientModeUUID = jsonObject["clientModeUUID"]
555
+ result.serverModeSupport = jsonObject["serverModeSupport"]
556
+ result.serverModeUUID = jsonObject["serverModeUUID"]
557
+
558
+ return result
559
+ }
560
+
561
+ toJson() {
562
+ return {
563
+ "type": this.type,
564
+ "version": this.version,
565
+ "cmdMaxLength": this.cmdMaxLength,
566
+ "respMaxLength": this.respMaxLength,
567
+ "clientModeSupport": this.clientModeSupport,
568
+ "clientModeUUID": this.clientModeUUID,
569
+ "serverModeSupport": this.serverModeSupport,
570
+ "serverModeUUID": this.serverModeUUID,
571
+ }
572
+ }
573
+ }
574
+
575
+
576
+ /***/ },
577
+
578
+ /***/ "./src/engagement/DocumentRequestMDL.js"
579
+ /*!**********************************************!*\
580
+ !*** ./src/engagement/DocumentRequestMDL.js ***!
581
+ \**********************************************/
582
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
583
+
584
+ __webpack_require__.r(__webpack_exports__);
585
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
586
+ /* harmony export */ DocumentRequest18013MDL: () => (/* binding */ DocumentRequest18013MDL),
587
+ /* harmony export */ DocumentRequestMDL: () => (/* binding */ DocumentRequestMDL)
588
+ /* harmony export */ });
589
+ /* harmony import */ var _NameSpaceMDL__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./NameSpaceMDL */ "./src/engagement/NameSpaceMDL.js");
590
+
591
+
592
+ class DocumentRequestMDL {
593
+ docType
594
+ namespaces = []
595
+
596
+ constructor(docType) {
597
+ this.docType = docType
598
+ }
599
+
600
+ addNameSpace(namespace) {
601
+ this.namespaces.push(namespace);
602
+ }
603
+
604
+ static fromJson(jsonObject) {
605
+ if (jsonObject == null) return null;
606
+ var docType = jsonObject["docType"];
607
+ if (docType == "org.iso.18013.5.1.mDL") {
608
+ return DocumentRequest18013MDL.fromJson(jsonObject);
609
+ }
610
+ var result = new DocumentRequestMDL(docType);
611
+
612
+ result.namespaces = (jsonObject["namespaces"]).map(item => _NameSpaceMDL__WEBPACK_IMPORTED_MODULE_0__.NameSpaceMDL.fromJson(item));
613
+
614
+ return result;
615
+ }
616
+
617
+ toJson() {
618
+ return {
619
+ "docType": this.docType,
620
+ "namespaces": this.namespaces.map(item => item.toJson())
621
+ }
622
+ }
623
+ }
624
+
625
+ class DocumentRequest18013MDL extends DocumentRequestMDL {
626
+ familyName
627
+ givenName
628
+ birthDate
629
+ issueDate
630
+ expiryDate
631
+ issuingCountry
632
+ issuingAuthority
633
+ documentNumber
634
+ portrait
635
+ drivingPrivileges
636
+ unDistinguishingSign
637
+ administrativeNumber
638
+ sex
639
+ height
640
+ weight
641
+ eyeColour
642
+ hairColour
643
+ birthPlace
644
+ residentAddress
645
+ portraitCaptureDate
646
+ ageInYears
647
+ ageBirthYear
648
+ ageOver18
649
+ issuingJurisdiction
650
+ nationality
651
+ residentCity
652
+ residentState
653
+ residentPostalCode
654
+ residentCountry
655
+ biometricTemplateFace
656
+ biometricTemplateIris
657
+ biometricTemplateFinger
658
+ biometricTemplateSignatureSign
659
+ familyNameNationalCharacter
660
+ givenNameNationalCharacter
661
+ signatureUsualMark
662
+
663
+ constructor() {
664
+ super("org.iso.18013.5.1.mDL")
665
+ }
666
+
667
+ disableIntentToRetainValues() {
668
+ this.setAll(_NameSpaceMDL__WEBPACK_IMPORTED_MODULE_0__.MDLIntentToRetain.FALSE);
669
+ }
670
+
671
+ enableIntentToRetainValues() {
672
+ this.setAll(_NameSpaceMDL__WEBPACK_IMPORTED_MODULE_0__.MDLIntentToRetain.TRUE);
673
+ }
674
+
675
+ setAll(value) {
676
+ this.familyName = value;
677
+ this.givenName = value;
678
+ this.birthDate = value;
679
+ this.issueDate = value;
680
+ this.expiryDate = value;
681
+ this.issuingCountry = value;
682
+ this.issuingAuthority = value;
683
+ this.documentNumber = value;
684
+ this.portrait = value;
685
+ this.drivingPrivileges = value;
686
+ this.unDistinguishingSign = value;
687
+ this.administrativeNumber = value;
688
+ this.sex = value;
689
+ this.height = value;
690
+ this.weight = value;
691
+ this.eyeColour = value;
692
+ this.hairColour = value;
693
+ this.birthPlace = value;
694
+ this.residentAddress = value;
695
+ this.portraitCaptureDate = value;
696
+ this.ageInYears = value;
697
+ this.ageBirthYear = value;
698
+ this.ageOver18 = value;
699
+ this.issuingJurisdiction = value;
700
+ this.nationality = value;
701
+ this.residentCity = value;
702
+ this.residentState = value;
703
+ this.residentPostalCode = value;
704
+ this.residentCountry = value;
705
+ this.biometricTemplateFace = value;
706
+ this.biometricTemplateIris = value;
707
+ this.biometricTemplateFinger = value;
708
+ this.biometricTemplateSignatureSign = value;
709
+ this.familyNameNationalCharacter = value;
710
+ this.givenNameNationalCharacter = value;
711
+ this.signatureUsualMark = value;
712
+ }
713
+
714
+ static fromJson(jsonObject) {
715
+ if (jsonObject == null) return null
716
+ const result = new DocumentRequest18013MDL()
717
+
718
+ result.namespaces = (jsonObject["namespaces"]).map(item => _NameSpaceMDL__WEBPACK_IMPORTED_MODULE_0__.NameSpaceMDL.fromJson(item));
719
+ result.familyName = jsonObject["familyName"]
720
+ result.givenName = jsonObject["givenName"]
721
+ result.birthDate = jsonObject["birthDate"]
722
+ result.issueDate = jsonObject["issueDate"]
723
+ result.expiryDate = jsonObject["expiryDate"]
724
+ result.issuingCountry = jsonObject["issuingCountry"]
725
+ result.issuingAuthority = jsonObject["issuingAuthority"]
726
+ result.documentNumber = jsonObject["documentNumber"]
727
+ result.portrait = jsonObject["portrait"]
728
+ result.drivingPrivileges = jsonObject["drivingPrivileges"]
729
+ result.unDistinguishingSign = jsonObject["unDistinguishingSign"]
730
+ result.administrativeNumber = jsonObject["administrativeNumber"]
731
+ result.sex = jsonObject["sex"]
732
+ result.height = jsonObject["height"]
733
+ result.weight = jsonObject["weight"]
734
+ result.eyeColour = jsonObject["eyeColour"]
735
+ result.hairColour = jsonObject["hairColour"]
736
+ result.birthPlace = jsonObject["birthPlace"]
737
+ result.residentAddress = jsonObject["residentAddress"]
738
+ result.portraitCaptureDate = jsonObject["portraitCaptureDate"]
739
+ result.ageInYears = jsonObject["ageInYears"]
740
+ result.ageBirthYear = jsonObject["ageBirthYear"]
741
+ result.ageOver18 = jsonObject["ageOver18"]
742
+ result.issuingJurisdiction = jsonObject["issuingJurisdiction"]
743
+ result.nationality = jsonObject["nationality"]
744
+ result.residentCity = jsonObject["residentCity"]
745
+ result.residentState = jsonObject["residentState"]
746
+ result.residentPostalCode = jsonObject["residentPostalCode"]
747
+ result.residentCountry = jsonObject["residentCountry"]
748
+ result.biometricTemplateFace = jsonObject["biometricTemplateFace"]
749
+ result.biometricTemplateIris = jsonObject["biometricTemplateIris"]
750
+ result.biometricTemplateFinger = jsonObject["biometricTemplateFinger"]
751
+ result.biometricTemplateSignatureSign = jsonObject["biometricTemplateSignatureSign"]
752
+ result.familyNameNationalCharacter = jsonObject["familyNameNationalCharacter"]
753
+ result.givenNameNationalCharacter = jsonObject["givenNameNationalCharacter"]
754
+ result.signatureUsualMark = jsonObject["signatureUsualMark"]
755
+
756
+ return result
757
+ }
758
+
759
+ toJson() {
760
+ return {
761
+ "docType": this.docType,
762
+ "namespaces": this.namespaces.map(item => item.toJson()),
763
+ "familyName": this.familyName,
764
+ "givenName": this.givenName,
765
+ "birthDate": this.birthDate,
766
+ "issueDate": this.issueDate,
767
+ "expiryDate": this.expiryDate,
768
+ "issuingCountry": this.issuingCountry,
769
+ "issuingAuthority": this.issuingAuthority,
770
+ "documentNumber": this.documentNumber,
771
+ "portrait": this.portrait,
772
+ "drivingPrivileges": this.drivingPrivileges,
773
+ "unDistinguishingSign": this.unDistinguishingSign,
774
+ "administrativeNumber": this.administrativeNumber,
775
+ "sex": this.sex,
776
+ "height": this.height,
777
+ "weight": this.weight,
778
+ "eyeColour": this.eyeColour,
779
+ "hairColour": this.hairColour,
780
+ "birthPlace": this.birthPlace,
781
+ "residentAddress": this.residentAddress,
782
+ "portraitCaptureDate": this.portraitCaptureDate,
783
+ "ageInYears": this.ageInYears,
784
+ "ageBirthYear": this.ageBirthYear,
785
+ "ageOver18": this.ageOver18,
786
+ "issuingJurisdiction": this.issuingJurisdiction,
787
+ "nationality": this.nationality,
788
+ "residentCity": this.residentCity,
789
+ "residentState": this.residentState,
790
+ "residentPostalCode": this.residentPostalCode,
791
+ "residentCountry": this.residentCountry,
792
+ "biometricTemplateFace": this.biometricTemplateFace,
793
+ "biometricTemplateIris": this.biometricTemplateIris,
794
+ "biometricTemplateFinger": this.biometricTemplateFinger,
795
+ "biometricTemplateSignatureSign": this.biometricTemplateSignatureSign,
796
+ "familyNameNationalCharacter": this.familyNameNationalCharacter,
797
+ "givenNameNationalCharacter": this.givenNameNationalCharacter,
798
+ "signatureUsualMark": this.signatureUsualMark,
799
+ }
800
+ }
801
+ }
802
+
803
+
804
+ /***/ },
805
+
806
+ /***/ "./src/engagement/NameSpaceMDL.js"
807
+ /*!****************************************!*\
808
+ !*** ./src/engagement/NameSpaceMDL.js ***!
809
+ \****************************************/
810
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
811
+
812
+ __webpack_require__.r(__webpack_exports__);
813
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
814
+ /* harmony export */ MDLIntentToRetain: () => (/* binding */ MDLIntentToRetain),
815
+ /* harmony export */ NameSpaceMDL: () => (/* binding */ NameSpaceMDL)
816
+ /* harmony export */ });
817
+ class NameSpaceMDL {
818
+ name
819
+ map = {}
820
+
821
+ constructor(name) {
822
+ this.name = name
823
+ }
824
+
825
+ addField(name, intentToRetain) {
826
+ this.map[name] = intentToRetain;
827
+ }
828
+
829
+ static fromJson(jsonObject) {
830
+ if (jsonObject == null) return null
831
+ const result = new NameSpaceMDL(jsonObject["name"])
832
+
833
+ result.map = jsonObject["map"]
834
+
835
+ return result
836
+ }
837
+
838
+ toJson() {
839
+ return {
840
+ "name": this.name,
841
+ "map": this.map
842
+ }
843
+ }
844
+ }
845
+
846
+ const MDLIntentToRetain = {
847
+ FALSE: 0,
848
+ TRUE: 1,
849
+ }
850
+
851
+
852
+ /***/ },
853
+
854
+ /***/ "./src/index.js"
404
855
  /*!**********************!*\
405
856
  !*** ./src/index.js ***!
406
857
  \**********************/
407
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
858
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
408
859
 
409
860
  __webpack_require__.r(__webpack_exports__);
410
861
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
411
- /* harmony export */ AccessControlProcedureType: () => (/* reexport safe */ _results_rfid_AccessControlProcedureType__WEBPACK_IMPORTED_MODULE_73__.AccessControlProcedureType),
412
- /* harmony export */ Application: () => (/* reexport safe */ _results_rfid_Application__WEBPACK_IMPORTED_MODULE_70__.Application),
413
- /* harmony export */ Attribute: () => (/* reexport safe */ _results_rfid_Attribute__WEBPACK_IMPORTED_MODULE_57__.Attribute),
414
- /* harmony export */ Authenticity: () => (/* reexport safe */ _results_authenticity_Authenticity__WEBPACK_IMPORTED_MODULE_41__.Authenticity),
415
- /* harmony export */ AuthenticityCheck: () => (/* reexport safe */ _results_authenticity_AuthenticityCheck__WEBPACK_IMPORTED_MODULE_39__.AuthenticityCheck),
416
- /* harmony export */ AuthenticityElement: () => (/* reexport safe */ _results_authenticity_AuthenticityElement__WEBPACK_IMPORTED_MODULE_37__.AuthenticityElement),
417
- /* harmony export */ AuthenticityParams: () => (/* reexport safe */ _params_process_params_AuthenticityParams__WEBPACK_IMPORTED_MODULE_80__.AuthenticityParams),
418
- /* harmony export */ AuthenticityResult: () => (/* reexport safe */ _results_authenticity_AuthenticityResult__WEBPACK_IMPORTED_MODULE_38__.AuthenticityResult),
419
- /* harmony export */ Authority: () => (/* reexport safe */ _results_rfid_Authority__WEBPACK_IMPORTED_MODULE_61__.Authority),
420
- /* harmony export */ BackendProcessingConfig: () => (/* reexport safe */ _params_process_params_BackendProcessingConfig__WEBPACK_IMPORTED_MODULE_81__.BackendProcessingConfig),
421
- /* harmony export */ BarcodeField: () => (/* reexport safe */ _results_barcode_BarcodeField__WEBPACK_IMPORTED_MODULE_46__.BarcodeField),
422
- /* harmony export */ BarcodeResult: () => (/* reexport safe */ _results_barcode_BarcodeResult__WEBPACK_IMPORTED_MODULE_45__.BarcodeResult),
423
- /* harmony export */ BarcodeStatus: () => (/* reexport safe */ _results_barcode_BarcodeStatus__WEBPACK_IMPORTED_MODULE_43__.BarcodeStatus),
424
- /* harmony export */ BarcodeType: () => (/* reexport safe */ _results_barcode_BarcodeType__WEBPACK_IMPORTED_MODULE_44__.BarcodeType),
425
- /* harmony export */ BytesData: () => (/* reexport safe */ _results_visible_digital_seals_BytesData__WEBPACK_IMPORTED_MODULE_52__.BytesData),
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),
432
- /* harmony export */ CardProperties: () => (/* reexport safe */ _results_rfid_CardProperties__WEBPACK_IMPORTED_MODULE_55__.CardProperties),
433
- /* harmony export */ CertificateChain: () => (/* reexport safe */ _results_rfid_CertificateChain__WEBPACK_IMPORTED_MODULE_60__.CertificateChain),
434
- /* harmony export */ CertificateData: () => (/* reexport safe */ _results_rfid_CertificateData__WEBPACK_IMPORTED_MODULE_66__.CertificateData),
435
- /* harmony export */ CheckDiagnose: () => (/* reexport safe */ _results_authenticity_CheckDiagnose__WEBPACK_IMPORTED_MODULE_36__.CheckDiagnose),
862
+ /* harmony export */ AccessControlProcedureType: () => (/* reexport safe */ _results_rfid_AccessControlProcedureType__WEBPACK_IMPORTED_MODULE_76__.AccessControlProcedureType),
863
+ /* harmony export */ AgeStatus: () => (/* reexport safe */ _results_status_AgeStatus__WEBPACK_IMPORTED_MODULE_36__.AgeStatus),
864
+ /* harmony export */ Application: () => (/* reexport safe */ _results_rfid_Application__WEBPACK_IMPORTED_MODULE_73__.Application),
865
+ /* harmony export */ Attribute: () => (/* reexport safe */ _results_rfid_Attribute__WEBPACK_IMPORTED_MODULE_60__.Attribute),
866
+ /* harmony export */ Authenticity: () => (/* reexport safe */ _results_authenticity_Authenticity__WEBPACK_IMPORTED_MODULE_42__.Authenticity),
867
+ /* harmony export */ AuthenticityCheck: () => (/* reexport safe */ _results_authenticity_AuthenticityCheck__WEBPACK_IMPORTED_MODULE_40__.AuthenticityCheck),
868
+ /* harmony export */ AuthenticityElement: () => (/* reexport safe */ _results_authenticity_AuthenticityElement__WEBPACK_IMPORTED_MODULE_38__.AuthenticityElement),
869
+ /* harmony export */ AuthenticityParams: () => (/* reexport safe */ _params_process_params_AuthenticityParams__WEBPACK_IMPORTED_MODULE_83__.AuthenticityParams),
870
+ /* harmony export */ AuthenticityResult: () => (/* reexport safe */ _results_authenticity_AuthenticityResult__WEBPACK_IMPORTED_MODULE_39__.AuthenticityResult),
871
+ /* harmony export */ Authority: () => (/* reexport safe */ _results_rfid_Authority__WEBPACK_IMPORTED_MODULE_64__.Authority),
872
+ /* harmony export */ BackendProcessingConfig: () => (/* reexport safe */ _params_process_params_BackendProcessingConfig__WEBPACK_IMPORTED_MODULE_84__.BackendProcessingConfig),
873
+ /* harmony export */ BarcodeField: () => (/* reexport safe */ _results_barcode_BarcodeField__WEBPACK_IMPORTED_MODULE_47__.BarcodeField),
874
+ /* harmony export */ BarcodeResult: () => (/* reexport safe */ _results_barcode_BarcodeResult__WEBPACK_IMPORTED_MODULE_46__.BarcodeResult),
875
+ /* harmony export */ BarcodeStatus: () => (/* reexport safe */ _results_barcode_BarcodeStatus__WEBPACK_IMPORTED_MODULE_44__.BarcodeStatus),
876
+ /* harmony export */ BarcodeType: () => (/* reexport safe */ _results_barcode_BarcodeType__WEBPACK_IMPORTED_MODULE_45__.BarcodeType),
877
+ /* harmony export */ BytesData: () => (/* reexport safe */ _results_visible_digital_seals_BytesData__WEBPACK_IMPORTED_MODULE_53__.BytesData),
878
+ /* harmony export */ CameraMode: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_86__.CameraMode),
879
+ /* harmony export */ CameraPosition: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_86__.CameraPosition),
880
+ /* harmony export */ CameraSize: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_86__.CameraSize),
881
+ /* harmony export */ Cap: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_90__.Cap),
882
+ /* harmony export */ CaptureMode: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_86__.CaptureMode),
883
+ /* harmony export */ CaptureSessionPreset: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_86__.CaptureSessionPreset),
884
+ /* harmony export */ CardProperties: () => (/* reexport safe */ _results_rfid_CardProperties__WEBPACK_IMPORTED_MODULE_58__.CardProperties),
885
+ /* harmony export */ CertificateChain: () => (/* reexport safe */ _results_rfid_CertificateChain__WEBPACK_IMPORTED_MODULE_63__.CertificateChain),
886
+ /* harmony export */ CertificateData: () => (/* reexport safe */ _results_rfid_CertificateData__WEBPACK_IMPORTED_MODULE_69__.CertificateData),
887
+ /* harmony export */ CheckDiagnose: () => (/* reexport safe */ _results_authenticity_CheckDiagnose__WEBPACK_IMPORTED_MODULE_37__.CheckDiagnose),
436
888
  /* harmony export */ CheckResult: () => (/* reexport safe */ _results_status_CheckResult__WEBPACK_IMPORTED_MODULE_34__.CheckResult),
437
889
  /* harmony export */ Comparison: () => (/* reexport safe */ _results_visual_results_Comparison__WEBPACK_IMPORTED_MODULE_18__.Comparison),
438
890
  /* harmony export */ Coordinate: () => (/* reexport safe */ _results_Position__WEBPACK_IMPORTED_MODULE_31__.Coordinate),
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),
445
- /* harmony export */ DataField: () => (/* reexport safe */ _results_rfid_DataField__WEBPACK_IMPORTED_MODULE_56__.DataField),
891
+ /* harmony export */ CustomButtonTag: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_90__.CustomButtonTag),
892
+ /* harmony export */ Customization: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_90__.Customization),
893
+ /* harmony export */ CustomizationColors: () => (/* reexport safe */ _params_customization_CustomizationColors__WEBPACK_IMPORTED_MODULE_91__.CustomizationColors),
894
+ /* harmony export */ CustomizationFonts: () => (/* reexport safe */ _params_customization_CustomizationFonts__WEBPACK_IMPORTED_MODULE_87__.CustomizationFonts),
895
+ /* harmony export */ CustomizationImages: () => (/* reexport safe */ _params_customization_CustomizationImages__WEBPACK_IMPORTED_MODULE_88__.CustomizationImages),
896
+ /* harmony export */ DTCDataGroup: () => (/* reexport safe */ _params_rfid_scenario_DTCDataGroup__WEBPACK_IMPORTED_MODULE_94__.DTCDataGroup),
897
+ /* harmony export */ DataField: () => (/* reexport safe */ _results_rfid_DataField__WEBPACK_IMPORTED_MODULE_59__.DataField),
898
+ /* harmony export */ DataRetrieval: () => (/* reexport safe */ _engagement_DataRetrieval__WEBPACK_IMPORTED_MODULE_104__.DataRetrieval),
899
+ /* harmony export */ DeviceEngagement: () => (/* reexport safe */ _engagement_DeviceEngagement__WEBPACK_IMPORTED_MODULE_105__.DeviceEngagement),
900
+ /* harmony export */ DeviceRetrievalMethod: () => (/* reexport safe */ _engagement_DeviceRetrievalMethod__WEBPACK_IMPORTED_MODULE_108__.DeviceRetrievalMethod),
901
+ /* harmony export */ DocFeature: () => (/* reexport safe */ _results_visible_digital_seals_DocFeature__WEBPACK_IMPORTED_MODULE_54__.DocFeature),
446
902
  /* harmony export */ DocFormat: () => (/* reexport safe */ _results_DocumentType__WEBPACK_IMPORTED_MODULE_28__.DocFormat),
447
903
  /* harmony export */ DocReaderAction: () => (/* binding */ DocReaderAction),
448
904
  /* harmony export */ DocReaderException: () => (/* reexport safe */ _info_DocReaderException__WEBPACK_IMPORTED_MODULE_8__.DocReaderException),
449
- /* harmony export */ DocReaderFrame: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_83__.DocReaderFrame),
905
+ /* harmony export */ DocReaderFrame: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_86__.DocReaderFrame),
450
906
  /* harmony export */ DocReaderOrientation: () => (/* reexport safe */ _info_DocReaderScenario__WEBPACK_IMPORTED_MODULE_11__.DocReaderOrientation),
451
907
  /* harmony export */ DocReaderScenario: () => (/* reexport safe */ _info_DocReaderScenario__WEBPACK_IMPORTED_MODULE_11__.DocReaderScenario),
452
908
  /* harmony export */ DocReaderVersion: () => (/* reexport safe */ _info_DocReaderVersion__WEBPACK_IMPORTED_MODULE_6__.DocReaderVersion),
453
909
  /* harmony export */ DocumentReader: () => (/* binding */ DocumentReader),
910
+ /* harmony export */ DocumentRequest18013MDL: () => (/* reexport safe */ _engagement_DocumentRequestMDL__WEBPACK_IMPORTED_MODULE_107__.DocumentRequest18013MDL),
911
+ /* harmony export */ DocumentRequestMDL: () => (/* reexport safe */ _engagement_DocumentRequestMDL__WEBPACK_IMPORTED_MODULE_107__.DocumentRequestMDL),
454
912
  /* harmony export */ DocumentType: () => (/* reexport safe */ _results_DocumentType__WEBPACK_IMPORTED_MODULE_28__.DocumentType),
455
913
  /* harmony export */ DocumentTypeEnum: () => (/* reexport safe */ _results_DocumentType__WEBPACK_IMPORTED_MODULE_28__.DocType),
456
914
  /* harmony export */ DocumentsDatabase: () => (/* reexport safe */ _info_DocumentsDatabase__WEBPACK_IMPORTED_MODULE_9__.DocumentsDatabase),
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),
915
+ /* harmony export */ EDLDataGroups: () => (/* reexport safe */ _params_rfid_scenario_EDLDataGroups__WEBPACK_IMPORTED_MODULE_96__.EDLDataGroups),
916
+ /* harmony export */ EIDDataGroups: () => (/* reexport safe */ _params_rfid_scenario_EIDDataGroups__WEBPACK_IMPORTED_MODULE_93__.EIDDataGroups),
917
+ /* harmony export */ EPassportDataGroups: () => (/* reexport safe */ _params_rfid_scenario_EPassportDataGroups__WEBPACK_IMPORTED_MODULE_92__.EPassportDataGroups),
460
918
  /* harmony export */ ErrorCodes: () => (/* reexport safe */ _info_DocReaderException__WEBPACK_IMPORTED_MODULE_8__.ErrorCodes),
461
- /* harmony export */ Extension: () => (/* reexport safe */ _results_rfid_Extension__WEBPACK_IMPORTED_MODULE_72__.Extension),
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),
919
+ /* harmony export */ Extension: () => (/* reexport safe */ _results_rfid_Extension__WEBPACK_IMPORTED_MODULE_75__.Extension),
920
+ /* harmony export */ FaceApiParams: () => (/* reexport safe */ _params_process_params_FaceApiParams__WEBPACK_IMPORTED_MODULE_80__.FaceApiParams),
921
+ /* harmony export */ FaceApiSearchParams: () => (/* reexport safe */ _params_process_params_FaceApiSearchParams__WEBPACK_IMPORTED_MODULE_85__.FaceApiSearchParams),
464
922
  /* harmony export */ FieldType: () => (/* reexport safe */ _results_visual_results_FieldType__WEBPACK_IMPORTED_MODULE_22__.FieldType),
465
- /* harmony export */ File: () => (/* reexport safe */ _results_rfid_File__WEBPACK_IMPORTED_MODULE_62__.File),
466
- /* harmony export */ FileData: () => (/* reexport safe */ _results_rfid_FileData__WEBPACK_IMPORTED_MODULE_67__.FileData),
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),
923
+ /* harmony export */ File: () => (/* reexport safe */ _results_rfid_File__WEBPACK_IMPORTED_MODULE_65__.File),
924
+ /* harmony export */ FileData: () => (/* reexport safe */ _results_rfid_FileData__WEBPACK_IMPORTED_MODULE_70__.FileData),
925
+ /* harmony export */ Font: () => (/* reexport safe */ _params_customization_Font__WEBPACK_IMPORTED_MODULE_89__.Font),
926
+ /* harmony export */ FontStyle: () => (/* reexport safe */ _params_customization_Font__WEBPACK_IMPORTED_MODULE_89__.FontStyle),
927
+ /* harmony export */ FrameShapeType: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_90__.FrameShapeType),
928
+ /* harmony export */ Functionality: () => (/* reexport safe */ _params_Functionality__WEBPACK_IMPORTED_MODULE_86__.Functionality),
929
+ /* harmony export */ GlaresCheckParams: () => (/* reexport safe */ _params_process_params_GlaresCheckParams__WEBPACK_IMPORTED_MODULE_79__.GlaresCheckParams),
472
930
  /* harmony export */ GraphicField: () => (/* reexport safe */ _results_visual_results_GraphicField__WEBPACK_IMPORTED_MODULE_23__.GraphicField),
473
931
  /* harmony export */ GraphicFieldType: () => (/* reexport safe */ _results_visual_results_GraphicFieldType__WEBPACK_IMPORTED_MODULE_14__.GraphicFieldType),
474
932
  /* harmony export */ GraphicResult: () => (/* reexport safe */ _results_visual_results_GraphicResult__WEBPACK_IMPORTED_MODULE_27__.GraphicResult),
475
933
  /* harmony export */ ImageFormat: () => (/* reexport safe */ _config_OnlineProcessingConfig__WEBPACK_IMPORTED_MODULE_1__.ImageFormat),
476
934
  /* harmony export */ ImageInputData: () => (/* reexport safe */ _config_RecognizeConfig__WEBPACK_IMPORTED_MODULE_5__.ImageInputData),
477
- /* harmony export */ ImageQA: () => (/* reexport safe */ _params_process_params_ImageQA__WEBPACK_IMPORTED_MODULE_79__.ImageQA),
478
- /* harmony export */ ImageQuality: () => (/* reexport safe */ _results_image_quality_ImageQuality__WEBPACK_IMPORTED_MODULE_47__.ImageQuality),
479
- /* harmony export */ ImageQualityCheckType: () => (/* reexport safe */ _results_image_quality_ImageQualityCheckType__WEBPACK_IMPORTED_MODULE_49__.ImageQualityCheckType),
480
- /* harmony export */ ImageQualityGroup: () => (/* reexport safe */ _results_image_quality_ImageQualityGroup__WEBPACK_IMPORTED_MODULE_48__.ImageQualityGroup),
935
+ /* harmony export */ ImageQA: () => (/* reexport safe */ _params_process_params_ImageQA__WEBPACK_IMPORTED_MODULE_82__.ImageQA),
936
+ /* harmony export */ ImageQuality: () => (/* reexport safe */ _results_image_quality_ImageQuality__WEBPACK_IMPORTED_MODULE_48__.ImageQuality),
937
+ /* harmony export */ ImageQualityCheckType: () => (/* reexport safe */ _results_image_quality_ImageQualityCheckType__WEBPACK_IMPORTED_MODULE_50__.ImageQualityCheckType),
938
+ /* harmony export */ ImageQualityGroup: () => (/* reexport safe */ _results_image_quality_ImageQualityGroup__WEBPACK_IMPORTED_MODULE_49__.ImageQualityGroup),
481
939
  /* harmony export */ InitConfig: () => (/* reexport safe */ _config_InitConfig__WEBPACK_IMPORTED_MODULE_2__.InitConfig),
482
940
  /* harmony export */ LCID: () => (/* reexport safe */ _results_visual_results_LCID__WEBPACK_IMPORTED_MODULE_13__.LCID),
483
- /* harmony export */ LDSParsingErrorCodes: () => (/* reexport safe */ _results_visible_digital_seals_LDSParsingErrorCodes__WEBPACK_IMPORTED_MODULE_50__.LDSParsingErrorCodes),
484
- /* harmony export */ LDSParsingNotificationCodes: () => (/* reexport safe */ _results_visible_digital_seals_LDSParsingNotificationCodes__WEBPACK_IMPORTED_MODULE_53__.LDSParsingNotificationCodes),
941
+ /* harmony export */ LDSParsingErrorCodes: () => (/* reexport safe */ _results_visible_digital_seals_LDSParsingErrorCodes__WEBPACK_IMPORTED_MODULE_51__.LDSParsingErrorCodes),
942
+ /* harmony export */ LDSParsingNotificationCodes: () => (/* reexport safe */ _results_visible_digital_seals_LDSParsingNotificationCodes__WEBPACK_IMPORTED_MODULE_56__.LDSParsingNotificationCodes),
485
943
  /* harmony export */ License: () => (/* reexport safe */ _info_License__WEBPACK_IMPORTED_MODULE_10__.License),
486
944
  /* harmony export */ Lights: () => (/* reexport safe */ _results_visual_results_Lights__WEBPACK_IMPORTED_MODULE_20__.Lights),
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),
945
+ /* harmony export */ LivenessParams: () => (/* reexport safe */ _params_process_params_LivenessParams__WEBPACK_IMPORTED_MODULE_77__.LivenessParams),
946
+ /* harmony export */ LogLevel: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_78__.LogLevel),
947
+ /* harmony export */ MDLDeviceEngagement: () => (/* reexport safe */ _engagement_DeviceEngagement__WEBPACK_IMPORTED_MODULE_105__.MDLDeviceEngagement),
948
+ /* harmony export */ MDLDeviceRetrieval: () => (/* reexport safe */ _engagement_DataRetrieval__WEBPACK_IMPORTED_MODULE_104__.MDLDeviceRetrieval),
949
+ /* harmony export */ MDLDocRequestPreset: () => (/* reexport safe */ _engagement_DataRetrieval__WEBPACK_IMPORTED_MODULE_104__.MDLDocRequestPreset),
950
+ /* harmony export */ MDLIntentToRetain: () => (/* reexport safe */ _engagement_NameSpaceMDL__WEBPACK_IMPORTED_MODULE_106__.MDLIntentToRetain),
951
+ /* harmony export */ MRZFormat: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_78__.MRZFormat),
952
+ /* harmony export */ MeasureSystem: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_78__.MeasureSystem),
953
+ /* harmony export */ MrzDetectionModes: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_78__.MrzDetectionModes),
954
+ /* harmony export */ NameSpaceMDL: () => (/* reexport safe */ _engagement_NameSpaceMDL__WEBPACK_IMPORTED_MODULE_106__.NameSpaceMDL),
492
955
  /* harmony export */ OnlineMode: () => (/* reexport safe */ _config_OnlineProcessingConfig__WEBPACK_IMPORTED_MODULE_1__.OnlineMode),
493
956
  /* harmony export */ OnlineProcessingConfig: () => (/* reexport safe */ _config_OnlineProcessingConfig__WEBPACK_IMPORTED_MODULE_1__.OnlineProcessingConfig),
494
957
  /* harmony export */ OpticalStatus: () => (/* reexport safe */ _results_status_OpticalStatus__WEBPACK_IMPORTED_MODULE_35__.OpticalStatus),
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),
497
- /* harmony export */ PDF417Info: () => (/* reexport safe */ _results_barcode_PDF417Info__WEBPACK_IMPORTED_MODULE_42__.PDF417Info),
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),
958
+ /* harmony export */ PAAttribute: () => (/* reexport safe */ _rfid_PAAttribute__WEBPACK_IMPORTED_MODULE_101__.PAAttribute),
959
+ /* harmony export */ PAResourcesIssuer: () => (/* reexport safe */ _rfid_PAResourcesIssuer__WEBPACK_IMPORTED_MODULE_97__.PAResourcesIssuer),
960
+ /* harmony export */ PDF417Info: () => (/* reexport safe */ _results_barcode_PDF417Info__WEBPACK_IMPORTED_MODULE_43__.PDF417Info),
961
+ /* harmony export */ PKDCertificate: () => (/* reexport safe */ _rfid_PKDCertificate__WEBPACK_IMPORTED_MODULE_103__.PKDCertificate),
962
+ /* harmony export */ PKDResourceType: () => (/* reexport safe */ _rfid_PKDCertificate__WEBPACK_IMPORTED_MODULE_103__.PKDResourceType),
500
963
  /* harmony export */ Position: () => (/* reexport safe */ _results_Position__WEBPACK_IMPORTED_MODULE_31__.Position),
501
964
  /* harmony export */ PrepareProgress: () => (/* reexport safe */ _info_PrepareProgress__WEBPACK_IMPORTED_MODULE_7__.PrepareProgress),
502
- /* harmony export */ ProcessParams: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_75__.ProcessParams),
965
+ /* harmony export */ ProcessParams: () => (/* reexport safe */ _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_78__.ProcessParams),
503
966
  /* harmony export */ ProcessingFinishedStatus: () => (/* reexport safe */ _results_Results__WEBPACK_IMPORTED_MODULE_29__.ProcessingFinishedStatus),
504
- /* harmony export */ RFIDAccessControlProcedureType: () => (/* reexport safe */ _results_rfid_RFIDAccessControlProcedureType__WEBPACK_IMPORTED_MODULE_71__.RFIDAccessControlProcedureType),
505
- /* harmony export */ RFIDApplicationType: () => (/* reexport safe */ _results_rfid_Application__WEBPACK_IMPORTED_MODULE_70__.RFIDApplicationType),
506
- /* harmony export */ RFIDAuthenticationProcedureType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.RFIDAuthenticationProcedureType),
507
- /* harmony export */ RFIDCertificateType: () => (/* reexport safe */ _results_rfid_RFIDCertificateType__WEBPACK_IMPORTED_MODULE_68__.RFIDCertificateType),
967
+ /* harmony export */ RFIDAccessControlProcedureType: () => (/* reexport safe */ _results_rfid_RFIDAccessControlProcedureType__WEBPACK_IMPORTED_MODULE_74__.RFIDAccessControlProcedureType),
968
+ /* harmony export */ RFIDApplicationType: () => (/* reexport safe */ _results_rfid_Application__WEBPACK_IMPORTED_MODULE_73__.RFIDApplicationType),
969
+ /* harmony export */ RFIDAuthenticationProcedureType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_95__.RFIDAuthenticationProcedureType),
970
+ /* harmony export */ RFIDCertificateType: () => (/* reexport safe */ _results_rfid_RFIDCertificateType__WEBPACK_IMPORTED_MODULE_71__.RFIDCertificateType),
508
971
  /* harmony export */ RFIDConfig: () => (/* reexport safe */ _config_RFIDConfig__WEBPACK_IMPORTED_MODULE_3__.RFIDConfig),
509
- /* harmony export */ RFIDDataFileType: () => (/* reexport safe */ _results_rfid_RFIDDataFileType__WEBPACK_IMPORTED_MODULE_65__.RFIDDataFileType),
510
- /* harmony export */ RFIDErrorCodes: () => (/* reexport safe */ _rfid_RFIDErrorCodes__WEBPACK_IMPORTED_MODULE_95__.RFIDErrorCodes),
972
+ /* harmony export */ RFIDDataFileType: () => (/* reexport safe */ _results_rfid_RFIDDataFileType__WEBPACK_IMPORTED_MODULE_68__.RFIDDataFileType),
973
+ /* harmony export */ RFIDErrorCodes: () => (/* reexport safe */ _rfid_RFIDErrorCodes__WEBPACK_IMPORTED_MODULE_98__.RFIDErrorCodes),
511
974
  /* harmony export */ RFIDException: () => (/* reexport safe */ _info_RFIDException__WEBPACK_IMPORTED_MODULE_12__.RFIDException),
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),
975
+ /* harmony export */ RFIDNotification: () => (/* reexport safe */ _rfid_RFIDNotification__WEBPACK_IMPORTED_MODULE_100__.RFIDNotification),
976
+ /* harmony export */ RFIDNotificationCodes: () => (/* reexport safe */ _rfid_RFIDNotification__WEBPACK_IMPORTED_MODULE_100__.RFIDNotificationCodes),
514
977
  /* harmony export */ RFIDOrigin: () => (/* reexport safe */ _results_visual_results_RFIDOrigin__WEBPACK_IMPORTED_MODULE_24__.RFIDOrigin),
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),
520
- /* harmony export */ RFIDSessionData: () => (/* reexport safe */ _results_rfid_RFIDSessionData__WEBPACK_IMPORTED_MODULE_69__.RFIDSessionData),
978
+ /* harmony export */ RFIDParams: () => (/* reexport safe */ _params_process_params_RFIDParams__WEBPACK_IMPORTED_MODULE_81__.RFIDParams),
979
+ /* harmony export */ RFIDPasswordType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_95__.RFIDPasswordType),
980
+ /* harmony export */ RFIDReadingBufferSize: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_95__.RFIDReadingBufferSize),
981
+ /* harmony export */ RFIDSDKProfilerType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_95__.RFIDSDKProfilerType),
982
+ /* harmony export */ RFIDScenario: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_95__.RFIDScenario),
983
+ /* harmony export */ RFIDSessionData: () => (/* reexport safe */ _results_rfid_RFIDSessionData__WEBPACK_IMPORTED_MODULE_72__.RFIDSessionData),
521
984
  /* harmony export */ RFIDStatus: () => (/* reexport safe */ _results_status_RFIDStatus__WEBPACK_IMPORTED_MODULE_32__.RFIDStatus),
522
- /* harmony export */ RFIDTerminalType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.RFIDTerminalType),
523
- /* harmony export */ RFIDValidity: () => (/* reexport safe */ _results_rfid_RFIDValidity__WEBPACK_IMPORTED_MODULE_64__.RFIDValidity),
524
- /* harmony export */ RFIDValue: () => (/* reexport safe */ _results_rfid_RFIDValue__WEBPACK_IMPORTED_MODULE_63__.RFIDValue),
985
+ /* harmony export */ RFIDTerminalType: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_95__.RFIDTerminalType),
986
+ /* harmony export */ RFIDValidity: () => (/* reexport safe */ _results_rfid_RFIDValidity__WEBPACK_IMPORTED_MODULE_67__.RFIDValidity),
987
+ /* harmony export */ RFIDValue: () => (/* reexport safe */ _results_rfid_RFIDValue__WEBPACK_IMPORTED_MODULE_66__.RFIDValue),
525
988
  /* harmony export */ RecognizeConfig: () => (/* reexport safe */ _config_RecognizeConfig__WEBPACK_IMPORTED_MODULE_5__.RecognizeConfig),
526
989
  /* harmony export */ Rect: () => (/* reexport safe */ _results_visual_results_Rect__WEBPACK_IMPORTED_MODULE_16__.Rect),
527
990
  /* harmony export */ ResultType: () => (/* reexport safe */ _results_Results__WEBPACK_IMPORTED_MODULE_29__.ResultType),
@@ -529,22 +992,23 @@ __webpack_require__.r(__webpack_exports__);
529
992
  /* harmony export */ ResultsStatus: () => (/* reexport safe */ _results_status_ResultsStatus__WEBPACK_IMPORTED_MODULE_33__.ResultsStatus),
530
993
  /* harmony export */ ScannerConfig: () => (/* reexport safe */ _config_ScannerConfig__WEBPACK_IMPORTED_MODULE_4__.ScannerConfig),
531
994
  /* harmony export */ Scenario: () => (/* reexport safe */ _info_DocReaderScenario__WEBPACK_IMPORTED_MODULE_11__.Scenario),
532
- /* harmony export */ SecurityFeatureType: () => (/* reexport safe */ _results_authenticity_SecurityFeatureType__WEBPACK_IMPORTED_MODULE_40__.SecurityFeatureType),
533
- /* harmony export */ SecurityObject: () => (/* reexport safe */ _results_rfid_SecurityObject__WEBPACK_IMPORTED_MODULE_54__.SecurityObject),
534
- /* harmony export */ SecurityObjectCertificates: () => (/* reexport safe */ _results_rfid_SecurityObjectCertificates__WEBPACK_IMPORTED_MODULE_59__.SecurityObjectCertificates),
535
- /* harmony export */ SignManagementAction: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.SignManagementAction),
536
- /* harmony export */ SignerInfo: () => (/* reexport safe */ _results_rfid_SignerInfo__WEBPACK_IMPORTED_MODULE_58__.SignerInfo),
995
+ /* harmony export */ SecurityFeatureType: () => (/* reexport safe */ _results_authenticity_SecurityFeatureType__WEBPACK_IMPORTED_MODULE_41__.SecurityFeatureType),
996
+ /* harmony export */ SecurityObject: () => (/* reexport safe */ _results_rfid_SecurityObject__WEBPACK_IMPORTED_MODULE_57__.SecurityObject),
997
+ /* harmony export */ SecurityObjectCertificates: () => (/* reexport safe */ _results_rfid_SecurityObjectCertificates__WEBPACK_IMPORTED_MODULE_62__.SecurityObjectCertificates),
998
+ /* harmony export */ SignManagementAction: () => (/* reexport safe */ _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_95__.SignManagementAction),
999
+ /* harmony export */ SignerInfo: () => (/* reexport safe */ _results_rfid_SignerInfo__WEBPACK_IMPORTED_MODULE_61__.SignerInfo),
537
1000
  /* harmony export */ Symbol: () => (/* reexport safe */ _results_visual_results_Symbol__WEBPACK_IMPORTED_MODULE_17__.Symbol),
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),
1001
+ /* harmony export */ TAChallenge: () => (/* reexport safe */ _rfid_TAChallenge__WEBPACK_IMPORTED_MODULE_102__.TAChallenge),
1002
+ /* harmony export */ TccParams: () => (/* reexport safe */ _rfid_TccParams__WEBPACK_IMPORTED_MODULE_99__.TccParams),
540
1003
  /* harmony export */ TextField: () => (/* reexport safe */ _results_visual_results_TextField__WEBPACK_IMPORTED_MODULE_19__.TextField),
541
1004
  /* harmony export */ TextResult: () => (/* reexport safe */ _results_visual_results_TextResult__WEBPACK_IMPORTED_MODULE_25__.TextResult),
542
1005
  /* harmony export */ TextSource: () => (/* reexport safe */ _results_visual_results_TextSource__WEBPACK_IMPORTED_MODULE_26__.TextSource),
543
1006
  /* harmony export */ TransactionInfo: () => (/* reexport safe */ _results_TransactionInfo__WEBPACK_IMPORTED_MODULE_30__.TransactionInfo),
544
- /* harmony export */ VDSNCData: () => (/* reexport safe */ _results_visible_digital_seals_VDSNCData__WEBPACK_IMPORTED_MODULE_51__.VDSNCData),
1007
+ /* harmony export */ VDSData: () => (/* reexport safe */ _results_visible_digital_seals_VDSData__WEBPACK_IMPORTED_MODULE_55__.VDSData),
1008
+ /* harmony export */ VDSNCData: () => (/* reexport safe */ _results_visible_digital_seals_VDSNCData__WEBPACK_IMPORTED_MODULE_52__.VDSNCData),
545
1009
  /* harmony export */ Validity: () => (/* reexport safe */ _results_visual_results_Validity__WEBPACK_IMPORTED_MODULE_21__.Validity),
546
1010
  /* harmony export */ Value: () => (/* reexport safe */ _results_visual_results_Value__WEBPACK_IMPORTED_MODULE_15__.Value),
547
- /* harmony export */ ViewContentMode: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_87__.ViewContentMode)
1011
+ /* harmony export */ ViewContentMode: () => (/* reexport safe */ _params_customization_Customization__WEBPACK_IMPORTED_MODULE_90__.ViewContentMode)
548
1012
  /* harmony export */ });
549
1013
  /* harmony import */ var _internal_bridge__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./internal/bridge */ "./src/internal/bridge.js");
550
1014
  /* harmony import */ var _config_OnlineProcessingConfig__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./config/OnlineProcessingConfig */ "./src/config/OnlineProcessingConfig.js");
@@ -582,71 +1046,89 @@ __webpack_require__.r(__webpack_exports__);
582
1046
  /* harmony import */ var _results_status_ResultsStatus__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ./results/status/ResultsStatus */ "./src/results/status/ResultsStatus.js");
583
1047
  /* harmony import */ var _results_status_CheckResult__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ./results/status/CheckResult */ "./src/results/status/CheckResult.js");
584
1048
  /* harmony import */ var _results_status_OpticalStatus__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ./results/status/OpticalStatus */ "./src/results/status/OpticalStatus.js");
585
- /* harmony import */ var _results_authenticity_CheckDiagnose__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ./results/authenticity/CheckDiagnose */ "./src/results/authenticity/CheckDiagnose.js");
586
- /* harmony import */ var _results_authenticity_AuthenticityElement__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ./results/authenticity/AuthenticityElement */ "./src/results/authenticity/AuthenticityElement.js");
587
- /* harmony import */ var _results_authenticity_AuthenticityResult__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ./results/authenticity/AuthenticityResult */ "./src/results/authenticity/AuthenticityResult.js");
588
- /* harmony import */ var _results_authenticity_AuthenticityCheck__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ./results/authenticity/AuthenticityCheck */ "./src/results/authenticity/AuthenticityCheck.js");
589
- /* harmony import */ var _results_authenticity_SecurityFeatureType__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ./results/authenticity/SecurityFeatureType */ "./src/results/authenticity/SecurityFeatureType.js");
590
- /* harmony import */ var _results_authenticity_Authenticity__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ./results/authenticity/Authenticity */ "./src/results/authenticity/Authenticity.js");
591
- /* harmony import */ var _results_barcode_PDF417Info__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ./results/barcode/PDF417Info */ "./src/results/barcode/PDF417Info.js");
592
- /* harmony import */ var _results_barcode_BarcodeStatus__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ./results/barcode/BarcodeStatus */ "./src/results/barcode/BarcodeStatus.js");
593
- /* harmony import */ var _results_barcode_BarcodeType__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ./results/barcode/BarcodeType */ "./src/results/barcode/BarcodeType.js");
594
- /* harmony import */ var _results_barcode_BarcodeResult__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ./results/barcode/BarcodeResult */ "./src/results/barcode/BarcodeResult.js");
595
- /* harmony import */ var _results_barcode_BarcodeField__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ./results/barcode/BarcodeField */ "./src/results/barcode/BarcodeField.js");
596
- /* harmony import */ var _results_image_quality_ImageQuality__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ./results/image_quality/ImageQuality */ "./src/results/image_quality/ImageQuality.js");
597
- /* harmony import */ var _results_image_quality_ImageQualityGroup__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ./results/image_quality/ImageQualityGroup */ "./src/results/image_quality/ImageQualityGroup.js");
598
- /* harmony import */ var _results_image_quality_ImageQualityCheckType__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ./results/image_quality/ImageQualityCheckType */ "./src/results/image_quality/ImageQualityCheckType.js");
599
- /* harmony import */ var _results_visible_digital_seals_LDSParsingErrorCodes__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ./results/visible_digital_seals/LDSParsingErrorCodes */ "./src/results/visible_digital_seals/LDSParsingErrorCodes.js");
600
- /* harmony import */ var _results_visible_digital_seals_VDSNCData__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ./results/visible_digital_seals/VDSNCData */ "./src/results/visible_digital_seals/VDSNCData.js");
601
- /* harmony import */ var _results_visible_digital_seals_BytesData__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ./results/visible_digital_seals/BytesData */ "./src/results/visible_digital_seals/BytesData.js");
602
- /* harmony import */ var _results_visible_digital_seals_LDSParsingNotificationCodes__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ./results/visible_digital_seals/LDSParsingNotificationCodes */ "./src/results/visible_digital_seals/LDSParsingNotificationCodes.js");
603
- /* harmony import */ var _results_rfid_SecurityObject__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ./results/rfid/SecurityObject */ "./src/results/rfid/SecurityObject.js");
604
- /* harmony import */ var _results_rfid_CardProperties__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ./results/rfid/CardProperties */ "./src/results/rfid/CardProperties.js");
605
- /* harmony import */ var _results_rfid_DataField__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! ./results/rfid/DataField */ "./src/results/rfid/DataField.js");
606
- /* harmony import */ var _results_rfid_Attribute__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! ./results/rfid/Attribute */ "./src/results/rfid/Attribute.js");
607
- /* harmony import */ var _results_rfid_SignerInfo__WEBPACK_IMPORTED_MODULE_58__ = __webpack_require__(/*! ./results/rfid/SignerInfo */ "./src/results/rfid/SignerInfo.js");
608
- /* harmony import */ var _results_rfid_SecurityObjectCertificates__WEBPACK_IMPORTED_MODULE_59__ = __webpack_require__(/*! ./results/rfid/SecurityObjectCertificates */ "./src/results/rfid/SecurityObjectCertificates.js");
609
- /* harmony import */ var _results_rfid_CertificateChain__WEBPACK_IMPORTED_MODULE_60__ = __webpack_require__(/*! ./results/rfid/CertificateChain */ "./src/results/rfid/CertificateChain.js");
610
- /* harmony import */ var _results_rfid_Authority__WEBPACK_IMPORTED_MODULE_61__ = __webpack_require__(/*! ./results/rfid/Authority */ "./src/results/rfid/Authority.js");
611
- /* harmony import */ var _results_rfid_File__WEBPACK_IMPORTED_MODULE_62__ = __webpack_require__(/*! ./results/rfid/File */ "./src/results/rfid/File.js");
612
- /* harmony import */ var _results_rfid_RFIDValue__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! ./results/rfid/RFIDValue */ "./src/results/rfid/RFIDValue.js");
613
- /* harmony import */ var _results_rfid_RFIDValidity__WEBPACK_IMPORTED_MODULE_64__ = __webpack_require__(/*! ./results/rfid/RFIDValidity */ "./src/results/rfid/RFIDValidity.js");
614
- /* harmony import */ var _results_rfid_RFIDDataFileType__WEBPACK_IMPORTED_MODULE_65__ = __webpack_require__(/*! ./results/rfid/RFIDDataFileType */ "./src/results/rfid/RFIDDataFileType.js");
615
- /* harmony import */ var _results_rfid_CertificateData__WEBPACK_IMPORTED_MODULE_66__ = __webpack_require__(/*! ./results/rfid/CertificateData */ "./src/results/rfid/CertificateData.js");
616
- /* harmony import */ var _results_rfid_FileData__WEBPACK_IMPORTED_MODULE_67__ = __webpack_require__(/*! ./results/rfid/FileData */ "./src/results/rfid/FileData.js");
617
- /* harmony import */ var _results_rfid_RFIDCertificateType__WEBPACK_IMPORTED_MODULE_68__ = __webpack_require__(/*! ./results/rfid/RFIDCertificateType */ "./src/results/rfid/RFIDCertificateType.js");
618
- /* harmony import */ var _results_rfid_RFIDSessionData__WEBPACK_IMPORTED_MODULE_69__ = __webpack_require__(/*! ./results/rfid/RFIDSessionData */ "./src/results/rfid/RFIDSessionData.js");
619
- /* harmony import */ var _results_rfid_Application__WEBPACK_IMPORTED_MODULE_70__ = __webpack_require__(/*! ./results/rfid/Application */ "./src/results/rfid/Application.js");
620
- /* harmony import */ var _results_rfid_RFIDAccessControlProcedureType__WEBPACK_IMPORTED_MODULE_71__ = __webpack_require__(/*! ./results/rfid/RFIDAccessControlProcedureType */ "./src/results/rfid/RFIDAccessControlProcedureType.js");
621
- /* harmony import */ var _results_rfid_Extension__WEBPACK_IMPORTED_MODULE_72__ = __webpack_require__(/*! ./results/rfid/Extension */ "./src/results/rfid/Extension.js");
622
- /* harmony import */ var _results_rfid_AccessControlProcedureType__WEBPACK_IMPORTED_MODULE_73__ = __webpack_require__(/*! ./results/rfid/AccessControlProcedureType */ "./src/results/rfid/AccessControlProcedureType.js");
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");
1049
+ /* harmony import */ var _results_status_AgeStatus__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ./results/status/AgeStatus */ "./src/results/status/AgeStatus.js");
1050
+ /* harmony import */ var _results_authenticity_CheckDiagnose__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ./results/authenticity/CheckDiagnose */ "./src/results/authenticity/CheckDiagnose.js");
1051
+ /* harmony import */ var _results_authenticity_AuthenticityElement__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ./results/authenticity/AuthenticityElement */ "./src/results/authenticity/AuthenticityElement.js");
1052
+ /* harmony import */ var _results_authenticity_AuthenticityResult__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ./results/authenticity/AuthenticityResult */ "./src/results/authenticity/AuthenticityResult.js");
1053
+ /* harmony import */ var _results_authenticity_AuthenticityCheck__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ./results/authenticity/AuthenticityCheck */ "./src/results/authenticity/AuthenticityCheck.js");
1054
+ /* harmony import */ var _results_authenticity_SecurityFeatureType__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ./results/authenticity/SecurityFeatureType */ "./src/results/authenticity/SecurityFeatureType.js");
1055
+ /* harmony import */ var _results_authenticity_Authenticity__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ./results/authenticity/Authenticity */ "./src/results/authenticity/Authenticity.js");
1056
+ /* harmony import */ var _results_barcode_PDF417Info__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ./results/barcode/PDF417Info */ "./src/results/barcode/PDF417Info.js");
1057
+ /* harmony import */ var _results_barcode_BarcodeStatus__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ./results/barcode/BarcodeStatus */ "./src/results/barcode/BarcodeStatus.js");
1058
+ /* harmony import */ var _results_barcode_BarcodeType__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ./results/barcode/BarcodeType */ "./src/results/barcode/BarcodeType.js");
1059
+ /* harmony import */ var _results_barcode_BarcodeResult__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ./results/barcode/BarcodeResult */ "./src/results/barcode/BarcodeResult.js");
1060
+ /* harmony import */ var _results_barcode_BarcodeField__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ./results/barcode/BarcodeField */ "./src/results/barcode/BarcodeField.js");
1061
+ /* harmony import */ var _results_image_quality_ImageQuality__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ./results/image_quality/ImageQuality */ "./src/results/image_quality/ImageQuality.js");
1062
+ /* harmony import */ var _results_image_quality_ImageQualityGroup__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ./results/image_quality/ImageQualityGroup */ "./src/results/image_quality/ImageQualityGroup.js");
1063
+ /* harmony import */ var _results_image_quality_ImageQualityCheckType__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ./results/image_quality/ImageQualityCheckType */ "./src/results/image_quality/ImageQualityCheckType.js");
1064
+ /* harmony import */ var _results_visible_digital_seals_LDSParsingErrorCodes__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ./results/visible_digital_seals/LDSParsingErrorCodes */ "./src/results/visible_digital_seals/LDSParsingErrorCodes.js");
1065
+ /* harmony import */ var _results_visible_digital_seals_VDSNCData__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ./results/visible_digital_seals/VDSNCData */ "./src/results/visible_digital_seals/VDSNCData.js");
1066
+ /* harmony import */ var _results_visible_digital_seals_BytesData__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ./results/visible_digital_seals/BytesData */ "./src/results/visible_digital_seals/BytesData.js");
1067
+ /* harmony import */ var _results_visible_digital_seals_DocFeature__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ./results/visible_digital_seals/DocFeature */ "./src/results/visible_digital_seals/DocFeature.js");
1068
+ /* harmony import */ var _results_visible_digital_seals_VDSData__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ./results/visible_digital_seals/VDSData */ "./src/results/visible_digital_seals/VDSData.js");
1069
+ /* harmony import */ var _results_visible_digital_seals_LDSParsingNotificationCodes__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! ./results/visible_digital_seals/LDSParsingNotificationCodes */ "./src/results/visible_digital_seals/LDSParsingNotificationCodes.js");
1070
+ /* harmony import */ var _results_rfid_SecurityObject__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! ./results/rfid/SecurityObject */ "./src/results/rfid/SecurityObject.js");
1071
+ /* harmony import */ var _results_rfid_CardProperties__WEBPACK_IMPORTED_MODULE_58__ = __webpack_require__(/*! ./results/rfid/CardProperties */ "./src/results/rfid/CardProperties.js");
1072
+ /* harmony import */ var _results_rfid_DataField__WEBPACK_IMPORTED_MODULE_59__ = __webpack_require__(/*! ./results/rfid/DataField */ "./src/results/rfid/DataField.js");
1073
+ /* harmony import */ var _results_rfid_Attribute__WEBPACK_IMPORTED_MODULE_60__ = __webpack_require__(/*! ./results/rfid/Attribute */ "./src/results/rfid/Attribute.js");
1074
+ /* harmony import */ var _results_rfid_SignerInfo__WEBPACK_IMPORTED_MODULE_61__ = __webpack_require__(/*! ./results/rfid/SignerInfo */ "./src/results/rfid/SignerInfo.js");
1075
+ /* harmony import */ var _results_rfid_SecurityObjectCertificates__WEBPACK_IMPORTED_MODULE_62__ = __webpack_require__(/*! ./results/rfid/SecurityObjectCertificates */ "./src/results/rfid/SecurityObjectCertificates.js");
1076
+ /* harmony import */ var _results_rfid_CertificateChain__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! ./results/rfid/CertificateChain */ "./src/results/rfid/CertificateChain.js");
1077
+ /* harmony import */ var _results_rfid_Authority__WEBPACK_IMPORTED_MODULE_64__ = __webpack_require__(/*! ./results/rfid/Authority */ "./src/results/rfid/Authority.js");
1078
+ /* harmony import */ var _results_rfid_File__WEBPACK_IMPORTED_MODULE_65__ = __webpack_require__(/*! ./results/rfid/File */ "./src/results/rfid/File.js");
1079
+ /* harmony import */ var _results_rfid_RFIDValue__WEBPACK_IMPORTED_MODULE_66__ = __webpack_require__(/*! ./results/rfid/RFIDValue */ "./src/results/rfid/RFIDValue.js");
1080
+ /* harmony import */ var _results_rfid_RFIDValidity__WEBPACK_IMPORTED_MODULE_67__ = __webpack_require__(/*! ./results/rfid/RFIDValidity */ "./src/results/rfid/RFIDValidity.js");
1081
+ /* harmony import */ var _results_rfid_RFIDDataFileType__WEBPACK_IMPORTED_MODULE_68__ = __webpack_require__(/*! ./results/rfid/RFIDDataFileType */ "./src/results/rfid/RFIDDataFileType.js");
1082
+ /* harmony import */ var _results_rfid_CertificateData__WEBPACK_IMPORTED_MODULE_69__ = __webpack_require__(/*! ./results/rfid/CertificateData */ "./src/results/rfid/CertificateData.js");
1083
+ /* harmony import */ var _results_rfid_FileData__WEBPACK_IMPORTED_MODULE_70__ = __webpack_require__(/*! ./results/rfid/FileData */ "./src/results/rfid/FileData.js");
1084
+ /* harmony import */ var _results_rfid_RFIDCertificateType__WEBPACK_IMPORTED_MODULE_71__ = __webpack_require__(/*! ./results/rfid/RFIDCertificateType */ "./src/results/rfid/RFIDCertificateType.js");
1085
+ /* harmony import */ var _results_rfid_RFIDSessionData__WEBPACK_IMPORTED_MODULE_72__ = __webpack_require__(/*! ./results/rfid/RFIDSessionData */ "./src/results/rfid/RFIDSessionData.js");
1086
+ /* harmony import */ var _results_rfid_Application__WEBPACK_IMPORTED_MODULE_73__ = __webpack_require__(/*! ./results/rfid/Application */ "./src/results/rfid/Application.js");
1087
+ /* harmony import */ var _results_rfid_RFIDAccessControlProcedureType__WEBPACK_IMPORTED_MODULE_74__ = __webpack_require__(/*! ./results/rfid/RFIDAccessControlProcedureType */ "./src/results/rfid/RFIDAccessControlProcedureType.js");
1088
+ /* harmony import */ var _results_rfid_Extension__WEBPACK_IMPORTED_MODULE_75__ = __webpack_require__(/*! ./results/rfid/Extension */ "./src/results/rfid/Extension.js");
1089
+ /* harmony import */ var _results_rfid_AccessControlProcedureType__WEBPACK_IMPORTED_MODULE_76__ = __webpack_require__(/*! ./results/rfid/AccessControlProcedureType */ "./src/results/rfid/AccessControlProcedureType.js");
1090
+ /* harmony import */ var _params_process_params_LivenessParams__WEBPACK_IMPORTED_MODULE_77__ = __webpack_require__(/*! ./params/process_params/LivenessParams */ "./src/params/process_params/LivenessParams.js");
1091
+ /* harmony import */ var _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_78__ = __webpack_require__(/*! ./params/process_params/ProcessParams */ "./src/params/process_params/ProcessParams.js");
1092
+ /* harmony import */ var _params_process_params_GlaresCheckParams__WEBPACK_IMPORTED_MODULE_79__ = __webpack_require__(/*! ./params/process_params/GlaresCheckParams */ "./src/params/process_params/GlaresCheckParams.js");
1093
+ /* harmony import */ var _params_process_params_FaceApiParams__WEBPACK_IMPORTED_MODULE_80__ = __webpack_require__(/*! ./params/process_params/FaceApiParams */ "./src/params/process_params/FaceApiParams.js");
1094
+ /* harmony import */ var _params_process_params_RFIDParams__WEBPACK_IMPORTED_MODULE_81__ = __webpack_require__(/*! ./params/process_params/RFIDParams */ "./src/params/process_params/RFIDParams.js");
1095
+ /* harmony import */ var _params_process_params_ImageQA__WEBPACK_IMPORTED_MODULE_82__ = __webpack_require__(/*! ./params/process_params/ImageQA */ "./src/params/process_params/ImageQA.js");
1096
+ /* harmony import */ var _params_process_params_AuthenticityParams__WEBPACK_IMPORTED_MODULE_83__ = __webpack_require__(/*! ./params/process_params/AuthenticityParams */ "./src/params/process_params/AuthenticityParams.js");
1097
+ /* harmony import */ var _params_process_params_BackendProcessingConfig__WEBPACK_IMPORTED_MODULE_84__ = __webpack_require__(/*! ./params/process_params/BackendProcessingConfig */ "./src/params/process_params/BackendProcessingConfig.js");
1098
+ /* harmony import */ var _params_process_params_FaceApiSearchParams__WEBPACK_IMPORTED_MODULE_85__ = __webpack_require__(/*! ./params/process_params/FaceApiSearchParams */ "./src/params/process_params/FaceApiSearchParams.js");
1099
+ /* harmony import */ var _params_Functionality__WEBPACK_IMPORTED_MODULE_86__ = __webpack_require__(/*! ./params/Functionality */ "./src/params/Functionality.js");
1100
+ /* harmony import */ var _params_customization_CustomizationFonts__WEBPACK_IMPORTED_MODULE_87__ = __webpack_require__(/*! ./params/customization/CustomizationFonts */ "./src/params/customization/CustomizationFonts.js");
1101
+ /* harmony import */ var _params_customization_CustomizationImages__WEBPACK_IMPORTED_MODULE_88__ = __webpack_require__(/*! ./params/customization/CustomizationImages */ "./src/params/customization/CustomizationImages.js");
1102
+ /* harmony import */ var _params_customization_Font__WEBPACK_IMPORTED_MODULE_89__ = __webpack_require__(/*! ./params/customization/Font */ "./src/params/customization/Font.js");
1103
+ /* harmony import */ var _params_customization_Customization__WEBPACK_IMPORTED_MODULE_90__ = __webpack_require__(/*! ./params/customization/Customization */ "./src/params/customization/Customization.js");
1104
+ /* harmony import */ var _params_customization_CustomizationColors__WEBPACK_IMPORTED_MODULE_91__ = __webpack_require__(/*! ./params/customization/CustomizationColors */ "./src/params/customization/CustomizationColors.js");
1105
+ /* harmony import */ var _params_rfid_scenario_EPassportDataGroups__WEBPACK_IMPORTED_MODULE_92__ = __webpack_require__(/*! ./params/rfid_scenario/EPassportDataGroups */ "./src/params/rfid_scenario/EPassportDataGroups.js");
1106
+ /* harmony import */ var _params_rfid_scenario_EIDDataGroups__WEBPACK_IMPORTED_MODULE_93__ = __webpack_require__(/*! ./params/rfid_scenario/EIDDataGroups */ "./src/params/rfid_scenario/EIDDataGroups.js");
1107
+ /* harmony import */ var _params_rfid_scenario_DTCDataGroup__WEBPACK_IMPORTED_MODULE_94__ = __webpack_require__(/*! ./params/rfid_scenario/DTCDataGroup */ "./src/params/rfid_scenario/DTCDataGroup.js");
1108
+ /* harmony import */ var _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_95__ = __webpack_require__(/*! ./params/rfid_scenario/RFIDScenario */ "./src/params/rfid_scenario/RFIDScenario.js");
1109
+ /* harmony import */ var _params_rfid_scenario_EDLDataGroups__WEBPACK_IMPORTED_MODULE_96__ = __webpack_require__(/*! ./params/rfid_scenario/EDLDataGroups */ "./src/params/rfid_scenario/EDLDataGroups.js");
1110
+ /* harmony import */ var _rfid_PAResourcesIssuer__WEBPACK_IMPORTED_MODULE_97__ = __webpack_require__(/*! ./rfid/PAResourcesIssuer */ "./src/rfid/PAResourcesIssuer.js");
1111
+ /* harmony import */ var _rfid_RFIDErrorCodes__WEBPACK_IMPORTED_MODULE_98__ = __webpack_require__(/*! ./rfid/RFIDErrorCodes */ "./src/rfid/RFIDErrorCodes.js");
1112
+ /* harmony import */ var _rfid_TccParams__WEBPACK_IMPORTED_MODULE_99__ = __webpack_require__(/*! ./rfid/TccParams */ "./src/rfid/TccParams.js");
1113
+ /* harmony import */ var _rfid_RFIDNotification__WEBPACK_IMPORTED_MODULE_100__ = __webpack_require__(/*! ./rfid/RFIDNotification */ "./src/rfid/RFIDNotification.js");
1114
+ /* harmony import */ var _rfid_PAAttribute__WEBPACK_IMPORTED_MODULE_101__ = __webpack_require__(/*! ./rfid/PAAttribute */ "./src/rfid/PAAttribute.js");
1115
+ /* harmony import */ var _rfid_TAChallenge__WEBPACK_IMPORTED_MODULE_102__ = __webpack_require__(/*! ./rfid/TAChallenge */ "./src/rfid/TAChallenge.js");
1116
+ /* harmony import */ var _rfid_PKDCertificate__WEBPACK_IMPORTED_MODULE_103__ = __webpack_require__(/*! ./rfid/PKDCertificate */ "./src/rfid/PKDCertificate.js");
1117
+ /* harmony import */ var _engagement_DataRetrieval__WEBPACK_IMPORTED_MODULE_104__ = __webpack_require__(/*! ./engagement/DataRetrieval */ "./src/engagement/DataRetrieval.js");
1118
+ /* harmony import */ var _engagement_DeviceEngagement__WEBPACK_IMPORTED_MODULE_105__ = __webpack_require__(/*! ./engagement/DeviceEngagement */ "./src/engagement/DeviceEngagement.js");
1119
+ /* harmony import */ var _engagement_NameSpaceMDL__WEBPACK_IMPORTED_MODULE_106__ = __webpack_require__(/*! ./engagement/NameSpaceMDL */ "./src/engagement/NameSpaceMDL.js");
1120
+ /* harmony import */ var _engagement_DocumentRequestMDL__WEBPACK_IMPORTED_MODULE_107__ = __webpack_require__(/*! ./engagement/DocumentRequestMDL */ "./src/engagement/DocumentRequestMDL.js");
1121
+ /* harmony import */ var _engagement_DeviceRetrievalMethod__WEBPACK_IMPORTED_MODULE_108__ = __webpack_require__(/*! ./engagement/DeviceRetrievalMethod */ "./src/engagement/DeviceRetrievalMethod.js");
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+
650
1132
 
651
1133
 
652
1134
 
@@ -850,28 +1332,28 @@ class DocumentReader {
850
1332
  }
851
1333
 
852
1334
  get functionality() { return this._functionality }
853
- _functionality = new _params_Functionality__WEBPACK_IMPORTED_MODULE_83__.Functionality()
1335
+ _functionality = new _params_Functionality__WEBPACK_IMPORTED_MODULE_86__.Functionality()
854
1336
  set functionality(val) {
855
1337
  this._functionality = val;
856
1338
  this._functionality._apply();
857
1339
  }
858
1340
 
859
1341
  get processParams() { return this._processParams }
860
- _processParams = new _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_75__.ProcessParams()
1342
+ _processParams = new _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_78__.ProcessParams()
861
1343
  set processParams(val) {
862
1344
  this._processParams = val;
863
1345
  this._processParams._apply();
864
1346
  }
865
1347
 
866
1348
  get customization() { return this._customization }
867
- _customization = new _params_customization_Customization__WEBPACK_IMPORTED_MODULE_87__.Customization()
1349
+ _customization = new _params_customization_Customization__WEBPACK_IMPORTED_MODULE_90__.Customization()
868
1350
  set customization(val) {
869
1351
  this._customization = val;
870
1352
  this._customization._apply();
871
1353
  }
872
1354
 
873
1355
  get rfidScenario() { return this._rfidScenario }
874
- _rfidScenario = new _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.RFIDScenario()
1356
+ _rfidScenario = new _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_95__.RFIDScenario()
875
1357
  set rfidScenario(val) {
876
1358
  this._rfidScenario = val;
877
1359
  this._rfidScenario._apply();
@@ -887,10 +1369,10 @@ class DocumentReader {
887
1369
 
888
1370
  resetConfiguration() {
889
1371
  (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("resetConfiguration", []);
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();
1372
+ this._functionality = new _params_Functionality__WEBPACK_IMPORTED_MODULE_86__.Functionality();
1373
+ this._processParams = new _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_78__.ProcessParams();
1374
+ this._customization = new _params_customization_Customization__WEBPACK_IMPORTED_MODULE_90__.Customization();
1375
+ this._rfidScenario = new _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_95__.RFIDScenario();
894
1376
  }
895
1377
 
896
1378
  set onCustomButtonTapped(completion) {
@@ -1020,6 +1502,48 @@ class DocumentReader {
1020
1502
  (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("endBackendTransaction", []);
1021
1503
  }
1022
1504
 
1505
+ async readMDL(type, retrieval) {
1506
+ var response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startReadMDl", [type, retrieval.toJson()]);
1507
+ var jsonObject = JSON.parse(response);
1508
+ return [
1509
+ jsonObject["action"],
1510
+ _results_Results__WEBPACK_IMPORTED_MODULE_29__.Results.fromJson(jsonObject["results"]),
1511
+ _info_DocReaderException__WEBPACK_IMPORTED_MODULE_8__.DocReaderException.fromJson(jsonObject["error"]),
1512
+ ]
1513
+ }
1514
+
1515
+ async engageDevice(type, options) {
1516
+ var response = "";
1517
+ if (options?.withoutUI != true) {
1518
+ response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startEngageDevice", [type.value]);
1519
+ } else if (type == _engagement_DeviceEngagement__WEBPACK_IMPORTED_MODULE_105__.MDLDeviceEngagement.NFC) {
1520
+ response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("engageDeviceNFC", []);
1521
+ } else if (type == _engagement_DeviceEngagement__WEBPACK_IMPORTED_MODULE_105__.MDLDeviceEngagement.QR && options?.data != null) {
1522
+ response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("engageDeviceData", [options.data]);
1523
+ }
1524
+
1525
+ var jsonObject = JSON.parse(response);
1526
+ return [
1527
+ _engagement_DeviceEngagement__WEBPACK_IMPORTED_MODULE_105__.DeviceEngagement.fromJson(jsonObject["deviceEngagement"]),
1528
+ _info_DocReaderException__WEBPACK_IMPORTED_MODULE_8__.DocReaderException.fromJson(jsonObject["error"]),
1529
+ ]
1530
+ }
1531
+
1532
+ async retrieveData(retrieval, options) {
1533
+ var func = "startRetrieveData";
1534
+ if (options?.withoutUI == _engagement_DataRetrieval__WEBPACK_IMPORTED_MODULE_104__.MDLDeviceRetrieval.NFC) func = "engageDeviceNFC";
1535
+ if (options?.withoutUI == _engagement_DataRetrieval__WEBPACK_IMPORTED_MODULE_104__.MDLDeviceRetrieval.BLE) func = "engageDeviceBLE";
1536
+
1537
+ var response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)(func, [retrieval.toJson(), options?.engagement?.toJson()]);
1538
+ var jsonObject = JSON.parse(response);
1539
+
1540
+ return [
1541
+ jsonObject["action"],
1542
+ _results_Results__WEBPACK_IMPORTED_MODULE_29__.Results.fromJson(jsonObject["results"]),
1543
+ _info_DocReaderException__WEBPACK_IMPORTED_MODULE_8__.DocReaderException.fromJson(jsonObject["error"]),
1544
+ ]
1545
+ }
1546
+
1023
1547
  _successOrErrorFromJson(jsonString) {
1024
1548
  var jsonObject = JSON.parse(jsonString);
1025
1549
  var success = jsonObject["success"];
@@ -1044,22 +1568,22 @@ class DocumentReader {
1044
1568
 
1045
1569
  async _getProcessParams() {
1046
1570
  const response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("getProcessParams", []);
1047
- return _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_75__.ProcessParams.fromJson(JSON.parse(response));
1571
+ return _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_78__.ProcessParams.fromJson(JSON.parse(response));
1048
1572
  }
1049
1573
 
1050
1574
  async _getFunctionality() {
1051
1575
  const response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("getFunctionality", []);
1052
- return _params_Functionality__WEBPACK_IMPORTED_MODULE_83__.Functionality.fromJson(JSON.parse(response));
1576
+ return _params_Functionality__WEBPACK_IMPORTED_MODULE_86__.Functionality.fromJson(JSON.parse(response));
1053
1577
  }
1054
1578
 
1055
1579
  async _getCustomization() {
1056
1580
  const response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("getCustomization", []);
1057
- return _params_customization_Customization__WEBPACK_IMPORTED_MODULE_87__.Customization.fromJson(JSON.parse(response));
1581
+ return _params_customization_Customization__WEBPACK_IMPORTED_MODULE_90__.Customization.fromJson(JSON.parse(response));
1058
1582
  }
1059
1583
 
1060
1584
  async _getRfidScenario() {
1061
1585
  const response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("getRfidScenario", []);
1062
- return _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_92__.RFIDScenario.fromJson(JSON.parse(response));
1586
+ return _params_rfid_scenario_RFIDScenario__WEBPACK_IMPORTED_MODULE_95__.RFIDScenario.fromJson(JSON.parse(response));
1063
1587
  }
1064
1588
 
1065
1589
  async _getLicense() {
@@ -1150,13 +1674,13 @@ DocReaderAction.stopped = function (value) {
1150
1674
  }
1151
1675
 
1152
1676
 
1153
- /***/ }),
1677
+ /***/ },
1154
1678
 
1155
- /***/ "./src/info/DocReaderException.js":
1679
+ /***/ "./src/info/DocReaderException.js"
1156
1680
  /*!****************************************!*\
1157
1681
  !*** ./src/info/DocReaderException.js ***!
1158
1682
  \****************************************/
1159
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1683
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1160
1684
 
1161
1685
  __webpack_require__.r(__webpack_exports__);
1162
1686
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1218,6 +1742,7 @@ const ErrorCodes = {
1218
1742
  CAMERA_NO_PERMISSION: 29,
1219
1743
  CAMERA_NOT_AVAILABLE: 30,
1220
1744
  CANNOT_USE_CAMERA_IN_SCENARIO: 40,
1745
+ BLUETOOTH_NO_PERMISSION: 41,
1221
1746
  BACKEND_ONLINE_PROCESSING: 303,
1222
1747
  WRONG_INPUT: 400,
1223
1748
  RESULT_UNAVAILABLE: 410,
@@ -1227,17 +1752,18 @@ const ErrorCodes = {
1227
1752
  FEATURE_BLUETOOTH_LE_NOT_SUPPORTED: 601,
1228
1753
  APP_BACKGROUND: 700,
1229
1754
  ONLINE_PROCESSING_WRONG_INPUT: 800,
1755
+ MDL_EXCEPTION: 900,
1230
1756
  NATIVE_JAVA_EXCEPTION: 1000
1231
1757
  }
1232
1758
 
1233
1759
 
1234
- /***/ }),
1760
+ /***/ },
1235
1761
 
1236
- /***/ "./src/info/DocReaderScenario.js":
1762
+ /***/ "./src/info/DocReaderScenario.js"
1237
1763
  /*!***************************************!*\
1238
1764
  !*** ./src/info/DocReaderScenario.js ***!
1239
1765
  \***************************************/
1240
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1766
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1241
1767
 
1242
1768
  __webpack_require__.r(__webpack_exports__);
1243
1769
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1336,13 +1862,13 @@ const DocReaderOrientation = {
1336
1862
  }
1337
1863
 
1338
1864
 
1339
- /***/ }),
1865
+ /***/ },
1340
1866
 
1341
- /***/ "./src/info/DocReaderVersion.js":
1867
+ /***/ "./src/info/DocReaderVersion.js"
1342
1868
  /*!**************************************!*\
1343
1869
  !*** ./src/info/DocReaderVersion.js ***!
1344
1870
  \**************************************/
1345
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1871
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1346
1872
 
1347
1873
  __webpack_require__.r(__webpack_exports__);
1348
1874
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1383,13 +1909,13 @@ class DocReaderVersion {
1383
1909
  }
1384
1910
 
1385
1911
 
1386
- /***/ }),
1912
+ /***/ },
1387
1913
 
1388
- /***/ "./src/info/DocumentsDatabase.js":
1914
+ /***/ "./src/info/DocumentsDatabase.js"
1389
1915
  /*!***************************************!*\
1390
1916
  !*** ./src/info/DocumentsDatabase.js ***!
1391
1917
  \***************************************/
1392
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1918
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1393
1919
 
1394
1920
  __webpack_require__.r(__webpack_exports__);
1395
1921
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1436,13 +1962,13 @@ class DocumentsDatabase {
1436
1962
  }
1437
1963
 
1438
1964
 
1439
- /***/ }),
1965
+ /***/ },
1440
1966
 
1441
- /***/ "./src/info/License.js":
1967
+ /***/ "./src/info/License.js"
1442
1968
  /*!*****************************!*\
1443
1969
  !*** ./src/info/License.js ***!
1444
1970
  \*****************************/
1445
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1971
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1446
1972
 
1447
1973
  __webpack_require__.r(__webpack_exports__);
1448
1974
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1480,13 +2006,13 @@ class License {
1480
2006
  }
1481
2007
 
1482
2008
 
1483
- /***/ }),
2009
+ /***/ },
1484
2010
 
1485
- /***/ "./src/info/PrepareProgress.js":
2011
+ /***/ "./src/info/PrepareProgress.js"
1486
2012
  /*!*************************************!*\
1487
2013
  !*** ./src/info/PrepareProgress.js ***!
1488
2014
  \*************************************/
1489
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2015
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1490
2016
 
1491
2017
  __webpack_require__.r(__webpack_exports__);
1492
2018
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1525,13 +2051,13 @@ class PrepareProgress {
1525
2051
  }
1526
2052
 
1527
2053
 
1528
- /***/ }),
2054
+ /***/ },
1529
2055
 
1530
- /***/ "./src/info/RFIDException.js":
2056
+ /***/ "./src/info/RFIDException.js"
1531
2057
  /*!***********************************!*\
1532
2058
  !*** ./src/info/RFIDException.js ***!
1533
2059
  \***********************************/
1534
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2060
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1535
2061
 
1536
2062
  __webpack_require__.r(__webpack_exports__);
1537
2063
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1566,13 +2092,13 @@ class RFIDException {
1566
2092
  }
1567
2093
 
1568
2094
 
1569
- /***/ }),
2095
+ /***/ },
1570
2096
 
1571
- /***/ "./src/internal/bridge.js":
2097
+ /***/ "./src/internal/bridge.js"
1572
2098
  /*!********************************!*\
1573
2099
  !*** ./src/internal/bridge.js ***!
1574
2100
  \********************************/
1575
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2101
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1576
2102
 
1577
2103
  __webpack_require__.r(__webpack_exports__);
1578
2104
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1697,13 +2223,13 @@ function _setTaSignatureCompletion(completion) {
1697
2223
  }
1698
2224
 
1699
2225
 
1700
- /***/ }),
2226
+ /***/ },
1701
2227
 
1702
- /***/ "./src/internal/cordova.js":
2228
+ /***/ "./src/internal/cordova.js"
1703
2229
  /*!*********************************!*\
1704
2230
  !*** ./src/internal/cordova.js ***!
1705
2231
  \*********************************/
1706
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2232
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1707
2233
 
1708
2234
  __webpack_require__.r(__webpack_exports__);
1709
2235
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1728,13 +2254,13 @@ class NativeEventEmitter {
1728
2254
  }
1729
2255
  }
1730
2256
 
1731
- /***/ }),
2257
+ /***/ },
1732
2258
 
1733
- /***/ "./src/params/Functionality.js":
2259
+ /***/ "./src/params/Functionality.js"
1734
2260
  /*!*************************************!*\
1735
2261
  !*** ./src/params/Functionality.js ***!
1736
2262
  \*************************************/
1737
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2263
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1738
2264
 
1739
2265
  __webpack_require__.r(__webpack_exports__);
1740
2266
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1862,6 +2388,12 @@ class Functionality {
1862
2388
  this._set({ "preventScreenRecording": val });
1863
2389
  }
1864
2390
 
2391
+ get homeIndicatorAutoHide() { return this._homeIndicatorAutoHide; }
2392
+ set homeIndicatorAutoHide(val) {
2393
+ this._homeIndicatorAutoHide = val;
2394
+ this._set({ "homeIndicatorAutoHide": val });
2395
+ }
2396
+
1865
2397
  get showCaptureButtonDelayFromDetect() { return this._showCaptureButtonDelayFromDetect; }
1866
2398
  set showCaptureButtonDelayFromDetect(val) {
1867
2399
  this._showCaptureButtonDelayFromDetect = val;
@@ -1940,6 +2472,12 @@ class Functionality {
1940
2472
  this._set({ "videoRecordingSizeDownscaleFactor": val });
1941
2473
  }
1942
2474
 
2475
+ get mdlTimeout() { return this._mdlTimeout; }
2476
+ set mdlTimeout(val) {
2477
+ this._mdlTimeout = val;
2478
+ this._set({ "mdlTimeout": val });
2479
+ }
2480
+
1943
2481
  get excludedCamera2Models() { return this._excludedCamera2Models; }
1944
2482
  set excludedCamera2Models(val) {
1945
2483
  this._excludedCamera2Models = val;
@@ -1980,6 +2518,7 @@ class Functionality {
1980
2518
  result._singleResult = jsonObject["singleResult"];
1981
2519
  result._torchTurnedOn = jsonObject["torchTurnedOn"];
1982
2520
  result._preventScreenRecording = jsonObject["preventScreenRecording"];
2521
+ result._homeIndicatorAutoHide = jsonObject["homeIndicatorAutoHide"];
1983
2522
  result._showCaptureButtonDelayFromDetect = jsonObject["showCaptureButtonDelayFromDetect"];
1984
2523
  result._showCaptureButtonDelayFromStart = jsonObject["showCaptureButtonDelayFromStart"];
1985
2524
  result._rfidTimeout = jsonObject["rfidTimeout"];
@@ -1993,6 +2532,7 @@ class Functionality {
1993
2532
  result._zoomFactor = jsonObject["zoomFactor"];
1994
2533
  result._exposure = jsonObject["exposure"];
1995
2534
  result._videoRecordingSizeDownscaleFactor = jsonObject["videoRecordingSizeDownscaleFactor"];
2535
+ result._mdlTimeout = jsonObject["mdlTimeout"];
1996
2536
  result._excludedCamera2Models = jsonObject["excludedCamera2Models"];
1997
2537
  result._cameraResolutionAndroid = CameraSize.fromJson(jsonObject["cameraSize"]);
1998
2538
  result._cameraResolutionIOS = jsonObject["videoSessionPreset"];
@@ -2020,6 +2560,7 @@ class Functionality {
2020
2560
  "singleResult": this.singleResult,
2021
2561
  "torchTurnedOn": this.torchTurnedOn,
2022
2562
  "preventScreenRecording": this.preventScreenRecording,
2563
+ "homeIndicatorAutoHide": this.homeIndicatorAutoHide,
2023
2564
  "showCaptureButtonDelayFromDetect": this.showCaptureButtonDelayFromDetect,
2024
2565
  "showCaptureButtonDelayFromStart": this.showCaptureButtonDelayFromStart,
2025
2566
  "rfidTimeout": this.rfidTimeout,
@@ -2033,6 +2574,7 @@ class Functionality {
2033
2574
  "zoomFactor": this.zoomFactor,
2034
2575
  "exposure": this.exposure,
2035
2576
  "videoRecordingSizeDownscaleFactor": this.videoRecordingSizeDownscaleFactor,
2577
+ "mdlTimeout": this.mdlTimeout,
2036
2578
  "excludedCamera2Models": this.excludedCamera2Models,
2037
2579
  "cameraSize": this.cameraResolutionAndroid?.toJson(),
2038
2580
  "videoSessionPreset": this.cameraResolutionIOS,
@@ -2114,13 +2656,13 @@ class CameraSize {
2114
2656
  }
2115
2657
 
2116
2658
 
2117
- /***/ }),
2659
+ /***/ },
2118
2660
 
2119
- /***/ "./src/params/customization/Customization.js":
2661
+ /***/ "./src/params/customization/Customization.js"
2120
2662
  /*!***************************************************!*\
2121
2663
  !*** ./src/params/customization/Customization.js ***!
2122
2664
  \***************************************************/
2123
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2665
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
2124
2666
 
2125
2667
  __webpack_require__.r(__webpack_exports__);
2126
2668
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2378,6 +2920,12 @@ class Customization {
2378
2920
  this._set({ "cameraPreviewVerticalPositionMultiplier": val });
2379
2921
  }
2380
2922
 
2923
+ get multipageButtonPositionMultiplier() { return this._multipageButtonPositionMultiplier; }
2924
+ set multipageButtonPositionMultiplier(val) {
2925
+ this._multipageButtonPositionMultiplier = val;
2926
+ this._set({ "multipageButtonPositionMultiplier": val });
2927
+ }
2928
+
2381
2929
  get multipageAnimationFrontImage() { return this._multipageAnimationFrontImage; }
2382
2930
  set multipageAnimationFrontImage(val) {
2383
2931
  this._multipageAnimationFrontImage = val;
@@ -2614,6 +3162,7 @@ class Customization {
2614
3162
  result._activityIndicatorPortraitPositionMultiplier = jsonObject["activityIndicatorPortraitPositionMultiplier"];
2615
3163
  result._activityIndicatorLandscapePositionMultiplier = jsonObject["activityIndicatorLandscapePositionMultiplier"];
2616
3164
  result._cameraPreviewVerticalPositionMultiplier = jsonObject["cameraPreviewVerticalPositionMultiplier"];
3165
+ result._multipageButtonPositionMultiplier = jsonObject["multipageButtonPositionMultiplier"];
2617
3166
  result._multipageAnimationFrontImage = jsonObject["multipageAnimationFrontImage"];
2618
3167
  result._multipageAnimationBackImage = jsonObject["multipageAnimationBackImage"];
2619
3168
  result._borderBackgroundImage = jsonObject["borderBackgroundImage"];
@@ -2692,6 +3241,7 @@ class Customization {
2692
3241
  "activityIndicatorPortraitPositionMultiplier": this.activityIndicatorPortraitPositionMultiplier,
2693
3242
  "activityIndicatorLandscapePositionMultiplier": this.activityIndicatorLandscapePositionMultiplier,
2694
3243
  "cameraPreviewVerticalPositionMultiplier": this.cameraPreviewVerticalPositionMultiplier,
3244
+ "multipageButtonPositionMultiplier": this.multipageButtonPositionMultiplier,
2695
3245
  "multipageAnimationFrontImage": this.multipageAnimationFrontImage,
2696
3246
  "multipageAnimationBackImage": this.multipageAnimationBackImage,
2697
3247
  "borderBackgroundImage": this.borderBackgroundImage,
@@ -2771,13 +3321,13 @@ const CustomButtonTag = {
2771
3321
  };
2772
3322
 
2773
3323
 
2774
- /***/ }),
3324
+ /***/ },
2775
3325
 
2776
- /***/ "./src/params/customization/CustomizationColors.js":
3326
+ /***/ "./src/params/customization/CustomizationColors.js"
2777
3327
  /*!*********************************************************!*\
2778
3328
  !*** ./src/params/customization/CustomizationColors.js ***!
2779
3329
  \*********************************************************/
2780
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3330
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
2781
3331
 
2782
3332
  __webpack_require__.r(__webpack_exports__);
2783
3333
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2905,13 +3455,13 @@ class CustomizationColors {
2905
3455
  }
2906
3456
 
2907
3457
 
2908
- /***/ }),
3458
+ /***/ },
2909
3459
 
2910
- /***/ "./src/params/customization/CustomizationFonts.js":
3460
+ /***/ "./src/params/customization/CustomizationFonts.js"
2911
3461
  /*!********************************************************!*\
2912
3462
  !*** ./src/params/customization/CustomizationFonts.js ***!
2913
3463
  \********************************************************/
2914
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3464
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
2915
3465
 
2916
3466
  __webpack_require__.r(__webpack_exports__);
2917
3467
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2993,13 +3543,13 @@ class CustomizationFonts {
2993
3543
  }
2994
3544
 
2995
3545
 
2996
- /***/ }),
3546
+ /***/ },
2997
3547
 
2998
- /***/ "./src/params/customization/CustomizationImages.js":
3548
+ /***/ "./src/params/customization/CustomizationImages.js"
2999
3549
  /*!*********************************************************!*\
3000
3550
  !*** ./src/params/customization/CustomizationImages.js ***!
3001
3551
  \*********************************************************/
3002
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3552
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
3003
3553
 
3004
3554
  __webpack_require__.r(__webpack_exports__);
3005
3555
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -3047,13 +3597,13 @@ class CustomizationImages {
3047
3597
  }
3048
3598
 
3049
3599
 
3050
- /***/ }),
3600
+ /***/ },
3051
3601
 
3052
- /***/ "./src/params/customization/Font.js":
3602
+ /***/ "./src/params/customization/Font.js"
3053
3603
  /*!******************************************!*\
3054
3604
  !*** ./src/params/customization/Font.js ***!
3055
3605
  \******************************************/
3056
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3606
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
3057
3607
 
3058
3608
  __webpack_require__.r(__webpack_exports__);
3059
3609
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -3098,13 +3648,13 @@ const FontStyle = {
3098
3648
  };
3099
3649
 
3100
3650
 
3101
- /***/ }),
3651
+ /***/ },
3102
3652
 
3103
- /***/ "./src/params/process_params/AuthenticityParams.js":
3653
+ /***/ "./src/params/process_params/AuthenticityParams.js"
3104
3654
  /*!*********************************************************!*\
3105
3655
  !*** ./src/params/process_params/AuthenticityParams.js ***!
3106
3656
  \*********************************************************/
3107
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3657
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
3108
3658
 
3109
3659
  __webpack_require__.r(__webpack_exports__);
3110
3660
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -3265,13 +3815,13 @@ class AuthenticityParams {
3265
3815
  }
3266
3816
 
3267
3817
 
3268
- /***/ }),
3818
+ /***/ },
3269
3819
 
3270
- /***/ "./src/params/process_params/BackendProcessingConfig.js":
3820
+ /***/ "./src/params/process_params/BackendProcessingConfig.js"
3271
3821
  /*!**************************************************************!*\
3272
3822
  !*** ./src/params/process_params/BackendProcessingConfig.js ***!
3273
3823
  \**************************************************************/
3274
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3824
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
3275
3825
 
3276
3826
  __webpack_require__.r(__webpack_exports__);
3277
3827
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -3313,13 +3863,13 @@ class BackendProcessingConfig {
3313
3863
  }
3314
3864
 
3315
3865
 
3316
- /***/ }),
3866
+ /***/ },
3317
3867
 
3318
- /***/ "./src/params/process_params/FaceApiParams.js":
3868
+ /***/ "./src/params/process_params/FaceApiParams.js"
3319
3869
  /*!****************************************************!*\
3320
3870
  !*** ./src/params/process_params/FaceApiParams.js ***!
3321
3871
  \****************************************************/
3322
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3872
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
3323
3873
 
3324
3874
  __webpack_require__.r(__webpack_exports__);
3325
3875
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -3379,13 +3929,13 @@ class FaceApiParams {
3379
3929
  }
3380
3930
 
3381
3931
 
3382
- /***/ }),
3932
+ /***/ },
3383
3933
 
3384
- /***/ "./src/params/process_params/FaceApiSearchParams.js":
3934
+ /***/ "./src/params/process_params/FaceApiSearchParams.js"
3385
3935
  /*!**********************************************************!*\
3386
3936
  !*** ./src/params/process_params/FaceApiSearchParams.js ***!
3387
3937
  \**********************************************************/
3388
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3938
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
3389
3939
 
3390
3940
  __webpack_require__.r(__webpack_exports__);
3391
3941
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -3422,13 +3972,13 @@ class FaceApiSearchParams {
3422
3972
  }
3423
3973
 
3424
3974
 
3425
- /***/ }),
3975
+ /***/ },
3426
3976
 
3427
- /***/ "./src/params/process_params/GlaresCheckParams.js":
3977
+ /***/ "./src/params/process_params/GlaresCheckParams.js"
3428
3978
  /*!********************************************************!*\
3429
3979
  !*** ./src/params/process_params/GlaresCheckParams.js ***!
3430
3980
  \********************************************************/
3431
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3981
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
3432
3982
 
3433
3983
  __webpack_require__.r(__webpack_exports__);
3434
3984
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -3461,13 +4011,13 @@ class GlaresCheckParams {
3461
4011
  }
3462
4012
 
3463
4013
 
3464
- /***/ }),
4014
+ /***/ },
3465
4015
 
3466
- /***/ "./src/params/process_params/ImageQA.js":
4016
+ /***/ "./src/params/process_params/ImageQA.js"
3467
4017
  /*!**********************************************!*\
3468
4018
  !*** ./src/params/process_params/ImageQA.js ***!
3469
4019
  \**********************************************/
3470
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
4020
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
3471
4021
 
3472
4022
  __webpack_require__.r(__webpack_exports__);
3473
4023
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -3591,13 +4141,13 @@ class ImageQA {
3591
4141
  }
3592
4142
 
3593
4143
 
3594
- /***/ }),
4144
+ /***/ },
3595
4145
 
3596
- /***/ "./src/params/process_params/LivenessParams.js":
4146
+ /***/ "./src/params/process_params/LivenessParams.js"
3597
4147
  /*!*****************************************************!*\
3598
4148
  !*** ./src/params/process_params/LivenessParams.js ***!
3599
4149
  \*****************************************************/
3600
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
4150
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
3601
4151
 
3602
4152
  __webpack_require__.r(__webpack_exports__);
3603
4153
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -3685,13 +4235,13 @@ class LivenessParams {
3685
4235
  }
3686
4236
 
3687
4237
 
3688
- /***/ }),
4238
+ /***/ },
3689
4239
 
3690
- /***/ "./src/params/process_params/ProcessParams.js":
4240
+ /***/ "./src/params/process_params/ProcessParams.js"
3691
4241
  /*!****************************************************!*\
3692
4242
  !*** ./src/params/process_params/ProcessParams.js ***!
3693
4243
  \****************************************************/
3694
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
4244
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
3695
4245
 
3696
4246
  __webpack_require__.r(__webpack_exports__);
3697
4247
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -3957,6 +4507,12 @@ class ProcessParams {
3957
4507
  this._set({ "returnTransliteratedFields": val });
3958
4508
  }
3959
4509
 
4510
+ get checkCaptureProcessIntegrity() { return this._checkCaptureProcessIntegrity; }
4511
+ set checkCaptureProcessIntegrity(val) {
4512
+ this._checkCaptureProcessIntegrity = val;
4513
+ this._set({ "checkCaptureProcessIntegrity": val });
4514
+ }
4515
+
3960
4516
  get barcodeParserType() { return this._barcodeParserType; }
3961
4517
  set barcodeParserType(val) {
3962
4518
  this._barcodeParserType = val;
@@ -4149,6 +4705,12 @@ class ProcessParams {
4149
4705
  this._set({ "lcidFilter": val });
4150
4706
  }
4151
4707
 
4708
+ get fieldTypesIgnoreFilter() { return this._fieldTypesIgnoreFilter; }
4709
+ set fieldTypesIgnoreFilter(val) {
4710
+ this._fieldTypesIgnoreFilter = val;
4711
+ this._set({ "fieldTypesIgnoreFilter": val });
4712
+ }
4713
+
4152
4714
  _imageQA = new _ImageQA__WEBPACK_IMPORTED_MODULE_2__.ImageQA();
4153
4715
  get imageQA() { return this._imageQA; }
4154
4716
  set imageQA(val) { (this._imageQA = val)._apply(); }
@@ -4225,6 +4787,7 @@ class ProcessParams {
4225
4787
  result._disableAuthResolutionFilter = jsonObject["disableAuthResolutionFilter"];
4226
4788
  result._strictSecurityChecks = jsonObject["strictSecurityChecks"];
4227
4789
  result._returnTransliteratedFields = jsonObject["returnTransliteratedFields"];
4790
+ result._checkCaptureProcessIntegrity = jsonObject["checkCaptureProcessIntegrity"];
4228
4791
  result._barcodeParserType = jsonObject["barcodeParserType"];
4229
4792
  result._perspectiveAngle = jsonObject["perspectiveAngle"];
4230
4793
  result._minDPI = jsonObject["minDPI"];
@@ -4257,6 +4820,7 @@ class ProcessParams {
4257
4820
  result._documentGroupFilter = jsonObject["documentGroupFilter"];
4258
4821
  result._lcidIgnoreFilter = jsonObject["lcidIgnoreFilter"];
4259
4822
  result._lcidFilter = jsonObject["lcidFilter"];
4823
+ result._fieldTypesIgnoreFilter = jsonObject["fieldTypesIgnoreFilter"];
4260
4824
  result._imageQA = _ImageQA__WEBPACK_IMPORTED_MODULE_2__.ImageQA.fromJson(jsonObject["imageQA"]);
4261
4825
  result._rfidParams = _RFIDParams__WEBPACK_IMPORTED_MODULE_3__.RFIDParams.fromJson(jsonObject["rfidParams"]);
4262
4826
  result._faceApiParams = _FaceApiParams__WEBPACK_IMPORTED_MODULE_4__.FaceApiParams.fromJson(jsonObject["faceApiParams"]);
@@ -4308,6 +4872,7 @@ class ProcessParams {
4308
4872
  "disableAuthResolutionFilter": this.disableAuthResolutionFilter,
4309
4873
  "strictSecurityChecks": this.strictSecurityChecks,
4310
4874
  "returnTransliteratedFields": this.returnTransliteratedFields,
4875
+ "checkCaptureProcessIntegrity": this.checkCaptureProcessIntegrity,
4311
4876
  "measureSystem": this.measureSystem,
4312
4877
  "barcodeParserType": this.barcodeParserType,
4313
4878
  "perspectiveAngle": this.perspectiveAngle,
@@ -4340,6 +4905,7 @@ class ProcessParams {
4340
4905
  "documentGroupFilter": this.documentGroupFilter,
4341
4906
  "lcidIgnoreFilter": this.lcidIgnoreFilter,
4342
4907
  "lcidFilter": this.lcidFilter,
4908
+ "fieldTypesIgnoreFilter": this.fieldTypesIgnoreFilter,
4343
4909
  "imageQA": this.imageQA?.toJson(),
4344
4910
  "rfidParams": this.rfidParams?.toJson(),
4345
4911
  "faceApiParams": this.faceApiParams?.toJson(),
@@ -4385,13 +4951,13 @@ const MrzDetectionModes = {
4385
4951
  };
4386
4952
 
4387
4953
 
4388
- /***/ }),
4954
+ /***/ },
4389
4955
 
4390
- /***/ "./src/params/process_params/RFIDParams.js":
4956
+ /***/ "./src/params/process_params/RFIDParams.js"
4391
4957
  /*!*************************************************!*\
4392
4958
  !*** ./src/params/process_params/RFIDParams.js ***!
4393
4959
  \*************************************************/
4394
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
4960
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
4395
4961
 
4396
4962
  __webpack_require__.r(__webpack_exports__);
4397
4963
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -4420,13 +4986,13 @@ class RFIDParams {
4420
4986
  }
4421
4987
 
4422
4988
 
4423
- /***/ }),
4989
+ /***/ },
4424
4990
 
4425
- /***/ "./src/params/rfid_scenario/DTCDataGroup.js":
4991
+ /***/ "./src/params/rfid_scenario/DTCDataGroup.js"
4426
4992
  /*!**************************************************!*\
4427
4993
  !*** ./src/params/rfid_scenario/DTCDataGroup.js ***!
4428
4994
  \**************************************************/
4429
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
4995
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
4430
4996
 
4431
4997
  __webpack_require__.r(__webpack_exports__);
4432
4998
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -4498,13 +5064,13 @@ class DTCDataGroup {
4498
5064
  }
4499
5065
 
4500
5066
 
4501
- /***/ }),
5067
+ /***/ },
4502
5068
 
4503
- /***/ "./src/params/rfid_scenario/EDLDataGroups.js":
5069
+ /***/ "./src/params/rfid_scenario/EDLDataGroups.js"
4504
5070
  /*!***************************************************!*\
4505
5071
  !*** ./src/params/rfid_scenario/EDLDataGroups.js ***!
4506
5072
  \***************************************************/
4507
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
5073
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
4508
5074
 
4509
5075
  __webpack_require__.r(__webpack_exports__);
4510
5076
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -4648,13 +5214,13 @@ class EDLDataGroups {
4648
5214
  }
4649
5215
 
4650
5216
 
4651
- /***/ }),
5217
+ /***/ },
4652
5218
 
4653
- /***/ "./src/params/rfid_scenario/EIDDataGroups.js":
5219
+ /***/ "./src/params/rfid_scenario/EIDDataGroups.js"
4654
5220
  /*!***************************************************!*\
4655
5221
  !*** ./src/params/rfid_scenario/EIDDataGroups.js ***!
4656
5222
  \***************************************************/
4657
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
5223
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
4658
5224
 
4659
5225
  __webpack_require__.r(__webpack_exports__);
4660
5226
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -4854,13 +5420,13 @@ class EIDDataGroups {
4854
5420
  }
4855
5421
 
4856
5422
 
4857
- /***/ }),
5423
+ /***/ },
4858
5424
 
4859
- /***/ "./src/params/rfid_scenario/EPassportDataGroups.js":
5425
+ /***/ "./src/params/rfid_scenario/EPassportDataGroups.js"
4860
5426
  /*!*********************************************************!*\
4861
5427
  !*** ./src/params/rfid_scenario/EPassportDataGroups.js ***!
4862
5428
  \*********************************************************/
4863
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
5429
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
4864
5430
 
4865
5431
  __webpack_require__.r(__webpack_exports__);
4866
5432
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -5020,13 +5586,13 @@ class EPassportDataGroups {
5020
5586
  }
5021
5587
 
5022
5588
 
5023
- /***/ }),
5589
+ /***/ },
5024
5590
 
5025
- /***/ "./src/params/rfid_scenario/RFIDScenario.js":
5591
+ /***/ "./src/params/rfid_scenario/RFIDScenario.js"
5026
5592
  /*!**************************************************!*\
5027
5593
  !*** ./src/params/rfid_scenario/RFIDScenario.js ***!
5028
5594
  \**************************************************/
5029
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
5595
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
5030
5596
 
5031
5597
  __webpack_require__.r(__webpack_exports__);
5032
5598
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -5607,13 +6173,13 @@ const RFIDReadingBufferSize = {
5607
6173
  };
5608
6174
 
5609
6175
 
5610
- /***/ }),
6176
+ /***/ },
5611
6177
 
5612
- /***/ "./src/results/DocumentType.js":
6178
+ /***/ "./src/results/DocumentType.js"
5613
6179
  /*!*************************************!*\
5614
6180
  !*** ./src/results/DocumentType.js ***!
5615
6181
  \*************************************/
5616
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
6182
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
5617
6183
 
5618
6184
  __webpack_require__.r(__webpack_exports__);
5619
6185
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -5925,13 +6491,13 @@ const DocType = {
5925
6491
  };
5926
6492
 
5927
6493
 
5928
- /***/ }),
6494
+ /***/ },
5929
6495
 
5930
- /***/ "./src/results/Position.js":
6496
+ /***/ "./src/results/Position.js"
5931
6497
  /*!*********************************!*\
5932
6498
  !*** ./src/results/Position.js ***!
5933
6499
  \*********************************/
5934
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
6500
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
5935
6501
 
5936
6502
  __webpack_require__.r(__webpack_exports__);
5937
6503
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -6030,13 +6596,13 @@ class Coordinate {
6030
6596
  }
6031
6597
 
6032
6598
 
6033
- /***/ }),
6599
+ /***/ },
6034
6600
 
6035
- /***/ "./src/results/Results.js":
6601
+ /***/ "./src/results/Results.js"
6036
6602
  /*!********************************!*\
6037
6603
  !*** ./src/results/Results.js ***!
6038
6604
  \********************************/
6039
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
6605
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6040
6606
 
6041
6607
  __webpack_require__.r(__webpack_exports__);
6042
6608
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -6059,9 +6625,11 @@ __webpack_require__.r(__webpack_exports__);
6059
6625
  /* harmony import */ var _visual_results_TextResult__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./visual_results/TextResult */ "./src/results/visual_results/TextResult.js");
6060
6626
  /* harmony import */ var _visual_results_TextField__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./visual_results/TextField */ "./src/results/visual_results/TextField.js");
6061
6627
  /* harmony import */ var _visible_digital_seals_VDSNCData__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./visible_digital_seals/VDSNCData */ "./src/results/visible_digital_seals/VDSNCData.js");
6062
- /* harmony import */ var _Position__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./Position */ "./src/results/Position.js");
6063
- /* harmony import */ var _DocumentType__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./DocumentType */ "./src/results/DocumentType.js");
6064
- /* harmony import */ var _TransactionInfo__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./TransactionInfo */ "./src/results/TransactionInfo.js");
6628
+ /* harmony import */ var _visible_digital_seals_VDSData__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./visible_digital_seals/VDSData */ "./src/results/visible_digital_seals/VDSData.js");
6629
+ /* harmony import */ var _Position__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./Position */ "./src/results/Position.js");
6630
+ /* harmony import */ var _DocumentType__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./DocumentType */ "./src/results/DocumentType.js");
6631
+ /* harmony import */ var _TransactionInfo__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./TransactionInfo */ "./src/results/TransactionInfo.js");
6632
+
6065
6633
 
6066
6634
 
6067
6635
 
@@ -6095,6 +6663,7 @@ class Results {
6095
6663
  chipPage
6096
6664
  barcodeResult
6097
6665
  vdsncData
6666
+ vdsData
6098
6667
  dtcData
6099
6668
  processingFinishedStatus
6100
6669
  morePagesAvailable
@@ -6269,13 +6838,14 @@ class Results {
6269
6838
  result.barcodeResult = _barcode_BarcodeResult__WEBPACK_IMPORTED_MODULE_2__.BarcodeResult.fromJson(jsonObject["barcodeResult"]);
6270
6839
  result.status = _status_ResultsStatus__WEBPACK_IMPORTED_MODULE_5__.ResultsStatus.fromJson(jsonObject["status"]);
6271
6840
  result.vdsncData = _visible_digital_seals_VDSNCData__WEBPACK_IMPORTED_MODULE_14__.VDSNCData.fromJson(jsonObject["vdsncData"]);
6841
+ result.vdsData = _visible_digital_seals_VDSData__WEBPACK_IMPORTED_MODULE_15__.VDSData.fromJson(jsonObject["vdsData"]);
6272
6842
  result.dtcData = jsonObject["dtcData"];
6273
- result.transactionInfo = _TransactionInfo__WEBPACK_IMPORTED_MODULE_17__.TransactionInfo.fromJson(jsonObject["transactionInfo"]);
6843
+ result.transactionInfo = _TransactionInfo__WEBPACK_IMPORTED_MODULE_18__.TransactionInfo.fromJson(jsonObject["transactionInfo"]);
6274
6844
 
6275
6845
  if (jsonObject["documentPosition"] != null) {
6276
6846
  result.documentPosition = [];
6277
6847
  for (const item of jsonObject["documentPosition"]) {
6278
- const position = _Position__WEBPACK_IMPORTED_MODULE_15__.Position.fromJson(item);
6848
+ const position = _Position__WEBPACK_IMPORTED_MODULE_16__.Position.fromJson(item);
6279
6849
  if (position != null) {
6280
6850
  result.documentPosition.push(position);
6281
6851
  }
@@ -6285,7 +6855,7 @@ class Results {
6285
6855
  if (jsonObject["barcodePosition"] != null) {
6286
6856
  result.barcodePosition = [];
6287
6857
  for (const item of jsonObject["barcodePosition"]) {
6288
- const position = _Position__WEBPACK_IMPORTED_MODULE_15__.Position.fromJson(item);
6858
+ const position = _Position__WEBPACK_IMPORTED_MODULE_16__.Position.fromJson(item);
6289
6859
  if (position != null) {
6290
6860
  result.barcodePosition.push(position);
6291
6861
  }
@@ -6295,7 +6865,7 @@ class Results {
6295
6865
  if (jsonObject["mrzPosition"] != null) {
6296
6866
  result.mrzPosition = [];
6297
6867
  for (const item of jsonObject["mrzPosition"]) {
6298
- const position = _Position__WEBPACK_IMPORTED_MODULE_15__.Position.fromJson(item);
6868
+ const position = _Position__WEBPACK_IMPORTED_MODULE_16__.Position.fromJson(item);
6299
6869
  if (position != null) {
6300
6870
  result.mrzPosition.push(position);
6301
6871
  }
@@ -6315,7 +6885,7 @@ class Results {
6315
6885
  if (jsonObject["documentType"] != null) {
6316
6886
  result.documentType = [];
6317
6887
  for (const item of jsonObject["documentType"]) {
6318
- const documentType = _DocumentType__WEBPACK_IMPORTED_MODULE_16__.DocumentType.fromJson(item);
6888
+ const documentType = _DocumentType__WEBPACK_IMPORTED_MODULE_17__.DocumentType.fromJson(item);
6319
6889
  if (documentType != null) {
6320
6890
  result.documentType.push(documentType);
6321
6891
  }
@@ -6339,6 +6909,7 @@ class Results {
6339
6909
  "rfidSessionData": this.rfidSessionData?.toJson(),
6340
6910
  "barcodeResult": this.barcodeResult?.toJson(),
6341
6911
  "vdsncData": this.vdsncData?.toJson(),
6912
+ "vdsData": this.vdsData?.toJson(),
6342
6913
  "dtcData": this.dtcData,
6343
6914
  "chipPage": this.chipPage,
6344
6915
  "processingFinishedStatus": this.processingFinishedStatus,
@@ -6403,17 +6974,20 @@ const ResultType = {
6403
6974
  RFID_IMAGE_DATA: 103,
6404
6975
  RFID_BINARY_DATA: 104,
6405
6976
  RFID_ORIGINAL_GRAPHICS: 105,
6406
- RFID_DTC_VC: 109
6977
+ RFID_DTC_VC: 109,
6978
+ MDL_PARSED_RESPONSE: 121,
6979
+ VDS_NC: 124,
6980
+ VDS: 125,
6407
6981
  };
6408
6982
 
6409
6983
 
6410
- /***/ }),
6984
+ /***/ },
6411
6985
 
6412
- /***/ "./src/results/TransactionInfo.js":
6986
+ /***/ "./src/results/TransactionInfo.js"
6413
6987
  /*!****************************************!*\
6414
6988
  !*** ./src/results/TransactionInfo.js ***!
6415
6989
  \****************************************/
6416
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
6990
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6417
6991
 
6418
6992
  __webpack_require__.r(__webpack_exports__);
6419
6993
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -6445,13 +7019,13 @@ class TransactionInfo {
6445
7019
  }
6446
7020
 
6447
7021
 
6448
- /***/ }),
7022
+ /***/ },
6449
7023
 
6450
- /***/ "./src/results/authenticity/Authenticity.js":
7024
+ /***/ "./src/results/authenticity/Authenticity.js"
6451
7025
  /*!**************************************************!*\
6452
7026
  !*** ./src/results/authenticity/Authenticity.js ***!
6453
7027
  \**************************************************/
6454
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7028
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6455
7029
 
6456
7030
  __webpack_require__.r(__webpack_exports__);
6457
7031
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -6482,13 +7056,13 @@ const Authenticity = {
6482
7056
  }
6483
7057
 
6484
7058
 
6485
- /***/ }),
7059
+ /***/ },
6486
7060
 
6487
- /***/ "./src/results/authenticity/AuthenticityCheck.js":
7061
+ /***/ "./src/results/authenticity/AuthenticityCheck.js"
6488
7062
  /*!*******************************************************!*\
6489
7063
  !*** ./src/results/authenticity/AuthenticityCheck.js ***!
6490
7064
  \*******************************************************/
6491
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7065
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6492
7066
 
6493
7067
  __webpack_require__.r(__webpack_exports__);
6494
7068
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -6542,13 +7116,13 @@ class AuthenticityCheck {
6542
7116
  }
6543
7117
 
6544
7118
 
6545
- /***/ }),
7119
+ /***/ },
6546
7120
 
6547
- /***/ "./src/results/authenticity/AuthenticityElement.js":
7121
+ /***/ "./src/results/authenticity/AuthenticityElement.js"
6548
7122
  /*!*********************************************************!*\
6549
7123
  !*** ./src/results/authenticity/AuthenticityElement.js ***!
6550
7124
  \*********************************************************/
6551
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7125
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6552
7126
 
6553
7127
  __webpack_require__.r(__webpack_exports__);
6554
7128
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -6596,13 +7170,13 @@ class AuthenticityElement {
6596
7170
  }
6597
7171
 
6598
7172
 
6599
- /***/ }),
7173
+ /***/ },
6600
7174
 
6601
- /***/ "./src/results/authenticity/AuthenticityResult.js":
7175
+ /***/ "./src/results/authenticity/AuthenticityResult.js"
6602
7176
  /*!********************************************************!*\
6603
7177
  !*** ./src/results/authenticity/AuthenticityResult.js ***!
6604
7178
  \********************************************************/
6605
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7179
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6606
7180
 
6607
7181
  __webpack_require__.r(__webpack_exports__);
6608
7182
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -6645,13 +7219,13 @@ class AuthenticityResult {
6645
7219
  }
6646
7220
 
6647
7221
 
6648
- /***/ }),
7222
+ /***/ },
6649
7223
 
6650
- /***/ "./src/results/authenticity/CheckDiagnose.js":
7224
+ /***/ "./src/results/authenticity/CheckDiagnose.js"
6651
7225
  /*!***************************************************!*\
6652
7226
  !*** ./src/results/authenticity/CheckDiagnose.js ***!
6653
7227
  \***************************************************/
6654
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7228
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6655
7229
 
6656
7230
  __webpack_require__.r(__webpack_exports__);
6657
7231
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -6786,13 +7360,13 @@ const CheckDiagnose = {
6786
7360
  }
6787
7361
 
6788
7362
 
6789
- /***/ }),
7363
+ /***/ },
6790
7364
 
6791
- /***/ "./src/results/authenticity/SecurityFeatureType.js":
7365
+ /***/ "./src/results/authenticity/SecurityFeatureType.js"
6792
7366
  /*!*********************************************************!*\
6793
7367
  !*** ./src/results/authenticity/SecurityFeatureType.js ***!
6794
7368
  \*********************************************************/
6795
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7369
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6796
7370
 
6797
7371
  __webpack_require__.r(__webpack_exports__);
6798
7372
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -6861,13 +7435,13 @@ const SecurityFeatureType = {
6861
7435
  }
6862
7436
 
6863
7437
 
6864
- /***/ }),
7438
+ /***/ },
6865
7439
 
6866
- /***/ "./src/results/barcode/BarcodeField.js":
7440
+ /***/ "./src/results/barcode/BarcodeField.js"
6867
7441
  /*!*********************************************!*\
6868
7442
  !*** ./src/results/barcode/BarcodeField.js ***!
6869
7443
  \*********************************************/
6870
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7444
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6871
7445
 
6872
7446
  __webpack_require__.r(__webpack_exports__);
6873
7447
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -6912,13 +7486,13 @@ class BarcodeField {
6912
7486
  }
6913
7487
 
6914
7488
 
6915
- /***/ }),
7489
+ /***/ },
6916
7490
 
6917
- /***/ "./src/results/barcode/BarcodeResult.js":
7491
+ /***/ "./src/results/barcode/BarcodeResult.js"
6918
7492
  /*!**********************************************!*\
6919
7493
  !*** ./src/results/barcode/BarcodeResult.js ***!
6920
7494
  \**********************************************/
6921
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7495
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6922
7496
 
6923
7497
  __webpack_require__.r(__webpack_exports__);
6924
7498
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -6957,13 +7531,13 @@ class BarcodeResult {
6957
7531
  }
6958
7532
 
6959
7533
 
6960
- /***/ }),
7534
+ /***/ },
6961
7535
 
6962
- /***/ "./src/results/barcode/BarcodeStatus.js":
7536
+ /***/ "./src/results/barcode/BarcodeStatus.js"
6963
7537
  /*!**********************************************!*\
6964
7538
  !*** ./src/results/barcode/BarcodeStatus.js ***!
6965
7539
  \**********************************************/
6966
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7540
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6967
7541
 
6968
7542
  __webpack_require__.r(__webpack_exports__);
6969
7543
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7004,13 +7578,13 @@ const BarcodeStatus = {
7004
7578
  }
7005
7579
 
7006
7580
 
7007
- /***/ }),
7581
+ /***/ },
7008
7582
 
7009
- /***/ "./src/results/barcode/BarcodeType.js":
7583
+ /***/ "./src/results/barcode/BarcodeType.js"
7010
7584
  /*!********************************************!*\
7011
7585
  !*** ./src/results/barcode/BarcodeType.js ***!
7012
7586
  \********************************************/
7013
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7587
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7014
7588
 
7015
7589
  __webpack_require__.r(__webpack_exports__);
7016
7590
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7039,13 +7613,13 @@ const BarcodeType = {
7039
7613
  }
7040
7614
 
7041
7615
 
7042
- /***/ }),
7616
+ /***/ },
7043
7617
 
7044
- /***/ "./src/results/barcode/PDF417Info.js":
7618
+ /***/ "./src/results/barcode/PDF417Info.js"
7045
7619
  /*!*******************************************!*\
7046
7620
  !*** ./src/results/barcode/PDF417Info.js ***!
7047
7621
  \*******************************************/
7048
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7622
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7049
7623
 
7050
7624
  __webpack_require__.r(__webpack_exports__);
7051
7625
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7077,13 +7651,13 @@ class PDF417Info {
7077
7651
  }
7078
7652
 
7079
7653
 
7080
- /***/ }),
7654
+ /***/ },
7081
7655
 
7082
- /***/ "./src/results/image_quality/ImageQuality.js":
7656
+ /***/ "./src/results/image_quality/ImageQuality.js"
7083
7657
  /*!***************************************************!*\
7084
7658
  !*** ./src/results/image_quality/ImageQuality.js ***!
7085
7659
  \***************************************************/
7086
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7660
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7087
7661
 
7088
7662
  __webpack_require__.r(__webpack_exports__);
7089
7663
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7134,13 +7708,13 @@ class ImageQuality {
7134
7708
  }
7135
7709
 
7136
7710
 
7137
- /***/ }),
7711
+ /***/ },
7138
7712
 
7139
- /***/ "./src/results/image_quality/ImageQualityCheckType.js":
7713
+ /***/ "./src/results/image_quality/ImageQualityCheckType.js"
7140
7714
  /*!************************************************************!*\
7141
7715
  !*** ./src/results/image_quality/ImageQualityCheckType.js ***!
7142
7716
  \************************************************************/
7143
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7717
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7144
7718
 
7145
7719
  __webpack_require__.r(__webpack_exports__);
7146
7720
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7168,13 +7742,13 @@ ImageQualityCheckType.getTranslation = async function (value) {
7168
7742
  }
7169
7743
 
7170
7744
 
7171
- /***/ }),
7745
+ /***/ },
7172
7746
 
7173
- /***/ "./src/results/image_quality/ImageQualityGroup.js":
7747
+ /***/ "./src/results/image_quality/ImageQualityGroup.js"
7174
7748
  /*!********************************************************!*\
7175
7749
  !*** ./src/results/image_quality/ImageQualityGroup.js ***!
7176
7750
  \********************************************************/
7177
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7751
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7178
7752
 
7179
7753
  __webpack_require__.r(__webpack_exports__);
7180
7754
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7223,13 +7797,13 @@ class ImageQualityGroup {
7223
7797
  }
7224
7798
 
7225
7799
 
7226
- /***/ }),
7800
+ /***/ },
7227
7801
 
7228
- /***/ "./src/results/rfid/AccessControlProcedureType.js":
7802
+ /***/ "./src/results/rfid/AccessControlProcedureType.js"
7229
7803
  /*!********************************************************!*\
7230
7804
  !*** ./src/results/rfid/AccessControlProcedureType.js ***!
7231
7805
  \********************************************************/
7232
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7806
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7233
7807
 
7234
7808
  __webpack_require__.r(__webpack_exports__);
7235
7809
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7269,13 +7843,13 @@ class AccessControlProcedureType {
7269
7843
  }
7270
7844
 
7271
7845
 
7272
- /***/ }),
7846
+ /***/ },
7273
7847
 
7274
- /***/ "./src/results/rfid/Application.js":
7848
+ /***/ "./src/results/rfid/Application.js"
7275
7849
  /*!*****************************************!*\
7276
7850
  !*** ./src/results/rfid/Application.js ***!
7277
7851
  \*****************************************/
7278
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7852
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7279
7853
 
7280
7854
  __webpack_require__.r(__webpack_exports__);
7281
7855
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7345,13 +7919,13 @@ const RFIDApplicationType = {
7345
7919
  }
7346
7920
 
7347
7921
 
7348
- /***/ }),
7922
+ /***/ },
7349
7923
 
7350
- /***/ "./src/results/rfid/Attribute.js":
7924
+ /***/ "./src/results/rfid/Attribute.js"
7351
7925
  /*!***************************************!*\
7352
7926
  !*** ./src/results/rfid/Attribute.js ***!
7353
7927
  \***************************************/
7354
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7928
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7355
7929
 
7356
7930
  __webpack_require__.r(__webpack_exports__);
7357
7931
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7383,13 +7957,13 @@ class Attribute {
7383
7957
  }
7384
7958
 
7385
7959
 
7386
- /***/ }),
7960
+ /***/ },
7387
7961
 
7388
- /***/ "./src/results/rfid/Authority.js":
7962
+ /***/ "./src/results/rfid/Authority.js"
7389
7963
  /*!***************************************!*\
7390
7964
  !*** ./src/results/rfid/Authority.js ***!
7391
7965
  \***************************************/
7392
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7966
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7393
7967
 
7394
7968
  __webpack_require__.r(__webpack_exports__);
7395
7969
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7435,13 +8009,13 @@ class Authority {
7435
8009
  }
7436
8010
 
7437
8011
 
7438
- /***/ }),
8012
+ /***/ },
7439
8013
 
7440
- /***/ "./src/results/rfid/CardProperties.js":
8014
+ /***/ "./src/results/rfid/CardProperties.js"
7441
8015
  /*!********************************************!*\
7442
8016
  !*** ./src/results/rfid/CardProperties.js ***!
7443
8017
  \********************************************/
7444
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8018
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7445
8019
 
7446
8020
  __webpack_require__.r(__webpack_exports__);
7447
8021
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7506,13 +8080,13 @@ class CardProperties {
7506
8080
  }
7507
8081
 
7508
8082
 
7509
- /***/ }),
8083
+ /***/ },
7510
8084
 
7511
- /***/ "./src/results/rfid/CertificateChain.js":
8085
+ /***/ "./src/results/rfid/CertificateChain.js"
7512
8086
  /*!**********************************************!*\
7513
8087
  !*** ./src/results/rfid/CertificateChain.js ***!
7514
8088
  \**********************************************/
7515
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8089
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7516
8090
 
7517
8091
  __webpack_require__.r(__webpack_exports__);
7518
8092
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7594,13 +8168,13 @@ class CertificateChain {
7594
8168
  }
7595
8169
 
7596
8170
 
7597
- /***/ }),
8171
+ /***/ },
7598
8172
 
7599
- /***/ "./src/results/rfid/CertificateData.js":
8173
+ /***/ "./src/results/rfid/CertificateData.js"
7600
8174
  /*!*********************************************!*\
7601
8175
  !*** ./src/results/rfid/CertificateData.js ***!
7602
8176
  \*********************************************/
7603
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8177
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7604
8178
 
7605
8179
  __webpack_require__.r(__webpack_exports__);
7606
8180
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7628,13 +8202,13 @@ class CertificateData {
7628
8202
  }
7629
8203
  }
7630
8204
 
7631
- /***/ }),
8205
+ /***/ },
7632
8206
 
7633
- /***/ "./src/results/rfid/DataField.js":
8207
+ /***/ "./src/results/rfid/DataField.js"
7634
8208
  /*!***************************************!*\
7635
8209
  !*** ./src/results/rfid/DataField.js ***!
7636
8210
  \***************************************/
7637
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8211
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7638
8212
 
7639
8213
  __webpack_require__.r(__webpack_exports__);
7640
8214
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7665,13 +8239,13 @@ class DataField {
7665
8239
  }
7666
8240
  }
7667
8241
 
7668
- /***/ }),
8242
+ /***/ },
7669
8243
 
7670
- /***/ "./src/results/rfid/Extension.js":
8244
+ /***/ "./src/results/rfid/Extension.js"
7671
8245
  /*!***************************************!*\
7672
8246
  !*** ./src/results/rfid/Extension.js ***!
7673
8247
  \***************************************/
7674
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8248
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7675
8249
 
7676
8250
  __webpack_require__.r(__webpack_exports__);
7677
8251
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7699,13 +8273,13 @@ class Extension {
7699
8273
  }
7700
8274
  }
7701
8275
 
7702
- /***/ }),
8276
+ /***/ },
7703
8277
 
7704
- /***/ "./src/results/rfid/File.js":
8278
+ /***/ "./src/results/rfid/File.js"
7705
8279
  /*!**********************************!*\
7706
8280
  !*** ./src/results/rfid/File.js ***!
7707
8281
  \**********************************/
7708
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8282
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7709
8283
 
7710
8284
  __webpack_require__.r(__webpack_exports__);
7711
8285
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7773,13 +8347,13 @@ class File {
7773
8347
  }
7774
8348
 
7775
8349
 
7776
- /***/ }),
8350
+ /***/ },
7777
8351
 
7778
- /***/ "./src/results/rfid/FileData.js":
8352
+ /***/ "./src/results/rfid/FileData.js"
7779
8353
  /*!**************************************!*\
7780
8354
  !*** ./src/results/rfid/FileData.js ***!
7781
8355
  \**************************************/
7782
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8356
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7783
8357
 
7784
8358
  __webpack_require__.r(__webpack_exports__);
7785
8359
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7814,13 +8388,13 @@ class FileData {
7814
8388
  }
7815
8389
 
7816
8390
 
7817
- /***/ }),
8391
+ /***/ },
7818
8392
 
7819
- /***/ "./src/results/rfid/RFIDAccessControlProcedureType.js":
8393
+ /***/ "./src/results/rfid/RFIDAccessControlProcedureType.js"
7820
8394
  /*!************************************************************!*\
7821
8395
  !*** ./src/results/rfid/RFIDAccessControlProcedureType.js ***!
7822
8396
  \************************************************************/
7823
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8397
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7824
8398
 
7825
8399
  __webpack_require__.r(__webpack_exports__);
7826
8400
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7838,13 +8412,13 @@ const RFIDAccessControlProcedureType = {
7838
8412
  };
7839
8413
 
7840
8414
 
7841
- /***/ }),
8415
+ /***/ },
7842
8416
 
7843
- /***/ "./src/results/rfid/RFIDCertificateType.js":
8417
+ /***/ "./src/results/rfid/RFIDCertificateType.js"
7844
8418
  /*!*************************************************!*\
7845
8419
  !*** ./src/results/rfid/RFIDCertificateType.js ***!
7846
8420
  \*************************************************/
7847
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8421
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7848
8422
 
7849
8423
  __webpack_require__.r(__webpack_exports__);
7850
8424
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7865,13 +8439,13 @@ const RFIDCertificateType = {
7865
8439
  };
7866
8440
 
7867
8441
 
7868
- /***/ }),
8442
+ /***/ },
7869
8443
 
7870
- /***/ "./src/results/rfid/RFIDDataFileType.js":
8444
+ /***/ "./src/results/rfid/RFIDDataFileType.js"
7871
8445
  /*!**********************************************!*\
7872
8446
  !*** ./src/results/rfid/RFIDDataFileType.js ***!
7873
8447
  \**********************************************/
7874
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8448
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7875
8449
 
7876
8450
  __webpack_require__.r(__webpack_exports__);
7877
8451
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -7978,13 +8552,13 @@ RFIDDataFileType.getTranslation = async function (value) {
7978
8552
  }
7979
8553
 
7980
8554
 
7981
- /***/ }),
8555
+ /***/ },
7982
8556
 
7983
- /***/ "./src/results/rfid/RFIDSessionData.js":
8557
+ /***/ "./src/results/rfid/RFIDSessionData.js"
7984
8558
  /*!*********************************************!*\
7985
8559
  !*** ./src/results/rfid/RFIDSessionData.js ***!
7986
8560
  \*********************************************/
7987
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8561
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7988
8562
 
7989
8563
  __webpack_require__.r(__webpack_exports__);
7990
8564
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -8091,13 +8665,13 @@ class RFIDSessionData {
8091
8665
  }
8092
8666
 
8093
8667
 
8094
- /***/ }),
8668
+ /***/ },
8095
8669
 
8096
- /***/ "./src/results/rfid/RFIDValidity.js":
8670
+ /***/ "./src/results/rfid/RFIDValidity.js"
8097
8671
  /*!******************************************!*\
8098
8672
  !*** ./src/results/rfid/RFIDValidity.js ***!
8099
8673
  \******************************************/
8100
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8674
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8101
8675
 
8102
8676
  __webpack_require__.r(__webpack_exports__);
8103
8677
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -8129,13 +8703,13 @@ class RFIDValidity {
8129
8703
  }
8130
8704
 
8131
8705
 
8132
- /***/ }),
8706
+ /***/ },
8133
8707
 
8134
- /***/ "./src/results/rfid/RFIDValue.js":
8708
+ /***/ "./src/results/rfid/RFIDValue.js"
8135
8709
  /*!***************************************!*\
8136
8710
  !*** ./src/results/rfid/RFIDValue.js ***!
8137
8711
  \***************************************/
8138
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8712
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8139
8713
 
8140
8714
  __webpack_require__.r(__webpack_exports__);
8141
8715
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -8173,13 +8747,13 @@ class RFIDValue {
8173
8747
  }
8174
8748
 
8175
8749
 
8176
- /***/ }),
8750
+ /***/ },
8177
8751
 
8178
- /***/ "./src/results/rfid/SecurityObject.js":
8752
+ /***/ "./src/results/rfid/SecurityObject.js"
8179
8753
  /*!********************************************!*\
8180
8754
  !*** ./src/results/rfid/SecurityObject.js ***!
8181
8755
  \********************************************/
8182
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8756
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8183
8757
 
8184
8758
  __webpack_require__.r(__webpack_exports__);
8185
8759
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -8229,13 +8803,13 @@ class SecurityObject {
8229
8803
  }
8230
8804
 
8231
8805
 
8232
- /***/ }),
8806
+ /***/ },
8233
8807
 
8234
- /***/ "./src/results/rfid/SecurityObjectCertificates.js":
8808
+ /***/ "./src/results/rfid/SecurityObjectCertificates.js"
8235
8809
  /*!********************************************************!*\
8236
8810
  !*** ./src/results/rfid/SecurityObjectCertificates.js ***!
8237
8811
  \********************************************************/
8238
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8812
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8239
8813
 
8240
8814
  __webpack_require__.r(__webpack_exports__);
8241
8815
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -8264,13 +8838,13 @@ class SecurityObjectCertificates {
8264
8838
  }
8265
8839
 
8266
8840
 
8267
- /***/ }),
8841
+ /***/ },
8268
8842
 
8269
- /***/ "./src/results/rfid/SignerInfo.js":
8843
+ /***/ "./src/results/rfid/SignerInfo.js"
8270
8844
  /*!****************************************!*\
8271
8845
  !*** ./src/results/rfid/SignerInfo.js ***!
8272
8846
  \****************************************/
8273
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8847
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8274
8848
 
8275
8849
  __webpack_require__.r(__webpack_exports__);
8276
8850
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -8356,13 +8930,63 @@ class SignerInfo {
8356
8930
  }
8357
8931
 
8358
8932
 
8359
- /***/ }),
8933
+ /***/ },
8360
8934
 
8361
- /***/ "./src/results/status/CheckResult.js":
8935
+ /***/ "./src/results/status/AgeStatus.js"
8936
+ /*!*****************************************!*\
8937
+ !*** ./src/results/status/AgeStatus.js ***!
8938
+ \*****************************************/
8939
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8940
+
8941
+ __webpack_require__.r(__webpack_exports__);
8942
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
8943
+ /* harmony export */ AgeStatus: () => (/* binding */ AgeStatus)
8944
+ /* harmony export */ });
8945
+ /* harmony import */ var _CheckResult__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./CheckResult */ "./src/results/status/CheckResult.js");
8946
+
8947
+
8948
+ class AgeStatus {
8949
+ threshold
8950
+ overThreshold
8951
+ over18
8952
+ over21
8953
+ over25
8954
+ over65
8955
+
8956
+ static fromJson(jsonObject) {
8957
+ if (jsonObject == null) return null;
8958
+ const result = new AgeStatus();
8959
+
8960
+ result.threshold = jsonObject["threshold"];
8961
+ result.overThreshold = jsonObject["overThreshold"];
8962
+ result.over18 = jsonObject["over18"];
8963
+ result.over21 = jsonObject["over21"];
8964
+ result.over25 = jsonObject["over25"];
8965
+ result.over65 = jsonObject["over65"];
8966
+
8967
+ return result;
8968
+ }
8969
+
8970
+ toJson() {
8971
+ return {
8972
+ "threshold": this.threshold,
8973
+ "overThreshold": this.overThreshold,
8974
+ "over18": this.over18,
8975
+ "over21": this.over21,
8976
+ "over25": this.over25,
8977
+ "over65": this.over65,
8978
+ }
8979
+ }
8980
+ }
8981
+
8982
+
8983
+ /***/ },
8984
+
8985
+ /***/ "./src/results/status/CheckResult.js"
8362
8986
  /*!*******************************************!*\
8363
8987
  !*** ./src/results/status/CheckResult.js ***!
8364
8988
  \*******************************************/
8365
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8989
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8366
8990
 
8367
8991
  __webpack_require__.r(__webpack_exports__);
8368
8992
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -8375,13 +8999,13 @@ const CheckResult = {
8375
8999
  };
8376
9000
 
8377
9001
 
8378
- /***/ }),
9002
+ /***/ },
8379
9003
 
8380
- /***/ "./src/results/status/OpticalStatus.js":
9004
+ /***/ "./src/results/status/OpticalStatus.js"
8381
9005
  /*!*********************************************!*\
8382
9006
  !*** ./src/results/status/OpticalStatus.js ***!
8383
9007
  \*********************************************/
8384
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9008
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8385
9009
 
8386
9010
  __webpack_require__.r(__webpack_exports__);
8387
9011
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -8434,13 +9058,13 @@ class OpticalStatus {
8434
9058
  }
8435
9059
 
8436
9060
 
8437
- /***/ }),
9061
+ /***/ },
8438
9062
 
8439
- /***/ "./src/results/status/RFIDStatus.js":
9063
+ /***/ "./src/results/status/RFIDStatus.js"
8440
9064
  /*!******************************************!*\
8441
9065
  !*** ./src/results/status/RFIDStatus.js ***!
8442
9066
  \******************************************/
8443
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9067
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8444
9068
 
8445
9069
  __webpack_require__.r(__webpack_exports__);
8446
9070
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -8487,13 +9111,13 @@ class RFIDStatus {
8487
9111
  }
8488
9112
 
8489
9113
 
8490
- /***/ }),
9114
+ /***/ },
8491
9115
 
8492
- /***/ "./src/results/status/ResultsStatus.js":
9116
+ /***/ "./src/results/status/ResultsStatus.js"
8493
9117
  /*!*********************************************!*\
8494
9118
  !*** ./src/results/status/ResultsStatus.js ***!
8495
9119
  \*********************************************/
8496
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9120
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8497
9121
 
8498
9122
  __webpack_require__.r(__webpack_exports__);
8499
9123
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -8501,7 +9125,9 @@ __webpack_require__.r(__webpack_exports__);
8501
9125
  /* harmony export */ });
8502
9126
  /* harmony import */ var _CheckResult__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./CheckResult */ "./src/results/status/CheckResult.js");
8503
9127
  /* harmony import */ var _OpticalStatus__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./OpticalStatus */ "./src/results/status/OpticalStatus.js");
8504
- /* harmony import */ var _RFIDStatus__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./RFIDStatus */ "./src/results/status/RFIDStatus.js");
9128
+ /* harmony import */ var _AgeStatus__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./AgeStatus */ "./src/results/status/AgeStatus.js");
9129
+ /* harmony import */ var _RFIDStatus__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./RFIDStatus */ "./src/results/status/RFIDStatus.js");
9130
+
8505
9131
 
8506
9132
 
8507
9133
 
@@ -8514,6 +9140,10 @@ class ResultsStatus {
8514
9140
  detailsRFID
8515
9141
  portrait
8516
9142
  stopList
9143
+ mDL
9144
+ age
9145
+ captureProcessIntegrity
9146
+ ageStatus
8517
9147
 
8518
9148
  static fromJson(jsonObject) {
8519
9149
  if (jsonObject == null) return null;
@@ -8523,9 +9153,13 @@ class ResultsStatus {
8523
9153
  result.optical = jsonObject["optical"];
8524
9154
  result.detailsOptical = _OpticalStatus__WEBPACK_IMPORTED_MODULE_1__.OpticalStatus.fromJson(jsonObject["detailsOptical"]);
8525
9155
  result.rfid = jsonObject["rfid"];
8526
- result.detailsRFID = _RFIDStatus__WEBPACK_IMPORTED_MODULE_2__.RFIDStatus.fromJson(jsonObject["detailsRFID"]);
9156
+ result.detailsRFID = _RFIDStatus__WEBPACK_IMPORTED_MODULE_3__.RFIDStatus.fromJson(jsonObject["detailsRFID"]);
8527
9157
  result.portrait = jsonObject["portrait"];
8528
9158
  result.stopList = jsonObject["stopList"];
9159
+ result.mDL = jsonObject["mDL"];
9160
+ result.age = jsonObject["age"];
9161
+ result.captureProcessIntegrity = jsonObject["captureProcessIntegrity"];
9162
+ result.ageStatus = _AgeStatus__WEBPACK_IMPORTED_MODULE_2__.AgeStatus.fromJson(jsonObject["detailsAge"]);
8529
9163
 
8530
9164
  return result;
8531
9165
  }
@@ -8537,20 +9171,24 @@ class ResultsStatus {
8537
9171
  "rfid": this.rfid,
8538
9172
  "portrait": this.portrait,
8539
9173
  "stopList": this.stopList,
9174
+ "mDL": this.mDL,
9175
+ "age": this.age,
9176
+ "captureProcessIntegrity": this.captureProcessIntegrity,
8540
9177
  "detailsOptical": this.detailsOptical?.toJson(),
8541
9178
  "detailsRFID": this.detailsRFID?.toJson(),
9179
+ "detailsAge": this.ageStatus?.toJson(),
8542
9180
  }
8543
9181
  }
8544
9182
  }
8545
9183
 
8546
9184
 
8547
- /***/ }),
9185
+ /***/ },
8548
9186
 
8549
- /***/ "./src/results/visible_digital_seals/BytesData.js":
9187
+ /***/ "./src/results/visible_digital_seals/BytesData.js"
8550
9188
  /*!********************************************************!*\
8551
9189
  !*** ./src/results/visible_digital_seals/BytesData.js ***!
8552
9190
  \********************************************************/
8553
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9191
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8554
9192
 
8555
9193
  __webpack_require__.r(__webpack_exports__);
8556
9194
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -8585,13 +9223,51 @@ class BytesData {
8585
9223
  }
8586
9224
 
8587
9225
 
8588
- /***/ }),
9226
+ /***/ },
9227
+
9228
+ /***/ "./src/results/visible_digital_seals/DocFeature.js"
9229
+ /*!*********************************************************!*\
9230
+ !*** ./src/results/visible_digital_seals/DocFeature.js ***!
9231
+ \*********************************************************/
9232
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
9233
+
9234
+ __webpack_require__.r(__webpack_exports__);
9235
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
9236
+ /* harmony export */ DocFeature: () => (/* binding */ DocFeature)
9237
+ /* harmony export */ });
9238
+ /* harmony import */ var _BytesData__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./BytesData */ "./src/results/visible_digital_seals/BytesData.js");
9239
+
9240
+
9241
+ class DocFeature {
9242
+ type
9243
+ data
9244
+
9245
+ static fromJson(jsonObject) {
9246
+ if (jsonObject == null) return null;
9247
+
9248
+ const result = new DocFeature();
9249
+ result.type = jsonObject["type"];
9250
+ result.data = _BytesData__WEBPACK_IMPORTED_MODULE_0__.BytesData.fromJson(jsonObject["data"]);
9251
+
9252
+ return result;
9253
+ }
9254
+
9255
+ toJson() {
9256
+ return {
9257
+ "type": this.type,
9258
+ "data": this.data?.toJson(),
9259
+ }
9260
+ }
9261
+ }
9262
+
9263
+
9264
+ /***/ },
8589
9265
 
8590
- /***/ "./src/results/visible_digital_seals/LDSParsingErrorCodes.js":
9266
+ /***/ "./src/results/visible_digital_seals/LDSParsingErrorCodes.js"
8591
9267
  /*!*******************************************************************!*\
8592
9268
  !*** ./src/results/visible_digital_seals/LDSParsingErrorCodes.js ***!
8593
9269
  \*******************************************************************/
8594
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9270
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8595
9271
 
8596
9272
  __webpack_require__.r(__webpack_exports__);
8597
9273
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -8734,13 +9410,13 @@ LDSParsingErrorCodes.getTranslation = async function (value) {
8734
9410
  }
8735
9411
 
8736
9412
 
8737
- /***/ }),
9413
+ /***/ },
8738
9414
 
8739
- /***/ "./src/results/visible_digital_seals/LDSParsingNotificationCodes.js":
9415
+ /***/ "./src/results/visible_digital_seals/LDSParsingNotificationCodes.js"
8740
9416
  /*!**************************************************************************!*\
8741
9417
  !*** ./src/results/visible_digital_seals/LDSParsingNotificationCodes.js ***!
8742
9418
  \**************************************************************************/
8743
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9419
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8744
9420
 
8745
9421
  __webpack_require__.r(__webpack_exports__);
8746
9422
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -8981,13 +9657,105 @@ LDSParsingNotificationCodes.getTranslation = async function (value) {
8981
9657
  }
8982
9658
 
8983
9659
 
8984
- /***/ }),
9660
+ /***/ },
9661
+
9662
+ /***/ "./src/results/visible_digital_seals/VDSData.js"
9663
+ /*!******************************************************!*\
9664
+ !*** ./src/results/visible_digital_seals/VDSData.js ***!
9665
+ \******************************************************/
9666
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
9667
+
9668
+ __webpack_require__.r(__webpack_exports__);
9669
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
9670
+ /* harmony export */ VDSData: () => (/* binding */ VDSData)
9671
+ /* harmony export */ });
9672
+ /* harmony import */ var _rfid_CertificateChain__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../rfid/CertificateChain */ "./src/results/rfid/CertificateChain.js");
9673
+ /* harmony import */ var _BytesData__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./BytesData */ "./src/results/visible_digital_seals/BytesData.js");
9674
+ /* harmony import */ var _DocFeature__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./DocFeature */ "./src/results/visible_digital_seals/DocFeature.js");
9675
+
9676
+
9677
+
9678
+
9679
+ class VDSData {
9680
+ type
9681
+ docType
9682
+ featureRef
9683
+ version
9684
+ issuingCountry
9685
+ docIssueDate
9686
+ signature
9687
+ signatureDate
9688
+ signer
9689
+ certificate
9690
+ certificateChain
9691
+ docFeatures
9692
+ notifications
9693
+
9694
+ static fromJson(jsonObject) {
9695
+ if (jsonObject == null) return null;
9696
+ const result = new VDSData();
9697
+
9698
+ result.type = jsonObject["type"];
9699
+ result.docType = jsonObject["docType"];
9700
+ result.featureRef = jsonObject["featureRef"];
9701
+ result.version = jsonObject["version"];
9702
+ result.issuingCountry = jsonObject["issuingCountry"];
9703
+ result.docIssueDate = jsonObject["docIssueDate"];
9704
+ result.signature = _BytesData__WEBPACK_IMPORTED_MODULE_1__.BytesData.fromJson(jsonObject["signature"]);
9705
+ result.signatureDate = jsonObject["signatureDate"];
9706
+ result.signer = jsonObject["signer"];
9707
+ result.certificate = jsonObject["certificate"];
9708
+ result.notifications = jsonObject["notifications"];
9709
+
9710
+ if (jsonObject["certificateChain"] != null) {
9711
+ result.certificateChain = [];
9712
+ for (const item of jsonObject["certificateChain"]) {
9713
+ const certificateChain = _rfid_CertificateChain__WEBPACK_IMPORTED_MODULE_0__.CertificateChain.fromJson(item);
9714
+ if (certificateChain != null) {
9715
+ result.certificateChain.push(certificateChain);
9716
+ }
9717
+ }
9718
+ }
9719
+ if (jsonObject["docFeatures"] != null) {
9720
+ result.docFeatures = [];
9721
+ for (const item of jsonObject["docFeatures"]) {
9722
+ const docFeature = _DocFeature__WEBPACK_IMPORTED_MODULE_2__.DocFeature.fromJson(item);
9723
+ if (docFeature != null) {
9724
+ result.docFeatures.push(docFeature);
9725
+ }
9726
+ }
9727
+ }
9728
+
9729
+ return result;
9730
+ }
9731
+
9732
+ toJson() {
9733
+ return {
9734
+ "type": this.type,
9735
+ "docType": this.docType,
9736
+ "featureRef": this.featureRef,
9737
+ "version": this.version,
9738
+ "issuingCountry": this.issuingCountry,
9739
+ "docIssueDate": this.docIssueDate,
9740
+ "signature": this.signature?.toJson(),
9741
+ "signatureDate": this.signatureDate,
9742
+ "signer": this.signer,
9743
+ "certificate": this.certificate,
9744
+ "certificateChain": this.certificateChain?.map(e => e.toJson()),
9745
+ "docFeatures": this.docFeatures?.map(e => e.toJson()),
9746
+ "notifications": this.notifications,
9747
+ }
9748
+ }
9749
+ }
9750
+
9751
+
9752
+ /***/ },
8985
9753
 
8986
- /***/ "./src/results/visible_digital_seals/VDSNCData.js":
9754
+ /***/ "./src/results/visible_digital_seals/VDSNCData.js"
8987
9755
  /*!********************************************************!*\
8988
9756
  !*** ./src/results/visible_digital_seals/VDSNCData.js ***!
8989
9757
  \********************************************************/
8990
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9758
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
8991
9759
 
8992
9760
  __webpack_require__.r(__webpack_exports__);
8993
9761
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -9051,13 +9819,13 @@ class VDSNCData {
9051
9819
  }
9052
9820
 
9053
9821
 
9054
- /***/ }),
9822
+ /***/ },
9055
9823
 
9056
- /***/ "./src/results/visual_results/Comparison.js":
9824
+ /***/ "./src/results/visual_results/Comparison.js"
9057
9825
  /*!**************************************************!*\
9058
9826
  !*** ./src/results/visual_results/Comparison.js ***!
9059
9827
  \**************************************************/
9060
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9828
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
9061
9829
 
9062
9830
  __webpack_require__.r(__webpack_exports__);
9063
9831
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -9093,13 +9861,13 @@ class Comparison {
9093
9861
  }
9094
9862
  }
9095
9863
 
9096
- /***/ }),
9864
+ /***/ },
9097
9865
 
9098
- /***/ "./src/results/visual_results/FieldType.js":
9866
+ /***/ "./src/results/visual_results/FieldType.js"
9099
9867
  /*!*************************************************!*\
9100
9868
  !*** ./src/results/visual_results/FieldType.js ***!
9101
9869
  \*************************************************/
9102
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9870
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
9103
9871
 
9104
9872
  __webpack_require__.r(__webpack_exports__);
9105
9873
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -9761,6 +10529,9 @@ const FieldType = {
9761
10529
  NATIONALITY_CODE_ALPHA_2: 697,
9762
10530
  FIRST_ISSUE_DATE_CHECKDIGIT: 698,
9763
10531
  FIRST_ISSUE_DATE_CHECKSUM: 699,
10532
+ COMMERCIAL_INDICATOR: 701,
10533
+ NON_DOMICILED_INDICATOR: 702,
10534
+ JURISDICTION_SPECIFIC_DATA: 703,
9764
10535
  }
9765
10536
 
9766
10537
  FieldType.getTranslation = async function (value) {
@@ -9768,13 +10539,13 @@ FieldType.getTranslation = async function (value) {
9768
10539
  }
9769
10540
 
9770
10541
 
9771
- /***/ }),
10542
+ /***/ },
9772
10543
 
9773
- /***/ "./src/results/visual_results/GraphicField.js":
10544
+ /***/ "./src/results/visual_results/GraphicField.js"
9774
10545
  /*!****************************************************!*\
9775
10546
  !*** ./src/results/visual_results/GraphicField.js ***!
9776
10547
  \****************************************************/
9777
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10548
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
9778
10549
 
9779
10550
  __webpack_require__.r(__webpack_exports__);
9780
10551
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -9832,13 +10603,13 @@ class GraphicField {
9832
10603
  }
9833
10604
  }
9834
10605
 
9835
- /***/ }),
10606
+ /***/ },
9836
10607
 
9837
- /***/ "./src/results/visual_results/GraphicFieldType.js":
10608
+ /***/ "./src/results/visual_results/GraphicFieldType.js"
9838
10609
  /*!********************************************************!*\
9839
10610
  !*** ./src/results/visual_results/GraphicFieldType.js ***!
9840
10611
  \********************************************************/
9841
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10612
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
9842
10613
 
9843
10614
  __webpack_require__.r(__webpack_exports__);
9844
10615
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -9870,13 +10641,13 @@ const GraphicFieldType = {
9870
10641
  FINGER_RIGHT_LITTLE: 309
9871
10642
  };
9872
10643
 
9873
- /***/ }),
10644
+ /***/ },
9874
10645
 
9875
- /***/ "./src/results/visual_results/GraphicResult.js":
10646
+ /***/ "./src/results/visual_results/GraphicResult.js"
9876
10647
  /*!*****************************************************!*\
9877
10648
  !*** ./src/results/visual_results/GraphicResult.js ***!
9878
10649
  \*****************************************************/
9879
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10650
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
9880
10651
 
9881
10652
  __webpack_require__.r(__webpack_exports__);
9882
10653
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -9912,13 +10683,13 @@ class GraphicResult {
9912
10683
  }
9913
10684
  }
9914
10685
 
9915
- /***/ }),
10686
+ /***/ },
9916
10687
 
9917
- /***/ "./src/results/visual_results/LCID.js":
10688
+ /***/ "./src/results/visual_results/LCID.js"
9918
10689
  /*!********************************************!*\
9919
10690
  !*** ./src/results/visual_results/LCID.js ***!
9920
10691
  \********************************************/
9921
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10692
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
9922
10693
 
9923
10694
  __webpack_require__.r(__webpack_exports__);
9924
10695
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10101,13 +10872,13 @@ LCID.getTranslation = async function (value) {
10101
10872
  }
10102
10873
 
10103
10874
 
10104
- /***/ }),
10875
+ /***/ },
10105
10876
 
10106
- /***/ "./src/results/visual_results/Lights.js":
10877
+ /***/ "./src/results/visual_results/Lights.js"
10107
10878
  /*!**********************************************!*\
10108
10879
  !*** ./src/results/visual_results/Lights.js ***!
10109
10880
  \**********************************************/
10110
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10881
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10111
10882
 
10112
10883
  __webpack_require__.r(__webpack_exports__);
10113
10884
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10125,13 +10896,13 @@ const Lights = {
10125
10896
  WHITE_FULL_OVD: 6 | 67108864
10126
10897
  };
10127
10898
 
10128
- /***/ }),
10899
+ /***/ },
10129
10900
 
10130
- /***/ "./src/results/visual_results/RFIDOrigin.js":
10901
+ /***/ "./src/results/visual_results/RFIDOrigin.js"
10131
10902
  /*!**************************************************!*\
10132
10903
  !*** ./src/results/visual_results/RFIDOrigin.js ***!
10133
10904
  \**************************************************/
10134
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10905
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10135
10906
 
10136
10907
  __webpack_require__.r(__webpack_exports__);
10137
10908
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10165,13 +10936,13 @@ class RFIDOrigin {
10165
10936
  }
10166
10937
  }
10167
10938
 
10168
- /***/ }),
10939
+ /***/ },
10169
10940
 
10170
- /***/ "./src/results/visual_results/Rect.js":
10941
+ /***/ "./src/results/visual_results/Rect.js"
10171
10942
  /*!********************************************!*\
10172
10943
  !*** ./src/results/visual_results/Rect.js ***!
10173
10944
  \********************************************/
10174
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10945
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10175
10946
 
10176
10947
  __webpack_require__.r(__webpack_exports__);
10177
10948
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10205,13 +10976,13 @@ class Rect {
10205
10976
  }
10206
10977
  }
10207
10978
 
10208
- /***/ }),
10979
+ /***/ },
10209
10980
 
10210
- /***/ "./src/results/visual_results/Symbol.js":
10981
+ /***/ "./src/results/visual_results/Symbol.js"
10211
10982
  /*!**********************************************!*\
10212
10983
  !*** ./src/results/visual_results/Symbol.js ***!
10213
10984
  \**********************************************/
10214
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10985
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10215
10986
 
10216
10987
  __webpack_require__.r(__webpack_exports__);
10217
10988
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10245,13 +11016,13 @@ class Symbol {
10245
11016
  }
10246
11017
  }
10247
11018
 
10248
- /***/ }),
11019
+ /***/ },
10249
11020
 
10250
- /***/ "./src/results/visual_results/TextField.js":
11021
+ /***/ "./src/results/visual_results/TextField.js"
10251
11022
  /*!*************************************************!*\
10252
11023
  !*** ./src/results/visual_results/TextField.js ***!
10253
11024
  \*************************************************/
10254
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11025
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10255
11026
 
10256
11027
  __webpack_require__.r(__webpack_exports__);
10257
11028
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10349,13 +11120,13 @@ class TextField {
10349
11120
  }
10350
11121
  }
10351
11122
 
10352
- /***/ }),
11123
+ /***/ },
10353
11124
 
10354
- /***/ "./src/results/visual_results/TextResult.js":
11125
+ /***/ "./src/results/visual_results/TextResult.js"
10355
11126
  /*!**************************************************!*\
10356
11127
  !*** ./src/results/visual_results/TextResult.js ***!
10357
11128
  \**************************************************/
10358
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11129
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10359
11130
 
10360
11131
  __webpack_require__.r(__webpack_exports__);
10361
11132
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10417,13 +11188,13 @@ class TextResult {
10417
11188
  }
10418
11189
  }
10419
11190
 
10420
- /***/ }),
11191
+ /***/ },
10421
11192
 
10422
- /***/ "./src/results/visual_results/TextSource.js":
11193
+ /***/ "./src/results/visual_results/TextSource.js"
10423
11194
  /*!**************************************************!*\
10424
11195
  !*** ./src/results/visual_results/TextSource.js ***!
10425
11196
  \**************************************************/
10426
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11197
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10427
11198
 
10428
11199
  __webpack_require__.r(__webpack_exports__);
10429
11200
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10459,13 +11230,13 @@ class TextSource {
10459
11230
  }
10460
11231
  }
10461
11232
 
10462
- /***/ }),
11233
+ /***/ },
10463
11234
 
10464
- /***/ "./src/results/visual_results/Validity.js":
11235
+ /***/ "./src/results/visual_results/Validity.js"
10465
11236
  /*!************************************************!*\
10466
11237
  !*** ./src/results/visual_results/Validity.js ***!
10467
11238
  \************************************************/
10468
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11239
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10469
11240
 
10470
11241
  __webpack_require__.r(__webpack_exports__);
10471
11242
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10498,13 +11269,13 @@ class Validity {
10498
11269
  }
10499
11270
  }
10500
11271
 
10501
- /***/ }),
11272
+ /***/ },
10502
11273
 
10503
- /***/ "./src/results/visual_results/Value.js":
11274
+ /***/ "./src/results/visual_results/Value.js"
10504
11275
  /*!*********************************************!*\
10505
11276
  !*** ./src/results/visual_results/Value.js ***!
10506
11277
  \*********************************************/
10507
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11278
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10508
11279
 
10509
11280
  __webpack_require__.r(__webpack_exports__);
10510
11281
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10567,13 +11338,13 @@ class Value {
10567
11338
  }
10568
11339
  }
10569
11340
 
10570
- /***/ }),
11341
+ /***/ },
10571
11342
 
10572
- /***/ "./src/rfid/PAAttribute.js":
11343
+ /***/ "./src/rfid/PAAttribute.js"
10573
11344
  /*!*********************************!*\
10574
11345
  !*** ./src/rfid/PAAttribute.js ***!
10575
11346
  \*********************************/
10576
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11347
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10577
11348
 
10578
11349
  __webpack_require__.r(__webpack_exports__);
10579
11350
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10605,13 +11376,13 @@ class PAAttribute {
10605
11376
  }
10606
11377
 
10607
11378
 
10608
- /***/ }),
11379
+ /***/ },
10609
11380
 
10610
- /***/ "./src/rfid/PAResourcesIssuer.js":
11381
+ /***/ "./src/rfid/PAResourcesIssuer.js"
10611
11382
  /*!***************************************!*\
10612
11383
  !*** ./src/rfid/PAResourcesIssuer.js ***!
10613
11384
  \***************************************/
10614
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11385
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10615
11386
 
10616
11387
  __webpack_require__.r(__webpack_exports__);
10617
11388
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10655,13 +11426,13 @@ class PAResourcesIssuer {
10655
11426
  }
10656
11427
 
10657
11428
 
10658
- /***/ }),
11429
+ /***/ },
10659
11430
 
10660
- /***/ "./src/rfid/PKDCertificate.js":
11431
+ /***/ "./src/rfid/PKDCertificate.js"
10661
11432
  /*!************************************!*\
10662
11433
  !*** ./src/rfid/PKDCertificate.js ***!
10663
11434
  \************************************/
10664
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11435
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10665
11436
 
10666
11437
  __webpack_require__.r(__webpack_exports__);
10667
11438
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10706,6 +11477,9 @@ const PKDResourceType = {
10706
11477
  DEFL: 5,
10707
11478
  DEVL: 6,
10708
11479
  BL: 7,
11480
+ LDIF_TA: 8,
11481
+ ML_TA: 9,
11482
+ CBOR: 10,
10709
11483
 
10710
11484
  getType(value) {
10711
11485
  switch (value) {
@@ -10732,13 +11506,13 @@ const PKDResourceType = {
10732
11506
  }
10733
11507
 
10734
11508
 
10735
- /***/ }),
11509
+ /***/ },
10736
11510
 
10737
- /***/ "./src/rfid/RFIDErrorCodes.js":
11511
+ /***/ "./src/rfid/RFIDErrorCodes.js"
10738
11512
  /*!************************************!*\
10739
11513
  !*** ./src/rfid/RFIDErrorCodes.js ***!
10740
11514
  \************************************/
10741
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11515
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10742
11516
 
10743
11517
  __webpack_require__.r(__webpack_exports__);
10744
11518
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10870,13 +11644,13 @@ RFIDErrorCodes.getTranslation = async function (value) {
10870
11644
  }
10871
11645
 
10872
11646
 
10873
- /***/ }),
11647
+ /***/ },
10874
11648
 
10875
- /***/ "./src/rfid/RFIDNotification.js":
11649
+ /***/ "./src/rfid/RFIDNotification.js"
10876
11650
  /*!**************************************!*\
10877
11651
  !*** ./src/rfid/RFIDNotification.js ***!
10878
11652
  \**************************************/
10879
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11653
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10880
11654
 
10881
11655
  __webpack_require__.r(__webpack_exports__);
10882
11656
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -10954,13 +11728,13 @@ const RFIDNotificationCodes = {
10954
11728
  }
10955
11729
 
10956
11730
 
10957
- /***/ }),
11731
+ /***/ },
10958
11732
 
10959
- /***/ "./src/rfid/TAChallenge.js":
11733
+ /***/ "./src/rfid/TAChallenge.js"
10960
11734
  /*!*********************************!*\
10961
11735
  !*** ./src/rfid/TAChallenge.js ***!
10962
11736
  \*********************************/
10963
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11737
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10964
11738
 
10965
11739
  __webpack_require__.r(__webpack_exports__);
10966
11740
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -11001,13 +11775,13 @@ class TAChallenge {
11001
11775
  }
11002
11776
 
11003
11777
 
11004
- /***/ }),
11778
+ /***/ },
11005
11779
 
11006
- /***/ "./src/rfid/TccParams.js":
11780
+ /***/ "./src/rfid/TccParams.js"
11007
11781
  /*!*******************************!*\
11008
11782
  !*** ./src/rfid/TccParams.js ***!
11009
11783
  \*******************************/
11010
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11784
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
11011
11785
 
11012
11786
  __webpack_require__.r(__webpack_exports__);
11013
11787
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -11049,7 +11823,7 @@ class TccParams {
11049
11823
  }
11050
11824
 
11051
11825
 
11052
- /***/ })
11826
+ /***/ }
11053
11827
 
11054
11828
  /******/ });
11055
11829
  /************************************************************************/
@@ -11063,6 +11837,12 @@ class TccParams {
11063
11837
  /******/ if (cachedModule !== undefined) {
11064
11838
  /******/ return cachedModule.exports;
11065
11839
  /******/ }
11840
+ /******/ // Check if module exists (development only)
11841
+ /******/ if (__webpack_modules__[moduleId] === undefined) {
11842
+ /******/ var e = new Error("Cannot find module '" + moduleId + "'");
11843
+ /******/ e.code = 'MODULE_NOT_FOUND';
11844
+ /******/ throw e;
11845
+ /******/ }
11066
11846
  /******/ // Create a new module (and put it into the cache)
11067
11847
  /******/ var module = __webpack_module_cache__[moduleId] = {
11068
11848
  /******/ // no module.id needed