@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,3025 @@
1
+ /**
2
+ * ClassFilter represents the document filter used to determine which documents will be processed.
3
+ * Document information (Country, Region, Type) is evaluated with the content set in the filter, and their inclusion or exclusion depends on the defined rules.
4
+ * To set the document information, use {@link DocumentFilter}.
5
+ * The recognition results of the excluded documents will not be returned.
6
+ * If using the standard BlinkID UX, an alert will be displayed that the document will not be scanned.
7
+ *
8
+ * By default, the ClassFilter is turned off, and all documents will be included.
9
+ */
10
+ export declare class ClassFilter {
11
+ /**
12
+ * Document classes that will be explicitly accepted by this filter.
13
+ * Only documents belonging to the specified classes will be processed. All other documents will be rejected.
14
+ *
15
+ * If this list is empty, no restrictions are applied, and documents will be accepted unless explicitly excluded by `excludeDocuments`.
16
+ *
17
+ * Example usage:
18
+ *
19
+ * ```
20
+ * final classFilter = ClassFilter();
21
+ * classFilter.includeDocuments = [
22
+ * DocumentFilter.country(Country.Usa),
23
+ * DocumentFilter.countryType(Country.Croatia, DocumentType.Id),
24
+ * ];
25
+ *
26
+ *
27
+ * ```
28
+ *
29
+ *
30
+ * NOTE: from the example above, the class filter is set to only accept all documents from USA, and Croatian IDs.
31
+ * All other documents will be rejected.
32
+ *
33
+ * Rules can be combined, for example, to set all three properties (Country Region, Type), two (e.g., Country and Type) or just one (e.g, Region).
34
+ *
35
+ * See {@link DocumentFilter} for setting the combinations.
36
+ */
37
+ includeDocuments?: DocumentFilter[];
38
+ /**
39
+ * Document classes that will be explicitly rejected by this filter.
40
+ * Documents belonging to the specified classes will not be processed. Other documents, not included with `excludeDocuments` will be accepted.
41
+ *
42
+ * If this array is empty, no restrictions are applied, and documents will be excluded only if not present in `includeDocuments`.
43
+ *
44
+ * Example usage:
45
+ *
46
+ * ```
47
+ * final classFilter = ClassFilter();
48
+ * classFilter.excludeDocuments = [
49
+ * DocumentFilter.country(Country.Usa),
50
+ * DocumentFilter.countryType(Country.Croatia, DocumentType.Id),
51
+ * ];
52
+ *
53
+ *
54
+ * ```
55
+ *
56
+ * NOTE: from the example above, the class filter is set to only exclude all documents from USA, and Croatian IDs.
57
+ * All other classes will be accepted.
58
+ *
59
+ * Rules can be combined, for example, to set all three properties (Country Region, Type), two (e.g., Country and Type) or just one (e.g, Region).
60
+ *
61
+ * See {@link DocumentFilter} for setting the combinations.
62
+ */
63
+ excludeDocuments?: DocumentFilter[];
64
+ /**
65
+ *
66
+ * @param includeDocuments - specifies which document classes that will be explicitly accepted by this filter.
67
+ * @param excludeDocuments - specifies which document classes that will be explicitly rejected by this filter.
68
+ */
69
+ constructor(includeDocuments?: DocumentFilter[], excludeDocuments?: DocumentFilter[]);
70
+ }
71
+ /**
72
+ * Represents the document filter.
73
+ *
74
+ * Used with other classes like the {@link ClassFilter}, {@link DocumentRules} and the {@link DocumentAnonymizationSettings}.
75
+ */
76
+ export declare class DocumentFilter {
77
+ /**
78
+ * If set, only specified country will pass the filter criteria.
79
+ * Otherwise, issuing country will not betaken into account.
80
+ */
81
+ country?: Country;
82
+ /**
83
+ * If set, only specified country will pass the filter criteria.
84
+ * Otherwise, issuing region will not be taken into account.
85
+ */
86
+ region?: Region;
87
+ /**
88
+ * If set, only specified type will pass the filter criteria.
89
+ * Otherwise, issuing type will not be taken into account.
90
+ */
91
+ documentType?: DocumentType;
92
+ /**
93
+ *
94
+ * @param country - specifies the {@link Country} that will pass the filter criteria.
95
+ *
96
+ * @param region - specifies the {@link Region} that will pass the filter criteria.
97
+ *
98
+ * @param documentType - specifies the {@link DocumentType} that will pass the filter criteria.
99
+ *
100
+ *
101
+ * All parameters are optional, and do not need to be added.
102
+ * The filter can be set to be more generic (for example, to only accept document from USA):
103
+ * ```
104
+ * DocumentFilter(Country.Usa);
105
+ * ```
106
+ * or, it can be set to be more specific (for example, to specifically accept USA drivers licenses from California):
107
+ * ```
108
+ * DocumentFilter(Country.Usa, Region.California, DocumentType.Dl);
109
+ * ```
110
+ */
111
+ constructor(country?: Country, region?: Region, documentType?: DocumentType);
112
+ }
113
+ /**
114
+ * Represents the custom document rules.
115
+ *
116
+ * This setting allows users to narrow down our internal rules on mandatory fields. All undefined fields will become optional.
117
+ * It is not possible to mark fields as mandatory if they cannot theoretically appear on the document.
118
+ * The more detailed document filter will have priority over the other.
119
+ *
120
+ * Document fields are validated using internal rules that define mandatory fields for the scanned document class.
121
+ */
122
+ export declare class DocumentRules {
123
+ /**
124
+ * Specified fields will overrule our document class field rules if filter conditions are met.
125
+ *
126
+ * See {@link DocumentFilter} for more information.
127
+ */
128
+ documentFilter?: DocumentFilter;
129
+ /**
130
+ * Fields to overrule our class field rules.
131
+ *
132
+ * See {@link DetailedFieldType} for more information.
133
+ */
134
+ fields: DetailedFieldType[];
135
+ /**
136
+ * Represents the custom document rules.
137
+ *
138
+ * This setting allows users to narrow down our internal rules on mandatory fields. All undefined fields will become optional.
139
+ * It is not possible to mark fields as mandatory if they cannot theoretically appear on the document.
140
+ * The more detailed document filter will have priority over the other.
141
+ *
142
+ * Document fields are validated using internal rules that define mandatory fields for the scanned document class.
143
+ * Defines custom rules for specific document class.
144
+ *
145
+ * When defining {@link DocumentRules}, the {@link DocumentFilter} paramter is optionally set to specify the document to which the rule applies, and a `fields` with
146
+ * the appropriate `alphabetType` should be specified as mandatory for that document.
147
+ * If a `fields` is set to a field that is optional for that document or does not exist on it, all fields on the document become optional.
148
+ * If a `fields` is set to a field with an incorrect alphabetType, all fields on the document become optional.
149
+ * If a `fields` is set to a field that doesn’t exist in the internal rules, that rule is ignored.
150
+ * When adding multiple `fields`, any field that does not match our rules is ignored. Only fields that comply with our rules are set as mandatory.
151
+ * If the documentFilter fields `country`, `region`, or `type` are set to `null`, all supported values for those fields will be considered.
152
+ * For example, if `country = null`, the rule will apply to all supported countries in BlinkID.
153
+ *
154
+ * @param fields - specifies the list of {@link DetailedFieldType} for overruling our class field rules.
155
+ * This parameter is mandatory.
156
+ * @param documentFilter - specifies the {@link DocumentFilter} to specify the document to which the rule applies.
157
+ * This parameter is optional.
158
+ */
159
+ constructor(fields: DetailedFieldType[], documentFilter?: DocumentFilter);
160
+ }
161
+ /**
162
+ * Represents the detailed field type.
163
+ *
164
+ */
165
+ export declare class DetailedFieldType {
166
+ /**
167
+ * The field type.
168
+ *
169
+ * See {@link FieldType} for more information.
170
+ */
171
+ fieldType: FieldType;
172
+ /**
173
+ * The alphabet type.
174
+ *
175
+ * See {@link AlphabetType} for more information.
176
+ */
177
+ alphabetType: AlphabetType;
178
+ /**
179
+ *
180
+ * @param fieldType - specifies the {@link FieldType}.
181
+ * @param alphabetType - specifies the {@link AlphabetType}.
182
+ *
183
+ * Both parameters are mandatory.
184
+ */
185
+ constructor(fieldType: FieldType, alphabetType: AlphabetType);
186
+ }
187
+ /**
188
+ * Represents the document anonymization settings.
189
+ *
190
+ */
191
+ export declare class DocumentAnonymizationSettings {
192
+ /**
193
+ * Document fields that will be anonymized.
194
+ *
195
+ */
196
+ fields: FieldType[];
197
+ /**
198
+ * Specified fields will be anonymized if filter conditions are met.
199
+ *
200
+ */
201
+ documentFilter?: DocumentFilter;
202
+ /**
203
+ * Document number anonymization settings.
204
+ *
205
+ */
206
+ documentNumberAnonymizationSettings?: DocumentNumberAnonymizationSettings;
207
+ /**
208
+ *
209
+ * @param fields - specifies the document fields that will be anonymized. This parameter is mandatory.
210
+ *
211
+ * @param documentFilter - specifies the document filter.
212
+ *
213
+ * If the conditions of the filter are met, fields of those documents will be anonymized.
214
+ * This parameter is mandatory.
215
+ * @param documentNumberAnonymizationSettings - specifies the document number anonymization settings.
216
+ *
217
+ * If this parameter is set, it will anonymize the document number, even if the document number is not set in the `fields` parameter.
218
+ * If the default constructor for {@link DocumentNumberAnonymizationSettings} is used, all of the digits within the document number will be anonymized.
219
+ *
220
+ * This parameter is optional.
221
+ */
222
+ constructor(fields: FieldType[], documentFilter?: DocumentFilter, documentNumberAnonymizationSettings?: DocumentNumberAnonymizationSettings);
223
+ }
224
+ /**
225
+ * Represents the document number anonymization settings.
226
+ *
227
+ * Both settings, `prefixDigitsVisible` and `suffixDigitsVisible`, can be modified and set.
228
+ *
229
+ * By default, `prefixDigitsVisible` and `suffixDigitsVisible` are set to 0.
230
+ * This results that no digits within the document number will be visible.
231
+ *
232
+ * If any parameter is `undefined`, the value of the parameter will be set to `0`.
233
+ */
234
+ export declare class DocumentNumberAnonymizationSettings {
235
+ /**
236
+ * Defines how many digits at the beginning of the document number remain visible after anonymization.
237
+ *
238
+ */
239
+ prefixDigitsVisible?: number;
240
+ /**
241
+ * Defines how many digits at the end of the document number remain visible after anonymization.
242
+ *
243
+ */
244
+ suffixDigitsVisible?: number;
245
+ constructor(prefixDigitsVisible?: number, suffixDigitsVisible?: number);
246
+ }
247
+ /**
248
+ * Represents the configuration used to enable/disable recognition of specific
249
+ * document groups.
250
+ *
251
+ * By default all modes are enabled.
252
+ */
253
+ export declare class RecognitionModeFilter {
254
+ /**
255
+ * Enable scanning of MRZ IDs.
256
+ *
257
+ */
258
+ enableMrzId: boolean;
259
+ /**
260
+ * Enable scanning of visa MRZ.
261
+ *
262
+ */
263
+ enableMrzVisa: boolean;
264
+ /**
265
+ * Enable scanning of Passport MRZ.
266
+ *
267
+ */
268
+ enableMrzPassport: boolean;
269
+ /**
270
+ * Enable scanning of Photo ID.
271
+ *
272
+ */
273
+ enablePhotoId: boolean;
274
+ /**
275
+ * Enable scanning of barcode IDs.
276
+ *
277
+ */
278
+ enableBarcodeId: boolean;
279
+ /**
280
+ * Enable full document recognition.
281
+ *
282
+ */
283
+ enableFullDocumentRecognition: boolean;
284
+ constructor();
285
+ }
286
+ /**
287
+ * Represents the document class information.
288
+ *
289
+ */
290
+ export declare class DocumentClassInfo {
291
+ /**
292
+ * The document country.
293
+ *
294
+ * See {@link Country} for more information.
295
+ */
296
+ country?: Country;
297
+ /**
298
+ * The document region.
299
+ *
300
+ * See {@link Region} for more information.
301
+ */
302
+ region?: Region;
303
+ /**
304
+ * The type of the scanned document.
305
+ *
306
+ * See {@link DocumentType} for more information.
307
+ */
308
+ documentType?: DocumentType;
309
+ /**
310
+ * Flag that indicates if the document class information is empty
311
+ *
312
+ */
313
+ empty?: boolean;
314
+ /**
315
+ * The name of the country that issued the scanned document.
316
+ *
317
+ */
318
+ countryName?: string;
319
+ /**
320
+ * The ISO numeric code of the country that issued the scanned document.
321
+ *
322
+ */
323
+ isoNumericCountryCode?: string;
324
+ /**
325
+ * The 2 letter ISO code of the country that issued the scanned document.
326
+ *
327
+ */
328
+ isoAlpha2CountryCode?: string;
329
+ /**
330
+ * The 3 letter ISO code of the country that issued the scanned document.
331
+ *
332
+ */
333
+ isoAlpha3CountryCode?: string;
334
+ /**
335
+ *
336
+ * @param nativeDocumentClassInfo
337
+ *
338
+ */
339
+ constructor(nativeDocumentClassInfo: any);
340
+ }
341
+ /**
342
+ * Represents the result of the data match.
343
+ *
344
+ */
345
+ export declare class DataMatchResult {
346
+ /**
347
+ * The state of the data match on the whole document.
348
+ *
349
+ * See {@link DataMatchState} for more information.
350
+ */
351
+ overallState?: DataMatchState;
352
+ /**
353
+ * The data match state of each field.
354
+ *
355
+ * See {@link DataMatchResultField} for more information.
356
+ */
357
+ states?: DataMatchResultField[];
358
+ /**
359
+ *
360
+ * @param nativeDataMatchResult
361
+ */
362
+ constructor(nativeDataMatchResult: any);
363
+ }
364
+ /**
365
+ * Represents the state of the field in the data match.
366
+ *
367
+ */
368
+ export declare class DataMatchResultField {
369
+ /**
370
+ * The type of the field.
371
+ *
372
+ * See {@link DataMatchField} for more information.
373
+ */
374
+ field?: DataMatchField;
375
+ /**
376
+ * The state of the field.
377
+ *
378
+ * See {@link DataMatchState} for more information.
379
+ */
380
+ state?: DataMatchState;
381
+ /**
382
+ *
383
+ * @param nativeDataMatchResultField
384
+ *
385
+ */
386
+ constructor(nativeDataMatchResultField: any);
387
+ }
388
+ /**
389
+ * Represents the multi-alphabet string result extracted from the OCR.
390
+ *
391
+ * The result contains the extracted strings, their locations, and the sides of the extracted strings.
392
+ *
393
+ */
394
+ export declare class StringResult {
395
+ /**
396
+ * All strings separated by new line
397
+ *
398
+ */
399
+ value?: string;
400
+ /**
401
+ * String for field in latin alphabet
402
+ *
403
+ */
404
+ latin?: string;
405
+ /**
406
+ * String for field in arabic alphabet
407
+ *
408
+ */
409
+ arabic?: string;
410
+ /**
411
+ * String for field in cyrillic alphabet
412
+ *
413
+ */
414
+ cyrillic?: string;
415
+ /**
416
+ * String for field in greek alphabet
417
+ *
418
+ */
419
+ greek?: string;
420
+ /**
421
+ * Document field location.
422
+ *
423
+ * See {@link Location} for more information.
424
+ */
425
+ location?: Location;
426
+ /**
427
+ * The document side where the field is located.
428
+ *
429
+ * See {@link Side} for more information.
430
+ */
431
+ side?: Side;
432
+ /**
433
+ *
434
+ * @param nativeStringResult
435
+ *
436
+ */
437
+ constructor(nativeStringResult: any);
438
+ }
439
+ /**
440
+ * Represents the rectangle location of each document field
441
+ *
442
+ */
443
+ export declare class Rectangle {
444
+ /**
445
+ * X location
446
+ *
447
+ */
448
+ x?: number;
449
+ /**
450
+ * Y location
451
+ *
452
+ */
453
+ y?: number;
454
+ /**
455
+ * Rectangle width
456
+ *
457
+ */
458
+ width?: number;
459
+ /**
460
+ * Rectangle height.
461
+ *
462
+ */
463
+ height?: number;
464
+ /**
465
+ *
466
+ * @param nativeRectangle
467
+ *
468
+ */
469
+ constructor(nativeRectangle: any);
470
+ }
471
+ /**
472
+ * Represents the information about the location of an element within a document or image.
473
+ *
474
+ */
475
+ export declare class Location {
476
+ /**
477
+ * Rectangle location of the result extracted from the OCR in the latin alphabet.
478
+ *
479
+ */
480
+ latin?: Rectangle;
481
+ /**
482
+ * Rectangle location of the result extracted from the OCR in the arabic alphabet.
483
+ *
484
+ */
485
+ arabic?: Rectangle;
486
+ /**
487
+ * Rectangle location of the result extracted from the OCR in the cyrillic alphabet.
488
+ *
489
+ */
490
+ cyrillic?: Rectangle;
491
+ /**
492
+ * Rectangle location of the result extracted from the OCR in the greek alphabet.
493
+ *
494
+ */
495
+ greek?: Rectangle;
496
+ /**
497
+ *
498
+ * @param nativeLocation
499
+ *
500
+ */
501
+ constructor(nativeLocation: any);
502
+ }
503
+ /**
504
+ * Side of the document on which the specific result is located.
505
+ *
506
+ */
507
+ export declare class Side {
508
+ /**
509
+ * Document side of the result extracted from the OCR in the latin alphabet.
510
+ *
511
+ */
512
+ latin?: DocumentSide;
513
+ /**
514
+ * Document side of the result extracted from the OCR in the arabic alphabet.
515
+ *
516
+ */
517
+ arabic?: DocumentSide;
518
+ /**
519
+ * Document side of the result extracted from the OCR in the cyrillic alphabet.
520
+ *
521
+ */
522
+ cyrillic?: DocumentSide;
523
+ /**
524
+ * Document side of the result extracted from the OCR in the cyrillic alphabet.
525
+ *
526
+ */
527
+ greek?: DocumentSide;
528
+ /**
529
+ *
530
+ * @param nativeSide
531
+ *
532
+ */
533
+ constructor(nativeSide: any);
534
+ }
535
+ /**
536
+ * Represents the result of the date extraction.
537
+ *
538
+ * Contains the extracted date, along with additional date information.
539
+ */
540
+ export declare class DateResult<T> {
541
+ /**
542
+ * The extracted date information.
543
+ *
544
+ * See {@link Date} for more information.
545
+ */
546
+ date?: Date;
547
+ /**
548
+ * Original string representation of the date which has been extracted.
549
+ *
550
+ * Depending of the information source, it can either be of type {@link StringResult} or `string`.
551
+ */
552
+ originalString?: T;
553
+ /**
554
+ * Indicates that date does not appear on the document
555
+ * but is filled by our internal domain knowledge.
556
+ */
557
+ isFilledByDomainKnowledge?: boolean;
558
+ /**
559
+ * Indicates whether date was successfully parsed.
560
+ *
561
+ */
562
+ successfullyParsed?: boolean;
563
+ constructor(nativeDateResult: any);
564
+ }
565
+ /**
566
+ * Represents the extracted date.
567
+ *
568
+ */
569
+ export declare class Date {
570
+ /**
571
+ * Day of the month.
572
+ *
573
+ * The first day of the month has value 1.
574
+ */
575
+ day?: number;
576
+ /**
577
+ * Month of the year.
578
+ *
579
+ * The first month of the year has value 1.
580
+ */
581
+ month?: number;
582
+ /**
583
+ * Full year.
584
+ *
585
+ */
586
+ year?: number;
587
+ /**
588
+ *
589
+ * @param nativeDate
590
+ */
591
+ constructor(nativeDate: any);
592
+ }
593
+ /**
594
+ * Represents detailed extracted information about the driver license.
595
+ *
596
+ */
597
+ export declare class DriverLicenseDetailedInfo<T> {
598
+ /**
599
+ * The restrictions to driving privileges for the United States driver license owner.
600
+ *
601
+ * Depending of the information source, it can either be of type {@link StringResult} or `String`.
602
+ */
603
+ restrictions?: T;
604
+ /**
605
+ * The additional privileges granted to the US driver license owner.
606
+ *
607
+ * Depending of the information source, it can either be of type {@link StringResult} or `String`.
608
+ */
609
+ endorsements?: T;
610
+ /**
611
+ * The type of vehicle the driver license owner has privilege to drive.
612
+ *
613
+ * Depending of the information source, it can either be of type {@link StringResult} or `String`.
614
+ */
615
+ vehicleClass?: T;
616
+ /**
617
+ * The driver license conditions.
618
+ *
619
+ * Depending of the information source, it can either be of type {@link StringResult} or `String`.
620
+ */
621
+ conditions?: T;
622
+ /**
623
+ * The additional information on vehicle class.
624
+ *
625
+ * See {@link VehicleClassInfo} for more information.
626
+ */
627
+ vehicleClassesInfo?: VehicleClassInfo<T>;
628
+ constructor(nativeDriverLicenseDetailedInfo: any);
629
+ }
630
+ /**
631
+ * Represents the information about the vehicle class extraction.
632
+ *
633
+ */
634
+ export declare class VehicleClassInfo<T> {
635
+ /**
636
+ * The type of driver licence.
637
+ *
638
+ * Depending of the information source, it can either be of type {@link StringResult} or `string`.
639
+ */
640
+ licenceType?: T;
641
+ /**
642
+ * The type of vehicle the driver license owner has privilege to drive.
643
+ *
644
+ * Depending of the information source, it can either be of type {@link StringResult} or `String`.
645
+ */
646
+ vehicleClass?: T;
647
+ /**
648
+ * The date since licence is effective.
649
+ *
650
+ * See {@link DateResult} for more information.
651
+ */
652
+ effectiveDate?: DateResult<T>;
653
+ /**
654
+ * The date of expiry of licence.
655
+ *
656
+ * See {@link DateResult} for more information.
657
+ */
658
+ expiryDate?: DateResult<T>;
659
+ constructor(nativeVehicleClassInfo: any);
660
+ }
661
+ /**
662
+ * Information about the dependent.
663
+ *
664
+ */
665
+ export declare class DependentInfo {
666
+ /**
667
+ * The date of birth of the dependent.
668
+ *
669
+ */
670
+ dateOfBirth?: DateResult<StringResult>;
671
+ /**
672
+ * The sex or gender of the dependent.
673
+ *
674
+ */
675
+ sex?: StringResult;
676
+ /**
677
+ * The document number of the dependent.
678
+ *
679
+ */
680
+ documentNumber?: StringResult;
681
+ /**
682
+ * The full name of the dependent.
683
+ *
684
+ */
685
+ fullName?: StringResult;
686
+ /**
687
+ * Checks if the dependent's information is empty.
688
+ *
689
+ */
690
+ empty?: boolean;
691
+ constructor(nativeDependentInfo: any);
692
+ }
693
+ /**
694
+ * Represents the result of the image crop transformation with additional details.
695
+ *
696
+ */
697
+ export declare class DetailedCroppedImageResult {
698
+ /**
699
+ * The cropped image in the Base64 format
700
+ *
701
+ */
702
+ image?: string;
703
+ /**
704
+ * The document side that was cropped.
705
+ *
706
+ */
707
+ side?: ScanningSide;
708
+ /**
709
+ * The location of the cropped image in the transformed image of the document.
710
+ *
711
+ */
712
+ location?: Rectangle;
713
+ /**
714
+ *
715
+ * @param nativeDetailedCroppedImageResult
716
+ *
717
+ */
718
+ constructor(nativeDetailedCroppedImageResult: any);
719
+ }
720
+ /**
721
+ * Represents the result of scanning a single side of the document.
722
+ *
723
+ * Contains the data extracted from the Visual Inspection Zone, Machine Readable Zone,
724
+ * barcode, the input image, and the cropped document, face, and signature images.
725
+ */
726
+ export declare class SingleSideScanningResult {
727
+ /**
728
+ * The data extracted from the Visual Inspection Zone.
729
+ *
730
+ */
731
+ viz?: VizResult;
732
+ /**
733
+ * The data extracted from the Machine Readable Zone.
734
+ *
735
+ */
736
+ mrz?: MrzResult;
737
+ /**
738
+ * The data extracted from the barcode.
739
+ *
740
+ */
741
+ barcode?: BarcodeResult;
742
+ /**
743
+ * The input image in the Base64 format.
744
+ *
745
+ */
746
+ inputImage?: string;
747
+ /**
748
+ * The input image containing parsable barcode in the Base64 format.
749
+ *
750
+ */
751
+ barcodeInputImage?: string;
752
+ /**
753
+ * The cropped document image in the Base64 format.
754
+ *
755
+ */
756
+ documentImage?: string;
757
+ /**
758
+ * The cropped face image with additional info.
759
+ *
760
+ */
761
+ faceImage?: DetailedCroppedImageResult;
762
+ /**
763
+ * The cropped signature image with additional info.
764
+ *
765
+ */
766
+ signatureImage?: DetailedCroppedImageResult;
767
+ /**
768
+ *
769
+ * @param nativeSingleSideScanningResult - specifies the single side scanning result obtained from the native SDK.
770
+ *
771
+ */
772
+ constructor(nativeSingleSideScanningResult: any);
773
+ }
774
+ /**
775
+ * Represents the result of the Visual Inspection Zone of a document.
776
+ *
777
+ */
778
+ export declare class VizResult {
779
+ /**
780
+ * The first name of the document owner.
781
+ *
782
+ */
783
+ firstName?: StringResult;
784
+ /**
785
+ * The last name of the document owner.
786
+ *
787
+ */
788
+ lastName?: StringResult;
789
+ /**
790
+ * The full name of the document owner.
791
+ *
792
+ */
793
+ fullName?: StringResult;
794
+ /**
795
+ * The additional name information of the document owner.
796
+ *
797
+ */
798
+ additionalNameInformation?: StringResult;
799
+ /**
800
+ * The localized name of the document owner.
801
+ *
802
+ */
803
+ localizedName?: StringResult;
804
+ /**
805
+ * The fathers name of the document owner.
806
+ *
807
+ */
808
+ fathersName?: StringResult;
809
+ /**
810
+ * The mothers name of the document owner.
811
+ *
812
+ */
813
+ mothersName?: StringResult;
814
+ /**
815
+ * The address of the document owner.
816
+ *
817
+ */
818
+ address?: StringResult;
819
+ /**
820
+ * The additional address information of the document owner.
821
+ *
822
+ */
823
+ additionalAddressInformation?: StringResult;
824
+ /**
825
+ * The one more additional address information of the document owner.
826
+ *
827
+ */
828
+ additionalOptionalAddressInformation?: StringResult;
829
+ /**
830
+ * The place of birth of the document owner.
831
+ *
832
+ */
833
+ placeOfBirth?: StringResult;
834
+ /**
835
+ * The nationality of the document owner.
836
+ *
837
+ */
838
+ nationality?: StringResult;
839
+ /**
840
+ * The race of the document owner.
841
+ *
842
+ */
843
+ race?: StringResult;
844
+ /**
845
+ * The religion of the document owner.
846
+ *
847
+ */
848
+ religion?: StringResult;
849
+ /**
850
+ * The profession of the document owner.
851
+ *
852
+ */
853
+ profession?: StringResult;
854
+ /**
855
+ * The marital status of the document owner.
856
+ *
857
+ */
858
+ maritalStatus?: StringResult;
859
+ /**
860
+ * The residential status of the document owner.
861
+ *
862
+ */
863
+ residentialStatus?: StringResult;
864
+ /**
865
+ * The employer of the document owner.
866
+ *
867
+ */
868
+ employer?: StringResult;
869
+ /**
870
+ * The sex of the document owner.
871
+ *
872
+ */
873
+ sex?: StringResult;
874
+ /**
875
+ * The sponsor of the document owner.
876
+ *
877
+ */
878
+ sponsor?: StringResult;
879
+ /**
880
+ * The blood type of the document owner.
881
+ *
882
+ */
883
+ bloodType?: StringResult;
884
+ /**
885
+ * The date of birth of the document owner.
886
+ *
887
+ */
888
+ dateOfBirth?: DateResult<StringResult>;
889
+ /**
890
+ * The date of issue of the document.
891
+ *
892
+ */
893
+ dateOfIssue?: DateResult<StringResult>;
894
+ /**
895
+ * The date of expiry of the document.
896
+ *
897
+ */
898
+ dateOfExpiry?: DateResult<StringResult>;
899
+ /**
900
+ * Determines if date of expiry is permanent.
901
+ *
902
+ */
903
+ dateOfExpiryPermanent?: boolean;
904
+ /**
905
+ * The document number.
906
+ *
907
+ */
908
+ documentNumber?: StringResult;
909
+ /**
910
+ * The personal identification number.
911
+ *
912
+ */
913
+ personalIdNumber?: StringResult;
914
+ /**
915
+ * The additional number of the document.
916
+ *
917
+ */
918
+ documentAdditionalNumber?: StringResult;
919
+ /**
920
+ * The one more additional number of the document.
921
+ *
922
+ */
923
+ documentOptionalAdditionalNumber?: StringResult;
924
+ /**
925
+ * The additional personal identification number.
926
+ *
927
+ */
928
+ additionalPersonalIdNumber?: StringResult;
929
+ /**
930
+ * The issuing authority of the document.
931
+ *
932
+ */
933
+ issuingAuthority?: StringResult;
934
+ /**
935
+ * The visa type of the document.
936
+ *
937
+ */
938
+ visaType?: StringResult;
939
+ /**
940
+ * The driver license detailed info.
941
+ *
942
+ */
943
+ driverLicenseDetailedInfo?: DriverLicenseDetailedInfo<StringResult>;
944
+ /**
945
+ * The transcription of the document subtype.
946
+ *
947
+ */
948
+ documentSubtype?: StringResult;
949
+ /**
950
+ * The remarks on the residence permit.
951
+ *
952
+ */
953
+ remarks?: StringResult;
954
+ /**
955
+ * The residence permit type.
956
+ */
957
+ residencePermitType?: StringResult;
958
+ /**
959
+ * The manufacturing year.
960
+ *
961
+ */
962
+ manufacturingYear?: StringResult;
963
+ /**
964
+ * The vehicle type.
965
+ *
966
+ */
967
+ vehicleType?: StringResult;
968
+ /**
969
+ * The eligibility category.
970
+ *
971
+ */
972
+ eligibilityCategory?: StringResult;
973
+ /**
974
+ * The specific document validity.
975
+ *
976
+ */
977
+ specificDocumentValidity?: StringResult;
978
+ /**
979
+ * The dependents info.
980
+ *
981
+ */
982
+ dependentsInfo?: DependentInfo[];
983
+ /**
984
+ * The vehicle owner.
985
+ *
986
+ */
987
+ vehicleOwner?: StringResult;
988
+ /**
989
+ *
990
+ * @param nativeVizResult
991
+ *
992
+ */
993
+ constructor(nativeVizResult: any);
994
+ }
995
+ /**
996
+ * Represents the result of the MRZ recognition.
997
+ *
998
+ */
999
+ export declare class MrzResult {
1000
+ /**
1001
+ * The entire Machine Readable Zone text from ID.
1002
+ *
1003
+ */
1004
+ rawMRZString?: string;
1005
+ /**
1006
+ * The document code. Document code contains two characters.
1007
+ * For MRTD the first character shall be A, C or I.
1008
+ *
1009
+ * The second character shall be discretion of the issuing State or organization except
1010
+ * that V shall not be used, and `C` shall not be used after `A` except in the crew member certificate.
1011
+ *
1012
+ * On machine-readable passports (MRP) first character shall be `P` to designate an MRP. One additional
1013
+ * letter may be used, at the discretion of the issuing State or organization, to designate a particular
1014
+ * MRP.
1015
+ *
1016
+ * If the second character position is not used for this purpose, it shall be filled by the filter character.
1017
+ */
1018
+ documentCode?: string;
1019
+ /**
1020
+ * Three-letter or two-letter code which indicate the issuing State. Three-letter codes are based
1021
+ * on Aplha-3 codes for entities specified in ISO 3166-1, with extensions for certain States.
1022
+ *
1023
+ * Two-letter codes are based on Aplha-2 codes for entities specified in ISO 3166-1, with extensions for certain States.
1024
+ */
1025
+ issuer?: string;
1026
+ /**
1027
+ * The document number.
1028
+ *
1029
+ */
1030
+ documentNumber?: string;
1031
+ /**
1032
+ * The first optional data. Empty string if not available.
1033
+ *
1034
+ */
1035
+ opt1?: string;
1036
+ /**
1037
+ * The second optional data. Empty string if not available.
1038
+ *
1039
+ */
1040
+ opt2?: string;
1041
+ /**
1042
+ * The gender of the document holder.
1043
+ *
1044
+ * Gender is specified by use of the single initial.
1045
+ */
1046
+ gender?: string;
1047
+ /**
1048
+ * The nationality of the document holder represented by a three-letter or two-letter code.
1049
+ *
1050
+ * Three-letter codes are based on Alpha-3 codes for entities specified in ISO 3166-1, with extensions for certain States.
1051
+ *
1052
+ * Two-letter codes are based on Aplha-2 codes for entities specified in ISO 3166-1, with extensions for certain States.
1053
+ */
1054
+ nationality?: string;
1055
+ /**
1056
+ * The primary indentifier.
1057
+ *
1058
+ * If there is more than one component, they are separated with space.
1059
+ */
1060
+ primaryID?: string;
1061
+ /**
1062
+ * The secondary identifier.
1063
+ *
1064
+ * If there is more than one component, they are separated with space.
1065
+ */
1066
+ secondaryID?: string;
1067
+ /**
1068
+ * The full issuer name that is expanded from the three-letter or two-letter code which indicate
1069
+ * the issuing State.
1070
+ *
1071
+ */
1072
+ issuerName?: string;
1073
+ /**
1074
+ * The full nationality of the document holder, which is expanded from the three-letter or two-letter
1075
+ * nationality code.
1076
+ */
1077
+ nationalityName?: string;
1078
+ /**
1079
+ * Whether the MRZ is verified.
1080
+ *
1081
+ * If the MRZ is verified, it means that all check digits are correct.
1082
+ */
1083
+ verified?: boolean;
1084
+ /**
1085
+ * The date of birth of the document holder.
1086
+ *
1087
+ */
1088
+ dateOfBirth?: DateResult<string>;
1089
+ /**
1090
+ * The date of expiry of the document.
1091
+ *
1092
+ */
1093
+ dateOfExpiry?: DateResult<string>;
1094
+ /**
1095
+ * The type of the document.
1096
+ *
1097
+ */
1098
+ documentType?: MRZDocumentType;
1099
+ /**
1100
+ * The sanitized first optional data.
1101
+ *
1102
+ * Result without additional '<' characters if they exist.
1103
+ */
1104
+ sanitizedOpt1?: string;
1105
+ /**
1106
+ * The sanitized second optional data.
1107
+ *
1108
+ * Result without additional '<' characters if they exist.
1109
+ */
1110
+ sanitizedOpt2?: string;
1111
+ /**
1112
+ * The sanitized nationality.
1113
+ *
1114
+ * Result without additional '<' characters if they exist.
1115
+ */
1116
+ sanitizedNationality?: string;
1117
+ /**
1118
+ * The sanitized issuer.
1119
+ *
1120
+ * Result without additional '<' characters if they exist.
1121
+ */
1122
+ sanitizedIssuer?: string;
1123
+ /**
1124
+ * The sanitized document code.
1125
+ *
1126
+ * Result without additional '<' characters if they exist.
1127
+ */
1128
+ sanitizedDocumentCode?: string;
1129
+ /**
1130
+ * The sanitized document number.
1131
+ *
1132
+ * Result without additional '<' characters if they exist.
1133
+ */
1134
+ sanitizedDocumentNumber?: string;
1135
+ /**
1136
+ *
1137
+ * @param nativeMrzResult
1138
+ *
1139
+ */
1140
+ constructor(nativeMrzResult: any);
1141
+ }
1142
+ /**
1143
+ * Represents the data extracted from the barcode.
1144
+ *
1145
+ */
1146
+ export declare class BarcodeResult {
1147
+ /**
1148
+ * The raw, unparsed barcode data.
1149
+ *
1150
+ */
1151
+ barcodeData?: BarcodeData;
1152
+ /**
1153
+ * The first name of the document owner.
1154
+ *
1155
+ */
1156
+ firstName?: string;
1157
+ /**
1158
+ * The middle name of the document owner.
1159
+ *
1160
+ */
1161
+ middleName?: string;
1162
+ /**
1163
+ * The last name of the document owner.
1164
+ *
1165
+ */
1166
+ lastName?: string;
1167
+ /**
1168
+ * The full name of the document owner.
1169
+ *
1170
+ */
1171
+ fullName?: string;
1172
+ /**
1173
+ * The additional name information of the document owner.
1174
+ *
1175
+ */
1176
+ additionalNameInformation?: string;
1177
+ /**
1178
+ * The address of the document owner.
1179
+ *
1180
+ */
1181
+ address?: string;
1182
+ /**
1183
+ * The place of birth of the document owner.
1184
+ *
1185
+ */
1186
+ placeOfBirth?: string;
1187
+ /**
1188
+ * The nationality of the document owner.
1189
+ *
1190
+ */
1191
+ nationality?: string;
1192
+ /**
1193
+ * The race of the document owner.
1194
+ *
1195
+ */
1196
+ race?: string;
1197
+ /**
1198
+ * The religion of the document owner.
1199
+ *
1200
+ */
1201
+ religion?: string;
1202
+ /**
1203
+ * The profession of the document owner.
1204
+ *
1205
+ */
1206
+ profession?: string;
1207
+ /**
1208
+ * The marital status of the document owner.
1209
+ *
1210
+ */
1211
+ maritalStatus?: string;
1212
+ /**
1213
+ * The residential status of the document owner.
1214
+ *
1215
+ */
1216
+ residentialStatus?: string;
1217
+ /**
1218
+ * The employer of the document owner.
1219
+ *
1220
+ */
1221
+ employer?: string;
1222
+ /**
1223
+ * The sex of the document owner.
1224
+ *
1225
+ */
1226
+ sex?: string;
1227
+ /**
1228
+ * The date of birth of the document owner.
1229
+ *
1230
+ */
1231
+ dateOfBirth?: DateResult<string>;
1232
+ /**
1233
+ * The date of issue of the document.
1234
+ *
1235
+ */
1236
+ dateOfIssue?: DateResult<string>;
1237
+ /**
1238
+ * The date of expiry of the document.
1239
+ *
1240
+ */
1241
+ dateOfExpiry?: DateResult<string>;
1242
+ /**
1243
+ * The document number.
1244
+ *
1245
+ */
1246
+ documentNumber?: string;
1247
+ /**
1248
+ * The personal identification number.
1249
+ *
1250
+ */
1251
+ personalIdNumber?: string;
1252
+ /**
1253
+ * The additional number of the document.
1254
+ *
1255
+ */
1256
+ documentAdditionalNumber?: string;
1257
+ /**
1258
+ * The issuing authority of the document.
1259
+ *
1260
+ */
1261
+ issuingAuthority?: string;
1262
+ /**
1263
+ * The details about the address of the document owner.
1264
+ *
1265
+ */
1266
+ addressDetailedInfo?: AddressDetailedInfo;
1267
+ /**
1268
+ * The driver license detailed info.
1269
+ *
1270
+ */
1271
+ driverLicenseDetailedInfo?: DriverLicenseDetailedInfo<string>;
1272
+ /**
1273
+ * Document specific extended elements that contain all barcode fields in their original form.
1274
+ *
1275
+ * Currently this is only filled for AAMVACompliant documents.
1276
+ */
1277
+ extendedElements?: BarcodeExtendedElements;
1278
+ /**
1279
+ *
1280
+ * @param nativeBarcodeResult
1281
+ */
1282
+ constructor(nativeBarcodeResult: any);
1283
+ }
1284
+ /**
1285
+ * Represents the raw, unparsed data extracted from a scanned barcode.
1286
+ *
1287
+ */
1288
+ export declare class BarcodeData {
1289
+ /**
1290
+ * Type of the scanned barcode.
1291
+ *
1292
+ */
1293
+ barcodeType?: BarcodeType;
1294
+ /**
1295
+ * Raw bytes of the barcode content.
1296
+ *
1297
+ */
1298
+ rawData?: string;
1299
+ /**
1300
+ * String representation of the barcode content.
1301
+ *
1302
+ */
1303
+ stringData?: string;
1304
+ /**
1305
+ * Whether the barcode data is uncertain, i.e. if scanned barcode was incomplete or has parts of it missing.
1306
+ *
1307
+ */
1308
+ uncertain?: boolean;
1309
+ /**
1310
+ *
1311
+ * @param nativeBarcodeData - specifies the barcode data obtained from the native SDK.
1312
+ */
1313
+ constructor(nativeBarcodeData: any);
1314
+ }
1315
+ /**
1316
+ * Detailed information about the address.
1317
+ *
1318
+ */
1319
+ export declare class AddressDetailedInfo {
1320
+ /**
1321
+ * he address street portion of the document owner.
1322
+ *
1323
+ */
1324
+ street?: string;
1325
+ /**
1326
+ * The address postal code portion of the document owner.
1327
+ *
1328
+ */
1329
+ postalCode?: string;
1330
+ /**
1331
+ * The address city portion of the document owner.
1332
+ *
1333
+ */
1334
+ city?: string;
1335
+ /**
1336
+ * The address jurisdiction code portion of the document owner.
1337
+ *
1338
+ */
1339
+ jurisdiction?: string;
1340
+ /**
1341
+ *
1342
+ * @param nativeAddressDetailedInfo - specificies the address detailed info obtained from the native SDK.
1343
+ *
1344
+ */
1345
+ constructor(nativeAddressDetailedInfo: any);
1346
+ }
1347
+ /**
1348
+ * Represents the fields present in the barcode.
1349
+ * Currently this is only used for AAMVACompliant documents.
1350
+ */
1351
+ export declare class BarcodeExtendedElements {
1352
+ /**
1353
+ * Mandatory on all AAMVA and Magnetic barcodes.
1354
+ * On compact barcodes, use kFullAddress.
1355
+ *
1356
+ * City portion of the cardholder address.
1357
+ */
1358
+ addressCity?: string;
1359
+ /**
1360
+ * Mandatory on all AAMVA and Magnetic barcodes.
1361
+ * On compact barcodes, use kFullAddress.
1362
+ *
1363
+ * State portion of the cardholder address.
1364
+ */
1365
+ addressJurisdictionCode?: string;
1366
+ /**
1367
+ * Mandatory on all AAMVA and Magnetic barcodes.
1368
+ * On compact barcodes, use kFullAddress.
1369
+ *
1370
+ * Postal code portion of the cardholder address in the U.S. and Canada.
1371
+ * If the trailing portion of the postal code in the U.S. is not known, zeros can be used
1372
+ * to fill the trailing set of numbers up to nine (9) digits.
1373
+ */
1374
+ addressPostalCode?: string;
1375
+ /**
1376
+ * Mandatory on all AAMVA and Magnetic barcodes.
1377
+ * On compact barcodes, use kFullAddress.
1378
+ *
1379
+ * Street portion of the cardholder address.
1380
+ * The place where the registered driver of a vehicle (individual or corporation)
1381
+ * may be contacted such as a house number, street address, etc.
1382
+ */
1383
+ addressStreet?: string;
1384
+ /**
1385
+ * Optional on all AAMVA barcodes.
1386
+ * On Compact barcodes, use kFullAddress.
1387
+ *
1388
+ * Second line of street portion of the cardholder address.
1389
+ */
1390
+ addressStreet2?: string;
1391
+ /**
1392
+ * Optional on AAMVA 01. (MMDDCCYY format)
1393
+ *
1394
+ * ALTERNATIVE DATES(S) given as date of birth.
1395
+ */
1396
+ akaDateOfBirth?: string;
1397
+ /**
1398
+ * Optional on all AAMVA and Compact barcodes.
1399
+ * Other family name by which the cardholder is known.
1400
+ */
1401
+ akaFamilyName?: string;
1402
+ /**
1403
+ * Optional on all AAMVA and Compact barcodes.
1404
+ *
1405
+ * Other name by which the cardholder is known. ALTERNATIVE NAME(S) of the individual
1406
+ * holding the Driver License or ID.
1407
+ *
1408
+ * The Name field contains up to four portions, separated with the "," delimiter:
1409
+ * AKA Last Name (required)
1410
+ * , (required)
1411
+ * AKA First Name (required)
1412
+ * , (required if other name portions follow, otherwise optional)
1413
+ * AKA Middle Name(s) (optional)
1414
+ * , (required if other name portions follow, otherwise optional)
1415
+ * AKA Suffix (optional)
1416
+ * , (optional)
1417
+ *
1418
+ * If the individual has more than one AKA middle name they are separated with space.
1419
+ */
1420
+ akaFullName?: string;
1421
+ /**
1422
+ * Optional on all AAMVA and Compact barcodes.
1423
+ *
1424
+ * Other given name by which the cardholder is known
1425
+ */
1426
+ akaGivenName?: string;
1427
+ /**
1428
+ * Optional on AAMVA 01 barcodes.
1429
+ *
1430
+ * ALTERNATIVE MIDDLE NAME(s) or INITIALS of the individual holding the Driver License or ID.
1431
+ * Hyphenated names acceptable, spaces between names acceptable, but no other
1432
+ * use of special symbols.
1433
+ */
1434
+ akaMiddleName?: string;
1435
+ /**
1436
+ * Optional on AAMVA 01 barcodes.
1437
+ *
1438
+ * ALTERNATIVE PREFIX to Driver Name. Freeform as defined by issuing jurisdiction.
1439
+ */
1440
+ akaPrefixName?: string;
1441
+ /**
1442
+ * Optional on AAMVA version 01.
1443
+ *
1444
+ * Driver "AKA" Social Security Number. FORMAT SAME AS DRIVER SOC SEC NUM. ALTERNATIVE NUMBERS(S) used as SS NUM.
1445
+ */
1446
+ akaSocialSecurityNumber?: string;
1447
+ /**
1448
+ * Optional on all AAMVA and Compact barcodes.
1449
+ *
1450
+ * Other suffix by which the cardholder is known.
1451
+
1452
+ * The Suffix Code Portion, if submitted, can contain only the Suffix Codes
1453
+ * shown in the following table (e.g., Andrew Johnson, III = JOHNSON@ANDREW@@3RD):
1454
+ *
1455
+ * Suffix Meaning or Synonym
1456
+ * JR Junior
1457
+ * SR Senior or Esquire 1ST First
1458
+ * 2ND Second
1459
+ * 3RD Third
1460
+ * 4TH Fourth
1461
+ * 5TH Fifth
1462
+ * 6TH Sixth
1463
+ * 7TH Seventh
1464
+ * 8TH Eighth
1465
+ * 9TH Ninth
1466
+ */
1467
+ akaSuffixName?: string;
1468
+ /**
1469
+ * Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.
1470
+ *
1471
+ * A string of letters and/or numbers that identifies when, where, and by whom a driver's
1472
+ * license/ID card was made. If audit information is not used on the card or the MRT, it
1473
+ * must be included in the driver record.
1474
+ */
1475
+ auditInformation?: string;
1476
+ /**
1477
+ * Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.
1478
+ *
1479
+ * DHS required field that indicates date of the most recent version change or
1480
+ * modification to the visible format of the DL/ID. (MMDDCCYY format)
1481
+ */
1482
+ cardRevisionDate?: string;
1483
+ /**
1484
+ * Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.
1485
+ *
1486
+ * DHS required field that indicates compliance: "M" = materially compliant,
1487
+ * "F" = fully compliant, and, "N" = non-compliant.
1488
+ */
1489
+ complianceType?: string;
1490
+ /**
1491
+ * Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.
1492
+ *
1493
+ * Country in which DL/ID is issued. U.S. = USA, Canada = CAN.
1494
+ */
1495
+ countryIdentification?: string;
1496
+ /**
1497
+ * Mandatory on all AAMVA, Magnetic and Compact barcodes.
1498
+ *
1499
+ * Family name of the cardholder. (Family name is sometimes also called "last name" or "surname.")
1500
+ * Collect full name for record, print as many characters as possible on portrait side of DL/ID.
1501
+ */
1502
+ customerFamilyName?: string;
1503
+ /**
1504
+ * Mandatory on all AAMVA and Compact barcodes.
1505
+ *
1506
+ * The number assigned or calculated by the issuing authority.
1507
+ */
1508
+ customerIdNumber?: string;
1509
+ /**
1510
+ * Mandatory on all AAMVA, Magnetic and Compact barcodes.
1511
+ *
1512
+ * First name of the cardholder.
1513
+ */
1514
+ customerFirstName?: string;
1515
+ /**
1516
+ * Mandatory on all AAMVA, Magnetic and Compact barcodes.
1517
+ *
1518
+ * Full name of the individual holding the Driver's License or ID.
1519
+ *
1520
+ * The Name field contains up to four portions, separated with the "," delimiter:
1521
+ * Last Name (required)
1522
+ * , (required)
1523
+ * First Name (required)
1524
+ * , (required if other name portions follow, otherwise optional)
1525
+ * Middle Name(s) (optional)
1526
+ * , (required if other name portions follow, otherwise optional)
1527
+ * Suffix (optional)
1528
+ * , (optional)
1529
+ *
1530
+ * If the individual has more than one middle name they are separated with space.
1531
+ */
1532
+ customerFullName?: string;
1533
+ /**
1534
+ * Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.
1535
+ * Optional on AAMVA 01, 02, 03, Magnetic and Compcat barcodes.
1536
+ *
1537
+ * Middle name(s) of the cardholder. In the case of multiple middle names they
1538
+ * shall be separated by space " ".
1539
+ */
1540
+ customerMiddleName?: string;
1541
+ /**
1542
+ * Optional on compact barcodes.
1543
+ *
1544
+ * Document discriminator.
1545
+ */
1546
+ dataDiscriminator?: string;
1547
+ /**
1548
+ * Mandatory on all AAMVA, Magnetic and Compact barcodes.
1549
+ *
1550
+ * Date on which the cardholder was born. (MMDDCCYY format)
1551
+ */
1552
+ dateOfBirth?: string;
1553
+ /**
1554
+ * Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Magnetic barcodes.
1555
+ * Optional on Compact barcodes.
1556
+ *
1557
+ * Number must uniquely identify a particular document issued to that customer
1558
+ * from others that may have been issued in the past. This number may serve
1559
+ * multiple purposes of document discrimination, audit info, and/or inventory control.
1560
+ */
1561
+ documentDiscriminator?: string;
1562
+ /**
1563
+ * Mandatory on all AAMVA, Magnetic and Compact barcodes.
1564
+ *
1565
+ * Date on which the document expires. (MMDDCCYY format)
1566
+ * If the document is non expiring then "Non expiring" is written in this field.
1567
+ */
1568
+ documentExpirationDate?: string;
1569
+ /**
1570
+ * Optional on Magnetic barcodes.
1571
+ *
1572
+ * Month on which the driving and identification privileges granted by the document are no longer valid.
1573
+ */
1574
+ documentExpirationMonth?: string;
1575
+ /**
1576
+ * Mandatory on all AAMVA and Compact barcodes.
1577
+ *
1578
+ * Date on which the document was issued. (MMDDCCYY format)
1579
+ */
1580
+ documentIssueDate?: string;
1581
+ /**
1582
+ * Optional on Magnetic barcodes.
1583
+ *
1584
+ * Field that indicates that the driving and identification privileges granted by the
1585
+ * document are nonexpiring = "1".
1586
+ */
1587
+ documentNonexpiring?: string;
1588
+ /**
1589
+ * Mandatory on all driver's licenses.
1590
+ * All barcodes which are using 3-track magnetic stripe encoding used in the interest of smoothing a transition from legacy documents
1591
+ * shall be designated as "Magnetic". All barcodes which are using compact encoding
1592
+ * compliant with ISO/IEC 18013-2 shall be designated as "Compact". All barcodes (majority)
1593
+ * compliant with Mandatory PDF417 Bar Code of the American Association of Motor Vehicle
1594
+ * Administrators (AAMVA) Card Design Standard from AAMVA DL/ID-2000 standard to DL/ID-2013
1595
+ * shall be designated as "AAMVA".
1596
+ */
1597
+ documentType?: string;
1598
+ /**
1599
+ * Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 barcodes.
1600
+ * Optional on AAMVA 01, Magnetic and Compact barcodes.
1601
+ *
1602
+ * Color of cardholder's eyes. (ANSI D-20 codes)
1603
+ * Code Description
1604
+ * BLK Black
1605
+ * BLU Blue
1606
+ * BRO Brown
1607
+ * GRY Gray
1608
+ * GRN Green
1609
+ * HAZ Hazel
1610
+ * MAR Maroon
1611
+ * PNK Pink
1612
+ * DIC Dichromatic
1613
+ * UNK Unknown
1614
+ */
1615
+ eyeColor?: string;
1616
+ /**
1617
+ * Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.
1618
+ * Optional on Compact barcodes.
1619
+ * A code that indicates whether a field has been truncated (T), has not been
1620
+ * truncated (N), or – unknown whether truncated (U).
1621
+ */
1622
+ familyNameTruncation?: string;
1623
+ /**
1624
+ * Mandatory on AAMVA versions 02 and 03.
1625
+ *
1626
+ * Federally established codes for vehicle categories, endorsements, and restrictions
1627
+ * that are generally applicable to commercial motor vehicles. If the vehicle is not a
1628
+ * commercial vehicle, "NONE" is to be entered.
1629
+ */
1630
+ federalCommercialVehicleCodes?: string;
1631
+ /**
1632
+ * Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.
1633
+ * Optional on Compact barcodes.
1634
+ *
1635
+ * A code that indicates whether a field has been truncated (T), has not been
1636
+ * truncated (N), or – unknown whether truncated (U).
1637
+ */
1638
+ firstNameTruncation?: string;
1639
+ /**
1640
+ * Mandatory on all AAMVA and Magnetic barcodes.
1641
+ * Optional on Compact barcodes.
1642
+ *
1643
+ * Full address of the individual holding the Driver's License or ID.
1644
+ *
1645
+ * The full address field contains up to four portions, separated with the "," delimiter:
1646
+ * Street Address (required)
1647
+ * , (required if other address portions follow, otherwise optional)
1648
+ * City (optional)
1649
+ * , (required if other address portions follow, otherwise optional)
1650
+ * Jurisdiction Code (optional)
1651
+ * , (required if other address portions follow, otherwise optional)
1652
+ * ZIP - Postal Code (optional)
1653
+ */
1654
+ fullAddress?: string;
1655
+ /**
1656
+ * Optional on all AAMVA, Magnetic and Compact barcodes.
1657
+ *
1658
+ * Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing
1659
+ * jurisdiction wishes to abbreviate colors, the three-character codes provided in ANSI D20 must be
1660
+ * used.
1661
+ *
1662
+ * Code Description
1663
+ * BAL Bald
1664
+ * BLK Black
1665
+ * BLN Blond
1666
+ * BRO Brown
1667
+ * GRY Grey
1668
+ * RED Red/Auburn
1669
+ * SDY Sandy
1670
+ * WHI White
1671
+ * UNK Unknown
1672
+ */
1673
+ hairColor?: string;
1674
+ /**
1675
+ * Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.
1676
+ * Optional on AAMVA 01 and Magnetic barcodes.
1677
+ *
1678
+ * Height of cardholder, either in Inches or in Centimeters.
1679
+ *
1680
+ * Inches (in): number of inches followed by " in"
1681
+ * example: 6'1'' = "73 in"
1682
+ *
1683
+ * Centimeters (cm): number of centimeters followed by " cm"
1684
+ * example: 181 centimeters = "181 cm"
1685
+ */
1686
+ height?: string;
1687
+ /**
1688
+ * Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.
1689
+ * Optional on AAMVA 01 and Magnetic barcodes.
1690
+ *
1691
+ * Height of cardholder in Inches.
1692
+ * Example: 5'9'' = "69".
1693
+ *
1694
+ */
1695
+ heightIn?: string;
1696
+ /**
1697
+ * Mandatory on AAMVA 02, 03, 04, 05, 06, 07, 08 Compact barcodes.
1698
+ * Optional on AAMVA 01 and Magnetic barcodes.
1699
+ *
1700
+ * Height of cardholder in Centimeters.
1701
+ * Example: 180 Centimeters = "180".
1702
+ */
1703
+ heightCm?: string;
1704
+ /**
1705
+ * Mandatory on all AAMVA, Magnetic and Compact barcodes.
1706
+ *
1707
+ * This number uniquely identifies the issuing jurisdiction and can
1708
+ * be obtained by contacting the ISO Issuing Authority (AAMVA)
1709
+ */
1710
+ issuerIdentificationNumber?: string;
1711
+ /**
1712
+ * Optional on all AAMVA barcodes.
1713
+ * Mandatory on Compact barcodes.
1714
+ *
1715
+ * Jurisdictions may define a subfile to contain jurisdiction-specific information.
1716
+ * These subfiles are designated with the first character of “Z” and the second
1717
+ * character is the first letter of the jurisdiction's name. For example, "ZC" would
1718
+ * be the designator for a California or Colorado jurisdiction-defined subfile, "ZQ"
1719
+ * would be the designator for a Quebec jurisdiction-defined subfile. In the case of
1720
+ * a jurisdiction-defined subfile that has a first letter that could be more than
1721
+ * one jurisdiction (e.g. California, Colorado, Connecticut) then other data, like
1722
+ * the IIN or address, must be examined to determine the jurisdiction.
1723
+ *
1724
+ */
1725
+ issuingJurisdiction?: string;
1726
+ /**
1727
+ * Optional on all AAMVA and Magnetic barcodes.
1728
+ *
1729
+ * Name of issuing jurisdiction, for example: Alabama, Alaska ...
1730
+ */
1731
+ issuingJurisdictionName?: string;
1732
+ /**
1733
+ * Mandatory on all AAMVA barcodes.
1734
+ * Optional on Magnetic barcodes.
1735
+ *
1736
+ * Jurisdiction-specific codes that represent additional privileges
1737
+ * granted to the cardholder beyond the vehicle class (such as transportation of
1738
+ * passengers, hazardous materials, operation of motorcycles, etc.).
1739
+ */
1740
+ jurisdictionEndorsementCodes?: string;
1741
+ /**
1742
+ * Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.
1743
+ *
1744
+ * Text that explains the jurisdiction-specific code(s) that indicates additional
1745
+ * driving privileges granted to the cardholder beyond the vehicle class.
1746
+ */
1747
+ jurisdictionEndorsmentCodeDescription?: string;
1748
+ /**
1749
+ * Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.
1750
+ *
1751
+ * Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges.
1752
+ */
1753
+ jurisdictionRestrictionCodeDescription?: string;
1754
+ /**
1755
+ * Mandatory on all AAMVA barcodes.
1756
+ * Optional on Magnetic barcodes.
1757
+ *
1758
+ * Jurisdiction-specific codes that represent additional privileges
1759
+ * granted to the cardholder beyond the vehicle class (such as transportation of
1760
+ * passengers, hazardous materials, operation of motorcycles, etc.).
1761
+ */
1762
+ jurisdictionRestrictionCodes?: string;
1763
+ /**
1764
+ * Mandatory on all AAMVA and Magnetic barcodes.
1765
+ *
1766
+ * Jurisdiction-specific vehicle class / group code, designating the type
1767
+ * of vehicle the cardholder has privilege to drive.
1768
+ */
1769
+ jurisdictionVehicleClass?: string;
1770
+ /**
1771
+ * Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.
1772
+ *
1773
+ * Text that explains the jurisdiction-specific code(s) for classifications
1774
+ * of vehicles cardholder is authorized to drive.
1775
+ */
1776
+ jurisdictionVehicleClassificationDescription?: string;
1777
+ /**
1778
+ * Mandatory on all AAMVA and Compact barcodes.
1779
+ * Optional on Magnetic barcodes.
1780
+ *
1781
+ * Jurisdiction Version Number: This is a decimal value between 0 and 99 that
1782
+ * specifies the jurisdiction version level of the PDF417 barcode format.
1783
+ * Notwithstanding iterations of this standard, jurisdictions implement incremental
1784
+ * changes to their barcodes, including new jurisdiction-specific data, compression
1785
+ * algorithms for digitized images, digital signatures, or new truncation
1786
+ * conventions used for names and addresses. Each change to the barcode format
1787
+ * within each AAMVA version (above) must be noted, beginning with Jurisdiction
1788
+ * Version 00.
1789
+ */
1790
+ jurisdictionVersionNumber?: string;
1791
+ /**
1792
+ * Optional on AAMVA 04, 05, 06, 07, 08 and Compact barcodes.
1793
+ *
1794
+ * DHS required field that indicates that the cardholder has temporary lawful status = "1".
1795
+ */
1796
+ limitedDurationDocument?: string;
1797
+ /**
1798
+ * Optional on AAMVA version 01.
1799
+ *
1800
+ * Medical Indicator/Codes.
1801
+ * STATE SPECIFIC. Freeform, Standard "TBD"
1802
+ */
1803
+ medicalIndicator?: string;
1804
+ /**
1805
+ * Mandatory on AAMVA 04, 05, 06, 07, 08 barcodes.
1806
+ *
1807
+ * A code that indicates whether a field has been truncated (T), has not been
1808
+ * truncated (N), or – unknown whether truncated (U).
1809
+ */
1810
+ middleNameTruncation?: string;
1811
+ /**
1812
+ * Optional on AAMVA 01 barcodes.
1813
+ *
1814
+ * PREFIX to Driver Name. Freeform as defined by issuing jurisdiction.
1815
+ */
1816
+ namePrefix?: string;
1817
+ /**
1818
+ * Mandatory on AAMVA 02 barcodes.
1819
+ * Optional on AAMVA 01, 03, 04, 05, 06, 07, 08, Magnetic and Compact barcodes.
1820
+ *
1821
+ * Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.),
1822
+ * the suffix must be collected and displayed on the DL/ID and in the MRT).
1823
+ * - JR (Junior)
1824
+ * - SR (Senior)
1825
+ * - 1ST or I (First)
1826
+ * - 2ND or II (Second)
1827
+ * - 3RD or III (Third)
1828
+ * - 4TH or IV (Fourth)
1829
+ * - 5TH or V (Fifth)
1830
+ * - 6TH or VI (Sixth)
1831
+ * - 7TH or VII (Seventh)
1832
+ * - 8TH or VIII (Eighth)
1833
+ * - 9TH or IX (Ninth)
1834
+ */
1835
+ nameSuffix?: string;
1836
+ /**
1837
+ * Optional on AAMVA version 01.
1838
+ *
1839
+ * Non-Resident Indicator. "Y". Used by some jurisdictions to indicate holder of the document is a non-resident.
1840
+ */
1841
+ nonResident?: string;
1842
+ /**
1843
+ * Optional on AAMVA version 01.
1844
+ *
1845
+ * Number of duplicate cards issued for a license or ID if any.
1846
+ */
1847
+ numberOfDuplicates?: string;
1848
+ /**
1849
+ * Optional on AAMVA 01, 06, 07, 08 barcodes.
1850
+ *
1851
+ * Field that indicates that the cardholder is an organ donor = "1".
1852
+ */
1853
+ organDonor?: string;
1854
+ /**
1855
+ * Optional on AAMVA version 01 barcodes.
1856
+ *
1857
+ * Driver Permit Expiration Date. MMDDCCYY format. Date permit expires.
1858
+ */
1859
+ permitExpirationDate?: string;
1860
+ /**
1861
+ * Optional on AAMVA version 01 barcodes..
1862
+ *
1863
+ * Type of permit.
1864
+ */
1865
+ permitIdentifier?: string;
1866
+ /**
1867
+ * Optional on AAMVA version 01 barcodes..
1868
+ *
1869
+ * Driver Permit Issue Date. MMDDCCYY format. Date permit was issued.
1870
+ */
1871
+ permitIssueDate?: string;
1872
+ /**
1873
+ * Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.
1874
+ *
1875
+ * Country and municipality and/or state/province.
1876
+ */
1877
+ placeOfBirth?: string;
1878
+ /**
1879
+ * Optional on AAMVA 02, 03, 04, 05, 06, 07, 08 and Compact barcodes.
1880
+ *
1881
+ * Codes for race or ethnicity of the cardholder, as defined in ANSI D20.
1882
+ *
1883
+ * Race:
1884
+ * Code Description
1885
+ * AI Alaskan or American Indian (Having Origins in Any of The Original Peoples of
1886
+ * North America, and Maintaining Cultural Identification Through Tribal
1887
+ * Affiliation of Community Recognition)
1888
+ * AP Asian or Pacific Islander (Having Origins in Any of the Original Peoples of
1889
+ * the Far East, Southeast Asia, or Pacific Islands. This Includes China, India,
1890
+ * Japan, Korea, the Philippines Islands, and Samoa)
1891
+ * BK Black (Having Origins in Any of the Black Racial Groups of Africa)
1892
+ * W White (Having Origins in Any of The Original Peoples of Europe, North Africa,
1893
+ * or the Middle East)
1894
+ *
1895
+ * Ethnicity:
1896
+ * Code Description
1897
+ * H Hispanic Origin (A Person of Mexican, Puerto Rican, Cuban, Central or South
1898
+ * American or Other Spanish Culture or Origin, Regardless of Race)
1899
+ * O Not of Hispanic Origin (Any Person Other Than Hispanic)
1900
+ * U Unknown
1901
+ */
1902
+ raceEthnicity?: string;
1903
+ /**
1904
+ * Optional on AAMVA version 01.
1905
+ *
1906
+ * Driver Residence City
1907
+ */
1908
+ residenceCity?: string;
1909
+ /**
1910
+ * Optional on AAMVA 01 barcodes.
1911
+ *
1912
+ * Full residence address of the individual holding the Driver's License or ID.
1913
+ * The full address field contains up to four portions, separated with the "," delimiter:
1914
+ * Residence Street Address (required)
1915
+ * , (required if other address portions follow, otherwise optional)
1916
+ * Residence City (optional)
1917
+ * , (required if other address portions follow, otherwise optional)
1918
+ * Residence Jurisdiction Code (optional)
1919
+ * , (required if other address portions follow, otherwise optional)
1920
+ * Residence ZIP - Residence Postal Code (optional)
1921
+ */
1922
+ residenceFullAddress?: string;
1923
+ /**
1924
+ * Optional on AAMVA version 01.
1925
+ *
1926
+ * Driver Residence Jurisdiction Code.
1927
+ */
1928
+ residenceJurisdictionCode?: string;
1929
+ /**
1930
+ * Optional on AAMVA 01 barcodes.
1931
+ *
1932
+ * Driver Residence Postal Code.
1933
+ */
1934
+ residencePostalCode?: string;
1935
+ /**
1936
+ * Optional on AAMVA version 01.
1937
+ *
1938
+ * Driver Residence Street Address 1.
1939
+ */
1940
+ residenceStreetAddress?: string;
1941
+ /**
1942
+ * Optional on AAMVA version 01.
1943
+ *
1944
+ * Driver Residence Street Address 2.
1945
+ */
1946
+ residenceStreetAddress2?: string;
1947
+ /**
1948
+ * Optional on Magnetic barcodes.
1949
+ *
1950
+ * Security version being used.
1951
+ */
1952
+ securityVersion?: string;
1953
+ /**
1954
+ * Mandatory on all AAMVA, Magnetic barcodes.
1955
+ * Optional on Compact barcodes.
1956
+ *
1957
+ * Gender of the cardholder. 1 = male, 2 = female.
1958
+ */
1959
+ sex?: string;
1960
+ /**
1961
+ * Optional on AAMVA version 01.
1962
+ *
1963
+ * The number assigned to the individual by the Social Security Administration.
1964
+ */
1965
+ socialSecurityNumber?: string;
1966
+ /**
1967
+ * Optional on all AAMVA barcodes.
1968
+ *
1969
+ * Standard endorsement code(s) for cardholder. See codes in D20. This data element is a
1970
+ * placeholder for future efforts to standardize endorsement codes.
1971
+ *
1972
+ * Code Description
1973
+ * H Hazardous Material - This endorsement is required for the operation of any vehicle
1974
+ * transporting hazardous materials requiring placarding, as defined by U.S.
1975
+ * Department of Transportation regulations.
1976
+ * L Motorcycles – Including Mopeds/Motorized Bicycles.
1977
+ *
1978
+ * N Tank - This endorsement is required for the operation of any vehicle transporting,
1979
+ * as its primary cargo, any liquid or gaseous material within a tank attached to the vehicle.
1980
+ *
1981
+ * O Other Jurisdiction Specific Endorsement(s) - This code indicates one or more
1982
+ * additional jurisdiction assigned endorsements.
1983
+ *
1984
+ * P Passenger - This endorsement is required for the operation of any vehicle used for
1985
+ * transportation of sixteen or more occupants, including the driver.
1986
+ *
1987
+ * S School Bus - This endorsement is required for the operation of a school bus. School bus means a
1988
+ * CMV used to transport pre-primary, primary, or secondary school students from home to school,
1989
+ * from school to home, or to and from school sponsored events. School bus does not include a
1990
+ * bus used as common carrier (49 CRF 383.5).
1991
+ *
1992
+ * T Doubles/Triples - This endorsement is required for the operation of any vehicle that would be
1993
+ * referred to as a double or triple.
1994
+ *
1995
+ * X Combined Tank/HAZ-MAT - This endorsement may be issued to any driver who qualifies for
1996
+ * both the N and H endorsements.
1997
+ */
1998
+ standardEndorsementCode?: string;
1999
+ /**
2000
+ * Optional on all AAMVA barcodes.
2001
+ *
2002
+ * Standard restriction code(s) for cardholder. See codes in D20. This data element is a placeholder
2003
+ * for future efforts to standardize restriction codes.
2004
+ *
2005
+ * Code Description
2006
+ * B Corrective Lenses
2007
+ * C Mechanical Devices (Special Brakes, Hand Controls, or Other Adaptive Devices)
2008
+ * D Prosthetic Aid
2009
+ * E Automatic Transmission
2010
+ * F Outside Mirror
2011
+ * G Limit to Daylight Only
2012
+ * H Limit to Employment
2013
+ * I Limited Other
2014
+ * J Other
2015
+ * K CDL Intrastate Only
2016
+ * L Vehicles without air brakes
2017
+ * M Except Class A bus
2018
+ * N Except Class A and Class B bus
2019
+ * O Except Tractor-Trailer
2020
+ * V Medical Variance Documentation Required
2021
+ * W Farm Waiver
2022
+ */
2023
+ standardRestrictionCode?: string;
2024
+ /**
2025
+ * Optional on all AAMVA barcodes.
2026
+ * Mandatory on Compact barcodes.
2027
+ *
2028
+ * Standard vehicle classification code(s) for cardholder. This data element is a
2029
+ * placeholder for future efforts to standardize vehicle classifications.
2030
+ */
2031
+ standardVehicleClassification?: string;
2032
+ /**
2033
+ * Mandatory on all driver's licenses.
2034
+ *
2035
+ * AAMVA Version Number: This is a decimal value between 0 and 99 that
2036
+ * specifies the version level of the PDF417 bar code format. Version "0" and "00"
2037
+ * is reserved for bar codes printed to the specification of the American Association
2038
+ * of Motor Vehicle Administrators (AAMVA) prior to the adoption of the AAMVA DL/ID-2000
2039
+ * standard.
2040
+ *
2041
+ * - All barcodes compliant with AAMVA DL/ID-2000 standard shall be designated Version "01."
2042
+ * - All barcodes compliant with AAMVA Card Design Specification version 1.0, dated 09-2003
2043
+ * shall be designated Version "02."
2044
+ * - All barcodes compliant with AAMVA Card Design Specification version 2.0, dated 03-2005
2045
+ * shall be designated Version "03."
2046
+ * - All barcodes compliant with AAMVA Card Design Standard version 1.0, dated 07-2009
2047
+ * shall be designated Version "04."
2048
+ * - All barcodes compliant with AAMVA Card Design Standard version 1.0, dated 07-2010
2049
+ * shall be designated Version "05."
2050
+ * - All barcodes compliant with AAMVA Card Design Standard version 1.0, dated 07-2011
2051
+ * shall be designated Version "06".
2052
+ * - All barcodes compliant with AAMVA Card Design Standard version 1.0, dated 06-2012
2053
+ * shall be designated Version "07".
2054
+ * - All barcodes compliant with this current AAMVA standard shall be designated "08".
2055
+ *
2056
+ * Should a need arise requiring major revision to the format, this field provides the
2057
+ * means to accommodate additional revision.
2058
+ *
2059
+ * If the document type is not "AAMVA", this field defines the version number of the
2060
+ * given document type's standard.
2061
+ */
2062
+ standardVersionNumber?: string;
2063
+ /**
2064
+ * Optional on AAMVA 05, 06, 07, 08 barcodes.
2065
+ * Date on which the cardholder turns 18 years old. (MMDDCCYY format)
2066
+ */
2067
+ under18?: string;
2068
+ /**
2069
+ * Optional on AAMVA 05, 06, 07, 08 barcodes.
2070
+ *
2071
+ * Date on which the cardholder turns 19 years old. (MMDDCCYY format)
2072
+ */
2073
+ under19?: string;
2074
+ /**
2075
+ * Optional on AAMVA 05, 06, 07, 08 barcodes.
2076
+ *
2077
+ * Date on which the cardholder turns 21 years old. (MMDDCCYY format)
2078
+ */
2079
+ under21?: string;
2080
+ /**
2081
+ * Optional on AAMVA version 01.
2082
+ *
2083
+ * A number or alphanumeric string used by some jurisdictions to identify a "customer" across multiple data bases.
2084
+ */
2085
+ uniqueCustomerId?: string;
2086
+ /**
2087
+ * Optional on AAMVA 07, 08 barcodes.
2088
+ *
2089
+ * Field that indicates that the cardholder is a veteran = "1"
2090
+ */
2091
+ veteran?: string;
2092
+ /**
2093
+ * Mandatory on AAMVA 02 barcodes.
2094
+ * Optional on AAMVA 01, 03, 04, 05, 06, 07, 08, Magnetic and Compact barcodes.
2095
+ *
2096
+ * Cardholder weight in kilograms Example: 84 kg = "084"
2097
+ */
2098
+ weightKilograms?: string;
2099
+ /**
2100
+ * Mandatory on AAMVA 02 barcodes.
2101
+ * Optional on AAMVA 01, 03, 04, 05, 06, 07, 08, Magnetic and Compact barcodes.
2102
+ *
2103
+ * Cardholder weight in pounds Example: 185 lb = "185"
2104
+ */
2105
+ weightPounds?: string;
2106
+ /**
2107
+ * Mandatory on AAMVA 02 barcodes.
2108
+ * Optional on AAMVA 01, 03, 04, 05, 06, 07, 08, Magnetic and Compact barcodes.
2109
+ *
2110
+ * Indicates the approximate weight range of the cardholder:
2111
+ * 0 = up to 31 kg (up to 70 lbs)
2112
+ * 1 = 32 – 45 kg (71 – 100 lbs)
2113
+ * 2 = 46 - 59 kg (101 – 130 lbs)
2114
+ * 3 = 60 - 70 kg (131 – 160 lbs)
2115
+ * 4 = 71 - 86 kg (161 – 190 lbs)
2116
+ * 5 = 87 - 100 kg (191 – 220 lbs)
2117
+ * 6 = 101 - 113 kg (221 – 250 lbs)
2118
+ * 7 = 114 - 127 kg (251 – 280 lbs)
2119
+ * 8 = 128 – 145 kg (281 – 320 lbs)
2120
+ * 9 = 146+ kg (321+ lbs)
2121
+ */
2122
+ weightRange?: string;
2123
+ /**
2124
+ *
2125
+ * @param nativeBarcodeExtendedElements - specifies the extended barcode elements obtained from the native SDK.
2126
+ */
2127
+ constructor(nativeBarcodeExtendedElements: any);
2128
+ }
2129
+ /**
2130
+ * Represents the mode of document scanning.
2131
+ *
2132
+ * This enum class defines whether the scanning process is limited to a single
2133
+ * side of the document or includes multiple sides, automatically identifying how many sides need to be scanned.
2134
+ */
2135
+ export declare enum ScanningMode {
2136
+ /**
2137
+ * Specifies the scanning process to be for single side only.
2138
+ *
2139
+ */
2140
+ Single = 0,
2141
+ /**
2142
+ * The default `ScanningMode`.
2143
+ *
2144
+ * Automatically determines the number of sides to scan.
2145
+ */
2146
+ Automatic = 1
2147
+ }
2148
+ /**
2149
+ * Represents the type of the alphabet used in the document.
2150
+ *
2151
+ */
2152
+ export declare enum AlphabetType {
2153
+ /**
2154
+ * The Latin alphabet type
2155
+ *
2156
+ */
2157
+ Latin = "latin",
2158
+ /**
2159
+ * The Arabic alphabet type
2160
+ *
2161
+ */
2162
+ Arabic = "arabic",
2163
+ /**
2164
+ * The Cyrillic alphabet type
2165
+ *
2166
+ */
2167
+ Cyrillic = "cyrillic",
2168
+ /**
2169
+ * The Greek alphabet type
2170
+ *
2171
+ */
2172
+ Greek = "greek"
2173
+ }
2174
+ /**
2175
+ * Represents the different levels of detection sensitivity.
2176
+ *
2177
+ * This enum class is used to configure detection thresholds and enable or
2178
+ * disable detection functionality.
2179
+ *
2180
+ * The levels range from turning detection
2181
+ * off completely to setting various levels of sensitivity (`Low`, `Mid`, `High`).
2182
+ */
2183
+ export declare enum DetectionLevel {
2184
+ /**
2185
+ * Disables the `DetectionLevel`
2186
+ *
2187
+ */
2188
+ Off = 0,
2189
+ /**
2190
+ * Sets the `DetectionLevel` to be less sensitive.
2191
+ *
2192
+ */
2193
+ Low = 1,
2194
+ /**
2195
+ * The default `DetectionLevel` sensitivity.
2196
+ *
2197
+ */
2198
+ Mid = 2,
2199
+ /**
2200
+ * Sets the `DetectionLevel` to be highly sensitive.
2201
+ *
2202
+ */
2203
+ High = 3
2204
+ }
2205
+ /**
2206
+ * Represents level of anonymization performed on the scanning result.
2207
+ *
2208
+ */
2209
+ export declare enum AnonymizationMode {
2210
+ /**
2211
+ * Anonymization will not be performed.
2212
+ *
2213
+ */
2214
+ None = "none",
2215
+ /**
2216
+ * Full document image is anonymized with black boxes covering sensitive data.
2217
+ *
2218
+ */
2219
+ ImageOnly = "imageOnly",
2220
+ /**
2221
+ * Result fields containing sensitive data are removed from result.
2222
+ *
2223
+ */
2224
+ ResultFieldsOnly = "resultFieldsOnly",
2225
+ /**
2226
+ * This mode is combination of `imageOnly` and `resultFieldsOnly` modes.
2227
+ *
2228
+ */
2229
+ FullResult = "fullResult"
2230
+ }
2231
+ /**
2232
+ * Represents possible recognition modes.
2233
+ *
2234
+ */
2235
+ export declare const enum RecognitionMode {
2236
+ /**
2237
+ * No recognition performed.
2238
+ *
2239
+ */
2240
+ None = "none",
2241
+ /**
2242
+ * Recognition of mrz document (does not include visa and passport).
2243
+ *
2244
+ */
2245
+ MrzId = "mrzId",
2246
+ /**
2247
+ * Recognition of visa mrz.
2248
+ *
2249
+ */
2250
+ MrzVisa = "mrzVisa",
2251
+ /**
2252
+ * Recognition of passport mrz.
2253
+ *
2254
+ */
2255
+ MrzPassport = "mrzPassport",
2256
+ PhotoId = "photoId",
2257
+ /**
2258
+ * Detailed document recognition.
2259
+ *
2260
+ */
2261
+ FullRecognition = "fullRecognition",
2262
+ /**
2263
+ * Recognition of barcode document.
2264
+ *
2265
+ */
2266
+ BarcodeId = "barcodeId"
2267
+ }
2268
+ /**
2269
+ * Define document side where the document field is located.
2270
+ *
2271
+ */
2272
+ export declare enum DocumentSide {
2273
+ /**
2274
+ * The field is located on the front side of the document
2275
+ *
2276
+ */
2277
+ Front = 0,
2278
+ /**
2279
+ * The field is located on the back side of the document
2280
+ *
2281
+ */
2282
+ Back = 1
2283
+ }
2284
+ /**
2285
+ * Represents the type of scanned barcode
2286
+ *
2287
+ */
2288
+ export declare enum BarcodeType {
2289
+ /**
2290
+ * No barcode was scanned
2291
+ *
2292
+ */
2293
+ None = 0,
2294
+ /**
2295
+ * QR code was scanned
2296
+ *
2297
+ */
2298
+ QrCode = 1,
2299
+ /**
2300
+ * Data Matrix 2D barcode was scanned
2301
+ *
2302
+ */
2303
+ DataMatrix = 2,
2304
+ /**
2305
+ * UPC E barcode was scanned
2306
+ *
2307
+ */
2308
+ Upce = 3,
2309
+ /**
2310
+ * UPC A barcode was scanned
2311
+ *
2312
+ */
2313
+ Upca = 4,
2314
+ /**
2315
+ * EAN 8 barcode was scanned
2316
+ *
2317
+ */
2318
+ Ean8 = 5,
2319
+ /**
2320
+ * EAN 13 barcode was scanned
2321
+ *
2322
+ */
2323
+ Ean13 = 6,
2324
+ /**
2325
+ * Code 128 barcode was scanned
2326
+ *
2327
+ */
2328
+ Code128 = 7,
2329
+ /**
2330
+ * Code 39 barcode was scanned
2331
+ *
2332
+ */
2333
+ Code39 = 8,
2334
+ /**
2335
+ * ITF barcode was scanned
2336
+ *
2337
+ */
2338
+ Itf = 9,
2339
+ /**
2340
+ * Aztec 2D barcode was scanned
2341
+ *
2342
+ */
2343
+ Aztec = 10,
2344
+ /**
2345
+ * PDF417 2D barcode was scanned
2346
+ *
2347
+ */
2348
+ Pdf417 = 11
2349
+ }
2350
+ /**
2351
+ * Represents the document type found on the Machine Readable Zone
2352
+ *
2353
+ */
2354
+ export declare enum MRZDocumentType {
2355
+ /**
2356
+ * Document type was not identified.
2357
+ *
2358
+ */
2359
+ Unknown = 0,
2360
+ /**
2361
+ * Identity card
2362
+ *
2363
+ */
2364
+ IdentityCard = 1,
2365
+ /**
2366
+ * Passport
2367
+ *
2368
+ */
2369
+ Passport = 2,
2370
+ /**
2371
+ * VISA
2372
+ *
2373
+ */
2374
+ Visa = 3,
2375
+ /**
2376
+ * Green card
2377
+ *
2378
+ */
2379
+ GreenCard = 4,
2380
+ /**
2381
+ * IIM13P Pass
2382
+ *
2383
+ */
2384
+ MysPassIMM13P = 5,
2385
+ /**
2386
+ * Driver license
2387
+ *
2388
+ */
2389
+ DriverLicense = 6,
2390
+ /**
2391
+ * Internal travel document
2392
+ *
2393
+ */
2394
+ InternalTravelDocument = 7,
2395
+ /**
2396
+ * Border crossing card
2397
+ *
2398
+ */
2399
+ BorderCrossingCard = 8
2400
+ }
2401
+ /**
2402
+ * Represents the side of the document being scanned.
2403
+ *
2404
+ */
2405
+ declare enum ScanningSide {
2406
+ /**
2407
+ * The first side of the scanned document
2408
+ *
2409
+ */
2410
+ First = 0,
2411
+ /**
2412
+ * The second side of the scanned document
2413
+ *
2414
+ */
2415
+ Second = 1
2416
+ }
2417
+ /**
2418
+ * Represents the type of the field used in data match.
2419
+ *
2420
+ */
2421
+ export declare enum DataMatchField {
2422
+ /**
2423
+ * The date of birth field.
2424
+ *
2425
+ */
2426
+ DateOfBirth = 0,
2427
+ /**
2428
+ * The date of expiry field.
2429
+ *
2430
+ */
2431
+ DateOfExpiry = 1,
2432
+ /**
2433
+ * The document number field.
2434
+ *
2435
+ */
2436
+ DocumentNumber = 2,
2437
+ /**
2438
+ * The document additional number field.
2439
+ *
2440
+ */
2441
+ DocumentAdditionalNumber = 3,
2442
+ /**
2443
+ * The document optional additional number field.
2444
+ *
2445
+ */
2446
+ DocumentOptionalAdditionalNumber = 4,
2447
+ /**
2448
+ * The personal ID number field.
2449
+ *
2450
+ */
2451
+ PersonalIdNumber = 5
2452
+ }
2453
+ /**
2454
+ * Represents the state of the data match.
2455
+ *
2456
+ */
2457
+ export declare enum DataMatchState {
2458
+ /**
2459
+ * Data matching has not been performed.
2460
+ *
2461
+ */
2462
+ NotPerformed = 0,
2463
+ /**
2464
+ * Data does not match.
2465
+ *
2466
+ */
2467
+ Failed = 1,
2468
+ /**
2469
+ * Data does match.
2470
+ *
2471
+ */
2472
+ Success = 2
2473
+ }
2474
+ /**
2475
+ * Document country.
2476
+ *
2477
+ */
2478
+ export declare enum Country {
2479
+ None = "none",
2480
+ Albania = "albania",
2481
+ Algeria = "algeria",
2482
+ Argentina = "argentina",
2483
+ Australia = "australia",
2484
+ Austria = "austria",
2485
+ Azerbaijan = "azerbaijan",
2486
+ Bahrain = "bahrain",
2487
+ Bangladesh = "bangladesh",
2488
+ Belgium = "belgium",
2489
+ BosniaAndHerzegovina = "bosniaAndHerzegovina",
2490
+ Brunei = "brunei",
2491
+ Bulgaria = "bulgaria",
2492
+ Bambodia = "bambodia",
2493
+ Canada = "canada",
2494
+ Chile = "chile",
2495
+ Colombia = "colombia",
2496
+ CostaRica = "costaRica",
2497
+ Croatia = "croatia",
2498
+ Cyprus = "cyprus",
2499
+ Czechia = "czechia",
2500
+ Denmark = "denmark",
2501
+ DominicanRepublic = "dominicanRepublic",
2502
+ Egypt = "egypt",
2503
+ Estonia = "estonia",
2504
+ Finland = "finland",
2505
+ France = "france",
2506
+ Georgia = "georgia",
2507
+ Germany = "germany",
2508
+ Ghana = "ghana",
2509
+ Greece = "greece",
2510
+ Guatemala = "guatemala",
2511
+ HongKong = "hongKong",
2512
+ Hungary = "hungary",
2513
+ India = "india",
2514
+ Indonesia = "indonesia",
2515
+ Ireland = "ireland",
2516
+ Israel = "israel",
2517
+ Italy = "italy",
2518
+ Jordan = "jordan",
2519
+ Kazakhstan = "kazakhstan",
2520
+ Kenya = "kenya",
2521
+ Kosovo = "kosovo",
2522
+ Kuwait = "kuwait",
2523
+ Latvia = "latvia",
2524
+ Lithuania = "lithuania",
2525
+ Malaysia = "malaysia",
2526
+ Maldives = "maldives",
2527
+ Malta = "malta",
2528
+ Mauritius = "mauritius",
2529
+ Mexico = "mexico",
2530
+ Morocco = "morocco",
2531
+ Netherlands = "netherlands",
2532
+ NewZealand = "newZealand",
2533
+ Nigeria = "nigeria",
2534
+ Pakistan = "pakistan",
2535
+ Panama = "panama",
2536
+ Paraguay = "paraguay",
2537
+ Philippines = "philippines",
2538
+ Poland = "poland",
2539
+ Portugal = "portugal",
2540
+ PuertoRico = "puertoRico",
2541
+ Qatar = "qatar",
2542
+ Romania = "romania",
2543
+ Russia = "russia",
2544
+ SaudiArabia = "saudiArabia",
2545
+ Serbia = "serbia",
2546
+ Singapore = "singapore",
2547
+ Slovakia = "slovakia",
2548
+ Slovenia = "slovenia",
2549
+ SouthAfrica = "southAfrica",
2550
+ Spain = "spain",
2551
+ Sweden = "sweden",
2552
+ Switzerland = "switzerland",
2553
+ Taiwan = "taiwan",
2554
+ Thailand = "thailand",
2555
+ Tunisia = "tunisia",
2556
+ Turkey = "turkey",
2557
+ UAE = "uae",
2558
+ Ganda = "gganda",
2559
+ UK = "uk",
2560
+ Ukraine = "ukraine",
2561
+ USA = "usa",
2562
+ Vietnam = "vietnam",
2563
+ Brazil = "brazil",
2564
+ Norway = "norway",
2565
+ Oman = "oman",
2566
+ Ecuador = "ecuador",
2567
+ ElSalvador = "elSalvador",
2568
+ SriLanka = "sriLanka",
2569
+ Peru = "peru",
2570
+ Uruguay = "uruguay",
2571
+ Bahamas = "bahamas",
2572
+ Bermuda = "bermuda",
2573
+ Bolivia = "bolivia",
2574
+ China = "china",
2575
+ EuropeanUnion = "europeanUnion",
2576
+ Haiti = "haiti",
2577
+ Honduras = "honduras",
2578
+ Iceland = "iceland",
2579
+ Japan = "japan",
2580
+ Luxembourg = "luxembourg",
2581
+ Montenegro = "montenegro",
2582
+ Nicaragua = "nicaragua",
2583
+ SouthKorea = "southKorea",
2584
+ Venezuela = "venezuela",
2585
+ Afghanistan = "afghanistan",
2586
+ AlandIslands = "alandIslands",
2587
+ AmericanSamoa = "americanSamoa",
2588
+ Andorra = "andorra",
2589
+ Angola = "angola",
2590
+ Anguilla = "anguilla",
2591
+ Antartica = "antarctica",
2592
+ AntiguaAndBarbuda = "antiguaAndBarbuda",
2593
+ Armenia = "armenia",
2594
+ Aruba = "aruba",
2595
+ BailiwickOfGuernsey = "bailiwickOfGuernsey",
2596
+ BailiwickOfJersey = "bailiwickOfJersey",
2597
+ Barbados = "barbados",
2598
+ Belarus = "belarus",
2599
+ Belize = "belize",
2600
+ Benin = "benin",
2601
+ Bhutan = "bhutan",
2602
+ BonaireSaintEustatiusAndSaba = "bonaireSaintEustatiusAndSaba",
2603
+ Botswana = "botswana",
2604
+ BouvetIsland = "bouvetIsland",
2605
+ BritishIndianOceanTerritory = "britishIndianOceanTerritory",
2606
+ BurkinaFaso = "burkinaFaso",
2607
+ Burundi = "burundi",
2608
+ Cameroon = "cameroon",
2609
+ CapeVerde = "capeVerde",
2610
+ CaribbeanNetherlands = "caribbeanNetherlands",
2611
+ CaymanIslands = "caymanIslands",
2612
+ CentralAfricanRepublic = "centralAfricanRepublic",
2613
+ Chad = "chad",
2614
+ ChristmasIsland = "christmasIsland",
2615
+ CocosIslands = "cocosIslands",
2616
+ Comoros = "comoros",
2617
+ Congo = "congo",
2618
+ CookIslands = "cookIslands",
2619
+ Cuba = "cuba",
2620
+ Curacao = "curacao",
2621
+ DemocraticRepublicOfTheCongo = "democraticRepublicOfTheCongo",
2622
+ Djibouti = "djibouti",
2623
+ Dominica = "dominica",
2624
+ EastTimor = "eastTimor",
2625
+ EquatorialGuinea = "equatorialGuinea",
2626
+ Eritrea = "eritrea",
2627
+ Ethiopia = "ethiopia",
2628
+ FalklandIslands = "falklandIslands",
2629
+ FaroeIslands = "faroeIslands",
2630
+ FederatedStatesOfMicronesia = "federatedStatesOfMicronesia",
2631
+ Fiji = "fiji",
2632
+ FrenchGuiana = "frenchGuiana",
2633
+ FrenchPolynesia = "frenchPolynesia",
2634
+ FrenchSouthernTerritories = "frenchSouthernTerritories",
2635
+ Gabon = "gabon",
2636
+ Gambia = "gambia",
2637
+ Gibraltar = "gibraltar",
2638
+ Greenland = "greenland",
2639
+ Grenada = "grenada",
2640
+ Guadeloupe = "guadeloupe",
2641
+ Guam = "guam",
2642
+ Guinea = "guinea",
2643
+ GuineaBissau = "guineaBissau",
2644
+ Guyana = "guyana",
2645
+ HeardIslandAndMcdonaldIslands = "heardIslandAndMcdonaldIslands",
2646
+ Iran = "iran",
2647
+ Iraq = "iraq",
2648
+ IsleOfMan = "isleOfMan",
2649
+ IvoryCoast = "ivoryCoast",
2650
+ Jamaica = "jamaica",
2651
+ Kiribati = "kiribati",
2652
+ Kyrgyzstan = "kyrgyzstan",
2653
+ Laos = "laos",
2654
+ Lebanon = "lebanon",
2655
+ Lesotho = "lesotho",
2656
+ Liberia = "liberia",
2657
+ Libya = "libya",
2658
+ Liechtenstein = "liechtenstein",
2659
+ Macau = "macau",
2660
+ Madagascar = "madagascar",
2661
+ Malawi = "malawi",
2662
+ Mali = "mali",
2663
+ MarshallIslands = "marshallIslands",
2664
+ Martinique = "martinique",
2665
+ Mauritania = "mauritania",
2666
+ Mayotte = "mayotte",
2667
+ Moldova = "moldova",
2668
+ Monaco = "monaco",
2669
+ Mongolia = "mongolia",
2670
+ Montserrat = "montserrat",
2671
+ Mozambique = "mozambique",
2672
+ Myanmar = "myanmar",
2673
+ Namibia = "namibia",
2674
+ Nauru = "nauru",
2675
+ Nepal = "nepal",
2676
+ NewCaledonia = "newCaledonia",
2677
+ Niger = "niger",
2678
+ Niue = "niue",
2679
+ NorfolkIsland = "norfolkIsland",
2680
+ NorthernCyprus = "northernCyprus",
2681
+ NorthernMarianaIslands = "northernMarianaIslands",
2682
+ NorthKorea = "northKorea",
2683
+ NorthMacedonia = "northMacedonia",
2684
+ Palau = "palau",
2685
+ Palestine = "palestine",
2686
+ PapuaNewGuinea = "papuaNewGuinea",
2687
+ Pitcairn = "pitcairn",
2688
+ Reunion = "reunion",
2689
+ Rwanda = "rwanda",
2690
+ SaintBarthelemy = "saintBarthelemy",
2691
+ SaintHelenaAscensionAndTristianDaCunha = "saintHelenaAscensionAndTristianDaCunha",
2692
+ SaintKittsAndNevis = "saintKittsAndNevis",
2693
+ SaintLucia = "saintLucia",
2694
+ SaintMartin = "saintMartin",
2695
+ SaintPierreAndMiquelon = "saintPierreAndMiquelon",
2696
+ SaintVincentAndTheGrenadines = "saintVincentAndTheGrenadines",
2697
+ Samoa = "samoa",
2698
+ SanMarino = "sanMarino",
2699
+ SaoTomeAndPrincipe = "saoTomeAndPrincipe",
2700
+ Senegal = "senegal",
2701
+ Seychelles = "seychelles",
2702
+ SierraLeone = "sierraLeone",
2703
+ SintMaarten = "sintMaarten",
2704
+ SolomonIslands = "solomonIslands",
2705
+ Somalia = "somalia",
2706
+ SouthGeorgiaAndTheSouthSandwichIslands = "southGeorgiaAndTheSouthSandwichIslands",
2707
+ SouthSudan = "southSudan",
2708
+ Sudan = "sudan",
2709
+ Suriname = "suriname",
2710
+ SvalbardAndJanMayen = "svalbardAndJanMayen",
2711
+ Eswatini = "eswatini",
2712
+ Syria = "syria",
2713
+ Tajikistan = "tajikistan",
2714
+ Tanzania = "tanzania",
2715
+ Togo = "togo",
2716
+ Tokelau = "tokelau",
2717
+ Tonga = "tonga",
2718
+ TrinidadAndTobago = "trinidadAndTobago",
2719
+ Turkmenistan = "turkmenistan",
2720
+ TurksAndCaicosIslands = "turksAndCaicosIslands",
2721
+ Tuvalu = "tuvalu",
2722
+ UnitedStatesMinorOutlyingIslands = "unitedStatesMinorOutlyingIslands",
2723
+ Uzbekistan = "uzbekistan",
2724
+ Vanuatu = "vanuatu",
2725
+ VaticanCity = "vaticanCity",
2726
+ VirginIslandsBritish = "virginIslandsBritish",
2727
+ VirginIslandsUs = "virginIslandsUs",
2728
+ WallisAndFutuna = "wallisAndFutuna",
2729
+ WesternSahara = "westernSahara",
2730
+ Yemen = "yemen",
2731
+ Yugoslavia = "yugoslavia",
2732
+ Zambia = "zambia",
2733
+ Zimbabwe = "zimbabwe",
2734
+ SchengenArea = "schengenArea"
2735
+ }
2736
+ /**
2737
+ * Document region.
2738
+ */
2739
+ export declare enum Region {
2740
+ None = "none",
2741
+ Alabama = "alabama",
2742
+ Alaska = "alaska",
2743
+ Alberta = "alberta",
2744
+ Arizona = "arizona",
2745
+ Arkansas = "arkansas",
2746
+ AustralianCapitalTerritory = "australianCapitalTerritory",
2747
+ BritishColumbia = "britishColumbia",
2748
+ California = "california",
2749
+ Colorado = "colorado",
2750
+ Connecticut = "connecticut",
2751
+ Delaware = "delaware",
2752
+ DistrictOfColumbia = "districtOfColumbia",
2753
+ Florida = "florida",
2754
+ Georgia = "georgia",
2755
+ Hawaii = "hawaii",
2756
+ Idaho = "idaho",
2757
+ Illinois = "illinois",
2758
+ Indiana = "indiana",
2759
+ Iowa = "iowa",
2760
+ Kansas = "kansas",
2761
+ Kentucky = "kentucky",
2762
+ Louisiana = "louisiana",
2763
+ Maine = "maine",
2764
+ Manitoba = "manitoba",
2765
+ Maryland = "maryland",
2766
+ Massachusetts = "massachusetts",
2767
+ Michigan = "michigan",
2768
+ Minnesota = "minnesota",
2769
+ Mississippi = "mississippi",
2770
+ Missouri = "missouri",
2771
+ Montana = "montana",
2772
+ Nebraska = "nebraska",
2773
+ Nevada = "nevada",
2774
+ NewBrunswick = "newBrunswick",
2775
+ NewHampshire = "newHampshire",
2776
+ NewJersey = "newJersey",
2777
+ NewMexico = "newMexico",
2778
+ NewSouthWales = "newSouthWales",
2779
+ NewYork = "newYork",
2780
+ NorthernTerritory = "northernTerritory",
2781
+ NorthCarolina = "northCarolina",
2782
+ NorthDakota = "northDakota",
2783
+ NovaScotia = "novaScotia",
2784
+ Ohio = "ohio",
2785
+ Oklahoma = "oklahoma",
2786
+ Ontario = "ontario",
2787
+ Oregon = "oregon",
2788
+ Pennsylvania = "pennsylvania",
2789
+ Quebec = "quebec",
2790
+ Queensland = "queensland",
2791
+ RhodeIsland = "rhodeIsland",
2792
+ Saskatchewan = "saskatchewan",
2793
+ SouthAustralia = "southAustralia",
2794
+ SouthCarolina = "southCarolina",
2795
+ SouthDakota = "southDakota",
2796
+ Tasmania = "tasmania",
2797
+ Tennessee = "tennessee",
2798
+ Texas = "texas",
2799
+ Utah = "utah",
2800
+ Vermont = "vermont",
2801
+ Victoria = "victoria",
2802
+ Virginia = "virginia",
2803
+ Washington = "washington",
2804
+ WesternAustralia = "westernAustralia",
2805
+ WestVirginia = "westVirginia",
2806
+ Wisconsin = "wisconsin",
2807
+ Wyoming = "wyoming",
2808
+ Yukon = "yukon",
2809
+ CiudadDeMexico = "ciudadDeMexico",
2810
+ Jalisco = "jalisco",
2811
+ NewfoundlandAndLabrador = "newfoundlandAndLabrador",
2812
+ NuevoLeon = "nuevoLeon",
2813
+ BajaCalifornia = "bajaCalifornia",
2814
+ Chihuahua = "chihuahua",
2815
+ Guanajuato = "guanajuato",
2816
+ Guerrero = "guerrero",
2817
+ Mexico = "mexico",
2818
+ Michoacan = "michoacan",
2819
+ NewYorkCity = "newYorkCity",
2820
+ Tamaulipas = "tamaulipas",
2821
+ Veracruz = "veracruz",
2822
+ Chiapas = "chiapas",
2823
+ Coahuila = "coahuila",
2824
+ Durago = "durango",
2825
+ GuerreroCocula = "guerreroCocula",
2826
+ GuerreroJuchitan = "guerreroJuchitan",
2827
+ GuerreroTepecoacuilco = "guerreroTepecoacuilco",
2828
+ GuerreroTlacoapa = "guerreroTlacoapa",
2829
+ Gujarat = "gujarat",
2830
+ Hidalgo = "hidalgo",
2831
+ Karnataka = "karnataka",
2832
+ Kerala = "kerala",
2833
+ KhyberPakhtunkhwa = "khyberPakhtunkhwa",
2834
+ MadhyaPradesh = "madhyaPradesh",
2835
+ Maharashtra = "maharashtra",
2836
+ Morelos = "morelos",
2837
+ Nayarit = "nayarit",
2838
+ Oaxaca = "oaxaca",
2839
+ Puebla = "puebla",
2840
+ Punjab = "punjab",
2841
+ Queretaro = "queretaro",
2842
+ SanLuisPotosi = "sanLuisPotosi",
2843
+ Sinaloa = "sinaloa",
2844
+ Sonora = "sonora",
2845
+ Tabasco = "tabasco",
2846
+ TamilNadu = "tamilNadu",
2847
+ Yucatan = "yucatan",
2848
+ Zacatecas = "zacatecas",
2849
+ Aguascalientes = "aguascalientes",
2850
+ BajaCaliforniaSur = "bajaCaliforniaSur",
2851
+ Campeche = "campeche",
2852
+ Colima = "colima",
2853
+ QuintanaRooBenitoJuarez = "quintanaRooBenitoJuarez",
2854
+ QuintanaRoo = "quintanaRoo",
2855
+ QuintanaRooSolidaridad = "quintanaRooSolidaridad",
2856
+ Tlaxcala = "tlaxcala",
2857
+ QuintanaRooCozumel = "quintanaRooCozumel",
2858
+ SanPaolo = "saoPaolo",
2859
+ RioDeJaniero = "rioDeJaneiro",
2860
+ RioGrandeDoSul = "rioGrandeDoSul",
2861
+ NorthWestTerritories = "northWestTerritories",
2862
+ Nunavut = "nunavut",
2863
+ PrinceEdwardIsland = "princeEdwardIsland",
2864
+ DistritoFederal = "distritoFederal",
2865
+ Maranhao = "maranhao",
2866
+ MatoGrosso = "matoGrosso",
2867
+ MinasGerais = "minasGerais",
2868
+ Para = "para",
2869
+ Parana = "parana",
2870
+ Pernambuco = "pernambuco",
2871
+ SantaCatarina = "santaCatarina",
2872
+ AndhraPradesh = "andhraPradesh",
2873
+ Ceara = "ceara",
2874
+ Goias = "goias",
2875
+ GuerreroAcapulcoDeJuarez = "guerreroAcapulcoDeJuarez",
2876
+ Haryana = "haryana",
2877
+ Sergipe = "sergipe",
2878
+ Alagos = "alagos",
2879
+ Bangsamoro = "bangsamoro"
2880
+ }
2881
+ /**
2882
+ * Document type.
2883
+ *
2884
+ */
2885
+ export declare enum DocumentType {
2886
+ None = "none",
2887
+ ConsularId = "consularId",
2888
+ Dl = "dl",
2889
+ DlPublicServicesCard = "dlPublicServicesCard",
2890
+ EmploymentPass = "employmentPass",
2891
+ FinCard = "finCard",
2892
+ Id = "id",
2893
+ MultipurposeId = "multipurposeId",
2894
+ MyKad = "myKad",
2895
+ MyKid = "myKid",
2896
+ MyPr = "myPR",
2897
+ MyTentera = "myTentera",
2898
+ PanCard = "panCard",
2899
+ ProfessionalId = "professionalId",
2900
+ PublicServicesCard = "publicServicesCard",
2901
+ ResidencePermit = "residencePermit",
2902
+ ResidentId = "residentId",
2903
+ TemporaryResidencePermit = "temporaryResidencePermit",
2904
+ VoterId = "voterId",
2905
+ WorkPermit = "workPermit",
2906
+ IKad = "iKad",
2907
+ MilitaryId = "militaryId",
2908
+ MyKas = "myKas",
2909
+ DocialSecurityCard = "docialSecurityCard",
2910
+ HealthInsuranceCard = "healthInsuranceCard",
2911
+ Passport = "passport",
2912
+ SPass = "sPass",
2913
+ AddressCard = "addressCard",
2914
+ AlienId = "alienId",
2915
+ AlienPassport = "alienPassport",
2916
+ GreenCard = "greenCard",
2917
+ MinorsId = "minorsId",
2918
+ PostalId = "postalId",
2919
+ ProfessionalDl = "professionalDl",
2920
+ TaxId = "taxId",
2921
+ WeaponPermit = "weaponPermit",
2922
+ Visa = "visa",
2923
+ BorderCrossingCard = "borderCrossingCard",
2924
+ DriverCard = "driverCard",
2925
+ GlobalEntryCard = "globalEntryCard",
2926
+ MyPolis = "mypolis",
2927
+ NexusCard = "nexusCard",
2928
+ PassportCard = "passportCard",
2929
+ ProofOfAgeCard = "proofOfAgeCard",
2930
+ RefugeeId = "refugeeId",
2931
+ TribalId = "tribalId",
2932
+ VeteranId = "veteranId",
2933
+ CitizenshipCertificate = "citizenshipCertificate",
2934
+ MyNumberCard = "myNumberCard",
2935
+ ConsularPassport = "consularPassport",
2936
+ MinorsPassport = "minorsPassport",
2937
+ MinorsPublicServicesCard = "minorsPublicServicesCard",
2938
+ DrivingPriviligeCard = "drivingPriviligeCard",
2939
+ AsylumRequest = "asylumRequest",
2940
+ DriverQualificationCard = "driverQualificationCard",
2941
+ ProvisionalDl = "provisionalDl",
2942
+ RefugeePassport = "refugeePassport",
2943
+ SpecialId = "specialId",
2944
+ UniformedServicesId = "uniformedServicesId",
2945
+ ImmigrantVisa = "immigrantVisa",
2946
+ ConsularVoterId = "consularVoterId",
2947
+ TwicCard = "twicCard",
2948
+ ExitEntryPermit = "exitEntryPermit",
2949
+ MainlandTravelPermitTaiwan = "mainlandTravelPermitTaiwan",
2950
+ NbiClearance = "nbiClearance",
2951
+ ProofOfRegistration = "proofOfRegistration",
2952
+ TemporaryProtectionPermit = "temporaryProtectionPermit",
2953
+ AfghanCitizenCard = "afghanCitizenCard",
2954
+ EId = "eId",
2955
+ Pass = "pass",
2956
+ SisId = "sisId",
2957
+ AsicCard = "asicCard",
2958
+ BidoonCard = "bidoonCard",
2959
+ InterimHealthInsuranceCard = "interimHealthInsuranceCard",
2960
+ NonVoterId = "nonVoterId",
2961
+ ReciprocalHealthInsuranceCard = "reciprocalHealthInsuranceCard",
2962
+ VehicleRegistration = "vehicleRegistration",
2963
+ EsaadCard = "esaadCard",
2964
+ RegistrationCertificate = "registrationCertificate",
2965
+ MedicalMarijuanaId = "medicalMarijuanaId"
2966
+ }
2967
+ /**
2968
+ * Represents all possible field types that can be extracted from the document.
2969
+ *
2970
+ */
2971
+ export declare enum FieldType {
2972
+ AdditionalAddressInformation = "additionalAddressInformation",
2973
+ AdditionalNameInformation = "additionalNameInformation",
2974
+ AdditionalOptionalAddressInformation = "additionalOptionalAddressInformation",
2975
+ AdditionalPersonalIdNumber = "additionalPersonalIdNumber",
2976
+ Address = "address",
2977
+ ClassEffectiveDate = "classEffectiveDate",
2978
+ ClassExpiryDate = "classExpiryDate",
2979
+ Conditions = "conditions",
2980
+ DateOfBirth = "dateOfBirth",
2981
+ DateOfExpiry = "dateOfExpiry",
2982
+ DateOfIssue = "dateOfIssue",
2983
+ DocumentAdditionalNumber = "documentAdditionalNumber",
2984
+ DocumentOptionalAdditionalNumber = "documentOptionalAdditionalNumber",
2985
+ DocumentNumber = "documentNumber",
2986
+ Employer = "employer",
2987
+ Endorsements = "endorsements",
2988
+ FathersName = "fathersName",
2989
+ FirstName = "firstName",
2990
+ FullName = "fullName",
2991
+ IssuingAuthority = "issuingAuthority",
2992
+ LastName = "lastName",
2993
+ LicenseType = "licenceType",
2994
+ LocalizedName = "localizedName",
2995
+ MaritalStatus = "maritalStatus",
2996
+ MothersName = "mothersName",
2997
+ Mrz = "mrz",
2998
+ Nationality = "nationality",
2999
+ PersonalIdNumber = "personalIdNumber",
3000
+ PlaceOfBirth = "placeOfBirth",
3001
+ Profession = "profession",
3002
+ Race = "race",
3003
+ Religion = "religion",
3004
+ ResidentialStatus = "residentialStatus",
3005
+ Restriction = "restrictions",
3006
+ Sex = "sex",
3007
+ VehicleClass = "vehicleClass",
3008
+ BloodType = "bloodType",
3009
+ Sponsor = "sponsor",
3010
+ VisaType = "visaType",
3011
+ DocumentSubtype = "documentSubtype",
3012
+ Remarks = "remarks",
3013
+ ResidencePermitType = "residencePermitType",
3014
+ ManufacturingYear = "manufacturingYear",
3015
+ VehicleType = "vehicleType",
3016
+ DependentDateOfBirth = "dependentDateOfBirth",
3017
+ DependentSex = "dependentSex",
3018
+ DependentDocumentNumber = "dependentDocumentNumber",
3019
+ DependentFullName = "dependentFullName",
3020
+ EligibilityCategory = "eligibilityCategory",
3021
+ SpecificDocumentValidity = "specificDocumentValidity",
3022
+ VehnicleOwner = "vehicleOwner"
3023
+ }
3024
+ export {};
3025
+ //# sourceMappingURL=types.d.ts.map