@bytexbyte/berifyme-react-native-sdk 1.0.18 → 1.0.19
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 +153 -94
- package/lib/commonjs/BerifymeModal/MainModal.js +10 -10
- package/lib/commonjs/BerifymeModal/MainModal.js.map +1 -1
- package/lib/commonjs/BerifymeModal/index.js +71 -71
- package/lib/commonjs/BerifymeModal/index.js.map +1 -1
- package/lib/commonjs/api/api.js +1 -2
- package/lib/commonjs/api/api.js.map +1 -1
- package/lib/commonjs/components/AllSet.js +2 -2
- package/lib/commonjs/components/AuthenticationLogs.js +4 -4
- package/lib/commonjs/components/AuthidLogin.js +3 -3
- package/lib/commonjs/components/AuthidOnboarding.js +2 -2
- package/lib/commonjs/components/ClearLogin.js +3 -3
- package/lib/commonjs/components/ClearOnboarding.js +5 -5
- package/lib/commonjs/components/ClearOnboarding.js.map +1 -1
- package/lib/commonjs/components/IncodeOnBoarding.js +1 -1
- package/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.js +1 -1
- package/lib/commonjs/components/Onboarding/Authid/idOrPassport.js +4 -4
- package/lib/commonjs/components/Onboarding/Authid/idOrPassport.js.map +1 -1
- package/lib/commonjs/components/Onboarding/Vender/Grid/index.js +12 -12
- package/lib/commonjs/components/Onboarding/Vender/Grid/index.js.map +1 -1
- package/lib/commonjs/components/Onboarding/Vender/index.js +4 -4
- package/lib/commonjs/components/Onboarding/Vender/index.js.map +1 -1
- package/lib/commonjs/components/SendSNS/index.js +25 -25
- package/lib/commonjs/components/SendSNS/index.js.map +1 -1
- package/lib/commonjs/components/SendSNS/legalLinks.js +2 -2
- package/lib/commonjs/components/SnapMatch.js +236 -0
- package/lib/commonjs/components/SnapMatch.js.map +1 -0
- package/lib/commonjs/components/SomethingWrong.js +1 -1
- package/lib/commonjs/components/SumsubLogin.js +1 -1
- package/lib/commonjs/components/SumsubOnboarding.js +1 -1
- package/lib/commonjs/components/VeriffLogin.js +1 -1
- package/lib/commonjs/components/VeriffOnboarding.js +1 -1
- package/lib/commonjs/components/VerifiedExternalPhoneNumber/index.js +75 -82
- package/lib/commonjs/components/VerifiedExternalPhoneNumber/index.js.map +1 -1
- package/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.js +13 -15
- package/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.js.map +1 -1
- package/lib/commonjs/components/VerifyWithPhoneNumber/User.js +20 -21
- package/lib/commonjs/components/VerifyWithPhoneNumber/User.js.map +1 -1
- package/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.js +4 -4
- package/lib/commonjs/components/YotiLogin.js +1 -1
- package/lib/commonjs/components/YotiOnboarding.js +1 -1
- package/lib/commonjs/components/biometrics/index.js +13 -13
- package/lib/commonjs/components/incodeLogin.js +1 -1
- package/lib/commonjs/enum/index.js +0 -2
- package/lib/commonjs/enum/index.js.map +1 -1
- package/lib/commonjs/environmentDomains.js +7 -7
- package/lib/commonjs/environmentDomains.js.map +1 -1
- package/lib/commonjs/index.js +6 -4
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/phoneNumberProcessor.js +16 -16
- package/lib/module/BerifymeModal/MainModal.js +9 -9
- package/lib/module/BerifymeModal/MainModal.js.map +1 -1
- package/lib/module/BerifymeModal/index.js +21 -21
- package/lib/module/BerifymeModal/index.js.map +1 -1
- package/lib/module/api/api.js +1 -4
- package/lib/module/api/api.js.map +1 -1
- package/lib/module/components/AllSet.js +2 -2
- package/lib/module/components/AllSet.js.map +1 -1
- package/lib/module/components/AuthenticationLogs.js +4 -4
- package/lib/module/components/AuthenticationLogs.js.map +1 -1
- package/lib/module/components/AuthidLogin.js +3 -3
- package/lib/module/components/AuthidLogin.js.map +1 -1
- package/lib/module/components/AuthidOnboarding.js +2 -2
- package/lib/module/components/AuthidOnboarding.js.map +1 -1
- package/lib/module/components/ClearLogin.js +3 -3
- package/lib/module/components/ClearLogin.js.map +1 -1
- package/lib/module/components/ClearOnboarding.js +5 -5
- package/lib/module/components/ClearOnboarding.js.map +1 -1
- package/lib/module/components/IncodeOnBoarding.js +1 -1
- package/lib/module/components/IncodeOnBoarding.js.map +1 -1
- package/lib/module/components/Onboarding/Authid/AuthIdSelectType.js +1 -1
- package/lib/module/components/Onboarding/Authid/AuthIdSelectType.js.map +1 -1
- package/lib/module/components/Onboarding/Authid/idOrPassport.js +3 -3
- package/lib/module/components/Onboarding/Authid/idOrPassport.js.map +1 -1
- package/lib/module/components/Onboarding/Vender/Grid/index.js +9 -9
- package/lib/module/components/Onboarding/Vender/Grid/index.js.map +1 -1
- package/lib/module/components/Onboarding/Vender/index.js +3 -3
- package/lib/module/components/Onboarding/Vender/index.js.map +1 -1
- package/lib/module/components/SendSNS/index.js +14 -14
- package/lib/module/components/SendSNS/index.js.map +1 -1
- package/lib/module/components/SendSNS/legalLinks.js +2 -2
- package/lib/module/components/SnapMatch.js +229 -0
- package/lib/module/components/SnapMatch.js.map +1 -0
- package/lib/module/components/SomethingWrong.js +1 -1
- package/lib/module/components/SomethingWrong.js.map +1 -1
- package/lib/module/components/SumsubLogin.js +1 -1
- package/lib/module/components/SumsubLogin.js.map +1 -1
- package/lib/module/components/SumsubOnboarding.js +1 -1
- package/lib/module/components/SumsubOnboarding.js.map +1 -1
- package/lib/module/components/VeriffLogin.js +1 -1
- package/lib/module/components/VeriffLogin.js.map +1 -1
- package/lib/module/components/VeriffOnboarding.js +1 -1
- package/lib/module/components/VeriffOnboarding.js.map +1 -1
- package/lib/module/components/VerifiedExternalPhoneNumber/index.js +76 -83
- package/lib/module/components/VerifiedExternalPhoneNumber/index.js.map +1 -1
- package/lib/module/components/VerifyWithPhoneNumber/NewUser.js +10 -12
- package/lib/module/components/VerifyWithPhoneNumber/NewUser.js.map +1 -1
- package/lib/module/components/VerifyWithPhoneNumber/User.js +10 -11
- package/lib/module/components/VerifyWithPhoneNumber/User.js.map +1 -1
- package/lib/module/components/VerifyWithPhoneNumber/biometrics.js +4 -4
- package/lib/module/components/VerifyWithPhoneNumber/biometrics.js.map +1 -1
- package/lib/module/components/YotiLogin.js +1 -1
- package/lib/module/components/YotiLogin.js.map +1 -1
- package/lib/module/components/YotiOnboarding.js +1 -1
- package/lib/module/components/YotiOnboarding.js.map +1 -1
- package/lib/module/components/biometrics/index.js +13 -13
- package/lib/module/components/biometrics/index.js.map +1 -1
- package/lib/module/components/incodeLogin.js +1 -1
- package/lib/module/components/incodeLogin.js.map +1 -1
- package/lib/module/enum/index.js +0 -2
- package/lib/module/enum/index.js.map +1 -1
- package/lib/module/environmentDomains.js +1 -1
- package/lib/module/environmentDomains.js.map +1 -1
- package/lib/module/index.js +4 -2
- package/lib/module/index.js.map +1 -1
- package/lib/module/phoneNumberProcessor.js +16 -16
- package/lib/typescript/commonjs/App.d.ts +4 -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 +11 -0
- package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/api/api.d.ts +257 -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 +19 -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 +12 -0
- package/lib/typescript/commonjs/lib/commonjs/components/IncodeOnBoarding.d.ts.map +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/Grid/index.d.ts +10 -0
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/index.d.ts +9 -0
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/index.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/SendSNS/legalLinks.d.ts +4 -0
- package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/legalLinks.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/SnapMatch.d.ts +13 -0
- package/lib/typescript/commonjs/lib/commonjs/components/SnapMatch.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/components/SomethingWrong.d.ts +8 -0
- package/lib/typescript/commonjs/lib/commonjs/components/SomethingWrong.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/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/countryCode.d.ts +211 -0
- package/lib/typescript/commonjs/lib/commonjs/countryCode.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/commonjs/enum/index.d.ts +5 -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 +7 -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 +11 -0
- package/lib/typescript/commonjs/lib/module/BerifymeModal/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/api/api.d.ts +256 -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 +18 -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 +12 -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/Grid/index.d.ts +9 -0
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/index.d.ts +9 -0
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/index.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/SendSNS/legalLinks.d.ts +4 -0
- package/lib/typescript/commonjs/lib/module/components/SendSNS/legalLinks.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/SnapMatch.d.ts +12 -0
- package/lib/typescript/commonjs/lib/module/components/SnapMatch.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/components/SomethingWrong.d.ts +8 -0
- package/lib/typescript/commonjs/lib/module/components/SomethingWrong.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/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/countryCode.d.ts +210 -0
- package/lib/typescript/commonjs/lib/module/countryCode.d.ts.map +1 -0
- package/lib/typescript/commonjs/lib/module/enum/index.d.ts +4 -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 +9 -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/react-native.config.d.ts +7 -0
- package/lib/typescript/commonjs/react-native.config.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/BerifymeModal/MainModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/BerifymeModal/index.d.ts.map +1 -0
- package/lib/typescript/{api → commonjs/src/api}/api.d.ts +32 -42
- package/lib/typescript/commonjs/src/api/api.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/AllSet.d.ts.map +1 -0
- package/lib/typescript/{components → commonjs/src/components}/AuthenticationLogs.d.ts +4 -4
- package/lib/typescript/commonjs/src/components/AuthenticationLogs.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/AuthidLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/AuthidOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/ClearLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/ClearOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/Footer.d.ts.map +1 -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.map +1 -0
- package/lib/typescript/commonjs/src/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
- package/lib/typescript/{components → commonjs/src/components}/Onboarding/Vender/Grid/index.d.ts +2 -1
- package/lib/typescript/commonjs/src/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
- package/lib/typescript/{components → commonjs/src/components}/Onboarding/Vender/index.d.ts +1 -1
- package/lib/typescript/commonjs/src/components/Onboarding/Vender/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/SendSNS/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/SendSNS/legalLinks.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/SnapMatch.d.ts +26 -0
- package/lib/typescript/commonjs/src/components/SnapMatch.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/SomethingWrong.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/SumsubLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/SumsubOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/VeriffLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/VeriffOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/YotiLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/YotiOnboarding.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
- package/lib/typescript/{components → commonjs/src/components}/biometrics/index.d.ts +4 -4
- package/lib/typescript/commonjs/src/components/biometrics/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/incodeLogin.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/countryCode.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/enum/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/environmentDomains.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/index.d.ts +10 -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 +4 -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 +11 -0
- package/lib/typescript/module/lib/commonjs/BerifymeModal/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/api/api.d.ts +257 -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 +19 -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 +12 -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/Grid/index.d.ts +10 -0
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/index.d.ts +9 -0
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/index.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/SendSNS/legalLinks.d.ts +4 -0
- package/lib/typescript/module/lib/commonjs/components/SendSNS/legalLinks.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/SnapMatch.d.ts +13 -0
- package/lib/typescript/module/lib/commonjs/components/SnapMatch.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/components/SomethingWrong.d.ts +8 -0
- package/lib/typescript/module/lib/commonjs/components/SomethingWrong.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/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/countryCode.d.ts +211 -0
- package/lib/typescript/module/lib/commonjs/countryCode.d.ts.map +1 -0
- package/lib/typescript/module/lib/commonjs/enum/index.d.ts +5 -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 +7 -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 +11 -0
- package/lib/typescript/module/lib/module/BerifymeModal/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/api/api.d.ts +256 -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 +18 -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 +12 -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/Grid/index.d.ts +9 -0
- package/lib/typescript/module/lib/module/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/Onboarding/Vender/index.d.ts +9 -0
- package/lib/typescript/module/lib/module/components/Onboarding/Vender/index.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/SendSNS/legalLinks.d.ts +4 -0
- package/lib/typescript/module/lib/module/components/SendSNS/legalLinks.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/SnapMatch.d.ts +12 -0
- package/lib/typescript/module/lib/module/components/SnapMatch.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/components/SomethingWrong.d.ts +8 -0
- package/lib/typescript/module/lib/module/components/SomethingWrong.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/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/countryCode.d.ts +210 -0
- package/lib/typescript/module/lib/module/countryCode.d.ts.map +1 -0
- package/lib/typescript/module/lib/module/enum/index.d.ts +4 -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 +9 -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/react-native.config.d.ts +7 -0
- package/lib/typescript/module/react-native.config.d.ts.map +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 +14 -0
- package/lib/typescript/module/src/BerifymeModal/index.d.ts.map +1 -0
- package/lib/typescript/module/src/api/api.d.ts +462 -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 +21 -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 +14 -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/Grid/index.d.ts +11 -0
- package/lib/typescript/module/src/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/Onboarding/Vender/index.d.ts +11 -0
- package/lib/typescript/module/src/components/Onboarding/Vender/index.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/SendSNS/legalLinks.d.ts +4 -0
- package/lib/typescript/module/src/components/SendSNS/legalLinks.d.ts.map +1 -0
- package/lib/typescript/module/src/components/SnapMatch.d.ts +26 -0
- package/lib/typescript/module/src/components/SnapMatch.d.ts.map +1 -0
- package/lib/typescript/module/src/components/SomethingWrong.d.ts +9 -0
- package/lib/typescript/module/src/components/SomethingWrong.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/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/countryCode.d.ts +4 -0
- package/lib/typescript/module/src/countryCode.d.ts.map +1 -0
- package/lib/typescript/module/src/enum/index.d.ts +37 -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 +10 -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 +38 -24
- package/lib/typescript/BerifymeModal/MainModal.d.ts.map +0 -1
- package/lib/typescript/BerifymeModal/index.d.ts.map +0 -1
- package/lib/typescript/api/api.d.ts.map +0 -1
- package/lib/typescript/components/AllSet.d.ts.map +0 -1
- package/lib/typescript/components/AuthenticationLogs.d.ts.map +0 -1
- package/lib/typescript/components/AuthidLogin.d.ts.map +0 -1
- package/lib/typescript/components/AuthidOnboarding.d.ts.map +0 -1
- package/lib/typescript/components/ClearLogin.d.ts.map +0 -1
- package/lib/typescript/components/ClearOnboarding.d.ts.map +0 -1
- package/lib/typescript/components/Footer.d.ts.map +0 -1
- package/lib/typescript/components/IncodeOnBoarding.d.ts.map +0 -1
- package/lib/typescript/components/IncodeProvider.d.ts.map +0 -1
- package/lib/typescript/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
- package/lib/typescript/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
- package/lib/typescript/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
- package/lib/typescript/components/Onboarding/Vender/index.d.ts.map +0 -1
- package/lib/typescript/components/SendSNS/index.d.ts.map +0 -1
- package/lib/typescript/components/SendSNS/legalLinks.d.ts.map +0 -1
- package/lib/typescript/components/SomethingWrong.d.ts.map +0 -1
- package/lib/typescript/components/SumsubLogin.d.ts.map +0 -1
- package/lib/typescript/components/SumsubOnboarding.d.ts.map +0 -1
- package/lib/typescript/components/VeriffLogin.d.ts.map +0 -1
- package/lib/typescript/components/VeriffOnboarding.d.ts.map +0 -1
- package/lib/typescript/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
- package/lib/typescript/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
- package/lib/typescript/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
- package/lib/typescript/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
- package/lib/typescript/components/YotiLogin.d.ts.map +0 -1
- package/lib/typescript/components/YotiOnboarding.d.ts.map +0 -1
- package/lib/typescript/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
- package/lib/typescript/components/biometrics/index.d.ts.map +0 -1
- package/lib/typescript/components/incodeLogin.d.ts.map +0 -1
- package/lib/typescript/countryCode.d.ts.map +0 -1
- package/lib/typescript/enum/index.d.ts.map +0 -1
- package/lib/typescript/environmentDomains.d.ts.map +0 -1
- package/lib/typescript/index.d.ts +0 -7
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/phoneNumberProcessor.d.ts +0 -7
- package/lib/typescript/phoneNumberProcessor.d.ts.map +0 -1
- /package/lib/typescript/{components → commonjs/lib/commonjs/components}/IncodeProvider.d.ts +0 -0
- /package/lib/{commonjs → typescript/commonjs}/package.json +0 -0
- /package/lib/typescript/{BerifymeModal → commonjs/src/BerifymeModal}/MainModal.d.ts +0 -0
- /package/lib/typescript/{BerifymeModal → commonjs/src/BerifymeModal}/index.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/AllSet.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/AuthidLogin.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/AuthidOnboarding.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/ClearLogin.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/ClearOnboarding.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/Footer.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/IncodeOnBoarding.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/Onboarding/Authid/AuthIdSelectType.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/Onboarding/Authid/idOrPassport.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/SendSNS/index.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/SendSNS/legalLinks.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/SomethingWrong.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/SumsubLogin.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/SumsubOnboarding.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/VeriffLogin.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/VeriffOnboarding.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/VerifiedExternalPhoneNumber/index.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/VerifyWithPhoneNumber/NewUser.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/VerifyWithPhoneNumber/User.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/VerifyWithPhoneNumber/biometrics.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/YotiLogin.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/YotiOnboarding.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/biometrics/EnableBiometricsTypes.d.ts +0 -0
- /package/lib/typescript/{components → commonjs/src/components}/incodeLogin.d.ts +0 -0
- /package/lib/typescript/{countryCode.d.ts → commonjs/src/countryCode.d.ts} +0 -0
- /package/lib/typescript/{enum → commonjs/src/enum}/index.d.ts +0 -0
- /package/lib/typescript/{environmentDomains.d.ts → commonjs/src/environmentDomains.d.ts} +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import AsyncStorage from '@react-native-async-storage/async-storage';
|
|
4
|
-
import EnableBiometricsTypes from
|
|
4
|
+
import EnableBiometricsTypes from "./EnableBiometricsTypes.js";
|
|
5
5
|
import { useEffect, useState } from 'react';
|
|
6
6
|
import ReactNativeBiometrics from 'react-native-biometrics';
|
|
7
|
-
import berifymeApi from
|
|
7
|
+
import berifymeApi from "../../api/api.js";
|
|
8
8
|
|
|
9
|
-
//
|
|
9
|
+
// 手動定義 SimplePromptResult 類型
|
|
10
10
|
|
|
11
11
|
const rnBiometrics = new ReactNativeBiometrics();
|
|
12
12
|
const storageKey = 'biometrics';
|
|
@@ -25,7 +25,7 @@ export const useRNBiometrics = () => {
|
|
|
25
25
|
})();
|
|
26
26
|
}, []);
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
//確認設備是否擁有生物辨識權限
|
|
29
29
|
const getBiometryType = async () => {
|
|
30
30
|
const {
|
|
31
31
|
biometryType: type
|
|
@@ -37,7 +37,7 @@ export const useRNBiometrics = () => {
|
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
//刪除帳號的publicKey
|
|
41
41
|
const disableBiometrics = async phoneNumber => {
|
|
42
42
|
await rnBiometrics.deleteKeys();
|
|
43
43
|
await AsyncStorage.removeItem(storageKey);
|
|
@@ -46,8 +46,8 @@ export const useRNBiometrics = () => {
|
|
|
46
46
|
});
|
|
47
47
|
};
|
|
48
48
|
|
|
49
|
-
|
|
50
|
-
//
|
|
49
|
+
//不知道
|
|
50
|
+
// 生物辨識的簡單提示,使用 SimplePromptResult 類型
|
|
51
51
|
const simplePrompt = async () => {
|
|
52
52
|
try {
|
|
53
53
|
const result = await rnBiometrics.simplePrompt({
|
|
@@ -64,7 +64,7 @@ export const useRNBiometrics = () => {
|
|
|
64
64
|
}
|
|
65
65
|
};
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
//開啟並創建生物辨識
|
|
68
68
|
const enableBiometrics = async phoneNumber => {
|
|
69
69
|
const payload = phoneNumber;
|
|
70
70
|
await disableBiometrics(phoneNumber);
|
|
@@ -90,7 +90,7 @@ export const useRNBiometrics = () => {
|
|
|
90
90
|
};
|
|
91
91
|
};
|
|
92
92
|
|
|
93
|
-
|
|
93
|
+
//獲取AsyncStorage payload, publicKey
|
|
94
94
|
const getBiometricsData = async () => {
|
|
95
95
|
const storageDataStr = await AsyncStorage.getItem(storageKey);
|
|
96
96
|
if (!storageDataStr) return null;
|
|
@@ -101,7 +101,7 @@ export const useRNBiometrics = () => {
|
|
|
101
101
|
}
|
|
102
102
|
};
|
|
103
103
|
|
|
104
|
-
|
|
104
|
+
//開啟設備上的生物辨識(ex開始掃臉)
|
|
105
105
|
const createSignature = async () => {
|
|
106
106
|
const biometricsData = await getBiometricsData();
|
|
107
107
|
if (!biometricsData) {
|
|
@@ -126,7 +126,7 @@ export const useRNBiometrics = () => {
|
|
|
126
126
|
}
|
|
127
127
|
};
|
|
128
128
|
|
|
129
|
-
|
|
129
|
+
//確認是否已啟用(看設備上的跟db上的是否相同)
|
|
130
130
|
const getBiometricsEnable = async phoneNumber => {
|
|
131
131
|
const biometricsData = await getBiometricsData();
|
|
132
132
|
if (!biometricsData) return {
|
|
@@ -148,7 +148,7 @@ export const useRNBiometrics = () => {
|
|
|
148
148
|
};
|
|
149
149
|
};
|
|
150
150
|
|
|
151
|
-
|
|
151
|
+
//確認是否已啟用(看設備上的payload是否等於現在要呼叫的電話)
|
|
152
152
|
const getLocalAndSessionStatus = async phoneNumber => {
|
|
153
153
|
const biometricsData = await getBiometricsData();
|
|
154
154
|
if (!biometricsData) return {
|
|
@@ -164,7 +164,7 @@ export const useRNBiometrics = () => {
|
|
|
164
164
|
};
|
|
165
165
|
};
|
|
166
166
|
|
|
167
|
-
|
|
167
|
+
//確認是否已啟用(看db有沒有)
|
|
168
168
|
const getSessionAndDBStatus = async phoneNumber => {
|
|
169
169
|
const result = await berifymeApi.biometrics.checkBiometricsStatus({
|
|
170
170
|
phoneNumber,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["AsyncStorage","EnableBiometricsTypes","useEffect","useState","ReactNativeBiometrics","berifymeApi","rnBiometrics","storageKey","useRNBiometrics","biometryType","setBiometryType","type","isSensorAvailable","undefined","getBiometryType","disableBiometrics","phoneNumber","deleteKeys","removeItem","biometrics","deleteBiometrics","simplePrompt","result","promptMessage","success","error","message","enableBiometrics","payload","publicKey","createKeys","storageData","setItem","JSON","stringify","newSignature","createSignature","signature","createBiometrics","getBiometricsData","storageDataStr","getItem","parse","biometricsData","getBiometricsEnable","status","checkBiometricsStatus","getLocalAndSessionStatus","getSessionAndDBStatus","getEnableBiometricsType","localAndDBResult","localAndSessionResult","sessionAndDBResult","console","log","Close","Forbid","Allow","Repeat","getBiometricsEnableById"],"sourceRoot":"../../../../src","sources":["components/biometrics/index.tsx"],"mappings":";;AAAA,OAAOA,YAAY,MAAM,2CAA2C;AACpE,OAAOC,qBAAqB,MAAM,
|
|
1
|
+
{"version":3,"names":["AsyncStorage","EnableBiometricsTypes","useEffect","useState","ReactNativeBiometrics","berifymeApi","rnBiometrics","storageKey","useRNBiometrics","biometryType","setBiometryType","type","isSensorAvailable","undefined","getBiometryType","disableBiometrics","phoneNumber","deleteKeys","removeItem","biometrics","deleteBiometrics","simplePrompt","result","promptMessage","success","error","message","enableBiometrics","payload","publicKey","createKeys","storageData","setItem","JSON","stringify","newSignature","createSignature","signature","createBiometrics","getBiometricsData","storageDataStr","getItem","parse","biometricsData","getBiometricsEnable","status","checkBiometricsStatus","getLocalAndSessionStatus","getSessionAndDBStatus","getEnableBiometricsType","localAndDBResult","localAndSessionResult","sessionAndDBResult","console","log","Close","Forbid","Allow","Repeat","getBiometricsEnableById"],"sourceRoot":"../../../../src","sources":["components/biometrics/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { View } from 'react-native';
|
|
5
5
|
import WebView from 'react-native-webview';
|
|
6
|
-
import { environmentWebviewDomains } from
|
|
6
|
+
import { environmentWebviewDomains } from "../environmentDomains.js";
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
8
|
function IncodeLoginWebView({
|
|
9
9
|
token,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","WebView","environmentWebviewDomains","jsx","_jsx","IncodeLoginWebView","token","setError","user","setUser","goToAllSet","environment","handleMessage","event","messageData","JSON","parse","nativeEvent","data","console","log","style","display","width","height","children","source","uri","incodeId","javaScriptEnabled","domStorageEnabled","mediaPlaybackRequiresUserAction","allowsInlineMediaPlayback","onLoad","onError","error","onMessage"],"sourceRoot":"../../../src","sources":["components/incodeLogin.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAA6B,OAAO;AAChD,SAASC,IAAI,QAAQ,cAAc;AACnC,OAAOC,OAAO,MAAM,sBAAsB;AAG1C,SAASC,yBAAyB,QAAQ,
|
|
1
|
+
{"version":3,"names":["React","View","WebView","environmentWebviewDomains","jsx","_jsx","IncodeLoginWebView","token","setError","user","setUser","goToAllSet","environment","handleMessage","event","messageData","JSON","parse","nativeEvent","data","console","log","style","display","width","height","children","source","uri","incodeId","javaScriptEnabled","domStorageEnabled","mediaPlaybackRequiresUserAction","allowsInlineMediaPlayback","onLoad","onError","error","onMessage"],"sourceRoot":"../../../src","sources":["components/incodeLogin.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAA6B,OAAO;AAChD,SAASC,IAAI,QAAQ,cAAc;AACnC,OAAOC,OAAO,MAAM,sBAAsB;AAG1C,SAASC,yBAAyB,QAAQ,0BAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAElE,SAASC,kBAAkBA,CAAC;EAC1BC,KAAK;EACLC,QAAQ;EACRC,IAAI;EAAEC,OAAO;EACbC,UAAU;EACVC;AAQF,CAAC,EAAqB;EAEpB,MAAMC,aAAa,GAAIC,KAAU,IAAK;IACpC,MAAMC,WAAW,GAAGC,IAAI,CAACC,KAAK,CAACH,KAAK,CAACI,WAAW,CAACC,IAAI,CAAC;IACtD,IAAIJ,WAAW,CAACD,KAAK,KAAK,WAAW,EAAE;MACrCM,OAAO,CAACC,GAAG,CAAC,gBAAgB,EAAEN,WAAW,CAACN,IAAI,CAAC;MAC/C,IAAIM,WAAW,CAACN,IAAI,EAAEC,OAAO,CAACK,WAAW,CAACN,IAAI,CAAC;MAC/CE,UAAU,CAAC,CAAC;IACd,CAAC,MAAM,IAAII,WAAW,CAACD,KAAK,KAAK,QAAQ,EAAE;MACzCM,OAAO,CAACC,GAAG,CAAC,aAAa,CAAC;MAC1Bb,QAAQ,CAAC,0GAA0G,CAAC;IACtH;EACF,CAAC;EAED,oBAASH,IAAA,CAACJ,IAAI;IAACqB,KAAK,EAAE;MAAEC,OAAO,EAAE,MAAM;MAAEC,KAAK,EAAE,MAAM;MAAEC,MAAM,EAAE;IAAM,CAAE;IAAAC,QAAA,eACtErB,IAAA,CAACH,OAAO;MACNyB,MAAM,EAAE;QAAEC,GAAG,EAAE,GAAGzB,yBAAyB,CAACS,WAAW,CAAC,2CAA2CL,KAAK,aAAaE,IAAI,CAACoB,QAAQ;MAAG,CAAE;MACvIC,iBAAiB,EAAE,IAAK;MACxBC,iBAAiB,EAAE,IAAK;MACxBC,+BAA+B,EAAE,KAAM;MACvCC,yBAAyB,EAAE,IAAK;MAChCC,MAAM,EAAEA,CAAA,KAAMd,OAAO,CAACC,GAAG,CAAC,6BAA6B,CAAE;MACzDc,OAAO,EAAGC,KAAK,IAAKhB,OAAO,CAACgB,KAAK,CAAC,gBAAgB,EAAEA,KAAK,CAAE;MAC3DC,SAAS,EAAExB;IAAc,CAAE;EAAC,CAC1B,CAAC;AAET;AAEA,eAAeP,kBAAkB","ignoreList":[]}
|
package/lib/module/enum/index.js
CHANGED
|
@@ -37,8 +37,6 @@ export const getPageStatusString = status => {
|
|
|
37
37
|
return "Loading";
|
|
38
38
|
case PageStatus.SendSns:
|
|
39
39
|
return "AuthStart";
|
|
40
|
-
case PageStatus.VerifiedExternalPhoneNumber:
|
|
41
|
-
return "VerifiedExternalPhoneNumber";
|
|
42
40
|
case PageStatus.VerifyNewUser:
|
|
43
41
|
return "VerifyNewUser";
|
|
44
42
|
case PageStatus.Vender:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Environment","PageStatus","getPageStatusString","status","Loading","SendSns","
|
|
1
|
+
{"version":3,"names":["Environment","PageStatus","getPageStatusString","status","Loading","SendSns","VerifyNewUser","Vender","IdOrPassport","VerifyUser","AuthIdOnboarding","ClearOnboarding","IncodeOnBoarding","SumsubOnBoarding","VeriffOnBoarding","YotiOnBoarding","AuthidLogin","ClearLogin","IncodeLogin","ClearLoginAllSet","ClearOnboardingAllSet","SumsubLogin","VeriffLogin","YotiLogin","AllSet"],"sourceRoot":"../../../src","sources":["enum/index.tsx"],"mappings":";;AAAA,WAAYA,WAAW,0BAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAA,OAAXA,WAAW;AAAA;AAMvB,WAAYC,UAAU,0BAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAA,OAAVA,UAAU;AAAA;AAgCtB,OAAO,MAAMC,mBAAmB,GAAIC,MAAc,IAAa;EAC7D,QAAQA,MAAM;IACZ,KAAKF,UAAU,CAACG,OAAO;MACrB,OAAO,SAAS;IAClB,KAAKH,UAAU,CAACI,OAAO;MACrB,OAAO,WAAW;IACpB,KAAKJ,UAAU,CAACK,aAAa;MAC3B,OAAO,eAAe;IACxB,KAAKL,UAAU,CAACM,MAAM;MACpB,OAAO,QAAQ;IACjB,KAAKN,UAAU,CAACO,YAAY;MAC1B,OAAO,4BAA4B;IACrC,KAAKP,UAAU,CAACQ,UAAU;MACxB,OAAO,YAAY;IACrB,KAAKR,UAAU,CAACS,gBAAgB;MAC9B,OAAO,oBAAoB;IAC7B,KAAKT,UAAU,CAACU,eAAe;MAC7B,OAAO,iBAAiB;IAC1B,KAAKV,UAAU,CAACW,gBAAgB;MAC9B,OAAO,kBAAkB;IAC3B,KAAKX,UAAU,CAACY,gBAAgB;MAC9B,OAAO,kBAAkB;IAC3B,KAAKZ,UAAU,CAACa,gBAAgB;MAC9B,OAAO,kBAAkB;IAC3B,KAAKb,UAAU,CAACc,cAAc;MAC5B,OAAO,gBAAgB;IACzB,KAAKd,UAAU,CAACe,WAAW;MACzB,OAAO,eAAe;IACxB,KAAKf,UAAU,CAACgB,UAAU;MACxB,OAAO,YAAY;IACrB,KAAKhB,UAAU,CAACiB,WAAW;MACzB,OAAO,aAAa;IACtB,KAAKjB,UAAU,CAACkB,gBAAgB;MAC9B,OAAO,yBAAyB;IAClC,KAAKlB,UAAU,CAACmB,qBAAqB;MACnC,OAAO,8BAA8B;IACvC,KAAKnB,UAAU,CAACoB,WAAW;MACzB,OAAO,aAAa;IACtB,KAAKpB,UAAU,CAACqB,WAAW;MACzB,OAAO,aAAa;IACtB,KAAKrB,UAAU,CAACsB,SAAS;MACvB,OAAO,WAAW;IACpB,KAAKtB,UAAU,CAACuB,MAAM;MACpB,OAAO,eAAe;IACxB;MACE,OAAO,eAAe;EAC1B;AACF,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Environment","environmentDomains","Sandbox","Staging","Idv","environmentWebviewDomains"],"sourceRoot":"../../src","sources":["environmentDomains.ts"],"mappings":";;AAAA,SAASA,WAAW,QAAQ,
|
|
1
|
+
{"version":3,"names":["Environment","environmentDomains","Sandbox","Staging","Idv","environmentWebviewDomains"],"sourceRoot":"../../src","sources":["environmentDomains.ts"],"mappings":";;AAAA,SAASA,WAAW,QAAQ,iBAAQ;AAEpC,OAAO,MAAMC,kBAAoD,GAAG;EAClE,CAACD,WAAW,CAACE,OAAO,GAAG,mCAAmC;EAC1D,CAACF,WAAW,CAACG,OAAO,GAAG,mCAAmC;EAC1D,CAACH,WAAW,CAACI,GAAG,GAAG;AACrB,CAAC;AAED,OAAO,MAAMC,yBAA2D,GAAG;EACzE,CAACL,WAAW,CAACE,OAAO,GAAG,2BAA2B;EAClD,CAACF,WAAW,CAACG,OAAO,GAAG,2BAA2B;EAClD,CAACH,WAAW,CAACI,GAAG,GAAG;AACrB,CAAC","ignoreList":[]}
|
package/lib/module/index.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import HomeModal from "./BerifymeModal";
|
|
4
|
-
import
|
|
3
|
+
import HomeModal from "./BerifymeModal/index.js";
|
|
4
|
+
import SnapMatch from "./components/SnapMatch.js";
|
|
5
|
+
import { Environment } from "./enum/index.js";
|
|
5
6
|
export const Berifyme = {
|
|
6
7
|
modal: HomeModal,
|
|
8
|
+
snapMatch: SnapMatch,
|
|
7
9
|
environment: Environment
|
|
8
10
|
};
|
|
9
11
|
//# sourceMappingURL=index.js.map
|
package/lib/module/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["HomeModal","Environment","Berifyme","modal","environment"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,OAAOA,SAAS,MAAM,
|
|
1
|
+
{"version":3,"names":["HomeModal","SnapMatch","Environment","Berifyme","modal","snapMatch","environment"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,OAAOA,SAAS,MAAM,0BAAiB;AACvC,OAAOC,SAAS,MAAM,2BAAwB;AAC9C,SAASC,WAAW,QAAQ,iBAAQ;AAEpC,OAAO,MAAMC,QAAQ,GAAG;EACtBC,KAAK,EAAEJ,SAAS;EAChBK,SAAS,EAAEJ,SAAS;EACpBK,WAAW,EAAEJ;AACf,CAAC","ignoreList":[]}
|
|
@@ -1,72 +1,72 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
//
|
|
3
|
+
// 定義每個國家區碼的結構
|
|
4
4
|
|
|
5
|
-
//
|
|
5
|
+
// 各國區碼前綴處理規則
|
|
6
6
|
const countryPhonePatterns = [{
|
|
7
7
|
code: '886',
|
|
8
8
|
regex: /^8860+/,
|
|
9
9
|
replacement: '886'
|
|
10
10
|
},
|
|
11
|
-
//
|
|
11
|
+
// 台灣
|
|
12
12
|
{
|
|
13
13
|
code: '81',
|
|
14
14
|
regex: /^810+/,
|
|
15
15
|
replacement: '81'
|
|
16
16
|
},
|
|
17
|
-
//
|
|
17
|
+
// 日本
|
|
18
18
|
{
|
|
19
19
|
code: '82',
|
|
20
20
|
regex: /^820+/,
|
|
21
21
|
replacement: '82'
|
|
22
22
|
},
|
|
23
|
-
//
|
|
23
|
+
// 韓國
|
|
24
24
|
{
|
|
25
25
|
code: '44',
|
|
26
26
|
regex: /^440+/,
|
|
27
27
|
replacement: '44'
|
|
28
28
|
},
|
|
29
|
-
//
|
|
29
|
+
// 英國
|
|
30
30
|
{
|
|
31
31
|
code: '61',
|
|
32
32
|
regex: /^610+/,
|
|
33
33
|
replacement: '61'
|
|
34
34
|
},
|
|
35
|
-
//
|
|
35
|
+
// 澳大利亞
|
|
36
36
|
{
|
|
37
37
|
code: '49',
|
|
38
38
|
regex: /^490+/,
|
|
39
39
|
replacement: '49'
|
|
40
40
|
},
|
|
41
|
-
//
|
|
41
|
+
// 德國
|
|
42
42
|
{
|
|
43
43
|
code: '27',
|
|
44
44
|
regex: /^270+/,
|
|
45
45
|
replacement: '27'
|
|
46
46
|
},
|
|
47
|
-
//
|
|
47
|
+
// 南非
|
|
48
48
|
{
|
|
49
49
|
code: '39',
|
|
50
50
|
regex: /^390+/,
|
|
51
51
|
replacement: '39'
|
|
52
|
-
} //
|
|
53
|
-
//
|
|
52
|
+
} // 意大利
|
|
53
|
+
// 可根據需求擴展其他國家
|
|
54
54
|
];
|
|
55
55
|
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
58
|
-
* @param {string} inputValue -
|
|
59
|
-
* @returns {string} -
|
|
57
|
+
* 處理電話號碼,根據不同國家的格式進行標準化
|
|
58
|
+
* @param {string} inputValue - 要處理的電話號碼
|
|
59
|
+
* @returns {string} - 標準化後的電話號碼
|
|
60
60
|
*/
|
|
61
61
|
export function processPhoneNumber(inputValue) {
|
|
62
62
|
let processedInputValue = inputValue.trim();
|
|
63
63
|
|
|
64
|
-
//
|
|
64
|
+
// 移除前面的 + 號
|
|
65
65
|
if (/^\+/.test(processedInputValue)) {
|
|
66
66
|
processedInputValue = processedInputValue.replace(/^\+/, '');
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
//
|
|
69
|
+
// 根據不同國家進行前綴的處理
|
|
70
70
|
countryPhonePatterns.forEach(({
|
|
71
71
|
regex,
|
|
72
72
|
replacement
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../../App.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,QAAA,MAAM,GAAG,yBAgCR,CAAC;AAyBF,eAAe,GAAG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"babel.config.d.ts","sourceRoot":"","sources":["../../../babel.config.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jest.config.d.ts","sourceRoot":"","sources":["../../../jest.config.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default CustomModal;
|
|
3
|
+
declare function CustomModal({ pageStatus, visible, height, padding, children, onClose }: {
|
|
4
|
+
pageStatus: any;
|
|
5
|
+
visible: any;
|
|
6
|
+
height: any;
|
|
7
|
+
padding: any;
|
|
8
|
+
children: any;
|
|
9
|
+
onClose: any;
|
|
10
|
+
}): any;
|
|
11
|
+
//# sourceMappingURL=MainModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MainModal.d.ts","sourceRoot":"","sources":["../../../../../commonjs/BerifymeModal/MainModal.js"],"names":[],"mappings":";;AAaA;;;;;;;QA8CC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default HomeModal;
|
|
3
|
+
declare function HomeModal({ apiKeyId, secretKey, environment, setGeneralVerificationToken, verifiedExternalPhoneNumber, onUpdate }: {
|
|
4
|
+
apiKeyId: any;
|
|
5
|
+
secretKey: any;
|
|
6
|
+
environment: any;
|
|
7
|
+
setGeneralVerificationToken: any;
|
|
8
|
+
verifiedExternalPhoneNumber: any;
|
|
9
|
+
onUpdate: any;
|
|
10
|
+
}): any;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/BerifymeModal/index.js"],"names":[],"mappings":";;AAgCA;;;;;;;QAiSC"}
|
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export const ActionType: {};
|
|
3
|
+
export const VerificationStatus: {};
|
|
4
|
+
export default berifymeApi;
|
|
5
|
+
export function initializeBerifymeApi(userConfig: any): void;
|
|
6
|
+
declare namespace berifymeApi {
|
|
7
|
+
export namespace authID {
|
|
8
|
+
export { getAuthIDToken };
|
|
9
|
+
export { getIdDocumentTypes };
|
|
10
|
+
export { createAccount };
|
|
11
|
+
export { checkBiometricExist };
|
|
12
|
+
export { proofUser };
|
|
13
|
+
export { getProofTransactionTempId };
|
|
14
|
+
export { createBiometricFromProof };
|
|
15
|
+
export { getAccount };
|
|
16
|
+
export { createLoginTransaction };
|
|
17
|
+
export { getTransactionStatus };
|
|
18
|
+
export { getOperationStatus };
|
|
19
|
+
export { searchUser };
|
|
20
|
+
export { getDocumentDetails };
|
|
21
|
+
export { updateAccount };
|
|
22
|
+
}
|
|
23
|
+
export namespace incode {
|
|
24
|
+
export { getIncodeStart };
|
|
25
|
+
export { getIncodeFinish };
|
|
26
|
+
export { getIncodeApprove };
|
|
27
|
+
export { getAppIncodeApprove };
|
|
28
|
+
}
|
|
29
|
+
export namespace clear {
|
|
30
|
+
export { createVerificationSession };
|
|
31
|
+
export { getClearApprove };
|
|
32
|
+
}
|
|
33
|
+
export namespace auth {
|
|
34
|
+
export { sendPhoneNumberCode };
|
|
35
|
+
}
|
|
36
|
+
export namespace user {
|
|
37
|
+
export { getUserBySessionId };
|
|
38
|
+
export { getUserByIncodeId };
|
|
39
|
+
export { getUserByClearId };
|
|
40
|
+
export { getUserVenderByPhone };
|
|
41
|
+
export { getUserByPhoneNumberAndVerifyCode };
|
|
42
|
+
export { uploadDeviceId };
|
|
43
|
+
export { checkDeviceId };
|
|
44
|
+
export { createUserByVerifiedExternalPhoneNumber };
|
|
45
|
+
}
|
|
46
|
+
export namespace thirdParty {
|
|
47
|
+
export { getRedirectUrl };
|
|
48
|
+
export { checkThirdPartyVerificationToken };
|
|
49
|
+
export { getGeneralVerificationToken };
|
|
50
|
+
}
|
|
51
|
+
export namespace scheduld {
|
|
52
|
+
export { initUpdateAdminTokenSchedule };
|
|
53
|
+
export { deleteUpdateAdminTokenSchedule };
|
|
54
|
+
}
|
|
55
|
+
export namespace pass {
|
|
56
|
+
export { generateAppleWalletPass };
|
|
57
|
+
}
|
|
58
|
+
export namespace tools {
|
|
59
|
+
export { createSessionToken };
|
|
60
|
+
export { createSessionTokenWithoutRedirectUrl };
|
|
61
|
+
}
|
|
62
|
+
export namespace biometrics {
|
|
63
|
+
export { checkBiometricsStatus };
|
|
64
|
+
export { createBiometrics };
|
|
65
|
+
export { deleteBiometrics };
|
|
66
|
+
}
|
|
67
|
+
export namespace AuthenticationLogs {
|
|
68
|
+
export { createAuthenticationLogs };
|
|
69
|
+
export { updateAuthenticationLogs };
|
|
70
|
+
}
|
|
71
|
+
export namespace blockchain {
|
|
72
|
+
export { checkAndIssueToken };
|
|
73
|
+
}
|
|
74
|
+
export namespace wallet {
|
|
75
|
+
export { getWallet };
|
|
76
|
+
}
|
|
77
|
+
export { getOrderByCountry };
|
|
78
|
+
}
|
|
79
|
+
declare function getAuthIDToken(): Promise<any>;
|
|
80
|
+
declare function getIdDocumentTypes({ token }: {
|
|
81
|
+
token: any;
|
|
82
|
+
}): Promise<any>;
|
|
83
|
+
declare function createAccount({ token, userId }: {
|
|
84
|
+
token: any;
|
|
85
|
+
userId: any;
|
|
86
|
+
}): Promise<any>;
|
|
87
|
+
declare function checkBiometricExist({ token, userId }: {
|
|
88
|
+
token: any;
|
|
89
|
+
userId: any;
|
|
90
|
+
}): Promise<any>;
|
|
91
|
+
declare function proofUser({ token, userId, idType }: {
|
|
92
|
+
token: any;
|
|
93
|
+
userId: any;
|
|
94
|
+
idType: any;
|
|
95
|
+
}): Promise<any>;
|
|
96
|
+
declare function getProofTransactionTempId({ token, operationId, userId }: {
|
|
97
|
+
token: any;
|
|
98
|
+
operationId: any;
|
|
99
|
+
userId: any;
|
|
100
|
+
}): Promise<any>;
|
|
101
|
+
declare function createBiometricFromProof({ token, tempId, userId }: {
|
|
102
|
+
token: any;
|
|
103
|
+
tempId: any;
|
|
104
|
+
userId: any;
|
|
105
|
+
}): Promise<any>;
|
|
106
|
+
declare function getAccount({ token, phone }: {
|
|
107
|
+
token: any;
|
|
108
|
+
phone: any;
|
|
109
|
+
}): Promise<any>;
|
|
110
|
+
declare function createLoginTransaction({ token, phone }: {
|
|
111
|
+
token: any;
|
|
112
|
+
phone: any;
|
|
113
|
+
}): Promise<any>;
|
|
114
|
+
declare function getTransactionStatus({ token, phone, transactionId }: {
|
|
115
|
+
token: any;
|
|
116
|
+
phone: any;
|
|
117
|
+
transactionId: any;
|
|
118
|
+
}): Promise<any>;
|
|
119
|
+
declare function getOperationStatus({ token, operationId }: {
|
|
120
|
+
token: any;
|
|
121
|
+
operationId: any;
|
|
122
|
+
}): Promise<any>;
|
|
123
|
+
declare function searchUser({ token, operationId }: {
|
|
124
|
+
token: any;
|
|
125
|
+
operationId: any;
|
|
126
|
+
}): Promise<any>;
|
|
127
|
+
declare function getDocumentDetails({ token, operationId, userId }: {
|
|
128
|
+
token: any;
|
|
129
|
+
operationId: any;
|
|
130
|
+
userId: any;
|
|
131
|
+
}): Promise<any>;
|
|
132
|
+
declare function updateAccount(token: any, data: any): Promise<any>;
|
|
133
|
+
declare function getIncodeStart(uniqueId: any): Promise<any>;
|
|
134
|
+
declare function getIncodeFinish({ token }: {
|
|
135
|
+
token: any;
|
|
136
|
+
}): Promise<any>;
|
|
137
|
+
declare function getIncodeApprove({ id, token, uniqueId }: {
|
|
138
|
+
id: any;
|
|
139
|
+
token: any;
|
|
140
|
+
uniqueId: any;
|
|
141
|
+
}): Promise<any>;
|
|
142
|
+
declare function getAppIncodeApprove({ id, incodeId }: {
|
|
143
|
+
id: any;
|
|
144
|
+
incodeId: any;
|
|
145
|
+
}): Promise<any>;
|
|
146
|
+
declare function createVerificationSession({ redirectUrl, token }: {
|
|
147
|
+
redirectUrl: any;
|
|
148
|
+
token: any;
|
|
149
|
+
}): Promise<any>;
|
|
150
|
+
declare function getClearApprove({ id, sessionId, token }: {
|
|
151
|
+
id: any;
|
|
152
|
+
sessionId: any;
|
|
153
|
+
token: any;
|
|
154
|
+
}): Promise<any>;
|
|
155
|
+
declare function sendPhoneNumberCode({ phoneNumber, token }: {
|
|
156
|
+
phoneNumber: any;
|
|
157
|
+
token: any;
|
|
158
|
+
}): Promise<any>;
|
|
159
|
+
declare function getUserBySessionId({ sessionId, verificationStatus, token }: {
|
|
160
|
+
sessionId: any;
|
|
161
|
+
verificationStatus: any;
|
|
162
|
+
token: any;
|
|
163
|
+
}): Promise<any>;
|
|
164
|
+
declare function getUserByIncodeId(incodeId: any): Promise<any>;
|
|
165
|
+
declare function getUserByClearId({ clearId, token }: {
|
|
166
|
+
clearId: any;
|
|
167
|
+
token: any;
|
|
168
|
+
}): Promise<any>;
|
|
169
|
+
declare function getUserVenderByPhone({ phoneNumber, token }: {
|
|
170
|
+
phoneNumber: any;
|
|
171
|
+
token: any;
|
|
172
|
+
}): Promise<any>;
|
|
173
|
+
declare function getUserByPhoneNumberAndVerifyCode({ phoneNumber, code }: {
|
|
174
|
+
phoneNumber: any;
|
|
175
|
+
code: any;
|
|
176
|
+
}): Promise<any>;
|
|
177
|
+
declare function uploadDeviceId({ id, deviceId, token }: {
|
|
178
|
+
id: any;
|
|
179
|
+
deviceId: any;
|
|
180
|
+
token: any;
|
|
181
|
+
}): Promise<any>;
|
|
182
|
+
declare function checkDeviceId({ phoneNumber, deviceId, token }: {
|
|
183
|
+
phoneNumber: any;
|
|
184
|
+
deviceId: any;
|
|
185
|
+
token: any;
|
|
186
|
+
}): Promise<any>;
|
|
187
|
+
declare function createUserByVerifiedExternalPhoneNumber({ phoneNumber, token }: {
|
|
188
|
+
phoneNumber: any;
|
|
189
|
+
token: any;
|
|
190
|
+
}): Promise<any>;
|
|
191
|
+
declare function getRedirectUrl({ userId, token }: {
|
|
192
|
+
userId: any;
|
|
193
|
+
token: any;
|
|
194
|
+
}): Promise<any>;
|
|
195
|
+
declare function checkThirdPartyVerificationToken(token: any): Promise<any>;
|
|
196
|
+
declare function getGeneralVerificationToken({ userId, token }: {
|
|
197
|
+
userId: any;
|
|
198
|
+
token: any;
|
|
199
|
+
}): Promise<any>;
|
|
200
|
+
declare function initUpdateAdminTokenSchedule(): Promise<any>;
|
|
201
|
+
declare function deleteUpdateAdminTokenSchedule(): Promise<any>;
|
|
202
|
+
declare function generateAppleWalletPass({ id, fullName, birthDate }: {
|
|
203
|
+
id: any;
|
|
204
|
+
fullName: any;
|
|
205
|
+
birthDate: any;
|
|
206
|
+
}): Promise<any>;
|
|
207
|
+
declare function createSessionToken({ apiKeyId, secretKey, redirectUrl }: {
|
|
208
|
+
apiKeyId: any;
|
|
209
|
+
secretKey: any;
|
|
210
|
+
redirectUrl: any;
|
|
211
|
+
}): Promise<any>;
|
|
212
|
+
declare function createSessionTokenWithoutRedirectUrl({ apiKeyId, secretKey }: {
|
|
213
|
+
apiKeyId: any;
|
|
214
|
+
secretKey: any;
|
|
215
|
+
}): Promise<any>;
|
|
216
|
+
declare function checkBiometricsStatus({ phoneNumber, publicKey }: {
|
|
217
|
+
phoneNumber: any;
|
|
218
|
+
publicKey: any;
|
|
219
|
+
}): Promise<any>;
|
|
220
|
+
declare function createBiometrics({ phoneNumber, publicKey, signature }: {
|
|
221
|
+
phoneNumber: any;
|
|
222
|
+
publicKey: any;
|
|
223
|
+
signature: any;
|
|
224
|
+
}): Promise<any>;
|
|
225
|
+
declare function deleteBiometrics({ phoneNumber }: {
|
|
226
|
+
phoneNumber: any;
|
|
227
|
+
}): Promise<any>;
|
|
228
|
+
declare function createAuthenticationLogs({ actionType, token, userId, vender, os, browser, device, transactionId, incodeSessionId, clearSessionId, isPass }: {
|
|
229
|
+
actionType: any;
|
|
230
|
+
token: any;
|
|
231
|
+
userId: any;
|
|
232
|
+
vender: any;
|
|
233
|
+
os: any;
|
|
234
|
+
browser: any;
|
|
235
|
+
device: any;
|
|
236
|
+
transactionId: any;
|
|
237
|
+
incodeSessionId: any;
|
|
238
|
+
clearSessionId: any;
|
|
239
|
+
isPass: any;
|
|
240
|
+
}): Promise<any>;
|
|
241
|
+
declare function updateAuthenticationLogs({ isPass, token, transactionId, incodeSessionId, clearSessionId }: {
|
|
242
|
+
isPass: any;
|
|
243
|
+
token: any;
|
|
244
|
+
transactionId: any;
|
|
245
|
+
incodeSessionId: any;
|
|
246
|
+
clearSessionId: any;
|
|
247
|
+
}): Promise<any>;
|
|
248
|
+
declare function checkAndIssueToken({ userId }: {
|
|
249
|
+
userId: any;
|
|
250
|
+
}): Promise<any>;
|
|
251
|
+
declare function getWallet({ phoneNumber }: {
|
|
252
|
+
phoneNumber: any;
|
|
253
|
+
}): Promise<any>;
|
|
254
|
+
declare function getOrderByCountry({ countryCode }: {
|
|
255
|
+
countryCode: any;
|
|
256
|
+
}): Promise<any>;
|
|
257
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../commonjs/api/api.js"],"names":[],"mappings":";;;;AAeA,6DAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACD,gDAIC;AACD;;iBAWC;AACD;;;iBAcC;AACD;;;iBAYC;AACD;;;;iBAgBC;AACD;;;;iBAaC;AACD;;;;iBAgBC;AACD;;;iBAYC;AACD;;;iBAcC;AACD;;;;iBAaC;AACD;;;iBAYC;AACD;;;iBAYC;AACD;;;;iBAaC;AACD,oEASC;AACD,6DAMC;AACD;;iBAQC;AACD;;;;iBAUC;AACD;;;iBASC;AACD;;;iBAaC;AACD;;;;iBAUC;AAaD;;;iBASC;AAOD;;;;iBAUC;AACD,gEAMC;AACD;;;iBASC;AACD;;;iBASC;AACD;;;iBASC;AACD;;;;iBAmBC;AACD;;;;iBAmBC;AACD;;;iBAiBC;AACD;;;iBAcC;AApJD,4EAWC;AA0ID;;;iBAcC;AACD,8DAKC;AACD,gEAKC;AACD;;;;iBAkBC;AACD;;;;iBAaC;AACD;;;iBA4BC;AAkCD;;;iBAWC;AACD;;;;iBAaC;AACD;;iBASC;AACD;;;;;;;;;;;;iBA6BC;AACD;;;;;;iBAiBC;AACD;;iBAQC;AACD;;iBAQC;AACD;;iBAMC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default AllSet;
|
|
3
|
+
declare function AllSet({ user, token, setGeneralVerificationToken, closeBerifyme, setError }: {
|
|
4
|
+
user: any;
|
|
5
|
+
token: any;
|
|
6
|
+
setGeneralVerificationToken: any;
|
|
7
|
+
closeBerifyme: any;
|
|
8
|
+
setError: any;
|
|
9
|
+
}): any;
|
|
10
|
+
//# sourceMappingURL=AllSet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AllSet.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/AllSet.js"],"names":[],"mappings":";;AA8BA;;;;;;QAiHC"}
|