@oiti/rn-liveness3d 5.2.0 → 5.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (349) hide show
  1. package/android/build.gradle +2 -2
  2. package/android/src/main/AndroidManifest.xml +2 -1
  3. package/android/src/main/java/br/com/oiti/rnliveness3d/RnLiveness3dModule.kt +43 -9
  4. package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DTheme.kt +104 -165
  5. package/ios/Podfile +2 -2
  6. package/ios/RnLiveness3d.h +1 -11
  7. package/ios/RnLiveness3d.mm +8 -20
  8. package/ios/RnLiveness3dSwiftModule.swift +131 -93
  9. package/lib/commonjs/@types/ArgsType.js.map +1 -1
  10. package/lib/commonjs/@types/FontsType.js.map +1 -1
  11. package/lib/commonjs/@types/ResultType.js.map +1 -1
  12. package/lib/commonjs/@types/ResultTypes.js.map +1 -1
  13. package/lib/commonjs/@types/TextsType.js.map +1 -1
  14. package/lib/commonjs/@types/ThemeType.js.map +1 -1
  15. package/lib/commonjs/NativeRnLiveness3d.js.map +1 -1
  16. package/lib/commonjs/actions/BackButton.js +4 -6
  17. package/lib/commonjs/actions/BackButton.js.map +1 -1
  18. package/lib/commonjs/actions/ContinueButton.js +4 -6
  19. package/lib/commonjs/actions/ContinueButton.js.map +1 -1
  20. package/lib/commonjs/actions/PermissionButton.js +4 -6
  21. package/lib/commonjs/actions/PermissionButton.js.map +1 -1
  22. package/lib/commonjs/context/Liveness3DContext.js +3 -5
  23. package/lib/commonjs/context/Liveness3DContext.js.map +1 -1
  24. package/lib/commonjs/helpers/Liveness3DHelper.js +1 -4
  25. package/lib/commonjs/helpers/Liveness3DHelper.js.map +1 -1
  26. package/lib/commonjs/index.js +26 -31
  27. package/lib/commonjs/index.js.map +1 -1
  28. package/lib/commonjs/interfaces/Liveness3DHelper.js.map +1 -1
  29. package/lib/commonjs/interfaces/OitiBackButtonInterface.js.map +1 -1
  30. package/lib/commonjs/interfaces/OitiContinueButton.js.map +1 -1
  31. package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js.map +1 -1
  32. package/lib/commonjs/screens/Liveness3D/InstructionsView.js +47 -65
  33. package/lib/commonjs/screens/Liveness3D/InstructionsView.js.map +1 -1
  34. package/lib/commonjs/screens/PermissionView.js +29 -40
  35. package/lib/commonjs/screens/PermissionView.js.map +1 -1
  36. package/lib/commonjs/utils/continueButton.js.map +1 -1
  37. package/lib/commonjs/utils/normalize.js.map +1 -1
  38. package/lib/commonjs/utils/permissions.js.map +1 -1
  39. package/lib/commonjs/utils/screenStore.js.map +1 -1
  40. package/lib/module/@types/ArgsType.js +0 -2
  41. package/lib/module/@types/ArgsType.js.map +1 -1
  42. package/lib/module/@types/FontsType.js +1 -1
  43. package/lib/module/@types/FontsType.js.map +1 -1
  44. package/lib/module/@types/ResultType.js +1 -1
  45. package/lib/module/@types/ResultType.js.map +1 -1
  46. package/lib/module/@types/ResultTypes.js +0 -2
  47. package/lib/module/@types/ResultTypes.js.map +1 -1
  48. package/lib/module/@types/TextsType.js +1 -1
  49. package/lib/module/@types/TextsType.js.map +1 -1
  50. package/lib/module/@types/ThemeType.js +1 -1
  51. package/lib/module/@types/ThemeType.js.map +1 -1
  52. package/lib/module/NativeRnLiveness3d.js +0 -2
  53. package/lib/module/NativeRnLiveness3d.js.map +1 -1
  54. package/lib/module/actions/BackButton.js +4 -8
  55. package/lib/module/actions/BackButton.js.map +1 -1
  56. package/lib/module/actions/ContinueButton.js +4 -8
  57. package/lib/module/actions/ContinueButton.js.map +1 -1
  58. package/lib/module/actions/PermissionButton.js +4 -8
  59. package/lib/module/actions/PermissionButton.js.map +1 -1
  60. package/lib/module/context/Liveness3DContext.js +3 -7
  61. package/lib/module/context/Liveness3DContext.js.map +1 -1
  62. package/lib/module/helpers/Liveness3DHelper.js +1 -6
  63. package/lib/module/helpers/Liveness3DHelper.js.map +1 -1
  64. package/lib/module/index.js +26 -33
  65. package/lib/module/index.js.map +1 -1
  66. package/lib/module/interfaces/Liveness3DHelper.js +0 -2
  67. package/lib/module/interfaces/Liveness3DHelper.js.map +1 -1
  68. package/lib/module/interfaces/OitiBackButtonInterface.js +0 -2
  69. package/lib/module/interfaces/OitiBackButtonInterface.js.map +1 -1
  70. package/lib/module/interfaces/OitiContinueButton.js +0 -2
  71. package/lib/module/interfaces/OitiContinueButton.js.map +1 -1
  72. package/lib/module/interfaces/OitiPermissionButtonInterface.js +0 -2
  73. package/lib/module/interfaces/OitiPermissionButtonInterface.js.map +1 -1
  74. package/lib/module/screens/Liveness3D/InstructionsView.js +47 -67
  75. package/lib/module/screens/Liveness3D/InstructionsView.js.map +1 -1
  76. package/lib/module/screens/PermissionView.js +29 -42
  77. package/lib/module/screens/PermissionView.js.map +1 -1
  78. package/lib/module/utils/continueButton.js +0 -2
  79. package/lib/module/utils/continueButton.js.map +1 -1
  80. package/lib/module/utils/normalize.js +0 -2
  81. package/lib/module/utils/normalize.js.map +1 -1
  82. package/lib/module/utils/permissions.js +0 -2
  83. package/lib/module/utils/permissions.js.map +1 -1
  84. package/lib/module/utils/screenStore.js +0 -2
  85. package/lib/module/utils/screenStore.js.map +1 -1
  86. package/oiti-rn-liveness3d.podspec +18 -27
  87. package/package.json +32 -26
  88. package/src/index.tsx +4 -4
  89. package/ios/Podfile.lock +0 -50
  90. package/ios/Pods/OICommons/Output/OICommons.xcframework/Info.plist +0 -44
  91. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons-Swift.h +0 -327
  92. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons.h +0 -15
  93. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Info.plist +0 -0
  94. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Bold.otf +0 -0
  95. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Medium.otf +0 -0
  96. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Regular.otf +0 -0
  97. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -1817
  98. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  99. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftinterface +0 -1817
  100. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/module.modulemap +0 -11
  101. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/OICommons +0 -0
  102. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Bold.otf +0 -0
  103. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Medium.otf +0 -0
  104. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Regular.otf +0 -0
  105. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons-Swift.h +0 -650
  106. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons.h +0 -15
  107. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Info.plist +0 -0
  108. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Bold.otf +0 -0
  109. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Medium.otf +0 -0
  110. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Regular.otf +0 -0
  111. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -1817
  112. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  113. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -1817
  114. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -1817
  115. 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
  116. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -1817
  117. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/module.modulemap +0 -11
  118. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/OICommons +0 -0
  119. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Bold.otf +0 -0
  120. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Medium.otf +0 -0
  121. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Regular.otf +0 -0
  122. package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/_CodeSignature/CodeResources +0 -311
  123. package/ios/Pods/OICommons/README.md +0 -40
  124. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/Info.plist +0 -46
  125. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Assets.car +0 -0
  126. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents-Swift.h +0 -455
  127. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents.h +0 -18
  128. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Info.plist +0 -0
  129. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.abi.json +0 -9
  130. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -732
  131. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  132. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftinterface +0 -732
  133. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/module.modulemap +0 -11
  134. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/OIComponents +0 -0
  135. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Info.plist +0 -20
  136. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Resources/DWARF/OIComponents +0 -0
  137. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Assets.car +0 -0
  138. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents-Swift.h +0 -906
  139. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents.h +0 -18
  140. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Info.plist +0 -0
  141. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -9
  142. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -732
  143. 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
  144. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -732
  145. 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 +0 -9
  146. 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 +0 -732
  147. 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
  148. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -732
  149. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/module.modulemap +0 -11
  150. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/OIComponents +0 -0
  151. package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/_CodeSignature/CodeResources +0 -256
  152. package/ios/Pods/OIComponents/README.md +0 -29
  153. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/Info.plist +0 -44
  154. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Assets.car +0 -0
  155. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +0 -343
  156. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D.h +0 -18
  157. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Info.plist +0 -0
  158. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Por_favor_pressione_o_botao_para_iniciar.mp3 +0 -0
  159. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Toque_duas_veezs_em_qualquer_lugar_da_tela.mp3 +0 -0
  160. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/carregando.mp3 +0 -0
  161. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
  162. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
  163. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
  164. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
  165. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
  166. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
  167. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
  168. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
  169. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -240
  170. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  171. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftinterface +0 -240
  172. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/module.modulemap +0 -11
  173. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/OILiveness3D +0 -0
  174. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Assets.car +0 -0
  175. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +0 -682
  176. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D.h +0 -18
  177. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Info.plist +0 -0
  178. 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
  179. 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
  180. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/carregando.mp3 +0 -0
  181. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
  182. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
  183. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
  184. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
  185. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
  186. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
  187. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
  188. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
  189. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -240
  190. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  191. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -240
  192. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -240
  193. 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
  194. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -240
  195. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/module.modulemap +0 -11
  196. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/OILiveness3D +0 -0
  197. package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/_CodeSignature/CodeResources +0 -377
  198. package/ios/Pods/OILiveness3D/README.md +0 -1
  199. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/Info.plist +0 -44
  200. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Assets.car +0 -0
  201. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/FaceTecSDK +0 -0
  202. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/GenericGuidanceContentLayout.nib +0 -0
  203. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +0 -1935
  204. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +0 -109
  205. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecSDK.h +0 -16
  206. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Info.plist +0 -0
  207. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Modules/module.modulemap +0 -6
  208. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/PrivacyInfo.xcprivacy +0 -29
  209. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ReadyScreenGuidanceContentLayout.nib +0 -0
  210. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/RetryScreenGuidanceContentLayout.nib +0 -0
  211. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/SharedGuidanceLayout.nib +0 -0
  212. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/9Uo-4b-JiE-view-Ae0-rb-UqS.nib +0 -0
  213. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/CJ6-MX-bJp-view-8JL-Rc-0g1.nib +0 -0
  214. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceScanViewController.nib +0 -0
  215. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecAdditionalReviewViewController.nib +0 -0
  216. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecIDFeedbackViewController.nib +0 -0
  217. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecOCRConfirmationViewController.nib +0 -0
  218. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDCaptureViewController.nib +0 -0
  219. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDSelectionViewController.nib +0 -0
  220. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Info.plist +0 -0
  221. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Pyw-6G-JSY-view-Zue-Eo-Q2U.nib +0 -0
  222. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/QWA-8Y-vUM-view-wJB-Z5-eD2.nib +0 -0
  223. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/alz-Ia-X3d-view-IKu-EI-Hug.nib +0 -0
  224. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/l2Q-cc-kD8-view-UUy-6c-meu.nib +0 -0
  225. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/af.lproj/FaceTec.strings +0 -0
  226. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ar.lproj/FaceTec.strings +0 -0
  227. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/attributions.txt +0 -462
  228. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/1f5b84f51ce0fcfbb76e904b7bcaa7560f601e1394a0b29367a09385312287eb +0 -0
  229. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/2b075ac1a6132b5b8a4c9ef0ba6b0cd84db7838aca9a000e50d907f40770a4ab +0 -0
  230. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/59cc2a9af81aaca2376702c2490650f4da2775fa673274db98aad41b7ef101c0 +0 -0
  231. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/5b63e98b991aedabb60665503384f30bffd939decf9433883b30b78011ee501a +0 -0
  232. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/66388dc76dc16bc6b76b682edd218a575bf45b9b +0 -0
  233. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/6b3133f0f39ff89a2a169d61176ee17cafacc5e288f334e2b64ee82892d11ccd +0 -0
  234. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/9077d16225f9314163ef1e7db6fc7d4088bb903d134bd95f23d5591ca4dfbfca +0 -0
  235. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/a74f2afb9d20f2375ccbd14e67c094b85c89ceb608f7cf8ae04f3f646a6c5672 +0 -0
  236. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/b501893e75f62ee1707643e35b21109927b07ed5b202321c961b424cbc2e4695 +0 -0
  237. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/dbd7a353f0130bb983d6ba05917e9be991d70e8f028df4b74e30bc6497ef7f71 +0 -0
  238. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/f2.xml +0 -0
  239. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/fd6d368a5658496536e2bfae170d1b823a3629b242cafc09784bfba4e56d8c80 +0 -0
  240. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/marker +0 -0
  241. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/vu0ilin6we3lrzo5f83f7qs2jul4aq7v4aoynrmch8zfvpi8ezrfyafa4t0fx87l +0 -0
  242. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/de.lproj/FaceTec.strings +0 -0
  243. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/el.lproj/FaceTec.strings +0 -0
  244. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/en.lproj/FaceTec.strings +0 -0
  245. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/es.lproj/FaceTec.strings +0 -0
  246. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/fr.lproj/FaceTec.strings +0 -0
  247. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/kk.lproj/FaceTec.strings +0 -0
  248. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/nb.lproj/FaceTec.strings +0 -0
  249. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/pt-BR.lproj/FaceTec.strings +0 -0
  250. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ru.lproj/FaceTec.strings +0 -0
  251. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/strip-unused-architectures-from-target.sh +0 -62
  252. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/FaceTecSDK +0 -0
  253. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +0 -1935
  254. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +0 -109
  255. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecSDK.h +0 -16
  256. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Info.plist +0 -0
  257. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Modules/module.modulemap +0 -6
  258. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/_CodeSignature/CodeResources +0 -146
  259. package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework.zip +0 -0
  260. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/Info.plist +0 -46
  261. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork-Swift.h +0 -316
  262. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork.h +0 -15
  263. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Info.plist +0 -0
  264. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.abi.json +0 -9
  265. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -144
  266. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  267. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftinterface +0 -144
  268. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/module.modulemap +0 -11
  269. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/OINetwork +0 -0
  270. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/_CodeSignature/CodeResources +0 -190
  271. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Info.plist +0 -20
  272. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/DWARF/OINetwork +0 -0
  273. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +0 -1817
  274. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork-Swift.h +0 -628
  275. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork.h +0 -15
  276. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Info.plist +0 -0
  277. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -9
  278. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -144
  279. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  280. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -144
  281. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -9
  282. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -144
  283. 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
  284. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -144
  285. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/module.modulemap +0 -11
  286. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/OINetwork +0 -0
  287. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/_CodeSignature/CodeResources +0 -245
  288. package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework.zip +0 -0
  289. package/ios/Pods/OINetwork/README.md +0 -1
  290. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/Info.plist +0 -44
  291. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity-Swift.h +0 -311
  292. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity.h +0 -16
  293. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Info.plist +0 -0
  294. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -177
  295. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  296. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftinterface +0 -177
  297. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/module.modulemap +0 -11
  298. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/OISecurity +0 -0
  299. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/PrivacyInfo.xcprivacy +0 -37
  300. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity-Swift.h +0 -618
  301. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity.h +0 -16
  302. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Info.plist +0 -0
  303. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -177
  304. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  305. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -177
  306. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -177
  307. 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
  308. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -177
  309. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/module.modulemap +0 -11
  310. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/OISecurity +0 -0
  311. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/PrivacyInfo.xcprivacy +0 -37
  312. package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/_CodeSignature/CodeResources +0 -256
  313. package/ios/Pods/Pods.xcodeproj/project.pbxproj +0 -1261
  314. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OICommons.xcscheme +0 -58
  315. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OIComponents.xcscheme +0 -58
  316. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D.xcscheme +0 -58
  317. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D_FT.xcscheme +0 -58
  318. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OINetwork.xcscheme +0 -58
  319. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OISecurity.xcscheme +0 -58
  320. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/Pods-RnLiveness3d.xcscheme +0 -58
  321. package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/xcschememanagement.plist +0 -46
  322. package/ios/Pods/Target Support Files/OICommons/OICommons-xcframeworks.sh +0 -121
  323. package/ios/Pods/Target Support Files/OICommons/OICommons.debug.xcconfig +0 -15
  324. package/ios/Pods/Target Support Files/OICommons/OICommons.release.xcconfig +0 -15
  325. package/ios/Pods/Target Support Files/OIComponents/OIComponents-xcframeworks.sh +0 -121
  326. package/ios/Pods/Target Support Files/OIComponents/OIComponents.debug.xcconfig +0 -15
  327. package/ios/Pods/Target Support Files/OIComponents/OIComponents.release.xcconfig +0 -15
  328. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D-xcframeworks.sh +0 -121
  329. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.debug.xcconfig +0 -16
  330. package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.release.xcconfig +0 -16
  331. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT-xcframeworks.sh +0 -121
  332. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.debug.xcconfig +0 -13
  333. package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.release.xcconfig +0 -13
  334. package/ios/Pods/Target Support Files/OINetwork/OINetwork-xcframeworks.sh +0 -121
  335. package/ios/Pods/Target Support Files/OINetwork/OINetwork.debug.xcconfig +0 -16
  336. package/ios/Pods/Target Support Files/OINetwork/OINetwork.release.xcconfig +0 -16
  337. package/ios/Pods/Target Support Files/OISecurity/OISecurity-xcframeworks.sh +0 -121
  338. package/ios/Pods/Target Support Files/OISecurity/OISecurity.debug.xcconfig +0 -16
  339. package/ios/Pods/Target Support Files/OISecurity/OISecurity.release.xcconfig +0 -16
  340. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-Info.plist +0 -26
  341. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.markdown +0 -23
  342. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.plist +0 -79
  343. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-dummy.m +0 -5
  344. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-umbrella.h +0 -16
  345. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.debug.xcconfig +0 -14
  346. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.modulemap +0 -6
  347. package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.release.xcconfig +0 -14
  348. package/lib/commonjs/package.json +0 -1
  349. package/lib/module/package.json +0 -1
