@bytexbyte/berifyme-react-native-sdk 1.0.16 → 1.0.18
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 +216 -46
- package/lib/commonjs/BerifymeModal/MainModal.js +10 -10
- package/lib/commonjs/BerifymeModal/MainModal.js.map +1 -1
- package/lib/commonjs/BerifymeModal/index.js +72 -127
- package/lib/commonjs/BerifymeModal/index.js.map +1 -1
- package/lib/commonjs/api/api.js +2 -1
- 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 -3
- package/lib/commonjs/components/Onboarding/Authid/idOrPassport.js.map +1 -1
- package/lib/commonjs/components/Onboarding/Vender/Grid/index.js +13 -35
- 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 -40
- package/lib/commonjs/components/SendSNS/index.js.map +1 -1
- package/lib/commonjs/components/SendSNS/legalLinks.js +2 -2
- 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 +82 -90
- package/lib/commonjs/components/VerifiedExternalPhoneNumber/index.js.map +1 -1
- package/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.js +15 -12
- package/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.js.map +1 -1
- package/lib/commonjs/components/VerifyWithPhoneNumber/User.js +21 -35
- 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 +2 -0
- 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 +4 -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 +39 -93
- package/lib/module/BerifymeModal/index.js.map +1 -1
- package/lib/module/api/api.js +4 -1
- 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 +4 -3
- package/lib/module/components/Onboarding/Authid/idOrPassport.js.map +1 -1
- package/lib/module/components/Onboarding/Vender/Grid/index.js +12 -34
- 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 +18 -33
- package/lib/module/components/SendSNS/index.js.map +1 -1
- package/lib/module/components/SendSNS/legalLinks.js +2 -2
- 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 +83 -91
- package/lib/module/components/VerifiedExternalPhoneNumber/index.js.map +1 -1
- package/lib/module/components/VerifyWithPhoneNumber/NewUser.js +13 -10
- package/lib/module/components/VerifyWithPhoneNumber/NewUser.js.map +1 -1
- package/lib/module/components/VerifyWithPhoneNumber/User.js +12 -26
- 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 +2 -0
- 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 +2 -2
- package/lib/module/index.js.map +1 -1
- package/lib/module/phoneNumberProcessor.js +16 -16
- package/lib/typescript/BerifymeModal/MainModal.d.ts.map +1 -0
- package/lib/typescript/BerifymeModal/index.d.ts.map +1 -0
- package/lib/typescript/{module/src/api → api}/api.d.ts +42 -32
- package/lib/typescript/api/api.d.ts.map +1 -0
- package/lib/typescript/components/AllSet.d.ts.map +1 -0
- package/lib/typescript/{module/src/components → components}/AuthenticationLogs.d.ts +4 -4
- package/lib/typescript/components/AuthenticationLogs.d.ts.map +1 -0
- package/lib/typescript/components/AuthidLogin.d.ts.map +1 -0
- package/lib/typescript/components/AuthidOnboarding.d.ts.map +1 -0
- package/lib/typescript/components/ClearLogin.d.ts.map +1 -0
- package/lib/typescript/components/ClearOnboarding.d.ts.map +1 -0
- package/lib/typescript/components/Footer.d.ts.map +1 -0
- package/lib/typescript/components/IncodeOnBoarding.d.ts.map +1 -0
- package/lib/typescript/components/IncodeProvider.d.ts.map +1 -0
- package/lib/typescript/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +1 -0
- package/lib/typescript/components/Onboarding/Authid/idOrPassport.d.ts.map +1 -0
- package/lib/typescript/{module/src/components → components}/Onboarding/Vender/Grid/index.d.ts +1 -2
- package/lib/typescript/components/Onboarding/Vender/Grid/index.d.ts.map +1 -0
- package/lib/typescript/{commonjs/src/components → components}/Onboarding/Vender/index.d.ts +1 -1
- package/lib/typescript/components/Onboarding/Vender/index.d.ts.map +1 -0
- package/lib/typescript/components/SendSNS/index.d.ts.map +1 -0
- package/lib/typescript/components/SendSNS/legalLinks.d.ts.map +1 -0
- package/lib/typescript/components/SomethingWrong.d.ts.map +1 -0
- package/lib/typescript/components/SumsubLogin.d.ts.map +1 -0
- package/lib/typescript/components/SumsubOnboarding.d.ts.map +1 -0
- package/lib/typescript/components/VeriffLogin.d.ts.map +1 -0
- package/lib/typescript/components/VeriffOnboarding.d.ts.map +1 -0
- package/lib/typescript/components/VerifiedExternalPhoneNumber/index.d.ts.map +1 -0
- package/lib/typescript/components/VerifyWithPhoneNumber/NewUser.d.ts.map +1 -0
- package/lib/typescript/components/VerifyWithPhoneNumber/User.d.ts.map +1 -0
- package/lib/typescript/components/VerifyWithPhoneNumber/biometrics.d.ts.map +1 -0
- package/lib/typescript/components/YotiLogin.d.ts.map +1 -0
- package/lib/typescript/components/YotiOnboarding.d.ts.map +1 -0
- package/lib/typescript/components/biometrics/EnableBiometricsTypes.d.ts.map +1 -0
- package/lib/typescript/{module/src/components → components}/biometrics/index.d.ts +6 -6
- package/lib/typescript/components/biometrics/index.d.ts.map +1 -0
- package/lib/typescript/components/incodeLogin.d.ts.map +1 -0
- package/lib/typescript/countryCode.d.ts.map +1 -0
- package/lib/typescript/enum/index.d.ts.map +1 -0
- package/lib/typescript/environmentDomains.d.ts.map +1 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/phoneNumberProcessor.d.ts +7 -0
- package/lib/typescript/phoneNumberProcessor.d.ts.map +1 -0
- package/package.json +30 -44
- package/lib/typescript/commonjs/App.d.ts +0 -10
- package/lib/typescript/commonjs/App.d.ts.map +0 -1
- package/lib/typescript/commonjs/babel.config.d.ts +0 -2
- package/lib/typescript/commonjs/babel.config.d.ts.map +0 -1
- package/lib/typescript/commonjs/index.d.ts +0 -2
- package/lib/typescript/commonjs/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/jest.config.d.ts +0 -2
- package/lib/typescript/commonjs/jest.config.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/MainModal.d.ts +0 -11
- package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/MainModal.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/index.d.ts +0 -11
- package/lib/typescript/commonjs/lib/commonjs/BerifymeModal/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/api/api.d.ts +0 -257
- package/lib/typescript/commonjs/lib/commonjs/api/api.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/AllSet.d.ts +0 -10
- package/lib/typescript/commonjs/lib/commonjs/components/AllSet.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/AuthenticationLogs.d.ts +0 -19
- package/lib/typescript/commonjs/lib/commonjs/components/AuthenticationLogs.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/AuthidLogin.d.ts +0 -11
- package/lib/typescript/commonjs/lib/commonjs/components/AuthidLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/AuthidOnboarding.d.ts +0 -14
- package/lib/typescript/commonjs/lib/commonjs/components/AuthidOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/ClearLogin.d.ts +0 -12
- package/lib/typescript/commonjs/lib/commonjs/components/ClearLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/ClearOnboarding.d.ts +0 -12
- package/lib/typescript/commonjs/lib/commonjs/components/ClearOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/Footer.d.ts +0 -4
- package/lib/typescript/commonjs/lib/commonjs/components/Footer.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/IncodeOnBoarding.d.ts +0 -12
- package/lib/typescript/commonjs/lib/commonjs/components/IncodeOnBoarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/IncodeProvider.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts +0 -7
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts +0 -8
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts +0 -10
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/index.d.ts +0 -9
- package/lib/typescript/commonjs/lib/commonjs/components/Onboarding/Vender/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/index.d.ts +0 -14
- package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/legalLinks.d.ts +0 -4
- package/lib/typescript/commonjs/lib/commonjs/components/SendSNS/legalLinks.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/SomethingWrong.d.ts +0 -8
- package/lib/typescript/commonjs/lib/commonjs/components/SomethingWrong.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/SumsubLogin.d.ts +0 -11
- package/lib/typescript/commonjs/lib/commonjs/components/SumsubLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/SumsubOnboarding.d.ts +0 -11
- package/lib/typescript/commonjs/lib/commonjs/components/SumsubOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/VeriffLogin.d.ts +0 -12
- package/lib/typescript/commonjs/lib/commonjs/components/VeriffLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/VeriffOnboarding.d.ts +0 -12
- package/lib/typescript/commonjs/lib/commonjs/components/VeriffOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts +0 -13
- package/lib/typescript/commonjs/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts +0 -10
- package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts +0 -11
- package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts +0 -8
- package/lib/typescript/commonjs/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/YotiLogin.d.ts +0 -11
- package/lib/typescript/commonjs/lib/commonjs/components/YotiLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/YotiOnboarding.d.ts +0 -12
- package/lib/typescript/commonjs/lib/commonjs/components/YotiOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts +0 -5
- package/lib/typescript/commonjs/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/biometrics/index.d.ts +0 -25
- package/lib/typescript/commonjs/lib/commonjs/components/biometrics/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/components/incodeLogin.d.ts +0 -11
- package/lib/typescript/commonjs/lib/commonjs/components/incodeLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/countryCode.d.ts +0 -211
- package/lib/typescript/commonjs/lib/commonjs/countryCode.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/enum/index.d.ts +0 -5
- package/lib/typescript/commonjs/lib/commonjs/enum/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/environmentDomains.d.ts +0 -8
- package/lib/typescript/commonjs/lib/commonjs/environmentDomains.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/index.d.ts +0 -6
- package/lib/typescript/commonjs/lib/commonjs/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/commonjs/phoneNumberProcessor.d.ts +0 -8
- package/lib/typescript/commonjs/lib/commonjs/phoneNumberProcessor.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/BerifymeModal/MainModal.d.ts +0 -11
- package/lib/typescript/commonjs/lib/module/BerifymeModal/MainModal.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/BerifymeModal/index.d.ts +0 -11
- package/lib/typescript/commonjs/lib/module/BerifymeModal/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/api/api.d.ts +0 -256
- package/lib/typescript/commonjs/lib/module/api/api.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/AllSet.d.ts +0 -10
- package/lib/typescript/commonjs/lib/module/components/AllSet.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/AuthenticationLogs.d.ts +0 -18
- package/lib/typescript/commonjs/lib/module/components/AuthenticationLogs.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/AuthidLogin.d.ts +0 -11
- package/lib/typescript/commonjs/lib/module/components/AuthidLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/AuthidOnboarding.d.ts +0 -14
- package/lib/typescript/commonjs/lib/module/components/AuthidOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/ClearLogin.d.ts +0 -12
- package/lib/typescript/commonjs/lib/module/components/ClearLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/ClearOnboarding.d.ts +0 -12
- package/lib/typescript/commonjs/lib/module/components/ClearOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/Footer.d.ts +0 -4
- package/lib/typescript/commonjs/lib/module/components/Footer.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/IncodeOnBoarding.d.ts +0 -12
- package/lib/typescript/commonjs/lib/module/components/IncodeOnBoarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/IncodeProvider.d.ts +0 -1
- package/lib/typescript/commonjs/lib/module/components/IncodeProvider.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts +0 -7
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/idOrPassport.d.ts +0 -8
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/Grid/index.d.ts +0 -1
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/index.d.ts +0 -9
- package/lib/typescript/commonjs/lib/module/components/Onboarding/Vender/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/SendSNS/index.d.ts +0 -14
- package/lib/typescript/commonjs/lib/module/components/SendSNS/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/SendSNS/legalLinks.d.ts +0 -4
- package/lib/typescript/commonjs/lib/module/components/SendSNS/legalLinks.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/SomethingWrong.d.ts +0 -8
- package/lib/typescript/commonjs/lib/module/components/SomethingWrong.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/SumsubLogin.d.ts +0 -11
- package/lib/typescript/commonjs/lib/module/components/SumsubLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/SumsubOnboarding.d.ts +0 -11
- package/lib/typescript/commonjs/lib/module/components/SumsubOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/VeriffLogin.d.ts +0 -12
- package/lib/typescript/commonjs/lib/module/components/VeriffLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/VeriffOnboarding.d.ts +0 -12
- package/lib/typescript/commonjs/lib/module/components/VeriffOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts +0 -13
- package/lib/typescript/commonjs/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts +0 -10
- package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/User.d.ts +0 -11
- package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts +0 -7
- package/lib/typescript/commonjs/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/YotiLogin.d.ts +0 -11
- package/lib/typescript/commonjs/lib/module/components/YotiLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/YotiOnboarding.d.ts +0 -12
- package/lib/typescript/commonjs/lib/module/components/YotiOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/biometrics/EnableBiometricsTypes.d.ts +0 -3
- package/lib/typescript/commonjs/lib/module/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/biometrics/index.d.ts +0 -30
- package/lib/typescript/commonjs/lib/module/components/biometrics/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/components/incodeLogin.d.ts +0 -11
- package/lib/typescript/commonjs/lib/module/components/incodeLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/countryCode.d.ts +0 -210
- package/lib/typescript/commonjs/lib/module/countryCode.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/enum/index.d.ts +0 -4
- package/lib/typescript/commonjs/lib/module/enum/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/environmentDomains.d.ts +0 -7
- package/lib/typescript/commonjs/lib/module/environmentDomains.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/index.d.ts +0 -7
- package/lib/typescript/commonjs/lib/module/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/lib/module/phoneNumberProcessor.d.ts +0 -7
- package/lib/typescript/commonjs/lib/module/phoneNumberProcessor.d.ts.map +0 -1
- package/lib/typescript/commonjs/metro.config.d.ts +0 -3
- package/lib/typescript/commonjs/metro.config.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/BerifymeModal/MainModal.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/BerifymeModal/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/api/api.d.ts +0 -462
- package/lib/typescript/commonjs/src/api/api.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/AllSet.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/AuthenticationLogs.d.ts +0 -21
- package/lib/typescript/commonjs/src/components/AuthenticationLogs.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/AuthidLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/AuthidOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/ClearLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/ClearOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/Footer.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/IncodeOnBoarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/IncodeProvider.d.ts +0 -1
- package/lib/typescript/commonjs/src/components/IncodeProvider.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/Onboarding/Vender/Grid/index.d.ts +0 -11
- package/lib/typescript/commonjs/src/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/Onboarding/Vender/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/SendSNS/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/SendSNS/legalLinks.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/SomethingWrong.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/SumsubLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/SumsubOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/VeriffLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/VeriffOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/YotiLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/YotiOnboarding.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/biometrics/index.d.ts +0 -35
- package/lib/typescript/commonjs/src/components/biometrics/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/incodeLogin.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/countryCode.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/enum/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/environmentDomains.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/phoneNumberProcessor.d.ts +0 -7
- package/lib/typescript/commonjs/src/phoneNumberProcessor.d.ts.map +0 -1
- package/lib/typescript/module/App.d.ts +0 -10
- package/lib/typescript/module/App.d.ts.map +0 -1
- package/lib/typescript/module/babel.config.d.ts +0 -2
- package/lib/typescript/module/babel.config.d.ts.map +0 -1
- package/lib/typescript/module/index.d.ts +0 -2
- package/lib/typescript/module/index.d.ts.map +0 -1
- package/lib/typescript/module/jest.config.d.ts +0 -2
- package/lib/typescript/module/jest.config.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/BerifymeModal/MainModal.d.ts +0 -11
- package/lib/typescript/module/lib/commonjs/BerifymeModal/MainModal.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/BerifymeModal/index.d.ts +0 -11
- package/lib/typescript/module/lib/commonjs/BerifymeModal/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/api/api.d.ts +0 -257
- package/lib/typescript/module/lib/commonjs/api/api.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/AllSet.d.ts +0 -10
- package/lib/typescript/module/lib/commonjs/components/AllSet.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/AuthenticationLogs.d.ts +0 -19
- package/lib/typescript/module/lib/commonjs/components/AuthenticationLogs.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/AuthidLogin.d.ts +0 -11
- package/lib/typescript/module/lib/commonjs/components/AuthidLogin.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/AuthidOnboarding.d.ts +0 -14
- package/lib/typescript/module/lib/commonjs/components/AuthidOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/ClearLogin.d.ts +0 -12
- package/lib/typescript/module/lib/commonjs/components/ClearLogin.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/ClearOnboarding.d.ts +0 -12
- package/lib/typescript/module/lib/commonjs/components/ClearOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/Footer.d.ts +0 -4
- package/lib/typescript/module/lib/commonjs/components/Footer.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/IncodeOnBoarding.d.ts +0 -12
- package/lib/typescript/module/lib/commonjs/components/IncodeOnBoarding.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/IncodeProvider.d.ts +0 -1
- package/lib/typescript/module/lib/commonjs/components/IncodeProvider.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts +0 -7
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts +0 -8
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts +0 -10
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/index.d.ts +0 -9
- package/lib/typescript/module/lib/commonjs/components/Onboarding/Vender/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/SendSNS/index.d.ts +0 -14
- package/lib/typescript/module/lib/commonjs/components/SendSNS/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/SendSNS/legalLinks.d.ts +0 -4
- package/lib/typescript/module/lib/commonjs/components/SendSNS/legalLinks.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/SomethingWrong.d.ts +0 -8
- package/lib/typescript/module/lib/commonjs/components/SomethingWrong.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/SumsubLogin.d.ts +0 -11
- package/lib/typescript/module/lib/commonjs/components/SumsubLogin.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/SumsubOnboarding.d.ts +0 -11
- package/lib/typescript/module/lib/commonjs/components/SumsubOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/VeriffLogin.d.ts +0 -12
- package/lib/typescript/module/lib/commonjs/components/VeriffLogin.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/VeriffOnboarding.d.ts +0 -12
- package/lib/typescript/module/lib/commonjs/components/VeriffOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts +0 -13
- package/lib/typescript/module/lib/commonjs/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts +0 -10
- package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts +0 -11
- package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts +0 -8
- package/lib/typescript/module/lib/commonjs/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/YotiLogin.d.ts +0 -11
- package/lib/typescript/module/lib/commonjs/components/YotiLogin.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/YotiOnboarding.d.ts +0 -12
- package/lib/typescript/module/lib/commonjs/components/YotiOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts +0 -5
- package/lib/typescript/module/lib/commonjs/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/biometrics/index.d.ts +0 -25
- package/lib/typescript/module/lib/commonjs/components/biometrics/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/components/incodeLogin.d.ts +0 -11
- package/lib/typescript/module/lib/commonjs/components/incodeLogin.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/countryCode.d.ts +0 -211
- package/lib/typescript/module/lib/commonjs/countryCode.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/enum/index.d.ts +0 -5
- package/lib/typescript/module/lib/commonjs/enum/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/environmentDomains.d.ts +0 -8
- package/lib/typescript/module/lib/commonjs/environmentDomains.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/index.d.ts +0 -6
- package/lib/typescript/module/lib/commonjs/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/commonjs/phoneNumberProcessor.d.ts +0 -8
- package/lib/typescript/module/lib/commonjs/phoneNumberProcessor.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/BerifymeModal/MainModal.d.ts +0 -11
- package/lib/typescript/module/lib/module/BerifymeModal/MainModal.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/BerifymeModal/index.d.ts +0 -11
- package/lib/typescript/module/lib/module/BerifymeModal/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/api/api.d.ts +0 -256
- package/lib/typescript/module/lib/module/api/api.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/AllSet.d.ts +0 -10
- package/lib/typescript/module/lib/module/components/AllSet.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/AuthenticationLogs.d.ts +0 -18
- package/lib/typescript/module/lib/module/components/AuthenticationLogs.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/AuthidLogin.d.ts +0 -11
- package/lib/typescript/module/lib/module/components/AuthidLogin.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/AuthidOnboarding.d.ts +0 -14
- package/lib/typescript/module/lib/module/components/AuthidOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/ClearLogin.d.ts +0 -12
- package/lib/typescript/module/lib/module/components/ClearLogin.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/ClearOnboarding.d.ts +0 -12
- package/lib/typescript/module/lib/module/components/ClearOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/Footer.d.ts +0 -4
- package/lib/typescript/module/lib/module/components/Footer.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/IncodeOnBoarding.d.ts +0 -12
- package/lib/typescript/module/lib/module/components/IncodeOnBoarding.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/IncodeProvider.d.ts +0 -1
- package/lib/typescript/module/lib/module/components/IncodeProvider.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts +0 -7
- package/lib/typescript/module/lib/module/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/Onboarding/Authid/idOrPassport.d.ts +0 -8
- package/lib/typescript/module/lib/module/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/Onboarding/Vender/Grid/index.d.ts +0 -1
- package/lib/typescript/module/lib/module/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/Onboarding/Vender/index.d.ts +0 -9
- package/lib/typescript/module/lib/module/components/Onboarding/Vender/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/SendSNS/index.d.ts +0 -14
- package/lib/typescript/module/lib/module/components/SendSNS/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/SendSNS/legalLinks.d.ts +0 -4
- package/lib/typescript/module/lib/module/components/SendSNS/legalLinks.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/SomethingWrong.d.ts +0 -8
- package/lib/typescript/module/lib/module/components/SomethingWrong.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/SumsubLogin.d.ts +0 -11
- package/lib/typescript/module/lib/module/components/SumsubLogin.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/SumsubOnboarding.d.ts +0 -11
- package/lib/typescript/module/lib/module/components/SumsubOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/VeriffLogin.d.ts +0 -12
- package/lib/typescript/module/lib/module/components/VeriffLogin.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/VeriffOnboarding.d.ts +0 -12
- package/lib/typescript/module/lib/module/components/VeriffOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts +0 -13
- package/lib/typescript/module/lib/module/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts +0 -10
- package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/User.d.ts +0 -11
- package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts +0 -7
- package/lib/typescript/module/lib/module/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/YotiLogin.d.ts +0 -11
- package/lib/typescript/module/lib/module/components/YotiLogin.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/YotiOnboarding.d.ts +0 -12
- package/lib/typescript/module/lib/module/components/YotiOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/biometrics/EnableBiometricsTypes.d.ts +0 -3
- package/lib/typescript/module/lib/module/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/biometrics/index.d.ts +0 -30
- package/lib/typescript/module/lib/module/components/biometrics/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/components/incodeLogin.d.ts +0 -11
- package/lib/typescript/module/lib/module/components/incodeLogin.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/countryCode.d.ts +0 -210
- package/lib/typescript/module/lib/module/countryCode.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/enum/index.d.ts +0 -4
- package/lib/typescript/module/lib/module/enum/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/environmentDomains.d.ts +0 -7
- package/lib/typescript/module/lib/module/environmentDomains.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/index.d.ts +0 -7
- package/lib/typescript/module/lib/module/index.d.ts.map +0 -1
- package/lib/typescript/module/lib/module/phoneNumberProcessor.d.ts +0 -7
- package/lib/typescript/module/lib/module/phoneNumberProcessor.d.ts.map +0 -1
- package/lib/typescript/module/metro.config.d.ts +0 -3
- package/lib/typescript/module/metro.config.d.ts.map +0 -1
- package/lib/typescript/module/package.json +0 -1
- package/lib/typescript/module/src/BerifymeModal/MainModal.d.ts +0 -12
- package/lib/typescript/module/src/BerifymeModal/MainModal.d.ts.map +0 -1
- package/lib/typescript/module/src/BerifymeModal/index.d.ts +0 -14
- package/lib/typescript/module/src/BerifymeModal/index.d.ts.map +0 -1
- package/lib/typescript/module/src/api/api.d.ts.map +0 -1
- package/lib/typescript/module/src/components/AllSet.d.ts +0 -11
- package/lib/typescript/module/src/components/AllSet.d.ts.map +0 -1
- package/lib/typescript/module/src/components/AuthenticationLogs.d.ts.map +0 -1
- package/lib/typescript/module/src/components/AuthidLogin.d.ts +0 -13
- package/lib/typescript/module/src/components/AuthidLogin.d.ts.map +0 -1
- package/lib/typescript/module/src/components/AuthidOnboarding.d.ts +0 -16
- package/lib/typescript/module/src/components/AuthidOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/src/components/ClearLogin.d.ts +0 -14
- package/lib/typescript/module/src/components/ClearLogin.d.ts.map +0 -1
- package/lib/typescript/module/src/components/ClearOnboarding.d.ts +0 -14
- package/lib/typescript/module/src/components/ClearOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/src/components/Footer.d.ts +0 -4
- package/lib/typescript/module/src/components/Footer.d.ts.map +0 -1
- package/lib/typescript/module/src/components/IncodeOnBoarding.d.ts +0 -14
- package/lib/typescript/module/src/components/IncodeOnBoarding.d.ts.map +0 -1
- package/lib/typescript/module/src/components/IncodeProvider.d.ts +0 -1
- package/lib/typescript/module/src/components/IncodeProvider.d.ts.map +0 -1
- package/lib/typescript/module/src/components/Onboarding/Authid/AuthIdSelectType.d.ts +0 -7
- package/lib/typescript/module/src/components/Onboarding/Authid/AuthIdSelectType.d.ts.map +0 -1
- package/lib/typescript/module/src/components/Onboarding/Authid/idOrPassport.d.ts +0 -8
- package/lib/typescript/module/src/components/Onboarding/Authid/idOrPassport.d.ts.map +0 -1
- package/lib/typescript/module/src/components/Onboarding/Vender/Grid/index.d.ts.map +0 -1
- package/lib/typescript/module/src/components/Onboarding/Vender/index.d.ts +0 -11
- package/lib/typescript/module/src/components/Onboarding/Vender/index.d.ts.map +0 -1
- package/lib/typescript/module/src/components/SendSNS/index.d.ts +0 -17
- package/lib/typescript/module/src/components/SendSNS/index.d.ts.map +0 -1
- package/lib/typescript/module/src/components/SendSNS/legalLinks.d.ts +0 -4
- package/lib/typescript/module/src/components/SendSNS/legalLinks.d.ts.map +0 -1
- package/lib/typescript/module/src/components/SomethingWrong.d.ts +0 -9
- package/lib/typescript/module/src/components/SomethingWrong.d.ts.map +0 -1
- package/lib/typescript/module/src/components/SumsubLogin.d.ts +0 -13
- package/lib/typescript/module/src/components/SumsubLogin.d.ts.map +0 -1
- package/lib/typescript/module/src/components/SumsubOnboarding.d.ts +0 -13
- package/lib/typescript/module/src/components/SumsubOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/src/components/VeriffLogin.d.ts +0 -14
- package/lib/typescript/module/src/components/VeriffLogin.d.ts.map +0 -1
- package/lib/typescript/module/src/components/VeriffOnboarding.d.ts +0 -14
- package/lib/typescript/module/src/components/VeriffOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/src/components/VerifiedExternalPhoneNumber/index.d.ts +0 -16
- package/lib/typescript/module/src/components/VerifiedExternalPhoneNumber/index.d.ts.map +0 -1
- package/lib/typescript/module/src/components/VerifyWithPhoneNumber/NewUser.d.ts +0 -12
- package/lib/typescript/module/src/components/VerifyWithPhoneNumber/NewUser.d.ts.map +0 -1
- package/lib/typescript/module/src/components/VerifyWithPhoneNumber/User.d.ts +0 -13
- package/lib/typescript/module/src/components/VerifyWithPhoneNumber/User.d.ts.map +0 -1
- package/lib/typescript/module/src/components/VerifyWithPhoneNumber/biometrics.d.ts +0 -9
- package/lib/typescript/module/src/components/VerifyWithPhoneNumber/biometrics.d.ts.map +0 -1
- package/lib/typescript/module/src/components/YotiLogin.d.ts +0 -13
- package/lib/typescript/module/src/components/YotiLogin.d.ts.map +0 -1
- package/lib/typescript/module/src/components/YotiOnboarding.d.ts +0 -14
- package/lib/typescript/module/src/components/YotiOnboarding.d.ts.map +0 -1
- package/lib/typescript/module/src/components/biometrics/EnableBiometricsTypes.d.ts +0 -8
- package/lib/typescript/module/src/components/biometrics/EnableBiometricsTypes.d.ts.map +0 -1
- package/lib/typescript/module/src/components/biometrics/index.d.ts.map +0 -1
- package/lib/typescript/module/src/components/incodeLogin.d.ts +0 -13
- package/lib/typescript/module/src/components/incodeLogin.d.ts.map +0 -1
- package/lib/typescript/module/src/countryCode.d.ts +0 -4
- package/lib/typescript/module/src/countryCode.d.ts.map +0 -1
- package/lib/typescript/module/src/enum/index.d.ts +0 -37
- package/lib/typescript/module/src/enum/index.d.ts.map +0 -1
- package/lib/typescript/module/src/environmentDomains.d.ts +0 -8
- package/lib/typescript/module/src/environmentDomains.d.ts.map +0 -1
- package/lib/typescript/module/src/index.d.ts +0 -7
- package/lib/typescript/module/src/index.d.ts.map +0 -1
- package/lib/typescript/module/src/phoneNumberProcessor.d.ts +0 -7
- package/lib/typescript/module/src/phoneNumberProcessor.d.ts.map +0 -1
- /package/lib/{typescript/commonjs → commonjs}/package.json +0 -0
- /package/lib/typescript/{commonjs/src/BerifymeModal → BerifymeModal}/MainModal.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/BerifymeModal → BerifymeModal}/index.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/AllSet.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/AuthidLogin.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/AuthidOnboarding.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/ClearLogin.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/ClearOnboarding.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/Footer.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/IncodeOnBoarding.d.ts +0 -0
- /package/lib/typescript/{commonjs/lib/commonjs/components → components}/IncodeProvider.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/Onboarding/Authid/AuthIdSelectType.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/Onboarding/Authid/idOrPassport.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/SendSNS/index.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/SendSNS/legalLinks.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/SomethingWrong.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/SumsubLogin.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/SumsubOnboarding.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/VeriffLogin.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/VeriffOnboarding.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/VerifiedExternalPhoneNumber/index.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/VerifyWithPhoneNumber/NewUser.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/VerifyWithPhoneNumber/User.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/VerifyWithPhoneNumber/biometrics.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/YotiLogin.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/YotiOnboarding.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/biometrics/EnableBiometricsTypes.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/components → components}/incodeLogin.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/countryCode.d.ts → countryCode.d.ts} +0 -0
- /package/lib/typescript/{commonjs/src/enum → enum}/index.d.ts +0 -0
- /package/lib/typescript/{commonjs/src/environmentDomains.d.ts → environmentDomains.d.ts} +0 -0
- /package/lib/typescript/{commonjs/src/index.d.ts → index.d.ts} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"environmentDomains.d.ts","sourceRoot":"","sources":["../../../../module/environmentDomains.js"],"names":[],"mappings":"AAGA;;EAIE;AACF;;EAIE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/index.js"],"names":[],"mappings":";;;;sBAEsB,0BAA0B;4BACpB,iBAAiB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"phoneNumberProcessor.d.ts","sourceRoot":"","sources":["../../../../module/phoneNumberProcessor.js"],"names":[],"mappings":"AAuDA;;;;GAIG;AACH,+CAHW,MAAM,GACJ,MAAM,CAoBlB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"metro.config.d.ts","sourceRoot":"","sources":["../../../metro.config.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MainModal.d.ts","sourceRoot":"","sources":["../../../../../src/BerifymeModal/MainModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,cAAc,EAAwF,MAAM,cAAc,CAAC;AAIpI,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,OAAO,CAAC;IAAC,MAAM,EAAE,cAAc,CAAC;IAAC,OAAO,CAAC,EAAE,cAAc,CAAC;IAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAAC,OAAO,EAAE,MAAM,IAAI,CAAA;CAAE,CA0CrK,CAAC;AAmBF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/BerifymeModal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAqBnD,OAAO,EAAE,WAAW,EAAmC,UAAU,EAAE,MAAM,SAAS,CAAC;AAanF,iBAAS,SAAS,CAAC,EACjB,QAAQ,EAAE,SAAS,EACnB,WAAW,EAAE,2BAA2B,EACxC,2BAA2B,EAC3B,QAAQ,GACT,EAAE;IACD,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IACpC,WAAW,EAAE,WAAW,CAAC;IACzB,2BAA2B,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;IACjF,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE;QAAE,MAAM,EAAE,UAAU,CAAA;KAAE,KAAK,IAAI,CAAC;CACzD,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAiWpB;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -1,462 +0,0 @@
|
|
|
1
|
-
export declare enum ActionType {
|
|
2
|
-
ONBOARDING = 0,
|
|
3
|
-
LOGIN = 1
|
|
4
|
-
}
|
|
5
|
-
export interface User {
|
|
6
|
-
id: string;
|
|
7
|
-
isActive: boolean | null;
|
|
8
|
-
email: string | null;
|
|
9
|
-
phoneNumber: string | null;
|
|
10
|
-
authIDAccountNumber: string | null;
|
|
11
|
-
incodeId: string | null;
|
|
12
|
-
clearId: string | null;
|
|
13
|
-
sumsubId: string | null;
|
|
14
|
-
veriffId: string | null;
|
|
15
|
-
yotiId: string | null;
|
|
16
|
-
idmeId: string | null;
|
|
17
|
-
age: number | null | undefined;
|
|
18
|
-
birthDate: string | null | undefined;
|
|
19
|
-
fullName: string | null | undefined;
|
|
20
|
-
}
|
|
21
|
-
export type UserWithCredentials = User & {
|
|
22
|
-
credentials: [] | undefined;
|
|
23
|
-
};
|
|
24
|
-
export type UserWithAgeAndFullName = User;
|
|
25
|
-
export interface CreatingUser {
|
|
26
|
-
id: string;
|
|
27
|
-
shortId: string;
|
|
28
|
-
verify: boolean;
|
|
29
|
-
email: string | null;
|
|
30
|
-
phoneNumber: string | null;
|
|
31
|
-
}
|
|
32
|
-
export interface Device {
|
|
33
|
-
id: string;
|
|
34
|
-
userId: string;
|
|
35
|
-
deviceId: string;
|
|
36
|
-
createdAt: Date;
|
|
37
|
-
expires: Date;
|
|
38
|
-
}
|
|
39
|
-
interface BerifymeApiConfig {
|
|
40
|
-
backendDomain: string;
|
|
41
|
-
}
|
|
42
|
-
export declare function initializeBerifymeApi(userConfig: BerifymeApiConfig): void;
|
|
43
|
-
declare function getAuthIDToken(): Promise<{
|
|
44
|
-
token: string;
|
|
45
|
-
}>;
|
|
46
|
-
declare function getIdDocumentTypes({ token }: {
|
|
47
|
-
token: string;
|
|
48
|
-
}): Promise<{
|
|
49
|
-
idTypes: {
|
|
50
|
-
Name: string;
|
|
51
|
-
Description: string;
|
|
52
|
-
}[];
|
|
53
|
-
error: undefined;
|
|
54
|
-
} | {
|
|
55
|
-
idTypes: undefined;
|
|
56
|
-
error: string;
|
|
57
|
-
}>;
|
|
58
|
-
declare function createAccount({ token, userId }: {
|
|
59
|
-
token: string;
|
|
60
|
-
userId: string;
|
|
61
|
-
}): Promise<{
|
|
62
|
-
success: 'ok';
|
|
63
|
-
error: undefined;
|
|
64
|
-
isAllSet: undefined;
|
|
65
|
-
details: undefined;
|
|
66
|
-
} | {
|
|
67
|
-
success: undefined;
|
|
68
|
-
error: undefined;
|
|
69
|
-
isAllSet: boolean;
|
|
70
|
-
details: {
|
|
71
|
-
userId: string;
|
|
72
|
-
fullName: string;
|
|
73
|
-
phoneNumber: string;
|
|
74
|
-
};
|
|
75
|
-
}>;
|
|
76
|
-
declare function checkBiometricExist({ token, userId }: {
|
|
77
|
-
token: string;
|
|
78
|
-
userId: string;
|
|
79
|
-
}): Promise<{
|
|
80
|
-
isExist: boolean;
|
|
81
|
-
error?: string | undefined;
|
|
82
|
-
}>;
|
|
83
|
-
declare function proofUser({ token, userId, idType }: {
|
|
84
|
-
token: string;
|
|
85
|
-
userId: string;
|
|
86
|
-
idType: string;
|
|
87
|
-
}): Promise<{
|
|
88
|
-
OperationId: string;
|
|
89
|
-
OneTimeSecret: string;
|
|
90
|
-
}>;
|
|
91
|
-
declare function getProofTransactionTempId({ token, operationId, userId }: {
|
|
92
|
-
token: string;
|
|
93
|
-
operationId: string;
|
|
94
|
-
userId: string;
|
|
95
|
-
}): Promise<{
|
|
96
|
-
TempId: string | null;
|
|
97
|
-
error: undefined;
|
|
98
|
-
} | {
|
|
99
|
-
TempId: undefined;
|
|
100
|
-
error: string;
|
|
101
|
-
}>;
|
|
102
|
-
declare function createBiometricFromProof({ token, tempId, userId }: {
|
|
103
|
-
token: string;
|
|
104
|
-
tempId: string;
|
|
105
|
-
userId: string;
|
|
106
|
-
}): Promise<{
|
|
107
|
-
success: 'ok';
|
|
108
|
-
error: undefined;
|
|
109
|
-
} | {
|
|
110
|
-
error: string;
|
|
111
|
-
}>;
|
|
112
|
-
declare function getAccount({ token, phone }: {
|
|
113
|
-
token: string;
|
|
114
|
-
phone: string;
|
|
115
|
-
}): Promise<{
|
|
116
|
-
fullName: string;
|
|
117
|
-
dateOfBirth: string;
|
|
118
|
-
documentType: string;
|
|
119
|
-
issuingCountry: string;
|
|
120
|
-
gender: string;
|
|
121
|
-
dateOfExpiry: string;
|
|
122
|
-
error: undefined;
|
|
123
|
-
} | {
|
|
124
|
-
fullName: undefined;
|
|
125
|
-
dateOfBirth: undefined;
|
|
126
|
-
documentType: undefined;
|
|
127
|
-
issuingCountry: undefined;
|
|
128
|
-
gender: undefined;
|
|
129
|
-
dateOfExpiry: undefined;
|
|
130
|
-
error: string;
|
|
131
|
-
}>;
|
|
132
|
-
declare function createLoginTransaction({ token, phone }: {
|
|
133
|
-
token: string;
|
|
134
|
-
phone: string;
|
|
135
|
-
}): Promise<{
|
|
136
|
-
TransactionId: string;
|
|
137
|
-
OneTimeSecret: string;
|
|
138
|
-
error: undefined;
|
|
139
|
-
}>;
|
|
140
|
-
declare function getTransactionStatus({ token, phone, transactionId }: {
|
|
141
|
-
token: string;
|
|
142
|
-
phone: string;
|
|
143
|
-
transactionId: string;
|
|
144
|
-
}): Promise<{
|
|
145
|
-
userId: string;
|
|
146
|
-
operationId: string;
|
|
147
|
-
error?: string | undefined;
|
|
148
|
-
}>;
|
|
149
|
-
declare function getOperationStatus({ token, operationId }: {
|
|
150
|
-
token: string;
|
|
151
|
-
operationId: string;
|
|
152
|
-
}): Promise<{
|
|
153
|
-
success: string;
|
|
154
|
-
error?: string | undefined;
|
|
155
|
-
}>;
|
|
156
|
-
declare function searchUser({ token, operationId }: {
|
|
157
|
-
token: string;
|
|
158
|
-
operationId: string;
|
|
159
|
-
}): Promise<{
|
|
160
|
-
userId: string;
|
|
161
|
-
operationId: string;
|
|
162
|
-
error: undefined;
|
|
163
|
-
}>;
|
|
164
|
-
declare function getDocumentDetails({ token, operationId, userId }: {
|
|
165
|
-
token: string;
|
|
166
|
-
operationId: string;
|
|
167
|
-
userId: string;
|
|
168
|
-
}): Promise<{
|
|
169
|
-
details: {
|
|
170
|
-
Key: string;
|
|
171
|
-
Value: string;
|
|
172
|
-
}[];
|
|
173
|
-
phone: string;
|
|
174
|
-
error: undefined;
|
|
175
|
-
} | {
|
|
176
|
-
details: undefined;
|
|
177
|
-
phone: undefined;
|
|
178
|
-
error: string;
|
|
179
|
-
}>;
|
|
180
|
-
declare function updateAccount(token: string, data: {
|
|
181
|
-
phone: string;
|
|
182
|
-
fullName: string;
|
|
183
|
-
dateOfBirth: string;
|
|
184
|
-
documentType: string;
|
|
185
|
-
issuingCountry: string;
|
|
186
|
-
gender: string;
|
|
187
|
-
dateOfExpiry: string;
|
|
188
|
-
}): Promise<{
|
|
189
|
-
success: 'ok';
|
|
190
|
-
}>;
|
|
191
|
-
declare function getIncodeStart(uniqueId?: string): Promise<{
|
|
192
|
-
token: string;
|
|
193
|
-
uniqueId: string;
|
|
194
|
-
}>;
|
|
195
|
-
declare function getIncodeFinish({ token }: {
|
|
196
|
-
token: string;
|
|
197
|
-
}): Promise<{
|
|
198
|
-
token: string;
|
|
199
|
-
uniqueId: string;
|
|
200
|
-
}>;
|
|
201
|
-
declare function getIncodeApprove({ id, token, uniqueId, }: {
|
|
202
|
-
id: string;
|
|
203
|
-
token: string;
|
|
204
|
-
uniqueId: string;
|
|
205
|
-
}): Promise<{
|
|
206
|
-
incodeId?: string | undefined;
|
|
207
|
-
error?: string | undefined;
|
|
208
|
-
}>;
|
|
209
|
-
declare function getAppIncodeApprove({ id, incodeId, }: {
|
|
210
|
-
id: string;
|
|
211
|
-
incodeId: string;
|
|
212
|
-
}): Promise<{
|
|
213
|
-
incodeId?: string | undefined;
|
|
214
|
-
error?: string | undefined;
|
|
215
|
-
}>;
|
|
216
|
-
declare function createVerificationSession({ redirectUrl, token }: {
|
|
217
|
-
redirectUrl: string;
|
|
218
|
-
token?: string;
|
|
219
|
-
}): Promise<{
|
|
220
|
-
sessionId: string;
|
|
221
|
-
token: string;
|
|
222
|
-
}>;
|
|
223
|
-
declare function getClearApprove({ id, sessionId, token, }: {
|
|
224
|
-
id: string;
|
|
225
|
-
sessionId: string;
|
|
226
|
-
token?: string;
|
|
227
|
-
}): Promise<{
|
|
228
|
-
clearId?: string | undefined;
|
|
229
|
-
error?: string | undefined;
|
|
230
|
-
}>;
|
|
231
|
-
declare function checkThirdPartyVerificationToken(token: string): Promise<{
|
|
232
|
-
success: boolean;
|
|
233
|
-
companyLogo?: string | null | undefined;
|
|
234
|
-
error?: string | undefined;
|
|
235
|
-
}>;
|
|
236
|
-
declare function sendPhoneNumberCode({ phoneNumber, token }: {
|
|
237
|
-
phoneNumber: string;
|
|
238
|
-
token?: string;
|
|
239
|
-
}): Promise<{
|
|
240
|
-
success: boolean;
|
|
241
|
-
error?: string | undefined;
|
|
242
|
-
}>;
|
|
243
|
-
export declare enum VerificationStatus {
|
|
244
|
-
PENDING = "PENDING",
|
|
245
|
-
ONBOARDING = "ONBOARDING",
|
|
246
|
-
LOGIN = "LOGIN"
|
|
247
|
-
}
|
|
248
|
-
declare function getUserBySessionId({ sessionId, verificationStatus, token }: {
|
|
249
|
-
sessionId: string;
|
|
250
|
-
verificationStatus: VerificationStatus;
|
|
251
|
-
token?: string;
|
|
252
|
-
}): Promise<{
|
|
253
|
-
user?: User | undefined;
|
|
254
|
-
error?: string | undefined;
|
|
255
|
-
}>;
|
|
256
|
-
declare function getUserByIncodeId(incodeId: string): Promise<{
|
|
257
|
-
user?: User | undefined;
|
|
258
|
-
error?: string | undefined;
|
|
259
|
-
}>;
|
|
260
|
-
declare function getUserByClearId({ clearId, token }: {
|
|
261
|
-
clearId: string;
|
|
262
|
-
token?: string;
|
|
263
|
-
}): Promise<{
|
|
264
|
-
user?: User | undefined;
|
|
265
|
-
error?: string | undefined;
|
|
266
|
-
}>;
|
|
267
|
-
declare function getUserVenderByPhone({ phoneNumber, token }: {
|
|
268
|
-
phoneNumber: string;
|
|
269
|
-
token?: string;
|
|
270
|
-
}): Promise<{
|
|
271
|
-
vender?: string | null | undefined;
|
|
272
|
-
fullName?: string | null | undefined;
|
|
273
|
-
error?: string | undefined;
|
|
274
|
-
}>;
|
|
275
|
-
declare function getUserByPhoneNumberAndVerifyCode({ phoneNumber, code }: {
|
|
276
|
-
phoneNumber: string;
|
|
277
|
-
code: string;
|
|
278
|
-
}): Promise<{
|
|
279
|
-
user?: UserWithCredentials | undefined;
|
|
280
|
-
error?: string | undefined;
|
|
281
|
-
}>;
|
|
282
|
-
declare function uploadDeviceId({ id, deviceId, token }: {
|
|
283
|
-
id: string;
|
|
284
|
-
deviceId: string;
|
|
285
|
-
token?: string;
|
|
286
|
-
}): Promise<{
|
|
287
|
-
device: Device;
|
|
288
|
-
error?: string | undefined;
|
|
289
|
-
}>;
|
|
290
|
-
declare function checkDeviceId({ phoneNumber, deviceId, token }: {
|
|
291
|
-
phoneNumber: string;
|
|
292
|
-
deviceId: string;
|
|
293
|
-
token: string;
|
|
294
|
-
}): Promise<{
|
|
295
|
-
user?: User | undefined;
|
|
296
|
-
error?: string | undefined;
|
|
297
|
-
}>;
|
|
298
|
-
declare function createUserByVerifiedExternalPhoneNumber({ phoneNumber, token }: {
|
|
299
|
-
phoneNumber: string;
|
|
300
|
-
token?: string;
|
|
301
|
-
}): Promise<{
|
|
302
|
-
user?: User | undefined;
|
|
303
|
-
error?: string | undefined;
|
|
304
|
-
}>;
|
|
305
|
-
declare function getRedirectUrl({ userId, token }: {
|
|
306
|
-
userId: string;
|
|
307
|
-
token: string;
|
|
308
|
-
}): Promise<{
|
|
309
|
-
redirectUrl: string;
|
|
310
|
-
}>;
|
|
311
|
-
declare function getGeneralVerificationToken({ userId, token }: {
|
|
312
|
-
userId: string;
|
|
313
|
-
token: string;
|
|
314
|
-
}): Promise<{
|
|
315
|
-
generalVerificationToken: string;
|
|
316
|
-
}>;
|
|
317
|
-
declare function initUpdateAdminTokenSchedule(): Promise<{
|
|
318
|
-
status: number;
|
|
319
|
-
}>;
|
|
320
|
-
declare function deleteUpdateAdminTokenSchedule(): Promise<{
|
|
321
|
-
status: number;
|
|
322
|
-
}>;
|
|
323
|
-
declare function generateAppleWalletPass({ id, fullName, birthDate }: {
|
|
324
|
-
id: string;
|
|
325
|
-
fullName: string;
|
|
326
|
-
birthDate: string;
|
|
327
|
-
}): Promise<{
|
|
328
|
-
serialNumber: string;
|
|
329
|
-
}>;
|
|
330
|
-
declare function createSessionToken({ apiKeyId, secretKey, redirectUrl }: {
|
|
331
|
-
apiKeyId: string;
|
|
332
|
-
secretKey: string;
|
|
333
|
-
redirectUrl: string;
|
|
334
|
-
}): Promise<any>;
|
|
335
|
-
interface CreateSessionTokenResponse {
|
|
336
|
-
sessionToken?: string;
|
|
337
|
-
companyLogo?: string;
|
|
338
|
-
error?: string;
|
|
339
|
-
}
|
|
340
|
-
declare function createSessionTokenWithoutRedirectUrl({ apiKeyId, secretKey, }: {
|
|
341
|
-
apiKeyId: string;
|
|
342
|
-
secretKey: string;
|
|
343
|
-
}): Promise<CreateSessionTokenResponse>;
|
|
344
|
-
declare function checkBiometricsStatus({ phoneNumber, publicKey }: {
|
|
345
|
-
phoneNumber: string;
|
|
346
|
-
publicKey: string | null;
|
|
347
|
-
}): Promise<any>;
|
|
348
|
-
declare function createBiometrics({ phoneNumber, publicKey, signature }: {
|
|
349
|
-
phoneNumber: string;
|
|
350
|
-
publicKey: string | null;
|
|
351
|
-
signature: string;
|
|
352
|
-
}): Promise<any>;
|
|
353
|
-
declare function deleteBiometrics({ phoneNumber }: {
|
|
354
|
-
phoneNumber: string;
|
|
355
|
-
}): Promise<any>;
|
|
356
|
-
declare function createAuthenticationLogs({ actionType, token, userId, vender, os, browser, device, transactionId, incodeSessionId, clearSessionId, isPass, }: {
|
|
357
|
-
actionType: ActionType;
|
|
358
|
-
token: string;
|
|
359
|
-
userId: string;
|
|
360
|
-
vender: string;
|
|
361
|
-
os: string;
|
|
362
|
-
browser: string;
|
|
363
|
-
device: string;
|
|
364
|
-
transactionId?: string;
|
|
365
|
-
incodeSessionId?: string;
|
|
366
|
-
clearSessionId?: string;
|
|
367
|
-
isPass?: boolean;
|
|
368
|
-
}): Promise<any>;
|
|
369
|
-
declare function updateAuthenticationLogs({ isPass, token, transactionId, incodeSessionId, clearSessionId, }: {
|
|
370
|
-
isPass: boolean;
|
|
371
|
-
token?: string;
|
|
372
|
-
transactionId?: string;
|
|
373
|
-
incodeSessionId?: string;
|
|
374
|
-
clearSessionId?: string;
|
|
375
|
-
}): Promise<any>;
|
|
376
|
-
declare function checkAndIssueToken({ userId }: {
|
|
377
|
-
userId: string;
|
|
378
|
-
}): Promise<any>;
|
|
379
|
-
declare function getWallet({ phoneNumber }: {
|
|
380
|
-
phoneNumber: string;
|
|
381
|
-
}): Promise<any>;
|
|
382
|
-
declare function getOrderByCountry({ countryCode }: {
|
|
383
|
-
countryCode: string;
|
|
384
|
-
}): Promise<{
|
|
385
|
-
order?: [];
|
|
386
|
-
error?: string;
|
|
387
|
-
}>;
|
|
388
|
-
declare const berifymeApi: {
|
|
389
|
-
authID: {
|
|
390
|
-
getAuthIDToken: typeof getAuthIDToken;
|
|
391
|
-
getIdDocumentTypes: typeof getIdDocumentTypes;
|
|
392
|
-
createAccount: typeof createAccount;
|
|
393
|
-
checkBiometricExist: typeof checkBiometricExist;
|
|
394
|
-
proofUser: typeof proofUser;
|
|
395
|
-
getProofTransactionTempId: typeof getProofTransactionTempId;
|
|
396
|
-
createBiometricFromProof: typeof createBiometricFromProof;
|
|
397
|
-
getAccount: typeof getAccount;
|
|
398
|
-
createLoginTransaction: typeof createLoginTransaction;
|
|
399
|
-
getTransactionStatus: typeof getTransactionStatus;
|
|
400
|
-
getOperationStatus: typeof getOperationStatus;
|
|
401
|
-
searchUser: typeof searchUser;
|
|
402
|
-
getDocumentDetails: typeof getDocumentDetails;
|
|
403
|
-
updateAccount: typeof updateAccount;
|
|
404
|
-
};
|
|
405
|
-
incode: {
|
|
406
|
-
getIncodeStart: typeof getIncodeStart;
|
|
407
|
-
getIncodeFinish: typeof getIncodeFinish;
|
|
408
|
-
getIncodeApprove: typeof getIncodeApprove;
|
|
409
|
-
getAppIncodeApprove: typeof getAppIncodeApprove;
|
|
410
|
-
};
|
|
411
|
-
clear: {
|
|
412
|
-
createVerificationSession: typeof createVerificationSession;
|
|
413
|
-
getClearApprove: typeof getClearApprove;
|
|
414
|
-
};
|
|
415
|
-
auth: {
|
|
416
|
-
sendPhoneNumberCode: typeof sendPhoneNumberCode;
|
|
417
|
-
};
|
|
418
|
-
user: {
|
|
419
|
-
getUserBySessionId: typeof getUserBySessionId;
|
|
420
|
-
getUserByIncodeId: typeof getUserByIncodeId;
|
|
421
|
-
getUserByClearId: typeof getUserByClearId;
|
|
422
|
-
getUserVenderByPhone: typeof getUserVenderByPhone;
|
|
423
|
-
getUserByPhoneNumberAndVerifyCode: typeof getUserByPhoneNumberAndVerifyCode;
|
|
424
|
-
uploadDeviceId: typeof uploadDeviceId;
|
|
425
|
-
checkDeviceId: typeof checkDeviceId;
|
|
426
|
-
createUserByVerifiedExternalPhoneNumber: typeof createUserByVerifiedExternalPhoneNumber;
|
|
427
|
-
};
|
|
428
|
-
thirdParty: {
|
|
429
|
-
getRedirectUrl: typeof getRedirectUrl;
|
|
430
|
-
checkThirdPartyVerificationToken: typeof checkThirdPartyVerificationToken;
|
|
431
|
-
getGeneralVerificationToken: typeof getGeneralVerificationToken;
|
|
432
|
-
};
|
|
433
|
-
scheduld: {
|
|
434
|
-
initUpdateAdminTokenSchedule: typeof initUpdateAdminTokenSchedule;
|
|
435
|
-
deleteUpdateAdminTokenSchedule: typeof deleteUpdateAdminTokenSchedule;
|
|
436
|
-
};
|
|
437
|
-
pass: {
|
|
438
|
-
generateAppleWalletPass: typeof generateAppleWalletPass;
|
|
439
|
-
};
|
|
440
|
-
tools: {
|
|
441
|
-
createSessionToken: typeof createSessionToken;
|
|
442
|
-
createSessionTokenWithoutRedirectUrl: typeof createSessionTokenWithoutRedirectUrl;
|
|
443
|
-
};
|
|
444
|
-
biometrics: {
|
|
445
|
-
checkBiometricsStatus: typeof checkBiometricsStatus;
|
|
446
|
-
createBiometrics: typeof createBiometrics;
|
|
447
|
-
deleteBiometrics: typeof deleteBiometrics;
|
|
448
|
-
};
|
|
449
|
-
AuthenticationLogs: {
|
|
450
|
-
createAuthenticationLogs: typeof createAuthenticationLogs;
|
|
451
|
-
updateAuthenticationLogs: typeof updateAuthenticationLogs;
|
|
452
|
-
};
|
|
453
|
-
blockchain: {
|
|
454
|
-
checkAndIssueToken: typeof checkAndIssueToken;
|
|
455
|
-
};
|
|
456
|
-
wallet: {
|
|
457
|
-
getWallet: typeof getWallet;
|
|
458
|
-
};
|
|
459
|
-
getOrderByCountry: typeof getOrderByCountry;
|
|
460
|
-
};
|
|
461
|
-
export default berifymeApi;
|
|
462
|
-
//# sourceMappingURL=api.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../src/api/api.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AllSet.d.ts","sourceRoot":"","sources":["../../../../../src/components/AllSet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,OAAoB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAY/C,QAAA,MAAM,MAAM;UAOJ,IAAI,GAAG,SAAS;WACf,MAAM,GAAG,SAAS;iCACI,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;mBACjE,MAAM,IAAI;cACf,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;uBAsFnE,CAAC;AAyDF,eAAe,MAAM,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ActionType } from "../api/api";
|
|
2
|
-
interface AuthenticationLogInput {
|
|
3
|
-
userId: string;
|
|
4
|
-
vender: string;
|
|
5
|
-
token: string;
|
|
6
|
-
transactionId?: string;
|
|
7
|
-
incodeSessionId?: string;
|
|
8
|
-
clearSessionId?: string;
|
|
9
|
-
isPass?: boolean;
|
|
10
|
-
actionType: ActionType;
|
|
11
|
-
}
|
|
12
|
-
export declare const createAuthenticationLog: ({ userId, vender, token, transactionId, incodeSessionId, clearSessionId, isPass, actionType, }: AuthenticationLogInput) => Promise<void>;
|
|
13
|
-
export declare const updateAuthenticationLog: ({ isPass, token, transactionId, incodeSessionId, clearSessionId }: {
|
|
14
|
-
isPass: boolean;
|
|
15
|
-
token?: string | undefined;
|
|
16
|
-
transactionId?: string | undefined;
|
|
17
|
-
incodeSessionId?: string | undefined;
|
|
18
|
-
clearSessionId?: string | undefined;
|
|
19
|
-
}) => Promise<void>;
|
|
20
|
-
export {};
|
|
21
|
-
//# sourceMappingURL=AuthenticationLogs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AuthenticationLogs.d.ts","sourceRoot":"","sources":["../../../../../src/components/AuthenticationLogs.tsx"],"names":[],"mappings":"AAAA,OAAoB,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAIrD,UAAU,sBAAsB;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,UAAU,CAAC;CACxB;AAED,eAAO,MAAM,uBAAuB,mGAIjC,sBAAsB,kBA0BxB,CAAC;AAEF,eAAO,MAAM,uBAAuB;YAI1B,OAAO;;;;;mBAYhB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AuthidLogin.d.ts","sourceRoot":"","sources":["../../../../../src/components/AuthidLogin.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAc,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAItC,iBAAS,kBAAkB,CAAC,EAC1B,QAAQ,EACR,UAAU,EACV,KAAK,EAAE,OAAO,EACd,WAAW,EACX,WAAW,GACZ,EAAC;IACA,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;IACnE,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,GAAG,SAAS,CAAC,CAAC,CAAC;IAClF,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,WAAW,CAAC;CAC1B,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAmCpB;AAGD,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AuthidOnboarding.d.ts","sourceRoot":"","sources":["../../../../../src/components/AuthidOnboarding.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAItC,iBAAS,uBAAuB,CAAC,EAC/B,QAAQ,EACR,UAAU,EAAC,YAAY,EACvB,KAAK,EAAE,IAAI,EAAE,OAAO,EACpB,cAAc,EAAE,iBAAiB,EACjC,WAAW,GACZ,EAAC;IACA,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;IACnE,UAAU,EAAE,MAAM,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,IAAI,CAAC;IACjD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,sBAAsB,CAAC;IAC7B,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,GAAG,SAAS,CAAC,CAAC,CAAC;IAClF,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IAChE,WAAW,EAAE,WAAW,CAAC;CAC1B,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CA+BpB;AAGD,eAAe,uBAAuB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ClearLogin.d.ts","sourceRoot":"","sources":["../../../../../src/components/ClearLogin.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAoB,EAAE,sBAAsB,EAAsB,MAAM,YAAY,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAItC,iBAAS,iBAAiB,CAAC,EACzB,QAAQ,EACR,IAAI,EACJ,OAAO,EACP,KAAK,EAAE,UAAU,EACjB,aAAa,EACb,WAAW,GACZ,EAAC;IACA,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,sBAAsB,CAAC;IAC7B,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,GAAG,SAAS,CAAC,CAAC,CAAC;IAClF,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,WAAW,EAAE,WAAW,CAAC;CAC1B,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAuCpB;AAGD,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ClearOnboarding.d.ts","sourceRoot":"","sources":["../../../../../src/components/ClearOnboarding.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAoB,EAAE,sBAAsB,EAAsB,MAAM,YAAY,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAItC,iBAAS,sBAAsB,CAAC,EAC5B,QAAQ,EACR,KAAK,EACL,IAAI,EAAE,OAAO,EACb,aAAa,EACb,UAAU,EACV,WAAW,GACd,EAAC;IACE,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;IACnE,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,sBAAsB,CAAC;IAC7B,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,GAAG,SAAS,CAAC,CAAC,CAAC;IAClF,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,WAAW,EAAE,WAAW,CAAC;CAC5B,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CA0CpB;AAGD,eAAe,sBAAsB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../../src/components/Footer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,QAAA,MAAM,MAAM,yBAQX,CAAC;AAcF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IncodeOnBoarding.d.ts","sourceRoot":"","sources":["../../../../../src/components/IncodeOnBoarding.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGtC,iBAAS,uBAAuB,CAAC,EAC/B,KAAK,EACL,QAAQ,EACR,IAAI,EAAE,OAAO,EACb,MAAM,EACN,UAAU,EACV,WAAW,GACZ,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,sBAAsB,CAAC;IAC7B,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,GAAG,SAAS,CAAC,CAAC,CAAC;IAClF,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,WAAW,EAAE,WAAW,CAAC;CAC1B,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAqCpB;AAED,eAAe,uBAAuB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=IncodeProvider.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IncodeProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/IncodeProvider.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AuthIdSelectType.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Onboarding/Authid/AuthIdSelectType.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,QAAA,MAAM,gBAAgB;uBAID,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,CAAC,CAAC;cACrD,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;uBAyDnE,CAAC;AAmEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"idOrPassport.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Onboarding/Authid/idOrPassport.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,QAAA,MAAM,YAAY;cAKN,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;mBACnD,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,CAAC,CAAC;uBACxC,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,CAAC,CAAC;uBAmEhE,CAAC;AAmEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { UserWithAgeAndFullName } from "../../../../api/api";
|
|
3
|
-
declare const VenderGrid: ({ setPageStatus, setError, user, showMore, setShowMore, }: {
|
|
4
|
-
setError: React.Dispatch<React.SetStateAction<string | undefined>>;
|
|
5
|
-
setPageStatus: React.Dispatch<React.SetStateAction<number>>;
|
|
6
|
-
user?: import("../../../../api/api").User | undefined;
|
|
7
|
-
showMore: boolean;
|
|
8
|
-
setShowMore: React.Dispatch<React.SetStateAction<boolean>>;
|
|
9
|
-
}) => import("react").JSX.Element;
|
|
10
|
-
export default VenderGrid;
|
|
11
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/Onboarding/Vender/Grid/index.tsx"],"names":[],"mappings":";AAEA,OAAoB,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAgB1E,QAAA,MAAM,UAAU;cAMJ,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;mBACnD,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,CAAC,CAAC;;cAEjD,OAAO;iBACJ,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,OAAO,CAAC,CAAC;iCAiJ3D,CAAC;AAuDF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Onboarding/Vender/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,cAAc,EAAyD,MAAM,cAAc,CAAC;AACrG,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAkB1D,QAAA,MAAM,MAAM;cAMA,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;mBACnD,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,CAAC,CAAC;;oBAE3C,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,cAAc,CAAC,CAAC;uBA8DrE,CAAC;AAwFF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SendSNS/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAChD,OAAO,EAAS,cAAc,EAA4C,MAAM,cAAc,CAAC;AAE/F,OAAoB,EAAc,IAAI,EAAE,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAE,WAAW,EAAc,MAAM,YAAY,CAAC;AAOrD,QAAA,MAAM,OAAO;WAUJ,MAAM,GAAG,SAAS;gBACb,MAAM;mBACH,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,CAAC,CAAC;cACjD,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;mBACnD,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,CAAC,CAAC;6BAClC,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;aACxE,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,IAAI,GAAG,SAAS,CAAC,CAAC;oBAC/C,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,cAAc,CAAC,CAAC;iBACvD,WAAW;uBAyMzB,CAAC;AAqHF,eAAe,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"legalLinks.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SendSNS/legalLinks.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,QAAA,MAAM,UAAU,yBAsBf,CAAC;AAeF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SomethingWrong.d.ts","sourceRoot":"","sources":["../../../../../src/components/SomethingWrong.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,UAAU,mBAAmB;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,qBAAqB,CAAC,EAAE,MAAM,IAAI,CAAC;CACpC;AAED,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAoDjD,CAAC;AAuDF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SumsubLogin.d.ts","sourceRoot":"","sources":["../../../../../src/components/SumsubLogin.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGtC,iBAAS,kBAAkB,CAAC,EAC1B,KAAK,EACL,QAAQ,EACR,IAAI,EAAE,OAAO,EACb,UAAU,EACV,WAAW,GACZ,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,sBAAsB,CAAC;IAC7B,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,GAAG,SAAS,CAAC,CAAC,CAAC;IAClF,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,WAAW,EAAE,WAAW,CAAC;CAC1B,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CA2BpB;AAID,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SumsubOnboarding.d.ts","sourceRoot":"","sources":["../../../../../src/components/SumsubOnboarding.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGtC,iBAAS,uBAAuB,CAAC,EAC/B,KAAK,EACL,QAAQ,EACR,IAAI,EAAE,OAAO,EACb,UAAU,EACV,WAAW,GACZ,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,sBAAsB,CAAC;IAC7B,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,GAAG,SAAS,CAAC,CAAC,CAAC;IAClF,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,WAAW,EAAE,WAAW,CAAC;CAC1B,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CA2BpB;AAID,eAAe,uBAAuB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VeriffLogin.d.ts","sourceRoot":"","sources":["../../../../../src/components/VeriffLogin.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGtC,iBAAS,kBAAkB,CAAC,EAC1B,KAAK,EACL,QAAQ,EACR,IAAI,EAAE,OAAO,EACb,MAAM,EACN,UAAU,EACV,WAAW,GACZ,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,sBAAsB,CAAC;IAC7B,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,GAAG,SAAS,CAAC,CAAC,CAAC;IAClF,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,WAAW,EAAE,WAAW,CAAC;CAC1B,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAoCpB;AAID,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VeriffOnboarding.d.ts","sourceRoot":"","sources":["../../../../../src/components/VeriffOnboarding.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGtC,iBAAS,uBAAuB,CAAC,EAC/B,KAAK,EACL,QAAQ,EACR,IAAI,EAAE,OAAO,EACb,MAAM,EACN,UAAU,EACV,WAAW,GACZ,EAAE;IACD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,sBAAsB,CAAC;IAC7B,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,GAAG,SAAS,CAAC,CAAC,CAAC;IAClF,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,WAAW,EAAE,WAAW,CAAC;CAC1B,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAoCpB;AAID,eAAe,uBAAuB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/VerifiedExternalPhoneNumber/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAAqB,cAAc,EAAkD,MAAM,cAAc,CAAC;AACjH,OAAoB,EAAc,IAAI,EAAE,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAE,WAAW,EAAc,MAAM,YAAY,CAAC;AAIrD,QAAA,MAAM,2BAA2B;WAUxB,MAAM,GAAG,SAAS;cACf,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;mBACnD,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,CAAC,CAAC;0BACrC,MAAM,GAAG,SAAS;6BACf,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;aACxE,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,IAAI,GAAG,SAAS,CAAC,CAAC;oBAC/C,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,cAAc,CAAC,CAAC;iBACvD,WAAW;uBAyHzB,CAAC;AAqHF,eAAe,2BAA2B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NewUser.d.ts","sourceRoot":"","sources":["../../../../../../src/components/VerifyWithPhoneNumber/NewUser.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAoB,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAQzC,QAAA,MAAM,aAAa;WAOV,MAAM,GAAG,SAAS;gBACb,MAAM;mBACH,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,MAAM,CAAC,CAAC;aAClD,MAAM,QAAQ,CAAC,MAAM,cAAc,CAAC,sBAAsB,GAAG,SAAS,CAAC,CAAC;iBACpE,WAAW;uBA8JzB,CAAC;AAuEF,eAAe,aAAa,CAAC"}
|