@oiti/rn-liveness3d 1.1.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -237
- package/android/build.gradle +4 -18
- package/android/settings.gradle +2 -2
- package/android/src/main/AndroidManifest.xml +3 -0
- package/android/src/main/java/br/com/oiti/rnliveness3d/RnLiveness3dModule.kt +198 -132
- package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DFonts.kt +44 -0
- package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DText.kt +68 -0
- package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DTheme.kt +147 -0
- package/ios/Podfile +2 -1
- package/ios/Podfile.lock +39 -0
- package/ios/Pods/Manifest.lock +24 -19
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/Info.plist +42 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons-Swift.h +310 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons.h +15 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Info.plist +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Bold.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Medium.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Regular.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.abi.json +9 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.private.swiftinterface +1865 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftinterface +1865 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/module.modulemap +11 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/OICommons +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Bold.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Medium.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Regular.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/dSYMs/OICommons.framework.dSYM/Contents/Info.plist +20 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/dSYMs/OICommons.framework.dSYM/Contents/Resources/DWARF/OICommons +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons-Swift.h +616 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons.h +15 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Info.plist +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Bold.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Medium.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Regular.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.abi.json +9 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1865 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1865 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.abi.json +9 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1865 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1865 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/module.modulemap +11 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/OICommons +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Bold.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Medium.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Regular.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/_CodeSignature/CodeResources +311 -0
- package/ios/Pods/OICommons/README.md +1 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/Info.plist +42 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Assets.car +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents-Swift.h +406 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents.h +18 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Info.plist +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.abi.json +9 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.private.swiftinterface +724 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftinterface +724 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/module.modulemap +11 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/OIComponents +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Info.plist +20 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Resources/DWARF/OIComponents +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +1865 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Assets.car +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents-Swift.h +808 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents.h +18 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Info.plist +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.abi.json +9 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +724 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftinterface +724 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.abi.json +9 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +724 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +724 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/module.modulemap +11 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/OIComponents +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/_CodeSignature/CodeResources +256 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework.zip +0 -0
- package/ios/Pods/OIComponents/README.md +1 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/Info.plist +42 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Assets.car +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +294 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D.h +18 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.abi.json +9 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.private.swiftinterface +224 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftinterface +224 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/module.modulemap +11 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/OILiveness3D +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Info.plist +20 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/DWARF/OILiveness3D +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +1865 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OIComponents.swiftinterface +724 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OINetwork.swiftinterface +150 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OISecurity.swiftinterface +141 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Assets.car +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +584 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D.h +18 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.abi.json +9 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +224 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftinterface +224 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.abi.json +9 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +224 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +224 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/module.modulemap +11 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/OILiveness3D +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/_CodeSignature/CodeResources +256 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework.zip +0 -0
- package/ios/Pods/OILiveness3D/README.md +32 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/Info.plist +40 -0
- 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 +1915 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +104 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecSDK.h +16 -0
- 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 +6 -0
- 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/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/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 +137 -0
- 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 +62 -0
- 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 +1915 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +104 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecSDK.h +16 -0
- 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 +6 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/_CodeSignature/CodeResources +146 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework.zip +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/Info.plist +42 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork-Swift.h +265 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork.h +15 -0
- 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 +9 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.private.swiftinterface +150 -0
- 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 +150 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/module.modulemap +11 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/OINetwork +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Info.plist +20 -0
- 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 +1865 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork-Swift.h +526 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork.h +15 -0
- 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 +9 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +150 -0
- 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 +150 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.abi.json +9 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +150 -0
- 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 +150 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/module.modulemap +11 -0
- 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 +245 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework.zip +0 -0
- package/ios/Pods/OINetwork/README.md +1 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/Info.plist +42 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity-Swift.h +264 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity.h +16 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Info.plist +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.abi.json +9 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.private.swiftinterface +141 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftinterface +141 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/module.modulemap +11 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/OISecurity +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/_CodeSignature/CodeResources +190 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Info.plist +20 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Resources/DWARF/OISecurity +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Resources/Swift/aarch64/OINetwork.swiftinterface +150 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity-Swift.h +524 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity.h +16 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Info.plist +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.abi.json +9 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +141 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftinterface +141 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.abi.json +9 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +141 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +141 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/module.modulemap +11 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/OISecurity +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/_CodeSignature/CodeResources +245 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework.zip +0 -0
- package/ios/Pods/OISecurity/README.md +1 -0
- package/ios/Pods/Pods.xcodeproj/project.pbxproj +1235 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OICommons.xcscheme +58 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OIComponents.xcscheme +58 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D.xcscheme +58 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D_FT.xcscheme +58 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OINetwork.xcscheme +58 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OISecurity.xcscheme +58 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/Pods-RnLiveness3d.xcscheme +58 -0
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/xcschememanagement.plist +46 -0
- package/ios/Pods/Target Support Files/OICommons/OICommons-xcframeworks.sh +121 -0
- package/ios/Pods/Target Support Files/OICommons/OICommons.debug.xcconfig +15 -0
- package/ios/Pods/Target Support Files/OICommons/OICommons.release.xcconfig +15 -0
- package/ios/Pods/Target Support Files/OIComponents/OIComponents-xcframeworks.sh +121 -0
- package/ios/Pods/Target Support Files/OIComponents/OIComponents.debug.xcconfig +16 -0
- package/ios/Pods/Target Support Files/OIComponents/OIComponents.release.xcconfig +16 -0
- package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D-xcframeworks.sh +121 -0
- package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.debug.xcconfig +16 -0
- package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.release.xcconfig +16 -0
- package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT-xcframeworks.sh +121 -0
- package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.debug.xcconfig +13 -0
- package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.release.xcconfig +13 -0
- package/ios/Pods/Target Support Files/OINetwork/OINetwork-xcframeworks.sh +121 -0
- package/ios/Pods/Target Support Files/OINetwork/OINetwork.debug.xcconfig +16 -0
- package/ios/Pods/Target Support Files/OINetwork/OINetwork.release.xcconfig +16 -0
- package/ios/Pods/Target Support Files/OISecurity/OISecurity-xcframeworks.sh +121 -0
- package/ios/Pods/Target Support Files/OISecurity/OISecurity.debug.xcconfig +16 -0
- package/ios/Pods/Target Support Files/OISecurity/OISecurity.release.xcconfig +16 -0
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-Info.plist +26 -0
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.markdown +23 -0
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.plist +79 -0
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-dummy.m +5 -0
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-umbrella.h +16 -0
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.debug.xcconfig +13 -0
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.modulemap +6 -0
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.release.xcconfig +13 -0
- package/ios/RnLiveness3d.m +8 -3
- package/ios/RnLiveness3d.swift +198 -114
- package/ios/RnLiveness3d.xcworkspace/xcuserdata/gabrielcatelligoulart.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/lib/commonjs/@types/ArgsType.js +4 -0
- package/lib/commonjs/@types/FontsType.js +2 -0
- package/lib/commonjs/@types/FontsType.js.map +1 -0
- package/lib/commonjs/@types/ResultType.js +2 -0
- package/lib/commonjs/@types/ResultType.js.map +1 -0
- package/lib/commonjs/@types/ResultTypes.js +6 -0
- package/lib/commonjs/@types/ResultTypes.js.map +1 -0
- package/lib/commonjs/@types/TextsType.js +2 -0
- package/lib/commonjs/@types/TextsType.js.map +1 -0
- package/lib/commonjs/@types/ThemeType.js +2 -0
- package/lib/commonjs/@types/ThemeType.js.map +1 -0
- package/lib/commonjs/actions/BackButton.js +35 -0
- package/lib/commonjs/actions/BackButton.js.map +1 -0
- package/lib/commonjs/actions/ContinueButton.js +43 -0
- package/lib/commonjs/actions/ContinueButton.js.map +1 -0
- package/lib/commonjs/actions/PermissionButton.js +35 -0
- package/lib/commonjs/actions/PermissionButton.js.map +1 -0
- package/lib/commonjs/context/Liveness3DContext.js +104 -0
- package/lib/commonjs/context/Liveness3DContext.js.map +1 -0
- package/lib/commonjs/helpers/Liveness3DHelper.js +34 -0
- package/lib/commonjs/helpers/Liveness3DHelper.js.map +1 -0
- package/lib/commonjs/index.js +121 -78
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/interfaces/Liveness3DHelper.js +6 -0
- package/lib/commonjs/interfaces/Liveness3DHelper.js.map +1 -0
- package/lib/commonjs/interfaces/OitiBackButtonInterface.js +6 -0
- package/lib/commonjs/interfaces/OitiBackButtonInterface.js.map +1 -0
- package/lib/commonjs/interfaces/OitiContinueButton.js +6 -0
- package/lib/commonjs/interfaces/OitiContinueButton.js.map +1 -0
- package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js +6 -0
- package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js.map +1 -0
- package/lib/commonjs/screens/Liveness3D/InstructionsView.js +4 -4
- package/lib/commonjs/screens/Liveness3D/InstructionsView.js.map +1 -1
- package/lib/commonjs/utils/continueButton.js +17 -0
- package/lib/commonjs/utils/continueButton.js.map +1 -0
- package/lib/commonjs/utils/permissions.js +30 -0
- package/lib/commonjs/utils/permissions.js.map +1 -0
- package/lib/commonjs/utils/screenStore.js +12 -0
- package/lib/commonjs/utils/screenStore.js.map +1 -0
- package/lib/module/@types/ArgsType.js +1 -1
- package/lib/module/@types/FontsType.js +2 -0
- package/lib/module/@types/FontsType.js.map +1 -0
- package/lib/module/@types/ResultType.js +2 -0
- package/lib/module/@types/ResultType.js.map +1 -0
- package/lib/module/@types/ResultTypes.js +2 -0
- package/lib/module/@types/ResultTypes.js.map +1 -0
- package/lib/module/@types/TextsType.js +2 -0
- package/lib/module/@types/TextsType.js.map +1 -0
- package/lib/module/@types/ThemeType.js +2 -0
- package/lib/module/@types/ThemeType.js.map +1 -0
- package/lib/module/actions/BackButton.js +26 -0
- package/lib/module/actions/BackButton.js.map +1 -0
- package/lib/module/actions/ContinueButton.js +34 -0
- package/lib/module/actions/ContinueButton.js.map +1 -0
- package/lib/module/actions/PermissionButton.js +26 -0
- package/lib/module/actions/PermissionButton.js.map +1 -0
- package/lib/module/context/Liveness3DContext.js +92 -0
- package/lib/module/context/Liveness3DContext.js.map +1 -0
- package/lib/module/helpers/Liveness3DHelper.js +25 -0
- package/lib/module/helpers/Liveness3DHelper.js.map +1 -0
- package/lib/module/index.js +97 -75
- package/lib/module/index.js.map +1 -1
- package/lib/module/interfaces/Liveness3DHelper.js +2 -0
- package/lib/module/interfaces/Liveness3DHelper.js.map +1 -0
- package/lib/module/interfaces/OitiBackButtonInterface.js +2 -0
- package/lib/module/interfaces/OitiBackButtonInterface.js.map +1 -0
- package/lib/module/interfaces/OitiContinueButton.js +2 -0
- package/lib/module/interfaces/OitiContinueButton.js.map +1 -0
- package/lib/module/interfaces/OitiPermissionButtonInterface.js +2 -0
- package/lib/module/interfaces/OitiPermissionButtonInterface.js.map +1 -0
- package/lib/module/screens/Liveness3D/InstructionsView.js +4 -4
- package/lib/module/screens/Liveness3D/InstructionsView.js.map +1 -1
- package/lib/module/utils/continueButton.js +10 -0
- package/lib/module/utils/continueButton.js.map +1 -0
- package/lib/module/utils/permissions.js +21 -0
- package/lib/module/utils/permissions.js.map +1 -0
- package/lib/module/utils/screenStore.js +5 -0
- package/lib/module/utils/screenStore.js.map +1 -0
- package/lib/typescript/@types/ArgsType.d.ts +9 -9
- package/lib/typescript/@types/ArgsType.d.ts.map +1 -1
- package/lib/typescript/@types/FontsType.d.ts +12 -0
- package/lib/typescript/@types/FontsType.d.ts.map +1 -0
- package/lib/typescript/@types/ResultType.d.ts +13 -0
- package/lib/typescript/@types/ResultType.d.ts.map +1 -0
- package/lib/typescript/@types/ResultTypes.d.ts +6 -0
- package/lib/typescript/@types/ResultTypes.d.ts.map +1 -0
- package/lib/typescript/@types/TextsType.d.ts +36 -0
- package/lib/typescript/@types/TextsType.d.ts.map +1 -0
- package/lib/typescript/@types/ThemeType.d.ts +48 -0
- package/lib/typescript/@types/ThemeType.d.ts.map +1 -0
- package/lib/typescript/actions/BackButton.d.ts +4 -0
- package/lib/typescript/actions/BackButton.d.ts.map +1 -0
- package/lib/typescript/actions/ContinueButton.d.ts +4 -0
- package/lib/typescript/actions/ContinueButton.d.ts.map +1 -0
- package/lib/typescript/actions/PermissionButton.d.ts +4 -0
- package/lib/typescript/actions/PermissionButton.d.ts.map +1 -0
- package/lib/typescript/context/Liveness3DContext.d.ts +28 -0
- package/lib/typescript/context/Liveness3DContext.d.ts.map +1 -0
- package/lib/typescript/helpers/Liveness3DHelper.d.ts +4 -0
- package/lib/typescript/helpers/Liveness3DHelper.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +21 -8
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/interfaces/Liveness3DHelper.d.ts +7 -0
- package/lib/typescript/interfaces/Liveness3DHelper.d.ts.map +1 -0
- package/lib/typescript/interfaces/OitiBackButtonInterface.d.ts +6 -0
- package/lib/typescript/interfaces/OitiBackButtonInterface.d.ts.map +1 -0
- package/lib/typescript/interfaces/OitiContinueButton.d.ts +6 -0
- package/lib/typescript/interfaces/OitiContinueButton.d.ts.map +1 -0
- package/lib/typescript/interfaces/OitiPermissionButtonInterface.d.ts +6 -0
- package/lib/typescript/interfaces/OitiPermissionButtonInterface.d.ts.map +1 -0
- package/lib/typescript/screens/Liveness3D/InstructionsView.d.ts +1 -0
- package/lib/typescript/screens/Liveness3D/InstructionsView.d.ts.map +1 -1
- package/lib/typescript/screens/PermissionView.d.ts +1 -0
- package/lib/typescript/screens/PermissionView.d.ts.map +1 -1
- package/lib/typescript/utils/continueButton.d.ts +2 -0
- package/lib/typescript/utils/continueButton.d.ts.map +1 -0
- package/lib/typescript/utils/permissions.d.ts +4 -0
- package/lib/typescript/utils/permissions.d.ts.map +1 -0
- package/lib/typescript/utils/screenStore.d.ts +5 -0
- package/lib/typescript/utils/screenStore.d.ts.map +1 -0
- package/oiti-rn-liveness3d.podspec +2 -1
- package/package.json +3 -6
- package/src/@types/ArgsType.ts +10 -10
- package/src/@types/FontsType.ts +22 -0
- package/src/@types/ResultType.ts +13 -0
- package/src/@types/ResultTypes.ts +6 -0
- package/src/@types/TextsType.ts +41 -0
- package/src/@types/ThemeType.ts +64 -0
- package/src/actions/BackButton.tsx +27 -0
- package/src/actions/ContinueButton.tsx +35 -0
- package/src/actions/PermissionButton.tsx +27 -0
- package/src/context/Liveness3DContext.tsx +122 -0
- package/src/helpers/Liveness3DHelper.tsx +24 -0
- package/src/index.tsx +120 -87
- package/src/interfaces/Liveness3DHelper.tsx +7 -0
- package/src/interfaces/OitiBackButtonInterface.tsx +6 -0
- package/src/interfaces/OitiContinueButton.tsx +6 -0
- package/src/interfaces/OitiPermissionButtonInterface.tsx +6 -0
- package/src/screens/Liveness3D/InstructionsView.tsx +8 -8
- package/src/utils/continueButton.tsx +12 -0
- package/src/utils/permissions.tsx +30 -0
- package/src/utils/screenStore.tsx +4 -0
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.useLiveness3DContext = exports.default = exports.SCREEN = exports.Liveness3DProvider = void 0;
|
|
7
|
+
var _index = require("../index");
|
|
8
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
+
var _permissions = require("../utils/permissions");
|
|
10
|
+
var _reactNative = require("react-native");
|
|
11
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
const SCREEN = Object.freeze({
|
|
14
|
+
INSTRUCTION_VIEW: 1,
|
|
15
|
+
PERMISSION_VIEW: 2
|
|
16
|
+
});
|
|
17
|
+
exports.SCREEN = SCREEN;
|
|
18
|
+
const Liveness3DContext = /*#__PURE__*/(0, _react.createContext)(undefined);
|
|
19
|
+
const Liveness3DProvider = _ref => {
|
|
20
|
+
let {
|
|
21
|
+
children,
|
|
22
|
+
onError,
|
|
23
|
+
onSuccess
|
|
24
|
+
} = _ref;
|
|
25
|
+
const [screen, setScreen] = (0, _react.useState)(1);
|
|
26
|
+
const [navigation, setNavigation] = (0, _react.useState)();
|
|
27
|
+
const [options, setOptions] = (0, _react.useState)();
|
|
28
|
+
const [callbackView, setCallbackView] = (0, _react.useState)('');
|
|
29
|
+
const onLiveness3DError = error => {
|
|
30
|
+
onError(error);
|
|
31
|
+
};
|
|
32
|
+
const onLiveness3DSuccess = result => {
|
|
33
|
+
onSuccess(result);
|
|
34
|
+
};
|
|
35
|
+
function onBack() {
|
|
36
|
+
switch (screen) {
|
|
37
|
+
case SCREEN.INSTRUCTION_VIEW:
|
|
38
|
+
onLiveness3DError({
|
|
39
|
+
code: '0',
|
|
40
|
+
message: 'RESULT_CANCELED'
|
|
41
|
+
});
|
|
42
|
+
break;
|
|
43
|
+
case SCREEN.PERMISSION_VIEW:
|
|
44
|
+
setScreen(1);
|
|
45
|
+
break;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
function startLiveness() {
|
|
49
|
+
if (options) {
|
|
50
|
+
(0, _index.startLiveness3d)(options).then(result => {
|
|
51
|
+
{
|
|
52
|
+
if (_reactNative.Platform.OS == 'android') {
|
|
53
|
+
//@ts-ignore
|
|
54
|
+
onSuccess(JSON.parse(result));
|
|
55
|
+
} else {
|
|
56
|
+
onSuccess(result);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}).catch(error => {
|
|
60
|
+
onError(error);
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
function onAskPermission() {
|
|
65
|
+
(0, _permissions.askPermission)().then(result => {
|
|
66
|
+
result === true && startLiveness();
|
|
67
|
+
result === false && setScreen(1);
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
const contextValue = {
|
|
71
|
+
screen,
|
|
72
|
+
setScreen,
|
|
73
|
+
navigation,
|
|
74
|
+
setNavigation,
|
|
75
|
+
onLiveness3DError,
|
|
76
|
+
onLiveness3DSuccess,
|
|
77
|
+
onBack,
|
|
78
|
+
options,
|
|
79
|
+
setOptions,
|
|
80
|
+
startLiveness,
|
|
81
|
+
onAskPermission,
|
|
82
|
+
callbackView,
|
|
83
|
+
setCallbackView
|
|
84
|
+
};
|
|
85
|
+
return (
|
|
86
|
+
/*#__PURE__*/
|
|
87
|
+
//@ts-ignore
|
|
88
|
+
_react.default.createElement(Liveness3DContext.Provider, {
|
|
89
|
+
value: contextValue
|
|
90
|
+
}, children)
|
|
91
|
+
);
|
|
92
|
+
};
|
|
93
|
+
exports.Liveness3DProvider = Liveness3DProvider;
|
|
94
|
+
const useLiveness3DContext = () => {
|
|
95
|
+
const context = (0, _react.useContext)(Liveness3DContext);
|
|
96
|
+
if (!context) {
|
|
97
|
+
throw new Error('useLiveness3DContext must be used within a Liveness3DProvider');
|
|
98
|
+
}
|
|
99
|
+
return context;
|
|
100
|
+
};
|
|
101
|
+
exports.useLiveness3DContext = useLiveness3DContext;
|
|
102
|
+
var _default = Liveness3DContext;
|
|
103
|
+
exports.default = _default;
|
|
104
|
+
//# sourceMappingURL=Liveness3DContext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require","_react","_interopRequireWildcard","_permissions","_reactNative","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","SCREEN","freeze","INSTRUCTION_VIEW","PERMISSION_VIEW","exports","Liveness3DContext","createContext","undefined","Liveness3DProvider","_ref","children","onError","onSuccess","screen","setScreen","useState","navigation","setNavigation","options","setOptions","callbackView","setCallbackView","onLiveness3DError","error","onLiveness3DSuccess","result","onBack","code","message","startLiveness","startLiveness3d","then","Platform","OS","JSON","parse","catch","onAskPermission","askPermission","contextValue","createElement","Provider","value","useLiveness3DContext","context","useContext","Error","_default"],"sourceRoot":"../../../src","sources":["context/Liveness3DContext.tsx"],"mappings":"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"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Liveness3DHelper = void 0;
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _Liveness3DContext = require("../context/Liveness3DContext");
|
|
9
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
10
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
11
|
+
const Liveness3DHelper = _ref => {
|
|
12
|
+
let {
|
|
13
|
+
children,
|
|
14
|
+
options,
|
|
15
|
+
onError
|
|
16
|
+
} = _ref;
|
|
17
|
+
const {
|
|
18
|
+
setNavigation,
|
|
19
|
+
setOptions,
|
|
20
|
+
setCallbackView
|
|
21
|
+
} = (0, _Liveness3DContext.useLiveness3DContext)();
|
|
22
|
+
(0, _react.useEffect)(() => {
|
|
23
|
+
if (options.appkey === null || options.appkey === undefined || options.appkey === '') {
|
|
24
|
+
onError({
|
|
25
|
+
code: '0',
|
|
26
|
+
message: 'invalidAppKey'
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
setOptions(options);
|
|
30
|
+
}, [options, onError, setNavigation, setOptions, setCallbackView]);
|
|
31
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, children);
|
|
32
|
+
};
|
|
33
|
+
exports.Liveness3DHelper = Liveness3DHelper;
|
|
34
|
+
//# sourceMappingURL=Liveness3DHelper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_Liveness3DContext","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","Liveness3DHelper","_ref","children","options","onError","setNavigation","setOptions","setCallbackView","useLiveness3DContext","useEffect","appkey","undefined","code","message","createElement","Fragment","exports"],"sourceRoot":"../../../src","sources":["helpers/Liveness3DHelper.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,kBAAA,GAAAD,OAAA;AAAoE,SAAAE,yBAAAC,WAAA,eAAAC,OAAA,kCAAAC,iBAAA,OAAAD,OAAA,QAAAE,gBAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,WAAA,WAAAA,WAAA,GAAAG,gBAAA,GAAAD,iBAAA,KAAAF,WAAA;AAAA,SAAAJ,wBAAAQ,GAAA,EAAAJ,WAAA,SAAAA,WAAA,IAAAI,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,QAAAA,GAAA,oBAAAA,GAAA,wBAAAA,GAAA,4BAAAE,OAAA,EAAAF,GAAA,UAAAG,KAAA,GAAAR,wBAAA,CAAAC,WAAA,OAAAO,KAAA,IAAAA,KAAA,CAAAC,GAAA,CAAAJ,GAAA,YAAAG,KAAA,CAAAE,GAAA,CAAAL,GAAA,SAAAM,MAAA,WAAAC,qBAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,GAAA,IAAAX,GAAA,QAAAW,GAAA,kBAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAd,GAAA,EAAAW,GAAA,SAAAI,IAAA,GAAAR,qBAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAV,GAAA,EAAAW,GAAA,cAAAI,IAAA,KAAAA,IAAA,CAAAV,GAAA,IAAAU,IAAA,CAAAC,GAAA,KAAAR,MAAA,CAAAC,cAAA,CAAAH,MAAA,EAAAK,GAAA,EAAAI,IAAA,YAAAT,MAAA,CAAAK,GAAA,IAAAX,GAAA,CAAAW,GAAA,SAAAL,MAAA,CAAAJ,OAAA,GAAAF,GAAA,MAAAG,KAAA,IAAAA,KAAA,CAAAa,GAAA,CAAAhB,GAAA,EAAAM,MAAA,YAAAA,MAAA;AAG7D,MAAMW,gBAA+C,GAAGC,IAAA,IAIzD;EAAA,IAJ0D;IAC9DC,QAAQ;IACRC,OAAO;IACPC;EACF,CAAC,GAAAH,IAAA;EACC,MAAM;IAAEI,aAAa;IAAEC,UAAU;IAAEC;EAAgB,CAAC,GAAG,IAAAC,uCAAoB,GAAE;EAE7E,IAAAC,gBAAS,EAAC,MAAM;IACd,IACEN,OAAO,CAACO,MAAM,KAAK,IAAI,IACvBP,OAAO,CAACO,MAAM,KAAKC,SAAS,IAC5BR,OAAO,CAACO,MAAM,KAAK,EAAE,EACrB;MACAN,OAAO,CAAC;QAAEQ,IAAI,EAAE,GAAG;QAAEC,OAAO,EAAE;MAAgB,CAAC,CAAC;IAClD;IACAP,UAAU,CAACH,OAAO,CAAC;EACrB,CAAC,EAAE,CAACA,OAAO,EAAEC,OAAO,EAAEC,aAAa,EAAEC,UAAU,EAAEC,eAAe,CAAC,CAAC;EAElE,oBAAOjC,MAAA,CAAAW,OAAA,CAAA6B,aAAA,CAAAxC,MAAA,CAAAW,OAAA,CAAA8B,QAAA,QAAGb,QAAQ,CAAI;AACxB,CAAC;AAACc,OAAA,CAAAhB,gBAAA,GAAAA,gBAAA"}
|
package/lib/commonjs/index.js
CHANGED
|
@@ -3,61 +3,68 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
Object.defineProperty(exports, "BackButton", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _BackButton.BackButton;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "ContinueButton", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return _ContinueButton.ContinueButton;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
6
18
|
exports.GetIntructionView = GetIntructionView;
|
|
7
19
|
exports.Liveness3dView = Liveness3dView;
|
|
20
|
+
Object.defineProperty(exports, "PermissionButton", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () {
|
|
23
|
+
return _PermissionButton.PermissionButton;
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
exports.RnLiveness3d = void 0;
|
|
27
|
+
exports.askcamerapermissionAndroid = askcamerapermissionAndroid;
|
|
8
28
|
exports.checkIosPermission = checkIosPermission;
|
|
9
29
|
exports.checkIosPermissionGranted = checkIosPermissionGranted;
|
|
10
|
-
exports.
|
|
30
|
+
exports.checkcamerapermissionAndroid = checkcamerapermissionAndroid;
|
|
31
|
+
exports.requestCameraPermission = void 0;
|
|
11
32
|
exports.startLiveness3d = startLiveness3d;
|
|
12
|
-
var _react =
|
|
33
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
34
|
var _reactNative = require("react-native");
|
|
14
35
|
var _InstructionsView = _interopRequireDefault(require("./screens/Liveness3D/InstructionsView"));
|
|
15
36
|
var _PermissionView = _interopRequireDefault(require("./screens/PermissionView"));
|
|
37
|
+
var _Liveness3DContext = require("./context/Liveness3DContext");
|
|
38
|
+
var _Liveness3DHelper = require("./helpers/Liveness3DHelper");
|
|
39
|
+
var _ContinueButton = require("./actions/ContinueButton");
|
|
40
|
+
var _PermissionButton = require("./actions/PermissionButton");
|
|
41
|
+
var _BackButton = require("./actions/BackButton");
|
|
16
42
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
18
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
19
43
|
const LINKING_ERROR = `The package '@oiti/rn-liveness3d' doesn't seem to be linked. Make sure: \n\n` + _reactNative.Platform.select({
|
|
20
44
|
ios: "- You have run 'pod install'\n",
|
|
21
45
|
default: ''
|
|
22
46
|
}) + '- You rebuilt the app after installing the package\n' + '- You are not using Expo Go\n';
|
|
23
|
-
const SCREEN = Object.freeze({
|
|
24
|
-
INSTRUCTION_VIEW: 1,
|
|
25
|
-
PERMISSION_VIEW: 2
|
|
26
|
-
});
|
|
27
47
|
const RnLiveness3d = _reactNative.NativeModules.RnLiveness3d ? _reactNative.NativeModules.RnLiveness3d : new Proxy({}, {
|
|
28
48
|
get() {
|
|
29
49
|
throw new Error(LINKING_ERROR);
|
|
30
50
|
}
|
|
31
51
|
});
|
|
52
|
+
exports.RnLiveness3d = RnLiveness3d;
|
|
32
53
|
function startLiveness3d(options, loading) {
|
|
33
|
-
var _options$apparence, _options$apparence2, _options$apparence3, _options$apparence4;
|
|
34
54
|
let args = {
|
|
35
55
|
appkey: (options === null || options === void 0 ? void 0 : options.appkey) === undefined ? '' : options === null || options === void 0 ? void 0 : options.appkey,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
},
|
|
42
|
-
liveness3Dtext: options.liveness3Dtext || [],
|
|
56
|
+
ticket: options === null || options === void 0 ? void 0 : options.ticket,
|
|
57
|
+
environment: (options === null || options === void 0 ? void 0 : options.environment) === undefined ? 'HML' : options === null || options === void 0 ? void 0 : options.environment,
|
|
58
|
+
liveness3Dtext: (options === null || options === void 0 ? void 0 : options.liveness3Dtext) || {},
|
|
59
|
+
theme: (options === null || options === void 0 ? void 0 : options.theme) || {},
|
|
60
|
+
fonts: (options === null || options === void 0 ? void 0 : options.fonts) || {},
|
|
43
61
|
loading: loading
|
|
44
62
|
};
|
|
45
63
|
if (_reactNative.Platform.OS === 'android') {
|
|
46
|
-
return RnLiveness3d.startliveness3d(args.appkey, loading === null || loading === void 0 ? void 0 : loading.type, (loading === null || loading === void 0 ? void 0 : loading.size) * 200, loading === null || loading === void 0 ? void 0 : loading.backgroundColor, loading === null || loading === void 0 ? void 0 : loading.loadingColor);
|
|
64
|
+
return RnLiveness3d.startliveness3d(args.appkey, args.ticket, loading !== null && loading !== void 0 && loading.type ? loading === null || loading === void 0 ? void 0 : loading.type : 'default', loading !== null && loading !== void 0 && loading.size ? (loading === null || loading === void 0 ? void 0 : loading.size) * 200 : 1 * 200, loading !== null && loading !== void 0 && loading.backgroundColor ? loading === null || loading === void 0 ? void 0 : loading.backgroundColor : '#333333', loading !== null && loading !== void 0 && loading.loadingColor ? loading === null || loading === void 0 ? void 0 : loading.loadingColor : '#05D758', args === null || args === void 0 ? void 0 : args.theme, args === null || args === void 0 ? void 0 : args.fonts, args === null || args === void 0 ? void 0 : args.liveness3Dtext);
|
|
47
65
|
}
|
|
48
66
|
return RnLiveness3d.startliveness3d(args);
|
|
49
67
|
}
|
|
50
|
-
function logEvent3D(name, appkey) {
|
|
51
|
-
if (_reactNative.Platform.OS === 'ios') {
|
|
52
|
-
return RnLiveness3d.logevent({
|
|
53
|
-
event: name,
|
|
54
|
-
appkey: appkey
|
|
55
|
-
});
|
|
56
|
-
} else {
|
|
57
|
-
console.log(name, appkey);
|
|
58
|
-
return RnLiveness3d.logevent(name, appkey);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
68
|
function checkIosPermission() {
|
|
62
69
|
return RnLiveness3d.checkiospermission({
|
|
63
70
|
p: 'granted'
|
|
@@ -68,46 +75,63 @@ function checkIosPermissionGranted() {
|
|
|
68
75
|
p: 'granted'
|
|
69
76
|
});
|
|
70
77
|
}
|
|
71
|
-
|
|
72
|
-
|
|
78
|
+
function checkcamerapermissionAndroid() {
|
|
79
|
+
return RnLiveness3d.checkcamerapermission();
|
|
80
|
+
}
|
|
81
|
+
function askcamerapermissionAndroid() {
|
|
82
|
+
return RnLiveness3d.askcamerapermission();
|
|
83
|
+
}
|
|
84
|
+
const requestCameraPermission = async (options, onSuccess, onError, loading) => {
|
|
73
85
|
if (_reactNative.Platform.OS === 'ios') {
|
|
74
|
-
checkIosPermission().then(result => {
|
|
75
|
-
if (result ===
|
|
76
|
-
|
|
86
|
+
checkIosPermission().then(async result => {
|
|
87
|
+
if (result === true) {
|
|
88
|
+
await startLiveness3d(options, loading).then(result => {
|
|
89
|
+
if (_reactNative.Platform.OS == 'android') {
|
|
90
|
+
//@ts-ignore
|
|
91
|
+
onSuccess(JSON.parse(result));
|
|
92
|
+
} else {
|
|
93
|
+
onSuccess(result);
|
|
94
|
+
}
|
|
95
|
+
}).catch(error => onError(error));
|
|
77
96
|
}
|
|
78
|
-
if (result ===
|
|
97
|
+
if (result === false) {
|
|
79
98
|
return;
|
|
80
99
|
}
|
|
81
100
|
});
|
|
82
101
|
}
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
102
|
+
if (_reactNative.Platform.OS === 'android') {
|
|
103
|
+
try {
|
|
104
|
+
await askcamerapermissionAndroid().then(async res => {
|
|
105
|
+
if (res === true) {
|
|
106
|
+
await startLiveness3d(options, loading).then(result => {
|
|
107
|
+
if (_reactNative.Platform.OS == 'android') {
|
|
108
|
+
//@ts-ignore
|
|
109
|
+
onSuccess(JSON.parse(result));
|
|
110
|
+
} else {
|
|
111
|
+
onSuccess(result);
|
|
112
|
+
}
|
|
113
|
+
}).catch(error => onError(error));
|
|
114
|
+
} else {
|
|
115
|
+
console.log('Camera permission denied');
|
|
116
|
+
}
|
|
117
|
+
});
|
|
118
|
+
} catch (err) {
|
|
119
|
+
console.warn(err);
|
|
95
120
|
}
|
|
96
|
-
} catch (err) {
|
|
97
|
-
console.warn(err);
|
|
98
121
|
}
|
|
99
122
|
};
|
|
123
|
+
exports.requestCameraPermission = requestCameraPermission;
|
|
100
124
|
async function checkPermission() {
|
|
101
125
|
if (_reactNative.Platform.OS === 'ios') {
|
|
102
126
|
const grantediso = await checkIosPermissionGranted();
|
|
103
|
-
if (grantediso ===
|
|
127
|
+
if (grantediso === true) {
|
|
104
128
|
return true;
|
|
105
129
|
}
|
|
106
|
-
if (grantediso ===
|
|
130
|
+
if (grantediso === false) {
|
|
107
131
|
return false;
|
|
108
132
|
}
|
|
109
133
|
}
|
|
110
|
-
const granted = await
|
|
134
|
+
const granted = await checkcamerapermissionAndroid();
|
|
111
135
|
if (granted) {
|
|
112
136
|
return true;
|
|
113
137
|
} else {
|
|
@@ -119,62 +143,81 @@ function Liveness3dView(_ref) {
|
|
|
119
143
|
CustomInstructionView,
|
|
120
144
|
CustomPermissionView,
|
|
121
145
|
options,
|
|
122
|
-
loading
|
|
146
|
+
loading,
|
|
147
|
+
onSuccess,
|
|
148
|
+
onError,
|
|
149
|
+
onBack
|
|
123
150
|
} = _ref;
|
|
124
|
-
return
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
151
|
+
return (
|
|
152
|
+
/*#__PURE__*/
|
|
153
|
+
//@ts-ignore
|
|
154
|
+
_react.default.createElement(_Liveness3DContext.Liveness3DProvider, {
|
|
155
|
+
onError: onError,
|
|
156
|
+
onSuccess: onSuccess
|
|
157
|
+
}, /*#__PURE__*/_react.default.createElement(_Liveness3DHelper.Liveness3DHelper, {
|
|
158
|
+
options: options,
|
|
159
|
+
onError: onError
|
|
160
|
+
}, /*#__PURE__*/_react.default.createElement(GetIntructionView, {
|
|
161
|
+
CustomInstructionView: CustomInstructionView,
|
|
162
|
+
CustomPermissionView: CustomPermissionView,
|
|
163
|
+
options: options,
|
|
164
|
+
loading: loading,
|
|
165
|
+
onSuccess: onSuccess,
|
|
166
|
+
onError: onError,
|
|
167
|
+
onBack: onBack
|
|
168
|
+
})))
|
|
169
|
+
);
|
|
130
170
|
}
|
|
131
171
|
function GetIntructionView(_ref2) {
|
|
132
172
|
let {
|
|
133
173
|
CustomInstructionView,
|
|
134
174
|
CustomPermissionView,
|
|
135
175
|
options,
|
|
136
|
-
loading
|
|
176
|
+
loading,
|
|
177
|
+
onSuccess,
|
|
178
|
+
onError,
|
|
179
|
+
onBack
|
|
137
180
|
} = _ref2;
|
|
138
|
-
const
|
|
139
|
-
|
|
181
|
+
const {
|
|
182
|
+
setScreen,
|
|
183
|
+
screen
|
|
184
|
+
} = (0, _Liveness3DContext.useLiveness3DContext)();
|
|
185
|
+
function onBackScreen() {
|
|
140
186
|
switch (screen) {
|
|
141
|
-
case SCREEN.INSTRUCTION_VIEW:
|
|
142
|
-
|
|
187
|
+
case _Liveness3DContext.SCREEN.INSTRUCTION_VIEW:
|
|
188
|
+
onBack();
|
|
143
189
|
break;
|
|
144
|
-
case SCREEN.PERMISSION_VIEW:
|
|
190
|
+
case _Liveness3DContext.SCREEN.PERMISSION_VIEW:
|
|
145
191
|
setScreen(1);
|
|
146
192
|
break;
|
|
147
193
|
}
|
|
148
194
|
}
|
|
149
195
|
async function verifyPermission() {
|
|
150
196
|
if (screen === 1) {
|
|
151
|
-
logEvent3D('ACTION_L3FT_instructionContinue', options.appkey);
|
|
152
197
|
if ((await checkPermission()) === true) {
|
|
153
|
-
startLiveness3d(options, loading).then(result =>
|
|
198
|
+
startLiveness3d(options, loading).then(result => {
|
|
199
|
+
if (_reactNative.Platform.OS == 'android') {
|
|
200
|
+
//@ts-ignore
|
|
201
|
+
onSuccess(JSON.parse(result));
|
|
202
|
+
} else {
|
|
203
|
+
onSuccess(result);
|
|
204
|
+
}
|
|
205
|
+
}).catch(error => onError(error));
|
|
154
206
|
} else {
|
|
155
207
|
setScreen(2);
|
|
156
208
|
}
|
|
157
209
|
}
|
|
158
210
|
if (screen === 2) {
|
|
159
|
-
|
|
160
|
-
await requestCameraPermission(options);
|
|
211
|
+
await requestCameraPermission(options, onSuccess, onError);
|
|
161
212
|
setScreen(1);
|
|
162
213
|
}
|
|
163
214
|
}
|
|
164
|
-
(0, _react.useEffect)(() => {
|
|
165
|
-
if (screen === 1) {
|
|
166
|
-
logEvent3D('STATE_L3FT_instructionView', options.appkey);
|
|
167
|
-
}
|
|
168
|
-
if (screen === 2) {
|
|
169
|
-
logEvent3D('STATE_L3FT_permissionView', options.appkey);
|
|
170
|
-
}
|
|
171
|
-
});
|
|
172
215
|
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, screen === 1 && (!CustomInstructionView ? /*#__PURE__*/_react.default.createElement(_InstructionsView.default, {
|
|
173
216
|
onVerify: verifyPermission,
|
|
174
|
-
onBack:
|
|
217
|
+
onBack: onBackScreen
|
|
175
218
|
}) : CustomInstructionView), screen === 2 && (!CustomPermissionView ? /*#__PURE__*/_react.default.createElement(_PermissionView.default, {
|
|
176
219
|
onVerify: verifyPermission,
|
|
177
|
-
onBack:
|
|
220
|
+
onBack: onBackScreen
|
|
178
221
|
}) : CustomPermissionView));
|
|
179
222
|
}
|
|
180
223
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_InstructionsView","_PermissionView","_Liveness3DContext","_Liveness3DHelper","_ContinueButton","_PermissionButton","_BackButton","obj","__esModule","default","LINKING_ERROR","Platform","select","ios","RnLiveness3d","NativeModules","Proxy","get","Error","exports","startLiveness3d","options","loading","args","appkey","undefined","ticket","environment","liveness3Dtext","theme","fonts","OS","startliveness3d","type","size","backgroundColor","loadingColor","checkIosPermission","checkiospermission","p","checkIosPermissionGranted","checkpermissiongranted","checkcamerapermissionAndroid","checkcamerapermission","askcamerapermissionAndroid","askcamerapermission","requestCameraPermission","onSuccess","onError","then","result","JSON","parse","catch","error","res","console","log","err","warn","checkPermission","grantediso","granted","Liveness3dView","_ref","CustomInstructionView","CustomPermissionView","onBack","createElement","Liveness3DProvider","Liveness3DHelper","GetIntructionView","_ref2","setScreen","screen","useLiveness3DContext","onBackScreen","SCREEN","INSTRUCTION_VIEW","PERMISSION_VIEW","verifyPermission","Fragment","onVerify"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/Liveness3DHelper.tsx"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiBackButtonInterface.tsx"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiContinueButton.tsx"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/OitiPermissionButtonInterface.tsx"],"mappings":""}
|
|
@@ -22,8 +22,6 @@ function InstructionsView(_ref) {
|
|
|
22
22
|
} = _ref;
|
|
23
23
|
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
24
24
|
style: styles.container
|
|
25
|
-
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
26
|
-
style: styles.boxImg
|
|
27
25
|
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
28
26
|
onPress: () => onBack(),
|
|
29
27
|
style: styles.navigationBar
|
|
@@ -31,6 +29,8 @@ function InstructionsView(_ref) {
|
|
|
31
29
|
source: require('../../assets/images/left-arrow.png'),
|
|
32
30
|
style: styles.leftArrow
|
|
33
31
|
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
32
|
+
style: styles.boxImg
|
|
33
|
+
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
34
34
|
style: styles.imgContainer
|
|
35
35
|
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
36
36
|
source: require('../../assets/images/img_face.png'),
|
|
@@ -187,8 +187,8 @@ const styles = _reactNative.StyleSheet.create({
|
|
|
187
187
|
leftArrow: {
|
|
188
188
|
marginTop: (0, _normalize.normalize)(70, scaleH),
|
|
189
189
|
marginLeft: 20,
|
|
190
|
-
width: 25,
|
|
191
|
-
height:
|
|
190
|
+
width: (0, _normalize.normalize)(25, scaleW),
|
|
191
|
+
height: (0, _normalize.normalize)(35, scaleH)
|
|
192
192
|
},
|
|
193
193
|
imgFace: {
|
|
194
194
|
height: '100%',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","_interopRequireWildcard","require","_reactNative","_normalize","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","width","SCREEN_WIDTH","height","SCREEN_HEIGHT","Dimensions","scaleW","scaleH","InstructionsView","_ref","onVerify","onBack","createElement","View","style","styles","container","
|
|
1
|
+
{"version":3,"names":["React","_interopRequireWildcard","require","_reactNative","_normalize","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","width","SCREEN_WIDTH","height","SCREEN_HEIGHT","Dimensions","scaleW","scaleH","InstructionsView","_ref","onVerify","onBack","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":";;;;;;AAAA,IAAAA,KAAA,GAAAC,uBAAA,CAAAC,OAAA;AAEA,IAAAC,YAAA,GAAAD,OAAA;AASA,IAAAE,UAAA,GAAAF,OAAA;AAAkD,SAAAG,yBAAAC,WAAA,eAAAC,OAAA,kCAAAC,iBAAA,OAAAD,OAAA,QAAAE,gBAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,WAAA,WAAAA,WAAA,GAAAG,gBAAA,GAAAD,iBAAA,KAAAF,WAAA;AAAA,SAAAL,wBAAAS,GAAA,EAAAJ,WAAA,SAAAA,WAAA,IAAAI,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,QAAAA,GAAA,oBAAAA,GAAA,wBAAAA,GAAA,4BAAAE,OAAA,EAAAF,GAAA,UAAAG,KAAA,GAAAR,wBAAA,CAAAC,WAAA,OAAAO,KAAA,IAAAA,KAAA,CAAAC,GAAA,CAAAJ,GAAA,YAAAG,KAAA,CAAAE,GAAA,CAAAL,GAAA,SAAAM,MAAA,WAAAC,qBAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,GAAA,IAAAX,GAAA,QAAAW,GAAA,kBAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAd,GAAA,EAAAW,GAAA,SAAAI,IAAA,GAAAR,qBAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAV,GAAA,EAAAW,GAAA,cAAAI,IAAA,KAAAA,IAAA,CAAAV,GAAA,IAAAU,IAAA,CAAAC,GAAA,KAAAR,MAAA,CAAAC,cAAA,CAAAH,MAAA,EAAAK,GAAA,EAAAI,IAAA,YAAAT,MAAA,CAAAK,GAAA,IAAAX,GAAA,CAAAW,GAAA,SAAAL,MAAA,CAAAJ,OAAA,GAAAF,GAAA,MAAAG,KAAA,IAAAA,KAAA,CAAAa,GAAA,CAAAhB,GAAA,EAAAM,MAAA,YAAAA,MAAA;AAElD,MAAM;EAAEW,KAAK,EAAEC,YAAY;EAAEC,MAAM,EAAEC;AAAc,CAAC,GAAGC,uBAAU,CAAChB,GAAG,CAAC,QAAQ,CAAC;AAE/E,MAAMiB,MAAM,GAAGJ,YAAY,GAAG,GAAG;AACjC,MAAMK,MAAM,GAAGH,aAAa,GAAG,GAAG;AAEnB,SAASI,gBAAgBA,CAAAC,IAAA,EAMrC;EAAA,IANsC;IACvCC,QAAQ;IACRC;EAIF,CAAC,GAAAF,IAAA;EACC,oBACEnC,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAoC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACC;EAAU,gBAC5B1C,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAwC,gBAAgB;IAACC,OAAO,EAAEA,CAAA,KAAMP,MAAM,EAAG;IAACG,KAAK,EAAEC,MAAM,CAACI;EAAc,gBACrE7C,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAA2C,KAAK;IACJC,MAAM,EAAE7C,OAAO,CAAC,oCAAoC,CAAE;IACtDsC,KAAK,EAAEC,MAAM,CAACO;EAAU,EACxB,CACe,eACnBhD,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAoC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACQ;EAAO,gBACzBjD,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAoC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACS;EAAa,gBAC/BlD,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAA2C,KAAK;IACJC,MAAM,EAAE7C,OAAO,CAAC,kCAAkC,CAAE;IACpDsC,KAAK,EAAEC,MAAM,CAACU;EAAQ,EACtB,CACG,CACF,eAEPnD,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAoC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACW;EAAO,gBACzBpD,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAkD,IAAI;IAACb,KAAK,EAAEC,MAAM,CAACa;EAAM,GAAC,uBAAqB,CAAO,eACvDtD,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAkD,IAAI;IAACb,KAAK,EAAEC,MAAM,CAACc;EAAS,GAAC,8CAAmC,CAAO,eAExEvD,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAoC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACe;EAAY,gBAC9BxD,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAoC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACgB;EAAgB,gBAClCzD,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAoC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACiB;EAAQ,gBAC1B1D,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAA2C,KAAK;IACJC,MAAM,EAAE7C,OAAO,CAAC,2CAA2C;EAAE,EAC7D,CACG,eACPF,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAkD,IAAI;IAACb,KAAK,EAAEC,MAAM,CAACkB;EAAQ,GAAC,oCAE7B,CAAO,CACF,eACP3D,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAoC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACgB;EAAgB,gBAClCzD,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAoC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACiB;EAAQ,gBAC1B1D,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAA2C,KAAK;IAACC,MAAM,EAAE7C,OAAO,CAAC,8BAA8B;EAAE,EAAG,CACrD,eACPF,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAkD,IAAI;IAACb,KAAK,EAAEC,MAAM,CAACkB;EAAQ,GAAC,8DAE7B,CAAO,CACF,CACF,eACP3D,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAoC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACmB;EAAQ,gBAC1B5D,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAwC,gBAAgB;IAACC,OAAO,EAAEA,CAAA,KAAMR,QAAQ,EAAG;IAACI,KAAK,EAAEC,MAAM,CAACoB;EAAQ,gBACjE7D,KAAA,CAAAsC,aAAA,CAACnC,YAAA,CAAAkD,IAAI;IAACb,KAAK,EAAEC,MAAM,CAACqB;EAAS,GAAC,WAAS,CAAO,CAC7B,CACd,CACF,CACF;AAEX;AAEA,MAAMrB,MAAM,GAAGsB,uBAAU,CAACC,MAAM,CAAC;EAC/BtB,SAAS,EAAE;IACTuB,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE,QAAQ;IACpBC,eAAe,EAAE,SAAS;IAC1BxC,KAAK,EAAE,MAAM;IACbyC,cAAc,EAAE;EAClB,CAAC;EACDX,eAAe,EAAE;IACf9B,KAAK,EAAE,MAAM;IACbsC,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE,QAAQ;IACpBG,aAAa,EAAE;EACjB,CAAC;EACDT,OAAO,EAAE;IACPjC,KAAK,EAAE,KAAK;IACZsC,IAAI,EAAE,CAAC;IACPG,cAAc,EAAE,QAAQ;IACxBF,UAAU,EAAE;EACd,CAAC;EACDrB,aAAa,EAAE;IACblB,KAAK,EAAE;EACT,CAAC;EACD6B,WAAW,EAAE;IACX7B,KAAK,EAAE,KAAK;IACZsC,IAAI,EAAE;EACR,CAAC;EACDP,OAAO,EAAE;IACP/B,KAAK,EAAE,EAAE;IACTE,MAAM,EAAE,EAAE;IACVqC,UAAU,EAAE,QAAQ;IACpBE,cAAc,EAAE,QAAQ;IACxBE,WAAW,EAAE,SAAS;IACtBC,WAAW,EAAE,CAAC;IACdJ,eAAe,EAAE,SAAS;IAC1BK,YAAY,EAAE;EAChB,CAAC;EACDb,OAAO,EAAE;IACPc,WAAW,EAAE,EAAE;IACf9C,KAAK,EAAE,KAAK;IACZ+C,KAAK,EAAE,SAAS;IAChBC,QAAQ,EAAE,IAAAC,oBAAS,EAAC,EAAE,EAAE5C,MAAM;EAChC,CAAC;EACDkB,YAAY,EAAE;IACZe,IAAI,EAAE,CAAC;IACPtC,KAAK,EAAE,KAAK;IACZuC,UAAU,EAAE,QAAQ;IACpBE,cAAc,EAAE;EAClB,CAAC;EACDd,KAAK,EAAE;IACLuB,SAAS,EAAE,EAAE;IACbC,UAAU,EAAE,EAAE;IACdnD,KAAK,EAAE,KAAK;IACZgD,QAAQ,EAAE,IAAAC,oBAAS,EAAC,EAAE,EAAE5C,MAAM,CAAC;IAC/B+C,UAAU,EAAE,MAAM;IAClB;IACAL,KAAK,EAAE;EACT,CAAC;EACDb,OAAO,EAAE;IACPlC,KAAK,EAAE,GAAG;IACVwC,eAAe,EAAE,SAAS;IAC1BD,UAAU,EAAE,QAAQ;IACpBa,UAAU,EAAE,GAAG;IACfP,YAAY,EAAE,EAAE;IAChBK,SAAS,EAAE;EACb,CAAC;EACDf,QAAQ,EAAE;IACR;IACAa,QAAQ,EAAE,IAAAC,oBAAS,EAAC,EAAE,EAAE5C,MAAM,CAAC;IAC/BgD,MAAM,EAAE,EAAE;IACVN,KAAK,EAAE;EACT,CAAC;EACDO,eAAe,EAAE;IACfC,SAAS,EAAE,QAAQ;IACnBR,KAAK,EAAE,SAAS;IAChB;IACAC,QAAQ,EAAE,EAAE;IACZG,UAAU,EAAE,EAAE;IACdK,WAAW,EAAE,EAAE;IACfN,SAAS,EAAE;EACb,CAAC;EACDO,OAAO,EAAE;IACPzD,KAAK,EAAE,MAAM;IACb0D,UAAU,EAAE,EAAE;IACdnB,UAAU,EAAE,QAAQ;IACpBC,eAAe,EAAE;EACnB,CAAC;EACDf,MAAM,EAAE;IACNzB,KAAK,EAAE,MAAM;IACbsC,IAAI,EAAEqB,qBAAQ,CAACC,EAAE,KAAK,KAAK,GAAG,CAAC,GAAG,GAAG;IACrCC,mBAAmB,EAAE,EAAE;IACvBC,oBAAoB,EAAE,EAAE;IACxB5D,MAAM,EAAE,MAAM;IACdqC,UAAU,EAAE,QAAQ;IACpBC,eAAe,EAAE;EACnB,CAAC;EACDlB,MAAM,EAAE;IACNtB,KAAK,EAAE,MAAM;IACbsC,IAAI,EAAE,CAAC;IACPpC,MAAM,EAAE,MAAM;IACdqC,UAAU,EAAE;EACd,CAAC;EACDX,QAAQ,EAAE;IACR;IACAoB,QAAQ,EAAE,IAAAC,oBAAS,EAAC,EAAE,EAAE5C,MAAM,CAAC;IAC/B8C,UAAU,EAAE,EAAE;IACdnD,KAAK,EAAE,KAAK;IACZ+C,KAAK,EAAE,SAAS;IAChBgB,aAAa,EAAE;EACjB,CAAC;EACDC,OAAO,EAAE;IACPd,SAAS,EAAE,EAAE;IACbC,UAAU,EAAE,EAAE;IACdnD,KAAK,EAAE,EAAE;IACTE,MAAM,EAAE;EACV,CAAC;EACDmB,SAAS,EAAE;IACT6B,SAAS,EAAE,IAAAD,oBAAS,EAAC,EAAE,EAAE3C,MAAM,CAAC;IAChC6C,UAAU,EAAE,EAAE;IACdnD,KAAK,EAAE,IAAAiD,oBAAS,EAAC,EAAE,EAAE5C,MAAM,CAAC;IAC5BH,MAAM,EAAE,IAAA+C,oBAAS,EAAC,EAAE,EAAE3C,MAAM;EAC9B,CAAC;EACDkB,OAAO,EAAE;IACPtB,MAAM,EAAE,MAAM;IACdoC,IAAI,EAAE,CAAC;IACP2B,WAAW,EAAE,CAAC,GAAG;EACnB,CAAC;EACDC,OAAO,EAAE;IACP5B,IAAI,EAAE,CAAC;IACPtC,KAAK,EAAE,MAAM;IACbE,MAAM,EAAE;EACV,CAAC;EACDiE,GAAG,EAAE;IACHnE,KAAK,EAAE,EAAE;IACTE,MAAM,EAAE,EAAE;IACVkE,cAAc,EAAE;EAClB;AACF,CAAC,CAAC"}
|