@bytexbyte/berifyme-react-native-sdk 1.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 +79 -0
- package/lib/commonjs/BerifymeModal/MainModal.js +83 -0
- package/lib/commonjs/BerifymeModal/MainModal.js.map +1 -0
- package/lib/commonjs/BerifymeModal/index.js +357 -0
- package/lib/commonjs/BerifymeModal/index.js.map +1 -0
- package/lib/commonjs/api/api.js +726 -0
- package/lib/commonjs/api/api.js.map +1 -0
- package/lib/commonjs/components/AllSet.js +186 -0
- package/lib/commonjs/components/AllSet.js.map +1 -0
- package/lib/commonjs/components/AuthenticationLogs.js +75 -0
- package/lib/commonjs/components/AuthenticationLogs.js.map +1 -0
- package/lib/commonjs/components/AuthidLogin.js +68 -0
- package/lib/commonjs/components/AuthidLogin.js.map +1 -0
- package/lib/commonjs/components/AuthidOnboarding.js +66 -0
- package/lib/commonjs/components/AuthidOnboarding.js.map +1 -0
- package/lib/commonjs/components/ClearLogin.js +70 -0
- package/lib/commonjs/components/ClearLogin.js.map +1 -0
- package/lib/commonjs/components/ClearOnboarding.js +83 -0
- package/lib/commonjs/components/ClearOnboarding.js.map +1 -0
- package/lib/commonjs/components/Footer.js +40 -0
- package/lib/commonjs/components/Footer.js.map +1 -0
- package/lib/commonjs/components/IncodeOnBoarding.js +53 -0
- package/lib/commonjs/components/IncodeOnBoarding.js.map +1 -0
- package/lib/commonjs/components/IncodeProvider.js +161 -0
- package/lib/commonjs/components/IncodeProvider.js.map +1 -0
- package/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.js +133 -0
- package/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.js.map +1 -0
- package/lib/commonjs/components/Onboarding/Authid/idOrPassport.js +139 -0
- package/lib/commonjs/components/Onboarding/Authid/idOrPassport.js.map +1 -0
- package/lib/commonjs/components/Onboarding/Vender.js +264 -0
- package/lib/commonjs/components/Onboarding/Vender.js.map +1 -0
- package/lib/commonjs/components/SendSNS/index.js +385 -0
- package/lib/commonjs/components/SendSNS/index.js.map +1 -0
- package/lib/commonjs/components/SumsubLogin.js +58 -0
- package/lib/commonjs/components/SumsubLogin.js.map +1 -0
- package/lib/commonjs/components/SumsubOnboarding.js +58 -0
- package/lib/commonjs/components/SumsubOnboarding.js.map +1 -0
- package/lib/commonjs/components/TryAgainInModal.js +67 -0
- package/lib/commonjs/components/TryAgainInModal.js.map +1 -0
- package/lib/commonjs/components/VeriffLogin.js +68 -0
- package/lib/commonjs/components/VeriffLogin.js.map +1 -0
- package/lib/commonjs/components/VeriffOnboarding.js +68 -0
- package/lib/commonjs/components/VeriffOnboarding.js.map +1 -0
- package/lib/commonjs/components/VerifiedExternalPhoneNumber/index.js +306 -0
- package/lib/commonjs/components/VerifiedExternalPhoneNumber/index.js.map +1 -0
- package/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.js +274 -0
- package/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.js.map +1 -0
- package/lib/commonjs/components/VerifyWithPhoneNumber/User.js +366 -0
- package/lib/commonjs/components/VerifyWithPhoneNumber/User.js.map +1 -0
- package/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.js +73 -0
- package/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.js.map +1 -0
- package/lib/commonjs/components/YotiLogin.js +63 -0
- package/lib/commonjs/components/YotiLogin.js.map +1 -0
- package/lib/commonjs/components/YotiOnboarding.js +68 -0
- package/lib/commonjs/components/YotiOnboarding.js.map +1 -0
- package/lib/commonjs/components/biometrics/EnableBiometricsTypes.js +16 -0
- package/lib/commonjs/components/biometrics/EnableBiometricsTypes.js.map +1 -0
- package/lib/commonjs/components/biometrics/index.js +241 -0
- package/lib/commonjs/components/biometrics/index.js.map +1 -0
- package/lib/commonjs/components/incodeLogin.js +53 -0
- package/lib/commonjs/components/incodeLogin.js.map +1 -0
- package/lib/commonjs/enum/index.js +38 -0
- package/lib/commonjs/enum/index.js.map +1 -0
- package/lib/commonjs/environmentDomains.js +18 -0
- package/lib/commonjs/environmentDomains.js.map +1 -0
- package/lib/commonjs/index.js +14 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/commonjs/phoneNumberProcessor.js +84 -0
- package/lib/commonjs/phoneNumberProcessor.js.map +1 -0
- package/lib/module/BerifymeModal/MainModal.js +78 -0
- package/lib/module/BerifymeModal/MainModal.js.map +1 -0
- package/lib/module/BerifymeModal/index.js +349 -0
- package/lib/module/BerifymeModal/index.js.map +1 -0
- package/lib/module/api/api.js +720 -0
- package/lib/module/api/api.js.map +1 -0
- package/lib/module/components/AllSet.js +179 -0
- package/lib/module/components/AllSet.js.map +1 -0
- package/lib/module/components/AuthenticationLogs.js +68 -0
- package/lib/module/components/AuthenticationLogs.js.map +1 -0
- package/lib/module/components/AuthidLogin.js +63 -0
- package/lib/module/components/AuthidLogin.js.map +1 -0
- package/lib/module/components/AuthidOnboarding.js +61 -0
- package/lib/module/components/AuthidOnboarding.js.map +1 -0
- package/lib/module/components/ClearLogin.js +65 -0
- package/lib/module/components/ClearLogin.js.map +1 -0
- package/lib/module/components/ClearOnboarding.js +78 -0
- package/lib/module/components/ClearOnboarding.js.map +1 -0
- package/lib/module/components/Footer.js +35 -0
- package/lib/module/components/Footer.js.map +1 -0
- package/lib/module/components/IncodeOnBoarding.js +48 -0
- package/lib/module/components/IncodeOnBoarding.js.map +1 -0
- package/lib/module/components/IncodeProvider.js +161 -0
- package/lib/module/components/IncodeProvider.js.map +1 -0
- package/lib/module/components/Onboarding/Authid/AuthIdSelectType.js +126 -0
- package/lib/module/components/Onboarding/Authid/AuthIdSelectType.js.map +1 -0
- package/lib/module/components/Onboarding/Authid/idOrPassport.js +134 -0
- package/lib/module/components/Onboarding/Authid/idOrPassport.js.map +1 -0
- package/lib/module/components/Onboarding/Vender.js +257 -0
- package/lib/module/components/Onboarding/Vender.js.map +1 -0
- package/lib/module/components/SendSNS/index.js +378 -0
- package/lib/module/components/SendSNS/index.js.map +1 -0
- package/lib/module/components/SumsubLogin.js +53 -0
- package/lib/module/components/SumsubLogin.js.map +1 -0
- package/lib/module/components/SumsubOnboarding.js +53 -0
- package/lib/module/components/SumsubOnboarding.js.map +1 -0
- package/lib/module/components/TryAgainInModal.js +62 -0
- package/lib/module/components/TryAgainInModal.js.map +1 -0
- package/lib/module/components/VeriffLogin.js +63 -0
- package/lib/module/components/VeriffLogin.js.map +1 -0
- package/lib/module/components/VeriffOnboarding.js +63 -0
- package/lib/module/components/VeriffOnboarding.js.map +1 -0
- package/lib/module/components/VerifiedExternalPhoneNumber/index.js +299 -0
- package/lib/module/components/VerifiedExternalPhoneNumber/index.js.map +1 -0
- package/lib/module/components/VerifyWithPhoneNumber/NewUser.js +267 -0
- package/lib/module/components/VerifyWithPhoneNumber/NewUser.js.map +1 -0
- package/lib/module/components/VerifyWithPhoneNumber/User.js +359 -0
- package/lib/module/components/VerifyWithPhoneNumber/User.js.map +1 -0
- package/lib/module/components/VerifyWithPhoneNumber/biometrics.js +67 -0
- package/lib/module/components/VerifyWithPhoneNumber/biometrics.js.map +1 -0
- package/lib/module/components/YotiLogin.js +58 -0
- package/lib/module/components/YotiLogin.js.map +1 -0
- package/lib/module/components/YotiOnboarding.js +63 -0
- package/lib/module/components/YotiOnboarding.js.map +1 -0
- package/lib/module/components/biometrics/EnableBiometricsTypes.js +12 -0
- package/lib/module/components/biometrics/EnableBiometricsTypes.js.map +1 -0
- package/lib/module/components/biometrics/index.js +236 -0
- package/lib/module/components/biometrics/index.js.map +1 -0
- package/lib/module/components/incodeLogin.js +48 -0
- package/lib/module/components/incodeLogin.js.map +1 -0
- package/lib/module/enum/index.js +34 -0
- package/lib/module/enum/index.js.map +1 -0
- package/lib/module/environmentDomains.js +14 -0
- package/lib/module/environmentDomains.js.map +1 -0
- package/lib/module/index.js +9 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/phoneNumberProcessor.js +80 -0
- package/lib/module/phoneNumberProcessor.js.map +1 -0
- package/lib/typescript/commonjs/App.d.ts +10 -0
- package/lib/typescript/commonjs/App.d.ts.map +1 -0
- package/lib/typescript/commonjs/babel.config.d.ts +2 -0
- package/lib/typescript/commonjs/babel.config.d.ts.map +1 -0
- package/lib/typescript/commonjs/index.d.ts +2 -0
- package/lib/typescript/commonjs/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/jest.config.d.ts +2 -0
- package/lib/typescript/commonjs/jest.config.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/MainModal.d.ts +11 -0
- package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/MainModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/index.d.ts +10 -0
- package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/api/api.d.ts +266 -0
- package/lib/typescript/commonjs/lib/commonjs/api/api.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/AllSet.d.ts +10 -0
- package/lib/typescript/commonjs/lib/commonjs/components/AllSet.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/AuthenticationLogs.d.ts +18 -0
- package/lib/typescript/commonjs/lib/commonjs/components/AuthenticationLogs.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/AuthidLogin.d.ts +11 -0
- package/lib/typescript/commonjs/lib/commonjs/components/AuthidLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/AuthidOnboarding.d.ts +14 -0
- package/lib/typescript/commonjs/lib/commonjs/components/AuthidOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/ClearLogin.d.ts +12 -0
- package/lib/typescript/commonjs/lib/commonjs/components/ClearLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/ClearOnboarding.d.ts +12 -0
- package/lib/typescript/commonjs/lib/commonjs/components/ClearOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/Footer.d.ts +4 -0
- package/lib/typescript/commonjs/lib/commonjs/components/Footer.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/IncodeOnBoarding.d.ts +11 -0
- package/lib/typescript/commonjs/lib/commonjs/components/IncodeOnBoarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/IncodeProvider.d.ts +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/IncodeProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts +7 -0
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts +8 -0
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender.d.ts +8 -0
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/index.d.ts +14 -0
- package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/SumsubLogin.d.ts +11 -0
- package/lib/typescript/commonjs/lib/commonjs/components/SumsubLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/SumsubOnboarding.d.ts +11 -0
- package/lib/typescript/commonjs/lib/commonjs/components/SumsubOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/TryAgainInModal.d.ts +7 -0
- package/lib/typescript/commonjs/lib/commonjs/components/TryAgainInModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/VeriffLogin.d.ts +12 -0
- package/lib/typescript/commonjs/lib/commonjs/components/VeriffLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/VeriffOnboarding.d.ts +12 -0
- package/lib/typescript/commonjs/lib/commonjs/components/VeriffOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts +13 -0
- package/lib/typescript/commonjs/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts +10 -0
- package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts +11 -0
- package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts +8 -0
- package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/YotiLogin.d.ts +11 -0
- package/lib/typescript/commonjs/lib/commonjs/components/YotiLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/YotiOnboarding.d.ts +12 -0
- package/lib/typescript/commonjs/lib/commonjs/components/YotiOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts +5 -0
- package/lib/typescript/commonjs/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/biometrics/index.d.ts +25 -0
- package/lib/typescript/commonjs/lib/commonjs/components/biometrics/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/incodeLogin.d.ts +11 -0
- package/lib/typescript/commonjs/lib/commonjs/components/incodeLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/enum/index.d.ts +4 -0
- package/lib/typescript/commonjs/lib/commonjs/enum/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/environmentDomains.d.ts +8 -0
- package/lib/typescript/commonjs/lib/commonjs/environmentDomains.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/index.d.ts +6 -0
- package/lib/typescript/commonjs/lib/commonjs/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/phoneNumberProcessor.d.ts +8 -0
- package/lib/typescript/commonjs/lib/commonjs/phoneNumberProcessor.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/BerifymeModal/MainModal.d.ts +11 -0
- package/lib/typescript/commonjs/lib/module/BerifymeModal/MainModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/BerifymeModal/index.d.ts +10 -0
- package/lib/typescript/commonjs/lib/module/BerifymeModal/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/api/api.d.ts +265 -0
- package/lib/typescript/commonjs/lib/module/api/api.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/AllSet.d.ts +10 -0
- package/lib/typescript/commonjs/lib/module/components/AllSet.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/AuthenticationLogs.d.ts +17 -0
- package/lib/typescript/commonjs/lib/module/components/AuthenticationLogs.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/AuthidLogin.d.ts +11 -0
- package/lib/typescript/commonjs/lib/module/components/AuthidLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/AuthidOnboarding.d.ts +14 -0
- package/lib/typescript/commonjs/lib/module/components/AuthidOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/ClearLogin.d.ts +12 -0
- package/lib/typescript/commonjs/lib/module/components/ClearLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/ClearOnboarding.d.ts +12 -0
- package/lib/typescript/commonjs/lib/module/components/ClearOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/Footer.d.ts +4 -0
- package/lib/typescript/commonjs/lib/module/components/Footer.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/IncodeOnBoarding.d.ts +11 -0
- package/lib/typescript/commonjs/lib/module/components/IncodeOnBoarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/IncodeProvider.d.ts +1 -0
- package/lib/typescript/commonjs/lib/module/components/IncodeProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts +7 -0
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/idOrPassport.d.ts +8 -0
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender.d.ts +8 -0
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/SendSNS/index.d.ts +14 -0
- package/lib/typescript/commonjs/lib/module/components/SendSNS/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/SumsubLogin.d.ts +11 -0
- package/lib/typescript/commonjs/lib/module/components/SumsubLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/SumsubOnboarding.d.ts +11 -0
- package/lib/typescript/commonjs/lib/module/components/SumsubOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/TryAgainInModal.d.ts +7 -0
- package/lib/typescript/commonjs/lib/module/components/TryAgainInModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/VeriffLogin.d.ts +12 -0
- package/lib/typescript/commonjs/lib/module/components/VeriffLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/VeriffOnboarding.d.ts +12 -0
- package/lib/typescript/commonjs/lib/module/components/VeriffOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts +13 -0
- package/lib/typescript/commonjs/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts +10 -0
- package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/User.d.ts +11 -0
- package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts +7 -0
- package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/YotiLogin.d.ts +11 -0
- package/lib/typescript/commonjs/lib/module/components/YotiLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/YotiOnboarding.d.ts +12 -0
- package/lib/typescript/commonjs/lib/module/components/YotiOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/biometrics/EnableBiometricsTypes.d.ts +3 -0
- package/lib/typescript/commonjs/lib/module/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/biometrics/index.d.ts +30 -0
- package/lib/typescript/commonjs/lib/module/components/biometrics/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/incodeLogin.d.ts +11 -0
- package/lib/typescript/commonjs/lib/module/components/incodeLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/enum/index.d.ts +3 -0
- package/lib/typescript/commonjs/lib/module/enum/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/environmentDomains.d.ts +7 -0
- package/lib/typescript/commonjs/lib/module/environmentDomains.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/index.d.ts +7 -0
- package/lib/typescript/commonjs/lib/module/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/phoneNumberProcessor.d.ts +7 -0
- package/lib/typescript/commonjs/lib/module/phoneNumberProcessor.d.ts.map +1 -0
- package/lib/typescript/commonjs/metro.config.d.ts +3 -0
- package/lib/typescript/commonjs/metro.config.d.ts.map +1 -0
- package/lib/typescript/commonjs/package.json +1 -0
- package/lib/typescript/commonjs/src/BerifymeModal/MainModal.d.ts +12 -0
- package/lib/typescript/commonjs/src/BerifymeModal/MainModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/BerifymeModal/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/BerifymeModal/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/api/api.d.ts +484 -0
- package/lib/typescript/commonjs/src/api/api.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/AllSet.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/AllSet.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/AuthenticationLogs.d.ts +20 -0
- package/lib/typescript/commonjs/src/components/AuthenticationLogs.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/AuthidLogin.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/AuthidLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/AuthidOnboarding.d.ts +16 -0
- package/lib/typescript/commonjs/src/components/AuthidOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/ClearLogin.d.ts +14 -0
- package/lib/typescript/commonjs/src/components/ClearLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/ClearOnboarding.d.ts +14 -0
- package/lib/typescript/commonjs/src/components/ClearOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/Footer.d.ts +4 -0
- package/lib/typescript/commonjs/src/components/Footer.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/IncodeOnBoarding.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/IncodeOnBoarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/IncodeProvider.d.ts +1 -0
- package/lib/typescript/commonjs/src/components/IncodeProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/Onboarding/Authid/AuthIdSelectType.d.ts +7 -0
- package/lib/typescript/commonjs/src/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/Onboarding/Authid/idOrPassport.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/Onboarding/Vender.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/Onboarding/Vender.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/SendSNS/index.d.ts +17 -0
- package/lib/typescript/commonjs/src/components/SendSNS/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/SumsubLogin.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/SumsubLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/SumsubOnboarding.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/SumsubOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/TryAgainInModal.d.ts +7 -0
- package/lib/typescript/commonjs/src/components/TryAgainInModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/VeriffLogin.d.ts +14 -0
- package/lib/typescript/commonjs/src/components/VeriffLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/VeriffOnboarding.d.ts +14 -0
- package/lib/typescript/commonjs/src/components/VeriffOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/VerifiedExternalPhoneNumber/index.d.ts +16 -0
- package/lib/typescript/commonjs/src/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/NewUser.d.ts +12 -0
- package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/User.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/biometrics.d.ts +9 -0
- package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/YotiLogin.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/YotiLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/YotiOnboarding.d.ts +14 -0
- package/lib/typescript/commonjs/src/components/YotiOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/biometrics/EnableBiometricsTypes.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/biometrics/index.d.ts +35 -0
- package/lib/typescript/commonjs/src/components/biometrics/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/incodeLogin.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/incodeLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/enum/index.d.ts +30 -0
- package/lib/typescript/commonjs/src/enum/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/environmentDomains.d.ts +8 -0
- package/lib/typescript/commonjs/src/environmentDomains.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/index.d.ts +7 -0
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/phoneNumberProcessor.d.ts +7 -0
- package/lib/typescript/commonjs/src/phoneNumberProcessor.d.ts.map +1 -0
- package/lib/typescript/module/App.d.ts +10 -0
- package/lib/typescript/module/App.d.ts.map +1 -0
- package/lib/typescript/module/babel.config.d.ts +2 -0
- package/lib/typescript/module/babel.config.d.ts.map +1 -0
- package/lib/typescript/module/index.d.ts +2 -0
- package/lib/typescript/module/index.d.ts.map +1 -0
- package/lib/typescript/module/jest.config.d.ts +2 -0
- package/lib/typescript/module/jest.config.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/BerifymeModal/MainModal.d.ts +11 -0
- package/lib/typescript/module/lib/commonjs/BerifymeModal/MainModal.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/BerifymeModal/index.d.ts +10 -0
- package/lib/typescript/module/lib/commonjs/BerifymeModal/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/api/api.d.ts +266 -0
- package/lib/typescript/module/lib/commonjs/api/api.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/AllSet.d.ts +10 -0
- package/lib/typescript/module/lib/commonjs/components/AllSet.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/AuthenticationLogs.d.ts +18 -0
- package/lib/typescript/module/lib/commonjs/components/AuthenticationLogs.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/AuthidLogin.d.ts +11 -0
- package/lib/typescript/module/lib/commonjs/components/AuthidLogin.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/AuthidOnboarding.d.ts +14 -0
- package/lib/typescript/module/lib/commonjs/components/AuthidOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/ClearLogin.d.ts +12 -0
- package/lib/typescript/module/lib/commonjs/components/ClearLogin.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/ClearOnboarding.d.ts +12 -0
- package/lib/typescript/module/lib/commonjs/components/ClearOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/Footer.d.ts +4 -0
- package/lib/typescript/module/lib/commonjs/components/Footer.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/IncodeOnBoarding.d.ts +11 -0
- package/lib/typescript/module/lib/commonjs/components/IncodeOnBoarding.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/IncodeProvider.d.ts +1 -0
- package/lib/typescript/module/lib/commonjs/components/IncodeProvider.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts +7 -0
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts +8 -0
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender.d.ts +8 -0
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/SendSNS/index.d.ts +14 -0
- package/lib/typescript/module/lib/commonjs/components/SendSNS/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/SumsubLogin.d.ts +11 -0
- package/lib/typescript/module/lib/commonjs/components/SumsubLogin.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/SumsubOnboarding.d.ts +11 -0
- package/lib/typescript/module/lib/commonjs/components/SumsubOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/TryAgainInModal.d.ts +7 -0
- package/lib/typescript/module/lib/commonjs/components/TryAgainInModal.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/VeriffLogin.d.ts +12 -0
- package/lib/typescript/module/lib/commonjs/components/VeriffLogin.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/VeriffOnboarding.d.ts +12 -0
- package/lib/typescript/module/lib/commonjs/components/VeriffOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts +13 -0
- package/lib/typescript/module/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts +10 -0
- package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts +11 -0
- package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts +8 -0
- package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/YotiLogin.d.ts +11 -0
- package/lib/typescript/module/lib/commonjs/components/YotiLogin.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/YotiOnboarding.d.ts +12 -0
- package/lib/typescript/module/lib/commonjs/components/YotiOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts +5 -0
- package/lib/typescript/module/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/biometrics/index.d.ts +25 -0
- package/lib/typescript/module/lib/commonjs/components/biometrics/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/incodeLogin.d.ts +11 -0
- package/lib/typescript/module/lib/commonjs/components/incodeLogin.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/enum/index.d.ts +4 -0
- package/lib/typescript/module/lib/commonjs/enum/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/environmentDomains.d.ts +8 -0
- package/lib/typescript/module/lib/commonjs/environmentDomains.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/index.d.ts +6 -0
- package/lib/typescript/module/lib/commonjs/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/phoneNumberProcessor.d.ts +8 -0
- package/lib/typescript/module/lib/commonjs/phoneNumberProcessor.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/BerifymeModal/MainModal.d.ts +11 -0
- package/lib/typescript/module/lib/module/BerifymeModal/MainModal.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/BerifymeModal/index.d.ts +10 -0
- package/lib/typescript/module/lib/module/BerifymeModal/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/api/api.d.ts +265 -0
- package/lib/typescript/module/lib/module/api/api.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/AllSet.d.ts +10 -0
- package/lib/typescript/module/lib/module/components/AllSet.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/AuthenticationLogs.d.ts +17 -0
- package/lib/typescript/module/lib/module/components/AuthenticationLogs.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/AuthidLogin.d.ts +11 -0
- package/lib/typescript/module/lib/module/components/AuthidLogin.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/AuthidOnboarding.d.ts +14 -0
- package/lib/typescript/module/lib/module/components/AuthidOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/ClearLogin.d.ts +12 -0
- package/lib/typescript/module/lib/module/components/ClearLogin.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/ClearOnboarding.d.ts +12 -0
- package/lib/typescript/module/lib/module/components/ClearOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/Footer.d.ts +4 -0
- package/lib/typescript/module/lib/module/components/Footer.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/IncodeOnBoarding.d.ts +11 -0
- package/lib/typescript/module/lib/module/components/IncodeOnBoarding.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/IncodeProvider.d.ts +1 -0
- package/lib/typescript/module/lib/module/components/IncodeProvider.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts +7 -0
- package/lib/typescript/module/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/Onboarding/Authid/idOrPassport.d.ts +8 -0
- package/lib/typescript/module/lib/module/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/Onboarding/Vender.d.ts +8 -0
- package/lib/typescript/module/lib/module/components/Onboarding/Vender.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/SendSNS/index.d.ts +14 -0
- package/lib/typescript/module/lib/module/components/SendSNS/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/SumsubLogin.d.ts +11 -0
- package/lib/typescript/module/lib/module/components/SumsubLogin.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/SumsubOnboarding.d.ts +11 -0
- package/lib/typescript/module/lib/module/components/SumsubOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/TryAgainInModal.d.ts +7 -0
- package/lib/typescript/module/lib/module/components/TryAgainInModal.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/VeriffLogin.d.ts +12 -0
- package/lib/typescript/module/lib/module/components/VeriffLogin.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/VeriffOnboarding.d.ts +12 -0
- package/lib/typescript/module/lib/module/components/VeriffOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts +13 -0
- package/lib/typescript/module/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts +10 -0
- package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/User.d.ts +11 -0
- package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts +7 -0
- package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/YotiLogin.d.ts +11 -0
- package/lib/typescript/module/lib/module/components/YotiLogin.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/YotiOnboarding.d.ts +12 -0
- package/lib/typescript/module/lib/module/components/YotiOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/biometrics/EnableBiometricsTypes.d.ts +3 -0
- package/lib/typescript/module/lib/module/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/biometrics/index.d.ts +30 -0
- package/lib/typescript/module/lib/module/components/biometrics/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/incodeLogin.d.ts +11 -0
- package/lib/typescript/module/lib/module/components/incodeLogin.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/enum/index.d.ts +3 -0
- package/lib/typescript/module/lib/module/enum/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/environmentDomains.d.ts +7 -0
- package/lib/typescript/module/lib/module/environmentDomains.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/index.d.ts +7 -0
- package/lib/typescript/module/lib/module/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/phoneNumberProcessor.d.ts +7 -0
- package/lib/typescript/module/lib/module/phoneNumberProcessor.d.ts.map +1 -0
- package/lib/typescript/module/metro.config.d.ts +3 -0
- package/lib/typescript/module/metro.config.d.ts.map +1 -0
- package/lib/typescript/module/package.json +1 -0
- package/lib/typescript/module/src/BerifymeModal/MainModal.d.ts +12 -0
- package/lib/typescript/module/src/BerifymeModal/MainModal.d.ts.map +1 -0
- package/lib/typescript/module/src/BerifymeModal/index.d.ts +11 -0
- package/lib/typescript/module/src/BerifymeModal/index.d.ts.map +1 -0
- package/lib/typescript/module/src/api/api.d.ts +484 -0
- package/lib/typescript/module/src/api/api.d.ts.map +1 -0
- package/lib/typescript/module/src/components/AllSet.d.ts +11 -0
- package/lib/typescript/module/src/components/AllSet.d.ts.map +1 -0
- package/lib/typescript/module/src/components/AuthenticationLogs.d.ts +20 -0
- package/lib/typescript/module/src/components/AuthenticationLogs.d.ts.map +1 -0
- package/lib/typescript/module/src/components/AuthidLogin.d.ts +13 -0
- package/lib/typescript/module/src/components/AuthidLogin.d.ts.map +1 -0
- package/lib/typescript/module/src/components/AuthidOnboarding.d.ts +16 -0
- package/lib/typescript/module/src/components/AuthidOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/src/components/ClearLogin.d.ts +14 -0
- package/lib/typescript/module/src/components/ClearLogin.d.ts.map +1 -0
- package/lib/typescript/module/src/components/ClearOnboarding.d.ts +14 -0
- package/lib/typescript/module/src/components/ClearOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/src/components/Footer.d.ts +4 -0
- package/lib/typescript/module/src/components/Footer.d.ts.map +1 -0
- package/lib/typescript/module/src/components/IncodeOnBoarding.d.ts +13 -0
- package/lib/typescript/module/src/components/IncodeOnBoarding.d.ts.map +1 -0
- package/lib/typescript/module/src/components/IncodeProvider.d.ts +1 -0
- package/lib/typescript/module/src/components/IncodeProvider.d.ts.map +1 -0
- package/lib/typescript/module/src/components/Onboarding/Authid/AuthIdSelectType.d.ts +7 -0
- package/lib/typescript/module/src/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
- package/lib/typescript/module/src/components/Onboarding/Authid/idOrPassport.d.ts +8 -0
- package/lib/typescript/module/src/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
- package/lib/typescript/module/src/components/Onboarding/Vender.d.ts +9 -0
- package/lib/typescript/module/src/components/Onboarding/Vender.d.ts.map +1 -0
- package/lib/typescript/module/src/components/SendSNS/index.d.ts +17 -0
- package/lib/typescript/module/src/components/SendSNS/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/SumsubLogin.d.ts +13 -0
- package/lib/typescript/module/src/components/SumsubLogin.d.ts.map +1 -0
- package/lib/typescript/module/src/components/SumsubOnboarding.d.ts +13 -0
- package/lib/typescript/module/src/components/SumsubOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/src/components/TryAgainInModal.d.ts +7 -0
- package/lib/typescript/module/src/components/TryAgainInModal.d.ts.map +1 -0
- package/lib/typescript/module/src/components/VeriffLogin.d.ts +14 -0
- package/lib/typescript/module/src/components/VeriffLogin.d.ts.map +1 -0
- package/lib/typescript/module/src/components/VeriffOnboarding.d.ts +14 -0
- package/lib/typescript/module/src/components/VeriffOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/src/components/VerifiedExternalPhoneNumber/index.d.ts +16 -0
- package/lib/typescript/module/src/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/VerifyWithPhoneNumber/NewUser.d.ts +12 -0
- package/lib/typescript/module/src/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
- package/lib/typescript/module/src/components/VerifyWithPhoneNumber/User.d.ts +13 -0
- package/lib/typescript/module/src/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
- package/lib/typescript/module/src/components/VerifyWithPhoneNumber/biometrics.d.ts +9 -0
- package/lib/typescript/module/src/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
- package/lib/typescript/module/src/components/YotiLogin.d.ts +13 -0
- package/lib/typescript/module/src/components/YotiLogin.d.ts.map +1 -0
- package/lib/typescript/module/src/components/YotiOnboarding.d.ts +14 -0
- package/lib/typescript/module/src/components/YotiOnboarding.d.ts.map +1 -0
- package/lib/typescript/module/src/components/biometrics/EnableBiometricsTypes.d.ts +8 -0
- package/lib/typescript/module/src/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
- package/lib/typescript/module/src/components/biometrics/index.d.ts +35 -0
- package/lib/typescript/module/src/components/biometrics/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/incodeLogin.d.ts +13 -0
- package/lib/typescript/module/src/components/incodeLogin.d.ts.map +1 -0
- package/lib/typescript/module/src/enum/index.d.ts +30 -0
- package/lib/typescript/module/src/enum/index.d.ts.map +1 -0
- package/lib/typescript/module/src/environmentDomains.d.ts +8 -0
- package/lib/typescript/module/src/environmentDomains.d.ts.map +1 -0
- package/lib/typescript/module/src/index.d.ts +7 -0
- package/lib/typescript/module/src/index.d.ts.map +1 -0
- package/lib/typescript/module/src/phoneNumberProcessor.d.ts +7 -0
- package/lib/typescript/module/src/phoneNumberProcessor.d.ts.map +1 -0
- package/package.json +98 -0
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import AsyncStorage from '@react-native-async-storage/async-storage';
|
|
4
|
+
import { Stack, Text } from '@react-native-material/core';
|
|
5
|
+
import React, { useState } from 'react';
|
|
6
|
+
import { Image, ScrollView, StyleSheet, TouchableOpacity } from 'react-native';
|
|
7
|
+
import berifymeApi from "../../api/api.js";
|
|
8
|
+
import { PageStatus } from "../../enum/index.js";
|
|
9
|
+
import Footer from "../Footer.js";
|
|
10
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
|
+
const Vender = ({
|
|
12
|
+
setPageStatus,
|
|
13
|
+
setError,
|
|
14
|
+
user
|
|
15
|
+
}) => {
|
|
16
|
+
const [loading, setLoading] = useState(false);
|
|
17
|
+
const getAuthIdAccountDetail = async () => {
|
|
18
|
+
const account = await berifymeApi.authID.getAccount({
|
|
19
|
+
token: (await AsyncStorage.getItem('authID_token')) ?? '',
|
|
20
|
+
phone: user?.phoneNumber ?? ''
|
|
21
|
+
});
|
|
22
|
+
return account;
|
|
23
|
+
};
|
|
24
|
+
const handleBerifyClick = async () => {
|
|
25
|
+
setLoading(true);
|
|
26
|
+
try {
|
|
27
|
+
const authIdTokenRes = await berifymeApi.authID.getAuthIDToken();
|
|
28
|
+
if (!authIdTokenRes.token) {
|
|
29
|
+
setError('Auth id error');
|
|
30
|
+
return;
|
|
31
|
+
}
|
|
32
|
+
if (!user) {
|
|
33
|
+
setError('User error');
|
|
34
|
+
return;
|
|
35
|
+
}
|
|
36
|
+
const account = await getAuthIdAccountDetail();
|
|
37
|
+
if (account.error === 'User data not found.') {
|
|
38
|
+
await berifymeApi.authID.createAccount({
|
|
39
|
+
token: authIdTokenRes.token || '',
|
|
40
|
+
userId: user.id
|
|
41
|
+
});
|
|
42
|
+
// 保存token到本地存储
|
|
43
|
+
AsyncStorage.setItem('authID_token', authIdTokenRes.token); // 本地存储在react native中为AsyncStorage
|
|
44
|
+
setPageStatus(1.2);
|
|
45
|
+
} else {
|
|
46
|
+
setError('Unknown error. Please contact support.');
|
|
47
|
+
}
|
|
48
|
+
} catch (error) {
|
|
49
|
+
setError('Error processing request');
|
|
50
|
+
} finally {
|
|
51
|
+
setLoading(false);
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
return /*#__PURE__*/_jsx(ScrollView, {
|
|
55
|
+
children: /*#__PURE__*/_jsxs(Stack, {
|
|
56
|
+
h: '100%',
|
|
57
|
+
ph: 8,
|
|
58
|
+
pv: 16,
|
|
59
|
+
spacing: 16,
|
|
60
|
+
justify: "between",
|
|
61
|
+
children: [/*#__PURE__*/_jsxs(Stack, {
|
|
62
|
+
spacing: 32,
|
|
63
|
+
children: [/*#__PURE__*/_jsxs(Stack, {
|
|
64
|
+
direction: "row",
|
|
65
|
+
justify: "between",
|
|
66
|
+
items: "center",
|
|
67
|
+
children: [/*#__PURE__*/_jsxs(Stack, {
|
|
68
|
+
spacing: 8,
|
|
69
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
70
|
+
variant: "h6",
|
|
71
|
+
style: styles.textTitle,
|
|
72
|
+
children: "Choose verification provider"
|
|
73
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
74
|
+
variant: "body2",
|
|
75
|
+
style: styles.textBody2,
|
|
76
|
+
children: "Next: Upload ID and Take Selfie"
|
|
77
|
+
})]
|
|
78
|
+
}), /*#__PURE__*/_jsx(Image, {
|
|
79
|
+
source: {
|
|
80
|
+
uri: 'https://idv.berify.me/circlestep1.png'
|
|
81
|
+
},
|
|
82
|
+
resizeMode: "contain",
|
|
83
|
+
style: {
|
|
84
|
+
width: 70,
|
|
85
|
+
height: 70
|
|
86
|
+
}
|
|
87
|
+
})]
|
|
88
|
+
}), /*#__PURE__*/_jsxs(Stack, {
|
|
89
|
+
spacing: 16,
|
|
90
|
+
children: [/*#__PURE__*/_jsx(TouchableOpacity, {
|
|
91
|
+
onPress: handleBerifyClick,
|
|
92
|
+
activeOpacity: 0.8,
|
|
93
|
+
children: /*#__PURE__*/_jsxs(Stack, {
|
|
94
|
+
w: '100%',
|
|
95
|
+
bg: '#f2f2f2',
|
|
96
|
+
spacing: 8,
|
|
97
|
+
pv: 24,
|
|
98
|
+
center: true,
|
|
99
|
+
radius: 24,
|
|
100
|
+
children: [/*#__PURE__*/_jsx(Image, {
|
|
101
|
+
source: {
|
|
102
|
+
uri: 'https://idv.berify.me/little-berify.png'
|
|
103
|
+
},
|
|
104
|
+
resizeMode: "contain",
|
|
105
|
+
style: styles.image
|
|
106
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
107
|
+
variant: "h6",
|
|
108
|
+
style: styles.textTitle,
|
|
109
|
+
children: "Berify.me"
|
|
110
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
111
|
+
variant: "body2",
|
|
112
|
+
style: styles.textSubTittle,
|
|
113
|
+
children: "avg. 26s completion"
|
|
114
|
+
})]
|
|
115
|
+
})
|
|
116
|
+
}), /*#__PURE__*/_jsxs(Stack, {
|
|
117
|
+
w: '100%',
|
|
118
|
+
direction: "row",
|
|
119
|
+
justify: "between",
|
|
120
|
+
children: [/*#__PURE__*/_jsx(TouchableOpacity, {
|
|
121
|
+
onPress: () => setPageStatus(2.1),
|
|
122
|
+
activeOpacity: 0.8,
|
|
123
|
+
style: {
|
|
124
|
+
width: '49%'
|
|
125
|
+
},
|
|
126
|
+
children: /*#__PURE__*/_jsxs(Stack, {
|
|
127
|
+
bg: '#f2f2f2',
|
|
128
|
+
spacing: 8,
|
|
129
|
+
pv: 24,
|
|
130
|
+
center: true,
|
|
131
|
+
radius: 24,
|
|
132
|
+
children: [/*#__PURE__*/_jsx(Image, {
|
|
133
|
+
source: {
|
|
134
|
+
uri: 'https://idv.berify.me/clear.png'
|
|
135
|
+
},
|
|
136
|
+
resizeMode: "contain",
|
|
137
|
+
style: styles.image
|
|
138
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
139
|
+
variant: "h6",
|
|
140
|
+
style: styles.textTitle,
|
|
141
|
+
children: "CLEAR"
|
|
142
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
143
|
+
variant: "body2",
|
|
144
|
+
style: styles.textSubTittle,
|
|
145
|
+
children: "avg. 60s completion"
|
|
146
|
+
})]
|
|
147
|
+
})
|
|
148
|
+
}), /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
149
|
+
onPress: () => {
|
|
150
|
+
setPageStatus(PageStatus.IncodeOnBoarding);
|
|
151
|
+
},
|
|
152
|
+
activeOpacity: 0.8,
|
|
153
|
+
style: {
|
|
154
|
+
width: '49%'
|
|
155
|
+
},
|
|
156
|
+
children: /*#__PURE__*/_jsxs(Stack, {
|
|
157
|
+
bg: '#f2f2f2',
|
|
158
|
+
spacing: 8,
|
|
159
|
+
pv: 24,
|
|
160
|
+
center: true,
|
|
161
|
+
radius: 24,
|
|
162
|
+
children: [/*#__PURE__*/_jsx(Image, {
|
|
163
|
+
source: {
|
|
164
|
+
uri: 'https://idv.berify.me/incode.png'
|
|
165
|
+
},
|
|
166
|
+
resizeMode: "contain",
|
|
167
|
+
style: styles.image
|
|
168
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
169
|
+
variant: "h6",
|
|
170
|
+
style: styles.textTitle,
|
|
171
|
+
children: "Incode"
|
|
172
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
173
|
+
variant: "body2",
|
|
174
|
+
style: styles.textSubTittle,
|
|
175
|
+
children: "avg. 30s completion"
|
|
176
|
+
})]
|
|
177
|
+
})
|
|
178
|
+
})]
|
|
179
|
+
})]
|
|
180
|
+
})]
|
|
181
|
+
}), /*#__PURE__*/_jsx(Footer, {})]
|
|
182
|
+
})
|
|
183
|
+
});
|
|
184
|
+
};
|
|
185
|
+
const styles = StyleSheet.create({
|
|
186
|
+
container: {
|
|
187
|
+
flex: 1,
|
|
188
|
+
padding: 20,
|
|
189
|
+
justifyContent: 'center'
|
|
190
|
+
},
|
|
191
|
+
image: {
|
|
192
|
+
width: 32,
|
|
193
|
+
height: 32
|
|
194
|
+
},
|
|
195
|
+
grayBg: {
|
|
196
|
+
backgroundColor: '#f2f2f2'
|
|
197
|
+
},
|
|
198
|
+
textTitle: {
|
|
199
|
+
fontSize: 16,
|
|
200
|
+
fontWeight: 700,
|
|
201
|
+
color: '#000000'
|
|
202
|
+
},
|
|
203
|
+
textSubTittle: {
|
|
204
|
+
fontSize: 12,
|
|
205
|
+
color: '#696969',
|
|
206
|
+
fontWeight: 500,
|
|
207
|
+
fontStyle: 'italic'
|
|
208
|
+
},
|
|
209
|
+
textError: {
|
|
210
|
+
fontSize: 12,
|
|
211
|
+
color: '#FF5454',
|
|
212
|
+
fontWeight: 500
|
|
213
|
+
},
|
|
214
|
+
textBody1: {
|
|
215
|
+
fontSize: 16,
|
|
216
|
+
color: '#696969',
|
|
217
|
+
fontWeight: 500,
|
|
218
|
+
lineHeight: 24
|
|
219
|
+
},
|
|
220
|
+
textBody2: {
|
|
221
|
+
fontSize: 12,
|
|
222
|
+
color: '#696969',
|
|
223
|
+
fontWeight: 500,
|
|
224
|
+
lineHeight: 16
|
|
225
|
+
},
|
|
226
|
+
progressText: {
|
|
227
|
+
fontSize: 14,
|
|
228
|
+
fontWeight: 700,
|
|
229
|
+
color: '#000000'
|
|
230
|
+
},
|
|
231
|
+
button: {
|
|
232
|
+
backgroundColor: '#4C4CDC',
|
|
233
|
+
borderTopStartRadius: 20,
|
|
234
|
+
borderTopEndRadius: 20,
|
|
235
|
+
borderBottomStartRadius: 20,
|
|
236
|
+
borderBottomEndRadius: 20,
|
|
237
|
+
width: 200,
|
|
238
|
+
height: 52,
|
|
239
|
+
fontWeight: 700,
|
|
240
|
+
alignItems: 'center',
|
|
241
|
+
justifyContent: 'center'
|
|
242
|
+
},
|
|
243
|
+
textInput: {
|
|
244
|
+
height: 48,
|
|
245
|
+
backgroundColor: '#f2f2f2',
|
|
246
|
+
color: 'black',
|
|
247
|
+
letterSpacing: 0,
|
|
248
|
+
fontWeight: '500',
|
|
249
|
+
paddingLeft: 24,
|
|
250
|
+
paddingRight: 24,
|
|
251
|
+
borderColor: '#f2f2f2',
|
|
252
|
+
borderWidth: 2,
|
|
253
|
+
borderRadius: 12
|
|
254
|
+
}
|
|
255
|
+
});
|
|
256
|
+
export default Vender;
|
|
257
|
+
//# sourceMappingURL=Vender.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["AsyncStorage","Stack","Text","React","useState","Image","ScrollView","StyleSheet","TouchableOpacity","berifymeApi","PageStatus","Footer","jsx","_jsx","jsxs","_jsxs","Vender","setPageStatus","setError","user","loading","setLoading","getAuthIdAccountDetail","account","authID","getAccount","token","getItem","phone","phoneNumber","handleBerifyClick","authIdTokenRes","getAuthIDToken","error","createAccount","userId","id","setItem","children","h","ph","pv","spacing","justify","direction","items","variant","style","styles","textTitle","textBody2","source","uri","resizeMode","width","height","onPress","activeOpacity","w","bg","center","radius","image","textSubTittle","IncodeOnBoarding","create","container","flex","padding","justifyContent","grayBg","backgroundColor","fontSize","fontWeight","color","fontStyle","textError","textBody1","lineHeight","progressText","button","borderTopStartRadius","borderTopEndRadius","borderBottomStartRadius","borderBottomEndRadius","alignItems","textInput","letterSpacing","paddingLeft","paddingRight","borderColor","borderWidth","borderRadius"],"sourceRoot":"../../../../src","sources":["components/Onboarding/Vender.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,378 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import AsyncStorage from '@react-native-async-storage/async-storage';
|
|
4
|
+
import { Stack, Text } from '@react-native-material/core';
|
|
5
|
+
import React, { useRef, useState } from 'react';
|
|
6
|
+
import { Alert, ScrollView, StyleSheet, TouchableOpacity } from 'react-native';
|
|
7
|
+
import PhoneInput from 'react-native-phone-number-input';
|
|
8
|
+
import berifymeApi, { ActionType } from "../../api/api.js";
|
|
9
|
+
import { PageStatus } from "../../enum/index.js";
|
|
10
|
+
import { processPhoneNumber } from "../../phoneNumberProcessor.js";
|
|
11
|
+
import { createAuthenticationLog } from "../AuthenticationLogs.js";
|
|
12
|
+
import { useRNBiometrics } from "../biometrics/index.js";
|
|
13
|
+
import Footer from "../Footer.js";
|
|
14
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
15
|
+
const SendSns = ({
|
|
16
|
+
token,
|
|
17
|
+
inputValue,
|
|
18
|
+
setInputValue,
|
|
19
|
+
setError,
|
|
20
|
+
setPageStatus,
|
|
21
|
+
setProcessedPhoneNumber,
|
|
22
|
+
setUser,
|
|
23
|
+
setModalHeight,
|
|
24
|
+
environment
|
|
25
|
+
}) => {
|
|
26
|
+
const [isValid, setIsValid] = useState(false);
|
|
27
|
+
const [loading, setIsLoading] = useState(false);
|
|
28
|
+
const [login, setLogin] = useState();
|
|
29
|
+
const [fullName, setFullName] = useState();
|
|
30
|
+
// const { startFaceLogin } = useIncode(); //useIncode
|
|
31
|
+
const phoneInput = useRef(null);
|
|
32
|
+
const [forComponentPhone, setForComponentPhone] = useState('');
|
|
33
|
+
const {
|
|
34
|
+
createSignature
|
|
35
|
+
} = useRNBiometrics();
|
|
36
|
+
const handleChange = value => {
|
|
37
|
+
setForComponentPhone(value);
|
|
38
|
+
};
|
|
39
|
+
const handleFormattedChange = value => {
|
|
40
|
+
let processedInputValue = value;
|
|
41
|
+
processedInputValue = processPhoneNumber(processedInputValue);
|
|
42
|
+
setInputValue(processedInputValue);
|
|
43
|
+
setIsValid(phoneInput.current?.isValidNumber(value) || false); // 確認電話格式是否正確
|
|
44
|
+
};
|
|
45
|
+
const handleSubmit = async () => {
|
|
46
|
+
setIsLoading(true);
|
|
47
|
+
let processedInputValue = inputValue;
|
|
48
|
+
processedInputValue = processPhoneNumber(processedInputValue);
|
|
49
|
+
setProcessedPhoneNumber(processedInputValue);
|
|
50
|
+
if (!isValid) {
|
|
51
|
+
Alert.alert('Error', 'Please enter a valid phone number.');
|
|
52
|
+
setIsLoading(false);
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
const getVender = await berifymeApi.user.getUserVenderByPhone({
|
|
56
|
+
phoneNumber: processedInputValue
|
|
57
|
+
});
|
|
58
|
+
if (getVender.error) {
|
|
59
|
+
setError('Oops! Something went wrong...');
|
|
60
|
+
setIsLoading(false);
|
|
61
|
+
return;
|
|
62
|
+
}
|
|
63
|
+
const newSignature = await createSignature();
|
|
64
|
+
if (newSignature && newSignature.publicKey && !newSignature.error) {
|
|
65
|
+
const result = await berifymeApi.biometrics.checkBiometricsStatus({
|
|
66
|
+
phoneNumber: processedInputValue,
|
|
67
|
+
publicKey: newSignature.publicKey
|
|
68
|
+
});
|
|
69
|
+
if (result.status === 'Match') {
|
|
70
|
+
setUser(result.user);
|
|
71
|
+
const deviceId = await AsyncStorage.getItem('deviceId');
|
|
72
|
+
if (deviceId && token) {
|
|
73
|
+
const deviceUser = await berifymeApi.user.checkDeviceId({
|
|
74
|
+
phoneNumber: processedInputValue,
|
|
75
|
+
deviceId,
|
|
76
|
+
token
|
|
77
|
+
});
|
|
78
|
+
if (deviceUser.user) {
|
|
79
|
+
createAuthenticationLog({
|
|
80
|
+
actionType: ActionType.LOGIN,
|
|
81
|
+
userId: deviceUser.user.id,
|
|
82
|
+
vender: 'auto verify',
|
|
83
|
+
token,
|
|
84
|
+
isPass: true
|
|
85
|
+
});
|
|
86
|
+
setUser(deviceUser.user);
|
|
87
|
+
setPageStatus(10);
|
|
88
|
+
setIsLoading(false);
|
|
89
|
+
return;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
if (getVender.vender === 'authid') {
|
|
93
|
+
setLogin(PageStatus.AuthidLogin);
|
|
94
|
+
setFullName(getVender.fullName);
|
|
95
|
+
setModalHeight('50%');
|
|
96
|
+
} else if (getVender.vender === 'clear') {
|
|
97
|
+
setLogin(PageStatus.ClearLogin);
|
|
98
|
+
setFullName(getVender.fullName);
|
|
99
|
+
setModalHeight('50%');
|
|
100
|
+
} else if (getVender.vender === 'incode') {
|
|
101
|
+
//useIncode SDK
|
|
102
|
+
// const res = await startFaceLogin({phoneNumber: processedInputValue});
|
|
103
|
+
// if (res.error) setError(res.error);
|
|
104
|
+
// console.log('incode掃臉成功, 用戶是', res.getUser?.user);
|
|
105
|
+
// setUser(res.getUser?.user);
|
|
106
|
+
// createAuthenticationLog({
|
|
107
|
+
// actionType: ActionType.LOGIN,
|
|
108
|
+
// userId: res.getUser?.user?.id ?? '',
|
|
109
|
+
// vender: 'incode',
|
|
110
|
+
// token: token ?? '',
|
|
111
|
+
// isPass: true,
|
|
112
|
+
// incodeSessionId: res.faceLogin?.transactionId,
|
|
113
|
+
// });
|
|
114
|
+
// setPageStatus(PageStatus.AllSet);
|
|
115
|
+
//useIncode webview
|
|
116
|
+
setLogin(PageStatus.IncodeLogin);
|
|
117
|
+
setFullName(getVender.fullName);
|
|
118
|
+
setModalHeight('50%');
|
|
119
|
+
} else if (getVender.vender === 'sumsub') {
|
|
120
|
+
setLogin(PageStatus.SumsubLogin);
|
|
121
|
+
setFullName(getVender.fullName);
|
|
122
|
+
setModalHeight('50%');
|
|
123
|
+
} else if (getVender.vender === 'veriff') {
|
|
124
|
+
setLogin(PageStatus.VeriffLogin);
|
|
125
|
+
setFullName(getVender.fullName);
|
|
126
|
+
setModalHeight('50%');
|
|
127
|
+
} else if (getVender.vender === 'yoti') {
|
|
128
|
+
setLogin(PageStatus.YotiLogin);
|
|
129
|
+
setFullName(getVender.fullName);
|
|
130
|
+
setModalHeight('50%');
|
|
131
|
+
} else {
|
|
132
|
+
setPageStatus(1.1);
|
|
133
|
+
}
|
|
134
|
+
return;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
if (getVender.vender === null) {
|
|
138
|
+
const res = await berifymeApi.auth.sendPhoneNumberCode({
|
|
139
|
+
phoneNumber: processedInputValue,
|
|
140
|
+
token
|
|
141
|
+
});
|
|
142
|
+
if (res.success) {
|
|
143
|
+
setPageStatus(1);
|
|
144
|
+
}
|
|
145
|
+
if (res.error) {
|
|
146
|
+
setError(res.error);
|
|
147
|
+
}
|
|
148
|
+
} else {
|
|
149
|
+
const res = await berifymeApi.auth.sendPhoneNumberCode({
|
|
150
|
+
phoneNumber: processedInputValue,
|
|
151
|
+
token
|
|
152
|
+
});
|
|
153
|
+
if (res.success) {
|
|
154
|
+
setPageStatus(1.5);
|
|
155
|
+
}
|
|
156
|
+
if (res.error) {
|
|
157
|
+
setError(res.error);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
setIsLoading(false);
|
|
161
|
+
};
|
|
162
|
+
return /*#__PURE__*/_jsx(ScrollView, {
|
|
163
|
+
contentContainerStyle: styles.container,
|
|
164
|
+
children: /*#__PURE__*/_jsxs(Stack, {
|
|
165
|
+
h: '100%',
|
|
166
|
+
ph: 8,
|
|
167
|
+
pv: 16,
|
|
168
|
+
justify: "between",
|
|
169
|
+
children: [!login && /*#__PURE__*/_jsxs(Stack, {
|
|
170
|
+
spacing: 32,
|
|
171
|
+
children: [/*#__PURE__*/_jsxs(Stack, {
|
|
172
|
+
spacing: 8,
|
|
173
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
174
|
+
variant: "h5",
|
|
175
|
+
style: styles.textTitle,
|
|
176
|
+
children: "Log in / Sign Up"
|
|
177
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
178
|
+
variant: "body1",
|
|
179
|
+
style: styles.textBody1,
|
|
180
|
+
children: "We need your phone number to securely process your identity verification."
|
|
181
|
+
})]
|
|
182
|
+
}), /*#__PURE__*/_jsxs(Stack, {
|
|
183
|
+
spacing: 8,
|
|
184
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
185
|
+
variant: "body1",
|
|
186
|
+
style: styles.textSubTittle,
|
|
187
|
+
children: "Phone number"
|
|
188
|
+
}), /*#__PURE__*/_jsx(Stack, {
|
|
189
|
+
children: /*#__PURE__*/_jsx(PhoneInput, {
|
|
190
|
+
ref: phoneInput,
|
|
191
|
+
defaultValue: forComponentPhone,
|
|
192
|
+
defaultCode: "US",
|
|
193
|
+
layout: "first",
|
|
194
|
+
onChangeText: value => handleChange(value),
|
|
195
|
+
onChangeFormattedText: value => handleFormattedChange(value),
|
|
196
|
+
withDarkTheme: true,
|
|
197
|
+
textContainerStyle: styles.textContainerStyle,
|
|
198
|
+
countryPickerButtonStyle: styles.countryPickerButtonStyle
|
|
199
|
+
})
|
|
200
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
201
|
+
variant: "body1",
|
|
202
|
+
style: styles.textBody2,
|
|
203
|
+
children: "By tapping \u201CAccept & Continue\u201D I agree to Berify.me\u2019s Terms and Conditions, which contain a mandatory arbitration clause, class action waiver, and consent to e-sign."
|
|
204
|
+
})]
|
|
205
|
+
}), /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
206
|
+
style: [styles.button, loading || !isValid ? styles.buttonDisabled : null],
|
|
207
|
+
activeOpacity: 0.8,
|
|
208
|
+
onPress: handleSubmit,
|
|
209
|
+
disabled: loading || !isValid,
|
|
210
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
211
|
+
style: styles.buttonText,
|
|
212
|
+
children: "Accept & Continue"
|
|
213
|
+
})
|
|
214
|
+
})]
|
|
215
|
+
}), login && /*#__PURE__*/_jsx(_Fragment, {
|
|
216
|
+
children: /*#__PURE__*/_jsxs(Stack, {
|
|
217
|
+
spacing: 32,
|
|
218
|
+
center: true,
|
|
219
|
+
children: [/*#__PURE__*/_jsxs(Stack, {
|
|
220
|
+
spacing: 16,
|
|
221
|
+
center: true,
|
|
222
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
223
|
+
variant: "h2",
|
|
224
|
+
children: "\uD83D\uDC4B"
|
|
225
|
+
}), /*#__PURE__*/_jsxs(Stack, {
|
|
226
|
+
center: true,
|
|
227
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
228
|
+
variant: "h5",
|
|
229
|
+
style: styles.textTitle,
|
|
230
|
+
children: "Welcome back,"
|
|
231
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
232
|
+
variant: "h5",
|
|
233
|
+
style: styles.textTitle,
|
|
234
|
+
children: fullName
|
|
235
|
+
})]
|
|
236
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
237
|
+
variant: "body1",
|
|
238
|
+
style: styles.textBody1,
|
|
239
|
+
children: "Take a selfie to verify your identity."
|
|
240
|
+
})]
|
|
241
|
+
}), /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
242
|
+
onPress: () => setPageStatus(login),
|
|
243
|
+
style: styles.blackButton,
|
|
244
|
+
activeOpacity: 0.8,
|
|
245
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
246
|
+
style: styles.blackButtonText,
|
|
247
|
+
children: "Take my selfie"
|
|
248
|
+
})
|
|
249
|
+
})]
|
|
250
|
+
})
|
|
251
|
+
}), /*#__PURE__*/_jsx(Footer, {})]
|
|
252
|
+
})
|
|
253
|
+
});
|
|
254
|
+
};
|
|
255
|
+
const styles = StyleSheet.create({
|
|
256
|
+
label: {
|
|
257
|
+
fontSize: 18,
|
|
258
|
+
marginBottom: 8
|
|
259
|
+
},
|
|
260
|
+
selectedCode: {
|
|
261
|
+
marginTop: 16,
|
|
262
|
+
fontSize: 16
|
|
263
|
+
},
|
|
264
|
+
container: {
|
|
265
|
+
flexGrow: 1,
|
|
266
|
+
justifyContent: 'center',
|
|
267
|
+
alignItems: 'center'
|
|
268
|
+
},
|
|
269
|
+
textTitle: {
|
|
270
|
+
fontSize: 24,
|
|
271
|
+
fontWeight: 700,
|
|
272
|
+
color: '#000000'
|
|
273
|
+
},
|
|
274
|
+
textSubTittle: {
|
|
275
|
+
fontSize: 16,
|
|
276
|
+
color: '#000000',
|
|
277
|
+
fontWeight: 500
|
|
278
|
+
},
|
|
279
|
+
textBody1: {
|
|
280
|
+
fontSize: 16,
|
|
281
|
+
color: '#696969',
|
|
282
|
+
fontWeight: 500,
|
|
283
|
+
lineHeight: 24
|
|
284
|
+
},
|
|
285
|
+
textBody2: {
|
|
286
|
+
fontSize: 12,
|
|
287
|
+
color: '#696969',
|
|
288
|
+
fontWeight: 500,
|
|
289
|
+
lineHeight: 16
|
|
290
|
+
},
|
|
291
|
+
textInput: {
|
|
292
|
+
height: 48,
|
|
293
|
+
backgroundColor: '#f2f2f2',
|
|
294
|
+
color: 'black',
|
|
295
|
+
letterSpacing: 0,
|
|
296
|
+
fontWeight: '500',
|
|
297
|
+
paddingLeft: 24,
|
|
298
|
+
paddingRight: 24,
|
|
299
|
+
borderColor: '#f2f2f2',
|
|
300
|
+
borderWidth: 2,
|
|
301
|
+
borderRadius: 12
|
|
302
|
+
},
|
|
303
|
+
textContainerStyle: {
|
|
304
|
+
backgroundColor: '#f2f2f2',
|
|
305
|
+
borderColor: '#f2f2f2',
|
|
306
|
+
borderTopRightRadius: 12,
|
|
307
|
+
borderBottomRightRadius: 12
|
|
308
|
+
},
|
|
309
|
+
countryPickerButtonStyle: {
|
|
310
|
+
backgroundColor: '#f2f2f2',
|
|
311
|
+
borderColor: '#f2f2f2',
|
|
312
|
+
borderTopLeftRadius: 12,
|
|
313
|
+
borderBottomLeftRadius: 12
|
|
314
|
+
},
|
|
315
|
+
button: {
|
|
316
|
+
backgroundColor: '#000000',
|
|
317
|
+
borderTopStartRadius: 999,
|
|
318
|
+
borderTopEndRadius: 999,
|
|
319
|
+
borderBottomStartRadius: 999,
|
|
320
|
+
borderBottomEndRadius: 999,
|
|
321
|
+
width: 200,
|
|
322
|
+
height: 52,
|
|
323
|
+
fontWeight: 700,
|
|
324
|
+
justifyContent: 'center',
|
|
325
|
+
alignItems: 'center'
|
|
326
|
+
},
|
|
327
|
+
buttonDisabled: {
|
|
328
|
+
backgroundColor: '#64646464' // 灰色背景
|
|
329
|
+
},
|
|
330
|
+
buttonText: {
|
|
331
|
+
color: '#FFFFFF',
|
|
332
|
+
// 文本颜色
|
|
333
|
+
fontSize: 16 // 文本大小
|
|
334
|
+
},
|
|
335
|
+
blackButton: {
|
|
336
|
+
backgroundColor: '#000000',
|
|
337
|
+
borderTopStartRadius: 20,
|
|
338
|
+
borderTopEndRadius: 20,
|
|
339
|
+
borderBottomStartRadius: 20,
|
|
340
|
+
borderBottomEndRadius: 20,
|
|
341
|
+
width: 200,
|
|
342
|
+
height: 52,
|
|
343
|
+
fontWeight: 700,
|
|
344
|
+
justifyContent: 'center',
|
|
345
|
+
alignItems: 'center'
|
|
346
|
+
},
|
|
347
|
+
blackButtonText: {
|
|
348
|
+
color: '#FFFFFF',
|
|
349
|
+
// 文本颜色
|
|
350
|
+
fontSize: 16,
|
|
351
|
+
// 文本大小
|
|
352
|
+
fontWeight: 'bold'
|
|
353
|
+
}
|
|
354
|
+
});
|
|
355
|
+
const pickerSelectStyles = StyleSheet.create({
|
|
356
|
+
inputIOS: {
|
|
357
|
+
fontSize: 16,
|
|
358
|
+
paddingVertical: 12,
|
|
359
|
+
paddingHorizontal: 10,
|
|
360
|
+
borderWidth: 1,
|
|
361
|
+
borderColor: '#ccc',
|
|
362
|
+
borderRadius: 4,
|
|
363
|
+
color: '#333',
|
|
364
|
+
paddingRight: 30 // 為下拉箭頭保留空間
|
|
365
|
+
},
|
|
366
|
+
inputAndroid: {
|
|
367
|
+
fontSize: 16,
|
|
368
|
+
paddingVertical: 12,
|
|
369
|
+
paddingHorizontal: 10,
|
|
370
|
+
borderWidth: 1,
|
|
371
|
+
borderColor: '#ccc',
|
|
372
|
+
borderRadius: 4,
|
|
373
|
+
color: '#333',
|
|
374
|
+
paddingRight: 30
|
|
375
|
+
}
|
|
376
|
+
});
|
|
377
|
+
export default SendSns;
|
|
378
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["AsyncStorage","Stack","Text","React","useRef","useState","Alert","ScrollView","StyleSheet","TouchableOpacity","PhoneInput","berifymeApi","ActionType","PageStatus","processPhoneNumber","createAuthenticationLog","useRNBiometrics","Footer","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","SendSns","token","inputValue","setInputValue","setError","setPageStatus","setProcessedPhoneNumber","setUser","setModalHeight","environment","isValid","setIsValid","loading","setIsLoading","login","setLogin","fullName","setFullName","phoneInput","forComponentPhone","setForComponentPhone","createSignature","handleChange","value","handleFormattedChange","processedInputValue","current","isValidNumber","handleSubmit","alert","getVender","user","getUserVenderByPhone","phoneNumber","error","newSignature","publicKey","result","biometrics","checkBiometricsStatus","status","deviceId","getItem","deviceUser","checkDeviceId","actionType","LOGIN","userId","id","vender","isPass","AuthidLogin","ClearLogin","IncodeLogin","SumsubLogin","VeriffLogin","YotiLogin","res","auth","sendPhoneNumberCode","success","contentContainerStyle","styles","container","children","h","ph","pv","justify","spacing","variant","style","textTitle","textBody1","textSubTittle","ref","defaultValue","defaultCode","layout","onChangeText","onChangeFormattedText","withDarkTheme","textContainerStyle","countryPickerButtonStyle","textBody2","button","buttonDisabled","activeOpacity","onPress","disabled","buttonText","center","blackButton","blackButtonText","create","label","fontSize","marginBottom","selectedCode","marginTop","flexGrow","justifyContent","alignItems","fontWeight","color","lineHeight","textInput","height","backgroundColor","letterSpacing","paddingLeft","paddingRight","borderColor","borderWidth","borderRadius","borderTopRightRadius","borderBottomRightRadius","borderTopLeftRadius","borderBottomLeftRadius","borderTopStartRadius","borderTopEndRadius","borderBottomStartRadius","borderBottomEndRadius","width","pickerSelectStyles","inputIOS","paddingVertical","paddingHorizontal","inputAndroid"],"sourceRoot":"../../../../src","sources":["components/SendSNS/index.tsx"],"mappings":"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","ignoreList":[]}
|