@oiti/rn-liveness3d 5.0.0 → 5.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 (429) hide show
  1. package/android/build.gradle +107 -38
  2. package/ios/Podfile +13 -0
  3. package/ios/Podfile.lock +50 -0
  4. package/ios/Pods/Manifest.lock +50 -0
  5. package/ios/Pods/OICommons/Output/OICommons.xcframework/Info.plist +44 -0
  6. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons-Swift.h +327 -0
  7. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons.h +15 -0
  8. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Info.plist +0 -0
  9. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Bold.otf +0 -0
  10. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Medium.otf +0 -0
  11. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Regular.otf +0 -0
  12. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.private.swiftinterface +1817 -0
  13. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  14. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftinterface +1817 -0
  15. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/module.modulemap +11 -0
  16. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/OICommons +0 -0
  17. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Bold.otf +0 -0
  18. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Medium.otf +0 -0
  19. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Regular.otf +0 -0
  20. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons-Swift.h +650 -0
  21. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons.h +15 -0
  22. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Info.plist +0 -0
  23. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Bold.otf +0 -0
  24. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Medium.otf +0 -0
  25. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Regular.otf +0 -0
  26. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1817 -0
  27. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  28. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1817 -0
  29. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1817 -0
  30. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  31. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1817 -0
  32. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/module.modulemap +11 -0
  33. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/OICommons +0 -0
  34. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Bold.otf +0 -0
  35. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Medium.otf +0 -0
  36. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Regular.otf +0 -0
  37. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/_CodeSignature/CodeResources +311 -0
  38. package/ios/Pods/OICommons/README.md +40 -0
  39. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/Info.plist +46 -0
  40. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Assets.car +0 -0
  41. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents-Swift.h +455 -0
  42. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents.h +18 -0
  43. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Info.plist +0 -0
  44. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.abi.json +9 -0
  45. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.private.swiftinterface +732 -0
  46. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  47. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftinterface +732 -0
  48. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/module.modulemap +11 -0
  49. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/OIComponents +0 -0
  50. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Info.plist +20 -0
  51. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Resources/DWARF/OIComponents +0 -0
  52. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Assets.car +0 -0
  53. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents-Swift.h +906 -0
  54. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents.h +18 -0
  55. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Info.plist +0 -0
  56. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.abi.json +9 -0
  57. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +732 -0
  58. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  59. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftinterface +732 -0
  60. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.abi.json +9 -0
  61. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +732 -0
  62. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  63. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +732 -0
  64. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/module.modulemap +11 -0
  65. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/OIComponents +0 -0
  66. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/_CodeSignature/CodeResources +256 -0
  67. package/ios/Pods/OIComponents/README.md +29 -0
  68. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/Info.plist +44 -0
  69. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Assets.car +0 -0
  70. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +343 -0
  71. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D.h +18 -0
  72. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Info.plist +0 -0
  73. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Por_favor_pressione_o_botao_para_iniciar.mp3 +0 -0
  74. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Toque_duas_veezs_em_qualquer_lugar_da_tela.mp3 +0 -0
  75. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/carregando.mp3 +0 -0
  76. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
  77. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
  78. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
  79. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
  80. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
  81. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
  82. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
  83. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
  84. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.private.swiftinterface +240 -0
  85. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  86. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftinterface +240 -0
  87. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/module.modulemap +11 -0
  88. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/OILiveness3D +0 -0
  89. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Assets.car +0 -0
  90. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +682 -0
  91. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D.h +18 -0
  92. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Info.plist +0 -0
  93. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/Por_favor_pressione_o_botao_para_iniciar.mp3 +0 -0
  94. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/Toque_duas_veezs_em_qualquer_lugar_da_tela.mp3 +0 -0
  95. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/carregando.mp3 +0 -0
  96. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
  97. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
  98. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
  99. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
  100. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
  101. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
  102. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
  103. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
  104. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +240 -0
  105. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  106. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftinterface +240 -0
  107. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +240 -0
  108. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  109. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +240 -0
  110. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/module.modulemap +11 -0
  111. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/OILiveness3D +0 -0
  112. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/_CodeSignature/CodeResources +377 -0
  113. package/ios/Pods/OILiveness3D/README.md +1 -0
  114. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/Info.plist +44 -0
  115. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Assets.car +0 -0
  116. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/FaceTecSDK +0 -0
  117. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/GenericGuidanceContentLayout.nib +0 -0
  118. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +1935 -0
  119. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +109 -0
  120. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecSDK.h +16 -0
  121. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Info.plist +0 -0
  122. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Modules/module.modulemap +6 -0
  123. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/PrivacyInfo.xcprivacy +29 -0
  124. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ReadyScreenGuidanceContentLayout.nib +0 -0
  125. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/RetryScreenGuidanceContentLayout.nib +0 -0
  126. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/SharedGuidanceLayout.nib +0 -0
  127. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/9Uo-4b-JiE-view-Ae0-rb-UqS.nib +0 -0
  128. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/CJ6-MX-bJp-view-8JL-Rc-0g1.nib +0 -0
  129. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceScanViewController.nib +0 -0
  130. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecAdditionalReviewViewController.nib +0 -0
  131. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecIDFeedbackViewController.nib +0 -0
  132. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecOCRConfirmationViewController.nib +0 -0
  133. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDCaptureViewController.nib +0 -0
  134. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDSelectionViewController.nib +0 -0
  135. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Info.plist +0 -0
  136. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Pyw-6G-JSY-view-Zue-Eo-Q2U.nib +0 -0
  137. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/QWA-8Y-vUM-view-wJB-Z5-eD2.nib +0 -0
  138. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/alz-Ia-X3d-view-IKu-EI-Hug.nib +0 -0
  139. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/l2Q-cc-kD8-view-UUy-6c-meu.nib +0 -0
  140. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/af.lproj/FaceTec.strings +0 -0
  141. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ar.lproj/FaceTec.strings +0 -0
  142. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/attributions.txt +462 -0
  143. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/1f5b84f51ce0fcfbb76e904b7bcaa7560f601e1394a0b29367a09385312287eb +0 -0
  144. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/2b075ac1a6132b5b8a4c9ef0ba6b0cd84db7838aca9a000e50d907f40770a4ab +0 -0
  145. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/59cc2a9af81aaca2376702c2490650f4da2775fa673274db98aad41b7ef101c0 +0 -0
  146. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/5b63e98b991aedabb60665503384f30bffd939decf9433883b30b78011ee501a +0 -0
  147. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/66388dc76dc16bc6b76b682edd218a575bf45b9b +0 -0
  148. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/6b3133f0f39ff89a2a169d61176ee17cafacc5e288f334e2b64ee82892d11ccd +0 -0
  149. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/9077d16225f9314163ef1e7db6fc7d4088bb903d134bd95f23d5591ca4dfbfca +0 -0
  150. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/a74f2afb9d20f2375ccbd14e67c094b85c89ceb608f7cf8ae04f3f646a6c5672 +0 -0
  151. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/b501893e75f62ee1707643e35b21109927b07ed5b202321c961b424cbc2e4695 +0 -0
  152. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/dbd7a353f0130bb983d6ba05917e9be991d70e8f028df4b74e30bc6497ef7f71 +0 -0
  153. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/f2.xml +0 -0
  154. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/fd6d368a5658496536e2bfae170d1b823a3629b242cafc09784bfba4e56d8c80 +0 -0
  155. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/marker +0 -0
  156. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/vu0ilin6we3lrzo5f83f7qs2jul4aq7v4aoynrmch8zfvpi8ezrfyafa4t0fx87l +0 -0
  157. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/de.lproj/FaceTec.strings +0 -0
  158. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/el.lproj/FaceTec.strings +0 -0
  159. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/en.lproj/FaceTec.strings +0 -0
  160. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/es.lproj/FaceTec.strings +0 -0
  161. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/fr.lproj/FaceTec.strings +0 -0
  162. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/kk.lproj/FaceTec.strings +0 -0
  163. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/nb.lproj/FaceTec.strings +0 -0
  164. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/pt-BR.lproj/FaceTec.strings +0 -0
  165. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ru.lproj/FaceTec.strings +0 -0
  166. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/strip-unused-architectures-from-target.sh +62 -0
  167. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/FaceTecSDK +0 -0
  168. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +1935 -0
  169. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +109 -0
  170. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecSDK.h +16 -0
  171. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Info.plist +0 -0
  172. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Modules/module.modulemap +6 -0
  173. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/_CodeSignature/CodeResources +146 -0
  174. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework.zip +0 -0
  175. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/Info.plist +46 -0
  176. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork-Swift.h +316 -0
  177. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork.h +15 -0
  178. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Info.plist +0 -0
  179. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.abi.json +9 -0
  180. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.private.swiftinterface +144 -0
  181. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  182. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftinterface +144 -0
  183. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/module.modulemap +11 -0
  184. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/OINetwork +0 -0
  185. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/_CodeSignature/CodeResources +190 -0
  186. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Info.plist +20 -0
  187. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/DWARF/OINetwork +0 -0
  188. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +1817 -0
  189. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork-Swift.h +628 -0
  190. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork.h +15 -0
  191. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Info.plist +0 -0
  192. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.abi.json +9 -0
  193. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +144 -0
  194. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  195. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftinterface +144 -0
  196. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.abi.json +9 -0
  197. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +144 -0
  198. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  199. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +144 -0
  200. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/module.modulemap +11 -0
  201. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/OINetwork +0 -0
  202. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/_CodeSignature/CodeResources +245 -0
  203. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework.zip +0 -0
  204. package/ios/Pods/OINetwork/README.md +1 -0
  205. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/Info.plist +44 -0
  206. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity-Swift.h +311 -0
  207. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity.h +16 -0
  208. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Info.plist +0 -0
  209. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.private.swiftinterface +177 -0
  210. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  211. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftinterface +177 -0
  212. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/module.modulemap +11 -0
  213. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/OISecurity +0 -0
  214. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/PrivacyInfo.xcprivacy +37 -0
  215. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity-Swift.h +618 -0
  216. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity.h +16 -0
  217. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Info.plist +0 -0
  218. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +177 -0
  219. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  220. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftinterface +177 -0
  221. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +177 -0
  222. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  223. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +177 -0
  224. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/module.modulemap +11 -0
  225. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/OISecurity +0 -0
  226. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/PrivacyInfo.xcprivacy +37 -0
  227. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/_CodeSignature/CodeResources +256 -0
  228. package/ios/Pods/Pods.xcodeproj/project.pbxproj +1261 -0
  229. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OICommons.xcscheme +58 -0
  230. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OIComponents.xcscheme +58 -0
  231. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D.xcscheme +58 -0
  232. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D_FT.xcscheme +58 -0
  233. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OINetwork.xcscheme +58 -0
  234. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OISecurity.xcscheme +58 -0
  235. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/Pods-RnLiveness3d.xcscheme +58 -0
  236. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/xcschememanagement.plist +46 -0
  237. package/ios/Pods/Target Support Files/OICommons/OICommons-xcframeworks.sh +121 -0
  238. package/ios/Pods/Target Support Files/OICommons/OICommons.debug.xcconfig +15 -0
  239. package/ios/Pods/Target Support Files/OICommons/OICommons.release.xcconfig +15 -0
  240. package/ios/Pods/Target Support Files/OIComponents/OIComponents-xcframeworks.sh +121 -0
  241. package/ios/Pods/Target Support Files/OIComponents/OIComponents.debug.xcconfig +15 -0
  242. package/ios/Pods/Target Support Files/OIComponents/OIComponents.release.xcconfig +15 -0
  243. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D-xcframeworks.sh +121 -0
  244. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.debug.xcconfig +16 -0
  245. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.release.xcconfig +16 -0
  246. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT-xcframeworks.sh +121 -0
  247. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.debug.xcconfig +13 -0
  248. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.release.xcconfig +13 -0
  249. package/ios/Pods/Target Support Files/OINetwork/OINetwork-xcframeworks.sh +121 -0
  250. package/ios/Pods/Target Support Files/OINetwork/OINetwork.debug.xcconfig +16 -0
  251. package/ios/Pods/Target Support Files/OINetwork/OINetwork.release.xcconfig +16 -0
  252. package/ios/Pods/Target Support Files/OISecurity/OISecurity-xcframeworks.sh +121 -0
  253. package/ios/Pods/Target Support Files/OISecurity/OISecurity.debug.xcconfig +16 -0
  254. package/ios/Pods/Target Support Files/OISecurity/OISecurity.release.xcconfig +16 -0
  255. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-Info.plist +26 -0
  256. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.markdown +23 -0
  257. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.plist +79 -0
  258. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-dummy.m +5 -0
  259. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-umbrella.h +16 -0
  260. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.debug.xcconfig +14 -0
  261. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.modulemap +6 -0
  262. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.release.xcconfig +14 -0
  263. package/ios/RnLiveness3d.h +11 -1
  264. package/ios/RnLiveness3d.mm +20 -8
  265. package/lib/commonjs/@types/ArgsType.js +6 -0
  266. package/lib/commonjs/@types/ArgsType.js.map +1 -0
  267. package/lib/commonjs/@types/FontsType.js +2 -0
  268. package/lib/commonjs/@types/FontsType.js.map +1 -0
  269. package/lib/commonjs/@types/ResultType.js +2 -0
  270. package/lib/commonjs/@types/ResultType.js.map +1 -0
  271. package/lib/commonjs/@types/ResultTypes.js +6 -0
  272. package/lib/commonjs/@types/ResultTypes.js.map +1 -0
  273. package/lib/commonjs/@types/TextsType.js +2 -0
  274. package/lib/commonjs/@types/TextsType.js.map +1 -0
  275. package/lib/commonjs/@types/ThemeType.js +2 -0
  276. package/lib/commonjs/@types/ThemeType.js.map +1 -0
  277. package/lib/commonjs/NativeRnLiveness3d.js +9 -0
  278. package/lib/commonjs/NativeRnLiveness3d.js.map +1 -0
  279. package/lib/commonjs/actions/BackButton.js +35 -0
  280. package/lib/commonjs/actions/BackButton.js.map +1 -0
  281. package/lib/commonjs/actions/ContinueButton.js +44 -0
  282. package/lib/commonjs/actions/ContinueButton.js.map +1 -0
  283. package/lib/commonjs/actions/PermissionButton.js +35 -0
  284. package/lib/commonjs/actions/PermissionButton.js.map +1 -0
  285. package/lib/commonjs/assets/fonts/Ubuntu-Bold.ttf +0 -0
  286. package/lib/commonjs/assets/fonts/Ubuntu-BoldItalic.ttf +0 -0
  287. package/lib/commonjs/assets/fonts/Ubuntu-Italic.ttf +0 -0
  288. package/lib/commonjs/assets/fonts/Ubuntu-Light.ttf +0 -0
  289. package/lib/commonjs/assets/fonts/Ubuntu-LightItalic.ttf +0 -0
  290. package/lib/commonjs/assets/fonts/Ubuntu-Medium.ttf +0 -0
  291. package/lib/commonjs/assets/fonts/Ubuntu-MediumItalic.ttf +0 -0
  292. package/lib/commonjs/assets/fonts/Ubuntu-Regular.ttf +0 -0
  293. package/lib/commonjs/assets/images/acessories.png +0 -0
  294. package/lib/commonjs/assets/images/camera.png +0 -0
  295. package/lib/commonjs/assets/images/camera_alt.png +0 -0
  296. package/lib/commonjs/assets/images/face.png +0 -0
  297. package/lib/commonjs/assets/images/illumination.png +0 -0
  298. package/lib/commonjs/assets/images/imgOp.png +0 -0
  299. package/lib/commonjs/assets/images/img_face.png +0 -0
  300. package/lib/commonjs/assets/images/left-arrow-b.png +0 -0
  301. package/lib/commonjs/assets/images/left-arrow.png +0 -0
  302. package/lib/commonjs/assets/images/lightbulb_outline.png +0 -0
  303. package/lib/commonjs/assets/images/padlock.png +0 -0
  304. package/lib/commonjs/assets/images/rigth-arrow.png +0 -0
  305. package/lib/commonjs/assets/images/scan-facial.png +0 -0
  306. package/lib/commonjs/assets/images/wave_bg.png +0 -0
  307. package/lib/commonjs/assets/images/wave_bg2.png +0 -0
  308. package/lib/commonjs/context/Liveness3DContext.js +90 -0
  309. package/lib/commonjs/context/Liveness3DContext.js.map +1 -0
  310. package/lib/commonjs/helpers/Liveness3DHelper.js +34 -0
  311. package/lib/commonjs/helpers/Liveness3DHelper.js.map +1 -0
  312. package/lib/commonjs/index.js +133 -0
  313. package/lib/commonjs/index.js.map +1 -0
  314. package/lib/commonjs/interfaces/Liveness3DHelper.js +6 -0
  315. package/lib/commonjs/interfaces/Liveness3DHelper.js.map +1 -0
  316. package/lib/commonjs/interfaces/OitiBackButtonInterface.js +6 -0
  317. package/lib/commonjs/interfaces/OitiBackButtonInterface.js.map +1 -0
  318. package/lib/commonjs/interfaces/OitiContinueButton.js +6 -0
  319. package/lib/commonjs/interfaces/OitiContinueButton.js.map +1 -0
  320. package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js +6 -0
  321. package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js.map +1 -0
  322. package/lib/commonjs/package.json +1 -0
  323. package/lib/commonjs/screens/Liveness3D/InstructionsView.js +223 -0
  324. package/lib/commonjs/screens/Liveness3D/InstructionsView.js.map +1 -0
  325. package/lib/commonjs/screens/PermissionView.js +184 -0
  326. package/lib/commonjs/screens/PermissionView.js.map +1 -0
  327. package/lib/commonjs/utils/continueButton.js +12 -0
  328. package/lib/commonjs/utils/continueButton.js.map +1 -0
  329. package/lib/commonjs/utils/normalize.js +16 -0
  330. package/lib/commonjs/utils/normalize.js.map +1 -0
  331. package/lib/commonjs/utils/permissions.js +20 -0
  332. package/lib/commonjs/utils/permissions.js.map +1 -0
  333. package/lib/commonjs/utils/screenStore.js +11 -0
  334. package/lib/commonjs/utils/screenStore.js.map +1 -0
  335. package/lib/module/@types/ArgsType.js +2 -0
  336. package/lib/module/@types/ArgsType.js.map +1 -1
  337. package/lib/module/@types/FontsType.js +1 -1
  338. package/lib/module/@types/FontsType.js.map +1 -1
  339. package/lib/module/@types/ResultType.js +1 -1
  340. package/lib/module/@types/ResultType.js.map +1 -1
  341. package/lib/module/@types/ResultTypes.js +2 -0
  342. package/lib/module/@types/ResultTypes.js.map +1 -1
  343. package/lib/module/@types/TextsType.js +1 -1
  344. package/lib/module/@types/TextsType.js.map +1 -1
  345. package/lib/module/@types/ThemeType.js +1 -1
  346. package/lib/module/@types/ThemeType.js.map +1 -1
  347. package/lib/module/NativeRnLiveness3d.js +2 -0
  348. package/lib/module/NativeRnLiveness3d.js.map +1 -1
  349. package/lib/module/actions/BackButton.js +8 -4
  350. package/lib/module/actions/BackButton.js.map +1 -1
  351. package/lib/module/actions/ContinueButton.js +8 -4
  352. package/lib/module/actions/ContinueButton.js.map +1 -1
  353. package/lib/module/actions/PermissionButton.js +8 -4
  354. package/lib/module/actions/PermissionButton.js.map +1 -1
  355. package/lib/module/context/Liveness3DContext.js +7 -3
  356. package/lib/module/context/Liveness3DContext.js.map +1 -1
  357. package/lib/module/helpers/Liveness3DHelper.js +6 -1
  358. package/lib/module/helpers/Liveness3DHelper.js.map +1 -1
  359. package/lib/module/index.js +32 -25
  360. package/lib/module/index.js.map +1 -1
  361. package/lib/module/interfaces/Liveness3DHelper.js +2 -0
  362. package/lib/module/interfaces/Liveness3DHelper.js.map +1 -1
  363. package/lib/module/interfaces/OitiBackButtonInterface.js +2 -0
  364. package/lib/module/interfaces/OitiBackButtonInterface.js.map +1 -1
  365. package/lib/module/interfaces/OitiContinueButton.js +2 -0
  366. package/lib/module/interfaces/OitiContinueButton.js.map +1 -1
  367. package/lib/module/interfaces/OitiPermissionButtonInterface.js +2 -0
  368. package/lib/module/interfaces/OitiPermissionButtonInterface.js.map +1 -1
  369. package/lib/module/package.json +1 -0
  370. package/lib/module/screens/Liveness3D/InstructionsView.js +67 -47
  371. package/lib/module/screens/Liveness3D/InstructionsView.js.map +1 -1
  372. package/lib/module/screens/PermissionView.js +42 -29
  373. package/lib/module/screens/PermissionView.js.map +1 -1
  374. package/lib/module/utils/continueButton.js +2 -0
  375. package/lib/module/utils/continueButton.js.map +1 -1
  376. package/lib/module/utils/normalize.js +2 -0
  377. package/lib/module/utils/normalize.js.map +1 -1
  378. package/lib/module/utils/permissions.js +2 -0
  379. package/lib/module/utils/permissions.js.map +1 -1
  380. package/lib/module/utils/screenStore.js +2 -0
  381. package/lib/module/utils/screenStore.js.map +1 -1
  382. package/lib/typescript/src/@types/ArgsType.d.ts +18 -0
  383. package/lib/typescript/src/@types/ArgsType.d.ts.map +1 -0
  384. package/lib/typescript/src/@types/FontsType.d.ts +12 -0
  385. package/lib/typescript/src/@types/FontsType.d.ts.map +1 -0
  386. package/lib/typescript/src/@types/ResultType.d.ts +13 -0
  387. package/lib/typescript/src/@types/ResultType.d.ts.map +1 -0
  388. package/lib/typescript/src/@types/ResultTypes.d.ts +8 -0
  389. package/lib/typescript/src/@types/ResultTypes.d.ts.map +1 -0
  390. package/lib/typescript/src/@types/TextsType.d.ts +36 -0
  391. package/lib/typescript/src/@types/TextsType.d.ts.map +1 -0
  392. package/lib/typescript/src/@types/ThemeType.d.ts +48 -0
  393. package/lib/typescript/src/@types/ThemeType.d.ts.map +1 -0
  394. package/lib/typescript/src/NativeRnLiveness3d.d.ts +9 -0
  395. package/lib/typescript/src/NativeRnLiveness3d.d.ts.map +1 -0
  396. package/lib/typescript/src/actions/BackButton.d.ts +4 -0
  397. package/lib/typescript/src/actions/BackButton.d.ts.map +1 -0
  398. package/lib/typescript/src/actions/ContinueButton.d.ts +4 -0
  399. package/lib/typescript/src/actions/ContinueButton.d.ts.map +1 -0
  400. package/lib/typescript/src/actions/PermissionButton.d.ts +4 -0
  401. package/lib/typescript/src/actions/PermissionButton.d.ts.map +1 -0
  402. package/lib/typescript/src/context/Liveness3DContext.d.ts +28 -0
  403. package/lib/typescript/src/context/Liveness3DContext.d.ts.map +1 -0
  404. package/lib/typescript/src/helpers/Liveness3DHelper.d.ts +4 -0
  405. package/lib/typescript/src/helpers/Liveness3DHelper.d.ts.map +1 -0
  406. package/lib/typescript/src/index.d.ts +30 -0
  407. package/lib/typescript/src/index.d.ts.map +1 -0
  408. package/lib/typescript/src/interfaces/Liveness3DHelper.d.ts +9 -0
  409. package/lib/typescript/src/interfaces/Liveness3DHelper.d.ts.map +1 -0
  410. package/lib/typescript/src/interfaces/OitiBackButtonInterface.d.ts +6 -0
  411. package/lib/typescript/src/interfaces/OitiBackButtonInterface.d.ts.map +1 -0
  412. package/lib/typescript/src/interfaces/OitiContinueButton.d.ts +6 -0
  413. package/lib/typescript/src/interfaces/OitiContinueButton.d.ts.map +1 -0
  414. package/lib/typescript/src/interfaces/OitiPermissionButtonInterface.d.ts +6 -0
  415. package/lib/typescript/src/interfaces/OitiPermissionButtonInterface.d.ts.map +1 -0
  416. package/lib/typescript/src/screens/Liveness3D/InstructionsView.d.ts +5 -0
  417. package/lib/typescript/src/screens/Liveness3D/InstructionsView.d.ts.map +1 -0
  418. package/lib/typescript/src/screens/PermissionView.d.ts +5 -0
  419. package/lib/typescript/src/screens/PermissionView.d.ts.map +1 -0
  420. package/lib/typescript/src/utils/continueButton.d.ts +2 -0
  421. package/lib/typescript/src/utils/continueButton.d.ts.map +1 -0
  422. package/lib/typescript/src/utils/normalize.d.ts +2 -0
  423. package/lib/typescript/src/utils/normalize.d.ts.map +1 -0
  424. package/lib/typescript/src/utils/permissions.d.ts +3 -0
  425. package/lib/typescript/src/utils/permissions.d.ts.map +1 -0
  426. package/lib/typescript/src/utils/screenStore.d.ts +5 -0
  427. package/lib/typescript/src/utils/screenStore.d.ts.map +1 -0
  428. package/oiti-rn-liveness3d.podspec +27 -6
  429. package/package.json +55 -48
