@microblink/blinkid-react-native 7.2.0

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 (176) hide show
  1. package/BlinkidReactNative.podspec +31 -0
  2. package/LICENSE +21 -0
  3. package/README.md +409 -0
  4. package/android/.gradle/8.9/checksums/checksums.lock +0 -0
  5. package/android/.gradle/8.9/checksums/md5-checksums.bin +0 -0
  6. package/android/.gradle/8.9/checksums/sha1-checksums.bin +0 -0
  7. package/android/.gradle/8.9/dependencies-accessors/gc.properties +0 -0
  8. package/android/.gradle/8.9/fileChanges/last-build.bin +0 -0
  9. package/android/.gradle/8.9/fileHashes/fileHashes.lock +0 -0
  10. package/android/.gradle/8.9/gc.properties +0 -0
  11. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  12. package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
  13. package/android/.gradle/vcs-1/gc.properties +0 -0
  14. package/android/build.gradle +85 -0
  15. package/android/gradle.properties +5 -0
  16. package/android/src/main/AndroidManifest.xml +2 -0
  17. package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdDeserializationUtilities.kt +354 -0
  18. package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdSerializationUtilities.kt +661 -0
  19. package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkidReactNativeModule.kt +209 -0
  20. package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkidReactNativePackage.kt +33 -0
  21. package/ios/BlinkIdDeserializationUtilities.swift +345 -0
  22. package/ios/BlinkIdSerializationUtilities.swift +675 -0
  23. package/ios/BlinkidReactNative.h +6 -0
  24. package/ios/BlinkidReactNative.mm +97 -0
  25. package/ios/BlinkidReactNativeModule.swift +138 -0
  26. package/ios/Frameworks/BlinkID.xcframework/Info.plist +44 -0
  27. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID +0 -0
  28. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/BlinkID-Swift.h +34696 -0
  29. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/BlinkID.h +19 -0
  30. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBSampleBufferWrapper.h +28 -0
  31. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist +0 -0
  32. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json +59963 -0
  33. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface +1630 -0
  34. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  35. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftinterface +1630 -0
  36. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/module.modulemap +10 -0
  37. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/module.private.modulemap +12 -0
  38. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/PrivacyInfo.xcprivacy +56 -0
  39. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/PrivateHeaders/SwiftCxxBridge.hpp +16 -0
  40. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources +245 -0
  41. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/conan.xcconfig +36 -0
  42. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID +0 -0
  43. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/BlinkID-Swift.h +69407 -0
  44. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/BlinkID.h +19 -0
  45. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/MBSampleBufferWrapper.h +28 -0
  46. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist +0 -0
  47. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json +59963 -0
  48. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1630 -0
  49. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  50. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1630 -0
  51. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json +59963 -0
  52. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1630 -0
  53. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  54. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1630 -0
  55. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/module.modulemap +10 -0
  56. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/module.private.modulemap +12 -0
  57. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/PrivacyInfo.xcprivacy +56 -0
  58. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/PrivateHeaders/SwiftCxxBridge.hpp +16 -0
  59. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources +300 -0
  60. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/conan.xcconfig +36 -0
  61. package/ios/Frameworks/BlinkIDUX.xcframework/Info.plist +44 -0
  62. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeDirectory +0 -0
  63. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeRequirements +0 -0
  64. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
  65. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeResources +1575 -0
  66. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeSignature +0 -0
  67. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX +0 -0
  68. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Assets.car +0 -0
  69. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Info.plist +0 -0
  70. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/PrivacyInfo.xcprivacy +56 -0
  71. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ar.lproj/Localizable.strings +0 -0
  72. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/cs.lproj/Localizable.strings +0 -0
  73. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/de.lproj/Localizable.strings +0 -0
  74. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en.lproj/Localizable.strings +0 -0
  75. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es.lproj/Localizable.strings +0 -0
  76. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fil.lproj/Localizable.strings +0 -0
  77. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr.lproj/Localizable.strings +0 -0
  78. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/he.lproj/Localizable.strings +0 -0
  79. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hr.lproj/Localizable.strings +0 -0
  80. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hu.lproj/Localizable.strings +0 -0
  81. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/id.lproj/Localizable.strings +0 -0
  82. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/it.lproj/Localizable.strings +0 -0
  83. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ms.lproj/Localizable.strings +0 -0
  84. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nl.lproj/Localizable.strings +0 -0
  85. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt.lproj/Localizable.strings +0 -0
  86. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ro.lproj/Localizable.strings +0 -0
  87. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sk.lproj/Localizable.strings +0 -0
  88. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sl.lproj/Localizable.strings +0 -0
  89. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sr.lproj/Localizable.strings +0 -0
  90. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/th.lproj/Localizable.strings +0 -0
  91. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/vi.lproj/Localizable.strings +0 -0
  92. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hans.lproj/Localizable.strings +0 -0
  93. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hant.lproj/Localizable.strings +0 -0
  94. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Info.plist +0 -0
  95. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.abi.json +15405 -0
  96. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.package.swiftinterface +563 -0
  97. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.private.swiftinterface +563 -0
  98. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  99. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.swiftinterface +563 -0
  100. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX +0 -0
  101. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Assets.car +0 -0
  102. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Info.plist +0 -0
  103. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/PrivacyInfo.xcprivacy +56 -0
  104. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeDirectory +0 -0
  105. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeRequirements +0 -0
  106. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeRequirements-1 +0 -0
  107. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeResources +634 -0
  108. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeSignature +0 -0
  109. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ar.lproj/Localizable.strings +0 -0
  110. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/cs.lproj/Localizable.strings +0 -0
  111. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/de.lproj/Localizable.strings +0 -0
  112. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en.lproj/Localizable.strings +0 -0
  113. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es.lproj/Localizable.strings +0 -0
  114. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fil.lproj/Localizable.strings +0 -0
  115. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr.lproj/Localizable.strings +0 -0
  116. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/he.lproj/Localizable.strings +0 -0
  117. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hr.lproj/Localizable.strings +0 -0
  118. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hu.lproj/Localizable.strings +0 -0
  119. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/id.lproj/Localizable.strings +0 -0
  120. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/it.lproj/Localizable.strings +0 -0
  121. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ms.lproj/Localizable.strings +0 -0
  122. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nl.lproj/Localizable.strings +0 -0
  123. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt.lproj/Localizable.strings +0 -0
  124. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ro.lproj/Localizable.strings +0 -0
  125. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sk.lproj/Localizable.strings +0 -0
  126. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sl.lproj/Localizable.strings +0 -0
  127. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sr.lproj/Localizable.strings +0 -0
  128. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/th.lproj/Localizable.strings +0 -0
  129. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/vi.lproj/Localizable.strings +0 -0
  130. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hans.lproj/Localizable.strings +0 -0
  131. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hant.lproj/Localizable.strings +0 -0
  132. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Info.plist +0 -0
  133. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.abi.json +15405 -0
  134. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.package.swiftinterface +563 -0
  135. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +563 -0
  136. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  137. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.swiftinterface +563 -0
  138. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.abi.json +15405 -0
  139. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.package.swiftinterface +563 -0
  140. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +563 -0
  141. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  142. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +563 -0
  143. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/_CodeSignature/CodeResources +101 -0
  144. package/lib/module/NativeBlinkidReactNative.js +15 -0
  145. package/lib/module/NativeBlinkidReactNative.js.map +1 -0
  146. package/lib/module/blinkIdResult.js +612 -0
  147. package/lib/module/blinkIdResult.js.map +1 -0
  148. package/lib/module/blinkIdSettings.js +465 -0
  149. package/lib/module/blinkIdSettings.js.map +1 -0
  150. package/lib/module/blinkIdUtilities.js +21 -0
  151. package/lib/module/blinkIdUtilities.js.map +1 -0
  152. package/lib/module/index.js +63 -0
  153. package/lib/module/index.js.map +1 -0
  154. package/lib/module/package.json +1 -0
  155. package/lib/module/types.js +3375 -0
  156. package/lib/module/types.js.map +1 -0
  157. package/lib/typescript/package.json +1 -0
  158. package/lib/typescript/src/NativeBlinkidReactNative.d.ts +43 -0
  159. package/lib/typescript/src/NativeBlinkidReactNative.d.ts.map +1 -0
  160. package/lib/typescript/src/blinkIdResult.d.ts +294 -0
  161. package/lib/typescript/src/blinkIdResult.d.ts.map +1 -0
  162. package/lib/typescript/src/blinkIdSettings.d.ts +416 -0
  163. package/lib/typescript/src/blinkIdSettings.d.ts.map +1 -0
  164. package/lib/typescript/src/blinkIdUtilities.d.ts +8 -0
  165. package/lib/typescript/src/blinkIdUtilities.d.ts.map +1 -0
  166. package/lib/typescript/src/index.d.ts +52 -0
  167. package/lib/typescript/src/index.d.ts.map +1 -0
  168. package/lib/typescript/src/types.d.ts +3025 -0
  169. package/lib/typescript/src/types.d.ts.map +1 -0
  170. package/package.json +110 -0
  171. package/src/NativeBlinkidReactNative.ts +45 -0
  172. package/src/blinkIdResult.ts +711 -0
  173. package/src/blinkIdSettings.ts +515 -0
  174. package/src/blinkIdUtilities.ts +20 -0
  175. package/src/index.tsx +72 -0
  176. package/src/types.ts +4334 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BlinkIdUtilities","ClassFilter","constructor","includeDocuments","excludeDocuments","DocumentFilter","country","region","documentType","DocumentRules","fields","documentFilter","DetailedFieldType","fieldType","alphabetType","DocumentAnonymizationSettings","documentNumberAnonymizationSettings","DocumentNumberAnonymizationSettings","prefixDigitsVisible","suffixDigitsVisible","RecognitionModeFilter","enableMrzId","enableMrzVisa","enableMrzPassport","enablePhotoId","enableBarcodeId","enableFullDocumentRecognition","DocumentClassInfo","nativeDocumentClassInfo","empty","countryName","isoNumericCountryCode","isoAlpha2CountryCode","isoAlpha3CountryCode","DataMatchResult","nativeDataMatchResult","overallState","undefined","states","DataMatchResultField","nativeDataMatchResultField","field","state","StringResult","nativeStringResult","value","latin","cyrillic","arabic","greek","location","Location","side","Side","Rectangle","nativeRectangle","x","y","width","height","nativeLocation","nativeSide","DateResult","nativeDateResult","date","originalString","handleStringType","isFilledByDomainKnowledge","successfullyParsed","Date","nativeDate","day","month","year","DriverLicenseDetailedInfo","nativeDriverLicenseDetailedInfo","restrictions","endorsements","vehicleClass","vehicleClassesInfo","VehicleClassInfo","nativeVehicleClassInfo","licenceType","effectiveDate","expiryDate","DependentInfo","nativeDependentInfo","dateOfBirth","sex","documentNumber","fullName","DetailedCroppedImageResult","nativeDetailedCroppedImageResult","image","SingleSideScanningResult","nativeSingleSideScanningResult","viz","mrz","barcode","inputImage","barcodeInputImage","documentImage","faceImage","signatureImage","VizResult","nativeVizResult","firstName","lastName","additionalNameInformation","localizedName","fathersName","mothersName","address","additionalAddressInformation","additionalOptionalAddressInformation","placeOfBirth","nationality","race","religion","profession","maritalStatus","residentialStatus","employer","sponsor","bloodType","dateOfIssue","dateOfExpiry","dateOfExpiryPermanent","personalIdNumber","documentAdditionalNumber","documentOptionalAdditionalNumber","additionalPersonalIdNumber","issuingAuthority","visaType","driverLicenseDetailedInfo","documentSubtype","remarks","residencePermitType","manufacturingYear","vehicleType","eligibilityCategory","specificDocumentValidity","dependentsInfo","vehicleOwner","MrzResult","nativeMrzResult","rawMRZString","documentCode","issuer","opt1","opt2","gender","primaryID","secondaryID","issuerName","nationalityName","verified","sanitizedOpt1","sanitizedOpt2","sanitizedNationality","sanitizedIssuer","sanitizedDocumentCode","sanitizedDocumentNumber","BarcodeResult","nativeBarcodeResult","barcodeData","middleName","addressDetailedInfo","extendedElements","BarcodeData","nativeBarcodeData","barcodeType","rawData","stringData","uncertain","AddressDetailedInfo","nativeAddressDetailedInfo","street","postalCode","city","jurisdiction","BarcodeExtendedElements","nativeBarcodeExtendedElements","addressCity","addressJurisdictionCode","addressPostalCode","addressStreet","addressStreet2","akaDateOfBirth","akaFamilyName","akaFullName","akaGivenName","akaMiddleName","akaPrefixName","akaSocialSecurityNumber","akaSuffixName","auditInformation","cardRevisionDate","complianceType","countryIdentification","customerFamilyName","customerIdNumber","customerFirstName","customerFullName","customerMiddleName","dataDiscriminator","documentDiscriminator","documentExpirationDate","documentExpirationMonth","documentIssueDate","documentNonexpiring","eyeColor","familyNameTruncation","federalCommercialVehicleCodes","firstNameTruncation","fullAddress","hairColor","heightIn","heightCm","issuerIdentificationNumber","issuingJurisdiction","issuingJurisdictionName","jurisdictionEndorsementCodes","jurisdictionEndorsmentCodeDescription","jurisdictionRestrictionCodeDescription","jurisdictionRestrictionCodes","jurisdictionVehicleClass","jurisdictionVehicleClassificationDescription","jurisdictionVersionNumber","limitedDurationDocument","medicalIndicator","middleNameTruncation","namePrefix","nameSuffix","nonResident","numberOfDuplicates","organDonor","permitExpirationDate","permitIdentifier","permitIssueDate","raceEthnicity","residenceCity","residenceFullAddress","residenceJurisdictionCode","residencePostalCode","residenceStreetAddress","residenceStreetAddress2","securityVersion","socialSecurityNumber","standardEndorsementCode","standardRestrictionCode","standardVehicleClassification","standardVersionNumber","under18","under19","under21","uniqueCustomerId","veteran","weightKilograms","weightPounds","weightRange","ScanningMode","AlphabetType","DetectionLevel","AnonymizationMode","RecognitionMode","DocumentSide","BarcodeType","MRZDocumentType","ScanningSide","DataMatchField","DataMatchState","Country","Region","DocumentType","FieldType"],"sourceRoot":"../../src","sources":["types.ts"],"mappings":";;AAAA,SAASA,gBAAgB,QAAQ,uBAAoB;;AAErD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,WAAW,CAAC;EACvB;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;EACEC,WAAWA,CACTC,gBAAmC,EACnCC,gBAAmC,EACnC;IACA,IAAI,CAACD,gBAAgB,GAAGA,gBAAgB;IACxC,IAAI,CAACC,gBAAgB,GAAGA,gBAAgB;EAC1C;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,cAAc;EACzB;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACEH,WAAWA,CAACI,OAAiB,EAAEC,MAAe,EAAEC,YAA2B,EAAE;IAC3E,IAAI,CAACF,OAAO,GAAGA,OAAO;IACtB,IAAI,CAACC,MAAM,GAAGA,MAAM;IACpB,IAAI,CAACC,YAAY,GAAGA,YAAY;EAClC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,aAAa,CAAC;EACzB;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACEP,WAAWA,CAACQ,MAA2B,EAAEC,cAA+B,EAAE;IACxE,IAAI,CAACD,MAAM,GAAGA,MAAM;IACpB,IAAI,CAACC,cAAc,GAAGA,cAAc;EACtC;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMC,iBAAiB,CAAC;EAC7B;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;EACEV,WAAWA,CAACW,SAAoB,EAAEC,YAA0B,EAAE;IAC5D,IAAI,CAACD,SAAS,GAAGA,SAAS;IAC1B,IAAI,CAACC,YAAY,GAAGA,YAAY;EAClC;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMC,6BAA6B,CAAC;EACzC;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACEb,WAAWA,CACTQ,MAAmB,EACnBC,cAA+B,EAC/BK,mCAAyE,EACzE;IACA,IAAI,CAACN,MAAM,GAAGA,MAAM;IACpB,IAAI,CAACC,cAAc,GAAGA,cAAc;IACpC,IAAI,CAACK,mCAAmC,GACtCA,mCAAmC;EACvC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,mCAAmC,CAAC;EAC/C;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGEf,WAAWA,CACTgB,mBAA2B,GAAG,CAAC,EAC/BC,mBAA2B,GAAG,CAAC,EAC/B;IACA,IAAI,CAACD,mBAAmB,GAAGA,mBAAmB;IAC9C,IAAI,CAACC,mBAAmB,GAAGA,mBAAmB;EAChD;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,qBAAqB,CAAC;EACjC;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGElB,WAAWA,CAAA,EAAG;IACZ,IAAI,CAACmB,WAAW,GAAG,IAAI;IACvB,IAAI,CAACC,aAAa,GAAG,IAAI;IACzB,IAAI,CAACC,iBAAiB,GAAG,IAAI;IAC7B,IAAI,CAACC,aAAa,GAAG,IAAI;IACzB,IAAI,CAACC,eAAe,GAAG,IAAI;IAC3B,IAAI,CAACC,6BAA6B,GAAG,IAAI;EAC3C;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMC,iBAAiB,CAAC;EAC7B;AACF;AACA;AACA;AACA;;EAEE;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;;EAGE;AACF;AACA;AACA;AACA;EACEzB,WAAWA,CAAC0B,uBAA4B,EAAE;IACxC,IAAI,CAACtB,OAAO,GACVsB,uBAAuB,CAACtB,OAAO;IACjC,IAAI,CAACC,MAAM,GACTqB,uBAAuB,CAACrB,MAAM;IAChC,IAAI,CAACC,YAAY,GACfoB,uBAAuB,CAACpB,YAAY;IACtC,IAAI,CAACqB,KAAK,GAAGD,uBAAuB,CAACC,KAAK;IAC1C,IAAI,CAACC,WAAW,GAAGF,uBAAuB,CAACE,WAAW;IACtD,IAAI,CAACC,qBAAqB,GAAGH,uBAAuB,CAACG,qBAAqB;IAC1E,IAAI,CAACC,oBAAoB,GAAGJ,uBAAuB,CAACI,oBAAoB;IACxE,IAAI,CAACC,oBAAoB,GAAGL,uBAAuB,CAACK,oBAAoB;EAC1E;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMC,eAAe,CAAC;EAC3B;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;EACEhC,WAAWA,CAACiC,qBAA0B,EAAE;IACtC,IAAI,CAACC,YAAY,GACfD,qBAAqB,CAACC,YAAY,IAAIC,SAAS,GAC1CF,qBAAqB,CAACC,YAAY,GACnCC,SAAS;IACf,IAAI,CAACC,MAAM,GAAGH,qBAAqB,CAACG,MAAM;EAC5C;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMC,oBAAoB,CAAC;EAChC;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;EACErC,WAAWA,CAACsC,0BAA+B,EAAE;IAC3C,IAAI,CAACC,KAAK,GACRD,0BAA0B,CAACC,KAAK;IAClC,IAAI,CAACC,KAAK,GACRF,0BAA0B,CAACE,KAAK;EACpC;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,YAAY,CAAC;EACxB;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;EACEzC,WAAWA,CAAC0C,kBAAuB,EAAE;IACnC,IAAI,CAACC,KAAK,GAAGD,kBAAkB,CAACC,KAAK;IACrC,IAAI,CAACC,KAAK,GAAGF,kBAAkB,CAACE,KAAK;IACrC,IAAI,CAACC,QAAQ,GAAGH,kBAAkB,CAACG,QAAQ;IAC3C,IAAI,CAACC,MAAM,GAAGJ,kBAAkB,CAACI,MAAM;IACvC,IAAI,CAACC,KAAK,GAAGL,kBAAkB,CAACK,KAAK;IACrC,IAAI,CAACC,QAAQ,GACXN,kBAAkB,CAACM,QAAQ,IAAIb,SAAS,GACpC,IAAIc,QAAQ,CAACP,kBAAkB,CAACM,QAAQ,CAAC,GACzCb,SAAS;IACf,IAAI,CAACe,IAAI,GACPR,kBAAkB,CAACQ,IAAI,IAAIf,SAAS,GAChC,IAAIgB,IAAI,CAACT,kBAAkB,CAACQ,IAAI,CAAC,GACjCf,SAAS;EACjB;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMiB,SAAS,CAAC;EACrB;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;EACEpD,WAAWA,CAACqD,eAAoB,EAAE;IAChC,IAAI,CAACC,CAAC,GAAGD,eAAe,CAACC,CAAC;IAC1B,IAAI,CAACC,CAAC,GAAGF,eAAe,CAACE,CAAC;IAC1B,IAAI,CAACC,KAAK,GAAGH,eAAe,CAACG,KAAK;IAClC,IAAI,CAACC,MAAM,GAAGJ,eAAe,CAACI,MAAM;EACtC;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMR,QAAQ,CAAC;EACpB;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;EACEjD,WAAWA,CAAC0D,cAAmB,EAAE;IAC/B,IAAI,CAACd,KAAK,GACRc,cAAc,CAACd,KAAK,IAAIT,SAAS,GAC7B,IAAIiB,SAAS,CAACM,cAAc,CAACd,KAAK,CAAC,GACnCT,SAAS;IACf,IAAI,CAACW,MAAM,GACTY,cAAc,CAACZ,MAAM,IAAIX,SAAS,GAC9B,IAAIiB,SAAS,CAACM,cAAc,CAACZ,MAAM,CAAC,GACpCX,SAAS;IACf,IAAI,CAACU,QAAQ,GACXa,cAAc,CAACb,QAAQ,IAAIV,SAAS,GAChC,IAAIiB,SAAS,CAACM,cAAc,CAACb,QAAQ,CAAC,GACtCV,SAAS;IACf,IAAI,CAACY,KAAK,GACRW,cAAc,CAACX,KAAK,IAAIZ,SAAS,GAC7B,IAAIiB,SAAS,CAACM,cAAc,CAACX,KAAK,CAAC,GACnCZ,SAAS;EACjB;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMgB,IAAI,CAAC;EAChB;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;EACEnD,WAAWA,CAAC2D,UAAe,EAAE;IAC3B,IAAI,CAACf,KAAK,GACRe,UAAU,CAACf,KAAK;IAClB,IAAI,CAACE,MAAM,GACTa,UAAU,CAACb,MAAM;IACnB,IAAI,CAACD,QAAQ,GACXc,UAAU,CAACd,QAAQ;IACrB,IAAI,CAACE,KAAK,GACRY,UAAU,CAACZ,KAAK;EACpB;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMa,UAAU,CAAI;EACzB;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE5D,WAAWA,CAAC6D,gBAAqB,EAAE;IACjC,IAAI,CAACC,IAAI,GACPD,gBAAgB,CAACC,IAAI;IACvB,IAAI,CAACC,cAAc,GAAGjE,gBAAgB,CAACkE,gBAAgB,CAAIH,gBAAgB,CAACE,cAAc,CAAC;IAC3F,IAAI,CAACE,yBAAyB,GAAGJ,gBAAgB,CAACI,yBAAyB;IAC3E,IAAI,CAACC,kBAAkB,GAAGL,gBAAgB,CAACK,kBAAkB;EAC/D;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMC,IAAI,CAAC;EAChB;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;EACEnE,WAAWA,CAACoE,UAAe,EAAE;IAC3B,IAAI,CAACC,GAAG,GAAGD,UAAU,CAACC,GAAG;IACzB,IAAI,CAACC,KAAK,GAAGF,UAAU,CAACE,KAAK;IAC7B,IAAI,CAACC,IAAI,GAAGH,UAAU,CAACG,IAAI;EAC7B;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMC,yBAAyB,CAAI;EACxC;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGExE,WAAWA,CAACyE,+BAAoC,EAAE;IAChD,IAAI,CAACC,YAAY,GAAG5E,gBAAgB,CAACkE,gBAAgB,CACnDS,+BAA+B,CAACC,YAClC,CAAC;IACD,IAAI,CAACC,YAAY,GAAG7E,gBAAgB,CAACkE,gBAAgB,CACnDS,+BAA+B,CAACE,YAClC,CAAC;IACD,IAAI,CAACC,YAAY,GAAG9E,gBAAgB,CAACkE,gBAAgB,CACnDS,+BAA+B,CAACG,YAClC,CAAC;IACD,IAAI,CAACC,kBAAkB,GACrBJ,+BAA+B,CAACI,kBAAkB,IAAI1C,SAAS,GAC3D,IAAI2C,gBAAgB,CAClBL,+BAA+B,CAACI,kBAClC,CAAC,GACD1C,SAAS;EACjB;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAM2C,gBAAgB,CAAI;EAC/B;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE9E,WAAWA,CAAC+E,sBAA2B,EAAE;IACvC,IAAI,CAACC,WAAW,GAAGlF,gBAAgB,CAACkE,gBAAgB,CAAIe,sBAAsB,CAACC,WAAW,CAAC;IAC3F,IAAI,CAACJ,YAAY,GAAG9E,gBAAgB,CAACkE,gBAAgB,CACnDe,sBAAsB,CAACH,YACzB,CAAC;IACD,IAAI,CAACK,aAAa,GAChBF,sBAAsB,CAACE,aAAa;IACtC,IAAI,CAACC,UAAU,GACbH,sBAAsB,CAACG,UAAU;EACrC;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMC,aAAa,CAAC;EACzB;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGEnF,WAAWA,CAACoF,mBAAwB,EAAE;IACpC,IAAI,CAACC,WAAW,GACdD,mBAAmB,CAACC,WAAW;IACjC,IAAI,CAACC,GAAG,GACNF,mBAAmB,CAACE,GAAG;IACzB,IAAI,CAACC,cAAc,GACjBH,mBAAmB,CAACG,cAAc;IACpC,IAAI,CAACC,QAAQ,GACXJ,mBAAmB,CAACI,QAAQ;IAC9B,IAAI,CAAC7D,KAAK,GAAGyD,mBAAmB,CAACzD,KAAK;EACxC;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAM8D,0BAA0B,CAAC;EACtC;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;EACEzF,WAAWA,CAAC0F,gCAAqC,EAAE;IACjD,IAAI,CAACC,KAAK,GAAGD,gCAAgC,CAACC,KAAK;IACnD,IAAI,CAACzC,IAAI,GACPwC,gCAAgC,CAACxC,IAAI,IAAIf,SAAS,GAC7CuD,gCAAgC,CAACxC,IAAI,GACtCf,SAAS;IACf,IAAI,CAACa,QAAQ,GACX0C,gCAAgC,CAAC1C,QAAQ,IAAIb,SAAS,GAClD,IAAIiB,SAAS,CAACsC,gCAAgC,CAAC1C,QAAQ,CAAC,GACxDb,SAAS;EACjB;AACF;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMyD,wBAAwB,CAAC;EACpC;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;EACE5F,WAAWA,CAAC6F,8BAAmC,EAAE;IAC/C,IAAI,CAACC,GAAG,GACND,8BAA8B,CAACC,GAAG;IACpC,IAAI,CAACC,GAAG,GACNF,8BAA8B,CAACE,GAAG;IAAC;IACrC,IAAI,CAACC,OAAO,GACVH,8BAA8B,CAACG,OAAO;IACxC,IAAI,CAACC,UAAU,GAAGJ,8BAA8B,CAACI,UAAU;IAC3D,IAAI,CAACC,iBAAiB,GAAGL,8BAA8B,CAACK,iBAAiB;IACzE,IAAI,CAACC,aAAa,GAAGN,8BAA8B,CAACM,aAAa;IACjE,IAAI,CAACC,SAAS,GACZP,8BAA8B,CAACO,SAAS;IAC1C,IAAI,CAACC,cAAc,GACjBR,8BAA8B,CAACQ,cAAc;EACjD;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMC,SAAS,CAAC;EACrB;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;;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;EACEtG,WAAWA,CAACuG,eAAoB,EAAE;IAChC,IAAI,CAACC,SAAS,GACZD,eAAe,CAACC,SAAS;IAC3B,IAAI,CAACC,QAAQ,GACXF,eAAe,CAACE,QAAQ;IAC1B,IAAI,CAACjB,QAAQ,GACXe,eAAe,CAACf,QAAQ;IAAC;IAC3B,IAAI,CAACkB,yBAAyB,GAC5BH,eAAe,CAACG,yBAAyB;IAC3C,IAAI,CAACC,aAAa,GAChBJ,eAAe,CAACI,aAAa;IAC/B,IAAI,CAACC,WAAW,GACdL,eAAe,CAACK,WAAW;IAC7B,IAAI,CAACC,WAAW,GACdN,eAAe,CAACM,WAAW;IAC7B,IAAI,CAACC,OAAO,GACVP,eAAe,CAACO,OAAO;IACzB,IAAI,CAACC,4BAA4B,GAC/BR,eAAe,CAACQ,4BAA4B;IAC9C,IAAI,CAACC,oCAAoC,GACvCT,eAAe,CAACS,oCAAoC;IACtD,IAAI,CAACC,YAAY,GACfV,eAAe,CAACU,YAAY;IAC9B,IAAI,CAACC,WAAW,GACdX,eAAe,CAACW,WAAW;IAC7B,IAAI,CAACC,IAAI,GACPZ,eAAe,CAACY,IAAI;IACtB,IAAI,CAACC,QAAQ,GACXb,eAAe,CAACa,QAAQ;IAC1B,IAAI,CAACC,UAAU,GACbd,eAAe,CAACc,UAAU;IAC5B,IAAI,CAACC,aAAa,GAChBf,eAAe,CAACe,aAAa;IAC/B,IAAI,CAACC,iBAAiB,GACpBhB,eAAe,CAACgB,iBAAiB;IACnC,IAAI,CAACC,QAAQ,GACXjB,eAAe,CAACiB,QAAQ;IAC1B,IAAI,CAAClC,GAAG,GACNiB,eAAe,CAACjB,GAAG;IACrB,IAAI,CAACmC,OAAO,GACVlB,eAAe,CAACkB,OAAO;IACzB,IAAI,CAACC,SAAS,GACZnB,eAAe,CAACmB,SAAS;IAC3B,IAAI,CAACrC,WAAW,GACdkB,eAAe,CAAClB,WAAW;IAC7B,IAAI,CAACsC,WAAW,GACdpB,eAAe,CAACoB,WAAW;IAC7B,IAAI,CAACC,YAAY,GACfrB,eAAe,CAACqB,YAAY;IAC9B,IAAI,CAACC,qBAAqB,GAAGtB,eAAe,CAACsB,qBAAqB;IAClE,IAAI,CAACtC,cAAc,GACjBgB,eAAe,CAAChB,cAAc;IAChC,IAAI,CAACuC,gBAAgB,GACnBvB,eAAe,CAACuB,gBAAgB;IAClC,IAAI,CAACC,wBAAwB,GAC3BxB,eAAe,CAACwB,wBAAwB;IAC1C,IAAI,CAACC,gCAAgC,GACnCzB,eAAe,CAACyB,gCAAgC;IAClD,IAAI,CAACC,0BAA0B,GAC7B1B,eAAe,CAAC0B,0BAA0B;IAC5C,IAAI,CAACC,gBAAgB,GACnB3B,eAAe,CAAC2B,gBAAgB;IAClC,IAAI,CAACC,QAAQ,GACX5B,eAAe,CAAC4B,QAAQ;IAC1B,IAAI,CAACC,yBAAyB,GAC5B7B,eAAe,CAAC6B,yBAAyB;IAC3C,IAAI,CAACC,eAAe,GAClB9B,eAAe,CAAC8B,eAAe;IACjC,IAAI,CAACC,OAAO,GACV/B,eAAe,CAAC+B,OAAO;IACzB,IAAI,CAACC,mBAAmB,GACtBhC,eAAe,CAACgC,mBAAmB;IACrC,IAAI,CAACC,iBAAiB,GACpBjC,eAAe,CAACiC,iBAAiB;IACnC,IAAI,CAACC,WAAW,GACdlC,eAAe,CAACkC,WAAW;IAC7B,IAAI,CAACC,mBAAmB,GACtBnC,eAAe,CAACmC,mBAAmB;IACrC,IAAI,CAACC,wBAAwB,GAC3BpC,eAAe,CAACoC,wBAAwB;IAC1C,IAAI,CAACC,cAAc,GAAGrC,eAAe,CAACqC,cAAc;IACpD,IAAI,CAACC,YAAY,GACftC,eAAe,CAACsC,YAAY;EAChC;AACF;;AAEA;AACA;AACA;AACA;AACA,OAAO,MAAMC,SAAS,CAAC;EACrB;AACF;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;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;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;EACE9I,WAAWA,CAAC+I,eAAoB,EAAE;IAChC,IAAI,CAACC,YAAY,GAAGD,eAAe,CAACC,YAAY;IAChD,IAAI,CAACC,YAAY,GAAGF,eAAe,CAACE,YAAY;IAChD,IAAI,CAACC,MAAM,GAAGH,eAAe,CAACG,MAAM;IACpC,IAAI,CAAC3D,cAAc,GAAGwD,eAAe,CAACxD,cAAc;IACpD,IAAI,CAAC4D,IAAI,GAAGJ,eAAe,CAACI,IAAI;IAChC,IAAI,CAACC,IAAI,GAAGL,eAAe,CAACK,IAA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ACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAEE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAIE;AACF;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;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;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;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;;EAGE;AACF;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;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;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;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;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;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;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;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;EAGE;AACF;AACA;AACA;EACEnL,WAAWA,CAACoL,6BAAkC,EAAE;IAC9C,IAAI,CAACC,WAAW,GAAGD,6BAA6B,CAACC,WAAW;IAC5D,IAAI,CAACC,uBAAuB,GAC1BF,6BAA6B,CAACE,uBAAuB;IACvD,IAAI,CAACC,iBAA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1B;AACA;AACA;AACA;AACA,WAAYC,OAAO,0BAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;EAAPA,OAAO;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","ignoreList":[]}
