@microblink/blinkid-react-native 7.5.0 → 7.6.1

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 (201) hide show
  1. package/README.md +24 -1
  2. package/android/.project +28 -0
  3. package/android/build.gradle +1 -1
  4. package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdDeserializationUtilities.kt +20 -4
  5. package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdSerializationUtilities.kt +63 -1
  6. package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkidReactNativeModule.kt +114 -62
  7. package/ios/BlinkIdDeserializationUtilities.swift +29 -3
  8. package/ios/BlinkIdSerializationUtilities.swift +75 -9
  9. package/ios/BlinkidReactNative.mm +20 -5
  10. package/ios/BlinkidReactNativeModule.swift +53 -22
  11. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID +0 -0
  12. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/BlinkID-Swift.h +584 -72
  13. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist +0 -0
  14. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json +36259 -33823
  15. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface +1103 -949
  16. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  17. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftinterface +1103 -949
  18. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources +15 -15
  19. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/conan.xcconfig +7 -3
  20. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID +0 -0
  21. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/BlinkID-Swift.h +1174 -150
  22. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist +0 -0
  23. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json +36259 -33823
  24. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1103 -949
  25. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  26. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1103 -949
  27. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json +36259 -33823
  28. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1103 -949
  29. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  30. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1103 -949
  31. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources +25 -25
  32. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/conan.xcconfig +7 -3
  33. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeDirectory +0 -0
  34. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeRequirements +0 -0
  35. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
  36. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeResources +3027 -0
  37. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeSignature +0 -0
  38. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX +0 -0
  39. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Assets.car +0 -0
  40. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Info.plist +0 -0
  41. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ak.lproj/Localizable.strings +0 -0
  42. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/am.lproj/Localizable.strings +0 -0
  43. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ar.lproj/Localizable.strings +0 -0
  44. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/bn.lproj/Localizable.strings +0 -0
  45. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/cs.lproj/Localizable.strings +0 -0
  46. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/da.lproj/Localizable.strings +0 -0
  47. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/de.lproj/Localizable.strings +0 -0
  48. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/el.lproj/Localizable.strings +0 -0
  49. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en-GB.lproj/Localizable.strings +0 -0
  50. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en.lproj/Localizable.strings +0 -0
  51. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es-MX.lproj/Localizable.strings +0 -0
  52. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es.lproj/Localizable.strings +0 -0
  53. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fa.lproj/Localizable.strings +0 -0
  54. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fi.lproj/Localizable.strings +0 -0
  55. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fil.lproj/Localizable.strings +0 -0
  56. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr-CA.lproj/Localizable.strings +0 -0
  57. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr.lproj/Localizable.strings +0 -0
  58. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ha.lproj/Localizable.strings +0 -0
  59. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/he.lproj/Localizable.strings +0 -0
  60. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hi.lproj/Localizable.strings +0 -0
  61. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hr.lproj/Localizable.strings +0 -0
  62. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hu.lproj/Localizable.strings +0 -0
  63. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/id.lproj/Localizable.strings +0 -0
  64. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/is.lproj/Localizable.strings +0 -0
  65. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/it.lproj/Localizable.strings +0 -0
  66. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ja.lproj/Localizable.strings +0 -0
  67. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ka-GE.lproj/Localizable.strings +0 -0
  68. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/kk.lproj/Localizable.strings +0 -0
  69. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/km-KH.lproj/Localizable.strings +0 -0
  70. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ko.lproj/Localizable.strings +0 -0
  71. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/lv.lproj/Localizable.strings +0 -0
  72. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ms.lproj/Localizable.strings +0 -0
  73. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nb.lproj/Localizable.strings +0 -0
  74. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ne.lproj/Localizable.strings +0 -0
  75. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nl.lproj/Localizable.strings +0 -0
  76. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pl.lproj/Localizable.strings +0 -0
  77. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ps-AF.lproj/Localizable.strings +0 -0
  78. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt-BR.lproj/Localizable.strings +0 -0
  79. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt.lproj/Localizable.strings +0 -0
  80. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ro.lproj/Localizable.strings +0 -0
  81. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ru.lproj/Localizable.strings +0 -0
  82. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/si.lproj/Localizable.strings +0 -0
  83. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sk.lproj/Localizable.strings +0 -0
  84. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sl.lproj/Localizable.strings +0 -0
  85. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sr.lproj/Localizable.strings +0 -0
  86. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sv.lproj/Localizable.strings +0 -0
  87. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sw.lproj/Localizable.strings +0 -0
  88. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/th.lproj/Localizable.strings +0 -0
  89. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/tr.lproj/Localizable.strings +0 -0
  90. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uk.lproj/Localizable.strings +0 -0
  91. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ur.lproj/Localizable.strings +0 -0
  92. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uz.lproj/Localizable.strings +0 -0
  93. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/vi.lproj/Localizable.strings +0 -0
  94. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/yo.lproj/Localizable.strings +0 -0
  95. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hans.lproj/Localizable.strings +0 -0
  96. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hant.lproj/Localizable.strings +0 -0
  97. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Info.plist +0 -0
  98. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.abi.json +730 -159
  99. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.package.swiftinterface +49 -8
  100. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.private.swiftinterface +49 -8
  101. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  102. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.swiftinterface +49 -8
  103. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX +0 -0
  104. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Assets.car +0 -0
  105. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Info.plist +0 -0
  106. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeDirectory +0 -0
  107. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeRequirements-1 +0 -0
  108. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeResources +816 -90
  109. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ak.lproj/Localizable.strings +0 -0
  110. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/am.lproj/Localizable.strings +0 -0
  111. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ar.lproj/Localizable.strings +0 -0
  112. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/bn.lproj/Localizable.strings +0 -0
  113. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/cs.lproj/Localizable.strings +0 -0
  114. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/da.lproj/Localizable.strings +0 -0
  115. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/de.lproj/Localizable.strings +0 -0
  116. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/el.lproj/Localizable.strings +0 -0
  117. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en-GB.lproj/Localizable.strings +0 -0
  118. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en.lproj/Localizable.strings +0 -0
  119. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es-MX.lproj/Localizable.strings +0 -0
  120. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es.lproj/Localizable.strings +0 -0
  121. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fa.lproj/Localizable.strings +0 -0
  122. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fi.lproj/Localizable.strings +0 -0
  123. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fil.lproj/Localizable.strings +0 -0
  124. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr-CA.lproj/Localizable.strings +0 -0
  125. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr.lproj/Localizable.strings +0 -0
  126. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ha.lproj/Localizable.strings +0 -0
  127. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/he.lproj/Localizable.strings +0 -0
  128. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hi.lproj/Localizable.strings +0 -0
  129. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hr.lproj/Localizable.strings +0 -0
  130. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hu.lproj/Localizable.strings +0 -0
  131. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/id.lproj/Localizable.strings +0 -0
  132. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/is.lproj/Localizable.strings +0 -0
  133. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/it.lproj/Localizable.strings +0 -0
  134. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ja.lproj/Localizable.strings +0 -0
  135. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ka-GE.lproj/Localizable.strings +0 -0
  136. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/kk.lproj/Localizable.strings +0 -0
  137. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/km-KH.lproj/Localizable.strings +0 -0
  138. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ko.lproj/Localizable.strings +0 -0
  139. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/lv.lproj/Localizable.strings +0 -0
  140. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ms.lproj/Localizable.strings +0 -0
  141. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nb.lproj/Localizable.strings +0 -0
  142. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ne.lproj/Localizable.strings +0 -0
  143. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nl.lproj/Localizable.strings +0 -0
  144. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pl.lproj/Localizable.strings +0 -0
  145. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ps-AF.lproj/Localizable.strings +0 -0
  146. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt-BR.lproj/Localizable.strings +0 -0
  147. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt.lproj/Localizable.strings +0 -0
  148. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ro.lproj/Localizable.strings +0 -0
  149. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ru.lproj/Localizable.strings +0 -0
  150. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/si.lproj/Localizable.strings +0 -0
  151. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sk.lproj/Localizable.strings +0 -0
  152. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sl.lproj/Localizable.strings +0 -0
  153. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sr.lproj/Localizable.strings +0 -0
  154. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sv.lproj/Localizable.strings +0 -0
  155. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sw.lproj/Localizable.strings +0 -0
  156. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/th.lproj/Localizable.strings +0 -0
  157. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/tr.lproj/Localizable.strings +0 -0
  158. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uk.lproj/Localizable.strings +0 -0
  159. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ur.lproj/Localizable.strings +0 -0
  160. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uz.lproj/Localizable.strings +0 -0
  161. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/vi.lproj/Localizable.strings +0 -0
  162. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/yo.lproj/Localizable.strings +0 -0
  163. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hans.lproj/Localizable.strings +0 -0
  164. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hant.lproj/Localizable.strings +0 -0
  165. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Info.plist +0 -0
  166. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.abi.json +730 -159
  167. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.package.swiftinterface +49 -8
  168. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +49 -8
  169. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  170. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.swiftinterface +49 -8
  171. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.abi.json +730 -159
  172. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.package.swiftinterface +49 -8
  173. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +49 -8
  174. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  175. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +49 -8
  176. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/_CodeSignature/CodeResources +1 -1
  177. package/lib/module/NativeBlinkidReactNative.js.map +1 -1
  178. package/lib/module/blinkIdResult.js +122 -0
  179. package/lib/module/blinkIdResult.js.map +1 -1
  180. package/lib/module/blinkIdSettings.js +28 -7
  181. package/lib/module/blinkIdSettings.js.map +1 -1
  182. package/lib/module/index.js +47 -4
  183. package/lib/module/index.js.map +1 -1
  184. package/lib/module/types.js +109 -1
  185. package/lib/module/types.js.map +1 -1
  186. package/lib/typescript/src/NativeBlinkidReactNative.d.ts +39 -2
  187. package/lib/typescript/src/NativeBlinkidReactNative.d.ts.map +1 -1
  188. package/lib/typescript/src/blinkIdResult.d.ts +55 -0
  189. package/lib/typescript/src/blinkIdResult.d.ts.map +1 -1
  190. package/lib/typescript/src/blinkIdSettings.d.ts +25 -6
  191. package/lib/typescript/src/blinkIdSettings.d.ts.map +1 -1
  192. package/lib/typescript/src/index.d.ts +41 -4
  193. package/lib/typescript/src/index.d.ts.map +1 -1
  194. package/lib/typescript/src/types.d.ts +98 -3
  195. package/lib/typescript/src/types.d.ts.map +1 -1
  196. package/package.json +3 -3
  197. package/src/NativeBlinkidReactNative.ts +41 -2
  198. package/src/blinkIdResult.ts +133 -0
  199. package/src/blinkIdSettings.ts +30 -7
  200. package/src/index.tsx +52 -5
  201. package/src/types.ts +141 -1