@@ -0,0 +1,184 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = PermissionView;
7
+ var _reactNative = require("react-native");
8
+ var _normalize = require("../utils/normalize");
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ const {
11
+ height: SCREEN_HEIGHT
12
+ } = _reactNative.Dimensions.get('window');
13
+
14
+ //const scaleW = SCREEN_WIDTH / 320;
15
+ const scaleH = SCREEN_HEIGHT / 920;
16
+ function PermissionView({
17
+ onVerify,
18
+ onBack
19
+ }) {
20
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
21
+ style: styles.container,
22
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
23
+ style: styles.navigationBar,
24
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
25
+ onPress: () => onBack(),
26
+ style: styles.navigationBar,
27
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, {
28
+ source: require('../assets/images/left-arrow-b.png'),
29
+ style: styles.leftArrow
30
+ })
31
+ })
32
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
33
+ style: styles.containerPerm,
34
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
35
+ style: styles.imgContainer,
36
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, {
37
+ source: require('../assets/images/camera_alt.png'),
38
+ style: styles.imgFace
39
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
40
+ style: styles.intructions,
41
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
42
+ style: styles.title,
43
+ children: "Permiss\xF5es da c\xE2mera desativadas."
44
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
45
+ style: styles.subtitle,
46
+ children: "Habilitar as configura\xE7\xF5es do seu aparelho."
47
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
48
+ onPress: () => onVerify(),
49
+ style: styles.nextBtn,
50
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
51
+ style: styles.nextText,
52
+ children: "Verificar"
53
+ })
54
+ })]
55
+ })]
56
+ })
57
+ })]
58
+ });
59
+ }
60
+ const styles = _reactNative.StyleSheet.create({
61
+ container: {
62
+ flex: 1,
63
+ alignItems: 'center',
64
+ backgroundColor: '#FFFFF',
65
+ width: '100%',
66
+ justifyContent: 'center'
67
+ },
68
+ rowInstructions: {
69
+ width: '100%',
70
+ flex: 2,
71
+ alignItems: 'center',
72
+ flexDirection: 'row'
73
+ },
74
+ viewBtn: {
75
+ width: '90%',
76
+ flex: 1,
77
+ justifyContent: 'center',
78
+ alignItems: 'center'
79
+ },
80
+ navigationBar: {
81
+ width: '100%',
82
+ backgroundColor: '#FFF'
83
+ },
84
+ containerPerm: {
85
+ width: '100%',
86
+ backgroundColor: '#FFFFFF',
87
+ justifyContent: 'center',
88
+ flex: 1,
89
+ alignItems: 'center'
90
+ },
91
+ intructions: {
92
+ width: '90%',
93
+ flex: 1
94
+ },
95
+ boxIcon: {
96
+ width: 64,
97
+ height: 64,
98
+ alignItems: 'center',
99
+ justifyContent: 'center',
100
+ borderColor: '#E0E0E0',
101
+ borderWidth: 1,
102
+ backgroundColor: '#F5f5f5',
103
+ borderRadius: 100
104
+ },
105
+ boxText: {
106
+ paddingLeft: 20,
107
+ width: '75%',
108
+ color: '#000000',
109
+ fontSize: 25
110
+ },
111
+ imgContainer: {
112
+ flex: 1,
113
+ width: '90%',
114
+ marginTop: 100,
115
+ alignItems: 'center',
116
+ textAlign: 'center',
117
+ justifyContent: 'center'
118
+ },
119
+ title: {
120
+ marginTop: 30,
121
+ width: '100%',
122
+ marginBottom: 20,
123
+ fontSize: 29,
124
+ fontWeight: 'bold',
125
+ alignItems: 'center',
126
+ textAlign: 'center',
127
+ /* fontFamily: 'Ubuntu-Bold', */
128
+ color: '#1E1E1E'
129
+ },
130
+ nextBtn: {
131
+ width: '100%',
132
+ backgroundColor: '#05D758',
133
+ alignItems: 'center',
134
+ fontWeight: 900,
135
+ borderRadius: 50,
136
+ marginTop: 0
137
+ },
138
+ nextText: {
139
+ /* fontFamily: 'Ubuntu-Medium', */
140
+ fontSize: 25,
141
+ margin: 13
142
+ },
143
+ boxBtn: {
144
+ width: '100%',
145
+ flex: 1,
146
+ borderTopLeftRadius: 35,
147
+ borderTopRightRadius: 35,
148
+ alignItems: 'center',
149
+ backgroundColor: '#FFFFFF'
150
+ },
151
+ subtitle: {
152
+ /* fontFamily: 'Ubuntu-Regular', */
153
+ fontSize: 23,
154
+ width: '100%',
155
+ color: '#666666',
156
+ alignItems: 'center',
157
+ textAlign: 'center',
158
+ paddingBottom: 25
159
+ },
160
+ iconTop: {
161
+ marginTop: 60,
162
+ marginLeft: 20,
163
+ width: 55,
164
+ height: 55
165
+ },
166
+ leftArrow: {
167
+ marginTop: (0, _normalize.normalize)(70, scaleH),
168
+ marginLeft: 20,
169
+ width: 25,
170
+ height: 25
171
+ },
172
+ imgFace: {},
173
+ waveTop: {
174
+ flex: 1,
175
+ width: '100%',
176
+ height: 400
177
+ },
178
+ box: {
179
+ width: 60,
180
+ height: 60,
181
+ marginVertical: 20
182
+ }
183
+ });
184
+ //# sourceMappingURL=PermissionView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_normalize","_jsxRuntime","height","SCREEN_HEIGHT","Dimensions","get","scaleH","PermissionView","onVerify","onBack","jsxs","View","style","styles","container","children","jsx","navigationBar","TouchableOpacity","onPress","Image","source","leftArrow","containerPerm","imgContainer","imgFace","intructions","Text","title","subtitle","nextBtn","nextText","StyleSheet","create","flex","alignItems","backgroundColor","width","justifyContent","rowInstructions","flexDirection","viewBtn","boxIcon","borderColor","borderWidth","borderRadius","boxText","paddingLeft","color","fontSize","marginTop","textAlign","marginBottom","fontWeight","margin","boxBtn","borderTopLeftRadius","borderTopRightRadius","paddingBottom","iconTop","marginLeft","normalize","waveTop","box","marginVertical"],"sourceRoot":"../../../src","sources":["screens/PermissionView.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.continueButton = void 0;
7
+ var _permissions = require("./permissions");
8
+ const continueButton = () => {
9
+ return (0, _permissions.checkCameraPermissionGranted)();
10
+ };
11
+ exports.continueButton = continueButton;
12
+ //# sourceMappingURL=continueButton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_permissions","require","continueButton","checkCameraPermissionGranted","exports"],"sourceRoot":"../../../src","sources":["utils/continueButton.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAEO,MAAMC,cAAc,GAAGA,CAAA,KAAe;EAC3C,OAAO,IAAAC,yCAA4B,EAAC,CAAC;AACvC,CAAC;AAACC,OAAA,CAAAF,cAAA,GAAAA,cAAA","ignoreList":[]}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.normalize = normalize;
7
+ var _reactNative = require("react-native");
8
+ function normalize(size, scale) {
9
+ const newSize = size * scale;
10
+ if (_reactNative.Platform.OS === 'ios') {
11
+ return size;
12
+ } else {
13
+ return Math.round(_reactNative.PixelRatio.roundToNearestPixel(newSize)) - 10;
14
+ }
15
+ }
16
+ //# sourceMappingURL=normalize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","normalize","size","scale","newSize","Platform","OS","Math","round","PixelRatio","roundToNearestPixel"],"sourceRoot":"../../../src","sources":["utils/normalize.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAEO,SAASC,SAASA,CAACC,IAAS,EAAEC,KAAU,EAAE;EAC/C,MAAMC,OAAO,GAAGF,IAAI,GAAGC,KAAK;EAC5B,IAAIE,qBAAQ,CAACC,EAAE,KAAK,KAAK,EAAE;IACzB,OAAOJ,IAAI;EACb,CAAC,MAAM;IACL,OAAOK,IAAI,CAACC,KAAK,CAACC,uBAAU,CAACC,mBAAmB,CAACN,OAAO,CAAC,CAAC,GAAG,EAAE;EACjE;AACF","ignoreList":[]}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.checkCameraPermissionGranted = checkCameraPermissionGranted;
7
+ exports.requestCameraPermission = requestCameraPermission;
8
+ var _NativeRnLiveness3d = _interopRequireDefault(require("../NativeRnLiveness3d"));
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ function checkCameraPermissionGranted() {
11
+ return _NativeRnLiveness3d.default.checkCameraPermissionGranted();
12
+ }
13
+ function requestCameraPermission() {
14
+ return new Promise((resolve, _reject) => {
15
+ _NativeRnLiveness3d.default.requestCameraPermission(result => {
16
+ resolve(result);
17
+ });
18
+ });
19
+ }
20
+ //# sourceMappingURL=permissions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_NativeRnLiveness3d","_interopRequireDefault","require","e","__esModule","default","checkCameraPermissionGranted","RnLiveness3d","requestCameraPermission","Promise","resolve","_reject","result"],"sourceRoot":"../../../src","sources":["utils/permissions.tsx"],"mappings":";;;;;;;AAAA,IAAAA,mBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAiD,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAE1C,SAASG,4BAA4BA,CAAA,EAAY;EACtD,OAAOC,2BAAY,CAACD,4BAA4B,CAAC,CAAC;AACpD;AAEO,SAASE,uBAAuBA,CAAA,EAAqB;EAC1D,OAAO,IAAIC,OAAO,CAAC,CAACC,OAAO,EAAEC,OAAO,KAAK;IACvCJ,2BAAY,CAACC,uBAAuB,CAAEI,MAAM,IAAK;MAC/CF,OAAO,CAACE,MAAM,CAAC;IACjB,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ","ignoreList":[]}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.SCREEN = void 0;
7
+ const SCREEN = exports.SCREEN = Object.freeze({
8
+ INSTRUCTION_VIEW: 1,
9
+ PERMISSION_VIEW: 2
10
+ });
11
+ //# sourceMappingURL=screenStore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["SCREEN","exports","Object","freeze","INSTRUCTION_VIEW","PERMISSION_VIEW"],"sourceRoot":"../../../src","sources":["utils/screenStore.tsx"],"mappings":";;;;;;AAAO,MAAMA,MAAM,GAAAC,OAAA,CAAAD,MAAA,GAAGE,MAAM,CAACC,MAAM,CAAC;EAClCC,gBAAgB,EAAE,CAAC;EACnBC,eAAe,EAAE;AACnB,CAAU,CAAC","ignoreList":[]}
@@ -1,2 +1,4 @@
1
+ "use strict";
2
+
1
3
  export {};