@@ -0,0 +1 @@
1
+ {"type":"module"}
@@ -0,0 +1,43 @@
1
+ import type { TurboModule } from 'react-native';
2
+ /**
3
+ * The implementation of `blinkid-react-native` that uses method channels.
4
+ *
5
+ * Here, the {@link TurboModule} exposes the appropriate native BlinkID module as a React-Native module,
6
+ * based on the detected platform: Android or iOS.
7
+ *
8
+ * The Turbo Module contains the functions `performScan` and `performDirectApiScan` which enable the BlinkID scanning process, with the default UX properties, and with static images.
9
+ */
10
+ export interface Spec extends TurboModule {
11
+ /**
12
+ * The `performScan` Turbo Module method launches the BlinkID scanning process with the default UX properties.
13
+ *
14
+ * It takes the following parameters: `BlinkIdSdkSettings`, `BlinkIdSessionSettings` and the optional `ClassFilter` class.
15
+ *
16
+ * @param blinkIdSdkSettings - BlinkID SDK Settings - the class that contains all of the available SDK settings. It contains settings for the license key, and how the models, that the SDK
17
+ * needs for the scanning process, should be obtained.
18
+ * To obtain a valid license key, please visit https://developer.microblink.com/ or contact us directly at https://help.microblink.com.
19
+ *
20
+ * @param blinkIdSessionSettings - BlinkID Session Settings - the class that contains various settings for the scanning session. It contains the settings for the `ScanningMode` and `BlinkIdScanningSettings`, which define various parameters that control the scanning process.
21
+ *
22
+ * @param blinkIdUiSettings - BlinkID UI Settings - the class that allows customization of various aspects of the UI used during the scanning process.
23
+ *
24
+ * @param classFilter - The optional `ClassFilter` class - the class which controls which documents will be accepted or reject for information extraction during the scanning session. See [ClassFilter] for more implementation information.
25
+ */
26
+ performScan(blinkIdSdkSettings: string, blinkIdSessionSettings: string, blinkIdUiSettings?: string, classFilter?: string): Promise<string>;
27
+ /**
28
+ * The `performDirectApiScan` platform channel method launches the BlinkID scanning process inteded for information extraction from static images.
29
+ *
30
+ * It takes the following parameters: `BlinkIdSdkSettings`, `BlinkIdSessionSettings`, `firstImage` string in the Base64 format and the optional `secondImage` string in the Base64 format.
31
+ *
32
+ * @param blinkIdSdkSettings - BlinkID SDK Settings - the class that contains all of the available SDK settings. It contains settings for the license key, and how the models, that the SDK needs for the scanning process, should be obtained.
33
+ * @param blinkIdSessionSettings - BlinkID Session Settings - the class that contains various settings for the scanning session. It contains the settings for the `ScanningMode` and `BlinkIdScanningSettings`, which define various parameters that control the scanning process.
34
+ * @param firstImage - The `firstImage` Base64 string - image that represents one side of the document.
35
+ * If the document contains two sides and the `ScanningMode` is set to `automatic`, this should contain the image of the front side of the document. In case the [ScanningMode] is set to `single`, it can
36
+ * be either the front or the back side of the document.
37
+ * @param secondImage - The optional `secondImage` Base64 string: needed if the information from back side of the document is required and the `ScanningMode` is set to `automatic`.
38
+ */
39
+ performDirectApiScan(blinkIdSdkSettings: string, blinkIdSessionSettings: string, firstImage: string, secondImage?: string): Promise<string>;
40
+ }
41
+ declare const _default: Spec;
42
+ export default _default;
43
+ //# sourceMappingURL=NativeBlinkidReactNative.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NativeBlinkidReactNative.d.ts","sourceRoot":"","sources":["../../../src/NativeBlinkidReactNative.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAGhD;;;;;;;GAOG;AACH,MAAM,WAAW,IAAK,SAAQ,WAAW;IACvC;;;;;;;;;;;;;;OAcG;IACH,WAAW,CAAC,kBAAkB,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,EAAE,iBAAiB,CAAC,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;IAE1I;;;;;;;;;;;OAWG;IACH,oBAAoB,CAAC,kBAAkB,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;CAC5I;;AAED,wBAA4E"}
@@ -0,0 +1,294 @@
1
+ import { RecognitionMode, StringResult, DataMatchResult, DocumentClassInfo, DependentInfo, SingleSideScanningResult, DriverLicenseDetailedInfo, DateResult, DetailedCroppedImageResult } from './types';
2
+ /**
3
+ * Represents the results of scanning a document.
4
+ *
5
+ * This class contains the results of scanning a document, including the extracted data
6
+ * and images from the document.
7
+ *
8
+ **/
9
+ export declare class BlinkIdScanningResult {
10
+ /**
11
+ * Scanning mode used to scan the current document.
12
+ *
13
+ * See {@link RecognitionMode} for more information.
14
+ */
15
+ recognitionMode?: RecognitionMode;
16
+ /**
17
+ * The document class information.
18
+ *
19
+ * See {@link DocumentClassInfo} for more information.
20
+ */
21
+ documentClassInfo?: DocumentClassInfo;
22
+ /**
23
+ * Info on whether the data extracted from multiple sides matches.
24
+ *
25
+ * See {@link DataMatchResult} for more information.
26
+ */
27
+ dataMatchResult?: DataMatchResult;
28
+ /**
29
+ * The first name of the document owner.
30
+ *
31
+ */
32
+ firstName?: StringResult;
33
+ /**
34
+ * The last name of the document owner.
35
+ *
36
+ */
37
+ lastName?: StringResult;
38
+ /**
39
+ * The full name of the document owner.
40
+ *
41
+ */
42
+ fullName?: StringResult;
43
+ /**
44
+ * The additional name information of the document owner.
45
+ *
46
+ */
47
+ additionalNameInformation?: StringResult;
48
+ /**
49
+ * The localized name of the document owner.
50
+ *
51
+ */
52
+ localizedName?: StringResult;
53
+ /**
54
+ * The fathers name of the document owner.
55
+ *
56
+ */
57
+ fathersName?: StringResult;
58
+ /**
59
+ * The mothers name of the document owner.
60
+ *
61
+ */
62
+ mothersName?: StringResult;
63
+ /**
64
+ * The address of the doicument owner.
65
+ *
66
+ */
67
+ address?: StringResult;
68
+ /**
69
+ * The additional address information of the document owner.
70
+ *
71
+ */
72
+ additionalAddressInformation?: StringResult;
73
+ /**
74
+ * The one more additional address information of the document owner.
75
+ *
76
+ */
77
+ additionalOptionalAddressInformation?: StringResult;
78
+ /**
79
+ * The place of birth of the document owner.
80
+ *
81
+ */
82
+ placeOfBirth?: StringResult;
83
+ /**
84
+ * The nationality of the document owner.
85
+ *
86
+ */
87
+ nationality?: StringResult;
88
+ /**
89
+ * The race of the document owner.
90
+ *
91
+ */
92
+ race?: StringResult;
93
+ /**
94
+ * The religion of the document owner.
95
+ *
96
+ */
97
+ religion?: StringResult;
98
+ /**
99
+ * The profession of the document owner.
100
+ *
101
+ */
102
+ profession?: StringResult;
103
+ /**
104
+ * The marital status of the document owner.
105
+ *
106
+ */
107
+ maritalStatus?: StringResult;
108
+ /**
109
+ * The residential status of the document owner.
110
+ *
111
+ */
112
+ residentialStatus?: StringResult;
113
+ /**
114
+ * The employer of the document owner.
115
+ *
116
+ */
117
+ employer?: StringResult;
118
+ /**
119
+ * The sex of the document owner.
120
+ *
121
+ */
122
+ sex?: StringResult;
123
+ /**
124
+ * The sponsor of the document owner.
125
+ *
126
+ */
127
+ sponsor?: StringResult;
128
+ /**
129
+ * The blood type of the document owner.
130
+ *
131
+ */
132
+ bloodType?: StringResult;
133
+ /**
134
+ * The document number.
135
+ *
136
+ */
137
+ documentNumber?: StringResult;
138
+ /**
139
+ * The personal identification number.
140
+ *
141
+ */
142
+ personalIdNumber?: StringResult;
143
+ /**
144
+ * The additional number of the document.
145
+ *
146
+ */
147
+ documentAdditionalNumber?: StringResult;
148
+ /**
149
+ * The one more additional number of the document.
150
+ *
151
+ */
152
+ documentOptionalAdditionalNumber?: StringResult;
153
+ /**
154
+ * The additional personal identification number.
155
+ *
156
+ */
157
+ additionalPersonalIdNumber?: StringResult;
158
+ /**
159
+ * The issuing authority of the document.
160
+ *
161
+ */
162
+ issuingAuthority?: StringResult;
163
+ /**
164
+ * The transcription of the document subtype.
165
+ *
166
+ */
167
+ documentSubtype?: StringResult;
168
+ /**
169
+ * The remarks on the residence permit.
170
+ *
171
+ */
172
+ remarks?: StringResult;
173
+ /**
174
+ * The residence permit type.
175
+ *
176
+ */
177
+ residencePermitType?: StringResult;
178
+ /**
179
+ * The manufacturing year.
180
+ *
181
+ */
182
+ manufacturingYear?: StringResult;
183
+ /**
184
+ * The vehicle type.
185
+ *
186
+ */
187
+ vehicleType?: StringResult;
188
+ /**
189
+ * The eligibility category.
190
+ *
191
+ */
192
+ eligibilityCategory?: StringResult;
193
+ /**
194
+ * The specific document validity.
195
+ *
196
+ */
197
+ specificDocumentValidity?: StringResult;
198
+ /**
199
+ * The visa type of the document.
200
+ *
201
+ */
202
+ visaType?: StringResult;
203
+ /**
204
+ * The date of birth of the document owner.
205
+ *
206
+ */
207
+ dateOfBirth?: DateResult<StringResult>;
208
+ /**
209
+ * The date of issue of the document.
210
+ *
211
+ */
212
+ dateOfIssue?: DateResult<StringResult>;
213
+ /**
214
+ * The date of expiry of the document.
215
+ *
216
+ */
217
+ dateOfExpiry?: DateResult<StringResult>;
218
+ /**
219
+ * Determines if date of expiry is permanent.
220
+ *
221
+ */
222
+ dateOfExpiryPermanent?: boolean;
223
+ /**
224
+ * The driver license detailed info.
225
+ *
226
+ * See {@link DriverLicenseDetailedInfo} for more information.
227
+ */
228
+ driverLicenseDetailedInfo?: DriverLicenseDetailedInfo<StringResult>;
229
+ /**
230
+ * The dependents info.
231
+ *
232
+ * See {@link DependentInfo} for more information.
233
+ */
234
+ dependentsInfo?: DependentInfo[];
235
+ /**
236
+ * The results of scanning each side of the document.
237
+ *
238
+ * See {@link SingleSideScanningResult} for more information.
239
+ */
240
+ subResults?: SingleSideScanningResult[];
241
+ /**
242
+ * Returns the input image for the first scanning side in the Base64 format.
243
+ *
244
+ * Or `null` if the input image is not available.
245
+ */
246
+ firstInputImage?: string;
247
+ /**
248
+ * Returns the input image for the second scanning side in the Base64 format.
249
+ *
250
+ * Or `null` if the input image is not available.
251
+ */
252
+ secondInputImage?: string;
253
+ /**
254
+ * Returns the input image containing parsable barcode.
255
+ *
256
+ * Or `null` if the barcode input image is not available.
257
+ */
258
+ barcodeInputImage?: string;
259
+ /**
260
+ * Returns the cropped document image for the first scanning side.
261
+ *
262
+ * Or `null` if the document image is not available.
263
+ */
264
+ firstDocumentImage?: string;
265
+ /**
266
+ * Returns the cropped document image for the second scanning side.
267
+ *
268
+ * Or `null` if the document image is not available.
269
+ */
270
+ secondDocumentImage?: string;
271
+ /**
272
+ * Returns the cropped face image with additional info.
273
+ * Or `null` if the face image is not available.
274
+ *
275
+ * See {@link DetailedCroppedImageResult} for more information.
276
+ */
277
+ faceImage?: DetailedCroppedImageResult;
278
+ /**
279
+ * Returns the cropped signature image with additional info.
280
+ * Or `null` if the signature image is not available.
281
+ *
282
+ * See {@link DetailedCroppedImageResult} for more information.
283
+ */
284
+ signatureImage?: DetailedCroppedImageResult;
285
+ /**
286
+ * Represents the results of scanning a document.
287
+ *
288
+ * This class contains the results of scanning a document, including the extracted data
289
+ * and images from the document.
290
+ *
291
+ */
292
+ constructor(nativeBlinkIdResult: any);
293
+ }
294
+ //# sourceMappingURL=blinkIdResult.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blinkIdResult.d.ts","sourceRoot":"","sources":["../../../src/blinkIdResult.ts"],"names":[],"mappings":"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"}