@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,90 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.useLiveness3DContext = exports.default = exports.SCREEN = exports.Liveness3DProvider = void 0;
7
+ var _index = require("../index");
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _permissions = require("../utils/permissions");
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
12
+ const SCREEN = exports.SCREEN = Object.freeze({
13
+ INSTRUCTION_VIEW: 1,
14
+ PERMISSION_VIEW: 2
15
+ });
16
+ const Liveness3DContext = /*#__PURE__*/(0, _react.createContext)(undefined);
17
+ const Liveness3DProvider = ({
18
+ children,
19
+ onError,
20
+ onSuccess
21
+ }) => {
22
+ const [screen, setScreen] = (0, _react.useState)(1);
23
+ const [navigation, setNavigation] = (0, _react.useState)();
24
+ const [options, setOptions] = (0, _react.useState)();
25
+ const [callbackView, setCallbackView] = (0, _react.useState)('');
26
+ const onLiveness3DError = error => {
27
+ onError(error);
28
+ };
29
+ const onLiveness3DSuccess = result => {
30
+ onSuccess(result);
31
+ };
32
+ function onBack() {
33
+ switch (screen) {
34
+ case SCREEN.INSTRUCTION_VIEW:
35
+ onLiveness3DError({
36
+ code: '0',
37
+ message: 'RESULT_CANCELED'
38
+ });
39
+ break;
40
+ case SCREEN.PERMISSION_VIEW:
41
+ setScreen(1);
42
+ break;
43
+ }
44
+ }
45
+ function startLiveness() {
46
+ if (options) {
47
+ (0, _index.startLiveness3d)(options, onSuccess, onError);
48
+ }
49
+ }
50
+ function onRequestCameraPermission() {
51
+ (0, _permissions.requestCameraPermission)().then(result => {
52
+ result === true && startLiveness();
53
+ result === false && setScreen(1);
54
+ });
55
+ }
56
+ const contextValue = {
57
+ screen,
58
+ setScreen,
59
+ navigation,
60
+ setNavigation,
61
+ onLiveness3DError,
62
+ onLiveness3DSuccess,
63
+ onBack,
64
+ options,
65
+ setOptions,
66
+ startLiveness,
67
+ onRequestCameraPermission,
68
+ callbackView,
69
+ setCallbackView
70
+ };
71
+ return (
72
+ /*#__PURE__*/
73
+ //@ts-ignore
74
+ (0, _jsxRuntime.jsx)(Liveness3DContext.Provider, {
75
+ value: contextValue,
76
+ children: children
77
+ })
78
+ );
79
+ };
80
+ exports.Liveness3DProvider = Liveness3DProvider;
81
+ const useLiveness3DContext = () => {
82
+ const context = (0, _react.useContext)(Liveness3DContext);
83
+ if (!context) {
84
+ throw new Error('useLiveness3DContext must be used within a Liveness3DProvider');
85
+ }
86
+ return context;
87
+ };
88
+ exports.useLiveness3DContext = useLiveness3DContext;
89
+ var _default = exports.default = Liveness3DContext;
90
+ //# sourceMappingURL=Liveness3DContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_index","require","_react","_interopRequireWildcard","_permissions","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","SCREEN","exports","freeze","INSTRUCTION_VIEW","PERMISSION_VIEW","Liveness3DContext","createContext","undefined","Liveness3DProvider","children","onError","onSuccess","screen","setScreen","useState","navigation","setNavigation","options","setOptions","callbackView","setCallbackView","onLiveness3DError","error","onLiveness3DSuccess","result","onBack","code","message","startLiveness","startLiveness3d","onRequestCameraPermission","requestCameraPermission","then","contextValue","jsx","Provider","value","useLiveness3DContext","context","useContext","Error","_default"],"sourceRoot":"../../../src","sources":["context/Liveness3DContext.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Liveness3DHelper = void 0;
7
+ var _react = require("react");
8
+ var _Liveness3DContext = require("../context/Liveness3DContext");
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ const Liveness3DHelper = ({
11
+ children,
12
+ options,
13
+ onError
14
+ }) => {
15
+ const {
16
+ setNavigation,
17
+ setOptions,
18
+ setCallbackView
19
+ } = (0, _Liveness3DContext.useLiveness3DContext)();
20
+ (0, _react.useEffect)(() => {
21
+ if (options.appkey === null || options.appkey === undefined || options.appkey === '') {
22
+ onError({
23
+ code: '0',
24
+ message: 'invalidAppKey'
25
+ });
26
+ }
27
+ setOptions(options);
28
+ }, [options, onError, setNavigation, setOptions, setCallbackView]);
29
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {
30
+ children: children
31
+ });
32
+ };
33
+ exports.Liveness3DHelper = Liveness3DHelper;
34
+ //# sourceMappingURL=Liveness3DHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_Liveness3DContext","_jsxRuntime","Liveness3DHelper","children","options","onError","setNavigation","setOptions","setCallbackView","useLiveness3DContext","useEffect","appkey","undefined","code","message","jsx","Fragment","exports"],"sourceRoot":"../../../src","sources":["helpers/Liveness3DHelper.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,kBAAA,GAAAD,OAAA;AAAoE,IAAAE,WAAA,GAAAF,OAAA;AAG7D,MAAMG,gBAA+C,GAAGA,CAAC;EAC9DC,QAAQ;EACRC,OAAO;EACPC;AACF,CAAC,KAAK;EACJ,MAAM;IAAEC,aAAa;IAAEC,UAAU;IAAEC;EAAgB,CAAC,GAAG,IAAAC,uCAAoB,EAAC,CAAC;EAE7E,IAAAC,gBAAS,EAAC,MAAM;IACd,IACEN,OAAO,CAACO,MAAM,KAAK,IAAI,IACvBP,OAAO,CAACO,MAAM,KAAKC,SAAS,IAC5BR,OAAO,CAACO,MAAM,KAAK,EAAE,EACrB;MACAN,OAAO,CAAC;QAAEQ,IAAI,EAAE,GAAG;QAAEC,OAAO,EAAE;MAAgB,CAAC,CAAC;IAClD;IACAP,UAAU,CAACH,OAAO,CAAC;EACrB,CAAC,EAAE,CAACA,OAAO,EAAEC,OAAO,EAAEC,aAAa,EAAEC,UAAU,EAAEC,eAAe,CAAC,CAAC;EAElE,oBAAO,IAAAP,WAAA,CAAAc,GAAA,EAAAd,WAAA,CAAAe,QAAA;IAAAb,QAAA,EAAGA;EAAQ,CAAG,CAAC;AACxB,CAAC;AAACc,OAAA,CAAAf,gBAAA,GAAAA,gBAAA","ignoreList":[]}
@@ -0,0 +1,133 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "BackButton", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _BackButton.BackButton;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "ContinueButton", {
13
+ enumerable: true,
14
+ get: function () {
15
+ return _ContinueButton.ContinueButton;
16
+ }
17
+ });
18
+ exports.GetIntructionView = GetIntructionView;
19
+ exports.Liveness3dView = Liveness3dView;
20
+ Object.defineProperty(exports, "PermissionButton", {
21
+ enumerable: true,
22
+ get: function () {
23
+ return _PermissionButton.PermissionButton;
24
+ }
25
+ });
26
+ exports.startLiveness3d = startLiveness3d;
27
+ var _reactNative = require("react-native");
28
+ var _InstructionsView = _interopRequireDefault(require("./screens/Liveness3D/InstructionsView"));
29
+ var _PermissionView = _interopRequireDefault(require("./screens/PermissionView"));
30
+ var _Liveness3DContext = require("./context/Liveness3DContext");
31
+ var _Liveness3DHelper = require("./helpers/Liveness3DHelper");
32
+ var _permissions = require("./utils/permissions");
33
+ var _NativeRnLiveness3d = _interopRequireDefault(require("./NativeRnLiveness3d"));
34
+ var _jsxRuntime = require("react/jsx-runtime");
35
+ var _ContinueButton = require("./actions/ContinueButton");
36
+ var _PermissionButton = require("./actions/PermissionButton");
37
+ var _BackButton = require("./actions/BackButton");
38
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
39
+ function startLiveness3d(options, onSuccess, onError, loading) {
40
+ let args = {
41
+ appkey: options?.appkey === undefined ? '' : options?.appkey,
42
+ environment: options?.environment === undefined ? 'HML' : options?.environment,
43
+ liveness3Dtext: options?.liveness3Dtext || {},
44
+ theme: options?.theme || {},
45
+ fonts: options?.fonts || {},
46
+ loading: loading
47
+ };
48
+ _NativeRnLiveness3d.default.startLiveness3d(args).then(result => {
49
+ if (_reactNative.Platform.OS === 'android') {
50
+ onSuccess(JSON.parse(result));
51
+ } else {
52
+ onSuccess(result);
53
+ }
54
+ }).catch(error => onError(error));
55
+ }
56
+ function Liveness3dView({
57
+ CustomInstructionView,
58
+ CustomPermissionView,
59
+ options,
60
+ loading,
61
+ onSuccess,
62
+ onError,
63
+ onBack
64
+ }) {
65
+ return (
66
+ /*#__PURE__*/
67
+ //@ts-ignore
68
+ (0, _jsxRuntime.jsx)(_Liveness3DContext.Liveness3DProvider, {
69
+ onError: onError,
70
+ onSuccess: onSuccess,
71
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Liveness3DHelper.Liveness3DHelper, {
72
+ options: options,
73
+ onError: onError,
74
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(GetIntructionView, {
75
+ CustomInstructionView: CustomInstructionView,
76
+ CustomPermissionView: CustomPermissionView,
77
+ options: options,
78
+ loading: loading,
79
+ onSuccess: onSuccess,
80
+ onError: onError,
81
+ onBack: onBack
82
+ })
83
+ })
84
+ })
85
+ );
86
+ }
87
+ function GetIntructionView({
88
+ CustomInstructionView,
89
+ CustomPermissionView,
90
+ options,
91
+ loading,
92
+ onSuccess,
93
+ onError,
94
+ onBack
95
+ }) {
96
+ const {
97
+ setScreen,
98
+ screen
99
+ } = (0, _Liveness3DContext.useLiveness3DContext)();
100
+ function onBackScreen() {
101
+ switch (screen) {
102
+ case _Liveness3DContext.SCREEN.INSTRUCTION_VIEW:
103
+ onBack();
104
+ break;
105
+ case _Liveness3DContext.SCREEN.PERMISSION_VIEW:
106
+ setScreen(1);
107
+ break;
108
+ }
109
+ }
110
+ async function verifyPermission() {
111
+ if (screen === 1) {
112
+ if ((0, _permissions.checkCameraPermissionGranted)() === true) {
113
+ startLiveness3d(options, onSuccess, onError, loading);
114
+ } else {
115
+ setScreen(2);
116
+ }
117
+ }
118
+ if (screen === 2) {
119
+ await (0, _permissions.requestCameraPermission)();
120
+ setScreen(1);
121
+ }
122
+ }
123
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
124
+ children: [screen === 1 && (!CustomInstructionView ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_InstructionsView.default, {
125
+ onVerify: verifyPermission,
126
+ onBack: onBackScreen
127
+ }) : /*#__PURE__*/(0, _jsxRuntime.jsx)(CustomInstructionView, {})), screen === 2 && (!CustomPermissionView ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_PermissionView.default, {
128
+ onVerify: verifyPermission,
129
+ onBack: onBackScreen
130
+ }) : /*#__PURE__*/(0, _jsxRuntime.jsx)(CustomPermissionView, {}))]
131
+ });
132
+ }
133
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_InstructionsView","_interopRequireDefault","_PermissionView","_Liveness3DContext","_Liveness3DHelper","_permissions","_NativeRnLiveness3d","_jsxRuntime","_ContinueButton","_PermissionButton","_BackButton","e","__esModule","default","startLiveness3d","options","onSuccess","onError","loading","args","appkey","undefined","environment","liveness3Dtext","theme","fonts","RnLiveness3d","then","result","Platform","OS","JSON","parse","catch","error","Liveness3dView","CustomInstructionView","CustomPermissionView","onBack","jsx","Liveness3DProvider","children","Liveness3DHelper","GetIntructionView","setScreen","screen","useLiveness3DContext","onBackScreen","SCREEN","INSTRUCTION_VIEW","PERMISSION_VIEW","verifyPermission","checkCameraPermissionGranted","requestCameraPermission","jsxs","Fragment","onVerify"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AACA,IAAAA,YAAA,GAAAC,OAAA;AAEA,IAAAC,iBAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,eAAA,GAAAD,sBAAA,CAAAF,OAAA;AAEA,IAAAI,kBAAA,GAAAJ,OAAA;AAKA,IAAAK,iBAAA,GAAAL,OAAA;AACA,IAAAM,YAAA,GAAAN,OAAA;AAIA,IAAAO,mBAAA,GAAAL,sBAAA,CAAAF,OAAA;AAAgD,IAAAQ,WAAA,GAAAR,OAAA;AA8HhD,IAAAS,eAAA,GAAAT,OAAA;AACA,IAAAU,iBAAA,GAAAV,OAAA;AACA,IAAAW,WAAA,GAAAX,OAAA;AAAkD,SAAAE,uBAAAU,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AA9H3C,SAASG,eAAeA,CAC7BC,OAAiB,EACjBC,SAA0C,EAC1CC,OAAqC,EACrCC,OAAqB,EACrB;EACA,IAAIC,IAAc,GAAG;IACnBC,MAAM,EAAEL,OAAO,EAAEK,MAAM,KAAKC,SAAS,GAAG,EAAE,GAAGN,OAAO,EAAEK,MAAM;IAC5DE,WAAW,EACTP,OAAO,EAAEO,WAAW,KAAKD,SAAS,GAAG,KAAK,GAAGN,OAAO,EAAEO,WAAW;IACnEC,cAAc,EAAER,OAAO,EAAEQ,cAAc,IAAI,CAAC,CAAC;IAC7CC,KAAK,EAAET,OAAO,EAAES,KAAK,IAAI,CAAC,CAAC;IAC3BC,KAAK,EAAEV,OAAO,EAAEU,KAAK,IAAI,CAAC,CAAC;IAC3BP,OAAO,EAAEA;EACX,CAAC;EAEDQ,2BAAY,CAACZ,eAAe,CAACK,IAAI,CAAC,CAC/BQ,IAAI,CAAEC,MAAM,IAAK;IAChB,IAAIC,qBAAQ,CAACC,EAAE,KAAK,SAAS,EAAE;MAC7Bd,SAAS,CAACe,IAAI,CAACC,KAAK,CAACJ,MAAM,CAAkB,CAAC;IAChD,CAAC,MAAM;MACLZ,SAAS,CAACY,MAAuB,CAAC;IACpC;EACF,CAAC,CAAC,CACDK,KAAK,CAAEC,KAAK,IAAKjB,OAAO,CAACiB,KAAoB,CAAC,CAAC;AACpD;AAEO,SAASC,cAAcA,CAAC;EAC7BC,qBAAqB;EACrBC,oBAAoB;EACpBtB,OAAO;EACPG,OAAO;EACPF,SAAS;EACTC,OAAO;EACPqB;AASF,CAAC,EAAE;EACD;IAAA;IACE;IACA,IAAA/B,WAAA,CAAAgC,GAAA,EAACpC,kBAAA,CAAAqC,kBAAkB;MAACvB,OAAO,EAAEA,OAAQ;MAACD,SAAS,EAAEA,SAAU;MAAAyB,QAAA,eACzD,IAAAlC,WAAA,CAAAgC,GAAA,EAACnC,iBAAA,CAAAsC,gBAAgB;QAAC3B,OAAO,EAAEA,OAAQ;QAACE,OAAO,EAAEA,OAAQ;QAAAwB,QAAA,eACnD,IAAAlC,WAAA,CAAAgC,GAAA,EAACI,iBAAiB;UAChBP,qBAAqB,EAAEA,qBAAsB;UAC7CC,oBAAoB,EAAEA,oBAAqB;UAC3CtB,OAAO,EAAEA,OAAQ;UACjBG,OAAO,EAAEA,OAAQ;UACjBF,SAAS,EAAEA,SAAU;UACrBC,OAAO,EAAEA,OAAQ;UACjBqB,MAAM,EAAEA;QAAO,CAChB;MAAC,CACc;IAAC,CACD;EAAC;AAEzB;AAEO,SAASK,iBAAiBA,CAAC;EAChCP,qBAAqB;EACrBC,oBAAoB;EACpBtB,OAAO;EACPG,OAAO;EACPF,SAAS;EACTC,OAAO;EACPqB;AASF,CAAC,EAAE;EACD,MAAM;IAAEM,SAAS;IAAEC;EAAO,CAAC,GAAG,IAAAC,uCAAoB,EAAC,CAAC;EAEpD,SAASC,YAAYA,CAAA,EAAG;IACtB,QAAQF,MAAM;MACZ,KAAKG,yBAAM,CAACC,gBAAgB;QAC1BX,MAAM,CAAC,CAAC;QACR;MACF,KAAKU,yBAAM,CAACE,eAAe;QACzBN,SAAS,CAAC,CAAC,CAAC;QACZ;IACJ;EACF;EACA,eAAeO,gBAAgBA,CAAA,EAAG;IAChC,IAAIN,MAAM,KAAK,CAAC,EAAE;MAChB,IAAI,IAAAO,yCAA4B,EAAC,CAAC,KAAK,IAAI,EAAE;QAC3CtC,eAAe,CAACC,OAAO,EAAEC,SAAS,EAAEC,OAAO,EAAEC,OAAO,CAAC;MACvD,CAAC,MAAM;QACL0B,SAAS,CAAC,CAAC,CAAC;MACd;IACF;IACA,IAAIC,MAAM,KAAK,CAAC,EAAE;MAChB,MAAM,IAAAQ,oCAAuB,EAAC,CAAC;MAC/BT,SAAS,CAAC,CAAC,CAAC;IACd;EACF;EAEA,oBACE,IAAArC,WAAA,CAAA+C,IAAA,EAAA/C,WAAA,CAAAgD,QAAA;IAAAd,QAAA,GACGI,MAAM,KAAK,CAAC,KACV,CAACT,qBAAqB,gBACrB,IAAA7B,WAAA,CAAAgC,GAAA,EAACvC,iBAAA,CAAAa,OAAgB;MAAC2C,QAAQ,EAAEL,gBAAiB;MAACb,MAAM,EAAES;IAAa,CAAE,CAAC,gBAEtE,IAAAxC,WAAA,CAAAgC,GAAA,EAACH,qBAAqB,IAAE,CACzB,CAAC,EAEHS,MAAM,KAAK,CAAC,KACV,CAACR,oBAAoB,gBACpB,IAAA9B,WAAA,CAAAgC,GAAA,EAACrC,eAAA,CAAAW,OAAc;MAAC2C,QAAQ,EAAEL,gBAAiB;MAACb,MAAM,EAAES;IAAa,CAAE,CAAC,gBAEpE,IAAAxC,WAAA,CAAAgC,GAAA,EAACF,oBAAoB,IAAE,CACxB,CAAC;EAAA,CACJ,CAAC;AAEP","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=Liveness3DHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/Liveness3DHelper.tsx"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=OitiBackButtonInterface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiBackButtonInterface.tsx"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=OitiContinueButton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiContinueButton.tsx"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=OitiPermissionButtonInterface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiPermissionButtonInterface.tsx"],"mappings":"","ignoreList":[]}
@@ -0,0 +1 @@
1
+ {"type":"commonjs"}
@@ -0,0 +1,223 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = InstructionsView;
7
+ var _reactNative = require("react-native");
8
+ var _normalize = require("../../utils/normalize");
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ const {
11
+ width: SCREEN_WIDTH,
12
+ height: SCREEN_HEIGHT
13
+ } = _reactNative.Dimensions.get('window');
14
+ const scaleW = SCREEN_WIDTH / 320;
15
+ const scaleH = SCREEN_HEIGHT / 920;
16
+ function InstructionsView({
17
+ onVerify,
18
+ onBack
19
+ }) {
20
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
21
+ style: styles.container,
22
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
23
+ onPress: () => onBack(),
24
+ style: styles.navigationBar,
25
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, {
26
+ source: require('../../assets/images/left-arrow.png'),
27
+ style: styles.leftArrow
28
+ })
29
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
30
+ style: styles.boxImg,
31
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
32
+ style: styles.imgContainer,
33
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, {
34
+ source: require('../../assets/images/img_face.png'),
35
+ style: styles.imgFace
36
+ })
37
+ })
38
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
39
+ style: styles.boxBtn,
40
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
41
+ style: styles.title,
42
+ children: "Reconhecimento Facial"
43
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
44
+ style: styles.subtitle,
45
+ children: "Isso garante que voc\xEA \xE9 voc\xEA mesmo."
46
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
47
+ style: styles.intructions,
48
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
49
+ style: styles.rowInstructions,
50
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
51
+ style: styles.boxIcon,
52
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, {
53
+ source: require('../../assets/images/lightbulb_outline.png')
54
+ })
55
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
56
+ style: styles.boxText,
57
+ children: "Escolha um ambiente bem iluminado."
58
+ })]
59
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
60
+ style: styles.rowInstructions,
61
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
62
+ style: styles.boxIcon,
63
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, {
64
+ source: require('../../assets/images/face.png')
65
+ })
66
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
67
+ style: styles.boxText,
68
+ children: "N\xE3o use acess\xF3rios como bon\xE9s, m\xE1scaras e afins."
69
+ })]
70
+ })]
71
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
72
+ style: styles.viewBtn,
73
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
74
+ onPress: () => onVerify(),
75
+ style: styles.nextBtn,
76
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
77
+ style: styles.nextText,
78
+ children: "Continuar"
79
+ })
80
+ })
81
+ })]
82
+ })]
83
+ });
84
+ }
85
+ const styles = _reactNative.StyleSheet.create({
86
+ container: {
87
+ flex: 1,
88
+ alignItems: 'center',
89
+ backgroundColor: '#1648CD',
90
+ width: '100%',
91
+ justifyContent: 'center'
92
+ },
93
+ rowInstructions: {
94
+ width: '100%',
95
+ flex: 2,
96
+ alignItems: 'center',
97
+ flexDirection: 'row'
98
+ },
99
+ viewBtn: {
100
+ width: '90%',
101
+ flex: 1,
102
+ justifyContent: 'center',
103
+ alignItems: 'center'
104
+ },
105
+ navigationBar: {
106
+ width: '100%'
107
+ },
108
+ intructions: {
109
+ width: '90%',
110
+ flex: 1.5
111
+ },
112
+ boxIcon: {
113
+ width: 64,
114
+ height: 64,
115
+ alignItems: 'center',
116
+ justifyContent: 'center',
117
+ borderColor: '#E0E0E0',
118
+ borderWidth: 1,
119
+ backgroundColor: '#F5f5f5',
120
+ borderRadius: 100
121
+ },
122
+ boxText: {
123
+ paddingLeft: 20,
124
+ width: '75%',
125
+ color: '#000000',
126
+ fontSize: (0, _normalize.normalize)(25, scaleW)
127
+ },
128
+ imgContainer: {
129
+ flex: 1,
130
+ width: '90%',
131
+ alignItems: 'center',
132
+ justifyContent: 'flex-end'
133
+ },
134
+ title: {
135
+ marginTop: 30,
136
+ marginLeft: 20,
137
+ width: '90%',
138
+ fontSize: (0, _normalize.normalize)(29, scaleW),
139
+ fontWeight: 'bold',
140
+ /* fontFamily: 'Ubuntu-Bold', */
141
+ color: '#1E1E1E'
142
+ },
143
+ nextBtn: {
144
+ width: 300,
145
+ backgroundColor: '#05D758',
146
+ alignItems: 'center',
147
+ fontWeight: 900,
148
+ borderRadius: 50,
149
+ marginTop: 0
150
+ },
151
+ nextText: {
152
+ /* fontFamily: 'Ubuntu-Medium', */
153
+ fontSize: (0, _normalize.normalize)(25, scaleW),
154
+ margin: 13,
155
+ color: '#000000'
156
+ },
157
+ description_one: {
158
+ textAlign: 'center',
159
+ color: '#FFFFFF',
160
+ /* fontFamily: 'Ubuntu-Bold', */
161
+ fontSize: 30,
162
+ marginLeft: 60,
163
+ marginRight: 60,
164
+ marginTop: 10
165
+ },
166
+ boxInfo: {
167
+ width: '100%',
168
+ paddingTop: 15,
169
+ alignItems: 'center',
170
+ backgroundColor: '#037eee'
171
+ },
172
+ boxBtn: {
173
+ width: '100%',
174
+ flex: _reactNative.Platform.OS === 'ios' ? 1 : 1.3,
175
+ borderTopLeftRadius: 35,
176
+ borderTopRightRadius: 35,
177
+ height: '100%',
178
+ alignItems: 'center',
179
+ backgroundColor: '#FFFFFF'
180
+ },
181
+ boxImg: {
182
+ width: '100%',
183
+ flex: 1,
184
+ height: '100%',
185
+ alignItems: 'center'
186
+ },
187
+ subtitle: {
188
+ /* fontFamily: 'Ubuntu-Regular', */
189
+ fontSize: (0, _normalize.normalize)(20, scaleW),
190
+ marginLeft: 20,
191
+ width: '90%',
192
+ color: '#666666',
193
+ paddingBottom: 25
194
+ },
195
+ iconTop: {
196
+ marginTop: 60,
197
+ marginLeft: 20,
198
+ width: 55,
199
+ height: 55
200
+ },
201
+ leftArrow: {
202
+ marginTop: (0, _normalize.normalize)(70, scaleH),
203
+ marginLeft: 20,
204
+ width: (0, _normalize.normalize)(25, scaleW),
205
+ height: (0, _normalize.normalize)(35, scaleH)
206
+ },
207
+ imgFace: {
208
+ height: '100%',
209
+ flex: 1,
210
+ aspectRatio: 4 / 4.4
211
+ },
212
+ waveTop: {
213
+ flex: 1,
214
+ width: '100%',
215
+ height: 400
216
+ },
217
+ box: {
218
+ width: 60,
219
+ height: 60,
220
+ marginVertical: 20
221
+ }
222
+ });
223
+ //# sourceMappingURL=InstructionsView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_normalize","_jsxRuntime","width","SCREEN_WIDTH","height","SCREEN_HEIGHT","Dimensions","get","scaleW","scaleH","InstructionsView","onVerify","onBack","jsxs","View","style","styles","container","children","jsx","TouchableOpacity","onPress","navigationBar","Image","source","leftArrow","boxImg","imgContainer","imgFace","boxBtn","Text","title","subtitle","intructions","rowInstructions","boxIcon","boxText","viewBtn","nextBtn","nextText","StyleSheet","create","flex","alignItems","backgroundColor","justifyContent","flexDirection","borderColor","borderWidth","borderRadius","paddingLeft","color","fontSize","normalize","marginTop","marginLeft","fontWeight","margin","description_one","textAlign","marginRight","boxInfo","paddingTop","Platform","OS","borderTopLeftRadius","borderTopRightRadius","paddingBottom","iconTop","aspectRatio","waveTop","box","marginVertical"],"sourceRoot":"../../../../src","sources":["screens/Liveness3D/InstructionsView.tsx"],"mappings":"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","ignoreList":[]}