@bytexbyte/berifyme-react-native-sdk 1.0.18 → 1.0.20
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 +93 -72
- 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 +18 -14
- package/lib/commonjs/components/Onboarding/Vender/Grid/index.js.map +1 -1
- package/lib/commonjs/components/Onboarding/Vender/index.js +8 -6
- 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 +43 -22
- 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 +15 -11
- package/lib/module/components/Onboarding/Vender/Grid/index.js.map +1 -1
- package/lib/module/components/Onboarding/Vender/index.js +7 -5
- 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 +11 -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 +10 -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 +10 -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 +10 -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 +36 -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 +5 -2
- 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 +4 -2
- 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 +11 -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 +10 -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 +10 -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 +10 -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 +466 -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 +13 -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 +13 -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
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
export function getCountryNameByCode(code: any): any;
|
|
2
|
+
export function delay(n: any): Promise<any>;
|
|
3
|
+
export namespace countryCodesToName {
|
|
4
|
+
const AF: string;
|
|
5
|
+
const AL: string;
|
|
6
|
+
const DZ: string;
|
|
7
|
+
const AS: string;
|
|
8
|
+
const AD: string;
|
|
9
|
+
const AO: string;
|
|
10
|
+
const AI: string;
|
|
11
|
+
const AQ: string;
|
|
12
|
+
const AG: string;
|
|
13
|
+
const AR: string;
|
|
14
|
+
const AM: string;
|
|
15
|
+
const AW: string;
|
|
16
|
+
const AU: string;
|
|
17
|
+
const AT: string;
|
|
18
|
+
const AZ: string;
|
|
19
|
+
const BS: string;
|
|
20
|
+
const BH: string;
|
|
21
|
+
const BD: string;
|
|
22
|
+
const BB: string;
|
|
23
|
+
const BY: string;
|
|
24
|
+
const BE: string;
|
|
25
|
+
const BZ: string;
|
|
26
|
+
const BJ: string;
|
|
27
|
+
const BM: string;
|
|
28
|
+
const BT: string;
|
|
29
|
+
const BO: string;
|
|
30
|
+
const BA: string;
|
|
31
|
+
const BW: string;
|
|
32
|
+
const BR: string;
|
|
33
|
+
const BN: string;
|
|
34
|
+
const BG: string;
|
|
35
|
+
const BF: string;
|
|
36
|
+
const BI: string;
|
|
37
|
+
const KH: string;
|
|
38
|
+
const CM: string;
|
|
39
|
+
const CA: string;
|
|
40
|
+
const CV: string;
|
|
41
|
+
const KY: string;
|
|
42
|
+
const CF: string;
|
|
43
|
+
const TD: string;
|
|
44
|
+
const CL: string;
|
|
45
|
+
const CN: string;
|
|
46
|
+
const CO: string;
|
|
47
|
+
const KM: string;
|
|
48
|
+
const CG: string;
|
|
49
|
+
const CD: string;
|
|
50
|
+
const CR: string;
|
|
51
|
+
const CI: string;
|
|
52
|
+
const HR: string;
|
|
53
|
+
const CU: string;
|
|
54
|
+
const CY: string;
|
|
55
|
+
const CZ: string;
|
|
56
|
+
const DK: string;
|
|
57
|
+
const DJ: string;
|
|
58
|
+
const DM: string;
|
|
59
|
+
const DO: string;
|
|
60
|
+
const EC: string;
|
|
61
|
+
const EG: string;
|
|
62
|
+
const SV: string;
|
|
63
|
+
const GQ: string;
|
|
64
|
+
const ER: string;
|
|
65
|
+
const EE: string;
|
|
66
|
+
const ET: string;
|
|
67
|
+
const FJ: string;
|
|
68
|
+
const FI: string;
|
|
69
|
+
const FR: string;
|
|
70
|
+
const GA: string;
|
|
71
|
+
const GM: string;
|
|
72
|
+
const GE: string;
|
|
73
|
+
const DE: string;
|
|
74
|
+
const GH: string;
|
|
75
|
+
const GR: string;
|
|
76
|
+
const GL: string;
|
|
77
|
+
const GD: string;
|
|
78
|
+
const GU: string;
|
|
79
|
+
const GT: string;
|
|
80
|
+
const GN: string;
|
|
81
|
+
const GW: string;
|
|
82
|
+
const GY: string;
|
|
83
|
+
const HT: string;
|
|
84
|
+
const HN: string;
|
|
85
|
+
const HK: string;
|
|
86
|
+
const HU: string;
|
|
87
|
+
const IS: string;
|
|
88
|
+
const IN: string;
|
|
89
|
+
const ID: string;
|
|
90
|
+
const IR: string;
|
|
91
|
+
const IQ: string;
|
|
92
|
+
const IE: string;
|
|
93
|
+
const IL: string;
|
|
94
|
+
const IT: string;
|
|
95
|
+
const JM: string;
|
|
96
|
+
const JP: string;
|
|
97
|
+
const JO: string;
|
|
98
|
+
const KZ: string;
|
|
99
|
+
const KE: string;
|
|
100
|
+
const KI: string;
|
|
101
|
+
const KP: string;
|
|
102
|
+
const KR: string;
|
|
103
|
+
const KW: string;
|
|
104
|
+
const KG: string;
|
|
105
|
+
const LA: string;
|
|
106
|
+
const LV: string;
|
|
107
|
+
const LB: string;
|
|
108
|
+
const LS: string;
|
|
109
|
+
const LR: string;
|
|
110
|
+
const LY: string;
|
|
111
|
+
const LI: string;
|
|
112
|
+
const LT: string;
|
|
113
|
+
const LU: string;
|
|
114
|
+
const MO: string;
|
|
115
|
+
const MK: string;
|
|
116
|
+
const MG: string;
|
|
117
|
+
const MW: string;
|
|
118
|
+
const MY: string;
|
|
119
|
+
const MV: string;
|
|
120
|
+
const ML: string;
|
|
121
|
+
const MT: string;
|
|
122
|
+
const MH: string;
|
|
123
|
+
const MR: string;
|
|
124
|
+
const MU: string;
|
|
125
|
+
const MX: string;
|
|
126
|
+
const FM: string;
|
|
127
|
+
const MD: string;
|
|
128
|
+
const MC: string;
|
|
129
|
+
const MN: string;
|
|
130
|
+
const ME: string;
|
|
131
|
+
const MA: string;
|
|
132
|
+
const MZ: string;
|
|
133
|
+
const MM: string;
|
|
134
|
+
const NA: string;
|
|
135
|
+
const NR: string;
|
|
136
|
+
const NP: string;
|
|
137
|
+
const NL: string;
|
|
138
|
+
const NZ: string;
|
|
139
|
+
const NI: string;
|
|
140
|
+
const NE: string;
|
|
141
|
+
const NG: string;
|
|
142
|
+
const NU: string;
|
|
143
|
+
const NF: string;
|
|
144
|
+
const MP: string;
|
|
145
|
+
const NO: string;
|
|
146
|
+
const OM: string;
|
|
147
|
+
const PK: string;
|
|
148
|
+
const PW: string;
|
|
149
|
+
const PS: string;
|
|
150
|
+
const PA: string;
|
|
151
|
+
const PG: string;
|
|
152
|
+
const PY: string;
|
|
153
|
+
const PE: string;
|
|
154
|
+
const PH: string;
|
|
155
|
+
const PL: string;
|
|
156
|
+
const PT: string;
|
|
157
|
+
const PR: string;
|
|
158
|
+
const QA: string;
|
|
159
|
+
const RO: string;
|
|
160
|
+
const RU: string;
|
|
161
|
+
const RW: string;
|
|
162
|
+
const WS: string;
|
|
163
|
+
const SM: string;
|
|
164
|
+
const ST: string;
|
|
165
|
+
const SA: string;
|
|
166
|
+
const SN: string;
|
|
167
|
+
const RS: string;
|
|
168
|
+
const SC: string;
|
|
169
|
+
const SL: string;
|
|
170
|
+
const SG: string;
|
|
171
|
+
const SK: string;
|
|
172
|
+
const SI: string;
|
|
173
|
+
const SB: string;
|
|
174
|
+
const SO: string;
|
|
175
|
+
const ZA: string;
|
|
176
|
+
const ES: string;
|
|
177
|
+
const LK: string;
|
|
178
|
+
const SD: string;
|
|
179
|
+
const SR: string;
|
|
180
|
+
const SZ: string;
|
|
181
|
+
const SE: string;
|
|
182
|
+
const CH: string;
|
|
183
|
+
const SY: string;
|
|
184
|
+
const TW: string;
|
|
185
|
+
const TJ: string;
|
|
186
|
+
const TZ: string;
|
|
187
|
+
const TH: string;
|
|
188
|
+
const TL: string;
|
|
189
|
+
const TG: string;
|
|
190
|
+
const TO: string;
|
|
191
|
+
const TT: string;
|
|
192
|
+
const TN: string;
|
|
193
|
+
const TR: string;
|
|
194
|
+
const TM: string;
|
|
195
|
+
const TV: string;
|
|
196
|
+
const UG: string;
|
|
197
|
+
const UA: string;
|
|
198
|
+
const AE: string;
|
|
199
|
+
const GB: string;
|
|
200
|
+
const US: string;
|
|
201
|
+
const UY: string;
|
|
202
|
+
const UZ: string;
|
|
203
|
+
const VU: string;
|
|
204
|
+
const VE: string;
|
|
205
|
+
const VN: string;
|
|
206
|
+
const YE: string;
|
|
207
|
+
const ZM: string;
|
|
208
|
+
const ZW: string;
|
|
209
|
+
}
|
|
210
|
+
//# sourceMappingURL=countryCode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"countryCode.d.ts","sourceRoot":"","sources":["../../../../module/countryCode.js"],"names":[],"mappings":"AAsNA,qDAGC;AAvNM,4CAIN"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export let Environment: {};
|
|
2
|
+
export let PageStatus: {};
|
|
3
|
+
export function getPageStatusString(status: any): "Loading" | "AuthStart" | "VerifyNewUser" | "Vender" | "BerifymeChooseIdOrPassport" | "VerifyUser" | "BerifymeOnboarding" | "ClearOnboarding" | "IncodeOnBoarding" | "SumsubOnBoarding" | "VeriffOnBoarding" | "YotiOnBoarding" | "BerifymeLogin" | "ClearLogin" | "IncodeLogin" | "ClearLoginVerifySuccess" | "ClearOnboardingVerifySuccess" | "SumsubLogin" | "VeriffLogin" | "YotiLogin" | "VerifySuccess" | "UnknownStatus";
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/enum/index.js"],"names":[],"mappings":"AAEA,2BAKM;AACN,0BAwBM;AACC,kdA+CN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"environmentDomains.d.ts","sourceRoot":"","sources":["../../../../module/environmentDomains.js"],"names":[],"mappings":"AAGA;;EAIE;AACF;;EAIE"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export namespace Berifyme {
|
|
2
|
+
export { HomeModal as modal };
|
|
3
|
+
export { SnapMatch as snapMatch };
|
|
4
|
+
export { Environment as environment };
|
|
5
|
+
}
|
|
6
|
+
import HomeModal from "./BerifymeModal/index.js";
|
|
7
|
+
import SnapMatch from "./components/SnapMatch.js";
|
|
8
|
+
import { Environment } from "./enum/index.js";
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/index.js"],"names":[],"mappings":";;;;;sBAEsB,0BAA0B;sBAC1B,2BAA2B;4BACrB,iBAAiB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phoneNumberProcessor.d.ts","sourceRoot":"","sources":["../../../../module/phoneNumberProcessor.js"],"names":[],"mappings":"AAuDA;;;;GAIG;AACH,+CAHW,MAAM,GACJ,MAAM,CAoBlB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metro.config.d.ts","sourceRoot":"","sources":["../../../metro.config.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"react-native.config.d.ts","sourceRoot":"","sources":["../../../react-native.config.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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;AAYnF,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,CA2XpB;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -18,18 +18,8 @@ export interface User {
|
|
|
18
18
|
birthDate: string | null | undefined;
|
|
19
19
|
fullName: string | null | undefined;
|
|
20
20
|
}
|
|
21
|
-
/** Single credential (DB: id PK, userId, credentialID longblob, credentialPublicKey longblob, counter) */
|
|
22
|
-
export interface Credential {
|
|
23
|
-
id: string;
|
|
24
|
-
userId: string;
|
|
25
|
-
/** longblob; API typically returns base64 string */
|
|
26
|
-
credentialID: string;
|
|
27
|
-
/** longblob; API typically returns base64 string */
|
|
28
|
-
credentialPublicKey: string;
|
|
29
|
-
counter: number;
|
|
30
|
-
}
|
|
31
21
|
export type UserWithCredentials = User & {
|
|
32
|
-
credentials:
|
|
22
|
+
credentials: [] | undefined;
|
|
33
23
|
};
|
|
34
24
|
export type UserWithAgeAndFullName = User;
|
|
35
25
|
export interface CreatingUser {
|
|
@@ -69,7 +59,7 @@ declare function createAccount({ token, userId }: {
|
|
|
69
59
|
token: string;
|
|
70
60
|
userId: string;
|
|
71
61
|
}): Promise<{
|
|
72
|
-
success:
|
|
62
|
+
success: 'ok';
|
|
73
63
|
error: undefined;
|
|
74
64
|
isAllSet: undefined;
|
|
75
65
|
details: undefined;
|
|
@@ -88,7 +78,7 @@ declare function checkBiometricExist({ token, userId }: {
|
|
|
88
78
|
userId: string;
|
|
89
79
|
}): Promise<{
|
|
90
80
|
isExist: boolean;
|
|
91
|
-
error?: string;
|
|
81
|
+
error?: string | undefined;
|
|
92
82
|
}>;
|
|
93
83
|
declare function proofUser({ token, userId, idType }: {
|
|
94
84
|
token: string;
|
|
@@ -114,7 +104,7 @@ declare function createBiometricFromProof({ token, tempId, userId }: {
|
|
|
114
104
|
tempId: string;
|
|
115
105
|
userId: string;
|
|
116
106
|
}): Promise<{
|
|
117
|
-
success:
|
|
107
|
+
success: 'ok';
|
|
118
108
|
error: undefined;
|
|
119
109
|
} | {
|
|
120
110
|
error: string;
|
|
@@ -154,14 +144,14 @@ declare function getTransactionStatus({ token, phone, transactionId }: {
|
|
|
154
144
|
}): Promise<{
|
|
155
145
|
userId: string;
|
|
156
146
|
operationId: string;
|
|
157
|
-
error?: string;
|
|
147
|
+
error?: string | undefined;
|
|
158
148
|
}>;
|
|
159
149
|
declare function getOperationStatus({ token, operationId }: {
|
|
160
150
|
token: string;
|
|
161
151
|
operationId: string;
|
|
162
152
|
}): Promise<{
|
|
163
153
|
success: string;
|
|
164
|
-
error?: string;
|
|
154
|
+
error?: string | undefined;
|
|
165
155
|
}>;
|
|
166
156
|
declare function searchUser({ token, operationId }: {
|
|
167
157
|
token: string;
|
|
@@ -196,7 +186,7 @@ declare function updateAccount(token: string, data: {
|
|
|
196
186
|
gender: string;
|
|
197
187
|
dateOfExpiry: string;
|
|
198
188
|
}): Promise<{
|
|
199
|
-
success:
|
|
189
|
+
success: 'ok';
|
|
200
190
|
}>;
|
|
201
191
|
declare function getIncodeStart(uniqueId?: string): Promise<{
|
|
202
192
|
token: string;
|
|
@@ -213,15 +203,15 @@ declare function getIncodeApprove({ id, token, uniqueId, }: {
|
|
|
213
203
|
token: string;
|
|
214
204
|
uniqueId: string;
|
|
215
205
|
}): Promise<{
|
|
216
|
-
incodeId?: string;
|
|
217
|
-
error?: string;
|
|
206
|
+
incodeId?: string | undefined;
|
|
207
|
+
error?: string | undefined;
|
|
218
208
|
}>;
|
|
219
209
|
declare function getAppIncodeApprove({ id, incodeId, }: {
|
|
220
210
|
id: string;
|
|
221
211
|
incodeId: string;
|
|
222
212
|
}): Promise<{
|
|
223
|
-
incodeId?: string;
|
|
224
|
-
error?: string;
|
|
213
|
+
incodeId?: string | undefined;
|
|
214
|
+
error?: string | undefined;
|
|
225
215
|
}>;
|
|
226
216
|
declare function createVerificationSession({ redirectUrl, token }: {
|
|
227
217
|
redirectUrl: string;
|
|
@@ -235,20 +225,24 @@ declare function getClearApprove({ id, sessionId, token, }: {
|
|
|
235
225
|
sessionId: string;
|
|
236
226
|
token?: string;
|
|
237
227
|
}): Promise<{
|
|
238
|
-
clearId?: string;
|
|
239
|
-
error?: string;
|
|
228
|
+
clearId?: string | undefined;
|
|
229
|
+
error?: string | undefined;
|
|
240
230
|
}>;
|
|
241
231
|
declare function checkThirdPartyVerificationToken(token: string): Promise<{
|
|
242
232
|
success: boolean;
|
|
243
|
-
companyLogo?: string | null;
|
|
244
|
-
|
|
233
|
+
companyLogo?: string | null | undefined;
|
|
234
|
+
/** 公司啟用的 IDV vendor 列表;空陣列或未提供表示全部啟用 */
|
|
235
|
+
configuration?: {
|
|
236
|
+
enabledIdvVendors?: string[] | undefined;
|
|
237
|
+
} | null | undefined;
|
|
238
|
+
error?: string | undefined;
|
|
245
239
|
}>;
|
|
246
240
|
declare function sendPhoneNumberCode({ phoneNumber, token }: {
|
|
247
241
|
phoneNumber: string;
|
|
248
242
|
token?: string;
|
|
249
243
|
}): Promise<{
|
|
250
244
|
success: boolean;
|
|
251
|
-
error?: string;
|
|
245
|
+
error?: string | undefined;
|
|
252
246
|
}>;
|
|
253
247
|
export declare enum VerificationStatus {
|
|
254
248
|
PENDING = "PENDING",
|
|
@@ -260,34 +254,34 @@ declare function getUserBySessionId({ sessionId, verificationStatus, token }: {
|
|
|
260
254
|
verificationStatus: VerificationStatus;
|
|
261
255
|
token?: string;
|
|
262
256
|
}): Promise<{
|
|
263
|
-
user?:
|
|
264
|
-
error?: string;
|
|
257
|
+
user?: User | undefined;
|
|
258
|
+
error?: string | undefined;
|
|
265
259
|
}>;
|
|
266
260
|
declare function getUserByIncodeId(incodeId: string): Promise<{
|
|
267
|
-
user?:
|
|
268
|
-
error?: string;
|
|
261
|
+
user?: User | undefined;
|
|
262
|
+
error?: string | undefined;
|
|
269
263
|
}>;
|
|
270
264
|
declare function getUserByClearId({ clearId, token }: {
|
|
271
265
|
clearId: string;
|
|
272
266
|
token?: string;
|
|
273
267
|
}): Promise<{
|
|
274
|
-
user?:
|
|
275
|
-
error?: string;
|
|
268
|
+
user?: User | undefined;
|
|
269
|
+
error?: string | undefined;
|
|
276
270
|
}>;
|
|
277
271
|
declare function getUserVenderByPhone({ phoneNumber, token }: {
|
|
278
272
|
phoneNumber: string;
|
|
279
273
|
token?: string;
|
|
280
274
|
}): Promise<{
|
|
281
|
-
vender?: string | null;
|
|
282
|
-
fullName?: string | null;
|
|
283
|
-
error?: string;
|
|
275
|
+
vender?: string | null | undefined;
|
|
276
|
+
fullName?: string | null | undefined;
|
|
277
|
+
error?: string | undefined;
|
|
284
278
|
}>;
|
|
285
279
|
declare function getUserByPhoneNumberAndVerifyCode({ phoneNumber, code }: {
|
|
286
280
|
phoneNumber: string;
|
|
287
281
|
code: string;
|
|
288
282
|
}): Promise<{
|
|
289
|
-
user?: UserWithCredentials;
|
|
290
|
-
error?: string;
|
|
283
|
+
user?: UserWithCredentials | undefined;
|
|
284
|
+
error?: string | undefined;
|
|
291
285
|
}>;
|
|
292
286
|
declare function uploadDeviceId({ id, deviceId, token }: {
|
|
293
287
|
id: string;
|
|
@@ -295,22 +289,22 @@ declare function uploadDeviceId({ id, deviceId, token }: {
|
|
|
295
289
|
token?: string;
|
|
296
290
|
}): Promise<{
|
|
297
291
|
device: Device;
|
|
298
|
-
error?: string;
|
|
292
|
+
error?: string | undefined;
|
|
299
293
|
}>;
|
|
300
294
|
declare function checkDeviceId({ phoneNumber, deviceId, token }: {
|
|
301
295
|
phoneNumber: string;
|
|
302
296
|
deviceId: string;
|
|
303
297
|
token: string;
|
|
304
298
|
}): Promise<{
|
|
305
|
-
user?: User;
|
|
306
|
-
error?: string;
|
|
299
|
+
user?: User | undefined;
|
|
300
|
+
error?: string | undefined;
|
|
307
301
|
}>;
|
|
308
302
|
declare function createUserByVerifiedExternalPhoneNumber({ phoneNumber, token }: {
|
|
309
303
|
phoneNumber: string;
|
|
310
304
|
token?: string;
|
|
311
305
|
}): Promise<{
|
|
312
|
-
user?: User;
|
|
313
|
-
error?: string;
|
|
306
|
+
user?: User | undefined;
|
|
307
|
+
error?: string | undefined;
|
|
314
308
|
}>;
|
|
315
309
|
declare function getRedirectUrl({ userId, token }: {
|
|
316
310
|
userId: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../src/api/api.ts"],"names":[],"mappings":"AAEA,oBAAY,UAAU;IACpB,UAAU,IAAA;IACV,KAAK,IAAA;CACN;AACD,MAAM,WAAW,IAAI;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,GAAG,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/B,SAAS,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACrC;AAED,MAAM,MAAM,mBAAmB,GAAG,IAAI,GAAG;IACvC,WAAW,EAAE,EAAE,GAAG,SAAS,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAA;AACzC,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B;AAED,MAAM,WAAW,MAAM;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;CACf;AAED,UAAU,iBAAiB;IACzB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,wBAAgB,qBAAqB,CAAC,UAAU,EAAE,iBAAiB,QAElE;AAED,iBAAe,cAAc;WAEU,MAAM;GAE5C;AAED,iBAAe,kBAAkB,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE;aAErB;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,EAAE;WAAS,SAAS;;aACjF,SAAS;WAAS,MAAM;GAOxC;AAED,iBAAe,aAAa,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE;aAEvC,IAAI;WAAS,SAAS;cAAY,SAAS;aAAW,SAAS;;aAE1F,SAAS;WAAS,SAAS;cAC1B,OAAO;aACR;QACP,QAAQ,MAAM,CAAA;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,WAAW,EAAE,MAAM,CAAA;KACpB;GAQN;AAED,iBAAe,mBAAmB,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE;aAE9C,OAAO;;GAO/C;AAED,iBAAe,SAAS,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE;iBAEvD,MAAM;mBAAiB,MAAM;GAO1E;AAED,iBAAe,yBAAyB,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE;YAEvF,MAAM,GAAG,IAAI;WAAS,SAAS;;YAAe,SAAS;WAAS,MAAM;GAO7G;AAED,iBAAe,wBAAwB,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE;aAE1E,IAAI;WAAS,SAAS;;WAAc,MAAM;GAOnF;AAED,iBAAe,UAAU,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE;cAG9D,MAAM;iBACH,MAAM;kBACL,MAAM;oBACJ,MAAM;YACd,MAAM;kBACA,MAAM;WACb,SAAS;;cAEN,SAAS;iBACN,SAAS;kBACR,SAAS;oBACP,SAAS;YACjB,SAAS;kBACH,SAAS;WAChB,MAAM;GAQhB;AAED,iBAAe,sBAAsB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE;mBAExC,MAAM;mBAAiB,MAAM;WAAS,SAAS;GAO9F;AAED,iBAAe,oBAAoB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,aAAa,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,aAAa,EAAE,MAAM,CAAA;CAAE;YAEpF,MAAM;iBAAe,MAAM;;GAOlE;AAED,iBAAe,kBAAkB,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE;aAEvD,MAAM;;GAO9C;AAED,iBAAe,UAAU,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE;YAEhD,MAAM;iBAAe,MAAM;WAAS,SAAS;GAOpF;AAED,iBAAe,kBAAkB,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE;aAG3G;QACP,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAC3B,EAAE;WAAS,MAAM;WAAS,SAAS;;aACvB,SAAS;WAAS,SAAS;WAAS,MAAM;GAO1D;AAED,iBAAe,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAA;CACrB;aAEwC,IAAI;GAO5C;AAED,iBAAe,cAAc,CAAC,QAAQ,CAAC,EAAE,MAAM;WAGR,MAAM;cAAY,MAAM;GAG9D;AAED,iBAAe,eAAe,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE;WAGpB,MAAM;cAAY,MAAM;GAG9D;AAED,iBAAe,gBAAgB,CAAC,EAC9B,EAAE,EAAE,KAAK,EAAE,QAAQ,GACpB,EAAE;IACD,EAAE,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;CAC7C;;;GAMA;AAED,iBAAe,mBAAmB,CAAC,EACjC,EAAE,EAAE,QAAQ,GACb,EAAE;IACD,EAAE,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;CAC9B;;;GAMA;AAED,iBAAe,yBAAyB,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,EAAE;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE;eAO5D,MAAM;WAAS,MAAM;GAGhE;AAED,iBAAe,eAAe,CAAC,EAC7B,EAAE,EAAE,SAAS,EAAE,KAAK,GACrB,EAAE;IACD,EAAE,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAC9C;;;GAMA;AAED,iBAAe,gCAAgC,CAAC,KAAK,EAAE,MAAM;aAIhD,OAAO;;IAEhB,wCAAwC;;;;;GAW3C;AAED,iBAAe,mBAAmB,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,EAAE;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE;aAGzD,OAAO;;GAG/C;AAED,oBAAY,kBAAkB;IAC5B,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,KAAK,UAAU;CAChB;AACD,iBAAe,kBAAkB,CAAC,EAAC,SAAS,EAAE,kBAAkB,EAAE,KAAK,EAAC,EAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,kBAAkB,EAAE,kBAAkB,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE;;;GAMpJ;AAED,iBAAe,iBAAiB,CAAC,QAAQ,EAAE,MAAM;;;GAMhD;AAED,iBAAe,gBAAgB,CAAC,EAAC,OAAO,EAAE,KAAK,EAAC,EAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC;;;GAMjF;AAED,iBAAe,oBAAoB,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,EAAE;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE;;;;GAMlG;AAED,iBAAe,iCAAiC,CAAC,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE;;;GAM5G;AAED,iBAAe,cAAc,CAAC,EAAE,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE;YAI9D,MAAM;;GAM9C;AAED,iBAAe,aAAa,CAAC,EAAE,WAAW,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE;;;GAUtH;AAED,iBAAe,uCAAuC,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,EAAE;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE;;;GAWrH;AAED,iBAAe,cAAc,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE;iBAGrC,MAAM;GASlD;AAED,iBAAe,2BAA2B,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE;8BAGrC,MAAM;GAS/D;AAED,iBAAe,4BAA4B;YAGH,MAAM;GAE7C;AAED,iBAAe,8BAA8B;YAGF,MAAM;GAEhD;AAED,iBAAe,uBAAuB,CAAC,EAAE,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE;kBAIxE,MAAM;GAMpD;AAED,iBAAe,kBAAkB,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,EAAE;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,gBASnI;AAED,UAAU,0BAA0B;IAClC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,iBAAe,oCAAoC,CAAC,EAClD,QAAQ,EACR,SAAS,GACV,EAAE;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,GAAG,OAAO,CAAC,0BAA0B,CAAC,CAkB/E;AAkCD,iBAAe,qBAAqB,CAAC,EAAE,WAAW,EAAE,SAAS,EAAE,EAAE;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,gBAQjH;AAED,iBAAe,gBAAgB,CAAC,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;CAAE,gBAS3I;AAED,iBAAe,gBAAgB,CAAC,EAAE,WAAW,EAAE,EAAE;IAAE,WAAW,EAAE,MAAM,CAAA;CAAE,gBAOvE;AAED,iBAAe,wBAAwB,CAAC,EACtC,UAAU,EACV,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE,MAAM,EAC1C,aAAa,EAAE,eAAe,EAAE,cAAc,EAC9C,MAAM,GACP,EAAE;IACD,UAAU,EAAE,UAAU,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAC9C,EAAE,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAC5C,aAAa,CAAC,EAAE,MAAM,CAAC;IAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IAC1E,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,gBAeA;AAED,iBAAe,wBAAwB,CAAC,EACtC,MAAM,EAAE,KAAK,EACb,aAAa,EAAE,eAAe,EAAE,cAAc,GAC/C,EAAE;IACD,MAAM,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAChC,aAAa,CAAC,EAAE,MAAM,CAAC;IAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAAC,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3E,gBAQA;AAED,iBAAe,kBAAkB,CAAC,EAAE,MAAM,EAAE,EAAE;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,gBAI/D;AAED,iBAAe,SAAS,CAAC,EAAE,WAAW,EAAE,EAAE;IAAE,WAAW,EAAE,MAAM,CAAA;CAAE,gBAIhE;AAED,iBAAe,iBAAiB,CAAC,EAAE,WAAW,EAAE,EAAE;IAAE,WAAW,EAAE,MAAM,CAAA;CAAE,GAAG,OAAO,CAAC;IAAE,KAAK,CAAC,EAAE,EAAE,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAKlH;AAED,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwEhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -12,10 +12,10 @@ interface AuthenticationLogInput {
|
|
|
12
12
|
export declare const createAuthenticationLog: ({ userId, vender, token, transactionId, incodeSessionId, clearSessionId, isPass, actionType, }: AuthenticationLogInput) => Promise<void>;
|
|
13
13
|
export declare const updateAuthenticationLog: ({ isPass, token, transactionId, incodeSessionId, clearSessionId }: {
|
|
14
14
|
isPass: boolean;
|
|
15
|
-
token?: string;
|
|
16
|
-
transactionId?: string;
|
|
17
|
-
incodeSessionId?: string;
|
|
18
|
-
clearSessionId?: string;
|
|
15
|
+
token?: string | undefined;
|
|
16
|
+
transactionId?: string | undefined;
|
|
17
|
+
incodeSessionId?: string | undefined;
|
|
18
|
+
clearSessionId?: string | undefined;
|
|
19
19
|
}) => Promise<void>;
|
|
20
20
|
export {};
|
|
21
21
|
//# sourceMappingURL=AuthenticationLogs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=IncodeProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncodeProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/IncodeProvider.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"idOrPassport.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Onboarding/Authid/idOrPassport.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,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;uBAsChE,CAAC;AAmEF,eAAe,YAAY,CAAC"}
|
package/lib/typescript/{components → commonjs/src/components}/Onboarding/Vender/Grid/index.d.ts
RENAMED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { UserWithAgeAndFullName } from "../../../../api/api";
|
|
2
|
-
declare const VenderGrid: ({ setPageStatus, setError, user, showMore, setShowMore, }: {
|
|
3
|
+
declare const VenderGrid: ({ setPageStatus, setError, user, showMore, setShowMore, enabledIdvVendors, }: {
|
|
3
4
|
setError: React.Dispatch<React.SetStateAction<string | undefined>>;
|
|
4
5
|
setPageStatus: React.Dispatch<React.SetStateAction<number>>;
|
|
5
|
-
user?:
|
|
6
|
+
user?: import("../../../../api/api").User | undefined;
|
|
6
7
|
showMore: boolean;
|
|
7
8
|
setShowMore: React.Dispatch<React.SetStateAction<boolean>>;
|
|
9
|
+
/** 公司啟用的 IDV vendor 清單;未傳或空陣列表示全部顯示 */
|
|
10
|
+
enabledIdvVendors?: string[] | undefined;
|
|
8
11
|
}) => import("react").JSX.Element;
|
|
9
12
|
export default VenderGrid;
|
|
10
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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;cAOJ,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;IAC1D,uCAAuC;;iCAqIxC,CAAC;AAuDF,eAAe,UAAU,CAAC"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { DimensionValue } from 'react-native';
|
|
3
3
|
import { UserWithAgeAndFullName } from '../../../api/api';
|
|
4
|
-
declare const Vender: ({ setPageStatus, setError, user, setModalHeight, }: {
|
|
4
|
+
declare const Vender: ({ setPageStatus, setError, user, setModalHeight, enabledIdvVendors, }: {
|
|
5
5
|
setError: React.Dispatch<React.SetStateAction<string | undefined>>;
|
|
6
6
|
setPageStatus: React.Dispatch<React.SetStateAction<number>>;
|
|
7
|
-
user?:
|
|
7
|
+
user?: import("../../../api/api").User | undefined;
|
|
8
8
|
setModalHeight: React.Dispatch<React.SetStateAction<DimensionValue>>;
|
|
9
|
+
/** 公司啟用的 IDV vendor 清單;未傳或空陣列表示全部顯示 */
|
|
10
|
+
enabledIdvVendors?: string[] | undefined;
|
|
9
11
|
}) => React.JSX.Element;
|
|
10
12
|
export default Vender;
|
|
11
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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;cAOA,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;IACpE,uCAAuC;;uBAgExC,CAAC;AAwFF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
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;uBA0LzB,CAAC;AAqHF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Environment } from '../enum';
|
|
3
|
+
/** 與 Web SDK / 文件一致:onSuccess 回傳的 user 僅包含 id, fullName, phoneNumber, email, age, birthDate */
|
|
4
|
+
export type SnapMatchUser = {
|
|
5
|
+
id: string;
|
|
6
|
+
fullName?: string | null;
|
|
7
|
+
phoneNumber?: string | null;
|
|
8
|
+
email?: string | null;
|
|
9
|
+
age?: number;
|
|
10
|
+
birthDate?: string | null;
|
|
11
|
+
};
|
|
12
|
+
export type SnapMatchProps = {
|
|
13
|
+
apiKeyId: string;
|
|
14
|
+
secretKey: string;
|
|
15
|
+
environment: Environment;
|
|
16
|
+
onSuccess: (user: SnapMatchUser) => void;
|
|
17
|
+
onError: (message: string) => void;
|
|
18
|
+
/** 若已取得 session_ 前綴的 token 可傳入,否則 SDK 會呼叫 createTokenWithoutRedirectUrl */
|
|
19
|
+
token?: string;
|
|
20
|
+
/** 語系,例如 'en' | 'zh-TW',對應 Frontend URL ?locale= */
|
|
21
|
+
locale?: string;
|
|
22
|
+
/** 結果頁自動返回掃臉的秒數,對應 Frontend URL ?autoRedirect=,0 表示不自動 */
|
|
23
|
+
autoRedirectSeconds?: number;
|
|
24
|
+
};
|
|
25
|
+
export default function SnapMatch({ apiKeyId, secretKey, environment, onSuccess, onError, token: tokenProp, locale: localeProp, autoRedirectSeconds, }: SnapMatchProps): React.JSX.Element;
|
|
26
|
+
//# sourceMappingURL=SnapMatch.d.ts.map
|