2
4
  //# sourceMappingURL=ArgsType.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ArgsType.ts"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ArgsType.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=FontsType.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/FontsType.ts"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/FontsType.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=ResultType.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ResultType.ts"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ResultType.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,4 @@
1
+ "use strict";
2
+
1
3
  export {};
2
4
  //# sourceMappingURL=ResultTypes.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ResultTypes.ts"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ResultTypes.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=TextsType.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/TextsType.ts"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/TextsType.ts"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
-
1
+ "use strict";
2
2
  //# sourceMappingURL=ThemeType.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ThemeType.ts"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ThemeType.ts"],"mappings":"","ignoreList":[]}
@@ -1,3 +1,5 @@
1
+ "use strict";
2
+
1
3
  import { TurboModuleRegistry } from 'react-native';
2
4
  export default TurboModuleRegistry.getEnforcing('RnLiveness3d');
3
5
  //# sourceMappingURL=NativeRnLiveness3d.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["TurboModuleRegistry","getEnforcing"],"sourceRoot":"../../src","sources":["NativeRnLiveness3d.ts"],"mappings":"AAAA,SAASA,mBAAmB,QAA0B,cAAc;AAQpE,eAAeA,mBAAmB,CAACC,YAAY,CAAO,cAAc,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["TurboModuleRegistry","getEnforcing"],"sourceRoot":"../../src","sources":["NativeRnLiveness3d.ts"],"mappings":";;AAAA,SAASA,mBAAmB,QAA0B,cAAc;AAQpE,eAAeA,mBAAmB,CAACC,YAAY,CAAO,cAAc,CAAC","ignoreList":[]}