@@ -181,6 +181,11 @@ export class BlinkIdScanningResult {
181
181
  *
182
182
  */
183
183
 
184
+ /**
185
+ * The vehicle owner.
186
+ *
187
+ */
188
+
184
189
  /**
185
190
  * The vehicle type.
186
191
  *
@@ -236,6 +241,56 @@ export class BlinkIdScanningResult {
236
241
  *
237
242
  */
238
243
 
244
+ /**
245
+ * The date of entry of the document owner.
246
+ *
247
+ */
248
+
249
+ /**
250
+ * The locality code of the document owner.
251
+ *
252
+ */
253
+
254
+ /**
255
+ * The maiden name of the document owner.
256
+ *
257
+ */
258
+
259
+ /**
260
+ * The municipality code of the document owner.
261
+ *
262
+ */
263
+
264
+ /**
265
+ * The municipality of registration of the document owner.
266
+ *
267
+ */
268
+
269
+ /**
270
+ * The polling station code of the document owner.
271
+ *
272
+ */
273
+
274
+ /**
275
+ * The registration center code of the document owner.
276
+ *
277
+ */
278
+
279
+ /**
280
+ * The section code of the document owner.
281
+ *
282
+ */
283
+
284
+ /**
285
+ * The state code of the document owner.
286
+ *
287
+ */
288
+
289
+ /**
290
+ * The state of the document owner.
291
+ *
292
+ */
293
+
239
294
  /**
240
295
  * The driver license detailed info.
241
296
  *
@@ -508,6 +563,13 @@ export class BlinkIdScanningResult {
508
563
  *
509
564
  */
510
565
  this.manufacturingYear = nativeBlinkIdResult.manufacturingYear;
566
+
567
+ /**
568
+ * The vehicle owner.
569
+ *
570
+ */
571
+ this.vehicleOwner = nativeBlinkIdResult.vehicleOwner;
572
+
511
573
  /**
512
574
  * The vehicle type.
513
575
  *
@@ -568,6 +630,66 @@ export class BlinkIdScanningResult {
568
630
  */
569
631
  this.dateOfExpiry = nativeBlinkIdResult.dateOfExpiry;
570
632
 
633
+ /**
634
+ * The date of entry of the document owner.
635
+ *
636
+ */
637
+ this.dateOfEntry = nativeBlinkIdResult.dateOfEntry;
638
+
639
+ /**
640
+ * The locality code of the document owner.
641
+ *
642
+ */
643
+ this.localityCode = nativeBlinkIdResult.localityCode;
644
+
645
+ /**
646
+ * The maiden name of the document owner.
647
+ *
648
+ */
649
+ this.maidenName = nativeBlinkIdResult.maidenName;
650
+
651
+ /**
652
+ * The municipality code of the document owner.
653
+ *
654
+ */
655
+ this.municipalityCode = nativeBlinkIdResult.municipalityCode;
656
+
657
+ /**
658
+ * The municipality of registration of the document owner.
659
+ *
660
+ */
661
+ this.municipalityOfRegistration = nativeBlinkIdResult.municipalityOfRegistration;
662
+
663
+ /**
664
+ * The polling station code of the document owner.
665
+ *
666
+ */
667
+ this.pollingStationCode = nativeBlinkIdResult.pollingStationCode;
668
+
669
+ /**
670
+ * The registration center code of the document owner.
671
+ *
672
+ */
673
+ this.registrationCenterCode = nativeBlinkIdResult.registrationCenterCode;
674
+
675
+ /**
676
+ * The section code of the document owner.
677
+ *
678
+ */
679
+ this.sectionCode = nativeBlinkIdResult.sectionCode;
680
+
681
+ /**
682
+ * The state code of the document owner.
683
+ *
684
+ */
685
+ this.stateCode = nativeBlinkIdResult.stateCode;
686
+
687
+ /**
688
+ * The state of the document owner.
689
+ *
690
+ */
691
+ this.stateName = nativeBlinkIdResult.stateName;
692
+
571
693
  /**
572
694
  * Determines if date of expiry is permanent.
573
695
  *
@@ -1 +1 @@
1
- {"version":3,"names":["BlinkIdScanningResult","constructor","nativeBlinkIdResult","recognitionMode","documentClassInfo","dataMatchResult","firstName","lastName","fullName","additionalNameInformation","localizedName","fathersName","mothersName","address","additionalAddressInformation","additionalOptionalAddressInformation","placeOfBirth","nationality","race","religion","profession","maritalStatus","residentialStatus","employer","sex","sponsor","bloodType","documentNumber","personalIdNumber","documentAdditionalNumber","documentOptionalAdditionalNumber","additionalPersonalIdNumber","issuingAuthority","documentSubtype","remarks","residencePermitType","manufacturingYear","vehicleType","eligibilityCategory","specificDocumentValidity","visaType","countryCode","certificateNumber","nationalInsuranceNumber","dateOfBirth","dateOfIssue","dateOfExpiry","dateOfExpiryPermanent","driverLicenseDetailedInfo","dependentsInfo","subResults","firstInputImage","secondInputImage","barcodeInputImage","firstDocumentImage","secondDocumentImage","faceImage","signatureImage"],"sourceRoot":"../../src","sources":["blinkIdResult.ts"],"mappings":";;AAYA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMA,qBAAqB,CAAC;EACjC;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAEE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AAC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","ignoreList":[]}
1
+ {"version":3,"names":["BlinkIdScanningResult","constructor","nativeBlinkIdResult","recognitionMode","documentClassInfo","dataMatchResult","firstName","lastName","fullName","additionalNameInformation","localizedName","fathersName","mothersName","address","additionalAddressInformation","additionalOptionalAddressInformation","placeOfBirth","nationality","race","religion","profession","maritalStatus","residentialStatus","employer","sex","sponsor","bloodType","documentNumber","personalIdNumber","documentAdditionalNumber","documentOptionalAdditionalNumber","additionalPersonalIdNumber","issuingAuthority","documentSubtype","remarks","residencePermitType","manufacturingYear","vehicleOwner","vehicleType","eligibilityCategory","specificDocumentValidity","visaType","countryCode","certificateNumber","nationalInsuranceNumber","dateOfBirth","dateOfIssue","dateOfExpiry","dateOfEntry","localityCode","maidenName","municipalityCode","municipalityOfRegistration","pollingStationCode","registrationCenterCode","sectionCode","stateCode","stateName","dateOfExpiryPermanent","driverLicenseDetailedInfo","dependentsInfo","subResults","firstInputImage","secondInputImage","barcodeInputImage","firstDocumentImage","secondDocumentImage","faceImage","signatureImage"],"sourceRoot":"../../src","sources":["blinkIdResult.ts"],"mappings":";;AAYA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMA,qBAAqB,CAAC;EACjC;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAEE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAEE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;EACEC,WAAWA,CAACC,mBAAwB,EAAE;IACpC;AACJ;AACA;AACA;AACA;IACI,IAAI,CAACC,eAAe,GAAGD,mBAAmB,CAACC,eAAe;IAC1D;AACJ;AACA;AACA;AACA;IACI,IAAI,CAACC,iBAAiB,GAAGF,mBAAmB,CAACE,iBAAiB;IAC9D;AACJ;AACA;AACA;AACA;IACI,IAAI,CAACC,eAAe,GAAGH,mBAAmB,CAACG,eAAe;;IAE1D;AACJ;AACA;AACA;IACI,IAAI,CAACC,SAAS,GAAGJ,mBAAmB,CAACI,SAAS;;IAE9C;AACJ;AACA;AACA;IACI,IAAI,CAACC,QAAQ,GAAGL,mBAAmB,CAACK,QAAQ;;IAE5C;AACJ;AACA;AACA;IACI,IAAI,CAACC,QAAQ,GAAGN,mBAAmB,CAACM,QAAQ;;IAE5C;AACJ;AACA;AACA;IACI,IAAI,CAACC,yBAAyB,GAC5BP,mBAAmB,CAACO,yBAAyB;;IAE/C;AACJ;AACA;AACA;IACI,IAAI,CAACC,aAAa,GAAGR,mBAAmB,CAACQ,aAAa;IACtD;AACJ;AACA;AACA;IACI,IAAI,CAACC,WAAW,GAAGT,mBAAmB,CAACS,WAAW;;IAElD;AACJ;AACA;AACA;IACI,IAAI,CAACC,WAAW,GAAGV,mBAAmB,CAACU,WAAW;;IAElD;AACJ;AACA;AACA;IACI,IAAI,CAACC,OAAO,GAAGX,mBAAmB,CAACW,OAAO;;IAE1C;AACJ;AACA;AACA;IACI,IAAI,CAACC,4BAA4B,GAC/BZ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","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- import { DetectionLevel, AnonymizationMode, ScanningMode, RecognitionModeFilter } from "./types.js";
3
+ import { DetectionLevel, AnonymizationMode, ScanningMode, RecognitionModeFilter, PreferredCamera } from "./types.js";
4
4
 
5
5
  /**
6
6
  * Settings for the initialization of the BlinkID SDK.
@@ -39,7 +39,7 @@ export class BlinkIdSdkSettings {
39
39
  */
40
40
 
41
41
  /**
42
- * If resources downloading is disabled, this defines the bundle of your app where the resources reside.
42
+ * [iOS-specific] If resources downloading is disabled, this defines the bundle of your app where the resources reside.
43
43
  *
44
44
  */
45
45
 
@@ -64,13 +64,13 @@ export class BlinkIdSdkSettings {
64
64
  *
65
65
  * Settings for the initialization of the BlinkID SDK.
66
66
  */
67
- constructor(licenseKey, licensee, downloadResources, resourceDownloadUrl, resourceLocalFolder, bundleURL, resourceRequestTimeout, microblinkProxyURL) {
67
+ constructor(licenseKey, licensee, downloadResources, resourceDownloadUrl, resourceLocalFolder, bundleIdentifier, resourceRequestTimeout, microblinkProxyURL) {
68
68
  this.licenseKey = licenseKey;
69
69
  this.licensee = licensee;
70
70
  this.downloadResources = downloadResources;
71
71
  this.resourceDownloadUrl = resourceDownloadUrl;
72
72
  this.resourceLocalFolder = resourceLocalFolder;
73
- this.bundleURL = bundleURL;
73
+ this.bundleIdentifier = bundleIdentifier;
74
74
  this.resourceRequestTimeout = resourceRequestTimeout;
75
75
  this.microblinkProxyURL = microblinkProxyURL;
76
76
  }
@@ -188,7 +188,7 @@ export class BlinkIdScanningSettings {
188
188
  * `low` – less sensitive to tilt.
189
189
  * `high` – highly sensitive to tilt.
190
190
  *
191
- * Default: {@link DetectionLevel.off}
191
+ * Default: {@link DetectionLevel.Mid}
192
192
  */
193
193
 
194
194
  /**
@@ -383,7 +383,7 @@ export class BlinkIdScanningSettings {
383
383
  this.skipImagesWithBlur = true;
384
384
  this.glareDetectionLevel = DetectionLevel.Mid;
385
385
  this.skipImagesWithGlare = true;
386
- this.tiltDetectionLevel = DetectionLevel.Off;
386
+ this.tiltDetectionLevel = DetectionLevel.Mid;
387
387
  this.skipImagesWithInadequateLightingConditions = true;
388
388
  this.skipImagesOccludedByHand = true;
389
389
  this.combineResultsFromMultipleInputImages = true;
@@ -407,7 +407,7 @@ export class BlinkIdScanningSettings {
407
407
  * used during the scanning process.
408
408
  *
409
409
  */
410
- export class BlinkIdUiSettings {
410
+ export class BlinkIdScanningUxSettings {
411
411
  /**
412
412
  * A boolean indicating whether to show a help button
413
413
  * and enable help screens during the scanning session.
@@ -422,9 +422,30 @@ export class BlinkIdUiSettings {
422
422
  * Default: `true`
423
423
  */
424
424
 
425
+ /**
426
+ * Determines whether haptic feedback is played for scanning-related events.
427
+ *
428
+ * When enabled, haptic responses are generated during scanning activities,
429
+ * such as detection updates or user interactions (e.g., toggling the flashlight).
430
+ *
431
+ * When disabled, no haptic feedback is produced.
432
+ * Default: `true`
433
+ */
434
+
435
+ /**
436
+ * The preferred camera position to use when capturing document.
437
+ *
438
+ * This value represents the user’s choice of front or back camera.
439
+ * The system determines the actual physical camera device.
440
+ *
441
+ * Default: {@link PrefferedCamera.back}
442
+ */
443
+
425
444
  constructor() {
426
445
  this.showHelpButton = true;
427
446
  this.showOnboardingDialog = true;
447
+ this.allowHapticFeedback = true;
448
+ this.preferredCamera = PreferredCamera.Back;
428
449
  }
429
450
  }
430
451
 
@@ -1 +1 @@
1
- {"version":3,"names":["DetectionLevel","AnonymizationMode","ScanningMode","RecognitionModeFilter","BlinkIdSdkSettings","constructor","licenseKey","licensee","downloadResources","resourceDownloadUrl","resourceLocalFolder","bundleURL","resourceRequestTimeout","microblinkProxyURL","BlinkIdSessionSettings","scanningMode","Automatic","scanningSettings","BlinkIdScanningSettings","stepTimeoutDuration","blurDetectionLevel","Mid","skipImagesWithBlur","glareDetectionLevel","skipImagesWithGlare","tiltDetectionLevel","Off","skipImagesWithInadequateLightingConditions","skipImagesOccludedByHand","combineResultsFromMultipleInputImages","enableBarcodeScanOnly","anonymizationMode","FullResult","returnInputImages","scanCroppedDocumentImage","recognitionModeFilter","enableCharacterValidation","inputImageMargin","scanUnsupportedBack","allowUncertainFrontSideScan","maxAllowedMismatchesPerField","scanPassportDataPageOnly","croppedImageSettings","CroppedImageSettings","BlinkIdUiSettings","showHelpButton","showOnboardingDialog","dotsPerInch","extensionFactor","returnDocumentImage","returnFaceImage","returnSignatureImage"],"sourceRoot":"../../src","sources":["blinkIdSettings.ts"],"mappings":";;AAAA,SACEA,cAAc,EACdC,iBAAiB,EACjBC,YAAY,EAGZC,qBAAqB,QAChB,YAAS;;AAEhB;AACA;AACA;AACA;AACA,OAAO,MAAMC,kBAAkB,CAAC;EAC9B;AACF;AACA;AACA;;EAGE;AACF;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;EACEC,WAAWA,CACTC,UAAkB,EAClBC,QAAiB,EACjBC,iBAA2B,EAC3BC,mBAA4B,EAC5BC,mBAA4B,EAC5BC,SAAkB,EAClBC,sBAA+B,EAC/BC,kBAA2B,EAC3B;IACA,IAAI,CAACP,UAAU,GAAGA,UAAU;IAC5B,IAAI,CAACC,QAAQ,GAAGA,QAAQ;IACxB,IAAI,CAACC,iBAAiB,GAAGA,iBAAiB;IAC1C,IAAI,CAACC,mBAAmB,GAAGA,mBAAmB;IAC9C,IAAI,CAACC,mBAAmB,GAAGA,mBAAmB;IAC9C,IAAI,CAACC,SAAS,GAAGA,SAAS;IAC1B,IAAI,CAACC,sBAAsB,GAAGA,sBAAsB;IACpD,IAAI,CAACC,kBAAkB,GAAGA,kBAAkB;EAC9C;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,sBAAsB,CAAC;EAClC;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;EACET,WAAWA,CAAA,EAAG;IACZ,IAAI,CAACU,YAAY,GAAGb,YAAY,CAACc,SAAS;IAC1C,IAAI,CAACC,gBAAgB,GAAG,IAAIC,uBAAuB,CAAC,CAAC;IACrD,IAAI,CAACC,mBAAmB,GAAG,KAAK;EAClC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMD,uBAAuB,CAAC;EACnC;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;EACEb,WAAWA,CAAA,EAAG;IACZ,IAAI,CAACe,kBAAkB,GAAGpB,cAAc,CAACqB,GAAG;IAC5C,IAAI,CAACC,kBAAkB,GAAG,IAAI;IAC9B,IAAI,CAACC,mBAAmB,GAAGvB,cAAc,CAACqB,GAAG;IAC7C,IAAI,CAACG,mBAAmB,GAAG,IAAI;IAC/B,IAAI,CAACC,kBAAkB,GAAGzB,cAAc,CAAC0B,GAAG;IAC5C,IAAI,CAACC,0CAA0C,GAAG,IAAI;IACtD,IAAI,CAACC,wBAAwB,GAAG,IAAI;IACpC,IAAI,CAACC,qCAAqC,GAAG,IAAI;IACjD,IAAI,CAACC,qBAAqB,GAAG,KAAK;IAClC,IAAI,CAACC,iBAAiB,GAAG9B,iBAAiB,CAAC+B,UAAU;IACrD,IAAI,CAACC,iBAAiB,GAAG,KAAK;IAC9B,IAAI,CAACC,wBAAwB,GAAG,KAAK;IACrC,IAAI,CAACC,qBAAqB,GAAG,IAAIhC,qBAAqB,CAAC,CAAC;IACxD,IAAI,CAACiC,yBAAyB,GAAG,IAAI;IACrC,IAAI,CAACC,gBAAgB,GAAG,IAAI;IAC5B,IAAI,CAACC,mBAAmB,GAAG,KAAK;IAChC,IAAI,CAACC,2BAA2B,GAAG,KAAK;IACxC,IAAI,CAACC,4BAA4B,GAAG,CAAC;IACrC,IAAI,CAACC,wBAAwB,GAAG,IAAI;IACpC,IAAI,CAACC,oBAAoB,GAAG,IAAIC,oBAAoB,CAAC,CAAC;EACxD;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,iBAAiB,CAAC;EAC7B;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGEvC,WAAWA,CAAA,EAAG;IACZ,IAAI,CAACwC,cAAc,GAAG,IAAI;IAC1B,IAAI,CAACC,oBAAoB,GAAG,IAAI;EAClC;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMH,oBAAoB,CAAC;EAChC;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;EACEtC,WAAWA,CAAA,EAAG;IACZ,IAAI,CAAC0C,WAAW,GAAG,GAAG;IACtB,IAAI,CAACC,eAAe,GAAG,CAAC;IACxB,IAAI,CAACC,mBAAmB,GAAG,KAAK;IAChC,IAAI,CAACC,eAAe,GAAG,KAAK;IAC5B,IAAI,CAACC,oBAAoB,GAAG,KAAK;EACnC;AACF","ignoreList":[]}
1
+ {"version":3,"names":["DetectionLevel","AnonymizationMode","ScanningMode","RecognitionModeFilter","PreferredCamera","BlinkIdSdkSettings","constructor","licenseKey","licensee","downloadResources","resourceDownloadUrl","resourceLocalFolder","bundleIdentifier","resourceRequestTimeout","microblinkProxyURL","BlinkIdSessionSettings","scanningMode","Automatic","scanningSettings","BlinkIdScanningSettings","stepTimeoutDuration","blurDetectionLevel","Mid","skipImagesWithBlur","glareDetectionLevel","skipImagesWithGlare","tiltDetectionLevel","skipImagesWithInadequateLightingConditions","skipImagesOccludedByHand","combineResultsFromMultipleInputImages","enableBarcodeScanOnly","anonymizationMode","FullResult","returnInputImages","scanCroppedDocumentImage","recognitionModeFilter","enableCharacterValidation","inputImageMargin","scanUnsupportedBack","allowUncertainFrontSideScan","maxAllowedMismatchesPerField","scanPassportDataPageOnly","croppedImageSettings","CroppedImageSettings","BlinkIdScanningUxSettings","showHelpButton","showOnboardingDialog","allowHapticFeedback","preferredCamera","Back","dotsPerInch","extensionFactor","returnDocumentImage","returnFaceImage","returnSignatureImage"],"sourceRoot":"../../src","sources":["blinkIdSettings.ts"],"mappings":";;AAAA,SACEA,cAAc,EACdC,iBAAiB,EACjBC,YAAY,EAGZC,qBAAqB,EACrBC,eAAe,QACV,YAAS;;AAEhB;AACA;AACA;AACA;AACA,OAAO,MAAMC,kBAAkB,CAAC;EAC9B;AACF;AACA;AACA;;EAGE;AACF;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;EACEC,WAAWA,CACTC,UAAkB,EAClBC,QAAiB,EACjBC,iBAA2B,EAC3BC,mBAA4B,EAC5BC,mBAA4B,EAC5BC,gBAAyB,EACzBC,sBAA+B,EAC/BC,kBAA2B,EAC3B;IACA,IAAI,CAACP,UAAU,GAAGA,UAAU;IAC5B,IAAI,CAACC,QAAQ,GAAGA,QAAQ;IACxB,IAAI,CAACC,iBAAiB,GAAGA,iBAAiB;IAC1C,IAAI,CAACC,mBAAmB,GAAGA,mBAAmB;IAC9C,IAAI,CAACC,mBAAmB,GAAGA,mBAAmB;IAC9C,IAAI,CAACC,gBAAgB,GAAGA,gBAAgB;IACxC,IAAI,CAACC,sBAAsB,GAAGA,sBAAsB;IACpD,IAAI,CAACC,kBAAkB,GAAGA,kBAAkB;EAC9C;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,sBAAsB,CAAC;EAClC;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;EACET,WAAWA,CAAA,EAAG;IACZ,IAAI,CAACU,YAAY,GAAGd,YAAY,CAACe,SAAS;IAC1C,IAAI,CAACC,gBAAgB,GAAG,IAAIC,uBAAuB,CAAC,CAAC;IACrD,IAAI,CAACC,mBAAmB,GAAG,KAAK;EAClC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMD,uBAAuB,CAAC;EACnC;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;EACEb,WAAWA,CAAA,EAAG;IACZ,IAAI,CAACe,kBAAkB,GAAGrB,cAAc,CAACsB,GAAG;IAC5C,IAAI,CAACC,kBAAkB,GAAG,IAAI;IAC9B,IAAI,CAACC,mBAAmB,GAAGxB,cAAc,CAACsB,GAAG;IAC7C,IAAI,CAACG,mBAAmB,GAAG,IAAI;IAC/B,IAAI,CAACC,kBAAkB,GAAG1B,cAAc,CAACsB,GAAG;IAC5C,IAAI,CAACK,0CAA0C,GAAG,IAAI;IACtD,IAAI,CAACC,wBAAwB,GAAG,IAAI;IACpC,IAAI,CAACC,qCAAqC,GAAG,IAAI;IACjD,IAAI,CAACC,qBAAqB,GAAG,KAAK;IAClC,IAAI,CAACC,iBAAiB,GAAG9B,iBAAiB,CAAC+B,UAAU;IACrD,IAAI,CAACC,iBAAiB,GAAG,KAAK;IAC9B,IAAI,CAACC,wBAAwB,GAAG,KAAK;IACrC,IAAI,CAACC,qBAAqB,GAAG,IAAIhC,qBAAqB,CAAC,CAAC;IACxD,IAAI,CAACiC,yBAAyB,GAAG,IAAI;IACrC,IAAI,CAACC,gBAAgB,GAAG,IAAI;IAC5B,IAAI,CAACC,mBAAmB,GAAG,KAAK;IAChC,IAAI,CAACC,2BAA2B,GAAG,KAAK;IACxC,IAAI,CAACC,4BAA4B,GAAG,CAAC;IACrC,IAAI,CAACC,wBAAwB,GAAG,IAAI;IACpC,IAAI,CAACC,oBAAoB,GAAG,IAAIC,oBAAoB,CAAC,CAAC;EACxD;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,yBAAyB,CAAC;EACrC;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGEtC,WAAWA,CAAA,EAAG;IACZ,IAAI,CAACuC,cAAc,GAAG,IAAI;IAC1B,IAAI,CAACC,oBAAoB,GAAG,IAAI;IAChC,IAAI,CAACC,mBAAmB,GAAG,IAAI;IAC/B,IAAI,CAACC,eAAe,GAAG5C,eAAe,CAAC6C,IAAI;EAC7C;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMN,oBAAoB,CAAC;EAChC;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;EACErC,WAAWA,CAAA,EAAG;IACZ,IAAI,CAAC4C,WAAW,GAAG,GAAG;IACtB,IAAI,CAACC,eAAe,GAAG,CAAC;IACxB,IAAI,CAACC,mBAAmB,GAAG,KAAK;IAChC,IAAI,CAACC,eAAe,GAAG,KAAK;IAC5B,IAAI,CAACC,oBAAoB,GAAG,KAAK;EACnC;AACF","ignoreList":[]}
@@ -3,12 +3,55 @@
3
3
  import { BlinkIdScanningResult } from "./blinkIdResult.js";
4
4
  import BlinkidReactNative from "./NativeBlinkidReactNative.js";
5
5
  // Configuration classes
6
- export { BlinkIdScanningSettings, BlinkIdSdkSettings, BlinkIdSessionSettings, BlinkIdUiSettings, CroppedImageSettings } from "./blinkIdSettings.js";
6
+ export { BlinkIdScanningSettings, BlinkIdSdkSettings, BlinkIdSessionSettings, BlinkIdScanningUxSettings, CroppedImageSettings } from "./blinkIdSettings.js";
7
7
  export { BlinkIdScanningResult } from "./blinkIdResult.js";
8
8
 
9
9
  // Types & enums
10
10
  export * from "./types.js";
11
11
 
12
+ /** The `loadBlinkIdSdk` method creates or retrieves the instance of the BlinkID SDK.
13
+ *
14
+ * Initializes and loads the BlinkID SDK if it is not already loaded.
15
+ *
16
+ * This method handles:
17
+ * - SDK initialization
18
+ * - Resource downloading
19
+ * - License verification
20
+ *
21
+ * It ensures that only one SDK instance exists at any time.
22
+ *
23
+ * You can call this method in advance to **preload** the SDK before starting a scanning session.
24
+ * Doing so reduces loading time for the {@link performScan} and {@link performDirectApiScan} methods,
25
+ * since all resources will already be available and the license verified.
26
+ *
27
+ * If you do not call this method beforehand, it will still be automatically invoked on the native platform channels
28
+ * when a scan starts. However, the initial scan may take longer due to resource loading and license checks.
29
+ *
30
+ * @param blinkIdSdkSettings - {@link BlinkIdSdkSettings} - the class that contains all of the available SDK settings.
31
+ * It contains settings for the license key, and how the models, that the SDK needs for the scanning process, should be obtained.
32
+ *
33
+ * To obtain a valid license key, please visit https://developer.microblink.com/ or contact us directly at https://help.microblink.com.
34
+ */
35
+ export async function loadBlinkIdSdk(blinkIdSdkSettings) {
36
+ await BlinkidReactNative.loadBlinkIdSdk(JSON.stringify(blinkIdSdkSettings));
37
+ }
38
+
39
+ /**
40
+ * The `unloadBlinkIdSdk` method terminates the BlinkID SDK and releases all associated resources.
41
+ *
42
+ * This method safely shuts down the SDK instance and frees any allocated memory.
43
+ * After calling this method, you must reinitialize the SDK (by calling {@link loadBlinkIdSdk}
44
+ * or any of the scanning methods) before using it again.
45
+ *
46
+ * This method is automatically called after each successful scan session.
47
+ *
48
+ * @param deleteCachedResources - if set to `true` (`false` is default), the method performs a **complete cleanup**,
49
+ * including deletion of all downloaded and cached SDK resources from the device.
50
+ */
51
+ export async function unloadBlinkIdSdk(deleteCachedResources) {
52
+ await BlinkidReactNative.unloadBlinkIdSdk(deleteCachedResources);
53
+ }
54
+
12
55
  /**
13
56
  * The `performScan` method launches the BlinkID scanning process with the default UX properties.
14
57
  *
@@ -23,7 +66,7 @@ export * from "./types.js";
23
66
  * @param blinkIdSessionSettings - BlinkID Session Settings - the class that contains various settings for the scanning session. It contains the settings for the {@link ScanningMode} and
24
67
  * {@link BlinkIdScanningSettings}, which define various parameters that control the scanning process.
25
68
  *
26
- * @param blinkIdUiSettings - BlinkID UI Settings - the class that allows customization of various aspects of the UI used during the scanning process.
69
+ * @param blinkIdUiSettings - BlinkID Scanning UX Settings - the class that allows customization of various aspects of the UI & UX used during the scanning process.
27
70
  *
28
71
  * @param classFilter - The optional `ClassFilter` class - the class which controls which documents will be accepted or reject for information extraction during the scanning session.
29
72
  * See {@link ClassFilter} for more implementation information.
@@ -32,8 +75,8 @@ export * from "./types.js";
32
75
  * This class contains the results of scanning a document, including the extracted data and images from the document.
33
76
  *
34
77
  */
35
- export async function performScan(blinkIdSdkSettings, blinkIdSessionSettings, blinkIdUiSettings, classFilter) {
36
- const jsonResult = await BlinkidReactNative.performScan(JSON.stringify(blinkIdSdkSettings), JSON.stringify(blinkIdSessionSettings), JSON.stringify(blinkIdUiSettings), JSON.stringify(classFilter));
78
+ export async function performScan(blinkIdSdkSettings, blinkIdSessionSettings, blinkIdScanningUxSettings, classFilter) {
79
+ const jsonResult = await BlinkidReactNative.performScan(JSON.stringify(blinkIdSdkSettings), JSON.stringify(blinkIdSessionSettings), JSON.stringify(blinkIdScanningUxSettings), JSON.stringify(classFilter));
37
80
  return new BlinkIdScanningResult(JSON.parse(jsonResult));
38
81
  }
39
82
  /**
@@ -1 +1 @@
1
- {"version":3,"names":["BlinkIdScanningResult","BlinkidReactNative","BlinkIdScanningSettings","BlinkIdSdkSettings","BlinkIdSessionSettings","BlinkIdUiSettings","CroppedImageSettings","performScan","blinkIdSdkSettings","blinkIdSessionSettings","blinkIdUiSettings","classFilter","jsonResult","JSON","stringify","parse","performDirectApiScan","firstImage","secondImage"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,SAASA,qBAAqB,QAAQ,oBAAiB;AAMvD,OAAOC,kBAAkB,MAAM,+BAA4B;AAG3D;AACA,SACEC,uBAAuB,EACvBC,kBAAkB,EAClBC,sBAAsB,EACtBC,iBAAiB,EACjBC,oBAAoB,QACf,sBAAmB;AAE1B,SAASN,qBAAqB,QAAQ,oBAAiB;;AAEvD;AACA,cAAc,YAAS;;AAEvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,eAAeO,WAAWA,CAC/BC,kBAAsC,EACtCC,sBAA8C,EAC9CC,iBAAqC,EACrCC,WAAyB,EACO;EAChC,MAAMC,UAAU,GAAG,MAAMX,kBAAkB,CAACM,WAAW,CACrDM,IAAI,CAACC,SAAS,CAACN,kBAAkB,CAAC,EAClCK,IAAI,CAACC,SAAS,CAACL,sBAAsB,CAAC,EACtCI,IAAI,CAACC,SAAS,CAACJ,iBAAiB,CAAC,EACjCG,IAAI,CAACC,SAAS,CAACH,WAAW,CAC5B,CAAC;EACD,OAAO,IAAIX,qBAAqB,CAACa,IAAI,CAACE,KAAK,CAACH,UAAU,CAAC,CAAC;AAC1D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,eAAeI,oBAAoBA,CACxCR,kBAAsC,EACtCC,sBAA8C,EAC9CQ,UAAkB,EAClBC,WAAoB,EACY;EAChC,MAAMN,UAAU,GAAG,MAAMX,kBAAkB,CAACe,oBAAoB,CAC9DH,IAAI,CAACC,SAAS,CAACN,kBAAkB,CAAC,EAClCK,IAAI,CAACC,SAAS,CAACL,sBAAsB,CAAC,EACtCQ,UAAU,EACVC,WACF,CAAC;EACD,OAAO,IAAIlB,qBAAqB,CAACa,IAAI,CAACE,KAAK,CAACH,UAAU,CAAC,CAAC;AAC1D","ignoreList":[]}
1
+ {"version":3,"names":["BlinkIdScanningResult","BlinkidReactNative","BlinkIdScanningSettings","BlinkIdSdkSettings","BlinkIdSessionSettings","BlinkIdScanningUxSettings","CroppedImageSettings","loadBlinkIdSdk","blinkIdSdkSettings","JSON","stringify","unloadBlinkIdSdk","deleteCachedResources","performScan","blinkIdSessionSettings","blinkIdScanningUxSettings","classFilter","jsonResult","parse","performDirectApiScan","firstImage","secondImage"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,SAASA,qBAAqB,QAAQ,oBAAiB;AAMvD,OAAOC,kBAAkB,MAAM,+BAA4B;AAG3D;AACA,SACEC,uBAAuB,EACvBC,kBAAkB,EAClBC,sBAAsB,EACtBC,yBAAyB,EACzBC,oBAAoB,QACf,sBAAmB;AAE1B,SAASN,qBAAqB,QAAQ,oBAAiB;;AAEvD;AACA,cAAc,YAAS;;AAEvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,eAAeO,cAAcA,CAClCC,kBAAsC,EACvB;EACf,MAAMP,kBAAkB,CAACM,cAAc,CAACE,IAAI,CAACC,SAAS,CAACF,kBAAkB,CAAC,CAAC;AAC7E;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,eAAeG,gBAAgBA,CACpCC,qBAA8B,EACf;EACf,MAAMX,kBAAkB,CAACU,gBAAgB,CAACC,qBAAqB,CAAC;AAClE;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,eAAeC,WAAWA,CAC/BL,kBAAsC,EACtCM,sBAA8C,EAC9CC,yBAAqD,EACrDC,WAAyB,EACO;EAChC,MAAMC,UAAU,GAAG,MAAMhB,kBAAkB,CAACY,WAAW,CACrDJ,IAAI,CAACC,SAAS,CAACF,kBAAkB,CAAC,EAClCC,IAAI,CAACC,SAAS,CAACI,sBAAsB,CAAC,EACtCL,IAAI,CAACC,SAAS,CAACK,yBAAyB,CAAC,EACzCN,IAAI,CAACC,SAAS,CAACM,WAAW,CAC5B,CAAC;EACD,OAAO,IAAIhB,qBAAqB,CAACS,IAAI,CAACS,KAAK,CAACD,UAAU,CAAC,CAAC;AAC1D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,eAAeE,oBAAoBA,CACxCX,kBAAsC,EACtCM,sBAA8C,EAC9CM,UAAkB,EAClBC,WAAoB,EACY;EAChC,MAAMJ,UAAU,GAAG,MAAMhB,kBAAkB,CAACkB,oBAAoB,CAC9DV,IAAI,CAACC,SAAS,CAACF,kBAAkB,CAAC,EAClCC,IAAI,CAACC,SAAS,CAACI,sBAAsB,CAAC,EACtCM,UAAU,EACVC,WACF,CAAC;EACD,OAAO,IAAIrB,qBAAqB,CAACS,IAAI,CAACS,KAAK,CAACD,UAAU,CAAC,CAAC;AAC1D","ignoreList":[]}
@@ -1023,6 +1023,56 @@ export class VizResult {
1023
1023
  *
1024
1024
  */
1025
1025
 
1026
+ /**
1027
+ * The date of entry of the document owner.
1028
+ *
1029
+ */
1030
+
1031
+ /**
1032
+ * The locality code of the document owner.
1033
+ *
1034
+ */
1035
+
1036
+ /**
1037
+ * The maiden name of the document owner.
1038
+ *
1039
+ */
1040
+
1041
+ /**
1042
+ * The municipality code of the document owner.
1043
+ *
1044
+ */
1045
+
1046
+ /**
1047
+ * The municipality of registration of the document owner.
1048
+ *
1049
+ */
1050
+
1051
+ /**
1052
+ * The polling station code of the document owner.
1053
+ *
1054
+ */
1055
+
1056
+ /**
1057
+ * The registration center code of the document owner.
1058
+ *
1059
+ */
1060
+
1061
+ /**
1062
+ * The section code of the document owner.
1063
+ *
1064
+ */
1065
+
1066
+ /**
1067
+ * The state code of the document owner.
1068
+ *
1069
+ */
1070
+
1071
+ /**
1072
+ * The state of the document owner.
1073
+ *
1074
+ */
1075
+
1026
1076
  /**
1027
1077
  * Determines if date of expiry is permanent.
1028
1078
  *
@@ -1157,6 +1207,16 @@ export class VizResult {
1157
1207
  this.dateOfBirth = nativeVizResult.dateOfBirth;
1158
1208
  this.dateOfIssue = nativeVizResult.dateOfIssue;
1159
1209
  this.dateOfExpiry = nativeVizResult.dateOfExpiry;
1210
+ this.dateOfEntry = nativeVizResult.dateOfEntry;
1211
+ this.localityCode = nativeVizResult.localityCode;
1212
+ this.maidenName = nativeVizResult.maidenName;
1213
+ this.municipalityCode = nativeVizResult.municipalityCode;
1214
+ this.municipalityOfRegistration = nativeVizResult.municipalityOfRegistration;
1215
+ this.pollingStationCode = nativeVizResult.pollingStationCode;
1216
+ this.registrationCenterCode = nativeVizResult.registrationCenterCode;
1217
+ this.sectionCode = nativeVizResult.sectionCode;
1218
+ this.stateCode = nativeVizResult.stateCode;
1219
+ this.stateName = nativeVizResult.stateName;
1160
1220
  this.dateOfExpiryPermanent = nativeVizResult.dateOfExpiryPermanent;
1161
1221
  this.documentNumber = nativeVizResult.documentNumber;
1162
1222
  this.personalIdNumber = nativeVizResult.personalIdNumber;
@@ -2376,6 +2436,17 @@ export class BarcodeExtendedElements {
2376
2436
  * 9 = 146+ kg (321+ lbs)
2377
2437
  */
2378
2438
 
2439
+ /**
2440
+ * SubField Designator extracted from barcode, to support proper document classification based on the standard.
2441
+ *
2442
+ * Subfield designator is a 2-character code that specifies the type of document, typically DL or ID.
2443
+ *
2444
+ * It is located immediately after the IIN and the variable metadata structure in the PDF417 barcode data structure.
2445
+ *
2446
+ *
2447
+ * For example: ANSI 636010090002DL00410267ZF03080067DLDAQS1234567812300000000000000 ^^ | | | +-- SubField Designator (DL, ID, EN, etc.) +----- IIN (636010)
2448
+ */
2449
+
2379
2450
  /**
2380
2451
  *
2381
2452
  * @param nativeBarcodeExtendedElements - specifies the extended barcode elements obtained from the native SDK.
@@ -2464,6 +2535,7 @@ export class BarcodeExtendedElements {
2464
2535
  this.weightKilograms = nativeBarcodeExtendedElements.weightKilograms;
2465
2536
  this.weightPounds = nativeBarcodeExtendedElements.weightPounds;
2466
2537
  this.weightRange = nativeBarcodeExtendedElements.weightRange;
2538
+ this.subFieldDesignator = nativeBarcodeExtendedElements.subFieldDesignator;
2467
2539
  }
2468
2540
  }
2469
2541
 
@@ -3244,6 +3316,7 @@ export let Region = /*#__PURE__*/function (Region) {
3244
3316
  Region["Sergipe"] = "sergipe";
3245
3317
  Region["Alagos"] = "alagos";
3246
3318
  Region["Bangsamoro"] = "bangsamoro";
3319
+ Region["Telangana"] = "telangana";
3247
3320
  return Region;
3248
3321
  }({});
3249
3322
 
@@ -3332,6 +3405,12 @@ export let DocumentType = /*#__PURE__*/function (DocumentType) {
3332
3405
  DocumentType["EsaadCard"] = "esaadCard";
3333
3406
  DocumentType["RegistrationCertificate"] = "registrationCertificate";
3334
3407
  DocumentType["MedicalMarijuanaId"] = "medicalMarijuanaId";
3408
+ DocumentType["NonCardTribalId"] = "nonCardTribalId";
3409
+ DocumentType["DiplomaticId"] = "diplomaticId";
3410
+ DocumentType["EmergencyPassport"] = "emergencyPassport";
3411
+ DocumentType["temporaryPassport"] = "temporaryPassport";
3412
+ DocumentType["metisFederationCard"] = "metisFederationCard";
3413
+ DocumentType["adrCertificate"] = "adrCertificate";
3335
3414
  return DocumentType;
3336
3415
  }({});
3337
3416
 
@@ -3390,7 +3469,36 @@ export let FieldType = /*#__PURE__*/function (FieldType) {
3390
3469
  FieldType["DependentFullName"] = "dependentFullName";
3391
3470
  FieldType["EligibilityCategory"] = "eligibilityCategory";
3392
3471
  FieldType["SpecificDocumentValidity"] = "specificDocumentValidity";
3393
- FieldType["VehnicleOwner"] = "vehicleOwner";
3472
+ FieldType["VehicleOwner"] = "vehicleOwner";
3473
+ FieldType["nationalInsuranceNumber"] = "nationalInsuranceNumber";
3474
+ FieldType["CountryCode"] = "countryCode";
3475
+ FieldType["CertificateNumber"] = "certificateNumber";
3476
+ FieldType["MunicipalityOfRegistration"] = "municipalityOfRegistration";
3477
+ FieldType["LocalityCode"] = "localityCode";
3478
+ FieldType["MaidenName"] = "maidenName";
3479
+ FieldType["StateCode"] = "stateCode";
3480
+ FieldType["DateOfEntry"] = "dateOfEntry";
3481
+ FieldType["MunicipalityCode"] = "municipalityCode";
3482
+ FieldType["PollingStationCode"] = "pollingStationCode";
3483
+ FieldType["SectionCode"] = "sectionCode";
3484
+ FieldType["RegistrationCenterCode"] = "registrationCenterCode";
3485
+ FieldType["StateName"] = "stateName";
3394
3486
  return FieldType;
3395
3487
  }({});
3488
+
3489
+ /** An enum indicating preffered camera position for document capturing. */
3490
+ export let PreferredCamera = /*#__PURE__*/function (PreferredCamera) {
3491
+ /**
3492
+ * Use the back-facing camera
3493
+ *
3494
+ * This is the default value
3495
+ */
3496
+ PreferredCamera["Back"] = "back";
3497
+ /**
3498
+ * Use the front-facing camera
3499
+ *
3500
+ */
3501
+ PreferredCamera["Front"] = "front";
3502
+ return PreferredCamera;
3503
+ }({});
3396
3504
  //# sourceMappingURL=types.js.map