@@ -1,144 +0,0 @@
1
- // swift-interface-format-version: 1.0
2
- // swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
3
- // swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -enable-bare-slash-regex -module-name OINetwork
4
- // swift-module-flags-ignorable: -no-verify-emitted-module-interface
5
- import CommonCrypto
6
- import Foundation
7
- import OICommons
8
- @_exported import OINetwork
9
- import Swift
10
- import UIKit
11
- import _Concurrency
12
- import _StringProcessing
13
- import _SwiftConcurrencyShims
14
- public struct FCTypeFaceModel {
15
- public var codigo: Swift.String?
16
- public var imagem: Swift.String?
17
- }
18
- public struct FCUserModel {
19
- public var user: Swift.String?
20
- public var pass: Swift.String?
21
- public var cpf: Swift.String?
22
- public var name: Swift.String?
23
- public var birth: Swift.String?
24
- public var privateKey: Swift.String?
25
- public var image: UIKit.UIImage?
26
- public init(_ user: Swift.String, _ pass: Swift.String, _ cpf: Swift.String, _ name: Swift.String, _ birth: Swift.String, _ overlapImage: UIKit.UIImage? = nil)
27
- }
28
- public struct FCPrivateKeyModel {
29
- public var token: Swift.String?
30
- public var expires: Swift.String?
31
- }
32
- public struct FCCaptchaModel {
33
- public var appkey: Swift.String?
34
- public var chkey: Swift.String?
35
- public var images: Swift.String?
36
- public var fcvarUrlbase: Swift.String?
37
- public init(appkey: Swift.String? = nil, chkey: Swift.String? = nil, images: Swift.String? = nil, fcvarUrlbase: Swift.String? = nil)
38
- }
39
- public typealias FCManagerChallengeResultCallback = (_ value: OINetwork.FCResultModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
40
- public typealias FCManagerValidResultCallback = (_ value: OINetwork.FCValidCaptchaModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
41
- public typealias FCManagerSuccessCallback = (_ success: Swift.Bool, _ errorDetail: OINetwork.ErrorDetail?, _ httpCode: Swift.Int?) -> Swift.Void
42
- public typealias FCManagerInitializerResultCallback = (_ value: OINetwork.FCInitializationModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
43
- public typealias FCManagerSession3DResultCallback = (_ value: OINetwork.FCSession3DModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
44
- public typealias FCManager3DLivenessResultCallback = (_ value: OINetwork.Liveness3DSuccess?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
45
- public typealias FCManagerPayloadCallback = (_ value: Swift.String?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
46
- public typealias FCManagerResultCallback = (_ value: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void
47
- public typealias FCManagerAppKeyCallback = (_ appKey: Swift.String?) -> Swift.Void
48
- public protocol FCManagerProtocol {
49
- func verifyCertifaceOnline(consumerKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
50
- func verifyAppKey(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
51
- func fetchAllCaptchaCallenge(consumerKey: Swift.String, model: OINetwork.FCBaseModel, appkey: Swift.String, completion: @escaping OINetwork.FCManagerChallengeResultCallback)
52
- func validateCaptchaChallenge(consumerKey: Swift.String, model: OINetwork.FCCaptchaModel, completion: @escaping OINetwork.FCManagerValidResultCallback)
53
- func sendDocument(consumerKey: Swift.String, images: [Swift.String], appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
54
- func sendDocument(consumerKey: Swift.String, images: [Swift.String], ticket: Swift.String, appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
55
- func initializeSDKLiveness(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerInitializerResultCallback)
56
- func create3DSession(consumerKey: Swift.String, appKey: Swift.String, userAgent: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSession3DResultCallback)
57
- func verifyLiveness3D(consumerKey: Swift.String, userAgent: Swift.String, appkey: Swift.String, faceScan: Swift.String, image auditTrailImage: Swift.String, lowQualityImage lowQualityAuditTrailImage: Swift.String, sessionId: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManager3DLivenessResultCallback)
58
- func postSDKStatus(of payload: Foundation.Data, with baseUrl: Swift.String, consumerKey: Swift.String)
59
- func postPayload(_ payload: Foundation.Data, endpoint: Swift.String, baseUrl: Swift.String, consumerKey: Swift.String, completion: @escaping OINetwork.FCManagerPayloadCallback)
60
- func deviceIntelligenceToken(consumerKey: Swift.String, from baseUrl: Swift.String, withAppKey appKey: Swift.String, ticket: Swift.String?, journeyProtocol: Swift.Int?, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
61
- func deviceIntelligenceEventData(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, save eventsData: Foundation.Data, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
62
- func deviceIntelligenceClose(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
63
- func credential(consumerKey: Swift.String, user: Swift.String, passcode: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
64
- func generateAppkey(consumerKey: Swift.String, user: Swift.String, token: Swift.String, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
65
- func generateAppkey(consumerKey: Swift.String, user userProvided: Swift.String?, passcode passcodeProvided: Swift.String?, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerAppKeyCallback)
66
- }
67
- public struct FCValidCaptchaModel {
68
- public var valid: Swift.Bool?
69
- public var codID: Swift.Double?
70
- public var cause: Swift.String?
71
- public var uidProtocol: Swift.String?
72
- }
73
- @_hasMissingDesignatedInitializers public class FCManager {
74
- public static let shared: any OINetwork.FCManagerProtocol
75
- @objc deinit
76
- }
77
- extension OINetwork.FCManager : OINetwork.FCManagerProtocol {
78
- public func verifyCertifaceOnline(consumerKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
79
- public func verifyAppKey(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
80
- public func fetchAllCaptchaCallenge(consumerKey: Swift.String, model: OINetwork.FCBaseModel, appkey: Swift.String, completion: @escaping OINetwork.FCManagerChallengeResultCallback)
81
- public func validateCaptchaChallenge(consumerKey: Swift.String, model: OINetwork.FCCaptchaModel, completion: @escaping OINetwork.FCManagerValidResultCallback)
82
- public func sendDocument(consumerKey: Swift.String, images: [Swift.String], appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
83
- public func sendDocument(consumerKey: Swift.String, images: [Swift.String], ticket: Swift.String, appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
84
- public func initializeSDKLiveness(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerInitializerResultCallback)
85
- public func create3DSession(consumerKey: Swift.String, appKey: Swift.String, userAgent: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSession3DResultCallback)
86
- public func verifyLiveness3D(consumerKey: Swift.String, userAgent: Swift.String, appkey: Swift.String, faceScan: Swift.String, image auditTrailImage: Swift.String, lowQualityImage lowQualityAuditTrailImage: Swift.String, sessionId: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManager3DLivenessResultCallback)
87
- public func postSDKStatus(of payload: Foundation.Data, with baseUrl: Swift.String, consumerKey: Swift.String)
88
- public func postPayload(_ payload: Foundation.Data, endpoint: Swift.String, baseUrl: Swift.String, consumerKey: Swift.String, completion: @escaping OINetwork.FCManagerPayloadCallback)
89
- public func deviceIntelligenceToken(consumerKey: Swift.String, from baseUrl: Swift.String, withAppKey appKey: Swift.String, ticket: Swift.String?, journeyProtocol: Swift.Int?, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
90
- public func deviceIntelligenceEventData(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, save eventsData: Foundation.Data, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
91
- public func deviceIntelligenceClose(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
92
- public func credential(consumerKey: Swift.String, user: Swift.String, passcode: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
93
- public func generateAppkey(consumerKey: Swift.String, user: Swift.String, token: Swift.String, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
94
- public func generateAppkey(consumerKey: Swift.String, user userProvided: Swift.String? = nil, passcode passcodeProvided: Swift.String? = nil, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerAppKeyCallback)
95
- }
96
- public struct FCSessionModel {
97
- public var appkey: Swift.String?
98
- }
99
- public struct FCSession3DModel {
100
- public let sessionToken: Swift.String?
101
- }
102
- public struct FCInitializationModel {
103
- public var productionKey: Swift.String?
104
- }
105
- public struct FCChallengeModel {
106
- public var mensagem: Swift.String?
107
- public var grayscale: Swift.Bool?
108
- public var tempoEmSegundos: Swift.Int?
109
- public var tipoFace: OINetwork.FCTypeFaceModel?
110
- }
111
- public struct Liveness3DSuccess {
112
- public var valid: Swift.Bool?
113
- public var codID: Swift.Double?
114
- public var cause: Swift.String?
115
- public var protocolo: Swift.String?
116
- public var scanResultBlob: Swift.String?
117
- }
118
- public struct FCBaseModel {
119
- public var appkey: Swift.String?
120
- public var fcvarUrlbase: Swift.String?
121
- public var p: Swift.String?
122
- public static let K_APP_KEY: Swift.String
123
- public static let K_P: Swift.String
124
- public init(appkey: Swift.String? = nil, fcvarUrlbase: Swift.String? = nil, p: Swift.String? = nil)
125
- }
126
- public func fatalError(_ message: @autoclosure () -> Swift.String = "", file: Swift.StaticString = #file, line: Swift.UInt = #line) -> Swift.Never
127
- public struct FatalErrorUtil {
128
- public static func replaceFatalError(closure: @escaping (Swift.String, Swift.StaticString, Swift.UInt) -> Swift.Void)
129
- public static func restoreFatalError()
130
- }
131
- public struct ErrorDetail {
132
- public let error: any Swift.Error
133
- public let fileName: Swift.String
134
- public let line: Swift.String
135
- public let stackTrace: Swift.String
136
- public init(error: any Swift.Error, fileName: Swift.String, line: Swift.Int, stackTrace: [Swift.String])
137
- }
138
- public struct FCResultModel {
139
- public var chkey: Swift.String?
140
- public var snapNumber: Swift.Int?
141
- public var snapFrequenceInMillis: Swift.Int?
142
- public var challenges: [OINetwork.FCChallengeModel]?
143
- public func totalNumberOfPictures() -> Swift.Int
144
- }
@@ -1,144 +0,0 @@
1
- // swift-interface-format-version: 1.0
2
- // swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
3
- // swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -enable-bare-slash-regex -module-name OINetwork
4
- // swift-module-flags-ignorable: -no-verify-emitted-module-interface
5
- import CommonCrypto
6
- import Foundation
7
- import OICommons
8
- @_exported import OINetwork
9
- import Swift
10
- import UIKit
11
- import _Concurrency
12
- import _StringProcessing
13
- import _SwiftConcurrencyShims
14
- public struct FCTypeFaceModel {
15
- public var codigo: Swift.String?
16
- public var imagem: Swift.String?
17
- }
18
- public struct FCUserModel {
19
- public var user: Swift.String?
20
- public var pass: Swift.String?
21
- public var cpf: Swift.String?
22
- public var name: Swift.String?
23
- public var birth: Swift.String?
24
- public var privateKey: Swift.String?
25
- public var image: UIKit.UIImage?
26
- public init(_ user: Swift.String, _ pass: Swift.String, _ cpf: Swift.String, _ name: Swift.String, _ birth: Swift.String, _ overlapImage: UIKit.UIImage? = nil)
27
- }
28
- public struct FCPrivateKeyModel {
29
- public var token: Swift.String?
30
- public var expires: Swift.String?
31
- }
32
- public struct FCCaptchaModel {
33
- public var appkey: Swift.String?
34
- public var chkey: Swift.String?
35
- public var images: Swift.String?
36
- public var fcvarUrlbase: Swift.String?
37
- public init(appkey: Swift.String? = nil, chkey: Swift.String? = nil, images: Swift.String? = nil, fcvarUrlbase: Swift.String? = nil)
38
- }
39
- public typealias FCManagerChallengeResultCallback = (_ value: OINetwork.FCResultModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
40
- public typealias FCManagerValidResultCallback = (_ value: OINetwork.FCValidCaptchaModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
41
- public typealias FCManagerSuccessCallback = (_ success: Swift.Bool, _ errorDetail: OINetwork.ErrorDetail?, _ httpCode: Swift.Int?) -> Swift.Void
42
- public typealias FCManagerInitializerResultCallback = (_ value: OINetwork.FCInitializationModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
43
- public typealias FCManagerSession3DResultCallback = (_ value: OINetwork.FCSession3DModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
44
- public typealias FCManager3DLivenessResultCallback = (_ value: OINetwork.Liveness3DSuccess?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
45
- public typealias FCManagerPayloadCallback = (_ value: Swift.String?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
46
- public typealias FCManagerResultCallback = (_ value: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void
47
- public typealias FCManagerAppKeyCallback = (_ appKey: Swift.String?) -> Swift.Void
48
- public protocol FCManagerProtocol {
49
- func verifyCertifaceOnline(consumerKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
50
- func verifyAppKey(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
51
- func fetchAllCaptchaCallenge(consumerKey: Swift.String, model: OINetwork.FCBaseModel, appkey: Swift.String, completion: @escaping OINetwork.FCManagerChallengeResultCallback)
52
- func validateCaptchaChallenge(consumerKey: Swift.String, model: OINetwork.FCCaptchaModel, completion: @escaping OINetwork.FCManagerValidResultCallback)
53
- func sendDocument(consumerKey: Swift.String, images: [Swift.String], appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
54
- func sendDocument(consumerKey: Swift.String, images: [Swift.String], ticket: Swift.String, appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
55
- func initializeSDKLiveness(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerInitializerResultCallback)
56
- func create3DSession(consumerKey: Swift.String, appKey: Swift.String, userAgent: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSession3DResultCallback)
57
- func verifyLiveness3D(consumerKey: Swift.String, userAgent: Swift.String, appkey: Swift.String, faceScan: Swift.String, image auditTrailImage: Swift.String, lowQualityImage lowQualityAuditTrailImage: Swift.String, sessionId: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManager3DLivenessResultCallback)
58
- func postSDKStatus(of payload: Foundation.Data, with baseUrl: Swift.String, consumerKey: Swift.String)
59
- func postPayload(_ payload: Foundation.Data, endpoint: Swift.String, baseUrl: Swift.String, consumerKey: Swift.String, completion: @escaping OINetwork.FCManagerPayloadCallback)
60
- func deviceIntelligenceToken(consumerKey: Swift.String, from baseUrl: Swift.String, withAppKey appKey: Swift.String, ticket: Swift.String?, journeyProtocol: Swift.Int?, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
61
- func deviceIntelligenceEventData(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, save eventsData: Foundation.Data, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
62
- func deviceIntelligenceClose(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
63
- func credential(consumerKey: Swift.String, user: Swift.String, passcode: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
64
- func generateAppkey(consumerKey: Swift.String, user: Swift.String, token: Swift.String, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
65
- func generateAppkey(consumerKey: Swift.String, user userProvided: Swift.String?, passcode passcodeProvided: Swift.String?, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerAppKeyCallback)
66
- }
67
- public struct FCValidCaptchaModel {
68
- public var valid: Swift.Bool?
69
- public var codID: Swift.Double?
70
- public var cause: Swift.String?
71
- public var uidProtocol: Swift.String?
72
- }
73
- @_hasMissingDesignatedInitializers public class FCManager {
74
- public static let shared: any OINetwork.FCManagerProtocol
75
- @objc deinit
76
- }
77
- extension OINetwork.FCManager : OINetwork.FCManagerProtocol {
78
- public func verifyCertifaceOnline(consumerKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
79
- public func verifyAppKey(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
80
- public func fetchAllCaptchaCallenge(consumerKey: Swift.String, model: OINetwork.FCBaseModel, appkey: Swift.String, completion: @escaping OINetwork.FCManagerChallengeResultCallback)
81
- public func validateCaptchaChallenge(consumerKey: Swift.String, model: OINetwork.FCCaptchaModel, completion: @escaping OINetwork.FCManagerValidResultCallback)
82
- public func sendDocument(consumerKey: Swift.String, images: [Swift.String], appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
83
- public func sendDocument(consumerKey: Swift.String, images: [Swift.String], ticket: Swift.String, appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
84
- public func initializeSDKLiveness(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerInitializerResultCallback)
85
- public func create3DSession(consumerKey: Swift.String, appKey: Swift.String, userAgent: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSession3DResultCallback)
86
- public func verifyLiveness3D(consumerKey: Swift.String, userAgent: Swift.String, appkey: Swift.String, faceScan: Swift.String, image auditTrailImage: Swift.String, lowQualityImage lowQualityAuditTrailImage: Swift.String, sessionId: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManager3DLivenessResultCallback)
87
- public func postSDKStatus(of payload: Foundation.Data, with baseUrl: Swift.String, consumerKey: Swift.String)
88
- public func postPayload(_ payload: Foundation.Data, endpoint: Swift.String, baseUrl: Swift.String, consumerKey: Swift.String, completion: @escaping OINetwork.FCManagerPayloadCallback)
89
- public func deviceIntelligenceToken(consumerKey: Swift.String, from baseUrl: Swift.String, withAppKey appKey: Swift.String, ticket: Swift.String?, journeyProtocol: Swift.Int?, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
90
- public func deviceIntelligenceEventData(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, save eventsData: Foundation.Data, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
91
- public func deviceIntelligenceClose(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
92
- public func credential(consumerKey: Swift.String, user: Swift.String, passcode: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
93
- public func generateAppkey(consumerKey: Swift.String, user: Swift.String, token: Swift.String, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
94
- public func generateAppkey(consumerKey: Swift.String, user userProvided: Swift.String? = nil, passcode passcodeProvided: Swift.String? = nil, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerAppKeyCallback)
95
- }
96
- public struct FCSessionModel {
97
- public var appkey: Swift.String?
98
- }
99
- public struct FCSession3DModel {
100
- public let sessionToken: Swift.String?
101
- }
102
- public struct FCInitializationModel {
103
- public var productionKey: Swift.String?
104
- }
105
- public struct FCChallengeModel {
106
- public var mensagem: Swift.String?
107
- public var grayscale: Swift.Bool?
108
- public var tempoEmSegundos: Swift.Int?
109
- public var tipoFace: OINetwork.FCTypeFaceModel?
110
- }
111
- public struct Liveness3DSuccess {
112
- public var valid: Swift.Bool?
113
- public var codID: Swift.Double?
114
- public var cause: Swift.String?
115
- public var protocolo: Swift.String?
116
- public var scanResultBlob: Swift.String?
117
- }
118
- public struct FCBaseModel {
119
- public var appkey: Swift.String?
120
- public var fcvarUrlbase: Swift.String?
121
- public var p: Swift.String?
122
- public static let K_APP_KEY: Swift.String
123
- public static let K_P: Swift.String
124
- public init(appkey: Swift.String? = nil, fcvarUrlbase: Swift.String? = nil, p: Swift.String? = nil)
125
- }
126
- public func fatalError(_ message: @autoclosure () -> Swift.String = "", file: Swift.StaticString = #file, line: Swift.UInt = #line) -> Swift.Never
127
- public struct FatalErrorUtil {
128
- public static func replaceFatalError(closure: @escaping (Swift.String, Swift.StaticString, Swift.UInt) -> Swift.Void)
129
- public static func restoreFatalError()
130
- }
131
- public struct ErrorDetail {
132
- public let error: any Swift.Error
133
- public let fileName: Swift.String
134
- public let line: Swift.String
135
- public let stackTrace: Swift.String
136
- public init(error: any Swift.Error, fileName: Swift.String, line: Swift.Int, stackTrace: [Swift.String])
137
- }
138
- public struct FCResultModel {
139
- public var chkey: Swift.String?
140
- public var snapNumber: Swift.Int?
141
- public var snapFrequenceInMillis: Swift.Int?
142
- public var challenges: [OINetwork.FCChallengeModel]?
143
- public func totalNumberOfPictures() -> Swift.Int
144
- }
@@ -1,9 +0,0 @@
1
- {
2
- "ABIRoot": {
3
- "kind": "Root",
4
- "name": "NO_MODULE",
5
- "printedName": "NO_MODULE",
6
- "json_format_version": 8
7
- },
8
- "ConstValues": []
9
- }
@@ -1,144 +0,0 @@
1
- // swift-interface-format-version: 1.0
2
- // swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
3
- // swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -enable-bare-slash-regex -module-name OINetwork
4
- // swift-module-flags-ignorable: -no-verify-emitted-module-interface
5
- import CommonCrypto
6
- import Foundation
7
- import OICommons
8
- @_exported import OINetwork
9
- import Swift
10
- import UIKit
11
- import _Concurrency
12
- import _StringProcessing
13
- import _SwiftConcurrencyShims
14
- public struct FCTypeFaceModel {
15
- public var codigo: Swift.String?
16
- public var imagem: Swift.String?
17
- }
18
- public struct FCUserModel {
19
- public var user: Swift.String?
20
- public var pass: Swift.String?
21
- public var cpf: Swift.String?
22
- public var name: Swift.String?
23
- public var birth: Swift.String?
24
- public var privateKey: Swift.String?
25
- public var image: UIKit.UIImage?
26
- public init(_ user: Swift.String, _ pass: Swift.String, _ cpf: Swift.String, _ name: Swift.String, _ birth: Swift.String, _ overlapImage: UIKit.UIImage? = nil)
27
- }
28
- public struct FCPrivateKeyModel {
29
- public var token: Swift.String?
30
- public var expires: Swift.String?
31
- }
32
- public struct FCCaptchaModel {
33
- public var appkey: Swift.String?
34
- public var chkey: Swift.String?
35
- public var images: Swift.String?
36
- public var fcvarUrlbase: Swift.String?
37
- public init(appkey: Swift.String? = nil, chkey: Swift.String? = nil, images: Swift.String? = nil, fcvarUrlbase: Swift.String? = nil)
38
- }
39
- public typealias FCManagerChallengeResultCallback = (_ value: OINetwork.FCResultModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
40
- public typealias FCManagerValidResultCallback = (_ value: OINetwork.FCValidCaptchaModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
41
- public typealias FCManagerSuccessCallback = (_ success: Swift.Bool, _ errorDetail: OINetwork.ErrorDetail?, _ httpCode: Swift.Int?) -> Swift.Void
42
- public typealias FCManagerInitializerResultCallback = (_ value: OINetwork.FCInitializationModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
43
- public typealias FCManagerSession3DResultCallback = (_ value: OINetwork.FCSession3DModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
44
- public typealias FCManager3DLivenessResultCallback = (_ value: OINetwork.Liveness3DSuccess?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
45
- public typealias FCManagerPayloadCallback = (_ value: Swift.String?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
46
- public typealias FCManagerResultCallback = (_ value: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void
47
- public typealias FCManagerAppKeyCallback = (_ appKey: Swift.String?) -> Swift.Void
48
- public protocol FCManagerProtocol {
49
- func verifyCertifaceOnline(consumerKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
50
- func verifyAppKey(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
51
- func fetchAllCaptchaCallenge(consumerKey: Swift.String, model: OINetwork.FCBaseModel, appkey: Swift.String, completion: @escaping OINetwork.FCManagerChallengeResultCallback)
52
- func validateCaptchaChallenge(consumerKey: Swift.String, model: OINetwork.FCCaptchaModel, completion: @escaping OINetwork.FCManagerValidResultCallback)
53
- func sendDocument(consumerKey: Swift.String, images: [Swift.String], appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
54
- func sendDocument(consumerKey: Swift.String, images: [Swift.String], ticket: Swift.String, appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
55
- func initializeSDKLiveness(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerInitializerResultCallback)
56
- func create3DSession(consumerKey: Swift.String, appKey: Swift.String, userAgent: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSession3DResultCallback)
57
- func verifyLiveness3D(consumerKey: Swift.String, userAgent: Swift.String, appkey: Swift.String, faceScan: Swift.String, image auditTrailImage: Swift.String, lowQualityImage lowQualityAuditTrailImage: Swift.String, sessionId: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManager3DLivenessResultCallback)
58
- func postSDKStatus(of payload: Foundation.Data, with baseUrl: Swift.String, consumerKey: Swift.String)
59
- func postPayload(_ payload: Foundation.Data, endpoint: Swift.String, baseUrl: Swift.String, consumerKey: Swift.String, completion: @escaping OINetwork.FCManagerPayloadCallback)
60
- func deviceIntelligenceToken(consumerKey: Swift.String, from baseUrl: Swift.String, withAppKey appKey: Swift.String, ticket: Swift.String?, journeyProtocol: Swift.Int?, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
61
- func deviceIntelligenceEventData(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, save eventsData: Foundation.Data, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
62
- func deviceIntelligenceClose(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
63
- func credential(consumerKey: Swift.String, user: Swift.String, passcode: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
64
- func generateAppkey(consumerKey: Swift.String, user: Swift.String, token: Swift.String, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
65
- func generateAppkey(consumerKey: Swift.String, user userProvided: Swift.String?, passcode passcodeProvided: Swift.String?, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerAppKeyCallback)
66
- }
67
- public struct FCValidCaptchaModel {
68
- public var valid: Swift.Bool?
69
- public var codID: Swift.Double?
70
- public var cause: Swift.String?
71
- public var uidProtocol: Swift.String?
72
- }
73
- @_hasMissingDesignatedInitializers public class FCManager {
74
- public static let shared: any OINetwork.FCManagerProtocol
75
- @objc deinit
76
- }
77
- extension OINetwork.FCManager : OINetwork.FCManagerProtocol {
78
- public func verifyCertifaceOnline(consumerKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
79
- public func verifyAppKey(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
80
- public func fetchAllCaptchaCallenge(consumerKey: Swift.String, model: OINetwork.FCBaseModel, appkey: Swift.String, completion: @escaping OINetwork.FCManagerChallengeResultCallback)
81
- public func validateCaptchaChallenge(consumerKey: Swift.String, model: OINetwork.FCCaptchaModel, completion: @escaping OINetwork.FCManagerValidResultCallback)
82
- public func sendDocument(consumerKey: Swift.String, images: [Swift.String], appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
83
- public func sendDocument(consumerKey: Swift.String, images: [Swift.String], ticket: Swift.String, appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
84
- public func initializeSDKLiveness(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerInitializerResultCallback)
85
- public func create3DSession(consumerKey: Swift.String, appKey: Swift.String, userAgent: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSession3DResultCallback)
86
- public func verifyLiveness3D(consumerKey: Swift.String, userAgent: Swift.String, appkey: Swift.String, faceScan: Swift.String, image auditTrailImage: Swift.String, lowQualityImage lowQualityAuditTrailImage: Swift.String, sessionId: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManager3DLivenessResultCallback)
87
- public func postSDKStatus(of payload: Foundation.Data, with baseUrl: Swift.String, consumerKey: Swift.String)
88
- public func postPayload(_ payload: Foundation.Data, endpoint: Swift.String, baseUrl: Swift.String, consumerKey: Swift.String, completion: @escaping OINetwork.FCManagerPayloadCallback)
89
- public func deviceIntelligenceToken(consumerKey: Swift.String, from baseUrl: Swift.String, withAppKey appKey: Swift.String, ticket: Swift.String?, journeyProtocol: Swift.Int?, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
90
- public func deviceIntelligenceEventData(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, save eventsData: Foundation.Data, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
91
- public func deviceIntelligenceClose(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
92
- public func credential(consumerKey: Swift.String, user: Swift.String, passcode: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
93
- public func generateAppkey(consumerKey: Swift.String, user: Swift.String, token: Swift.String, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
94
- public func generateAppkey(consumerKey: Swift.String, user userProvided: Swift.String? = nil, passcode passcodeProvided: Swift.String? = nil, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerAppKeyCallback)
95
- }
96
- public struct FCSessionModel {
97
- public var appkey: Swift.String?
98
- }
99
- public struct FCSession3DModel {
100
- public let sessionToken: Swift.String?
101
- }
102
- public struct FCInitializationModel {
103
- public var productionKey: Swift.String?
104
- }
105
- public struct FCChallengeModel {
106
- public var mensagem: Swift.String?
107
- public var grayscale: Swift.Bool?
108
- public var tempoEmSegundos: Swift.Int?
109
- public var tipoFace: OINetwork.FCTypeFaceModel?
110
- }
111
- public struct Liveness3DSuccess {
112
- public var valid: Swift.Bool?
113
- public var codID: Swift.Double?
114
- public var cause: Swift.String?
115
- public var protocolo: Swift.String?
116
- public var scanResultBlob: Swift.String?
117
- }
118
- public struct FCBaseModel {
119
- public var appkey: Swift.String?
120
- public var fcvarUrlbase: Swift.String?
121
- public var p: Swift.String?
122
- public static let K_APP_KEY: Swift.String
123
- public static let K_P: Swift.String
124
- public init(appkey: Swift.String? = nil, fcvarUrlbase: Swift.String? = nil, p: Swift.String? = nil)
125
- }
126
- public func fatalError(_ message: @autoclosure () -> Swift.String = "", file: Swift.StaticString = #file, line: Swift.UInt = #line) -> Swift.Never
127
- public struct FatalErrorUtil {
128
- public static func replaceFatalError(closure: @escaping (Swift.String, Swift.StaticString, Swift.UInt) -> Swift.Void)
129
- public static func restoreFatalError()
130
- }
131
- public struct ErrorDetail {
132
- public let error: any Swift.Error
133
- public let fileName: Swift.String
134
- public let line: Swift.String
135
- public let stackTrace: Swift.String
136
- public init(error: any Swift.Error, fileName: Swift.String, line: Swift.Int, stackTrace: [Swift.String])
137
- }
138
- public struct FCResultModel {
139
- public var chkey: Swift.String?
140
- public var snapNumber: Swift.Int?
141
- public var snapFrequenceInMillis: Swift.Int?
142
- public var challenges: [OINetwork.FCChallengeModel]?
143
- public func totalNumberOfPictures() -> Swift.Int
144
- }
@@ -1,144 +0,0 @@
1
- // swift-interface-format-version: 1.0
2
- // swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
3
- // swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -enable-bare-slash-regex -module-name OINetwork
4
- // swift-module-flags-ignorable: -no-verify-emitted-module-interface
5
- import CommonCrypto
6
- import Foundation
7
- import OICommons
8
- @_exported import OINetwork
9
- import Swift
10
- import UIKit
11
- import _Concurrency
12
- import _StringProcessing
13
- import _SwiftConcurrencyShims
14
- public struct FCTypeFaceModel {
15
- public var codigo: Swift.String?
16
- public var imagem: Swift.String?
17
- }
18
- public struct FCUserModel {
19
- public var user: Swift.String?
20
- public var pass: Swift.String?
21
- public var cpf: Swift.String?
22
- public var name: Swift.String?
23
- public var birth: Swift.String?
24
- public var privateKey: Swift.String?
25
- public var image: UIKit.UIImage?
26
- public init(_ user: Swift.String, _ pass: Swift.String, _ cpf: Swift.String, _ name: Swift.String, _ birth: Swift.String, _ overlapImage: UIKit.UIImage? = nil)
27
- }
28
- public struct FCPrivateKeyModel {
29
- public var token: Swift.String?
30
- public var expires: Swift.String?
31
- }
32
- public struct FCCaptchaModel {
33
- public var appkey: Swift.String?
34
- public var chkey: Swift.String?
35
- public var images: Swift.String?
36
- public var fcvarUrlbase: Swift.String?
37
- public init(appkey: Swift.String? = nil, chkey: Swift.String? = nil, images: Swift.String? = nil, fcvarUrlbase: Swift.String? = nil)
38
- }
39
- public typealias FCManagerChallengeResultCallback = (_ value: OINetwork.FCResultModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
40
- public typealias FCManagerValidResultCallback = (_ value: OINetwork.FCValidCaptchaModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
41
- public typealias FCManagerSuccessCallback = (_ success: Swift.Bool, _ errorDetail: OINetwork.ErrorDetail?, _ httpCode: Swift.Int?) -> Swift.Void
42
- public typealias FCManagerInitializerResultCallback = (_ value: OINetwork.FCInitializationModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
43
- public typealias FCManagerSession3DResultCallback = (_ value: OINetwork.FCSession3DModel?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
44
- public typealias FCManager3DLivenessResultCallback = (_ value: OINetwork.Liveness3DSuccess?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
45
- public typealias FCManagerPayloadCallback = (_ value: Swift.String?, _ errorDetail: OINetwork.ErrorDetail?) -> Swift.Void
46
- public typealias FCManagerResultCallback = (_ value: Swift.String?, _ error: (any Swift.Error)?) -> Swift.Void
47
- public typealias FCManagerAppKeyCallback = (_ appKey: Swift.String?) -> Swift.Void
48
- public protocol FCManagerProtocol {
49
- func verifyCertifaceOnline(consumerKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
50
- func verifyAppKey(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
51
- func fetchAllCaptchaCallenge(consumerKey: Swift.String, model: OINetwork.FCBaseModel, appkey: Swift.String, completion: @escaping OINetwork.FCManagerChallengeResultCallback)
52
- func validateCaptchaChallenge(consumerKey: Swift.String, model: OINetwork.FCCaptchaModel, completion: @escaping OINetwork.FCManagerValidResultCallback)
53
- func sendDocument(consumerKey: Swift.String, images: [Swift.String], appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
54
- func sendDocument(consumerKey: Swift.String, images: [Swift.String], ticket: Swift.String, appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
55
- func initializeSDKLiveness(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerInitializerResultCallback)
56
- func create3DSession(consumerKey: Swift.String, appKey: Swift.String, userAgent: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSession3DResultCallback)
57
- func verifyLiveness3D(consumerKey: Swift.String, userAgent: Swift.String, appkey: Swift.String, faceScan: Swift.String, image auditTrailImage: Swift.String, lowQualityImage lowQualityAuditTrailImage: Swift.String, sessionId: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManager3DLivenessResultCallback)
58
- func postSDKStatus(of payload: Foundation.Data, with baseUrl: Swift.String, consumerKey: Swift.String)
59
- func postPayload(_ payload: Foundation.Data, endpoint: Swift.String, baseUrl: Swift.String, consumerKey: Swift.String, completion: @escaping OINetwork.FCManagerPayloadCallback)
60
- func deviceIntelligenceToken(consumerKey: Swift.String, from baseUrl: Swift.String, withAppKey appKey: Swift.String, ticket: Swift.String?, journeyProtocol: Swift.Int?, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
61
- func deviceIntelligenceEventData(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, save eventsData: Foundation.Data, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
62
- func deviceIntelligenceClose(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
63
- func credential(consumerKey: Swift.String, user: Swift.String, passcode: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
64
- func generateAppkey(consumerKey: Swift.String, user: Swift.String, token: Swift.String, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
65
- func generateAppkey(consumerKey: Swift.String, user userProvided: Swift.String?, passcode passcodeProvided: Swift.String?, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerAppKeyCallback)
66
- }
67
- public struct FCValidCaptchaModel {
68
- public var valid: Swift.Bool?
69
- public var codID: Swift.Double?
70
- public var cause: Swift.String?
71
- public var uidProtocol: Swift.String?
72
- }
73
- @_hasMissingDesignatedInitializers public class FCManager {
74
- public static let shared: any OINetwork.FCManagerProtocol
75
- @objc deinit
76
- }
77
- extension OINetwork.FCManager : OINetwork.FCManagerProtocol {
78
- public func verifyCertifaceOnline(consumerKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
79
- public func verifyAppKey(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
80
- public func fetchAllCaptchaCallenge(consumerKey: Swift.String, model: OINetwork.FCBaseModel, appkey: Swift.String, completion: @escaping OINetwork.FCManagerChallengeResultCallback)
81
- public func validateCaptchaChallenge(consumerKey: Swift.String, model: OINetwork.FCCaptchaModel, completion: @escaping OINetwork.FCManagerValidResultCallback)
82
- public func sendDocument(consumerKey: Swift.String, images: [Swift.String], appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
83
- public func sendDocument(consumerKey: Swift.String, images: [Swift.String], ticket: Swift.String, appKey: Swift.String, baseUrl: Swift.String, completion: @escaping OINetwork.FCManagerSuccessCallback)
84
- public func initializeSDKLiveness(consumerKey: Swift.String, appKey: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerInitializerResultCallback)
85
- public func create3DSession(consumerKey: Swift.String, appKey: Swift.String, userAgent: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManagerSession3DResultCallback)
86
- public func verifyLiveness3D(consumerKey: Swift.String, userAgent: Swift.String, appkey: Swift.String, faceScan: Swift.String, image auditTrailImage: Swift.String, lowQualityImage lowQualityAuditTrailImage: Swift.String, sessionId: Swift.String, baseUrl fcvarUrlbase: Swift.String, completion: @escaping OINetwork.FCManager3DLivenessResultCallback)
87
- public func postSDKStatus(of payload: Foundation.Data, with baseUrl: Swift.String, consumerKey: Swift.String)
88
- public func postPayload(_ payload: Foundation.Data, endpoint: Swift.String, baseUrl: Swift.String, consumerKey: Swift.String, completion: @escaping OINetwork.FCManagerPayloadCallback)
89
- public func deviceIntelligenceToken(consumerKey: Swift.String, from baseUrl: Swift.String, withAppKey appKey: Swift.String, ticket: Swift.String?, journeyProtocol: Swift.Int?, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
90
- public func deviceIntelligenceEventData(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, save eventsData: Foundation.Data, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
91
- public func deviceIntelligenceClose(consumerKey: Swift.String, from baseUrl: Swift.String, withToken deviceToken: Swift.String, completion: @escaping (Swift.Result<Swift.String, any Swift.Error>, Swift.Int) -> Swift.Void)
92
- public func credential(consumerKey: Swift.String, user: Swift.String, passcode: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
93
- public func generateAppkey(consumerKey: Swift.String, user: Swift.String, token: Swift.String, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerResultCallback)
94
- public func generateAppkey(consumerKey: Swift.String, user userProvided: Swift.String? = nil, passcode passcodeProvided: Swift.String? = nil, cpf: Swift.String, name: Swift.String, birthdate: Swift.String, completion: @escaping OINetwork.FCManagerAppKeyCallback)
95
- }
96
- public struct FCSessionModel {
97
- public var appkey: Swift.String?
98
- }
99
- public struct FCSession3DModel {
100
- public let sessionToken: Swift.String?
101
- }
102
- public struct FCInitializationModel {
103
- public var productionKey: Swift.String?
104
- }
105
- public struct FCChallengeModel {
106
- public var mensagem: Swift.String?
107
- public var grayscale: Swift.Bool?
108
- public var tempoEmSegundos: Swift.Int?
109
- public var tipoFace: OINetwork.FCTypeFaceModel?
110
- }
111
- public struct Liveness3DSuccess {
112
- public var valid: Swift.Bool?
113
- public var codID: Swift.Double?
114
- public var cause: Swift.String?
115
- public var protocolo: Swift.String?
116
- public var scanResultBlob: Swift.String?
117
- }
118
- public struct FCBaseModel {
119
- public var appkey: Swift.String?
120
- public var fcvarUrlbase: Swift.String?
121
- public var p: Swift.String?
122
- public static let K_APP_KEY: Swift.String
123
- public static let K_P: Swift.String
124
- public init(appkey: Swift.String? = nil, fcvarUrlbase: Swift.String? = nil, p: Swift.String? = nil)
125
- }
126
- public func fatalError(_ message: @autoclosure () -> Swift.String = "", file: Swift.StaticString = #file, line: Swift.UInt = #line) -> Swift.Never
127
- public struct FatalErrorUtil {
128
- public static func replaceFatalError(closure: @escaping (Swift.String, Swift.StaticString, Swift.UInt) -> Swift.Void)
129
- public static func restoreFatalError()
130
- }
131
- public struct ErrorDetail {
132
- public let error: any Swift.Error
133
- public let fileName: Swift.String
134
- public let line: Swift.String
135
- public let stackTrace: Swift.String
136
- public init(error: any Swift.Error, fileName: Swift.String, line: Swift.Int, stackTrace: [Swift.String])
137
- }
138
- public struct FCResultModel {
139
- public var chkey: Swift.String?
140
- public var snapNumber: Swift.Int?
141
- public var snapFrequenceInMillis: Swift.Int?
142
- public var challenges: [OINetwork.FCChallengeModel]?
143
- public func totalNumberOfPictures() -> Swift.Int
144
- }
@@ -1,11 +0,0 @@
1
- framework module OINetwork {
2
- umbrella header "OINetwork.h"
3
- export *
4
-
5
- module * { export * }
6
- }
7
-
8
- module OINetwork.Swift {
9
- header "OINetwork-Swift.h"
10
- requires objc
11
- }