@@ -1,7 +1,9 @@
1
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
1
+ "use strict";
2
+
2
3
  import React, { useRef } from 'react';
3
4
  import { TouchableOpacity } from 'react-native';
4
5
  import { useLiveness3DContext } from '../context/Liveness3DContext';
6
+ import { jsx as _jsx } from "react/jsx-runtime";
5
7
  export const BackButton = ({
6
8
  children,
7
9
  ...props
@@ -16,10 +18,12 @@ export const BackButton = ({
16
18
  return (
17
19
  /*#__PURE__*/
18
20
  //@ts-ignore
19
- React.createElement(TouchableOpacity, _extends({
21
+ _jsx(TouchableOpacity, {
20
22
  ref: touchableOpacityRef,
21
- onPress: handlePress
22
- }, props), children)
23
+ onPress: handlePress,
24
+ ...props,
25
+ children: children
26
+ })
23
27
  );
24
28
  };
25
29
  //# sourceMappingURL=BackButton.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","useRef","TouchableOpacity","useLiveness3DContext","BackButton","children","props","touchableOpacityRef","onBack","handlePress","createElement","_extends","ref","onPress"],"sourceRoot":"../../../src","sources":["actions/BackButton.tsx"],"mappings":";AAAA,OAAOA,KAAK,IAAIC,MAAM,QAAQ,OAAO;AACrC,SAASC,gBAAgB,QAAQ,cAAc;AAC/C,SAASC,oBAAoB,QAAQ,8BAA8B;AAGnE,OAAO,MAAMC,UAA6C,GAAGA,CAAC;EAC5DC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,mBAAmB,GAAGN,MAAM,CAAC,IAAI,CAAC;EACxC,MAAM;IAAEO;EAAO,CAAC,GAAGL,oBAAoB,CAAC,CAAC;EAEzC,MAAMM,WAAW,GAAGA,CAAA,KAAM;IACxBD,MAAM,CAAC,CAAC;EACV,CAAC;EAED;IAAA;IACE;IACAR,KAAA,CAAAU,aAAA,CAACR,gBAAgB,EAAAS,QAAA;MACfC,GAAG,EAAEL,mBAAoB;MACzBM,OAAO,EAAEJ;IAAY,GACjBH,KAAK,GAERD,QACe;EAAC;AAEvB,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","useRef","TouchableOpacity","useLiveness3DContext","jsx","_jsx","BackButton","children","props","touchableOpacityRef","onBack","handlePress","ref","onPress"],"sourceRoot":"../../../src","sources":["actions/BackButton.tsx"],"mappings":";;AAAA,OAAOA,KAAK,IAAIC,MAAM,QAAQ,OAAO;AACrC,SAASC,gBAAgB,QAAQ,cAAc;AAC/C,SAASC,oBAAoB,QAAQ,8BAA8B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAGpE,OAAO,MAAMC,UAA6C,GAAGA,CAAC;EAC5DC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,mBAAmB,GAAGR,MAAM,CAAC,IAAI,CAAC;EACxC,MAAM;IAAES;EAAO,CAAC,GAAGP,oBAAoB,CAAC,CAAC;EAEzC,MAAMQ,WAAW,GAAGA,CAAA,KAAM;IACxBD,MAAM,CAAC,CAAC;EACV,CAAC;EAED;IAAA;IACE;IACAL,IAAA,CAACH,gBAAgB;MACfU,GAAG,EAAEH,mBAAoB;MACzBI,OAAO,EAAEF,WAAY;MAAA,GACjBH,KAAK;MAAAD,QAAA,EAERA;IAAQ,CACO;EAAC;AAEvB,CAAC","ignoreList":[]}
@@ -1,8 +1,10 @@
1
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
1
+ "use strict";
2
+
2
3
  import React, { useRef } from 'react';
3
4
  import { TouchableOpacity } from 'react-native';
4
5
  import { useLiveness3DContext } from '../context/Liveness3DContext';
5
6
  import { continueButton } from '../utils/continueButton';
7
+ import { jsx as _jsx } from "react/jsx-runtime";
6
8
  export const ContinueButton = ({
7
9
  children,
8
10
  ...props
@@ -25,10 +27,12 @@ export const ContinueButton = ({
25
27
  return (
26
28
  /*#__PURE__*/
27
29
  //@ts-ignore
28
- React.createElement(TouchableOpacity, _extends({
30
+ _jsx(TouchableOpacity, {
29
31
  ref: touchableOpacityRef,
30
- onPress: handlePress
31
- }, props), children)
32
+ onPress: handlePress,
33
+ ...props,
34
+ children: children
35
+ })
32
36
  );
33
37
  };
34
38
  //# sourceMappingURL=ContinueButton.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","useRef","TouchableOpacity","useLiveness3DContext","continueButton","ContinueButton","children","props","touchableOpacityRef","setScreen","startLiveness","onContinue","handlePress","createElement","_extends","ref","onPress"],"sourceRoot":"../../../src","sources":["actions/ContinueButton.tsx"],"mappings":";AAAA,OAAOA,KAAK,IAAIC,MAAM,QAAQ,OAAO;AACrC,SAASC,gBAAgB,QAAQ,cAAc;AAC/C,SAASC,oBAAoB,QAAQ,8BAA8B;AACnE,SAASC,cAAc,QAAQ,yBAAyB;AAGxD,OAAO,MAAMC,cAAqD,GAAGA,CAAC;EACpEC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,mBAAmB,GAAGP,MAAM,CAAC,IAAI,CAAC;EACxC,MAAM;IAAEQ,SAAS;IAAEC;EAAc,CAAC,GAAGP,oBAAoB,CAAC,CAAC;EAE3D,SAASQ,UAAUA,CAAA,EAAG;IACpB,IAAIP,cAAc,CAAC,CAAC,KAAK,IAAI,EAAE;MAC7BM,aAAa,CAAC,CAAC;IACjB,CAAC,MAAM;MACLD,SAAS,CAAC,CAAC,CAAC;IACd;EACF;EAEA,MAAMG,WAAW,GAAGA,CAAA,KAAM;IACxBD,UAAU,CAAC,CAAC;EACd,CAAC;EAED;IAAA;IACE;IACAX,KAAA,CAAAa,aAAA,CAACX,gBAAgB,EAAAY,QAAA;MACfC,GAAG,EAAEP,mBAAoB;MACzBQ,OAAO,EAAEJ;IAAY,GACjBL,KAAK,GAERD,QACe;EAAC;AAEvB,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","useRef","TouchableOpacity","useLiveness3DContext","continueButton","jsx","_jsx","ContinueButton","children","props","touchableOpacityRef","setScreen","startLiveness","onContinue","handlePress","ref","onPress"],"sourceRoot":"../../../src","sources":["actions/ContinueButton.tsx"],"mappings":";;AAAA,OAAOA,KAAK,IAAIC,MAAM,QAAQ,OAAO;AACrC,SAASC,gBAAgB,QAAQ,cAAc;AAC/C,SAASC,oBAAoB,QAAQ,8BAA8B;AACnE,SAASC,cAAc,QAAQ,yBAAyB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAGzD,OAAO,MAAMC,cAAqD,GAAGA,CAAC;EACpEC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,mBAAmB,GAAGT,MAAM,CAAC,IAAI,CAAC;EACxC,MAAM;IAAEU,SAAS;IAAEC;EAAc,CAAC,GAAGT,oBAAoB,CAAC,CAAC;EAE3D,SAASU,UAAUA,CAAA,EAAG;IACpB,IAAIT,cAAc,CAAC,CAAC,KAAK,IAAI,EAAE;MAC7BQ,aAAa,CAAC,CAAC;IACjB,CAAC,MAAM;MACLD,SAAS,CAAC,CAAC,CAAC;IACd;EACF;EAEA,MAAMG,WAAW,GAAGA,CAAA,KAAM;IACxBD,UAAU,CAAC,CAAC;EACd,CAAC;EAED;IAAA;IACE;IACAP,IAAA,CAACJ,gBAAgB;MACfa,GAAG,EAAEL,mBAAoB;MACzBM,OAAO,EAAEF,WAAY;MAAA,GACjBL,KAAK;MAAAD,QAAA,EAERA;IAAQ,CACO;EAAC;AAEvB,CAAC","ignoreList":[]}
@@ -1,7 +1,9 @@
1
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
1
+ "use strict";
2
+
2
3
  import React, { useRef } from 'react';
3
4
  import { TouchableOpacity } from 'react-native';
4
5
  import { useLiveness3DContext } from '../context/Liveness3DContext';
6
+ import { jsx as _jsx } from "react/jsx-runtime";
5
7
  export const PermissionButton = ({
6
8
  children,
7
9
  ...props
@@ -16,10 +18,12 @@ export const PermissionButton = ({
16
18
  return (
17
19
  /*#__PURE__*/
18
20
  //@ts-ignore
19
- React.createElement(TouchableOpacity, _extends({
21
+ _jsx(TouchableOpacity, {
20
22
  ref: touchableOpacityRef,
21
- onPress: handlePress
22
- }, props), children)
23
+ onPress: handlePress,
24
+ ...props,
25
+ children: children
26
+ })
23
27
  );
24
28
  };
25
29
  //# sourceMappingURL=PermissionButton.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","useRef","TouchableOpacity","useLiveness3DContext","PermissionButton","children","props","touchableOpacityRef","onRequestCameraPermission","handlePress","createElement","_extends","ref","onPress"],"sourceRoot":"../../../src","sources":["actions/PermissionButton.tsx"],"mappings":";AAAA,OAAOA,KAAK,IAAIC,MAAM,QAAQ,OAAO;AACrC,SAASC,gBAAgB,QAAQ,cAAc;AAC/C,SAASC,oBAAoB,QAAQ,8BAA8B;AAGnE,OAAO,MAAMC,gBAAyD,GAAGA,CAAC;EACxEC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,mBAAmB,GAAGN,MAAM,CAAC,IAAI,CAAC;EACxC,MAAM;IAAEO;EAA0B,CAAC,GAAGL,oBAAoB,CAAC,CAAC;EAE5D,MAAMM,WAAW,GAAGA,CAAA,KAAM;IACxBD,yBAAyB,CAAC,CAAC;EAC7B,CAAC;EAED;IAAA;IACE;IACAR,KAAA,CAAAU,aAAA,CAACR,gBAAgB,EAAAS,QAAA;MACfC,GAAG,EAAEL,mBAAoB;MACzBM,OAAO,EAAEJ;IAAY,GACjBH,KAAK,GAERD,QACe;EAAC;AAEvB,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","useRef","TouchableOpacity","useLiveness3DContext","jsx","_jsx","PermissionButton","children","props","touchableOpacityRef","onRequestCameraPermission","handlePress","ref","onPress"],"sourceRoot":"../../../src","sources":["actions/PermissionButton.tsx"],"mappings":";;AAAA,OAAOA,KAAK,IAAIC,MAAM,QAAQ,OAAO;AACrC,SAASC,gBAAgB,QAAQ,cAAc;AAC/C,SAASC,oBAAoB,QAAQ,8BAA8B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAGpE,OAAO,MAAMC,gBAAyD,GAAGA,CAAC;EACxEC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,mBAAmB,GAAGR,MAAM,CAAC,IAAI,CAAC;EACxC,MAAM;IAAES;EAA0B,CAAC,GAAGP,oBAAoB,CAAC,CAAC;EAE5D,MAAMQ,WAAW,GAAGA,CAAA,KAAM;IACxBD,yBAAyB,CAAC,CAAC;EAC7B,CAAC;EAED;IAAA;IACE;IACAL,IAAA,CAACH,gBAAgB;MACfU,GAAG,EAAEH,mBAAoB;MACzBI,OAAO,EAAEF,WAAY;MAAA,GACjBH,KAAK;MAAAD,QAAA,EAERA;IAAQ,CACO;EAAC;AAEvB,CAAC","ignoreList":[]}
@@ -1,6 +1,9 @@
1
+ "use strict";
2
+
1
3
  import { startLiveness3d } from '../index';
2
4
  import React, { createContext, useContext, useState } from 'react';
3
5
  import { requestCameraPermission } from '../utils/permissions';
6
+ import { jsx as _jsx } from "react/jsx-runtime";
4
7
  export const SCREEN = Object.freeze({
5
8
  INSTRUCTION_VIEW: 1,
6
9
  PERMISSION_VIEW: 2
@@ -63,9 +66,10 @@ export const Liveness3DProvider = ({
63
66
  return (
64
67
  /*#__PURE__*/
65
68
  //@ts-ignore
66
- React.createElement(Liveness3DContext.Provider, {
67
- value: contextValue
68
- }, children)
69
+ _jsx(Liveness3DContext.Provider, {
70
+ value: contextValue,
71
+ children: children
72
+ })
69
73
  );
70
74
  };
71
75
  export const useLiveness3DContext = () => {
@@ -1 +1 @@
1
- {"version":3,"names":["startLiveness3d","React","createContext","useContext","useState","requestCameraPermission","SCREEN","Object","freeze","INSTRUCTION_VIEW","PERMISSION_VIEW","Liveness3DContext","undefined","Liveness3DProvider","children","onError","onSuccess","screen","setScreen","navigation","setNavigation","options","setOptions","callbackView","setCallbackView","onLiveness3DError","error","onLiveness3DSuccess","result","onBack","code","message","startLiveness","onRequestCameraPermission","then","contextValue","createElement","Provider","value","useLiveness3DContext","context","Error"],"sourceRoot":"../../../src","sources":["context/Liveness3DContext.tsx"],"mappings":"AAAA,SAASA,eAAe,QAAQ,UAAU;AAC1C,OAAOC,KAAK,IAAIC,aAAa,EAAWC,UAAU,EAAEC,QAAQ,QAAQ,OAAO;AAI3E,SAASC,uBAAuB,QAAQ,sBAAsB;AAE9D,OAAO,MAAMC,MAAM,GAAGC,MAAM,CAACC,MAAM,CAAC;EAClCC,gBAAgB,EAAE,CAAC;EACnBC,eAAe,EAAE;AACnB,CAAU,CAAC;AAkBX,MAAMC,iBAAiB,gBAAGT,aAAa,CACrCU,SACF,CAAC;AAED,OAAO,MAAMC,kBAAkC,GAAGA,CAAC;EACjDC,QAAQ;EACRC,OAAO;EACPC;AACF,CAAC,KAAK;EACJ,MAAM,CAACC,MAAM,EAAEC,SAAS,CAAC,GAAGd,QAAQ,CAAS,CAAC,CAAC;EAC/C,MAAM,CAACe,UAAU,EAAEC,aAAa,CAAC,GAAGhB,QAAQ,CAAM,CAAC;EACnD,MAAM,CAACiB,OAAO,EAAEC,UAAU,CAAC,GAAGlB,QAAQ,CAAW,CAAC;EAClD,MAAM,CAACmB,YAAY,EAAEC,eAAe,CAAC,GAAGpB,QAAQ,CAAS,EAAE,CAAC;EAE5D,MAAMqB,iBAAiB,GAAIC,KAAkB,IAAK;IAChDX,OAAO,CAACW,KAAK,CAAC;EAChB,CAAC;EAED,MAAMC,mBAAmB,GAAIC,MAAqB,IAAK;IACrDZ,SAAS,CAACY,MAAM,CAAC;EACnB,CAAC;EAED,SAASC,MAAMA,CAAA,EAAG;IAChB,QAAQZ,MAAM;MACZ,KAAKX,MAAM,CAACG,gBAAgB;QAC1BgB,iBAAiB,CAAC;UAAEK,IAAI,EAAE,GAAG;UAAEC,OAAO,EAAE;QAAkB,CAAC,CAAC;QAC5D;MACF,KAAKzB,MAAM,CAACI,eAAe;QACzBQ,SAAS,CAAC,CAAC,CAAC;QACZ;IACJ;EACF;EAEA,SAASc,aAAaA,CAAA,EAAG;IACvB,IAAIX,OAAO,EAAE;MACXrB,eAAe,CAACqB,OAAO,EAAEL,SAAS,EAAED,OAAO,CAAC;IAC9C;EACF;EAEA,SAASkB,yBAAyBA,CAAA,EAAG;IACnC5B,uBAAuB,CAAC,CAAC,CAAC6B,IAAI,CAAEN,MAAM,IAAK;MACzCA,MAAM,KAAK,IAAI,IAAII,aAAa,CAAC,CAAC;MAClCJ,MAAM,KAAK,KAAK,IAAIV,SAAS,CAAC,CAAC,CAAC;IAClC,CAAC,CAAC;EACJ;EAEA,MAAMiB,YAAmC,GAAG;IAC1ClB,MAAM;IACNC,SAAS;IACTC,UAAU;IACVC,aAAa;IACbK,iBAAiB;IACjBE,mBAAmB;IACnBE,MAAM;IACNR,OAAO;IACPC,UAAU;IACVU,aAAa;IACbC,yBAAyB;IACzBV,YAAY;IACZC;EACF,CAAC;EAED;IAAA;IACE;IACAvB,KAAA,CAAAmC,aAAA,CAACzB,iBAAiB,CAAC0B,QAAQ;MAACC,KAAK,EAAEH;IAAa,GAC7CrB,QACyB;EAAC;AAEjC,CAAC;AAED,OAAO,MAAMyB,oBAAoB,GAAGA,CAAA,KAA6B;EAC/D,MAAMC,OAAO,GAAGrC,UAAU,CAACQ,iBAAiB,CAAC;EAC7C,IAAI,CAAC6B,OAAO,EAAE;IACZ,MAAM,IAAIC,KAAK,CACb,+DACF,CAAC;EACH;EACA,OAAOD,OAAO;AAChB,CAAC;AAED,eAAe7B,iBAAiB","ignoreList":[]}
1
+ {"version":3,"names":["startLiveness3d","React","createContext","useContext","useState","requestCameraPermission","jsx","_jsx","SCREEN","Object","freeze","INSTRUCTION_VIEW","PERMISSION_VIEW","Liveness3DContext","undefined","Liveness3DProvider","children","onError","onSuccess","screen","setScreen","navigation","setNavigation","options","setOptions","callbackView","setCallbackView","onLiveness3DError","error","onLiveness3DSuccess","result","onBack","code","message","startLiveness","onRequestCameraPermission","then","contextValue","Provider","value","useLiveness3DContext","context","Error"],"sourceRoot":"../../../src","sources":["context/Liveness3DContext.tsx"],"mappings":";;AAAA,SAASA,eAAe,QAAQ,UAAU;AAC1C,OAAOC,KAAK,IAAIC,aAAa,EAAWC,UAAU,EAAEC,QAAQ,QAAQ,OAAO;AAI3E,SAASC,uBAAuB,QAAQ,sBAAsB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE/D,OAAO,MAAMC,MAAM,GAAGC,MAAM,CAACC,MAAM,CAAC;EAClCC,gBAAgB,EAAE,CAAC;EACnBC,eAAe,EAAE;AACnB,CAAU,CAAC;AAkBX,MAAMC,iBAAiB,gBAAGX,aAAa,CACrCY,SACF,CAAC;AAED,OAAO,MAAMC,kBAAkC,GAAGA,CAAC;EACjDC,QAAQ;EACRC,OAAO;EACPC;AACF,CAAC,KAAK;EACJ,MAAM,CAACC,MAAM,EAAEC,SAAS,CAAC,GAAGhB,QAAQ,CAAS,CAAC,CAAC;EAC/C,MAAM,CAACiB,UAAU,EAAEC,aAAa,CAAC,GAAGlB,QAAQ,CAAM,CAAC;EACnD,MAAM,CAACmB,OAAO,EAAEC,UAAU,CAAC,GAAGpB,QAAQ,CAAW,CAAC;EAClD,MAAM,CAACqB,YAAY,EAAEC,eAAe,CAAC,GAAGtB,QAAQ,CAAS,EAAE,CAAC;EAE5D,MAAMuB,iBAAiB,GAAIC,KAAkB,IAAK;IAChDX,OAAO,CAACW,KAAK,CAAC;EAChB,CAAC;EAED,MAAMC,mBAAmB,GAAIC,MAAqB,IAAK;IACrDZ,SAAS,CAACY,MAAM,CAAC;EACnB,CAAC;EAED,SAASC,MAAMA,CAAA,EAAG;IAChB,QAAQZ,MAAM;MACZ,KAAKX,MAAM,CAACG,gBAAgB;QAC1BgB,iBAAiB,CAAC;UAAEK,IAAI,EAAE,GAAG;UAAEC,OAAO,EAAE;QAAkB,CAAC,CAAC;QAC5D;MACF,KAAKzB,MAAM,CAACI,eAAe;QACzBQ,SAAS,CAAC,CAAC,CAAC;QACZ;IACJ;EACF;EAEA,SAASc,aAAaA,CAAA,EAAG;IACvB,IAAIX,OAAO,EAAE;MACXvB,eAAe,CAACuB,OAAO,EAAEL,SAAS,EAAED,OAAO,CAAC;IAC9C;EACF;EAEA,SAASkB,yBAAyBA,CAAA,EAAG;IACnC9B,uBAAuB,CAAC,CAAC,CAAC+B,IAAI,CAAEN,MAAM,IAAK;MACzCA,MAAM,KAAK,IAAI,IAAII,aAAa,CAAC,CAAC;MAClCJ,MAAM,KAAK,KAAK,IAAIV,SAAS,CAAC,CAAC,CAAC;IAClC,CAAC,CAAC;EACJ;EAEA,MAAMiB,YAAmC,GAAG;IAC1ClB,MAAM;IACNC,SAAS;IACTC,UAAU;IACVC,aAAa;IACbK,iBAAiB;IACjBE,mBAAmB;IACnBE,MAAM;IACNR,OAAO;IACPC,UAAU;IACVU,aAAa;IACbC,yBAAyB;IACzBV,YAAY;IACZC;EACF,CAAC;EAED;IAAA;IACE;IACAnB,IAAA,CAACM,iBAAiB,CAACyB,QAAQ;MAACC,KAAK,EAAEF,YAAa;MAAArB,QAAA,EAC7CA;IAAQ,CACiB;EAAC;AAEjC,CAAC;AAED,OAAO,MAAMwB,oBAAoB,GAAGA,CAAA,KAA6B;EAC/D,MAAMC,OAAO,GAAGtC,UAAU,CAACU,iBAAiB,CAAC;EAC7C,IAAI,CAAC4B,OAAO,EAAE;IACZ,MAAM,IAAIC,KAAK,CACb,+DACF,CAAC;EACH;EACA,OAAOD,OAAO;AAChB,CAAC;AAED,eAAe5B,iBAAiB","ignoreList":[]}
@@ -1,5 +1,8 @@
1
+ "use strict";
2
+
1
3
  import { useEffect } from 'react';
2
4
  import { useLiveness3DContext } from '../context/Liveness3DContext';
5
+ import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
3
6
  export const Liveness3DHelper = ({
4
7
  children,
5
8
  options,
@@ -19,6 +22,8 @@ export const Liveness3DHelper = ({
19
22
  }
20
23
  setOptions(options);
21
24
  }, [options, onError, setNavigation, setOptions, setCallbackView]);
22
- return /*#__PURE__*/React.createElement(React.Fragment, null, children);
25
+ return /*#__PURE__*/_jsx(_Fragment, {
26
+ children: children
27
+ });
23
28
  };
24
29
  //# sourceMappingURL=Liveness3DHelper.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["useEffect","useLiveness3DContext","Liveness3DHelper","children","options","onError","setNavigation","setOptions","setCallbackView","appkey","undefined","code","message","React","createElement","Fragment"],"sourceRoot":"../../../src","sources":["helpers/Liveness3DHelper.tsx"],"mappings":"AAAA,SAASA,SAAS,QAAiB,OAAO;AAC1C,SAASC,oBAAoB,QAAQ,8BAA8B;AAGnE,OAAO,MAAMC,gBAA+C,GAAGA,CAAC;EAC9DC,QAAQ;EACRC,OAAO;EACPC;AACF,CAAC,KAAK;EACJ,MAAM;IAAEC,aAAa;IAAEC,UAAU;IAAEC;EAAgB,CAAC,GAAGP,oBAAoB,CAAC,CAAC;EAE7ED,SAAS,CAAC,MAAM;IACd,IACEI,OAAO,CAACK,MAAM,KAAK,IAAI,IACvBL,OAAO,CAACK,MAAM,KAAKC,SAAS,IAC5BN,OAAO,CAACK,MAAM,KAAK,EAAE,EACrB;MACAJ,OAAO,CAAC;QAAEM,IAAI,EAAE,GAAG;QAAEC,OAAO,EAAE;MAAgB,CAAC,CAAC;IAClD;IACAL,UAAU,CAACH,OAAO,CAAC;EACrB,CAAC,EAAE,CAACA,OAAO,EAAEC,OAAO,EAAEC,aAAa,EAAEC,UAAU,EAAEC,eAAe,CAAC,CAAC;EAElE,oBAAOK,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAAE,QAAA,QAAGZ,QAAW,CAAC;AACxB,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["useEffect","useLiveness3DContext","Fragment","_Fragment","jsx","_jsx","Liveness3DHelper","children","options","onError","setNavigation","setOptions","setCallbackView","appkey","undefined","code","message"],"sourceRoot":"../../../src","sources":["helpers/Liveness3DHelper.tsx"],"mappings":";;AAAA,SAASA,SAAS,QAAiB,OAAO;AAC1C,SAASC,oBAAoB,QAAQ,8BAA8B;AAAC,SAAAC,QAAA,IAAAC,SAAA,EAAAC,GAAA,IAAAC,IAAA;AAGpE,OAAO,MAAMC,gBAA+C,GAAGA,CAAC;EAC9DC,QAAQ;EACRC,OAAO;EACPC;AACF,CAAC,KAAK;EACJ,MAAM;IAAEC,aAAa;IAAEC,UAAU;IAAEC;EAAgB,CAAC,GAAGX,oBAAoB,CAAC,CAAC;EAE7ED,SAAS,CAAC,MAAM;IACd,IACEQ,OAAO,CAACK,MAAM,KAAK,IAAI,IACvBL,OAAO,CAACK,MAAM,KAAKC,SAAS,IAC5BN,OAAO,CAACK,MAAM,KAAK,EAAE,EACrB;MACAJ,OAAO,CAAC;QAAEM,IAAI,EAAE,GAAG;QAAEC,OAAO,EAAE;MAAgB,CAAC,CAAC;IAClD;IACAL,UAAU,CAACH,OAAO,CAAC;EACrB,CAAC,EAAE,CAACA,OAAO,EAAEC,OAAO,EAAEC,aAAa,EAAEC,UAAU,EAAEC,eAAe,CAAC,CAAC;EAElE,oBAAOP,IAAA,CAAAF,SAAA;IAAAI,QAAA,EAAGA;EAAQ,CAAG,CAAC;AACxB,CAAC","ignoreList":[]}
@@ -1,3 +1,5 @@
1
+ "use strict";
2
+
1
3
  import { Platform } from 'react-native';
2
4
  import InstructionsView from './screens/Liveness3D/InstructionsView';
3
5
  import PermissionView from './screens/PermissionView';
@@ -5,13 +7,14 @@ import { Liveness3DProvider, SCREEN, useLiveness3DContext } from './context/Live
5
7
  import { Liveness3DHelper } from './helpers/Liveness3DHelper';
6
8
  import { checkCameraPermissionGranted, requestCameraPermission } from './utils/permissions';
7
9
  import RnLiveness3d from './NativeRnLiveness3d';
10
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
8
11
  export function startLiveness3d(options, onSuccess, onError, loading) {
9
12
  let args = {
10
- appkey: (options === null || options === void 0 ? void 0 : options.appkey) === undefined ? '' : options === null || options === void 0 ? void 0 : options.appkey,
11
- environment: (options === null || options === void 0 ? void 0 : options.environment) === undefined ? 'HML' : options === null || options === void 0 ? void 0 : options.environment,
12
- liveness3Dtext: (options === null || options === void 0 ? void 0 : options.liveness3Dtext) || {},
13
- theme: (options === null || options === void 0 ? void 0 : options.theme) || {},
14
- fonts: (options === null || options === void 0 ? void 0 : options.fonts) || {},
13
+ appkey: options?.appkey === undefined ? '' : options?.appkey,
14
+ environment: options?.environment === undefined ? 'HML' : options?.environment,
15
+ liveness3Dtext: options?.liveness3Dtext || {},
16
+ theme: options?.theme || {},
17
+ fonts: options?.fonts || {},
15
18
  loading: loading
16
19
  };
17
20
  RnLiveness3d.startLiveness3d(args).then(result => {
@@ -34,21 +37,23 @@ export function Liveness3dView({
34
37
  return (
35
38
  /*#__PURE__*/
36
39
  //@ts-ignore
37
- React.createElement(Liveness3DProvider, {
40
+ _jsx(Liveness3DProvider, {
38
41
  onError: onError,
39
- onSuccess: onSuccess
40
- }, /*#__PURE__*/React.createElement(Liveness3DHelper, {
41
- options: options,
42
- onError: onError
43
- }, /*#__PURE__*/React.createElement(GetIntructionView, {
44
- CustomInstructionView: CustomInstructionView,
45
- CustomPermissionView: CustomPermissionView,
46
- options: options,
47
- loading: loading,
48
42
  onSuccess: onSuccess,
49
- onError: onError,
50
- onBack: onBack
51
- })))
43
+ children: /*#__PURE__*/_jsx(Liveness3DHelper, {
44
+ options: options,
45
+ onError: onError,
46
+ children: /*#__PURE__*/_jsx(GetIntructionView, {
47
+ CustomInstructionView: CustomInstructionView,
48
+ CustomPermissionView: CustomPermissionView,
49
+ options: options,
50
+ loading: loading,
51
+ onSuccess: onSuccess,
52
+ onError: onError,
53
+ onBack: onBack
54
+ })
55
+ })
56
+ })
52
57
  );
53
58
  }
54
59
  export function GetIntructionView({
@@ -87,13 +92,15 @@ export function GetIntructionView({
87
92
  setScreen(1);
88
93
  }
89
94
  }
90
- return /*#__PURE__*/React.createElement(React.Fragment, null, screen === 1 && (!CustomInstructionView ? /*#__PURE__*/React.createElement(InstructionsView, {
91
- onVerify: verifyPermission,
92
- onBack: onBackScreen
93
- }) : /*#__PURE__*/React.createElement(CustomInstructionView, null)), screen === 2 && (!CustomPermissionView ? /*#__PURE__*/React.createElement(PermissionView, {
94
- onVerify: verifyPermission,
95
- onBack: onBackScreen
96
- }) : /*#__PURE__*/React.createElement(CustomPermissionView, null)));
95
+ return /*#__PURE__*/_jsxs(_Fragment, {
96
+ children: [screen === 1 && (!CustomInstructionView ? /*#__PURE__*/_jsx(InstructionsView, {
97
+ onVerify: verifyPermission,
98
+ onBack: onBackScreen
99
+ }) : /*#__PURE__*/_jsx(CustomInstructionView, {})), screen === 2 && (!CustomPermissionView ? /*#__PURE__*/_jsx(PermissionView, {
100
+ onVerify: verifyPermission,
101
+ onBack: onBackScreen
102
+ }) : /*#__PURE__*/_jsx(CustomPermissionView, {}))]
103
+ });
97
104
  }
98
105
  export { ContinueButton } from './actions/ContinueButton';
99
106
  export { PermissionButton } from './actions/PermissionButton';