@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.
- package/android/build.gradle +2 -2
- package/android/src/main/AndroidManifest.xml +2 -1
- package/android/src/main/java/br/com/oiti/rnliveness3d/RnLiveness3dModule.kt +43 -9
- package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DTheme.kt +104 -165
- package/ios/Podfile +2 -2
- package/ios/RnLiveness3d.h +1 -11
- package/ios/RnLiveness3d.mm +8 -20
- package/ios/RnLiveness3dSwiftModule.swift +131 -93
- package/lib/commonjs/@types/ArgsType.js.map +1 -1
- package/lib/commonjs/@types/FontsType.js.map +1 -1
- package/lib/commonjs/@types/ResultType.js.map +1 -1
- package/lib/commonjs/@types/ResultTypes.js.map +1 -1
- package/lib/commonjs/@types/TextsType.js.map +1 -1
- package/lib/commonjs/@types/ThemeType.js.map +1 -1
- package/lib/commonjs/NativeRnLiveness3d.js.map +1 -1
- package/lib/commonjs/actions/BackButton.js +4 -6
- package/lib/commonjs/actions/BackButton.js.map +1 -1
- package/lib/commonjs/actions/ContinueButton.js +4 -6
- package/lib/commonjs/actions/ContinueButton.js.map +1 -1
- package/lib/commonjs/actions/PermissionButton.js +4 -6
- package/lib/commonjs/actions/PermissionButton.js.map +1 -1
- package/lib/commonjs/context/Liveness3DContext.js +3 -5
- package/lib/commonjs/context/Liveness3DContext.js.map +1 -1
- package/lib/commonjs/helpers/Liveness3DHelper.js +1 -4
- package/lib/commonjs/helpers/Liveness3DHelper.js.map +1 -1
- package/lib/commonjs/index.js +26 -31
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/interfaces/Liveness3DHelper.js.map +1 -1
- package/lib/commonjs/interfaces/OitiBackButtonInterface.js.map +1 -1
- package/lib/commonjs/interfaces/OitiContinueButton.js.map +1 -1
- package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js.map +1 -1
- package/lib/commonjs/screens/Liveness3D/InstructionsView.js +47 -65
- package/lib/commonjs/screens/Liveness3D/InstructionsView.js.map +1 -1
- package/lib/commonjs/screens/PermissionView.js +29 -40
- package/lib/commonjs/screens/PermissionView.js.map +1 -1
- package/lib/commonjs/utils/continueButton.js.map +1 -1
- package/lib/commonjs/utils/normalize.js.map +1 -1
- package/lib/commonjs/utils/permissions.js.map +1 -1
- package/lib/commonjs/utils/screenStore.js.map +1 -1
- package/lib/module/@types/ArgsType.js +0 -2
- package/lib/module/@types/ArgsType.js.map +1 -1
- package/lib/module/@types/FontsType.js +1 -1
- package/lib/module/@types/FontsType.js.map +1 -1
- package/lib/module/@types/ResultType.js +1 -1
- package/lib/module/@types/ResultType.js.map +1 -1
- package/lib/module/@types/ResultTypes.js +0 -2
- package/lib/module/@types/ResultTypes.js.map +1 -1
- package/lib/module/@types/TextsType.js +1 -1
- package/lib/module/@types/TextsType.js.map +1 -1
- package/lib/module/@types/ThemeType.js +1 -1
- package/lib/module/@types/ThemeType.js.map +1 -1
- package/lib/module/NativeRnLiveness3d.js +0 -2
- package/lib/module/NativeRnLiveness3d.js.map +1 -1
- package/lib/module/actions/BackButton.js +4 -8
- package/lib/module/actions/BackButton.js.map +1 -1
- package/lib/module/actions/ContinueButton.js +4 -8
- package/lib/module/actions/ContinueButton.js.map +1 -1
- package/lib/module/actions/PermissionButton.js +4 -8
- package/lib/module/actions/PermissionButton.js.map +1 -1
- package/lib/module/context/Liveness3DContext.js +3 -7
- package/lib/module/context/Liveness3DContext.js.map +1 -1
- package/lib/module/helpers/Liveness3DHelper.js +1 -6
- package/lib/module/helpers/Liveness3DHelper.js.map +1 -1
- package/lib/module/index.js +26 -33
- package/lib/module/index.js.map +1 -1
- package/lib/module/interfaces/Liveness3DHelper.js +0 -2
- package/lib/module/interfaces/Liveness3DHelper.js.map +1 -1
- package/lib/module/interfaces/OitiBackButtonInterface.js +0 -2
- package/lib/module/interfaces/OitiBackButtonInterface.js.map +1 -1
- package/lib/module/interfaces/OitiContinueButton.js +0 -2
- package/lib/module/interfaces/OitiContinueButton.js.map +1 -1
- package/lib/module/interfaces/OitiPermissionButtonInterface.js +0 -2
- package/lib/module/interfaces/OitiPermissionButtonInterface.js.map +1 -1
- package/lib/module/screens/Liveness3D/InstructionsView.js +47 -67
- package/lib/module/screens/Liveness3D/InstructionsView.js.map +1 -1
- package/lib/module/screens/PermissionView.js +29 -42
- package/lib/module/screens/PermissionView.js.map +1 -1
- package/lib/module/utils/continueButton.js +0 -2
- package/lib/module/utils/continueButton.js.map +1 -1
- package/lib/module/utils/normalize.js +0 -2
- package/lib/module/utils/normalize.js.map +1 -1
- package/lib/module/utils/permissions.js +0 -2
- package/lib/module/utils/permissions.js.map +1 -1
- package/lib/module/utils/screenStore.js +0 -2
- package/lib/module/utils/screenStore.js.map +1 -1
- package/oiti-rn-liveness3d.podspec +18 -27
- package/package.json +32 -26
- package/src/index.tsx +4 -4
- package/ios/Podfile.lock +0 -50
- package/ios/Pods/OICommons/Output/OICommons.xcframework/Info.plist +0 -44
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons-Swift.h +0 -327
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons.h +0 -15
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Info.plist +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Bold.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Medium.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Regular.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -1817
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftinterface +0 -1817
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/OICommons +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Bold.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Medium.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Regular.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons-Swift.h +0 -650
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons.h +0 -15
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Info.plist +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Bold.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Medium.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Regular.otf +0 -0
- 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
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -1817
- 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
- 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
- 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
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/OICommons +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Bold.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Medium.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Regular.otf +0 -0
- package/ios/Pods/OICommons/Output/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/_CodeSignature/CodeResources +0 -311
- package/ios/Pods/OICommons/README.md +0 -40
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/Info.plist +0 -46
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Assets.car +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents-Swift.h +0 -455
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents.h +0 -18
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Info.plist +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.abi.json +0 -9
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/OIComponents.framework/OIComponents +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Resources/DWARF/OIComponents +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Assets.car +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents-Swift.h +0 -906
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents.h +0 -18
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Info.plist +0 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/OIComponents +0 -0
- package/ios/Pods/OIComponents/Framework/Output/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/_CodeSignature/CodeResources +0 -256
- package/ios/Pods/OIComponents/README.md +0 -29
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/Info.plist +0 -44
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Assets.car +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +0 -343
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D.h +0 -18
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Por_favor_pressione_o_botao_para_iniciar.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Toque_duas_veezs_em_qualquer_lugar_da_tela.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/carregando.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -240
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftinterface +0 -240
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/OILiveness3D +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Assets.car +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +0 -682
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D.h +0 -18
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Info.plist +0 -0
- 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
- 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
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/carregando.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
- 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
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -240
- 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
- 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
- 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
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/OILiveness3D +0 -0
- package/ios/Pods/OILiveness3D/Output/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/_CodeSignature/CodeResources +0 -377
- package/ios/Pods/OILiveness3D/README.md +0 -1
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/Info.plist +0 -44
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Assets.car +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/FaceTecSDK +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/GenericGuidanceContentLayout.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +0 -1935
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +0 -109
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecSDK.h +0 -16
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Modules/module.modulemap +0 -6
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/PrivacyInfo.xcprivacy +0 -29
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ReadyScreenGuidanceContentLayout.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/RetryScreenGuidanceContentLayout.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/SharedGuidanceLayout.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/9Uo-4b-JiE-view-Ae0-rb-UqS.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/CJ6-MX-bJp-view-8JL-Rc-0g1.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceScanViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecAdditionalReviewViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecIDFeedbackViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecOCRConfirmationViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDCaptureViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDSelectionViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Info.plist +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Pyw-6G-JSY-view-Zue-Eo-Q2U.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/QWA-8Y-vUM-view-wJB-Z5-eD2.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/alz-Ia-X3d-view-IKu-EI-Hug.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/l2Q-cc-kD8-view-UUy-6c-meu.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/af.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ar.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/attributions.txt +0 -462
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/1f5b84f51ce0fcfbb76e904b7bcaa7560f601e1394a0b29367a09385312287eb +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/2b075ac1a6132b5b8a4c9ef0ba6b0cd84db7838aca9a000e50d907f40770a4ab +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/59cc2a9af81aaca2376702c2490650f4da2775fa673274db98aad41b7ef101c0 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/5b63e98b991aedabb60665503384f30bffd939decf9433883b30b78011ee501a +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/66388dc76dc16bc6b76b682edd218a575bf45b9b +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/6b3133f0f39ff89a2a169d61176ee17cafacc5e288f334e2b64ee82892d11ccd +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/9077d16225f9314163ef1e7db6fc7d4088bb903d134bd95f23d5591ca4dfbfca +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/a74f2afb9d20f2375ccbd14e67c094b85c89ceb608f7cf8ae04f3f646a6c5672 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/b501893e75f62ee1707643e35b21109927b07ed5b202321c961b424cbc2e4695 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/dbd7a353f0130bb983d6ba05917e9be991d70e8f028df4b74e30bc6497ef7f71 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/f2.xml +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/fd6d368a5658496536e2bfae170d1b823a3629b242cafc09784bfba4e56d8c80 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/marker +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/vu0ilin6we3lrzo5f83f7qs2jul4aq7v4aoynrmch8zfvpi8ezrfyafa4t0fx87l +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/de.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/el.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/en.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/es.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/fr.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/kk.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/nb.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/pt-BR.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ru.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/strip-unused-architectures-from-target.sh +0 -62
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/FaceTecSDK +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +0 -1935
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +0 -109
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecSDK.h +0 -16
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Modules/module.modulemap +0 -6
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/_CodeSignature/CodeResources +0 -146
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework.zip +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/Info.plist +0 -46
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork-Swift.h +0 -316
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork.h +0 -15
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Info.plist +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.abi.json +0 -9
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/OINetwork +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/_CodeSignature/CodeResources +0 -190
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/DWARF/OINetwork +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +0 -1817
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork-Swift.h +0 -628
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork.h +0 -15
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Info.plist +0 -0
- 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
- 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
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -144
- 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
- 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
- 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
- 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
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/OINetwork +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/_CodeSignature/CodeResources +0 -245
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework.zip +0 -0
- package/ios/Pods/OINetwork/README.md +0 -1
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/Info.plist +0 -44
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity-Swift.h +0 -311
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity.h +0 -16
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Info.plist +0 -0
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -177
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftinterface +0 -177
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/OISecurity +0 -0
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64/OISecurity.framework/PrivacyInfo.xcprivacy +0 -37
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity-Swift.h +0 -618
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity.h +0 -16
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Info.plist +0 -0
- 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
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -177
- 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
- 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
- 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
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/OISecurity +0 -0
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/PrivacyInfo.xcprivacy +0 -37
- package/ios/Pods/OISecurity/Output/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/_CodeSignature/CodeResources +0 -256
- package/ios/Pods/Pods.xcodeproj/project.pbxproj +0 -1261
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OICommons.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OIComponents.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D_FT.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OINetwork.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OISecurity.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/Pods-RnLiveness3d.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/xcschememanagement.plist +0 -46
- package/ios/Pods/Target Support Files/OICommons/OICommons-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OICommons/OICommons.debug.xcconfig +0 -15
- package/ios/Pods/Target Support Files/OICommons/OICommons.release.xcconfig +0 -15
- package/ios/Pods/Target Support Files/OIComponents/OIComponents-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OIComponents/OIComponents.debug.xcconfig +0 -15
- package/ios/Pods/Target Support Files/OIComponents/OIComponents.release.xcconfig +0 -15
- package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.debug.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.release.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.debug.xcconfig +0 -13
- package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.release.xcconfig +0 -13
- package/ios/Pods/Target Support Files/OINetwork/OINetwork-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OINetwork/OINetwork.debug.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OINetwork/OINetwork.release.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OISecurity/OISecurity-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OISecurity/OISecurity.debug.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OISecurity/OISecurity.release.xcconfig +0 -16
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-Info.plist +0 -26
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.markdown +0 -23
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.plist +0 -79
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-dummy.m +0 -5
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-umbrella.h +0 -16
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.debug.xcconfig +0 -14
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.modulemap +0 -6
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.release.xcconfig +0 -14
- package/lib/commonjs/package.json +0 -1
- package/lib/module/package.json +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/Liveness3DHelper.tsx"],"mappings":"","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/Liveness3DHelper.tsx"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiBackButtonInterface.tsx"],"mappings":"","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiBackButtonInterface.tsx"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiContinueButton.tsx"],"mappings":"","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiContinueButton.tsx"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiPermissionButtonInterface.tsx"],"mappings":"","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiPermissionButtonInterface.tsx"],"mappings":"","ignoreList":[]}
|
|
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = InstructionsView;
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
8
|
var _normalize = require("../../utils/normalize");
|
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
9
|
const {
|
|
11
10
|
width: SCREEN_WIDTH,
|
|
12
11
|
height: SCREEN_HEIGHT
|
|
@@ -17,70 +16,53 @@ function InstructionsView({
|
|
|
17
16
|
onVerify,
|
|
18
17
|
onBack
|
|
19
18
|
}) {
|
|
20
|
-
return /*#__PURE__*/
|
|
21
|
-
style: styles.container
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
style: styles.boxText,
|
|
68
|
-
children: "N\xE3o use acess\xF3rios como bon\xE9s, m\xE1scaras e afins."
|
|
69
|
-
})]
|
|
70
|
-
})]
|
|
71
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
72
|
-
style: styles.viewBtn,
|
|
73
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
|
|
74
|
-
onPress: () => onVerify(),
|
|
75
|
-
style: styles.nextBtn,
|
|
76
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
77
|
-
style: styles.nextText,
|
|
78
|
-
children: "Continuar"
|
|
79
|
-
})
|
|
80
|
-
})
|
|
81
|
-
})]
|
|
82
|
-
})]
|
|
83
|
-
});
|
|
19
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
20
|
+
style: styles.container
|
|
21
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
22
|
+
onPress: () => onBack(),
|
|
23
|
+
style: styles.navigationBar
|
|
24
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
25
|
+
source: require('../../assets/images/left-arrow.png'),
|
|
26
|
+
style: styles.leftArrow
|
|
27
|
+
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
28
|
+
style: styles.boxImg
|
|
29
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
30
|
+
style: styles.imgContainer
|
|
31
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
32
|
+
source: require('../../assets/images/img_face.png'),
|
|
33
|
+
style: styles.imgFace
|
|
34
|
+
}))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
35
|
+
style: styles.boxBtn
|
|
36
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
37
|
+
style: styles.title
|
|
38
|
+
}, "Reconhecimento Facial"), /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
39
|
+
style: styles.subtitle
|
|
40
|
+
}, "Isso garante que voc\xEA \xE9 voc\xEA mesmo."), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
41
|
+
style: styles.intructions
|
|
42
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
43
|
+
style: styles.rowInstructions
|
|
44
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
45
|
+
style: styles.boxIcon
|
|
46
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
47
|
+
source: require('../../assets/images/lightbulb_outline.png')
|
|
48
|
+
})), /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
49
|
+
style: styles.boxText
|
|
50
|
+
}, "Escolha um ambiente bem iluminado.")), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
51
|
+
style: styles.rowInstructions
|
|
52
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
53
|
+
style: styles.boxIcon
|
|
54
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
55
|
+
source: require('../../assets/images/face.png')
|
|
56
|
+
})), /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
57
|
+
style: styles.boxText
|
|
58
|
+
}, "N\xE3o use acess\xF3rios como bon\xE9s, m\xE1scaras e afins."))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
59
|
+
style: styles.viewBtn
|
|
60
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
61
|
+
onPress: () => onVerify(),
|
|
62
|
+
style: styles.nextBtn
|
|
63
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
64
|
+
style: styles.nextText
|
|
65
|
+
}, "Continuar")))));
|
|
84
66
|
}
|
|
85
67
|
const styles = _reactNative.StyleSheet.create({
|
|
86
68
|
container: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_normalize","
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_normalize","width","SCREEN_WIDTH","height","SCREEN_HEIGHT","Dimensions","get","scaleW","scaleH","InstructionsView","onVerify","onBack","React","createElement","View","style","styles","container","TouchableOpacity","onPress","navigationBar","Image","source","leftArrow","boxImg","imgContainer","imgFace","boxBtn","Text","title","subtitle","intructions","rowInstructions","boxIcon","boxText","viewBtn","nextBtn","nextText","StyleSheet","create","flex","alignItems","backgroundColor","justifyContent","flexDirection","borderColor","borderWidth","borderRadius","paddingLeft","color","fontSize","normalize","marginTop","marginLeft","fontWeight","margin","description_one","textAlign","marginRight","boxInfo","paddingTop","Platform","OS","borderTopLeftRadius","borderTopRightRadius","paddingBottom","iconTop","aspectRatio","waveTop","box","marginVertical"],"sourceRoot":"../../../../src","sources":["screens/Liveness3D/InstructionsView.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = PermissionView;
|
|
7
7
|
var _reactNative = require("react-native");
|
|
8
8
|
var _normalize = require("../utils/normalize");
|
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
9
|
const {
|
|
11
10
|
height: SCREEN_HEIGHT
|
|
12
11
|
} = _reactNative.Dimensions.get('window');
|
|
@@ -17,45 +16,35 @@ function PermissionView({
|
|
|
17
16
|
onVerify,
|
|
18
17
|
onBack
|
|
19
18
|
}) {
|
|
20
|
-
return /*#__PURE__*/
|
|
21
|
-
style: styles.container
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
style: styles.nextBtn,
|
|
50
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
51
|
-
style: styles.nextText,
|
|
52
|
-
children: "Verificar"
|
|
53
|
-
})
|
|
54
|
-
})]
|
|
55
|
-
})]
|
|
56
|
-
})
|
|
57
|
-
})]
|
|
58
|
-
});
|
|
19
|
+
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
20
|
+
style: styles.container
|
|
21
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
22
|
+
style: styles.navigationBar
|
|
23
|
+
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
24
|
+
onPress: () => onBack(),
|
|
25
|
+
style: styles.navigationBar
|
|
26
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
27
|
+
source: require('../assets/images/left-arrow-b.png'),
|
|
28
|
+
style: styles.leftArrow
|
|
29
|
+
}))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
30
|
+
style: styles.containerPerm
|
|
31
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
32
|
+
style: styles.imgContainer
|
|
33
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
34
|
+
source: require('../assets/images/camera_alt.png'),
|
|
35
|
+
style: styles.imgFace
|
|
36
|
+
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
37
|
+
style: styles.intructions
|
|
38
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
39
|
+
style: styles.title
|
|
40
|
+
}, "Permiss\xF5es da c\xE2mera desativadas."), /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
41
|
+
style: styles.subtitle
|
|
42
|
+
}, "Habilitar as configura\xE7\xF5es do seu aparelho."), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
43
|
+
onPress: () => onVerify(),
|
|
44
|
+
style: styles.nextBtn
|
|
45
|
+
}, /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
46
|
+
style: styles.nextText
|
|
47
|
+
}, "Verificar"))))));
|
|
59
48
|
}
|
|
60
49
|
const styles = _reactNative.StyleSheet.create({
|
|
61
50
|
container: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_normalize","
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_normalize","height","SCREEN_HEIGHT","Dimensions","get","scaleH","PermissionView","onVerify","onBack","React","createElement","View","style","styles","container","navigationBar","TouchableOpacity","onPress","Image","source","leftArrow","containerPerm","imgContainer","imgFace","intructions","Text","title","subtitle","nextBtn","nextText","StyleSheet","create","flex","alignItems","backgroundColor","width","justifyContent","rowInstructions","flexDirection","viewBtn","boxIcon","borderColor","borderWidth","borderRadius","boxText","paddingLeft","color","fontSize","marginTop","textAlign","marginBottom","fontWeight","margin","boxBtn","borderTopLeftRadius","borderTopRightRadius","paddingBottom","iconTop","marginLeft","normalize","waveTop","box","marginVertical"],"sourceRoot":"../../../src","sources":["screens/PermissionView.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_permissions","require","continueButton","checkCameraPermissionGranted","exports"],"sourceRoot":"../../../src","sources":["utils/continueButton.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAEO,MAAMC,cAAc,GAAGA,CAAA,KAAe;EAC3C,OAAO,IAAAC,yCAA4B,EAAC,CAAC;AACvC,CAAC;AAACC,OAAA,CAAAF,cAAA,GAAAA,cAAA","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_permissions","require","continueButton","checkCameraPermissionGranted","exports"],"sourceRoot":"../../../src","sources":["utils/continueButton.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAEO,MAAMC,cAAc,GAAGA,CAAA,KAAe;EAC3C,OAAO,IAAAC,yCAA4B,EAAC,CAAC;AACvC,CAAC;AAACC,OAAA,CAAAF,cAAA,GAAAA,cAAA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","normalize","size","scale","newSize","Platform","OS","Math","round","PixelRatio","roundToNearestPixel"],"sourceRoot":"../../../src","sources":["utils/normalize.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAEO,SAASC,SAASA,CAACC,IAAS,EAAEC,KAAU,EAAE;EAC/C,MAAMC,OAAO,GAAGF,IAAI,GAAGC,KAAK;EAC5B,IAAIE,qBAAQ,CAACC,EAAE,KAAK,KAAK,EAAE;IACzB,OAAOJ,IAAI;EACb,CAAC,MAAM;IACL,OAAOK,IAAI,CAACC,KAAK,CAACC,uBAAU,CAACC,mBAAmB,CAACN,OAAO,CAAC,CAAC,GAAG,EAAE;EACjE;AACF","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_reactNative","require","normalize","size","scale","newSize","Platform","OS","Math","round","PixelRatio","roundToNearestPixel"],"sourceRoot":"../../../src","sources":["utils/normalize.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAEO,SAASC,SAASA,CAACC,IAAS,EAAEC,KAAU,EAAE;EAC/C,MAAMC,OAAO,GAAGF,IAAI,GAAGC,KAAK;EAC5B,IAAIE,qBAAQ,CAACC,EAAE,KAAK,KAAK,EAAE;IACzB,OAAOJ,IAAI;EACb,CAAC,MAAM;IACL,OAAOK,IAAI,CAACC,KAAK,CAACC,uBAAU,CAACC,mBAAmB,CAACN,OAAO,CAAC,CAAC,GAAG,EAAE;EACjE;AACF","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_NativeRnLiveness3d","_interopRequireDefault","require","e","__esModule","default","checkCameraPermissionGranted","RnLiveness3d","requestCameraPermission","Promise","resolve","_reject","result"],"sourceRoot":"../../../src","sources":["utils/permissions.tsx"],"mappings":";;;;;;;AAAA,IAAAA,mBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAiD,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAE1C,SAASG,4BAA4BA,CAAA,EAAY;EACtD,OAAOC,2BAAY,CAACD,4BAA4B,CAAC,CAAC;AACpD;AAEO,SAASE,uBAAuBA,CAAA,EAAqB;EAC1D,OAAO,IAAIC,OAAO,CAAC,CAACC,OAAO,EAAEC,OAAO,KAAK;IACvCJ,2BAAY,CAACC,uBAAuB,CAAEI,MAAM,IAAK;MAC/CF,OAAO,CAACE,MAAM,CAAC;IACjB,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_NativeRnLiveness3d","_interopRequireDefault","require","e","__esModule","default","checkCameraPermissionGranted","RnLiveness3d","requestCameraPermission","Promise","resolve","_reject","result"],"sourceRoot":"../../../src","sources":["utils/permissions.tsx"],"mappings":";;;;;;;AAAA,IAAAA,mBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAiD,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAE1C,SAASG,4BAA4BA,CAAA,EAAY;EACtD,OAAOC,2BAAY,CAACD,4BAA4B,CAAC,CAAC;AACpD;AAEO,SAASE,uBAAuBA,CAAA,EAAqB;EAC1D,OAAO,IAAIC,OAAO,CAAC,CAACC,OAAO,EAAEC,OAAO,KAAK;IACvCJ,2BAAY,CAACC,uBAAuB,CAAEI,MAAM,IAAK;MAC/CF,OAAO,CAACE,MAAM,CAAC;IACjB,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["SCREEN","exports","Object","freeze","INSTRUCTION_VIEW","PERMISSION_VIEW"],"sourceRoot":"../../../src","sources":["utils/screenStore.tsx"],"mappings":";;;;;;AAAO,MAAMA,MAAM,GAAAC,OAAA,CAAAD,MAAA,GAAGE,MAAM,CAACC,MAAM,CAAC;EAClCC,gBAAgB,EAAE,CAAC;EACnBC,eAAe,EAAE;AACnB,CAAU,CAAC","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["SCREEN","exports","Object","freeze","INSTRUCTION_VIEW","PERMISSION_VIEW"],"sourceRoot":"../../../src","sources":["utils/screenStore.tsx"],"mappings":";;;;;;AAAO,MAAMA,MAAM,GAAAC,OAAA,CAAAD,MAAA,GAAGE,MAAM,CAACC,MAAM,CAAC;EAClCC,gBAAgB,EAAE,CAAC;EACnBC,eAAe,EAAE;AACnB,CAAU,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ArgsType.ts"],"mappings":"","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ArgsType.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
//# sourceMappingURL=FontsType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/FontsType.ts"],"mappings":"","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/FontsType.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
//# sourceMappingURL=ResultType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ResultType.ts"],"mappings":"","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ResultType.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ResultTypes.ts"],"mappings":"","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ResultTypes.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
//# sourceMappingURL=TextsType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/TextsType.ts"],"mappings":"","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/TextsType.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
//# sourceMappingURL=ThemeType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ThemeType.ts"],"mappings":"","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/ThemeType.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["TurboModuleRegistry","getEnforcing"],"sourceRoot":"../../src","sources":["NativeRnLiveness3d.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["TurboModuleRegistry","getEnforcing"],"sourceRoot":"../../src","sources":["NativeRnLiveness3d.ts"],"mappings":"AAAA,SAASA,mBAAmB,QAA0B,cAAc;AAQpE,eAAeA,mBAAmB,CAACC,YAAY,CAAO,cAAc,CAAC","ignoreList":[]}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
3
2
|
import React, { useRef } from 'react';
|
|
4
3
|
import { TouchableOpacity } from 'react-native';
|
|
5
4
|
import { useLiveness3DContext } from '../context/Liveness3DContext';
|
|
6
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
5
|
export const BackButton = ({
|
|
8
6
|
children,
|
|
9
7
|
...props
|
|
@@ -18,12 +16,10 @@ export const BackButton = ({
|
|
|
18
16
|
return (
|
|
19
17
|
/*#__PURE__*/
|
|
20
18
|
//@ts-ignore
|
|
21
|
-
|
|
19
|
+
React.createElement(TouchableOpacity, _extends({
|
|
22
20
|
ref: touchableOpacityRef,
|
|
23
|
-
onPress: handlePress
|
|
24
|
-
|
|
25
|
-
children: children
|
|
26
|
-
})
|
|
21
|
+
onPress: handlePress
|
|
22
|
+
}, props), children)
|
|
27
23
|
);
|
|
28
24
|
};
|
|
29
25
|
//# sourceMappingURL=BackButton.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useRef","TouchableOpacity","useLiveness3DContext","
|
|
1
|
+
{"version":3,"names":["React","useRef","TouchableOpacity","useLiveness3DContext","BackButton","children","props","touchableOpacityRef","onBack","handlePress","createElement","_extends","ref","onPress"],"sourceRoot":"../../../src","sources":["actions/BackButton.tsx"],"mappings":";AAAA,OAAOA,KAAK,IAAIC,MAAM,QAAQ,OAAO;AACrC,SAASC,gBAAgB,QAAQ,cAAc;AAC/C,SAASC,oBAAoB,QAAQ,8BAA8B;AAGnE,OAAO,MAAMC,UAA6C,GAAGA,CAAC;EAC5DC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,mBAAmB,GAAGN,MAAM,CAAC,IAAI,CAAC;EACxC,MAAM;IAAEO;EAAO,CAAC,GAAGL,oBAAoB,CAAC,CAAC;EAEzC,MAAMM,WAAW,GAAGA,CAAA,KAAM;IACxBD,MAAM,CAAC,CAAC;EACV,CAAC;EAED;IAAA;IACE;IACAR,KAAA,CAAAU,aAAA,CAACR,gBAAgB,EAAAS,QAAA;MACfC,GAAG,EAAEL,mBAAoB;MACzBM,OAAO,EAAEJ;IAAY,GACjBH,KAAK,GAERD,QACe;EAAC;AAEvB,CAAC","ignoreList":[]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
3
2
|
import React, { useRef } from 'react';
|
|
4
3
|
import { TouchableOpacity } from 'react-native';
|
|
5
4
|
import { useLiveness3DContext } from '../context/Liveness3DContext';
|
|
6
5
|
import { continueButton } from '../utils/continueButton';
|
|
7
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
6
|
export const ContinueButton = ({
|
|
9
7
|
children,
|
|
10
8
|
...props
|
|
@@ -27,12 +25,10 @@ export const ContinueButton = ({
|
|
|
27
25
|
return (
|
|
28
26
|
/*#__PURE__*/
|
|
29
27
|
//@ts-ignore
|
|
30
|
-
|
|
28
|
+
React.createElement(TouchableOpacity, _extends({
|
|
31
29
|
ref: touchableOpacityRef,
|
|
32
|
-
onPress: handlePress
|
|
33
|
-
|
|
34
|
-
children: children
|
|
35
|
-
})
|
|
30
|
+
onPress: handlePress
|
|
31
|
+
}, props), children)
|
|
36
32
|
);
|
|
37
33
|
};
|
|
38
34
|
//# sourceMappingURL=ContinueButton.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useRef","TouchableOpacity","useLiveness3DContext","continueButton","
|
|
1
|
+
{"version":3,"names":["React","useRef","TouchableOpacity","useLiveness3DContext","continueButton","ContinueButton","children","props","touchableOpacityRef","setScreen","startLiveness","onContinue","handlePress","createElement","_extends","ref","onPress"],"sourceRoot":"../../../src","sources":["actions/ContinueButton.tsx"],"mappings":";AAAA,OAAOA,KAAK,IAAIC,MAAM,QAAQ,OAAO;AACrC,SAASC,gBAAgB,QAAQ,cAAc;AAC/C,SAASC,oBAAoB,QAAQ,8BAA8B;AACnE,SAASC,cAAc,QAAQ,yBAAyB;AAGxD,OAAO,MAAMC,cAAqD,GAAGA,CAAC;EACpEC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,mBAAmB,GAAGP,MAAM,CAAC,IAAI,CAAC;EACxC,MAAM;IAAEQ,SAAS;IAAEC;EAAc,CAAC,GAAGP,oBAAoB,CAAC,CAAC;EAE3D,SAASQ,UAAUA,CAAA,EAAG;IACpB,IAAIP,cAAc,CAAC,CAAC,KAAK,IAAI,EAAE;MAC7BM,aAAa,CAAC,CAAC;IACjB,CAAC,MAAM;MACLD,SAAS,CAAC,CAAC,CAAC;IACd;EACF;EAEA,MAAMG,WAAW,GAAGA,CAAA,KAAM;IACxBD,UAAU,CAAC,CAAC;EACd,CAAC;EAED;IAAA;IACE;IACAX,KAAA,CAAAa,aAAA,CAACX,gBAAgB,EAAAY,QAAA;MACfC,GAAG,EAAEP,mBAAoB;MACzBQ,OAAO,EAAEJ;IAAY,GACjBL,KAAK,GAERD,QACe;EAAC;AAEvB,CAAC","ignoreList":[]}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
3
2
|
import React, { useRef } from 'react';
|
|
4
3
|
import { TouchableOpacity } from 'react-native';
|
|
5
4
|
import { useLiveness3DContext } from '../context/Liveness3DContext';
|
|
6
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
5
|
export const PermissionButton = ({
|
|
8
6
|
children,
|
|
9
7
|
...props
|
|
@@ -18,12 +16,10 @@ export const PermissionButton = ({
|
|
|
18
16
|
return (
|
|
19
17
|
/*#__PURE__*/
|
|
20
18
|
//@ts-ignore
|
|
21
|
-
|
|
19
|
+
React.createElement(TouchableOpacity, _extends({
|
|
22
20
|
ref: touchableOpacityRef,
|
|
23
|
-
onPress: handlePress
|
|
24
|
-
|
|
25
|
-
children: children
|
|
26
|
-
})
|
|
21
|
+
onPress: handlePress
|
|
22
|
+
}, props), children)
|
|
27
23
|
);
|
|
28
24
|
};
|
|
29
25
|
//# sourceMappingURL=PermissionButton.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useRef","TouchableOpacity","useLiveness3DContext","
|
|
1
|
+
{"version":3,"names":["React","useRef","TouchableOpacity","useLiveness3DContext","PermissionButton","children","props","touchableOpacityRef","onRequestCameraPermission","handlePress","createElement","_extends","ref","onPress"],"sourceRoot":"../../../src","sources":["actions/PermissionButton.tsx"],"mappings":";AAAA,OAAOA,KAAK,IAAIC,MAAM,QAAQ,OAAO;AACrC,SAASC,gBAAgB,QAAQ,cAAc;AAC/C,SAASC,oBAAoB,QAAQ,8BAA8B;AAGnE,OAAO,MAAMC,gBAAyD,GAAGA,CAAC;EACxEC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,mBAAmB,GAAGN,MAAM,CAAC,IAAI,CAAC;EACxC,MAAM;IAAEO;EAA0B,CAAC,GAAGL,oBAAoB,CAAC,CAAC;EAE5D,MAAMM,WAAW,GAAGA,CAAA,KAAM;IACxBD,yBAAyB,CAAC,CAAC;EAC7B,CAAC;EAED;IAAA;IACE;IACAR,KAAA,CAAAU,aAAA,CAACR,gBAAgB,EAAAS,QAAA;MACfC,GAAG,EAAEL,mBAAoB;MACzBM,OAAO,EAAEJ;IAAY,GACjBH,KAAK,GAERD,QACe;EAAC;AAEvB,CAAC","ignoreList":[]}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import { startLiveness3d } from '../index';
|
|
4
2
|
import React, { createContext, useContext, useState } from 'react';
|
|
5
3
|
import { requestCameraPermission } from '../utils/permissions';
|
|
6
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
4
|
export const SCREEN = Object.freeze({
|
|
8
5
|
INSTRUCTION_VIEW: 1,
|
|
9
6
|
PERMISSION_VIEW: 2
|
|
@@ -66,10 +63,9 @@ export const Liveness3DProvider = ({
|
|
|
66
63
|
return (
|
|
67
64
|
/*#__PURE__*/
|
|
68
65
|
//@ts-ignore
|
|
69
|
-
|
|
70
|
-
value: contextValue
|
|
71
|
-
|
|
72
|
-
})
|
|
66
|
+
React.createElement(Liveness3DContext.Provider, {
|
|
67
|
+
value: contextValue
|
|
68
|
+
}, children)
|
|
73
69
|
);
|
|
74
70
|
};
|
|
75
71
|
export const useLiveness3DContext = () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["startLiveness3d","React","createContext","useContext","useState","requestCameraPermission","
|
|
1
|
+
{"version":3,"names":["startLiveness3d","React","createContext","useContext","useState","requestCameraPermission","SCREEN","Object","freeze","INSTRUCTION_VIEW","PERMISSION_VIEW","Liveness3DContext","undefined","Liveness3DProvider","children","onError","onSuccess","screen","setScreen","navigation","setNavigation","options","setOptions","callbackView","setCallbackView","onLiveness3DError","error","onLiveness3DSuccess","result","onBack","code","message","startLiveness","onRequestCameraPermission","then","contextValue","createElement","Provider","value","useLiveness3DContext","context","Error"],"sourceRoot":"../../../src","sources":["context/Liveness3DContext.tsx"],"mappings":"AAAA,SAASA,eAAe,QAAQ,UAAU;AAC1C,OAAOC,KAAK,IAAIC,aAAa,EAAWC,UAAU,EAAEC,QAAQ,QAAQ,OAAO;AAI3E,SAASC,uBAAuB,QAAQ,sBAAsB;AAE9D,OAAO,MAAMC,MAAM,GAAGC,MAAM,CAACC,MAAM,CAAC;EAClCC,gBAAgB,EAAE,CAAC;EACnBC,eAAe,EAAE;AACnB,CAAU,CAAC;AAkBX,MAAMC,iBAAiB,gBAAGT,aAAa,CACrCU,SACF,CAAC;AAED,OAAO,MAAMC,kBAAkC,GAAGA,CAAC;EACjDC,QAAQ;EACRC,OAAO;EACPC;AACF,CAAC,KAAK;EACJ,MAAM,CAACC,MAAM,EAAEC,SAAS,CAAC,GAAGd,QAAQ,CAAS,CAAC,CAAC;EAC/C,MAAM,CAACe,UAAU,EAAEC,aAAa,CAAC,GAAGhB,QAAQ,CAAM,CAAC;EACnD,MAAM,CAACiB,OAAO,EAAEC,UAAU,CAAC,GAAGlB,QAAQ,CAAW,CAAC;EAClD,MAAM,CAACmB,YAAY,EAAEC,eAAe,CAAC,GAAGpB,QAAQ,CAAS,EAAE,CAAC;EAE5D,MAAMqB,iBAAiB,GAAIC,KAAkB,IAAK;IAChDX,OAAO,CAACW,KAAK,CAAC;EAChB,CAAC;EAED,MAAMC,mBAAmB,GAAIC,MAAqB,IAAK;IACrDZ,SAAS,CAACY,MAAM,CAAC;EACnB,CAAC;EAED,SAASC,MAAMA,CAAA,EAAG;IAChB,QAAQZ,MAAM;MACZ,KAAKX,MAAM,CAACG,gBAAgB;QAC1BgB,iBAAiB,CAAC;UAAEK,IAAI,EAAE,GAAG;UAAEC,OAAO,EAAE;QAAkB,CAAC,CAAC;QAC5D;MACF,KAAKzB,MAAM,CAACI,eAAe;QACzBQ,SAAS,CAAC,CAAC,CAAC;QACZ;IACJ;EACF;EAEA,SAASc,aAAaA,CAAA,EAAG;IACvB,IAAIX,OAAO,EAAE;MACXrB,eAAe,CAACqB,OAAO,EAAEL,SAAS,EAAED,OAAO,CAAC;IAC9C;EACF;EAEA,SAASkB,yBAAyBA,CAAA,EAAG;IACnC5B,uBAAuB,CAAC,CAAC,CAAC6B,IAAI,CAAEN,MAAM,IAAK;MACzCA,MAAM,KAAK,IAAI,IAAII,aAAa,CAAC,CAAC;MAClCJ,MAAM,KAAK,KAAK,IAAIV,SAAS,CAAC,CAAC,CAAC;IAClC,CAAC,CAAC;EACJ;EAEA,MAAMiB,YAAmC,GAAG;IAC1ClB,MAAM;IACNC,SAAS;IACTC,UAAU;IACVC,aAAa;IACbK,iBAAiB;IACjBE,mBAAmB;IACnBE,MAAM;IACNR,OAAO;IACPC,UAAU;IACVU,aAAa;IACbC,yBAAyB;IACzBV,YAAY;IACZC;EACF,CAAC;EAED;IAAA;IACE;IACAvB,KAAA,CAAAmC,aAAA,CAACzB,iBAAiB,CAAC0B,QAAQ;MAACC,KAAK,EAAEH;IAAa,GAC7CrB,QACyB;EAAC;AAEjC,CAAC;AAED,OAAO,MAAMyB,oBAAoB,GAAGA,CAAA,KAA6B;EAC/D,MAAMC,OAAO,GAAGrC,UAAU,CAACQ,iBAAiB,CAAC;EAC7C,IAAI,CAAC6B,OAAO,EAAE;IACZ,MAAM,IAAIC,KAAK,CACb,+DACF,CAAC;EACH;EACA,OAAOD,OAAO;AAChB,CAAC;AAED,eAAe7B,iBAAiB","ignoreList":[]}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
1
|
import { useEffect } from 'react';
|
|
4
2
|
import { useLiveness3DContext } from '../context/Liveness3DContext';
|
|
5
|
-
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
|
|
6
3
|
export const Liveness3DHelper = ({
|
|
7
4
|
children,
|
|
8
5
|
options,
|
|
@@ -22,8 +19,6 @@ export const Liveness3DHelper = ({
|
|
|
22
19
|
}
|
|
23
20
|
setOptions(options);
|
|
24
21
|
}, [options, onError, setNavigation, setOptions, setCallbackView]);
|
|
25
|
-
return /*#__PURE__*/
|
|
26
|
-
children: children
|
|
27
|
-
});
|
|
22
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, children);
|
|
28
23
|
};
|
|
29
24
|
//# sourceMappingURL=Liveness3DHelper.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useEffect","useLiveness3DContext","
|
|
1
|
+
{"version":3,"names":["useEffect","useLiveness3DContext","Liveness3DHelper","children","options","onError","setNavigation","setOptions","setCallbackView","appkey","undefined","code","message","React","createElement","Fragment"],"sourceRoot":"../../../src","sources":["helpers/Liveness3DHelper.tsx"],"mappings":"AAAA,SAASA,SAAS,QAAiB,OAAO;AAC1C,SAASC,oBAAoB,QAAQ,8BAA8B;AAGnE,OAAO,MAAMC,gBAA+C,GAAGA,CAAC;EAC9DC,QAAQ;EACRC,OAAO;EACPC;AACF,CAAC,KAAK;EACJ,MAAM;IAAEC,aAAa;IAAEC,UAAU;IAAEC;EAAgB,CAAC,GAAGP,oBAAoB,CAAC,CAAC;EAE7ED,SAAS,CAAC,MAAM;IACd,IACEI,OAAO,CAACK,MAAM,KAAK,IAAI,IACvBL,OAAO,CAACK,MAAM,KAAKC,SAAS,IAC5BN,OAAO,CAACK,MAAM,KAAK,EAAE,EACrB;MACAJ,OAAO,CAAC;QAAEM,IAAI,EAAE,GAAG;QAAEC,OAAO,EAAE;MAAgB,CAAC,CAAC;IAClD;IACAL,UAAU,CAACH,OAAO,CAAC;EACrB,CAAC,EAAE,CAACA,OAAO,EAAEC,OAAO,EAAEC,aAAa,EAAEC,UAAU,EAAEC,eAAe,CAAC,CAAC;EAElE,oBAAOK,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAAE,QAAA,QAAGZ,QAAW,CAAC;AACxB,CAAC","ignoreList":[]}
|